From 2d5cef1016bad1257ea9f490c2b6fb613b90032d Mon Sep 17 00:00:00 2001 From: ABW Date: Fri, 25 Sep 2020 21:47:33 +0200 Subject: [PATCH 1/4] [ABW]: patterns updated due to fixes in bridge.get_ranked_posts one test became negative due to stricter check in bridge.get_account_posts --- .../replies_rollinshive.orig.json | 0 .../replies_rollinshive.pat.json | 5 + .../replies_rollinshive.tavern.yaml | 6 +- .../get_account_posts/reblog.tavern.yaml | 2 +- .../replies_rollinshive.pat.json | 1 - .../get_ranked_posts/_readme.txt | 39 + .../get_ranked_posts/hot.pat.json | 218 +- .../get_ranked_posts/hot_tag.pat.json | 158 +- .../get_ranked_posts/payout.pat.json | 2534 +-- .../get_ranked_posts/payout_comments.pat.json | 101 +- .../get_ranked_posts/payout_paging.pat.json | 2534 +-- .../get_ranked_posts/promoted.pat.json | 14124 ++++++++++++- .../get_ranked_posts/promoted.tavern.yaml | 2 +- .../get_ranked_posts/promoted_paging.pat.json | 278 + .../promoted_paging.tavern.yaml | 4 +- .../get_ranked_posts/promoted_tag.pat.json | 17349 +++++++++++++++- .../get_ranked_posts/promoted_tag.tavern.yaml | 5 +- .../get_ranked_posts/trending.pat.json | 2596 +-- .../get_ranked_posts/trending_tag.pat.json | 1794 +- 19 files changed, 36712 insertions(+), 5038 deletions(-) rename hivemind/tavern/{bridge_api_patterns => bridge_api_negative}/get_account_posts/replies_rollinshive.orig.json (100%) create mode 100644 hivemind/tavern/bridge_api_negative/get_account_posts/replies_rollinshive.pat.json rename hivemind/tavern/{bridge_api_patterns => bridge_api_negative}/get_account_posts/replies_rollinshive.tavern.yaml (78%) delete mode 100644 hivemind/tavern/bridge_api_patterns/get_account_posts/replies_rollinshive.pat.json create mode 100644 hivemind/tavern/bridge_api_patterns/get_ranked_posts/_readme.txt diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/replies_rollinshive.orig.json b/hivemind/tavern/bridge_api_negative/get_account_posts/replies_rollinshive.orig.json similarity index 100% rename from hivemind/tavern/bridge_api_patterns/get_account_posts/replies_rollinshive.orig.json rename to hivemind/tavern/bridge_api_negative/get_account_posts/replies_rollinshive.orig.json diff --git a/hivemind/tavern/bridge_api_negative/get_account_posts/replies_rollinshive.pat.json b/hivemind/tavern/bridge_api_negative/get_account_posts/replies_rollinshive.pat.json new file mode 100644 index 00000000..b0da2837 --- /dev/null +++ b/hivemind/tavern/bridge_api_negative/get_account_posts/replies_rollinshive.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "Account rollinshive does not exist", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/replies_rollinshive.tavern.yaml b/hivemind/tavern/bridge_api_negative/get_account_posts/replies_rollinshive.tavern.yaml similarity index 78% rename from hivemind/tavern/bridge_api_patterns/get_account_posts/replies_rollinshive.tavern.yaml rename to hivemind/tavern/bridge_api_negative/get_account_posts/replies_rollinshive.tavern.yaml index 8b102cc0..21f2a443 100644 --- a/hivemind/tavern/bridge_api_patterns/get_account_posts/replies_rollinshive.tavern.yaml +++ b/hivemind/tavern/bridge_api_negative/get_account_posts/replies_rollinshive.tavern.yaml @@ -2,7 +2,8 @@ test_name: Hivemind bridge.get_account_posts test not existing account (yet) marks: - - patterntest + - patterntest # original didn't test for account existence, only returned empty results + - negative includes: - !include ../../common.yaml @@ -25,4 +26,5 @@ function: validate_response:compare_response_with_pattern extra_kwargs: method: "replies_rollinshive" - directory: "bridge_api_patterns/get_account_posts" \ No newline at end of file + directory: "bridge_api_negative/get_account_posts" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/reblog.tavern.yaml b/hivemind/tavern/bridge_api_patterns/get_account_posts/reblog.tavern.yaml index c64b7a00..8607be3e 100644 --- a/hivemind/tavern/bridge_api_patterns/get_account_posts/reblog.tavern.yaml +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/reblog.tavern.yaml @@ -4,7 +4,7 @@ marks: - patterntest - failing - - xfail # looks like now we have more reblogs (more tests needed plus we need, most likely source of the problem is that old 5mln DB has only 4 reblogs, now there is 8 for test-safari alone; bug in old HM?) + - xfail # looks like now we have more reblogs (more tests needed, most likely source of the problem is that old 5mln DB has only 4 reblogs, now there is 8 for test-safari alone; bug in old HM?) includes: - !include ../../common.yaml diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/replies_rollinshive.pat.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/replies_rollinshive.pat.json deleted file mode 100644 index 60b07425..00000000 --- a/hivemind/tavern/bridge_api_patterns/get_account_posts/replies_rollinshive.pat.json +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/_readme.txt new file mode 100644 index 00000000..ba9c1ead --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/_readme.txt @@ -0,0 +1,39 @@ +Gives full information on given community. When observer is also given it adds context information for that account (see get_community_context) + +method: "bridge.get_ranked_posts" +params: +{ + "sort": "{order}", + + mandatory, determines order and filtering of returned posts + values: + "trending" - [if tag is community pinned posts first], top posts with highest trending score first; paging cuts out given and more trending posts + "hot" - top posts with highest hot score first; paging cuts out given and hotter posts + "created" - [if tag is community pinned posts first], newest top posts first; paging cuts out given and newer posts + "promoted" - promoted posts with highest promotion fund first; paging cuts out given and more promoted posts + "payout" - only posts that will cashout between 12 and 36 hours from head block are considered, posts with higher pending payout first; paging cuts out given and higher payout posts + "payout_comments" - only replies are considered, posts with higher pending payout first; paging cuts out given and higher payout posts + "muted" - grayed out posts that are to receive nonzero payout are considered, posts with higher pending payout first; paging cuts out given and higher payout posts + with the exception of "created" only not yet cashed out posts are considered + + "start_author":"{start_author}", "start_permlink":"{start_permlink}", + + start_author + start_permlink : optional (can be skipped or given empty), when given have to point to valid post; paging mechanism + + "limit": {number} + + optional, 1..100, default = 20 + + "tag": "{tag_or_special_or_community}", + + optional (can be skipped or passed empty) + values: + "my" (with observer) - turns on filtering for posts within communities subscribed to by observer + "all" - same as default none/blank + "hive-{number}" - has to point to valid community; turns on filtering for posts within given community + "{tag}" - has to point to valid tag; turns on filtering for posts with given tag (given category in case of 'payout' and 'payout_comments') + + "observer": "{account}" + + mandatory for "my" tag, points to valid account; otherwise ignored +} diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot.pat.json index 435bde14..8fd7fff8 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot.pat.json @@ -8328,115 +8328,6 @@ "updated": "2016-09-15T17:37:24", "url": "/art/@mihaiart/the-queen-of-amazon-drawing-a-visual-progression" }, - { - "active_votes": [ - { - "rshares": 231809756793, - "voter": "anonymous" - }, - { - "rshares": 40042164500412, - "voter": "blocktrades" - }, - { - "rshares": 734082781, - "voter": "rxhector" - }, - { - "rshares": 243749878708, - "voter": "nabilov" - }, - { - "rshares": 3813478158, - "voter": "btcupload" - }, - { - "rshares": 20189102884, - "voter": "artific" - }, - { - "rshares": 8773942171, - "voter": "craigwilliamz" - }, - { - "rshares": 10227302974, - "voter": "etcmike" - }, - { - "rshares": 3827694728, - "voter": "titusfrost" - }, - { - "rshares": 245531412, - "voter": "doitvoluntarily" - }, - { - "rshares": 55752594, - "voter": "alucard" - }, - { - "rshares": 271441624, - "voter": "anomaly" - } - ], - "author": "titusfrost", - "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, - "beneficiaries": [], - "blacklists": [], - "body": "# Is The Takeover of Crypto-Currencies About to Begin by the Central Banks?\n\nhttp://i.imgur.com/NxCYMpy.png\n([Image Source](http://www.e-corp-usa.com/ecoin/))\n\nThe show **Mr. Robot** has fictionalized the **\"Powers that Shouldn't Be\"** into a singular Corporation called **E Corp**. This E Corp is supposed to basically represent the powers behind the Global Central Bankers, the true World Rulers. The head of E Corp even states in a recent Episode \"Politicians are Puppets\", which reminds me of the quotation by Nathan Rothschild regarding the head on which the crown of England is placed. Clearly one could see that E Corp in the show is the fictionalization of the **\"Illuminati\"** if you will. The show is heavily laden with [esoteric symbolism](https://www.youtube.com/watch?v=l2lZn-ZcJMs) but to the public it comes across as \"counter-culture\" as the main character is the founding member of **\"F Society\"** a hacking group based directly on **\"Anonymous\"**. This hacking group causes a financial crash, which leads to E Corp releasing a new digital Currency called **\"ECoin\"**, the above image is from a promotional website for the TV show. \n\n## Is Mr. Robot demonizing Crypto-Currencies? \n\nhttp://i.imgur.com/f6gXhrn.jpg\n([Image Source](http://www.serialminds.com/2015/06/05/mr-robot-la-serie-che-sta-piacendo-tutti-forse-troppo/))\n\nNow the interesting part for those fans of crypto-currencies like everyone on **Steemit** and for everyone who uses **Bitcoin**. I think the reason for they added an \"Ecoin\" in this show is to demonize crypto-currencies. The powers that shouldn't be have no way to take over these crypto-currencies so they have decided to wage information war against them. With the countless videos warning about the rise of *\"digital only currency\"* being the *\"mark of the beast\"*, one could easily see lots of propaganda has already been employed. However this new form is quite intelligent, by associating \"ECoins\" with \"E Corp\" they make the average mind (who doesn't know what Bitcoin or Steemit really is), subconsciously associate all crypto-currencies with the Federal Reserve banskters, with \"E Corp\". This is classic subconscious guilt by association created entirely by fiction that is often employed in fictional movies. This is why I think the \"E Coin\" was added to the show, but I could be wrong, so why else might it be in this show? \n\n## Do the Elite Plan to Replace the Dollar with a Digital Only Currency? \nhttp://i.imgur.com/IJJxcBR.jpg\n([Image Source](https://www.cryptocoinsnews.com/why-bitcoin-value-doesnt-matter/))\n\nWe all know the financial system is basically teetering on the verge of collapse. It is the biggest ponzy scheme ever devised and like all ponzy schemes if the Federal Reserve doesn't increase demand for the use of it's currency the system will collapse. It was designed to collapse. I believe like many others for one reason, so they can start the whole process that made them so rich, all over again on a global scale. The new world order if you will, being run by financial despotism and technical autocracy. So, is their plan to create a financial collapse being shown in plain sight in this show? One idea I heard from my friend who maintains the [\"What is Real\" YouTube Channel](https://www.youtube.com/user/szymborski11) is they may \n>\"allow a false flag attack that they can blame on some shadowy hacking group, possibly even **Anonymous** itself as anyone can claim to be Anonymous\" \n\nPersonally I do not buy this theory as Anonymous is completely decentralized and would be almost impossible to blame for a false flag. However, to fully analyze a situation one must always look at every angle. \n\nSo if the system collapsed, especially overnight due to a hack, would they replace the Federal Reserve Notes with a new digital only \"E Coin\" backed by the IMF World Bank and their massive Gold Holdings, and Special Drawing Rights Holdings? The Group of Thirty, also known as the G30 reported in the [latest working papers on their website](http://group30.org/publications) that they want a return to a **GOLD Standard** just like how the Federal Reserve started out but in a new **Global Currency**. See my Documentary on the [\"Group of Thirty\"](https://www.youtube.com/watch?v=eOB9QfxsgdQ) for more on this group of 30 Central Bankers that meet in secret. So is it out of the realm of possibilities that the new Global Currency that the World Bank has planned for post the collapse of the Federal Reserve System is a new digital only currency based on Gold and SDR holdings? No this would make a lot of sense to me but what do you the readers think? \n\n## Decentralization the Key to Defeating Takeover of Crypto-Currencies by Central Banks\nhttp://i.imgur.com/KVNo7nE.jpg\n([Image Source](https://www.cryptocoinsnews.com/why-bitcoin-value-doesnt-matter/))\n\nThe decentralized concept at the basis of the crypto-currencies could be the key to their survival if the Central Banks decide to try and take over the market. Right now their is a few crypto-currencies that are from the perspective of a non trader even worth mentioning. **Bitcoin**, **Ethereum**, and **STEEM**, however if the Central Banks created a new \"ECoin\" it would easily make replace Bitcoin as the number 1 crypto-currency. However, there will always be a demand for crypto-currencies that are not \"Ecoins\", because thankfully we have a whole planet full of awesome people who will never conform to the system. The useless governments will always make things illegal that people want and can't buy with their new \"Ecoins\". So we will always have a demand for a currency like Bitcoin that is not a part of the centralized system, but is outside of that system's control. So try as they might, the powers that be can only wage information war against crypto-currencies because there will always be new entrepreneurs that create new currencies just like steemit, that are outside their systems of control. The harder the hidden hand squeezes the more of us will fall through their fingertips. \n\n#### Thanks for Reading! \nhttp://i.imgur.com/k10p6Pf.jpg\nIf you liked my article please join **steemit** and let me know by leaving a comment or upvoting! As always follow me on here [@TitusFrost](https://steemit.com/@titusfrost) for more hard hitting posts!", - "category": "mrrobot", - "children": 4, - "created": "2016-09-15T17:34:42", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "is_paidout": false, - "json_metadata": { - "image": [ - "http://i.imgur.com/NxCYMpy.png", - "http://i.imgur.com/f6gXhrn.jpg", - "http://i.imgur.com/IJJxcBR.jpg", - "http://i.imgur.com/KVNo7nE.jpg", - "http://i.imgur.com/k10p6Pf.jpg" - ], - "links": [ - "http://www.e-corp-usa.com/ecoin/", - "https://www.youtube.com/watch?v=l2lZn-ZcJMs", - "http://www.serialminds.com/2015/06/05/mr-robot-la-serie-che-sta-piacendo-tutti-forse-troppo/", - "https://www.cryptocoinsnews.com/why-bitcoin-value-doesnt-matter/", - "https://www.youtube.com/user/szymborski11", - "http://group30.org/publications", - "https://www.youtube.com/watch?v=eOB9QfxsgdQ", - "https://steemit.com/@titusfrost" - ], - "tags": [ - "mrrobot", - "beyondbitcoin", - "steemit", - "bitcoin", - "ethereum" - ] - }, - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 40565862465239, - "payout": 99.113, - "payout_at": "2016-09-22T17:34:42", - "pending_payout_value": "99.113 HBD", - "percent_hbd": 10000, - "permlink": "new-mr-robot-episode-introduces-e-corp-s-new-ecoin", - "post_id": 1256542, - "promoted": "0.000 HBD", - "replies": [], - "stats": { - "flag_weight": 0.0, - "gray": false, - "hide": false, - "total_votes": 12 - }, - "title": "New Mr. Robot Episode Introduces E-Corp's New \"Ecoin\"", - "updated": "2016-09-15T17:34:42", - "url": "/mrrobot/@titusfrost/new-mr-robot-episode-introduces-e-corp-s-new-ecoin" - }, { "active_votes": [ { @@ -8606,6 +8497,115 @@ "updated": "2016-09-15T18:46:27", "url": "/halo/@halo/steemit-girl-halo-beautiful-day" }, + { + "active_votes": [ + { + "rshares": 231809756793, + "voter": "anonymous" + }, + { + "rshares": 40042164500412, + "voter": "blocktrades" + }, + { + "rshares": 734082781, + "voter": "rxhector" + }, + { + "rshares": 243749878708, + "voter": "nabilov" + }, + { + "rshares": 3813478158, + "voter": "btcupload" + }, + { + "rshares": 20189102884, + "voter": "artific" + }, + { + "rshares": 8773942171, + "voter": "craigwilliamz" + }, + { + "rshares": 10227302974, + "voter": "etcmike" + }, + { + "rshares": 3827694728, + "voter": "titusfrost" + }, + { + "rshares": 245531412, + "voter": "doitvoluntarily" + }, + { + "rshares": 55752594, + "voter": "alucard" + }, + { + "rshares": 271441624, + "voter": "anomaly" + } + ], + "author": "titusfrost", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "# Is The Takeover of Crypto-Currencies About to Begin by the Central Banks?\n\nhttp://i.imgur.com/NxCYMpy.png\n([Image Source](http://www.e-corp-usa.com/ecoin/))\n\nThe show **Mr. Robot** has fictionalized the **\"Powers that Shouldn't Be\"** into a singular Corporation called **E Corp**. This E Corp is supposed to basically represent the powers behind the Global Central Bankers, the true World Rulers. The head of E Corp even states in a recent Episode \"Politicians are Puppets\", which reminds me of the quotation by Nathan Rothschild regarding the head on which the crown of England is placed. Clearly one could see that E Corp in the show is the fictionalization of the **\"Illuminati\"** if you will. The show is heavily laden with [esoteric symbolism](https://www.youtube.com/watch?v=l2lZn-ZcJMs) but to the public it comes across as \"counter-culture\" as the main character is the founding member of **\"F Society\"** a hacking group based directly on **\"Anonymous\"**. This hacking group causes a financial crash, which leads to E Corp releasing a new digital Currency called **\"ECoin\"**, the above image is from a promotional website for the TV show. \n\n## Is Mr. Robot demonizing Crypto-Currencies? \n\nhttp://i.imgur.com/f6gXhrn.jpg\n([Image Source](http://www.serialminds.com/2015/06/05/mr-robot-la-serie-che-sta-piacendo-tutti-forse-troppo/))\n\nNow the interesting part for those fans of crypto-currencies like everyone on **Steemit** and for everyone who uses **Bitcoin**. I think the reason for they added an \"Ecoin\" in this show is to demonize crypto-currencies. The powers that shouldn't be have no way to take over these crypto-currencies so they have decided to wage information war against them. With the countless videos warning about the rise of *\"digital only currency\"* being the *\"mark of the beast\"*, one could easily see lots of propaganda has already been employed. However this new form is quite intelligent, by associating \"ECoins\" with \"E Corp\" they make the average mind (who doesn't know what Bitcoin or Steemit really is), subconsciously associate all crypto-currencies with the Federal Reserve banskters, with \"E Corp\". This is classic subconscious guilt by association created entirely by fiction that is often employed in fictional movies. This is why I think the \"E Coin\" was added to the show, but I could be wrong, so why else might it be in this show? \n\n## Do the Elite Plan to Replace the Dollar with a Digital Only Currency? \nhttp://i.imgur.com/IJJxcBR.jpg\n([Image Source](https://www.cryptocoinsnews.com/why-bitcoin-value-doesnt-matter/))\n\nWe all know the financial system is basically teetering on the verge of collapse. It is the biggest ponzy scheme ever devised and like all ponzy schemes if the Federal Reserve doesn't increase demand for the use of it's currency the system will collapse. It was designed to collapse. I believe like many others for one reason, so they can start the whole process that made them so rich, all over again on a global scale. The new world order if you will, being run by financial despotism and technical autocracy. So, is their plan to create a financial collapse being shown in plain sight in this show? One idea I heard from my friend who maintains the [\"What is Real\" YouTube Channel](https://www.youtube.com/user/szymborski11) is they may \n>\"allow a false flag attack that they can blame on some shadowy hacking group, possibly even **Anonymous** itself as anyone can claim to be Anonymous\" \n\nPersonally I do not buy this theory as Anonymous is completely decentralized and would be almost impossible to blame for a false flag. However, to fully analyze a situation one must always look at every angle. \n\nSo if the system collapsed, especially overnight due to a hack, would they replace the Federal Reserve Notes with a new digital only \"E Coin\" backed by the IMF World Bank and their massive Gold Holdings, and Special Drawing Rights Holdings? The Group of Thirty, also known as the G30 reported in the [latest working papers on their website](http://group30.org/publications) that they want a return to a **GOLD Standard** just like how the Federal Reserve started out but in a new **Global Currency**. See my Documentary on the [\"Group of Thirty\"](https://www.youtube.com/watch?v=eOB9QfxsgdQ) for more on this group of 30 Central Bankers that meet in secret. So is it out of the realm of possibilities that the new Global Currency that the World Bank has planned for post the collapse of the Federal Reserve System is a new digital only currency based on Gold and SDR holdings? No this would make a lot of sense to me but what do you the readers think? \n\n## Decentralization the Key to Defeating Takeover of Crypto-Currencies by Central Banks\nhttp://i.imgur.com/KVNo7nE.jpg\n([Image Source](https://www.cryptocoinsnews.com/why-bitcoin-value-doesnt-matter/))\n\nThe decentralized concept at the basis of the crypto-currencies could be the key to their survival if the Central Banks decide to try and take over the market. Right now their is a few crypto-currencies that are from the perspective of a non trader even worth mentioning. **Bitcoin**, **Ethereum**, and **STEEM**, however if the Central Banks created a new \"ECoin\" it would easily make replace Bitcoin as the number 1 crypto-currency. However, there will always be a demand for crypto-currencies that are not \"Ecoins\", because thankfully we have a whole planet full of awesome people who will never conform to the system. The useless governments will always make things illegal that people want and can't buy with their new \"Ecoins\". So we will always have a demand for a currency like Bitcoin that is not a part of the centralized system, but is outside of that system's control. So try as they might, the powers that be can only wage information war against crypto-currencies because there will always be new entrepreneurs that create new currencies just like steemit, that are outside their systems of control. The harder the hidden hand squeezes the more of us will fall through their fingertips. \n\n#### Thanks for Reading! \nhttp://i.imgur.com/k10p6Pf.jpg\nIf you liked my article please join **steemit** and let me know by leaving a comment or upvoting! As always follow me on here [@TitusFrost](https://steemit.com/@titusfrost) for more hard hitting posts!", + "category": "mrrobot", + "children": 4, + "created": "2016-09-15T17:34:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/NxCYMpy.png", + "http://i.imgur.com/f6gXhrn.jpg", + "http://i.imgur.com/IJJxcBR.jpg", + "http://i.imgur.com/KVNo7nE.jpg", + "http://i.imgur.com/k10p6Pf.jpg" + ], + "links": [ + "http://www.e-corp-usa.com/ecoin/", + "https://www.youtube.com/watch?v=l2lZn-ZcJMs", + "http://www.serialminds.com/2015/06/05/mr-robot-la-serie-che-sta-piacendo-tutti-forse-troppo/", + "https://www.cryptocoinsnews.com/why-bitcoin-value-doesnt-matter/", + "https://www.youtube.com/user/szymborski11", + "http://group30.org/publications", + "https://www.youtube.com/watch?v=eOB9QfxsgdQ", + "https://steemit.com/@titusfrost" + ], + "tags": [ + "mrrobot", + "beyondbitcoin", + "steemit", + "bitcoin", + "ethereum" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 40565862465239, + "payout": 99.113, + "payout_at": "2016-09-22T17:34:42", + "pending_payout_value": "99.113 HBD", + "percent_hbd": 10000, + "permlink": "new-mr-robot-episode-introduces-e-corp-s-new-ecoin", + "post_id": 1256542, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 12 + }, + "title": "New Mr. Robot Episode Introduces E-Corp's New \"Ecoin\"", + "updated": "2016-09-15T17:34:42", + "url": "/mrrobot/@titusfrost/new-mr-robot-episode-introduces-e-corp-s-new-ecoin" + }, { "active_votes": [ { diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot_tag.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot_tag.pat.json index 2d8244b4..ef78dd0c 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot_tag.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot_tag.pat.json @@ -2634,6 +2634,85 @@ "updated": "2016-09-15T17:58:39", "url": "/art/@gavicrane/a-window-into-my-last-sketchbook-12-images" }, + { + "active_votes": [ + { + "rshares": 4134632281224, + "voter": "riverhead" + }, + { + "rshares": 2531219186, + "voter": "steem1653" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 56055247, + "voter": "whoknows" + }, + { + "rshares": 123221500, + "voter": "ola1" + }, + { + "rshares": 2337017256, + "voter": "ayim" + } + ], + "author": "ayim", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "
![](http://svmassagetherapy.com/blog/wp-content/uploads/2014/11/slumpshoulder.jpg)
\nHello Steemit, this might be something that can change your life. Muscle pain is inevitable, it can be an old injury, or just something that suddenly start irritating you and it will not stop. Having over worked muscles or your posture compromised causes a lot of kinks and knots in our body. Having deep tissue massage is great for alleviating pain. \n\n\n

The benefits of have a deep tissue massage:

\n* Increases blow flow in the body which causes healing to improve\n* Reduces inflammation\n* Loosen tight muscles cluster\n* Improve overall blood pressure \n* Breaks up scar tissue\n* Stress reliever. \n\n90 percent of the people who read this knows that massages are great. I'm an anomaly, I am not a fan of massages but I do believe in the benefits. I do help out the family when I was younger when they asked for massages and I have a natural talent for it. They were confused and would ask how did I know what to do to fix their back. it still remains a mystery til this day. There are many reason why people can't get massages because of the inconvenience, money, or unavailability which brings me to...\n\n

Lacrosse ball

\n![](http://d2ydh70d4b5xgv.cloudfront.net/images/7/7/mobilitas-mobility-peanut-the-original-double-lacrosse-ball-and-myofascial-1a1f82b10a664b959539aacdbdcf0a96.jpg)\n[Peanut Lacrosse ball](https://www.amazon.com/gp/product/B0140NJXY6/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B0140NJXY6&linkCode=as2&tag=lasted-20&linkId=1edab9bdbe3612327d257f4edd57cfb5)\n
\nThis improve many of my family's lives when they started using it. My mother, dad, brother, and uncles all are a huge fan of these. The idea of lacrosse ball is to place it either on a wall and lean into or placed on the ground and lay on top of it to target stubborn pains and aches caused by tight muscles. It is used by many athletes but also adored by people that hate the idea of working out. The purpose (for example) is to place it somewhere on your back where it is the most uncomfortable and leave it there for around 20 - 30 seconds so that your muscle in that area would slowly release itself. What I personally do is to put 2 of these under my desk roll my feet with them. \n

Foam roller

\n![](https://images-na.ssl-images-amazon.com/images/I/71VxfEt9NtL._SL1500_.jpg)\n[Foam Roller](https://www.amazon.com/gp/product/B00KAEJ3V8/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00KAEJ3V8&linkCode=as2&tag=lasted-20&linkId=08ef65112539bb10114ba72a89ab1edd)
\nThey are great for the overall body. Less intense as the lacrosse ball but they can improve your posture as you roll on top. Here you also do the same thing as the lacrosse ball you lay on top of it and find a tender spot and hold it there for around 20 - 30 seconds if you can and move to the next spot. I don't advise rolling the lower back since your spine is already curve in and your creating more of a sway back. This improve circulation on your thighs, side torso, chest, or any part of your body that can rest on top of this.\n\n

Theracane

\n![](https://images-na.ssl-images-amazon.com/images/I/31VpBRHxbUL.jpg)\n[Theracane](https://www.amazon.com/gp/product/B000PRMCJU/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B000PRMCJU&linkCode=as2&tag=lasted-20&linkId=e0fcdc173eac78ceda3dccef5b82dcaf)\n
\n\nThis is the first thing I purchased when I had tense shoulders because I had a laptop bag which was a sling style bag. The uneven weight distribution caused intense pain and knots in my shoulder which I had no way of stretching it out. During that time I was a student living in the dorms. No car, not a lot of money, and it was super inconvenient to travel one hour to see a physical therapist for a massage. This was introduced to me by my brother who has knots majority of his life because he had bad posture. I gave it a go and it worked! This is great for people who are in a chair and can't just lay down on the floor suddenly like in an office setting. This can be used when reading something on your computer or anything that doesn't requires hands you can start using this to help reduce the pain on your shoulder and neck. \n\nThese three products I always use if I feel that my muscles are tight or overworked that particular day. They are always in hands reach and has improved my over knot issues. Have a great day Steemit, hope this helps!", + "category": "life", + "children": 0, + "created": "2016-09-15T18:53:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://svmassagetherapy.com/blog/wp-content/uploads/2014/11/slumpshoulder.jpg", + "http://d2ydh70d4b5xgv.cloudfront.net/images/7/7/mobilitas-mobility-peanut-the-original-double-lacrosse-ball-and-myofascial-1a1f82b10a664b959539aacdbdcf0a96.jpg", + "https://images-na.ssl-images-amazon.com/images/I/71VxfEt9NtL._SL1500_.jpg", + "https://images-na.ssl-images-amazon.com/images/I/31VpBRHxbUL.jpg" + ], + "links": [ + "https://www.amazon.com/gp/product/B0140NJXY6/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B0140NJXY6&linkCode=as2&tag=lasted-20&linkId=1edab9bdbe3612327d257f4edd57cfb5", + "https://www.amazon.com/gp/product/B00KAEJ3V8/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00KAEJ3V8&linkCode=as2&tag=lasted-20&linkId=08ef65112539bb10114ba72a89ab1edd", + "https://www.amazon.com/gp/product/B000PRMCJU/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B000PRMCJU&linkCode=as2&tag=lasted-20&linkId=e0fcdc173eac78ceda3dccef5b82dcaf" + ], + "tags": [ + "life", + "story", + "fitness", + "health", + "blog" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4139779921279, + "payout": 1.845, + "payout_at": "2016-09-22T18:53:51", + "pending_payout_value": "1.845 HBD", + "percent_hbd": 10000, + "permlink": "fixing-posture-part-5-massages", + "post_id": 1257346, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "Fixing Posture - Part 5: Massages", + "updated": "2016-09-15T18:57:33", + "url": "/life/@ayim/fixing-posture-part-5-massages" + }, { "active_votes": [ { @@ -2737,85 +2816,6 @@ "updated": "2016-09-15T18:52:57", "url": "/food/@gustavopasquini/pastel-of-banana-with-chocolate" }, - { - "active_votes": [ - { - "rshares": 4134632281224, - "voter": "riverhead" - }, - { - "rshares": 2531219186, - "voter": "steem1653" - }, - { - "rshares": 100126866, - "voter": "rusla" - }, - { - "rshares": 56055247, - "voter": "whoknows" - }, - { - "rshares": 123221500, - "voter": "ola1" - }, - { - "rshares": 2337017256, - "voter": "ayim" - } - ], - "author": "ayim", - "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, - "beneficiaries": [], - "blacklists": [], - "body": "
![](http://svmassagetherapy.com/blog/wp-content/uploads/2014/11/slumpshoulder.jpg)
\nHello Steemit, this might be something that can change your life. Muscle pain is inevitable, it can be an old injury, or just something that suddenly start irritating you and it will not stop. Having over worked muscles or your posture compromised causes a lot of kinks and knots in our body. Having deep tissue massage is great for alleviating pain. \n\n\n

The benefits of have a deep tissue massage:

\n* Increases blow flow in the body which causes healing to improve\n* Reduces inflammation\n* Loosen tight muscles cluster\n* Improve overall blood pressure \n* Breaks up scar tissue\n* Stress reliever. \n\n90 percent of the people who read this knows that massages are great. I'm an anomaly, I am not a fan of massages but I do believe in the benefits. I do help out the family when I was younger when they asked for massages and I have a natural talent for it. They were confused and would ask how did I know what to do to fix their back. it still remains a mystery til this day. There are many reason why people can't get massages because of the inconvenience, money, or unavailability which brings me to...\n\n

Lacrosse ball

\n![](http://d2ydh70d4b5xgv.cloudfront.net/images/7/7/mobilitas-mobility-peanut-the-original-double-lacrosse-ball-and-myofascial-1a1f82b10a664b959539aacdbdcf0a96.jpg)\n[Peanut Lacrosse ball](https://www.amazon.com/gp/product/B0140NJXY6/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B0140NJXY6&linkCode=as2&tag=lasted-20&linkId=1edab9bdbe3612327d257f4edd57cfb5)\n
\nThis improve many of my family's lives when they started using it. My mother, dad, brother, and uncles all are a huge fan of these. The idea of lacrosse ball is to place it either on a wall and lean into or placed on the ground and lay on top of it to target stubborn pains and aches caused by tight muscles. It is used by many athletes but also adored by people that hate the idea of working out. The purpose (for example) is to place it somewhere on your back where it is the most uncomfortable and leave it there for around 20 - 30 seconds so that your muscle in that area would slowly release itself. What I personally do is to put 2 of these under my desk roll my feet with them. \n

Foam roller

\n![](https://images-na.ssl-images-amazon.com/images/I/71VxfEt9NtL._SL1500_.jpg)\n[Foam Roller](https://www.amazon.com/gp/product/B00KAEJ3V8/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00KAEJ3V8&linkCode=as2&tag=lasted-20&linkId=08ef65112539bb10114ba72a89ab1edd)
\nThey are great for the overall body. Less intense as the lacrosse ball but they can improve your posture as you roll on top. Here you also do the same thing as the lacrosse ball you lay on top of it and find a tender spot and hold it there for around 20 - 30 seconds if you can and move to the next spot. I don't advise rolling the lower back since your spine is already curve in and your creating more of a sway back. This improve circulation on your thighs, side torso, chest, or any part of your body that can rest on top of this.\n\n

Theracane

\n![](https://images-na.ssl-images-amazon.com/images/I/31VpBRHxbUL.jpg)\n[Theracane](https://www.amazon.com/gp/product/B000PRMCJU/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B000PRMCJU&linkCode=as2&tag=lasted-20&linkId=e0fcdc173eac78ceda3dccef5b82dcaf)\n
\n\nThis is the first thing I purchased when I had tense shoulders because I had a laptop bag which was a sling style bag. The uneven weight distribution caused intense pain and knots in my shoulder which I had no way of stretching it out. During that time I was a student living in the dorms. No car, not a lot of money, and it was super inconvenient to travel one hour to see a physical therapist for a massage. This was introduced to me by my brother who has knots majority of his life because he had bad posture. I gave it a go and it worked! This is great for people who are in a chair and can't just lay down on the floor suddenly like in an office setting. This can be used when reading something on your computer or anything that doesn't requires hands you can start using this to help reduce the pain on your shoulder and neck. \n\nThese three products I always use if I feel that my muscles are tight or overworked that particular day. They are always in hands reach and has improved my over knot issues. Have a great day Steemit, hope this helps!", - "category": "life", - "children": 0, - "created": "2016-09-15T18:53:51", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "is_paidout": false, - "json_metadata": { - "image": [ - "http://svmassagetherapy.com/blog/wp-content/uploads/2014/11/slumpshoulder.jpg", - "http://d2ydh70d4b5xgv.cloudfront.net/images/7/7/mobilitas-mobility-peanut-the-original-double-lacrosse-ball-and-myofascial-1a1f82b10a664b959539aacdbdcf0a96.jpg", - "https://images-na.ssl-images-amazon.com/images/I/71VxfEt9NtL._SL1500_.jpg", - "https://images-na.ssl-images-amazon.com/images/I/31VpBRHxbUL.jpg" - ], - "links": [ - "https://www.amazon.com/gp/product/B0140NJXY6/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B0140NJXY6&linkCode=as2&tag=lasted-20&linkId=1edab9bdbe3612327d257f4edd57cfb5", - "https://www.amazon.com/gp/product/B00KAEJ3V8/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00KAEJ3V8&linkCode=as2&tag=lasted-20&linkId=08ef65112539bb10114ba72a89ab1edd", - "https://www.amazon.com/gp/product/B000PRMCJU/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B000PRMCJU&linkCode=as2&tag=lasted-20&linkId=e0fcdc173eac78ceda3dccef5b82dcaf" - ], - "tags": [ - "life", - "story", - "fitness", - "health", - "blog" - ] - }, - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 4139779921279, - "payout": 1.845, - "payout_at": "2016-09-22T18:53:51", - "pending_payout_value": "1.845 HBD", - "percent_hbd": 10000, - "permlink": "fixing-posture-part-5-massages", - "post_id": 1257346, - "promoted": "0.000 HBD", - "replies": [], - "stats": { - "flag_weight": 0.0, - "gray": false, - "hide": false, - "total_votes": 6 - }, - "title": "Fixing Posture - Part 5: Massages", - "updated": "2016-09-15T18:57:33", - "url": "/life/@ayim/fixing-posture-part-5-massages" - }, { "active_votes": [ { diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout.pat.json index 896ad512..961f91a2 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout.pat.json @@ -10647,127 +10647,163 @@ { "active_votes": [ { - "rshares": 13477926522085, - "voter": "dantheman" - }, - { - "rshares": 535676350903, + "rshares": 591936986472, "voter": "barrie" }, { - "rshares": 347182498336, + "rshares": 289298833434, "voter": "anonymous" }, { - "rshares": 618864299621, - "voter": "val-a" + "rshares": 12345252505324, + "voter": "rainman" }, { - "rshares": 36025898284908, - "voter": "jamesc" + "rshares": 25621456264935, + "voter": "berniesanders" }, { - "rshares": 166621884382, - "voter": "highasfuck" + "rshares": 3575862225930, + "voter": "excalibur" }, { - "rshares": 2269754565580, - "voter": "badassmother" + "rshares": 7465240586833, + "voter": "firstclass" }, { - "rshares": 6541942109750, - "voter": "xeldal" + "rshares": 34617610074801, + "voter": "jamesc" }, { - "rshares": 5406911565194, - "voter": "enki" + "rshares": 2439391483928, + "voter": "badassmother" }, { - "rshares": 2015795275799, + "rshares": 2108333548846, "voter": "hr1" }, { - "rshares": 1085579124424, - "voter": "rossco99" + "rshares": 5440360108871, + "voter": "kushed" }, { - "rshares": 4539080827957, - "voter": "wang" + "rshares": 135639234986, + "voter": "svk" }, { - "rshares": 5671967166550, - "voter": "steemit200" + "rshares": 4425788336132, + "voter": "nextgencrypto" + }, + { + "rshares": 1183899666401, + "voter": "rossco99" }, { "rshares": 157840910571, "voter": "ozmaster" }, { - "rshares": 2483637972, + "rshares": 3104316216, "voter": "boy" }, { - "rshares": 1744463573774, - "voter": "xeroc" - }, - { - "rshares": 3015447022, + "rshares": 3769023210, "voter": "bue-witness" }, { - "rshares": 547246371, + "rshares": 684026925, "voter": "bunny" }, { - "rshares": 7158463190255, - "voter": "complexring" + "rshares": 6276229149745, + "voter": "clayop" }, { - "rshares": 43942970419, + "rshares": 54893564497, "voter": "bue" }, { - "rshares": 1330801877, + "rshares": 1663393709, "voter": "mini" }, { - "rshares": 171039480, + "rshares": 4401912288378, + "voter": "witness.svk" + }, + { + "rshares": 213796245, "voter": "moon" }, { - "rshares": 422583280311, - "voter": "recursive3" + "rshares": 76449229334, + "voter": "aizensou" }, { - "rshares": 2705583356387, + "rshares": 3556788310214, + "voter": "au1nethyb1" + }, + { + "rshares": 208865905773, + "voter": "b0y2k" + }, + { + "rshares": 6136183341, + "voter": "bentley" + }, + { + "rshares": 425555473971, + "voter": "recursive2" + }, + { + "rshares": 2772197684657, "voter": "recursive" }, { - "rshares": 1352528689, + "rshares": 1425577812, "voter": "mineralwasser" }, { - "rshares": 813598639820, + "rshares": 877687478497, "voter": "boombastic" }, { - "rshares": 107430397631, + "rshares": 118397897437, "voter": "mrs.agsexplorer" }, { - "rshares": 1959061945, + "rshares": 6451379962, + "voter": "sean0010" + }, + { + "rshares": 8480286811, + "voter": "bingo-0" + }, + { + "rshares": 2154708395, "voter": "bingo-1" }, { - "rshares": 413868821627, + "rshares": 480097771037, "voter": "boatymcboatface" }, { - "rshares": 500032593, + "rshares": 379439479055, + "voter": "officialfuzzy" + }, + { + "rshares": 1177986568456, + "voter": "cass" + }, + { + "rshares": 625012807, "voter": "healthcare" }, { - "rshares": 778573329, + "rshares": 1125731310657, + "voter": "tuck-fheman" + }, + { + "rshares": 973159239, "voter": "daniel.pan" }, { @@ -10775,1185 +10811,1335 @@ "voter": "woo7739" }, { - "rshares": 813852185290, - "voter": "steemrollin" + "rshares": 7451892533, + "voter": "patrice" }, { - "rshares": 40097366003, + "rshares": 42814815404, "voter": "alexgr" }, { - "rshares": 230690102, + "rshares": 288356419, "voter": "helen.tan" }, { - "rshares": 317679022747, - "voter": "noaommerrr" - }, - { - "rshares": 13456874958, - "voter": "gregory-f" + "rshares": 18282370513, + "voter": "unosuke" }, { - "rshares": 9981315272, - "voter": "andzzz" + "rshares": 308036837341, + "voter": "noaommerrr" }, { - "rshares": 85951923946, + "rshares": 76716940669, "voter": "edgeland" }, { - "rshares": 76665194905, - "voter": "easteagle13" + "rshares": 51320160062, + "voter": "noisy" }, { - "rshares": 13661967452, - "voter": "fkn" + "rshares": 185809442252, + "voter": "samuel-stone" }, { - "rshares": 44301968409, - "voter": "kingscrown" + "rshares": 16636079519, + "voter": "jademont" }, { - "rshares": 29703642476, - "voter": "instructor2121" + "rshares": 3914505410, + "voter": "hbhades" }, { - "rshares": 341853154470, - "voter": "teamsteem" + "rshares": 433346527370, + "voter": "eeks" }, { - "rshares": 17971631999, - "voter": "elishagh1" + "rshares": 19216280302, + "voter": "fkn" }, { - "rshares": 147551184319, - "voter": "steve-walschot" + "rshares": 447353939, + "voter": "paco-steem" }, { - "rshares": 43838713879, - "voter": "hannixx42" + "rshares": 5016826590, + "voter": "spaninv" }, { - "rshares": 1412786230, - "voter": "murh" + "rshares": 2110504361, + "voter": "gekko" }, { - "rshares": 6476276966, - "voter": "cryptofunk" + "rshares": 335140044424, + "voter": "teamsteem" }, { - "rshares": 39924520204, - "voter": "ranko-k" + "rshares": 25278617688, + "voter": "elishagh1" }, { - "rshares": 943667108132, - "voter": "cyber" + "rshares": 10276551983, + "voter": "richman" }, { - "rshares": 24403504542, - "voter": "paul-labossiere" + "rshares": 708002935272, + "voter": "nanzo-scoop" }, { - "rshares": 29997646492, - "voter": "drinkzya" + "rshares": 1097771169, + "voter": "weenfan" }, { - "rshares": 9277411843, - "voter": "zebbra2014" + "rshares": 139424582774, + "voter": "steve-walschot" }, { - "rshares": 94742737947, - "voter": "eric-boucher" + "rshares": 7604863954, + "voter": "kefkius" }, { - "rshares": 378640848474, - "voter": "taoteh1221" + "rshares": 215057879114, + "voter": "mummyimperfect" }, { - "rshares": 4273797992, - "voter": "andre-ager" + "rshares": 43240066120, + "voter": "klye" }, { - "rshares": 269036651571, - "voter": "churdtzu" + "rshares": 490980590, + "voter": "coar" }, { - "rshares": 53651417814, - "voter": "juanmiguelsalas" + "rshares": 1426410498, + "voter": "murh" }, { - "rshares": 15133639569, - "voter": "paradise-paradox" + "rshares": 6760885463, + "voter": "cryptofunk" }, { - "rshares": 3163625559, - "voter": "pangur-ban" + "rshares": 584910969, + "voter": "kodi" }, { - "rshares": 53304441666, - "voter": "thecryptodrive" + "rshares": 12988959564, + "voter": "andu" }, { - "rshares": 1428360890, - "voter": "benthegameboy" + "rshares": 990439542978, + "voter": "cyber" }, { - "rshares": 398746305, - "voter": "rafikichi" + "rshares": 59784587939, + "voter": "theshell" }, { - "rshares": 79206127744, - "voter": "tim-johnston" + "rshares": 59685490770, + "voter": "ak2020" }, { - "rshares": 19583503403, - "voter": "ziv" + "rshares": 25360606957, + "voter": "thecryptofiend" }, { - "rshares": 2153317286, - "voter": "stephen-somers" + "rshares": 54554448698, + "voter": "justtryme90" }, { - "rshares": 32136652184, - "voter": "michaelx" + "rshares": 9277411843, + "voter": "zebbra2014" }, { - "rshares": 5795619552, - "voter": "mark-waser" + "rshares": 426963673, + "voter": "applecrisp" }, { - "rshares": 134311506595, - "voter": "kimziv" + "rshares": 349160704, + "voter": "stiletto" }, { - "rshares": 2313228416, - "voter": "superfreek" + "rshares": 234281600315, + "voter": "wingz" }, { - "rshares": 510500434, - "voter": "mrhankeh" + "rshares": 52533125771, + "voter": "juanmiguelsalas" }, { - "rshares": 2868007032, - "voter": "alexft" + "rshares": 108081346208, + "voter": "kenny-crane" }, { - "rshares": 56702480478, - "voter": "isteemit" + "rshares": 55791521921, + "voter": "thecryptodrive" }, { - "rshares": 14009388996, - "voter": "damirkatusic" + "rshares": 24830294413, + "voter": "wongshiying" }, { - "rshares": 68355526825, - "voter": "bacchist" + "rshares": 187335920333, + "voter": "will-zewe" }, { - "rshares": 56991239380, - "voter": "asmolokalo" + "rshares": 132454573634, + "voter": "bravenewcoin" }, { - "rshares": 84399492492, - "voter": "rubybian" + "rshares": 4567548961, + "voter": "dahaz159" }, { - "rshares": 3303916529, - "voter": "orly" + "rshares": 13621418175, + "voter": "facer" }, { - "rshares": 5367814231, - "voter": "riscadox" + "rshares": 10703944499, + "voter": "ossama-benjohn" }, { - "rshares": 8194140529, - "voter": "r4fken" + "rshares": 89838229832, + "voter": "schro" }, { - "rshares": 132366664791, - "voter": "derekareith" + "rshares": 16083450491, + "voter": "zakharya" }, { - "rshares": 349132139361, - "voter": "slowwalker" + "rshares": 2063595732, + "voter": "stephen-somers" }, { - "rshares": 45284854380, - "voter": "furion" + "rshares": 30445361083, + "voter": "michaelx" }, { - "rshares": 10594519706, - "voter": "seanmchughart" + "rshares": 5923268326, + "voter": "mark-waser" }, { - "rshares": 743522845, - "voter": "busser" + "rshares": 5724827410, + "voter": "christoryan" }, { - "rshares": 332742949, - "voter": "barbara2" + "rshares": 104859928997, + "voter": "geoffrey" }, { - "rshares": 356520246, - "voter": "ch0c0latechip" + "rshares": 166471141157, + "voter": "kimziv" }, { - "rshares": 342183077, - "voter": "doge4lyf" + "rshares": 2745202699, + "voter": "gary-smith" }, { - "rshares": 967430836, - "voter": "steem1653" + "rshares": 471231170, + "voter": "mrhankeh" }, { - "rshares": 4441929051, - "voter": "gikitiki" + "rshares": 67028640744, + "voter": "norbu" }, { - "rshares": 61948584655, - "voter": "flyingmind" + "rshares": 178740506212, + "voter": "marina" }, { - "rshares": 5446824474, - "voter": "thegoodguy" + "rshares": 217596841813, + "voter": "asmolokalo" }, { - "rshares": 3320467112, - "voter": "karen13" + "rshares": 33316560185, + "voter": "good-karma" }, { - "rshares": 11080274169, - "voter": "deviedev" + "rshares": 90870543097, + "voter": "rubybian" }, { - "rshares": 1283923402, - "voter": "jrd8526" + "rshares": 3370504739, + "voter": "orly" }, { - "rshares": 6389579636, - "voter": "cryptosi" + "rshares": 254380477, + "voter": "mstang83" }, { - "rshares": 288484078580, - "voter": "nabilov" + "rshares": 133809425183, + "voter": "jackkang" }, { - "rshares": 14499214780, - "voter": "jaycobbell" + "rshares": 25519515144, + "voter": "tcfxyz" }, { - "rshares": 8217543952, - "voter": "noodhoog" + "rshares": 7068961098, + "voter": "futurefood" }, { - "rshares": 35654305271, - "voter": "condra" + "rshares": 143394860106, + "voter": "derekareith" }, { - "rshares": 380411494, - "voter": "karenmckersie" + "rshares": 28797437548, + "voter": "picokernel" }, { - "rshares": 7061842607, - "voter": "btcupload" + "rshares": 61988648819, + "voter": "furion" }, { - "rshares": 245554819, - "voter": "jza" + "rshares": 15619208260, + "voter": "bitshares101" }, { - "rshares": 32831137698, - "voter": "creemej" + "rshares": 10594519706, + "voter": "seanmchughart" }, { - "rshares": 91926117, - "voter": "wildchild" + "rshares": 6227407724, + "voter": "owdy" }, { - "rshares": 12310535283, - "voter": "benjiberigan" + "rshares": 463366412, + "voter": "barbara2" }, { - "rshares": 70777333586, - "voter": "thylbom" + "rshares": 514840389, + "voter": "ch0c0latechip" }, { - "rshares": 7168092642, - "voter": "geronimo" + "rshares": 476503055, + "voter": "doge4lyf" }, { - "rshares": 2488984400, - "voter": "vlad" + "rshares": 10476467464, + "voter": "spiz0r" }, { - "rshares": 3404137327, - "voter": "tarindel" + "rshares": 13970283730, + "voter": "ausbitbank" }, { - "rshares": 3373510290, - "voter": "azurejasper" + "rshares": 27538503875, + "voter": "gord0b" }, { - "rshares": 24175862862, - "voter": "deanliu" + "rshares": 5118979825, + "voter": "inversion" }, { - "rshares": 540910155, - "voter": "qonq99" + "rshares": 1137700476, + "voter": "steem1653" }, { - "rshares": 970801526, - "voter": "dbendorf" + "rshares": 5568218494, + "voter": "nichoros" }, { - "rshares": 161416493014, - "voter": "jl777" + "rshares": 10893493671, + "voter": "asim" }, { - "rshares": 1018923425089, - "voter": "james212" + "rshares": 215638639947, + "voter": "jesta" }, { - "rshares": 7072481705, - "voter": "lostnuggett" + "rshares": 16823179482, + "voter": "toxonaut" }, { - "rshares": 35423115509, - "voter": "zaebars" + "rshares": 5013086969, + "voter": "thegoodguy" }, { - "rshares": 11069846104, - "voter": "positive" + "rshares": 17026901254, + "voter": "bdavid" }, { - "rshares": 1784770879, - "voter": "yarly" + "rshares": 16487620216, + "voter": "aaseb" }, { - "rshares": 269607289, - "voter": "yarly2" + "rshares": 3541324768, + "voter": "karen13" }, { - "rshares": 270010959, - "voter": "yarly3" + "rshares": 24962097609, + "voter": "igster" }, { - "rshares": 156093986, - "voter": "yarly4" + "rshares": 296050938278, + "voter": "nabilov" }, { - "rshares": 156975275, - "voter": "yarly5" + "rshares": 11050247826, + "voter": "allmonitors" }, { - "rshares": 89476508, - "voter": "yarly7" + "rshares": 42134446363, + "voter": "milestone" }, { - "rshares": 308403865, - "voter": "sergey44" + "rshares": 6854219330, + "voter": "lichtblick" }, { - "rshares": 117022265, - "voter": "smospider" + "rshares": 38981643223, + "voter": "creemej" }, { - "rshares": 19822991673, - "voter": "krabgat" + "rshares": 87211957, + "voter": "wildchild" }, { - "rshares": 13755763158, - "voter": "proto" + "rshares": 22604638473, + "voter": "phenom" }, { - "rshares": 614745323, - "voter": "curator" + "rshares": 21518378834, + "voter": "mynameisbrian" }, { - "rshares": 21133143205, - "voter": "sisterholics" + "rshares": 4221835049, + "voter": "oululahti" }, { - "rshares": 432471059, - "voter": "yarly10" + "rshares": 2057329898, + "voter": "iamwne" }, { - "rshares": 1518983647, - "voter": "alex.chien" + "rshares": 36385996929, + "voter": "royaltiffany" }, { - "rshares": 231633878, - "voter": "yarly11" + "rshares": 7491319278, + "voter": "bitcoiner" }, { - "rshares": 81028161, - "voter": "yarly12" + "rshares": 3402963070, + "voter": "tarindel" }, { - "rshares": 2814833271, - "voter": "tygergamer" + "rshares": 3150992247, + "voter": "azurejasper" }, { - "rshares": 364069422, - "voter": "fnait" + "rshares": 22320237891, + "voter": "deanliu" }, { - "rshares": 344497787, - "voter": "keepcalmand" + "rshares": 5225193932, + "voter": "rainchen" }, { - "rshares": 111662435976, - "voter": "sterlinluxan" + "rshares": 3567394163, + "voter": "mastletter" }, { - "rshares": 3099858290, - "voter": "glitterpig" + "rshares": 172158330412, + "voter": "jl777" }, { - "rshares": 5361340393, - "voter": "jed78" + "rshares": 39357479579, + "voter": "zaebars" }, { - "rshares": 128430788791, - "voter": "steemdrive" + "rshares": 1366745384, + "voter": "aleco" }, { - "rshares": 1024046685, - "voter": "metaflute" + "rshares": 15569549784, + "voter": "positive" }, { - "rshares": 39800990412, - "voter": "gomeravibz" + "rshares": 1820806512, + "voter": "yarly" }, { - "rshares": 6888480035, - "voter": "taker" + "rshares": 275109479, + "voter": "yarly2" }, { - "rshares": 4650376230, - "voter": "theprophet0" + "rshares": 275521387, + "voter": "yarly3" }, { - "rshares": 729049512878, - "voter": "laonie" + "rshares": 159279578, + "voter": "yarly4" }, { - "rshares": 2551884333, - "voter": "pdogg147" + "rshares": 160178852, + "voter": "yarly5" }, { - "rshares": 8107245594, - "voter": "spaceghost" + "rshares": 91302559, + "voter": "yarly7" }, { - "rshares": 22883800785, - "voter": "laonie1" + "rshares": 9676251273, + "voter": "fishborne" }, { - "rshares": 23396082320, - "voter": "laonie2" + "rshares": 21625479206, + "voter": "prufarchy" }, { - "rshares": 23404647118, - "voter": "laonie3" + "rshares": 18151756887, + "voter": "carlidos" }, { - "rshares": 24520350205, - "voter": "laoyao" + "rshares": 790919268, + "voter": "quigua" }, { - "rshares": 26139519610, - "voter": "myfirst" + "rshares": 921456442, + "voter": "happyphoenix" }, { - "rshares": 161267589491, - "voter": "somebody" + "rshares": 27564916862, + "voter": "team-leibniz" }, { - "rshares": 6032070943, - "voter": "flysaga" + "rshares": 14671343443, + "voter": "proto" }, { - "rshares": 35631246795, - "voter": "midnightoil" + "rshares": 639310915, + "voter": "curator" }, { - "rshares": 2312642573, - "voter": "crypto-toll" + "rshares": 25522993490, + "voter": "sisterholics" }, { - "rshares": 63429538, - "voter": "libertyprime" + "rshares": 441281474, + "voter": "yarly10" }, { - "rshares": 3334099690, - "voter": "darrenturetzky" + "rshares": 236361100, + "voter": "yarly11" }, { - "rshares": 62034512, - "voter": "nickola" + "rshares": 2087245911, + "voter": "leylar" }, { - "rshares": 23400604417, - "voter": "laonie4" + "rshares": 13899669755, + "voter": "michaeldodridge" }, { - "rshares": 23398899328, - "voter": "laonie5" + "rshares": 82681797, + "voter": "yarly12" }, { - "rshares": 23396297524, - "voter": "laonie6" + "rshares": 9225721351, + "voter": "logic" }, { - "rshares": 23393304596, - "voter": "laonie7" + "rshares": 525744758, + "voter": "fnait" }, { - "rshares": 23389513666, - "voter": "laonie8" + "rshares": 479715016, + "voter": "keepcalmand" }, { - "rshares": 23387910642, - "voter": "laonie9" + "rshares": 2852417010, + "voter": "nelu.ceban" }, { - "rshares": 85264650943, - "voter": "xiaohui" + "rshares": 8395108310, + "voter": "alphabeta" }, { - "rshares": 19546273639, - "voter": "velourex" + "rshares": 29391275370, + "voter": "smailer" }, { - "rshares": 5403347242, - "voter": "oflyhigh" + "rshares": 156341247, + "voter": "steemster1" }, { - "rshares": 14605845094, - "voter": "randyclemens" + "rshares": 24117033815, + "voter": "williambanks" }, { - "rshares": 1368553119, - "voter": "paynode" + "rshares": 3171921284, + "voter": "glitterpig" }, { - "rshares": 2787069761, - "voter": "xiaokongcom" + "rshares": 5953798750, + "voter": "jed78" }, { - "rshares": 221895311, - "voter": "zionuziriel" + "rshares": 6471671741, + "voter": "shortcut" }, { - "rshares": 61677203, - "voter": "diversesteem" + "rshares": 131434229863, + "voter": "steemdrive" }, { - "rshares": 5616564080, - "voter": "xianjun" + "rshares": 972832549, + "voter": "metaflute" }, { - "rshares": 64621792, - "voter": "stevescriber" + "rshares": 55157471341, + "voter": "gomeravibz" }, { - "rshares": 52467942, - "voter": "loli" + "rshares": 3735000857, + "voter": "litrbooh" }, { - "rshares": 54857117, - "voter": "nano2nd" + "rshares": 7417512235, + "voter": "taker" }, { - "rshares": 222804436, - "voter": "party1999" + "rshares": 4759832838, + "voter": "theprophet0" }, { - "rshares": 368610577, - "voter": "microluck" + "rshares": 63257042, + "voter": "sharon" }, { - "rshares": 1635886707, - "voter": "chinadaily" + "rshares": 63085782, + "voter": "lillianjones" }, { - "rshares": 57802223, - "voter": "cryptoblu" + "rshares": 887003920813, + "voter": "laonie" }, { - "rshares": 57795937, - "voter": "instructor" + "rshares": 24105897364, + "voter": "rawnetics" }, { - "rshares": 663686280832, - "voter": "dollarvigilante" + "rshares": 5191402535, + "voter": "thebluepanda" }, { - "rshares": 59750246, - "voter": "saveliy" + "rshares": 3088548245, + "voter": "timcliff" }, { - "rshares": 13661297026, - "voter": "gvargas123" + "rshares": 24475534553, + "voter": "laonie1" }, { - "rshares": 1550433833, - "voter": "jsantana" + "rshares": 24986004688, + "voter": "laonie2" }, { - "rshares": 723218112, - "voter": "thepholosopher" + "rshares": 24995138873, + "voter": "laonie3" }, { - "rshares": 69829863, - "voter": "qq553937961" + "rshares": 32610248968, + "voter": "myfirst" }, { - "rshares": 8720302896, - "voter": "jaredcwillis" + "rshares": 199877130147, + "voter": "somebody" }, { - "rshares": 23381814238, - "voter": "laonie10" + "rshares": 20733647424, + "voter": "persianqueen" }, { - "rshares": 765546853, - "voter": "wuyueling" + "rshares": 7476792922, + "voter": "flysaga" }, { - "rshares": 1911014293, - "voter": "erroneous-logic" + "rshares": 12253967192, + "voter": "gmurph" }, { - "rshares": 58984845, - "voter": "attacheguevera" + "rshares": 32783895252, + "voter": "xtester" }, { - "rshares": 80740926521, - "voter": "barrycooper" + "rshares": 44163499766, + "voter": "midnightoil" }, { - "rshares": 45366463875, - "voter": "dragonanarchist" + "rshares": 3991017813, + "voter": "ullikume" }, { - "rshares": 3555271275, - "voter": "stillsafe" + "rshares": 6756209350, + "voter": "minion" }, { - "rshares": 43371945426, - "voter": "emancipatedhuman" + "rshares": 62034512, + "voter": "nickola" }, { - "rshares": 75274936, - "voter": "joelbow" + "rshares": 24990820543, + "voter": "laonie4" }, { - "rshares": 9248050550, - "voter": "sethlinson" + "rshares": 24989057515, + "voter": "laonie5" }, { - "rshares": 23708856990, - "voter": "hilarski" + "rshares": 24986322060, + "voter": "laonie6" }, { - "rshares": 161072048736, - "voter": "falkvinge" + "rshares": 24983081321, + "voter": "laonie7" }, { - "rshares": 1401458089, - "voter": "truthandanarchy" + "rshares": 24979236100, + "voter": "laonie8" }, { - "rshares": 828469568, - "voter": "riceowladam" + "rshares": 24977494631, + "voter": "laonie9" }, { - "rshares": 4024824726, - "voter": "lily-da-vine" + "rshares": 102976940697, + "voter": "xiaohui" }, { - "rshares": 58977489, - "voter": "justinschwalm" + "rshares": 1890376414, + "voter": "t3ran13" }, { - "rshares": 58484280, - "voter": "will.isles" + "rshares": 102832176474, + "voter": "joele" }, { - "rshares": 84529934, - "voter": "sjjohnson" + "rshares": 1307687520, + "voter": "paynode" }, { - "rshares": 1037909150, - "voter": "avielhitchens" + "rshares": 62525016, + "voter": "nickche" }, { - "rshares": 232089407, - "voter": "brandon-rosano" + "rshares": 1145677340, + "voter": "boddhisattva" }, { - "rshares": 58172886, - "voter": "nullpointer" + "rshares": 3454695611, + "voter": "xiaokongcom" }, { - "rshares": 54705383, - "voter": "rickmiller" + "rshares": 2076051332, + "voter": "natalymaty" }, { - "rshares": 2761833688, - "voter": "nulliusinverba" + "rshares": 64952156, + "voter": "msjennifer" }, { - "rshares": 669878419, - "voter": "runridefly" + "rshares": 59738641, + "voter": "ciao" }, { - "rshares": 64994479, - "voter": "mikeonfire" + "rshares": 3238497654, + "voter": "blow" }, { - "rshares": 56680590, - "voter": "charlie777pt" + "rshares": 3369602035, + "voter": "cmorton" }, { - "rshares": 10692755421, - "voter": "stephmckenzie" + "rshares": 59146649, + "voter": "steemo" }, { - "rshares": 2903143663, - "voter": "richardcrill" + "rshares": 6961689621, + "voter": "xianjun" }, { - "rshares": 164618977, - "voter": "decentro" + "rshares": 57765027, + "voter": "steema" }, { - "rshares": 23036045614, - "voter": "laonie11" + "rshares": 3362316499, + "voter": "bhavnapatel68" }, { - "rshares": 58648567727, - "voter": "luminousvisions" + "rshares": 74480084, + "voter": "confucius" }, { - "rshares": 1618117253, - "voter": "davidjkelley" + "rshares": 28366957937, + "voter": "mrosenquist" }, { - "rshares": 7422089296, - "voter": "davidbrogan" + "rshares": 3113858752, + "voter": "bledarus" }, { - "rshares": 57035814, - "voter": "michaelmillman" + "rshares": 50027573, + "voter": "loli" }, { - "rshares": 55669133, - "voter": "sebastianbauer" + "rshares": 84317688677, + "voter": "miacats" }, { - "rshares": 22576396199, - "voter": "sponge-bob" + "rshares": 56076164, + "voter": "nano2nd" }, { - "rshares": 15179703914, - "voter": "digital-wisdom" + "rshares": 8884101258, + "voter": "mione" }, { - "rshares": 3779650786, - "voter": "ethical-ai" + "rshares": 58653788, + "voter": "jarvis" }, { - "rshares": 98777516, - "voter": "saramiller" + "rshares": 457028975, + "voter": "microluck" }, { - "rshares": 2030924043, - "voter": "matthewtiii" + "rshares": 57933957, + "voter": "fortuner" }, { - "rshares": 5539406343, - "voter": "jwaser" + "rshares": 58555241, + "voter": "saveliy" }, { - "rshares": 7649110855, - "voter": "doitvoluntarily" + "rshares": 728479455, + "voter": "alexma3x" }, { - "rshares": 646139908, - "voter": "kev7000" + "rshares": 190168923, + "voter": "cryptomental" }, { - "rshares": 405872365, - "voter": "steemorama" + "rshares": 83974625359, + "voter": "neptun" }, { - "rshares": 925627584, - "voter": "smisi" + "rshares": 13660887096, + "voter": "gvargas123" }, { - "rshares": 3126319414, - "voter": "michaelmatthews" + "rshares": 56593235, + "voter": "johnbyrd" }, { - "rshares": 118627057, - "voter": "the-ego-is-you" + "rshares": 56575537, + "voter": "thomasaustin" }, { - "rshares": 282267928, - "voter": "totosky" + "rshares": 56573535, + "voter": "thermor" }, { - "rshares": 53237721, - "voter": "jonathanyoung" + "rshares": 56585538, + "voter": "ficholl" }, { - "rshares": 2609705655, - "voter": "bwaser" + "rshares": 55387660, + "voter": "widell" }, { - "rshares": 360867793495, - "voter": "charlieshrem" + "rshares": 89842295456, + "voter": "icfiedler" }, { - "rshares": 57674266103, - "voter": "tracemayer" + "rshares": 443693828, + "voter": "keepdoodling" }, { - "rshares": 22559371443, - "voter": "brains" + "rshares": 56161396, + "voter": "revelbrooks" }, { - "rshares": 164509842, - "voter": "knight-angel" + "rshares": 24971011701, + "voter": "laonie10" }, { - "rshares": 1445562934, - "voter": "bitcoinparadise" + "rshares": 24470844605, + "voter": "andrewawerdna" }, { - "rshares": 1996188997, - "voter": "steemsquad" + "rshares": 7674854463, + "voter": "craigwilliamz" }, { - "rshares": 2341327402, - "voter": "ellepdub" + "rshares": 52086919381, + "voter": "mandibil" }, { - "rshares": 50852949, - "voter": "gregorygarcia" + "rshares": 363516844, + "voter": "ukblogger" }, { - "rshares": 95081132, - "voter": "inarix03" + "rshares": 29668204036, + "voter": "daut44" }, { - "rshares": 9557075390, - "voter": "herpetologyguy" + "rshares": 1243977094, + "voter": "fiat19" }, { - "rshares": 4697106015, - "voter": "morgan.waser" + "rshares": 54999739, + "voter": "curpose" }, { - "rshares": 53426834, - "voter": "lightobserver" + "rshares": 80014955, + "voter": "pery" }, { - "rshares": 50233449, - "voter": "teemsteem" + "rshares": 948829161, + "voter": "runridefly" }, { - "rshares": 50975390, - "voter": "steemprincess" + "rshares": 14180456361, + "voter": "krnel" }, { - "rshares": 71404120, - "voter": "piphunters" + "rshares": 24601755462, + "voter": "laonie11" }, { - "rshares": 50182946, - "voter": "glennith" + "rshares": 56270862, + "voter": "antoninaral1965" }, { - "rshares": 3598578415, - "voter": "strong-ai" + "rshares": 55085378, + "voter": "troich" }, { - "rshares": 1345995899, - "voter": "peaceloveliberty" + "rshares": 57498067667, + "voter": "luminousvisions" }, { - "rshares": 174357670, - "voter": "darkminded153" + "rshares": 1653932598, + "voter": "davidjkelley" }, { - "rshares": 532746410, + "rshares": 7421603664, + "voter": "davidbrogan" + }, + { + "rshares": 55091113, + "voter": "crion" + }, + { + "rshares": 54739685, + "voter": "hitherise" + }, + { + "rshares": 54730557, + "voter": "wiss" + }, + { + "rshares": 9279312943, + "voter": "ghasemkiani" + }, + { + "rshares": 18057465685, + "voter": "sponge-bob" + }, + { + "rshares": 15514574124, + "voter": "digital-wisdom" + }, + { + "rshares": 225066014, + "voter": "areynolds" + }, + { + "rshares": 3859577072, + "voter": "ethical-ai" + }, + { + "rshares": 54362089, + "voter": "stroully" + }, + { + "rshares": 88628906, + "voter": "ruscion" + }, + { + "rshares": 5661661621, + "voter": "jwaser" + }, + { + "rshares": 54019345, + "voter": "thadm" + }, + { + "rshares": 54017499, + "voter": "prof" + }, + { + "rshares": 405872365, + "voter": "steemorama" + }, + { + "rshares": 892494003, + "voter": "smisi" + }, + { + "rshares": 53655807, + "voter": "yorsens" + }, + { + "rshares": 115546868227, + "voter": "dan-bn" + }, + { + "rshares": 127739177, + "voter": "the-ego-is-you" + }, + { + "rshares": 53331040, + "voter": "bane" + }, + { + "rshares": 53324520, + "voter": "vive" + }, + { + "rshares": 53318865, + "voter": "coad" + }, + { + "rshares": 282267928, + "voter": "totosky" + }, + { + "rshares": 9068270563, + "voter": "goose" + }, + { + "rshares": 2667370611, + "voter": "bwaser" + }, + { + "rshares": 53003720, + "voter": "sofa" + }, + { + "rshares": 54557096408, + "voter": "tracemayer" + }, + { + "rshares": 902283883, + "voter": "brains" + }, + { + "rshares": 459120073, + "voter": "jessicanicklos" + }, + { + "rshares": 53055629, + "voter": "ailo" + }, + { + "rshares": 4955013816, + "voter": "burnin" + }, + { + "rshares": 1347001825, + "voter": "bitcoinparadise" + }, + { + "rshares": 5314341562, + "voter": "chick1" + }, + { + "rshares": 4462414012, + "voter": "gringalicious" + }, + { + "rshares": 3133057978, + "voter": "steempowerwhale" + }, + { + "rshares": 50569452, + "voter": "aoki" + }, + { + "rshares": 50516543, + "voter": "typingagent" + }, + { + "rshares": 50514225, + "voter": "cwb" + }, + { + "rshares": 62519521, + "voter": "nelyp" + }, + { + "rshares": 2394301868, + "voter": "ellepdub" + }, + { + "rshares": 88742390, + "voter": "inarix03" + }, + { + "rshares": 9744098987, + "voter": "herpetologyguy" + }, + { + "rshares": 51470533, + "voter": "eavy" + }, + { + "rshares": 51484593, + "voter": "roto" + }, + { + "rshares": 1039982464, + "voter": "jang" + }, + { + "rshares": 4800843442, + "voter": "morgan.waser" + }, + { + "rshares": 803579425, + "voter": "twinbraid" + }, + { + "rshares": 335672416, + "voter": "lloyddavis" + }, + { + "rshares": 50372583, + "voter": "carre" + }, + { + "rshares": 3678089785, + "voter": "strong-ai" + }, + { + "rshares": 543618786, "voter": "grisha-danunaher" }, { - "rshares": 111492251, - "voter": "siniceku" + "rshares": 77637243, + "voter": "igtes" }, { - "rshares": 154056498, - "voter": "cruise" + "rshares": 157689742, + "voter": "buffett" }, { - "rshares": 1421425310, - "voter": "rusteemitblog" + "rshares": 136357168, + "voter": "siniceku" }, { - "rshares": 148984272, - "voter": "robyneggs" + "rshares": 156601976, + "voter": "eunnykim" }, { - "rshares": 159729263, - "voter": "teemunee" + "rshares": 1533332205, + "voter": "rusteemitblog" }, { - "rshares": 127399164, - "voter": "insight2incite" + "rshares": 150891276, + "voter": "laskoff" }, { - "rshares": 145950604, - "voter": "kurjik7" + "rshares": 59566200, + "voter": "serikus" }, { - "rshares": 12950665574, - "voter": "goldmatters" + "rshares": 155727800, + "voter": "sixthsense" }, { - "rshares": 142731666, - "voter": "oszillum" + "rshares": 155682701, + "voter": "boomer" }, { - "rshares": 155057486, - "voter": "wakeupworldnews" + "rshares": 146185843, + "voter": "james93" }, { - "rshares": 155960075, - "voter": "josh-boulton" + "rshares": 158157112, + "voter": "kborgolte" } ], - "author": "sterlinluxan", + "author": "jesta", "author_payout_value": "0.000 HBD", "author_reputation": 25.0, "beneficiaries": [], "blacklists": [], - "body": "https://i.ytimg.com/vi/-9p8atSEaBQ/sddefault.jpg\n

The Paradigm Shift is Under Way;\u00a0\u00a0Anarchapulco Rising

\n\nAnarchists are working\u00a0tirelessly\u00a0to alter\u00a0the course of history and save mankind from the fetters of its own creation. And they are winning. History is unfolding according to the aims of these freethinkers and contrarians. People are waking\u00a0up and questioning\u00a0government. They are becoming disobedient and beginning\u00a0to oppose their masters.\n\nThere is proof of this\u00a0paradigm shift.\n\nThe\u00a0Anarchapulco conference in Acapulco, Mexico is rising. It represents the culmination of all the\u00a0rabble rousing and truth-speaking currently under way. It is a result of this\u00a0choir of anarchists singing hymnals of truth and beckoning people into the light of freedom.\u00a0\n\n\"nathan-thumb\"\n

Anarchapulco Highlights, Speakers, and Prices

\n\nWhat is Anarchapulco?\n\nIt is an anarcho-capitalist\u00a0conference held in the last week in February, the 25th through 28th. \u00a0Jeff Berwick, the Dollarvigilante, masterminded and created the event to highlight anarchist ingenuity, compassion, and creativity.\n\nThe conference focuses on\u00a0how anarchists\u00a0are accomplishing their goals, what they are doing to unchain society, live\u00a0more freely, and abolish all government. It features some of the most prominent\u00a0and eloquent orators the anarchist movement has seen. It is world-changing.\n\nSpeakers include, Barry Cooper, Adam Kokesh, Derrick Broze, Roger Ver, Amanda Rachwitz, Larken Rose, Dayna Martin, Jeffery Tucker, Jeff Berwick, Max Igan, Josie Wales, Anarchy Girl, Mark Victor, Dan Dicks, Stephanie Murphy, and many more. I will be speaking as well, and it will be my first public appearance aside from my YouTube videos and writings.\n\nThere\u00a0are also \u00a0workshops and an Ayahuasca ceremony hosted by Barry Cooper called Ayahuascapulco. It should occur on the final evening of the conference. Jeff Berwick will be holding the Dollar Vigilante summit meeting as well. And when night falls, there will be a bacchanalia and other parties to celebrate life, liberty, and love. As an added bonus,\u00a0many of the vendors at the conference will be accepting bitcoin and possibly other cryptocurrencies.\n\nGrab your tickets\u00a0today at the Anarchapulco homepage. They\u00a0are 245 dollars, but students get a special discounted rate. Tickets are also available for the workshops and are on the same link posted above.\n\nI can't wait to meet\u00a0you.\n\nBrave the future! \u00a0Evacuate the State! \u00a0And watch this Anarchapulco informational video below:\n\nhttps://youtu.be/-9p8atSEaBQ\n
\"You never change things by fighting the existing reality. To change something, build a new model that makes the existing model obsolete.\"
\n\n
\n\nMy name is Sterlin. Follow me @\u00a0Psychologic-Anarchist. I also run\u00a0the Psychologic-Anarchist Facebook\u00a0page\u00a0and produce many\u00a0YouTube videos. My interests lie in the intersection of counseling psychology and anarchism. I write about the depredations of psychiatry, and also the new philosophy of compassionate anarchism. We have a large community devoted to discussing psychology and relational voluntaryism.\n\n\"Me", - "category": "anarchy", - "children": 18, - "created": "2016-09-09T21:06:18", + "body": "The 0.3.5 update is primarily focused on a new post inspector, some minor tweaks and a few bug fixes. \n\nIf you're unfamiliar with [steemstats.com](https://steemstats.com), I'd recommend you check out the [rest of my blog posts](https://steemit.com/@jesta) to read through the evolution of this tool.\n\n## Improved Post Inspector\n\n![New Post Inspector](http://i.imgur.com/i14vq0K.png)\n\nThe new post inspector is designed in preparation for the upcoming vote changes (in steem 0.14.0) and helping understand the impact votes have on posts. The header is now the post's title (which if clicked, goes to the post), the author, the time posted, as well as a link to the post on steemd.com or steemdb.com.\n\nFor each vote, from left to right, you have the following information:\n\n- The calculated weight of the vote (the bold number), and below it, the vote weight percentage specified by the voter, and the total percentage of weight contributed to the post (in parentheses) .\n- The account who cast the vote and how long ago it was cast\n- The total reward shares contributed to the post by the voter\n- The current/estimated contribution to the author's post reward.\n- The current/estimated curation reward the voter will receive.\n\nThe current/estimated rewards currently only works for posts in the first payout period, but the post inspector now works from both the Recent Activity screen and the Posts screen.\n\n### Bug Fixes & Improvements\n\n- Fixed a bug on the curation stats reward that was displaying SBD.\n- Fixed an issue with comment payout calculations sometimes displaying incorrectly.\n- Removing a watched account now also resets the account followers/following tabs.\n- Fixed a few memory leaks (still more work needs to be done here)\n- Attempt at fixing the timezone problem. For those of you that experienced the time calculations being incorrect, please let me know if the post inspector's dates are now correct.\n- Added link on each post that leads to steemdb.com.\n- Added link on each user that leads to steemdb.com.\n- Added new operation types for 0.14.0 support next week.\n\n### Future of steemstats\n\nI've mentioned this before in a few of my other posts, but never in an update for steemstats itself. Currently I am evaluating the potential of merging steemstats.com and steemdb.com into a single website, focusing both on the realtime and historical aspects in the same tool. \n\nThis somewhat long process has caused me to halt the addition of new features on steemstats, until I fully evaluate if and how this would work. Over the past few weeks I've been actively learning and exploring react, evaluating it as a replacement for angular, which currently powers steemstats. I have also been expanding the APIs on steemdb for an integration regardless of the chosen direction.\n\nWe are currently in the 0.3.x series of steemstats, and 0.4.0 is going to be one of two things:\n\n- A feature rich version of steemstats that integrates the steemdb api endpoints currently being created\n- A brand new, open source version of steemstats and steemdb into a single application (steemdb will become an API)\n\nUnfortunately, 0.4.0 won't likely be ready until October at the very earliest, possibly even later in the year. I have a number of other things to do over the next 30-60 days that will shape the next 6-12 months of my life, much of it involving development on projects directly related to steem. This also means that news on the steemstats front will be going a bit quiet, except for critical fixes and maintenance. \n\nBut - if you have feature requests or bug reports, feel free to submit them. I keep track of it all. I love chatting about this stuff and it's a pleasure to work on a project that serves over a thousand steemians use each day ;)", + "category": "steemstats", + "children": 29, + "created": "2016-09-09T09:03:12", "curator_payout_value": "0.000 HBD", "depth": 0, "is_paidout": false, "json_metadata": { "image": [ - "https://i.ytimg.com/vi/-9p8atSEaBQ/sddefault.jpg", - "https://psychologicanarchist.files.wordpress.com/2016/09/nathan-thumb.jpg", - "https://img.youtube.com/vi/-9p8atSEaBQ/0.jpg", - "https://psychologicanarchist.files.wordpress.com/2016/08/me-drawing.jpg?w=225" + "http://i.imgur.com/i14vq0K.png" ], "links": [ - "https://anarchapulco.com/speakers/", - "https://anarchapulco.com/buy-your-tickets/", - "https://youtu.be/-9p8atSEaBQ", - "https://psychologic-anarchist.com/", - "https://www.facebook.com/psychologicanarchist/", - "https://www.youtube.com/c/psychologicanarchist" + "https://steemstats.com", + "https://steemit.com/@jesta" ], "tags": [ - "anarchy", - "anarchism", - "dollarvigilante", - "anarchapulco", - "liberty" + "steemstats", + "patch-notes" ] }, "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 102631008502150, - "payout": 959.696, - "payout_at": "2016-09-16T21:06:18", - "pending_payout_value": "959.696 HBD", + "net_rshares": 132673239891989, + "payout": 995.974, + "payout_at": "2016-09-16T09:03:12", + "pending_payout_value": "995.974 HBD", "percent_hbd": 10000, - "permlink": "anarchapulco-is-one-of-the-most-world-changing-conferences-ever", - "post_id": 1188966, + "permlink": "steemstats-0-3-5-improved-post-inspector-fixes-and-prep-for-0-14-0", + "post_id": 1182223, "promoted": "0.000 HBD", "replies": [], "stats": { "flag_weight": 0.0, "gray": false, "hide": false, - "total_votes": 273 + "total_votes": 331 }, - "title": "Anarchapulco is One of the Most World Changing Conferences Ever", - "updated": "2016-09-09T22:15:03", - "url": "/anarchy/@sterlinluxan/anarchapulco-is-one-of-the-most-world-changing-conferences-ever" + "title": "steemstats 0.3.5 - improved post inspector, fixes and prep for 0.14.0", + "updated": "2016-09-09T09:03:12", + "url": "/steemstats/@jesta/steemstats-0-3-5-improved-post-inspector-fixes-and-prep-for-0-14-0" }, { "active_votes": [ { - "rshares": 591936986472, + "rshares": 13477926522085, + "voter": "dantheman" + }, + { + "rshares": 535676350903, "voter": "barrie" }, { - "rshares": 289298833434, + "rshares": 347182498336, "voter": "anonymous" }, { - "rshares": 12345252505324, - "voter": "rainman" + "rshares": 618864299621, + "voter": "val-a" }, { - "rshares": 25621456264935, - "voter": "berniesanders" + "rshares": 36025898284908, + "voter": "jamesc" }, { - "rshares": 3575862225930, - "voter": "excalibur" + "rshares": 166621884382, + "voter": "highasfuck" }, { - "rshares": 7465240586833, - "voter": "firstclass" + "rshares": 2269754565580, + "voter": "badassmother" }, { - "rshares": 34617610074801, - "voter": "jamesc" + "rshares": 6541942109750, + "voter": "xeldal" }, { - "rshares": 2439391483928, - "voter": "badassmother" + "rshares": 5406911565194, + "voter": "enki" }, { - "rshares": 2108333548846, + "rshares": 2015795275799, "voter": "hr1" }, { - "rshares": 5440360108871, - "voter": "kushed" - }, - { - "rshares": 135639234986, - "voter": "svk" + "rshares": 1085579124424, + "voter": "rossco99" }, { - "rshares": 4425788336132, - "voter": "nextgencrypto" + "rshares": 4539080827957, + "voter": "wang" }, { - "rshares": 1183899666401, - "voter": "rossco99" + "rshares": 5671967166550, + "voter": "steemit200" }, { "rshares": 157840910571, "voter": "ozmaster" }, { - "rshares": 3104316216, + "rshares": 2483637972, "voter": "boy" }, { - "rshares": 3769023210, + "rshares": 1744463573774, + "voter": "xeroc" + }, + { + "rshares": 3015447022, "voter": "bue-witness" }, { - "rshares": 684026925, + "rshares": 547246371, "voter": "bunny" }, { - "rshares": 6276229149745, - "voter": "clayop" + "rshares": 7158463190255, + "voter": "complexring" }, { - "rshares": 54893564497, + "rshares": 43942970419, "voter": "bue" }, { - "rshares": 1663393709, + "rshares": 1330801877, "voter": "mini" }, { - "rshares": 4401912288378, - "voter": "witness.svk" - }, - { - "rshares": 213796245, + "rshares": 171039480, "voter": "moon" }, { - "rshares": 76449229334, - "voter": "aizensou" - }, - { - "rshares": 3556788310214, - "voter": "au1nethyb1" - }, - { - "rshares": 208865905773, - "voter": "b0y2k" - }, - { - "rshares": 6136183341, - "voter": "bentley" - }, - { - "rshares": 425555473971, - "voter": "recursive2" + "rshares": 422583280311, + "voter": "recursive3" }, { - "rshares": 2772197684657, + "rshares": 2705583356387, "voter": "recursive" }, { - "rshares": 1425577812, + "rshares": 1352528689, "voter": "mineralwasser" }, { - "rshares": 877687478497, + "rshares": 813598639820, "voter": "boombastic" }, { - "rshares": 118397897437, + "rshares": 107430397631, "voter": "mrs.agsexplorer" }, { - "rshares": 6451379962, - "voter": "sean0010" - }, - { - "rshares": 8480286811, - "voter": "bingo-0" - }, - { - "rshares": 2154708395, + "rshares": 1959061945, "voter": "bingo-1" }, { - "rshares": 480097771037, + "rshares": 413868821627, "voter": "boatymcboatface" }, { - "rshares": 379439479055, - "voter": "officialfuzzy" - }, - { - "rshares": 1177986568456, - "voter": "cass" - }, - { - "rshares": 625012807, + "rshares": 500032593, "voter": "healthcare" }, { - "rshares": 1125731310657, - "voter": "tuck-fheman" - }, - { - "rshares": 973159239, + "rshares": 778573329, "voter": "daniel.pan" }, { @@ -11961,1210 +12147,1024 @@ "voter": "woo7739" }, { - "rshares": 7451892533, - "voter": "patrice" - }, - { - "rshares": 42814815404, - "voter": "alexgr" - }, - { - "rshares": 288356419, - "voter": "helen.tan" - }, - { - "rshares": 18282370513, - "voter": "unosuke" - }, - { - "rshares": 308036837341, - "voter": "noaommerrr" - }, - { - "rshares": 76716940669, - "voter": "edgeland" - }, - { - "rshares": 51320160062, - "voter": "noisy" - }, - { - "rshares": 185809442252, - "voter": "samuel-stone" - }, - { - "rshares": 16636079519, - "voter": "jademont" - }, - { - "rshares": 3914505410, - "voter": "hbhades" - }, - { - "rshares": 433346527370, - "voter": "eeks" + "rshares": 813852185290, + "voter": "steemrollin" }, { - "rshares": 19216280302, - "voter": "fkn" + "rshares": 40097366003, + "voter": "alexgr" }, { - "rshares": 447353939, - "voter": "paco-steem" + "rshares": 230690102, + "voter": "helen.tan" }, { - "rshares": 5016826590, - "voter": "spaninv" + "rshares": 317679022747, + "voter": "noaommerrr" }, { - "rshares": 2110504361, - "voter": "gekko" + "rshares": 13456874958, + "voter": "gregory-f" }, { - "rshares": 335140044424, - "voter": "teamsteem" + "rshares": 9981315272, + "voter": "andzzz" }, { - "rshares": 25278617688, - "voter": "elishagh1" + "rshares": 85951923946, + "voter": "edgeland" }, { - "rshares": 10276551983, - "voter": "richman" + "rshares": 76665194905, + "voter": "easteagle13" }, { - "rshares": 708002935272, - "voter": "nanzo-scoop" + "rshares": 13661967452, + "voter": "fkn" }, { - "rshares": 1097771169, - "voter": "weenfan" + "rshares": 44301968409, + "voter": "kingscrown" }, { - "rshares": 139424582774, - "voter": "steve-walschot" + "rshares": 29703642476, + "voter": "instructor2121" }, { - "rshares": 7604863954, - "voter": "kefkius" + "rshares": 341853154470, + "voter": "teamsteem" }, { - "rshares": 215057879114, - "voter": "mummyimperfect" + "rshares": 17971631999, + "voter": "elishagh1" }, { - "rshares": 43240066120, - "voter": "klye" + "rshares": 147551184319, + "voter": "steve-walschot" }, { - "rshares": 490980590, - "voter": "coar" + "rshares": 43838713879, + "voter": "hannixx42" }, { - "rshares": 1426410498, + "rshares": 1412786230, "voter": "murh" }, { - "rshares": 6760885463, + "rshares": 6476276966, "voter": "cryptofunk" }, { - "rshares": 584910969, - "voter": "kodi" - }, - { - "rshares": 12988959564, - "voter": "andu" + "rshares": 39924520204, + "voter": "ranko-k" }, { - "rshares": 990439542978, + "rshares": 943667108132, "voter": "cyber" }, { - "rshares": 59784587939, - "voter": "theshell" - }, - { - "rshares": 59685490770, - "voter": "ak2020" - }, - { - "rshares": 25360606957, - "voter": "thecryptofiend" + "rshares": 24403504542, + "voter": "paul-labossiere" }, { - "rshares": 54554448698, - "voter": "justtryme90" + "rshares": 29997646492, + "voter": "drinkzya" }, { "rshares": 9277411843, "voter": "zebbra2014" }, { - "rshares": 426963673, - "voter": "applecrisp" - }, - { - "rshares": 349160704, - "voter": "stiletto" - }, - { - "rshares": 234281600315, - "voter": "wingz" + "rshares": 94742737947, + "voter": "eric-boucher" }, { - "rshares": 52533125771, - "voter": "juanmiguelsalas" + "rshares": 378640848474, + "voter": "taoteh1221" }, { - "rshares": 108081346208, - "voter": "kenny-crane" + "rshares": 4273797992, + "voter": "andre-ager" }, { - "rshares": 55791521921, - "voter": "thecryptodrive" + "rshares": 269036651571, + "voter": "churdtzu" }, { - "rshares": 24830294413, - "voter": "wongshiying" + "rshares": 53651417814, + "voter": "juanmiguelsalas" }, { - "rshares": 187335920333, - "voter": "will-zewe" + "rshares": 15133639569, + "voter": "paradise-paradox" }, { - "rshares": 132454573634, - "voter": "bravenewcoin" + "rshares": 3163625559, + "voter": "pangur-ban" }, { - "rshares": 4567548961, - "voter": "dahaz159" + "rshares": 53304441666, + "voter": "thecryptodrive" }, { - "rshares": 13621418175, - "voter": "facer" + "rshares": 1428360890, + "voter": "benthegameboy" }, { - "rshares": 10703944499, - "voter": "ossama-benjohn" + "rshares": 398746305, + "voter": "rafikichi" }, { - "rshares": 89838229832, - "voter": "schro" + "rshares": 79206127744, + "voter": "tim-johnston" }, { - "rshares": 16083450491, - "voter": "zakharya" + "rshares": 19583503403, + "voter": "ziv" }, { - "rshares": 2063595732, + "rshares": 2153317286, "voter": "stephen-somers" }, { - "rshares": 30445361083, + "rshares": 32136652184, "voter": "michaelx" }, { - "rshares": 5923268326, + "rshares": 5795619552, "voter": "mark-waser" }, { - "rshares": 5724827410, - "voter": "christoryan" + "rshares": 134311506595, + "voter": "kimziv" }, { - "rshares": 104859928997, - "voter": "geoffrey" + "rshares": 2313228416, + "voter": "superfreek" }, { - "rshares": 166471141157, - "voter": "kimziv" + "rshares": 510500434, + "voter": "mrhankeh" }, { - "rshares": 2745202699, - "voter": "gary-smith" + "rshares": 2868007032, + "voter": "alexft" }, { - "rshares": 471231170, - "voter": "mrhankeh" + "rshares": 56702480478, + "voter": "isteemit" }, { - "rshares": 67028640744, - "voter": "norbu" + "rshares": 14009388996, + "voter": "damirkatusic" }, { - "rshares": 178740506212, - "voter": "marina" + "rshares": 68355526825, + "voter": "bacchist" }, { - "rshares": 217596841813, + "rshares": 56991239380, "voter": "asmolokalo" }, { - "rshares": 33316560185, - "voter": "good-karma" - }, - { - "rshares": 90870543097, + "rshares": 84399492492, "voter": "rubybian" }, { - "rshares": 3370504739, + "rshares": 3303916529, "voter": "orly" }, { - "rshares": 254380477, - "voter": "mstang83" - }, - { - "rshares": 133809425183, - "voter": "jackkang" - }, - { - "rshares": 25519515144, - "voter": "tcfxyz" + "rshares": 5367814231, + "voter": "riscadox" }, { - "rshares": 7068961098, - "voter": "futurefood" + "rshares": 8194140529, + "voter": "r4fken" }, { - "rshares": 143394860106, + "rshares": 132366664791, "voter": "derekareith" }, { - "rshares": 28797437548, - "voter": "picokernel" + "rshares": 349132139361, + "voter": "slowwalker" }, { - "rshares": 61988648819, + "rshares": 45284854380, "voter": "furion" }, - { - "rshares": 15619208260, - "voter": "bitshares101" - }, { "rshares": 10594519706, "voter": "seanmchughart" }, { - "rshares": 6227407724, - "voter": "owdy" + "rshares": 743522845, + "voter": "busser" }, { - "rshares": 463366412, + "rshares": 332742949, "voter": "barbara2" }, { - "rshares": 514840389, + "rshares": 356520246, "voter": "ch0c0latechip" }, { - "rshares": 476503055, + "rshares": 342183077, "voter": "doge4lyf" }, { - "rshares": 10476467464, - "voter": "spiz0r" - }, - { - "rshares": 13970283730, - "voter": "ausbitbank" - }, - { - "rshares": 27538503875, - "voter": "gord0b" - }, - { - "rshares": 5118979825, - "voter": "inversion" - }, - { - "rshares": 1137700476, + "rshares": 967430836, "voter": "steem1653" }, { - "rshares": 5568218494, - "voter": "nichoros" - }, - { - "rshares": 10893493671, - "voter": "asim" - }, - { - "rshares": 215638639947, - "voter": "jesta" + "rshares": 4441929051, + "voter": "gikitiki" }, { - "rshares": 16823179482, - "voter": "toxonaut" + "rshares": 61948584655, + "voter": "flyingmind" }, { - "rshares": 5013086969, + "rshares": 5446824474, "voter": "thegoodguy" }, { - "rshares": 17026901254, - "voter": "bdavid" + "rshares": 3320467112, + "voter": "karen13" }, { - "rshares": 16487620216, - "voter": "aaseb" + "rshares": 11080274169, + "voter": "deviedev" }, { - "rshares": 3541324768, - "voter": "karen13" + "rshares": 1283923402, + "voter": "jrd8526" }, { - "rshares": 24962097609, - "voter": "igster" + "rshares": 6389579636, + "voter": "cryptosi" }, { - "rshares": 296050938278, + "rshares": 288484078580, "voter": "nabilov" }, { - "rshares": 11050247826, - "voter": "allmonitors" + "rshares": 14499214780, + "voter": "jaycobbell" }, { - "rshares": 42134446363, - "voter": "milestone" + "rshares": 8217543952, + "voter": "noodhoog" }, { - "rshares": 6854219330, - "voter": "lichtblick" + "rshares": 35654305271, + "voter": "condra" }, { - "rshares": 38981643223, - "voter": "creemej" + "rshares": 380411494, + "voter": "karenmckersie" }, { - "rshares": 87211957, - "voter": "wildchild" + "rshares": 7061842607, + "voter": "btcupload" }, { - "rshares": 22604638473, - "voter": "phenom" + "rshares": 245554819, + "voter": "jza" }, { - "rshares": 21518378834, - "voter": "mynameisbrian" + "rshares": 32831137698, + "voter": "creemej" }, { - "rshares": 4221835049, - "voter": "oululahti" + "rshares": 91926117, + "voter": "wildchild" }, { - "rshares": 2057329898, - "voter": "iamwne" + "rshares": 12310535283, + "voter": "benjiberigan" }, { - "rshares": 36385996929, - "voter": "royaltiffany" + "rshares": 70777333586, + "voter": "thylbom" }, { - "rshares": 7491319278, - "voter": "bitcoiner" + "rshares": 7168092642, + "voter": "geronimo" }, { - "rshares": 3402963070, + "rshares": 2488984400, + "voter": "vlad" + }, + { + "rshares": 3404137327, "voter": "tarindel" }, { - "rshares": 3150992247, + "rshares": 3373510290, "voter": "azurejasper" }, { - "rshares": 22320237891, + "rshares": 24175862862, "voter": "deanliu" }, { - "rshares": 5225193932, - "voter": "rainchen" + "rshares": 540910155, + "voter": "qonq99" }, { - "rshares": 3567394163, - "voter": "mastletter" + "rshares": 970801526, + "voter": "dbendorf" }, { - "rshares": 172158330412, + "rshares": 161416493014, "voter": "jl777" }, { - "rshares": 39357479579, - "voter": "zaebars" + "rshares": 1018923425089, + "voter": "james212" }, { - "rshares": 1366745384, - "voter": "aleco" + "rshares": 7072481705, + "voter": "lostnuggett" }, { - "rshares": 15569549784, + "rshares": 35423115509, + "voter": "zaebars" + }, + { + "rshares": 11069846104, "voter": "positive" }, { - "rshares": 1820806512, + "rshares": 1784770879, "voter": "yarly" }, { - "rshares": 275109479, + "rshares": 269607289, "voter": "yarly2" }, { - "rshares": 275521387, + "rshares": 270010959, "voter": "yarly3" }, { - "rshares": 159279578, + "rshares": 156093986, "voter": "yarly4" }, { - "rshares": 160178852, + "rshares": 156975275, "voter": "yarly5" }, { - "rshares": 91302559, + "rshares": 89476508, "voter": "yarly7" }, { - "rshares": 9676251273, - "voter": "fishborne" - }, - { - "rshares": 21625479206, - "voter": "prufarchy" - }, - { - "rshares": 18151756887, - "voter": "carlidos" - }, - { - "rshares": 790919268, - "voter": "quigua" + "rshares": 308403865, + "voter": "sergey44" }, { - "rshares": 921456442, - "voter": "happyphoenix" + "rshares": 117022265, + "voter": "smospider" }, { - "rshares": 27564916862, - "voter": "team-leibniz" + "rshares": 19822991673, + "voter": "krabgat" }, { - "rshares": 14671343443, + "rshares": 13755763158, "voter": "proto" }, { - "rshares": 639310915, + "rshares": 614745323, "voter": "curator" }, { - "rshares": 25522993490, + "rshares": 21133143205, "voter": "sisterholics" }, { - "rshares": 441281474, + "rshares": 432471059, "voter": "yarly10" }, { - "rshares": 236361100, - "voter": "yarly11" - }, - { - "rshares": 2087245911, - "voter": "leylar" + "rshares": 1518983647, + "voter": "alex.chien" }, { - "rshares": 13899669755, - "voter": "michaeldodridge" + "rshares": 231633878, + "voter": "yarly11" }, { - "rshares": 82681797, + "rshares": 81028161, "voter": "yarly12" }, { - "rshares": 9225721351, - "voter": "logic" + "rshares": 2814833271, + "voter": "tygergamer" }, { - "rshares": 525744758, + "rshares": 364069422, "voter": "fnait" }, { - "rshares": 479715016, + "rshares": 344497787, "voter": "keepcalmand" }, { - "rshares": 2852417010, - "voter": "nelu.ceban" - }, - { - "rshares": 8395108310, - "voter": "alphabeta" - }, - { - "rshares": 29391275370, - "voter": "smailer" - }, - { - "rshares": 156341247, - "voter": "steemster1" - }, - { - "rshares": 24117033815, - "voter": "williambanks" + "rshares": 111662435976, + "voter": "sterlinluxan" }, { - "rshares": 3171921284, + "rshares": 3099858290, "voter": "glitterpig" }, { - "rshares": 5953798750, + "rshares": 5361340393, "voter": "jed78" }, { - "rshares": 6471671741, - "voter": "shortcut" - }, - { - "rshares": 131434229863, + "rshares": 128430788791, "voter": "steemdrive" }, { - "rshares": 972832549, + "rshares": 1024046685, "voter": "metaflute" }, { - "rshares": 55157471341, + "rshares": 39800990412, "voter": "gomeravibz" }, { - "rshares": 3735000857, - "voter": "litrbooh" - }, - { - "rshares": 7417512235, + "rshares": 6888480035, "voter": "taker" }, { - "rshares": 4759832838, + "rshares": 4650376230, "voter": "theprophet0" }, { - "rshares": 63257042, - "voter": "sharon" - }, - { - "rshares": 63085782, - "voter": "lillianjones" - }, - { - "rshares": 887003920813, + "rshares": 729049512878, "voter": "laonie" }, { - "rshares": 24105897364, - "voter": "rawnetics" - }, - { - "rshares": 5191402535, - "voter": "thebluepanda" + "rshares": 2551884333, + "voter": "pdogg147" }, { - "rshares": 3088548245, - "voter": "timcliff" + "rshares": 8107245594, + "voter": "spaceghost" }, { - "rshares": 24475534553, + "rshares": 22883800785, "voter": "laonie1" }, { - "rshares": 24986004688, + "rshares": 23396082320, "voter": "laonie2" }, { - "rshares": 24995138873, + "rshares": 23404647118, "voter": "laonie3" }, { - "rshares": 32610248968, - "voter": "myfirst" - }, - { - "rshares": 199877130147, - "voter": "somebody" - }, - { - "rshares": 20733647424, - "voter": "persianqueen" + "rshares": 24520350205, + "voter": "laoyao" }, { - "rshares": 7476792922, - "voter": "flysaga" + "rshares": 26139519610, + "voter": "myfirst" }, { - "rshares": 12253967192, - "voter": "gmurph" + "rshares": 161267589491, + "voter": "somebody" }, { - "rshares": 32783895252, - "voter": "xtester" + "rshares": 6032070943, + "voter": "flysaga" }, { - "rshares": 44163499766, + "rshares": 35631246795, "voter": "midnightoil" }, { - "rshares": 3991017813, - "voter": "ullikume" + "rshares": 2312642573, + "voter": "crypto-toll" }, { - "rshares": 6756209350, - "voter": "minion" + "rshares": 63429538, + "voter": "libertyprime" + }, + { + "rshares": 3334099690, + "voter": "darrenturetzky" }, { "rshares": 62034512, "voter": "nickola" }, { - "rshares": 24990820543, + "rshares": 23400604417, "voter": "laonie4" }, { - "rshares": 24989057515, + "rshares": 23398899328, "voter": "laonie5" }, { - "rshares": 24986322060, + "rshares": 23396297524, "voter": "laonie6" }, { - "rshares": 24983081321, + "rshares": 23393304596, "voter": "laonie7" }, { - "rshares": 24979236100, + "rshares": 23389513666, "voter": "laonie8" }, { - "rshares": 24977494631, + "rshares": 23387910642, "voter": "laonie9" }, { - "rshares": 102976940697, + "rshares": 85264650943, "voter": "xiaohui" }, { - "rshares": 1890376414, - "voter": "t3ran13" - }, - { - "rshares": 102832176474, - "voter": "joele" + "rshares": 19546273639, + "voter": "velourex" }, { - "rshares": 1307687520, - "voter": "paynode" + "rshares": 5403347242, + "voter": "oflyhigh" }, { - "rshares": 62525016, - "voter": "nickche" + "rshares": 14605845094, + "voter": "randyclemens" }, { - "rshares": 1145677340, - "voter": "boddhisattva" + "rshares": 1368553119, + "voter": "paynode" }, { - "rshares": 3454695611, + "rshares": 2787069761, "voter": "xiaokongcom" }, { - "rshares": 2076051332, - "voter": "natalymaty" + "rshares": 221895311, + "voter": "zionuziriel" }, { - "rshares": 64952156, - "voter": "msjennifer" + "rshares": 61677203, + "voter": "diversesteem" }, { - "rshares": 59738641, - "voter": "ciao" + "rshares": 5616564080, + "voter": "xianjun" }, { - "rshares": 3238497654, - "voter": "blow" + "rshares": 64621792, + "voter": "stevescriber" }, { - "rshares": 3369602035, - "voter": "cmorton" + "rshares": 52467942, + "voter": "loli" }, { - "rshares": 59146649, - "voter": "steemo" + "rshares": 54857117, + "voter": "nano2nd" }, { - "rshares": 6961689621, - "voter": "xianjun" + "rshares": 222804436, + "voter": "party1999" }, { - "rshares": 57765027, - "voter": "steema" + "rshares": 368610577, + "voter": "microluck" }, { - "rshares": 3362316499, - "voter": "bhavnapatel68" + "rshares": 1635886707, + "voter": "chinadaily" }, { - "rshares": 74480084, - "voter": "confucius" + "rshares": 57802223, + "voter": "cryptoblu" }, { - "rshares": 28366957937, - "voter": "mrosenquist" + "rshares": 57795937, + "voter": "instructor" }, { - "rshares": 3113858752, - "voter": "bledarus" + "rshares": 663686280832, + "voter": "dollarvigilante" }, { - "rshares": 50027573, - "voter": "loli" + "rshares": 59750246, + "voter": "saveliy" }, { - "rshares": 84317688677, - "voter": "miacats" + "rshares": 13661297026, + "voter": "gvargas123" }, { - "rshares": 56076164, - "voter": "nano2nd" + "rshares": 1550433833, + "voter": "jsantana" }, { - "rshares": 8884101258, - "voter": "mione" + "rshares": 723218112, + "voter": "thepholosopher" }, { - "rshares": 58653788, - "voter": "jarvis" + "rshares": 69829863, + "voter": "qq553937961" }, { - "rshares": 457028975, - "voter": "microluck" + "rshares": 8720302896, + "voter": "jaredcwillis" }, { - "rshares": 57933957, - "voter": "fortuner" + "rshares": 23381814238, + "voter": "laonie10" }, { - "rshares": 58555241, - "voter": "saveliy" + "rshares": 765546853, + "voter": "wuyueling" }, { - "rshares": 728479455, - "voter": "alexma3x" + "rshares": 1911014293, + "voter": "erroneous-logic" }, { - "rshares": 190168923, - "voter": "cryptomental" + "rshares": 58984845, + "voter": "attacheguevera" }, { - "rshares": 83974625359, - "voter": "neptun" + "rshares": 80740926521, + "voter": "barrycooper" }, { - "rshares": 13660887096, - "voter": "gvargas123" + "rshares": 45366463875, + "voter": "dragonanarchist" }, { - "rshares": 56593235, - "voter": "johnbyrd" + "rshares": 3555271275, + "voter": "stillsafe" }, { - "rshares": 56575537, - "voter": "thomasaustin" + "rshares": 43371945426, + "voter": "emancipatedhuman" }, { - "rshares": 56573535, - "voter": "thermor" + "rshares": 75274936, + "voter": "joelbow" }, { - "rshares": 56585538, - "voter": "ficholl" + "rshares": 9248050550, + "voter": "sethlinson" }, { - "rshares": 55387660, - "voter": "widell" + "rshares": 23708856990, + "voter": "hilarski" }, { - "rshares": 89842295456, - "voter": "icfiedler" + "rshares": 161072048736, + "voter": "falkvinge" }, { - "rshares": 443693828, - "voter": "keepdoodling" + "rshares": 1401458089, + "voter": "truthandanarchy" }, { - "rshares": 56161396, - "voter": "revelbrooks" + "rshares": 828469568, + "voter": "riceowladam" }, { - "rshares": 24971011701, - "voter": "laonie10" + "rshares": 4024824726, + "voter": "lily-da-vine" }, { - "rshares": 24470844605, - "voter": "andrewawerdna" + "rshares": 58977489, + "voter": "justinschwalm" }, { - "rshares": 7674854463, - "voter": "craigwilliamz" + "rshares": 58484280, + "voter": "will.isles" }, { - "rshares": 52086919381, - "voter": "mandibil" + "rshares": 84529934, + "voter": "sjjohnson" }, { - "rshares": 363516844, - "voter": "ukblogger" + "rshares": 1037909150, + "voter": "avielhitchens" }, { - "rshares": 29668204036, - "voter": "daut44" + "rshares": 232089407, + "voter": "brandon-rosano" }, { - "rshares": 1243977094, - "voter": "fiat19" + "rshares": 58172886, + "voter": "nullpointer" }, { - "rshares": 54999739, - "voter": "curpose" + "rshares": 54705383, + "voter": "rickmiller" }, { - "rshares": 80014955, - "voter": "pery" + "rshares": 2761833688, + "voter": "nulliusinverba" }, { - "rshares": 948829161, + "rshares": 669878419, "voter": "runridefly" }, { - "rshares": 14180456361, - "voter": "krnel" + "rshares": 64994479, + "voter": "mikeonfire" }, { - "rshares": 24601755462, - "voter": "laonie11" + "rshares": 56680590, + "voter": "charlie777pt" }, { - "rshares": 56270862, - "voter": "antoninaral1965" + "rshares": 10692755421, + "voter": "stephmckenzie" }, { - "rshares": 55085378, - "voter": "troich" + "rshares": 2903143663, + "voter": "richardcrill" }, { - "rshares": 57498067667, - "voter": "luminousvisions" + "rshares": 164618977, + "voter": "decentro" }, { - "rshares": 1653932598, - "voter": "davidjkelley" + "rshares": 23036045614, + "voter": "laonie11" }, { - "rshares": 7421603664, - "voter": "davidbrogan" + "rshares": 58648567727, + "voter": "luminousvisions" }, { - "rshares": 55091113, - "voter": "crion" + "rshares": 1618117253, + "voter": "davidjkelley" }, { - "rshares": 54739685, - "voter": "hitherise" + "rshares": 7422089296, + "voter": "davidbrogan" }, { - "rshares": 54730557, - "voter": "wiss" + "rshares": 57035814, + "voter": "michaelmillman" }, { - "rshares": 9279312943, - "voter": "ghasemkiani" + "rshares": 55669133, + "voter": "sebastianbauer" }, { - "rshares": 18057465685, + "rshares": 22576396199, "voter": "sponge-bob" }, { - "rshares": 15514574124, + "rshares": 15179703914, "voter": "digital-wisdom" }, { - "rshares": 225066014, - "voter": "areynolds" - }, - { - "rshares": 3859577072, + "rshares": 3779650786, "voter": "ethical-ai" }, { - "rshares": 54362089, - "voter": "stroully" + "rshares": 98777516, + "voter": "saramiller" }, { - "rshares": 88628906, - "voter": "ruscion" + "rshares": 2030924043, + "voter": "matthewtiii" }, { - "rshares": 5661661621, + "rshares": 5539406343, "voter": "jwaser" }, { - "rshares": 54019345, - "voter": "thadm" + "rshares": 7649110855, + "voter": "doitvoluntarily" }, { - "rshares": 54017499, - "voter": "prof" + "rshares": 646139908, + "voter": "kev7000" }, { "rshares": 405872365, "voter": "steemorama" }, { - "rshares": 892494003, + "rshares": 925627584, "voter": "smisi" }, { - "rshares": 53655807, - "voter": "yorsens" - }, - { - "rshares": 115546868227, - "voter": "dan-bn" + "rshares": 3126319414, + "voter": "michaelmatthews" }, { - "rshares": 127739177, + "rshares": 118627057, "voter": "the-ego-is-you" }, - { - "rshares": 53331040, - "voter": "bane" - }, - { - "rshares": 53324520, - "voter": "vive" - }, - { - "rshares": 53318865, - "voter": "coad" - }, { "rshares": 282267928, "voter": "totosky" }, { - "rshares": 9068270563, - "voter": "goose" + "rshares": 53237721, + "voter": "jonathanyoung" }, { - "rshares": 2667370611, + "rshares": 2609705655, "voter": "bwaser" }, { - "rshares": 53003720, - "voter": "sofa" + "rshares": 360867793495, + "voter": "charlieshrem" }, { - "rshares": 54557096408, + "rshares": 57674266103, "voter": "tracemayer" }, { - "rshares": 902283883, + "rshares": 22559371443, "voter": "brains" }, { - "rshares": 459120073, - "voter": "jessicanicklos" - }, - { - "rshares": 53055629, - "voter": "ailo" - }, - { - "rshares": 4955013816, - "voter": "burnin" + "rshares": 164509842, + "voter": "knight-angel" }, { - "rshares": 1347001825, + "rshares": 1445562934, "voter": "bitcoinparadise" }, { - "rshares": 5314341562, - "voter": "chick1" - }, - { - "rshares": 4462414012, - "voter": "gringalicious" - }, - { - "rshares": 3133057978, - "voter": "steempowerwhale" - }, - { - "rshares": 50569452, - "voter": "aoki" - }, - { - "rshares": 50516543, - "voter": "typingagent" - }, - { - "rshares": 50514225, - "voter": "cwb" + "rshares": 1996188997, + "voter": "steemsquad" }, { - "rshares": 62519521, - "voter": "nelyp" + "rshares": 2341327402, + "voter": "ellepdub" }, { - "rshares": 2394301868, - "voter": "ellepdub" + "rshares": 50852949, + "voter": "gregorygarcia" }, { - "rshares": 88742390, + "rshares": 95081132, "voter": "inarix03" }, { - "rshares": 9744098987, + "rshares": 9557075390, "voter": "herpetologyguy" }, { - "rshares": 51470533, - "voter": "eavy" - }, - { - "rshares": 51484593, - "voter": "roto" + "rshares": 4697106015, + "voter": "morgan.waser" }, { - "rshares": 1039982464, - "voter": "jang" + "rshares": 53426834, + "voter": "lightobserver" }, { - "rshares": 4800843442, - "voter": "morgan.waser" + "rshares": 50233449, + "voter": "teemsteem" }, { - "rshares": 803579425, - "voter": "twinbraid" + "rshares": 50975390, + "voter": "steemprincess" }, { - "rshares": 335672416, - "voter": "lloyddavis" + "rshares": 71404120, + "voter": "piphunters" }, { - "rshares": 50372583, - "voter": "carre" + "rshares": 50182946, + "voter": "glennith" }, { - "rshares": 3678089785, + "rshares": 3598578415, "voter": "strong-ai" }, { - "rshares": 543618786, - "voter": "grisha-danunaher" + "rshares": 1345995899, + "voter": "peaceloveliberty" }, { - "rshares": 77637243, - "voter": "igtes" + "rshares": 174357670, + "voter": "darkminded153" }, { - "rshares": 157689742, - "voter": "buffett" + "rshares": 532746410, + "voter": "grisha-danunaher" }, { - "rshares": 136357168, + "rshares": 111492251, "voter": "siniceku" }, { - "rshares": 156601976, - "voter": "eunnykim" + "rshares": 154056498, + "voter": "cruise" }, { - "rshares": 1533332205, + "rshares": 1421425310, "voter": "rusteemitblog" }, { - "rshares": 150891276, - "voter": "laskoff" + "rshares": 148984272, + "voter": "robyneggs" }, { - "rshares": 59566200, - "voter": "serikus" + "rshares": 159729263, + "voter": "teemunee" }, { - "rshares": 155727800, - "voter": "sixthsense" + "rshares": 127399164, + "voter": "insight2incite" }, { - "rshares": 155682701, - "voter": "boomer" + "rshares": 145950604, + "voter": "kurjik7" }, { - "rshares": 146185843, - "voter": "james93" + "rshares": 12950665574, + "voter": "goldmatters" }, { - "rshares": 158157112, - "voter": "kborgolte" + "rshares": 142731666, + "voter": "oszillum" + }, + { + "rshares": 155057486, + "voter": "wakeupworldnews" + }, + { + "rshares": 155960075, + "voter": "josh-boulton" } ], - "author": "jesta", + "author": "sterlinluxan", "author_payout_value": "0.000 HBD", "author_reputation": 25.0, "beneficiaries": [], "blacklists": [], - "body": "The 0.3.5 update is primarily focused on a new post inspector, some minor tweaks and a few bug fixes. \n\nIf you're unfamiliar with [steemstats.com](https://steemstats.com), I'd recommend you check out the [rest of my blog posts](https://steemit.com/@jesta) to read through the evolution of this tool.\n\n## Improved Post Inspector\n\n![New Post Inspector](http://i.imgur.com/i14vq0K.png)\n\nThe new post inspector is designed in preparation for the upcoming vote changes (in steem 0.14.0) and helping understand the impact votes have on posts. The header is now the post's title (which if clicked, goes to the post), the author, the time posted, as well as a link to the post on steemd.com or steemdb.com.\n\nFor each vote, from left to right, you have the following information:\n\n- The calculated weight of the vote (the bold number), and below it, the vote weight percentage specified by the voter, and the total percentage of weight contributed to the post (in parentheses) .\n- The account who cast the vote and how long ago it was cast\n- The total reward shares contributed to the post by the voter\n- The current/estimated contribution to the author's post reward.\n- The current/estimated curation reward the voter will receive.\n\nThe current/estimated rewards currently only works for posts in the first payout period, but the post inspector now works from both the Recent Activity screen and the Posts screen.\n\n### Bug Fixes & Improvements\n\n- Fixed a bug on the curation stats reward that was displaying SBD.\n- Fixed an issue with comment payout calculations sometimes displaying incorrectly.\n- Removing a watched account now also resets the account followers/following tabs.\n- Fixed a few memory leaks (still more work needs to be done here)\n- Attempt at fixing the timezone problem. For those of you that experienced the time calculations being incorrect, please let me know if the post inspector's dates are now correct.\n- Added link on each post that leads to steemdb.com.\n- Added link on each user that leads to steemdb.com.\n- Added new operation types for 0.14.0 support next week.\n\n### Future of steemstats\n\nI've mentioned this before in a few of my other posts, but never in an update for steemstats itself. Currently I am evaluating the potential of merging steemstats.com and steemdb.com into a single website, focusing both on the realtime and historical aspects in the same tool. \n\nThis somewhat long process has caused me to halt the addition of new features on steemstats, until I fully evaluate if and how this would work. Over the past few weeks I've been actively learning and exploring react, evaluating it as a replacement for angular, which currently powers steemstats. I have also been expanding the APIs on steemdb for an integration regardless of the chosen direction.\n\nWe are currently in the 0.3.x series of steemstats, and 0.4.0 is going to be one of two things:\n\n- A feature rich version of steemstats that integrates the steemdb api endpoints currently being created\n- A brand new, open source version of steemstats and steemdb into a single application (steemdb will become an API)\n\nUnfortunately, 0.4.0 won't likely be ready until October at the very earliest, possibly even later in the year. I have a number of other things to do over the next 30-60 days that will shape the next 6-12 months of my life, much of it involving development on projects directly related to steem. This also means that news on the steemstats front will be going a bit quiet, except for critical fixes and maintenance. \n\nBut - if you have feature requests or bug reports, feel free to submit them. I keep track of it all. I love chatting about this stuff and it's a pleasure to work on a project that serves over a thousand steemians use each day ;)", - "category": "steemstats", - "children": 29, - "created": "2016-09-09T09:03:12", + "body": "https://i.ytimg.com/vi/-9p8atSEaBQ/sddefault.jpg\n

The Paradigm Shift is Under Way;\u00a0\u00a0Anarchapulco Rising

\n\nAnarchists are working\u00a0tirelessly\u00a0to alter\u00a0the course of history and save mankind from the fetters of its own creation. And they are winning. History is unfolding according to the aims of these freethinkers and contrarians. People are waking\u00a0up and questioning\u00a0government. They are becoming disobedient and beginning\u00a0to oppose their masters.\n\nThere is proof of this\u00a0paradigm shift.\n\nThe\u00a0Anarchapulco conference in Acapulco, Mexico is rising. It represents the culmination of all the\u00a0rabble rousing and truth-speaking currently under way. It is a result of this\u00a0choir of anarchists singing hymnals of truth and beckoning people into the light of freedom.\u00a0\n\n\"nathan-thumb\"\n

Anarchapulco Highlights, Speakers, and Prices

\n\nWhat is Anarchapulco?\n\nIt is an anarcho-capitalist\u00a0conference held in the last week in February, the 25th through 28th. \u00a0Jeff Berwick, the Dollarvigilante, masterminded and created the event to highlight anarchist ingenuity, compassion, and creativity.\n\nThe conference focuses on\u00a0how anarchists\u00a0are accomplishing their goals, what they are doing to unchain society, live\u00a0more freely, and abolish all government. It features some of the most prominent\u00a0and eloquent orators the anarchist movement has seen. It is world-changing.\n\nSpeakers include, Barry Cooper, Adam Kokesh, Derrick Broze, Roger Ver, Amanda Rachwitz, Larken Rose, Dayna Martin, Jeffery Tucker, Jeff Berwick, Max Igan, Josie Wales, Anarchy Girl, Mark Victor, Dan Dicks, Stephanie Murphy, and many more. I will be speaking as well, and it will be my first public appearance aside from my YouTube videos and writings.\n\nThere\u00a0are also \u00a0workshops and an Ayahuasca ceremony hosted by Barry Cooper called Ayahuascapulco. It should occur on the final evening of the conference. Jeff Berwick will be holding the Dollar Vigilante summit meeting as well. And when night falls, there will be a bacchanalia and other parties to celebrate life, liberty, and love. As an added bonus,\u00a0many of the vendors at the conference will be accepting bitcoin and possibly other cryptocurrencies.\n\nGrab your tickets\u00a0today at the Anarchapulco homepage. They\u00a0are 245 dollars, but students get a special discounted rate. Tickets are also available for the workshops and are on the same link posted above.\n\nI can't wait to meet\u00a0you.\n\nBrave the future! \u00a0Evacuate the State! \u00a0And watch this Anarchapulco informational video below:\n\nhttps://youtu.be/-9p8atSEaBQ\n
\"You never change things by fighting the existing reality. To change something, build a new model that makes the existing model obsolete.\"
\n\n
\n\nMy name is Sterlin. Follow me @\u00a0Psychologic-Anarchist. I also run\u00a0the Psychologic-Anarchist Facebook\u00a0page\u00a0and produce many\u00a0YouTube videos. My interests lie in the intersection of counseling psychology and anarchism. I write about the depredations of psychiatry, and also the new philosophy of compassionate anarchism. We have a large community devoted to discussing psychology and relational voluntaryism.\n\n\"Me", + "category": "anarchy", + "children": 18, + "created": "2016-09-09T21:06:18", "curator_payout_value": "0.000 HBD", "depth": 0, "is_paidout": false, "json_metadata": { "image": [ - "http://i.imgur.com/i14vq0K.png" + "https://i.ytimg.com/vi/-9p8atSEaBQ/sddefault.jpg", + "https://psychologicanarchist.files.wordpress.com/2016/09/nathan-thumb.jpg", + "https://img.youtube.com/vi/-9p8atSEaBQ/0.jpg", + "https://psychologicanarchist.files.wordpress.com/2016/08/me-drawing.jpg?w=225" ], "links": [ - "https://steemstats.com", - "https://steemit.com/@jesta" + "https://anarchapulco.com/speakers/", + "https://anarchapulco.com/buy-your-tickets/", + "https://youtu.be/-9p8atSEaBQ", + "https://psychologic-anarchist.com/", + "https://www.facebook.com/psychologicanarchist/", + "https://www.youtube.com/c/psychologicanarchist" ], "tags": [ - "steemstats", - "patch-notes" + "anarchy", + "anarchism", + "dollarvigilante", + "anarchapulco", + "liberty" ] }, "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 132673239891989, - "payout": 995.974, - "payout_at": "2016-09-16T09:03:12", - "pending_payout_value": "995.974 HBD", + "net_rshares": 102631008502150, + "payout": 959.696, + "payout_at": "2016-09-16T21:06:18", + "pending_payout_value": "959.696 HBD", "percent_hbd": 10000, - "permlink": "steemstats-0-3-5-improved-post-inspector-fixes-and-prep-for-0-14-0", - "post_id": 1182223, + "permlink": "anarchapulco-is-one-of-the-most-world-changing-conferences-ever", + "post_id": 1188966, "promoted": "0.000 HBD", "replies": [], "stats": { "flag_weight": 0.0, "gray": false, "hide": false, - "total_votes": 331 + "total_votes": 273 }, - "title": "steemstats 0.3.5 - improved post inspector, fixes and prep for 0.14.0", - "updated": "2016-09-09T09:03:12", - "url": "/steemstats/@jesta/steemstats-0-3-5-improved-post-inspector-fixes-and-prep-for-0-14-0" + "title": "Anarchapulco is One of the Most World Changing Conferences Ever", + "updated": "2016-09-09T22:15:03", + "url": "/anarchy/@sterlinluxan/anarchapulco-is-one-of-the-most-world-changing-conferences-ever" }, { "active_votes": [ diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments.pat.json index 5ed38145..ca1f6d66 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments.pat.json @@ -3560,122 +3560,95 @@ { "active_votes": [ { - "rshares": 25299389880141, - "voter": "ned" + "rshares": 35321225455025, + "voter": "jamesc" }, { - "rshares": 6927705674664, - "voter": "wackou" - }, - { - "rshares": 992154852299, - "voter": "liondani" - }, - { - "rshares": 3103959302, + "rshares": 3104786127, "voter": "boy" }, { - "rshares": 3768577454, + "rshares": 3769614077, "voter": "bue-witness" }, { - "rshares": 683986391, + "rshares": 684099809, "voter": "bunny" }, { - "rshares": 54809820514, + "rshares": 54952584675, "voter": "bue" }, { - "rshares": 1663237841, + "rshares": 1663623227, "voter": "mini" }, { - "rshares": 213793127, + "rshares": 213807099, "voter": "moon" }, { - "rshares": 624976946, + "rshares": 625076388, "voter": "healthcare" }, { - "rshares": 973085978, + "rshares": 973278654, "voter": "daniel.pan" }, { - "rshares": 288350184, + "rshares": 288376577, "voter": "helen.tan" }, { - "rshares": 347492602044, - "voter": "blakemiles84" - }, - { - "rshares": 445654522, - "voter": "kooshikoo" - }, - { - "rshares": 113354733694, - "voter": "shaka" + "rshares": 64567952685, + "voter": "cheetah" }, { - "rshares": 46418159604, - "voter": "capitalism" + "rshares": 100261624, + "voter": "cheetah43" }, { - "rshares": 4864933964, - "voter": "ats-david" + "rshares": 141949259, + "voter": "cheetah44" }, { - "rshares": 9260376832, - "voter": "goose" + "rshares": 121089288, + "voter": "cheetah45" } ], - "author": "dana-edwards", + "author": "cheetah", "author_payout_value": "0.000 HBD", "author_reputation": 25.0, "beneficiaries": [], "blacklists": [], - "body": "1 needs modification, 2 is a good idea\n----\n\nDespite some who call 2 an exit fee, I think Steem Power should stop being marketed as an **\"investment\"** to **\"investors\"**. Market it to users of the platform who want to power up their accounts but make powering up or upgrading a lot easier. Make it possible with a gift card, fiat, a credit card, or Paypal. People should never see Bitcoin or blockchain anywhere on the Steemit official marketing.\n\nUse gamification to make people want to upgrade their Steem Power. Market Steem Dollars to crypto investors for the 10% interest.\n\nSteem Power a purchasable upgrade for accounts\n-----\n\n>reddit gold is our premium membership program. It grants you access to extra features to improve your reddit experience. It also makes you really quite dapper.\n\nAnd Alice goes to Walgreens with her Visa Card and buys the Steem Card instead of the Netflix card. It's also possible to sell a Steem Power subscription for people who want to buy a little bit at a time, remeber WoW is subscription based and. Second Life has Linden Dollars which are like our Steem Dollars and can be marketed in a similar way.\n\nDo not make the mistake of listening to crypto anarchists or crypto people when it comes to marketing. Crypto people are horrible at marketing and that includes Bitcoin. All of crypto has a bad reputaton and horrible marketing. Look at Pokemon Go or even Reddit Gold to see how to do marketing, or just hire a profesisonal in gamification and marketing guru. Do not listen to Steemit whales and don't even listen to me. Hire people who are from the gaming world, or who marketed popular social networks.\n\n**Note: notice games and social networks never use words like \"investor\" or \"speculator\", as this would be like trying to market the social network as a gambling site which is something they all avoid.**\n\n**UPDATE: IF ANYONE CAN GET IN CONTACT WITH [Jane McGonigal](https://janemcgonigal.com/) AND HIRE HER AS A CONSULTANT IT WOULD BE GREAT FOR STEEMIT. SHE IS A THOUGHT LEADER IN \"PURPOSE DRIVEN GAMING\" AND HAVING HER ASSOCIATED WITH STEEMIT WOULD BRING MOMENTUM.**\n\nReferences\n1. https://community.secondlife.com/t5/English-Knowledge-Base/Buying-and-selling-Linden-dollars/ta-p/700107\n2. https://www.reddit.com/gold/about/\n3. https://www.quora.com/Who-are-the-best-gamification-experts\n4. https://www.linkedin.com/title/gamification-expert", - "category": "steem", - "children": 7, - "created": "2016-09-08T05:07:51", + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "category": "nsfw", + "children": 0, + "created": "2016-09-06T06:15:21", "curator_payout_value": "0.000 HBD", "depth": 1, "is_paidout": false, - "json_metadata": { - "links": [ - "https://janemcgonigal.com/", - "https://community.secondlife.com/t5/English-Knowledge-Base/Buying-and-selling-Linden-dollars/ta-p/700107", - "https://www.reddit.com/gold/about/", - "https://www.quora.com/Who-are-the-best-gamification-experts", - "https://www.linkedin.com/title/gamification-expert" - ], - "tags": [ - "steem" - ] - }, + "json_metadata": {}, "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 33807216655501, - "parent_author": "ned", - "parent_permlink": "increasing-curation-demand-for-steem-power-and-community-interaction", - "payout": 116.932, - "payout_at": "2016-09-15T05:07:51", - "pending_payout_value": "116.932 HBD", + "net_rshares": 35452431954514, + "parent_author": "tatyanasvitsa", + "parent_permlink": "the-real-story-lesbian-love", + "payout": 127.206, + "payout_at": "2016-09-13T06:15:21", + "pending_payout_value": "127.206 HBD", "percent_hbd": 10000, - "permlink": "re-ned-increasing-curation-demand-for-steem-power-and-community-interaction-20160908t050749903z", - "post_id": 1168452, + "permlink": "re-the-real-story-lesbian-love-20160906t061516", + "post_id": 1143691, "promoted": "0.000 HBD", "replies": [], "stats": { "flag_weight": 0.0, "gray": false, "hide": false, - "total_votes": 18 + "total_votes": 14 }, - "title": "RE: Increasing Curation, Demand for Steem Power and Community Interaction", - "updated": "2016-09-08T20:47:24", - "url": "/steem/@ned/increasing-curation-demand-for-steem-power-and-community-interaction#@dana-edwards/re-ned-increasing-curation-demand-for-steem-power-and-community-interaction-20160908t050749903z" + "title": "RE: The real story lesbian love!", + "updated": "2016-09-06T06:15:21", + "url": "/nsfw/@tatyanasvitsa/the-real-story-lesbian-love#@cheetah/re-the-real-story-lesbian-love-20160906t061516" } ] diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_paging.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_paging.pat.json index 91caae6a..2a58e70f 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_paging.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_paging.pat.json @@ -2,127 +2,163 @@ { "active_votes": [ { - "rshares": 13477926522085, - "voter": "dantheman" - }, - { - "rshares": 535676350903, + "rshares": 591936986472, "voter": "barrie" }, { - "rshares": 347182498336, + "rshares": 289298833434, "voter": "anonymous" }, { - "rshares": 618864299621, - "voter": "val-a" + "rshares": 12345252505324, + "voter": "rainman" }, { - "rshares": 36025898284908, - "voter": "jamesc" + "rshares": 25621456264935, + "voter": "berniesanders" }, { - "rshares": 166621884382, - "voter": "highasfuck" + "rshares": 3575862225930, + "voter": "excalibur" }, { - "rshares": 2269754565580, - "voter": "badassmother" + "rshares": 7465240586833, + "voter": "firstclass" }, { - "rshares": 6541942109750, - "voter": "xeldal" + "rshares": 34617610074801, + "voter": "jamesc" }, { - "rshares": 5406911565194, - "voter": "enki" + "rshares": 2439391483928, + "voter": "badassmother" }, { - "rshares": 2015795275799, + "rshares": 2108333548846, "voter": "hr1" }, { - "rshares": 1085579124424, - "voter": "rossco99" + "rshares": 5440360108871, + "voter": "kushed" }, { - "rshares": 4539080827957, - "voter": "wang" + "rshares": 135639234986, + "voter": "svk" }, { - "rshares": 5671967166550, - "voter": "steemit200" + "rshares": 4425788336132, + "voter": "nextgencrypto" + }, + { + "rshares": 1183899666401, + "voter": "rossco99" }, { "rshares": 157840910571, "voter": "ozmaster" }, { - "rshares": 2483637972, + "rshares": 3104316216, "voter": "boy" }, { - "rshares": 1744463573774, - "voter": "xeroc" - }, - { - "rshares": 3015447022, + "rshares": 3769023210, "voter": "bue-witness" }, { - "rshares": 547246371, + "rshares": 684026925, "voter": "bunny" }, { - "rshares": 7158463190255, - "voter": "complexring" + "rshares": 6276229149745, + "voter": "clayop" }, { - "rshares": 43942970419, + "rshares": 54893564497, "voter": "bue" }, { - "rshares": 1330801877, + "rshares": 1663393709, "voter": "mini" }, { - "rshares": 171039480, + "rshares": 4401912288378, + "voter": "witness.svk" + }, + { + "rshares": 213796245, "voter": "moon" }, { - "rshares": 422583280311, - "voter": "recursive3" + "rshares": 76449229334, + "voter": "aizensou" }, { - "rshares": 2705583356387, + "rshares": 3556788310214, + "voter": "au1nethyb1" + }, + { + "rshares": 208865905773, + "voter": "b0y2k" + }, + { + "rshares": 6136183341, + "voter": "bentley" + }, + { + "rshares": 425555473971, + "voter": "recursive2" + }, + { + "rshares": 2772197684657, "voter": "recursive" }, { - "rshares": 1352528689, + "rshares": 1425577812, "voter": "mineralwasser" }, { - "rshares": 813598639820, + "rshares": 877687478497, "voter": "boombastic" }, { - "rshares": 107430397631, + "rshares": 118397897437, "voter": "mrs.agsexplorer" }, { - "rshares": 1959061945, + "rshares": 6451379962, + "voter": "sean0010" + }, + { + "rshares": 8480286811, + "voter": "bingo-0" + }, + { + "rshares": 2154708395, "voter": "bingo-1" }, { - "rshares": 413868821627, + "rshares": 480097771037, "voter": "boatymcboatface" }, { - "rshares": 500032593, + "rshares": 379439479055, + "voter": "officialfuzzy" + }, + { + "rshares": 1177986568456, + "voter": "cass" + }, + { + "rshares": 625012807, "voter": "healthcare" }, { - "rshares": 778573329, + "rshares": 1125731310657, + "voter": "tuck-fheman" + }, + { + "rshares": 973159239, "voter": "daniel.pan" }, { @@ -130,1185 +166,1335 @@ "voter": "woo7739" }, { - "rshares": 813852185290, - "voter": "steemrollin" + "rshares": 7451892533, + "voter": "patrice" }, { - "rshares": 40097366003, + "rshares": 42814815404, "voter": "alexgr" }, { - "rshares": 230690102, + "rshares": 288356419, "voter": "helen.tan" }, { - "rshares": 317679022747, - "voter": "noaommerrr" - }, - { - "rshares": 13456874958, - "voter": "gregory-f" + "rshares": 18282370513, + "voter": "unosuke" }, { - "rshares": 9981315272, - "voter": "andzzz" + "rshares": 308036837341, + "voter": "noaommerrr" }, { - "rshares": 85951923946, + "rshares": 76716940669, "voter": "edgeland" }, { - "rshares": 76665194905, - "voter": "easteagle13" + "rshares": 51320160062, + "voter": "noisy" }, { - "rshares": 13661967452, - "voter": "fkn" + "rshares": 185809442252, + "voter": "samuel-stone" }, { - "rshares": 44301968409, - "voter": "kingscrown" + "rshares": 16636079519, + "voter": "jademont" }, { - "rshares": 29703642476, - "voter": "instructor2121" + "rshares": 3914505410, + "voter": "hbhades" }, { - "rshares": 341853154470, - "voter": "teamsteem" + "rshares": 433346527370, + "voter": "eeks" }, { - "rshares": 17971631999, - "voter": "elishagh1" + "rshares": 19216280302, + "voter": "fkn" }, { - "rshares": 147551184319, - "voter": "steve-walschot" + "rshares": 447353939, + "voter": "paco-steem" }, { - "rshares": 43838713879, - "voter": "hannixx42" + "rshares": 5016826590, + "voter": "spaninv" }, { - "rshares": 1412786230, - "voter": "murh" + "rshares": 2110504361, + "voter": "gekko" }, { - "rshares": 6476276966, - "voter": "cryptofunk" + "rshares": 335140044424, + "voter": "teamsteem" }, { - "rshares": 39924520204, - "voter": "ranko-k" + "rshares": 25278617688, + "voter": "elishagh1" }, { - "rshares": 943667108132, - "voter": "cyber" + "rshares": 10276551983, + "voter": "richman" }, { - "rshares": 24403504542, - "voter": "paul-labossiere" + "rshares": 708002935272, + "voter": "nanzo-scoop" }, { - "rshares": 29997646492, - "voter": "drinkzya" + "rshares": 1097771169, + "voter": "weenfan" }, { - "rshares": 9277411843, - "voter": "zebbra2014" + "rshares": 139424582774, + "voter": "steve-walschot" }, { - "rshares": 94742737947, - "voter": "eric-boucher" + "rshares": 7604863954, + "voter": "kefkius" }, { - "rshares": 378640848474, - "voter": "taoteh1221" + "rshares": 215057879114, + "voter": "mummyimperfect" }, { - "rshares": 4273797992, - "voter": "andre-ager" + "rshares": 43240066120, + "voter": "klye" }, { - "rshares": 269036651571, - "voter": "churdtzu" + "rshares": 490980590, + "voter": "coar" }, { - "rshares": 53651417814, - "voter": "juanmiguelsalas" + "rshares": 1426410498, + "voter": "murh" }, { - "rshares": 15133639569, - "voter": "paradise-paradox" + "rshares": 6760885463, + "voter": "cryptofunk" }, { - "rshares": 3163625559, - "voter": "pangur-ban" + "rshares": 584910969, + "voter": "kodi" }, { - "rshares": 53304441666, - "voter": "thecryptodrive" + "rshares": 12988959564, + "voter": "andu" }, { - "rshares": 1428360890, - "voter": "benthegameboy" + "rshares": 990439542978, + "voter": "cyber" }, { - "rshares": 398746305, - "voter": "rafikichi" + "rshares": 59784587939, + "voter": "theshell" }, { - "rshares": 79206127744, - "voter": "tim-johnston" + "rshares": 59685490770, + "voter": "ak2020" }, { - "rshares": 19583503403, - "voter": "ziv" + "rshares": 25360606957, + "voter": "thecryptofiend" }, { - "rshares": 2153317286, - "voter": "stephen-somers" + "rshares": 54554448698, + "voter": "justtryme90" }, { - "rshares": 32136652184, - "voter": "michaelx" + "rshares": 9277411843, + "voter": "zebbra2014" }, { - "rshares": 5795619552, - "voter": "mark-waser" + "rshares": 426963673, + "voter": "applecrisp" }, { - "rshares": 134311506595, - "voter": "kimziv" + "rshares": 349160704, + "voter": "stiletto" }, { - "rshares": 2313228416, - "voter": "superfreek" + "rshares": 234281600315, + "voter": "wingz" }, { - "rshares": 510500434, - "voter": "mrhankeh" + "rshares": 52533125771, + "voter": "juanmiguelsalas" }, { - "rshares": 2868007032, - "voter": "alexft" + "rshares": 108081346208, + "voter": "kenny-crane" }, { - "rshares": 56702480478, - "voter": "isteemit" + "rshares": 55791521921, + "voter": "thecryptodrive" }, { - "rshares": 14009388996, - "voter": "damirkatusic" + "rshares": 24830294413, + "voter": "wongshiying" }, { - "rshares": 68355526825, - "voter": "bacchist" + "rshares": 187335920333, + "voter": "will-zewe" }, { - "rshares": 56991239380, - "voter": "asmolokalo" + "rshares": 132454573634, + "voter": "bravenewcoin" }, { - "rshares": 84399492492, - "voter": "rubybian" + "rshares": 4567548961, + "voter": "dahaz159" }, { - "rshares": 3303916529, - "voter": "orly" + "rshares": 13621418175, + "voter": "facer" }, { - "rshares": 5367814231, - "voter": "riscadox" + "rshares": 10703944499, + "voter": "ossama-benjohn" }, { - "rshares": 8194140529, - "voter": "r4fken" + "rshares": 89838229832, + "voter": "schro" }, { - "rshares": 132366664791, - "voter": "derekareith" + "rshares": 16083450491, + "voter": "zakharya" }, { - "rshares": 349132139361, - "voter": "slowwalker" + "rshares": 2063595732, + "voter": "stephen-somers" }, { - "rshares": 45284854380, - "voter": "furion" + "rshares": 30445361083, + "voter": "michaelx" }, { - "rshares": 10594519706, - "voter": "seanmchughart" + "rshares": 5923268326, + "voter": "mark-waser" }, { - "rshares": 743522845, - "voter": "busser" + "rshares": 5724827410, + "voter": "christoryan" }, { - "rshares": 332742949, - "voter": "barbara2" + "rshares": 104859928997, + "voter": "geoffrey" }, { - "rshares": 356520246, - "voter": "ch0c0latechip" + "rshares": 166471141157, + "voter": "kimziv" }, { - "rshares": 342183077, - "voter": "doge4lyf" + "rshares": 2745202699, + "voter": "gary-smith" }, { - "rshares": 967430836, - "voter": "steem1653" + "rshares": 471231170, + "voter": "mrhankeh" }, { - "rshares": 4441929051, - "voter": "gikitiki" + "rshares": 67028640744, + "voter": "norbu" }, { - "rshares": 61948584655, - "voter": "flyingmind" + "rshares": 178740506212, + "voter": "marina" }, { - "rshares": 5446824474, - "voter": "thegoodguy" + "rshares": 217596841813, + "voter": "asmolokalo" }, { - "rshares": 3320467112, - "voter": "karen13" + "rshares": 33316560185, + "voter": "good-karma" }, { - "rshares": 11080274169, - "voter": "deviedev" + "rshares": 90870543097, + "voter": "rubybian" }, { - "rshares": 1283923402, - "voter": "jrd8526" + "rshares": 3370504739, + "voter": "orly" }, { - "rshares": 6389579636, - "voter": "cryptosi" + "rshares": 254380477, + "voter": "mstang83" }, { - "rshares": 288484078580, - "voter": "nabilov" + "rshares": 133809425183, + "voter": "jackkang" }, { - "rshares": 14499214780, - "voter": "jaycobbell" + "rshares": 25519515144, + "voter": "tcfxyz" }, { - "rshares": 8217543952, - "voter": "noodhoog" + "rshares": 7068961098, + "voter": "futurefood" }, { - "rshares": 35654305271, - "voter": "condra" + "rshares": 143394860106, + "voter": "derekareith" }, { - "rshares": 380411494, - "voter": "karenmckersie" + "rshares": 28797437548, + "voter": "picokernel" }, { - "rshares": 7061842607, - "voter": "btcupload" + "rshares": 61988648819, + "voter": "furion" }, { - "rshares": 245554819, - "voter": "jza" + "rshares": 15619208260, + "voter": "bitshares101" }, { - "rshares": 32831137698, - "voter": "creemej" + "rshares": 10594519706, + "voter": "seanmchughart" }, { - "rshares": 91926117, - "voter": "wildchild" + "rshares": 6227407724, + "voter": "owdy" }, { - "rshares": 12310535283, - "voter": "benjiberigan" + "rshares": 463366412, + "voter": "barbara2" }, { - "rshares": 70777333586, - "voter": "thylbom" + "rshares": 514840389, + "voter": "ch0c0latechip" }, { - "rshares": 7168092642, - "voter": "geronimo" + "rshares": 476503055, + "voter": "doge4lyf" }, { - "rshares": 2488984400, - "voter": "vlad" + "rshares": 10476467464, + "voter": "spiz0r" }, { - "rshares": 3404137327, - "voter": "tarindel" + "rshares": 13970283730, + "voter": "ausbitbank" }, { - "rshares": 3373510290, - "voter": "azurejasper" + "rshares": 27538503875, + "voter": "gord0b" }, { - "rshares": 24175862862, - "voter": "deanliu" + "rshares": 5118979825, + "voter": "inversion" }, { - "rshares": 540910155, - "voter": "qonq99" + "rshares": 1137700476, + "voter": "steem1653" }, { - "rshares": 970801526, - "voter": "dbendorf" + "rshares": 5568218494, + "voter": "nichoros" }, { - "rshares": 161416493014, - "voter": "jl777" + "rshares": 10893493671, + "voter": "asim" }, { - "rshares": 1018923425089, - "voter": "james212" + "rshares": 215638639947, + "voter": "jesta" }, { - "rshares": 7072481705, - "voter": "lostnuggett" + "rshares": 16823179482, + "voter": "toxonaut" }, { - "rshares": 35423115509, - "voter": "zaebars" + "rshares": 5013086969, + "voter": "thegoodguy" }, { - "rshares": 11069846104, - "voter": "positive" + "rshares": 17026901254, + "voter": "bdavid" }, { - "rshares": 1784770879, - "voter": "yarly" + "rshares": 16487620216, + "voter": "aaseb" }, { - "rshares": 269607289, - "voter": "yarly2" + "rshares": 3541324768, + "voter": "karen13" }, { - "rshares": 270010959, - "voter": "yarly3" + "rshares": 24962097609, + "voter": "igster" }, { - "rshares": 156093986, - "voter": "yarly4" + "rshares": 296050938278, + "voter": "nabilov" }, { - "rshares": 156975275, - "voter": "yarly5" + "rshares": 11050247826, + "voter": "allmonitors" }, { - "rshares": 89476508, - "voter": "yarly7" + "rshares": 42134446363, + "voter": "milestone" }, { - "rshares": 308403865, - "voter": "sergey44" + "rshares": 6854219330, + "voter": "lichtblick" }, { - "rshares": 117022265, - "voter": "smospider" + "rshares": 38981643223, + "voter": "creemej" }, { - "rshares": 19822991673, - "voter": "krabgat" + "rshares": 87211957, + "voter": "wildchild" }, { - "rshares": 13755763158, - "voter": "proto" + "rshares": 22604638473, + "voter": "phenom" }, { - "rshares": 614745323, - "voter": "curator" + "rshares": 21518378834, + "voter": "mynameisbrian" }, { - "rshares": 21133143205, - "voter": "sisterholics" + "rshares": 4221835049, + "voter": "oululahti" }, { - "rshares": 432471059, - "voter": "yarly10" + "rshares": 2057329898, + "voter": "iamwne" }, { - "rshares": 1518983647, - "voter": "alex.chien" + "rshares": 36385996929, + "voter": "royaltiffany" }, { - "rshares": 231633878, - "voter": "yarly11" + "rshares": 7491319278, + "voter": "bitcoiner" }, { - "rshares": 81028161, - "voter": "yarly12" + "rshares": 3402963070, + "voter": "tarindel" }, { - "rshares": 2814833271, - "voter": "tygergamer" + "rshares": 3150992247, + "voter": "azurejasper" }, { - "rshares": 364069422, - "voter": "fnait" + "rshares": 22320237891, + "voter": "deanliu" }, { - "rshares": 344497787, - "voter": "keepcalmand" + "rshares": 5225193932, + "voter": "rainchen" }, { - "rshares": 111662435976, - "voter": "sterlinluxan" + "rshares": 3567394163, + "voter": "mastletter" }, { - "rshares": 3099858290, - "voter": "glitterpig" + "rshares": 172158330412, + "voter": "jl777" }, { - "rshares": 5361340393, - "voter": "jed78" + "rshares": 39357479579, + "voter": "zaebars" }, { - "rshares": 128430788791, - "voter": "steemdrive" + "rshares": 1366745384, + "voter": "aleco" }, { - "rshares": 1024046685, - "voter": "metaflute" + "rshares": 15569549784, + "voter": "positive" }, { - "rshares": 39800990412, - "voter": "gomeravibz" + "rshares": 1820806512, + "voter": "yarly" }, { - "rshares": 6888480035, - "voter": "taker" + "rshares": 275109479, + "voter": "yarly2" }, { - "rshares": 4650376230, - "voter": "theprophet0" + "rshares": 275521387, + "voter": "yarly3" }, { - "rshares": 729049512878, - "voter": "laonie" + "rshares": 159279578, + "voter": "yarly4" }, { - "rshares": 2551884333, - "voter": "pdogg147" + "rshares": 160178852, + "voter": "yarly5" }, { - "rshares": 8107245594, - "voter": "spaceghost" + "rshares": 91302559, + "voter": "yarly7" }, { - "rshares": 22883800785, - "voter": "laonie1" + "rshares": 9676251273, + "voter": "fishborne" }, { - "rshares": 23396082320, - "voter": "laonie2" + "rshares": 21625479206, + "voter": "prufarchy" }, { - "rshares": 23404647118, - "voter": "laonie3" + "rshares": 18151756887, + "voter": "carlidos" }, { - "rshares": 24520350205, - "voter": "laoyao" + "rshares": 790919268, + "voter": "quigua" }, { - "rshares": 26139519610, - "voter": "myfirst" + "rshares": 921456442, + "voter": "happyphoenix" }, { - "rshares": 161267589491, - "voter": "somebody" + "rshares": 27564916862, + "voter": "team-leibniz" }, { - "rshares": 6032070943, - "voter": "flysaga" + "rshares": 14671343443, + "voter": "proto" }, { - "rshares": 35631246795, - "voter": "midnightoil" + "rshares": 639310915, + "voter": "curator" }, { - "rshares": 2312642573, - "voter": "crypto-toll" + "rshares": 25522993490, + "voter": "sisterholics" }, { - "rshares": 63429538, - "voter": "libertyprime" + "rshares": 441281474, + "voter": "yarly10" }, { - "rshares": 3334099690, - "voter": "darrenturetzky" + "rshares": 236361100, + "voter": "yarly11" }, { - "rshares": 62034512, - "voter": "nickola" + "rshares": 2087245911, + "voter": "leylar" }, { - "rshares": 23400604417, - "voter": "laonie4" + "rshares": 13899669755, + "voter": "michaeldodridge" }, { - "rshares": 23398899328, - "voter": "laonie5" + "rshares": 82681797, + "voter": "yarly12" }, { - "rshares": 23396297524, - "voter": "laonie6" + "rshares": 9225721351, + "voter": "logic" }, { - "rshares": 23393304596, - "voter": "laonie7" + "rshares": 525744758, + "voter": "fnait" }, { - "rshares": 23389513666, - "voter": "laonie8" + "rshares": 479715016, + "voter": "keepcalmand" }, { - "rshares": 23387910642, - "voter": "laonie9" + "rshares": 2852417010, + "voter": "nelu.ceban" }, { - "rshares": 85264650943, - "voter": "xiaohui" + "rshares": 8395108310, + "voter": "alphabeta" }, { - "rshares": 19546273639, - "voter": "velourex" + "rshares": 29391275370, + "voter": "smailer" }, { - "rshares": 5403347242, - "voter": "oflyhigh" + "rshares": 156341247, + "voter": "steemster1" }, { - "rshares": 14605845094, - "voter": "randyclemens" + "rshares": 24117033815, + "voter": "williambanks" }, { - "rshares": 1368553119, - "voter": "paynode" + "rshares": 3171921284, + "voter": "glitterpig" }, { - "rshares": 2787069761, - "voter": "xiaokongcom" + "rshares": 5953798750, + "voter": "jed78" }, { - "rshares": 221895311, - "voter": "zionuziriel" + "rshares": 6471671741, + "voter": "shortcut" }, { - "rshares": 61677203, - "voter": "diversesteem" + "rshares": 131434229863, + "voter": "steemdrive" }, { - "rshares": 5616564080, - "voter": "xianjun" + "rshares": 972832549, + "voter": "metaflute" }, { - "rshares": 64621792, - "voter": "stevescriber" + "rshares": 55157471341, + "voter": "gomeravibz" }, { - "rshares": 52467942, - "voter": "loli" + "rshares": 3735000857, + "voter": "litrbooh" }, { - "rshares": 54857117, - "voter": "nano2nd" + "rshares": 7417512235, + "voter": "taker" }, { - "rshares": 222804436, - "voter": "party1999" + "rshares": 4759832838, + "voter": "theprophet0" }, { - "rshares": 368610577, - "voter": "microluck" + "rshares": 63257042, + "voter": "sharon" }, { - "rshares": 1635886707, - "voter": "chinadaily" + "rshares": 63085782, + "voter": "lillianjones" }, { - "rshares": 57802223, - "voter": "cryptoblu" + "rshares": 887003920813, + "voter": "laonie" }, { - "rshares": 57795937, - "voter": "instructor" + "rshares": 24105897364, + "voter": "rawnetics" }, { - "rshares": 663686280832, - "voter": "dollarvigilante" + "rshares": 5191402535, + "voter": "thebluepanda" }, { - "rshares": 59750246, - "voter": "saveliy" + "rshares": 3088548245, + "voter": "timcliff" }, { - "rshares": 13661297026, - "voter": "gvargas123" + "rshares": 24475534553, + "voter": "laonie1" }, { - "rshares": 1550433833, - "voter": "jsantana" + "rshares": 24986004688, + "voter": "laonie2" }, { - "rshares": 723218112, - "voter": "thepholosopher" + "rshares": 24995138873, + "voter": "laonie3" }, { - "rshares": 69829863, - "voter": "qq553937961" + "rshares": 32610248968, + "voter": "myfirst" }, { - "rshares": 8720302896, - "voter": "jaredcwillis" + "rshares": 199877130147, + "voter": "somebody" }, { - "rshares": 23381814238, - "voter": "laonie10" + "rshares": 20733647424, + "voter": "persianqueen" }, { - "rshares": 765546853, - "voter": "wuyueling" + "rshares": 7476792922, + "voter": "flysaga" }, { - "rshares": 1911014293, - "voter": "erroneous-logic" + "rshares": 12253967192, + "voter": "gmurph" }, { - "rshares": 58984845, - "voter": "attacheguevera" + "rshares": 32783895252, + "voter": "xtester" }, { - "rshares": 80740926521, - "voter": "barrycooper" + "rshares": 44163499766, + "voter": "midnightoil" }, { - "rshares": 45366463875, - "voter": "dragonanarchist" + "rshares": 3991017813, + "voter": "ullikume" }, { - "rshares": 3555271275, - "voter": "stillsafe" + "rshares": 6756209350, + "voter": "minion" }, { - "rshares": 43371945426, - "voter": "emancipatedhuman" + "rshares": 62034512, + "voter": "nickola" }, { - "rshares": 75274936, - "voter": "joelbow" + "rshares": 24990820543, + "voter": "laonie4" }, { - "rshares": 9248050550, - "voter": "sethlinson" + "rshares": 24989057515, + "voter": "laonie5" }, { - "rshares": 23708856990, - "voter": "hilarski" + "rshares": 24986322060, + "voter": "laonie6" }, { - "rshares": 161072048736, - "voter": "falkvinge" + "rshares": 24983081321, + "voter": "laonie7" }, { - "rshares": 1401458089, - "voter": "truthandanarchy" + "rshares": 24979236100, + "voter": "laonie8" }, { - "rshares": 828469568, - "voter": "riceowladam" + "rshares": 24977494631, + "voter": "laonie9" }, { - "rshares": 4024824726, - "voter": "lily-da-vine" + "rshares": 102976940697, + "voter": "xiaohui" }, { - "rshares": 58977489, - "voter": "justinschwalm" + "rshares": 1890376414, + "voter": "t3ran13" }, { - "rshares": 58484280, - "voter": "will.isles" + "rshares": 102832176474, + "voter": "joele" }, { - "rshares": 84529934, - "voter": "sjjohnson" + "rshares": 1307687520, + "voter": "paynode" }, { - "rshares": 1037909150, - "voter": "avielhitchens" + "rshares": 62525016, + "voter": "nickche" }, { - "rshares": 232089407, - "voter": "brandon-rosano" + "rshares": 1145677340, + "voter": "boddhisattva" }, { - "rshares": 58172886, - "voter": "nullpointer" + "rshares": 3454695611, + "voter": "xiaokongcom" }, { - "rshares": 54705383, - "voter": "rickmiller" + "rshares": 2076051332, + "voter": "natalymaty" }, { - "rshares": 2761833688, - "voter": "nulliusinverba" + "rshares": 64952156, + "voter": "msjennifer" }, { - "rshares": 669878419, - "voter": "runridefly" + "rshares": 59738641, + "voter": "ciao" }, { - "rshares": 64994479, - "voter": "mikeonfire" + "rshares": 3238497654, + "voter": "blow" }, { - "rshares": 56680590, - "voter": "charlie777pt" + "rshares": 3369602035, + "voter": "cmorton" }, { - "rshares": 10692755421, - "voter": "stephmckenzie" + "rshares": 59146649, + "voter": "steemo" }, { - "rshares": 2903143663, - "voter": "richardcrill" + "rshares": 6961689621, + "voter": "xianjun" }, { - "rshares": 164618977, - "voter": "decentro" + "rshares": 57765027, + "voter": "steema" }, { - "rshares": 23036045614, - "voter": "laonie11" + "rshares": 3362316499, + "voter": "bhavnapatel68" }, { - "rshares": 58648567727, - "voter": "luminousvisions" + "rshares": 74480084, + "voter": "confucius" }, { - "rshares": 1618117253, - "voter": "davidjkelley" + "rshares": 28366957937, + "voter": "mrosenquist" }, { - "rshares": 7422089296, - "voter": "davidbrogan" + "rshares": 3113858752, + "voter": "bledarus" }, { - "rshares": 57035814, - "voter": "michaelmillman" + "rshares": 50027573, + "voter": "loli" }, { - "rshares": 55669133, - "voter": "sebastianbauer" + "rshares": 84317688677, + "voter": "miacats" }, { - "rshares": 22576396199, - "voter": "sponge-bob" + "rshares": 56076164, + "voter": "nano2nd" }, { - "rshares": 15179703914, - "voter": "digital-wisdom" + "rshares": 8884101258, + "voter": "mione" }, { - "rshares": 3779650786, - "voter": "ethical-ai" + "rshares": 58653788, + "voter": "jarvis" }, { - "rshares": 98777516, - "voter": "saramiller" + "rshares": 457028975, + "voter": "microluck" }, { - "rshares": 2030924043, - "voter": "matthewtiii" + "rshares": 57933957, + "voter": "fortuner" }, { - "rshares": 5539406343, - "voter": "jwaser" + "rshares": 58555241, + "voter": "saveliy" }, { - "rshares": 7649110855, - "voter": "doitvoluntarily" + "rshares": 728479455, + "voter": "alexma3x" }, { - "rshares": 646139908, - "voter": "kev7000" + "rshares": 190168923, + "voter": "cryptomental" }, { - "rshares": 405872365, - "voter": "steemorama" + "rshares": 83974625359, + "voter": "neptun" }, { - "rshares": 925627584, - "voter": "smisi" + "rshares": 13660887096, + "voter": "gvargas123" }, { - "rshares": 3126319414, - "voter": "michaelmatthews" + "rshares": 56593235, + "voter": "johnbyrd" }, { - "rshares": 118627057, - "voter": "the-ego-is-you" + "rshares": 56575537, + "voter": "thomasaustin" }, { - "rshares": 282267928, - "voter": "totosky" + "rshares": 56573535, + "voter": "thermor" }, { - "rshares": 53237721, - "voter": "jonathanyoung" + "rshares": 56585538, + "voter": "ficholl" }, { - "rshares": 2609705655, - "voter": "bwaser" + "rshares": 55387660, + "voter": "widell" }, { - "rshares": 360867793495, - "voter": "charlieshrem" + "rshares": 89842295456, + "voter": "icfiedler" }, { - "rshares": 57674266103, - "voter": "tracemayer" + "rshares": 443693828, + "voter": "keepdoodling" }, { - "rshares": 22559371443, - "voter": "brains" + "rshares": 56161396, + "voter": "revelbrooks" }, { - "rshares": 164509842, - "voter": "knight-angel" + "rshares": 24971011701, + "voter": "laonie10" }, { - "rshares": 1445562934, - "voter": "bitcoinparadise" + "rshares": 24470844605, + "voter": "andrewawerdna" }, { - "rshares": 1996188997, - "voter": "steemsquad" + "rshares": 7674854463, + "voter": "craigwilliamz" }, { - "rshares": 2341327402, - "voter": "ellepdub" + "rshares": 52086919381, + "voter": "mandibil" }, { - "rshares": 50852949, - "voter": "gregorygarcia" + "rshares": 363516844, + "voter": "ukblogger" }, { - "rshares": 95081132, - "voter": "inarix03" + "rshares": 29668204036, + "voter": "daut44" }, { - "rshares": 9557075390, - "voter": "herpetologyguy" + "rshares": 1243977094, + "voter": "fiat19" }, { - "rshares": 4697106015, - "voter": "morgan.waser" + "rshares": 54999739, + "voter": "curpose" }, { - "rshares": 53426834, - "voter": "lightobserver" + "rshares": 80014955, + "voter": "pery" }, { - "rshares": 50233449, - "voter": "teemsteem" + "rshares": 948829161, + "voter": "runridefly" }, { - "rshares": 50975390, - "voter": "steemprincess" + "rshares": 14180456361, + "voter": "krnel" }, { - "rshares": 71404120, - "voter": "piphunters" + "rshares": 24601755462, + "voter": "laonie11" }, { - "rshares": 50182946, - "voter": "glennith" + "rshares": 56270862, + "voter": "antoninaral1965" }, { - "rshares": 3598578415, - "voter": "strong-ai" + "rshares": 55085378, + "voter": "troich" }, { - "rshares": 1345995899, - "voter": "peaceloveliberty" + "rshares": 57498067667, + "voter": "luminousvisions" }, { - "rshares": 174357670, - "voter": "darkminded153" + "rshares": 1653932598, + "voter": "davidjkelley" }, { - "rshares": 532746410, + "rshares": 7421603664, + "voter": "davidbrogan" + }, + { + "rshares": 55091113, + "voter": "crion" + }, + { + "rshares": 54739685, + "voter": "hitherise" + }, + { + "rshares": 54730557, + "voter": "wiss" + }, + { + "rshares": 9279312943, + "voter": "ghasemkiani" + }, + { + "rshares": 18057465685, + "voter": "sponge-bob" + }, + { + "rshares": 15514574124, + "voter": "digital-wisdom" + }, + { + "rshares": 225066014, + "voter": "areynolds" + }, + { + "rshares": 3859577072, + "voter": "ethical-ai" + }, + { + "rshares": 54362089, + "voter": "stroully" + }, + { + "rshares": 88628906, + "voter": "ruscion" + }, + { + "rshares": 5661661621, + "voter": "jwaser" + }, + { + "rshares": 54019345, + "voter": "thadm" + }, + { + "rshares": 54017499, + "voter": "prof" + }, + { + "rshares": 405872365, + "voter": "steemorama" + }, + { + "rshares": 892494003, + "voter": "smisi" + }, + { + "rshares": 53655807, + "voter": "yorsens" + }, + { + "rshares": 115546868227, + "voter": "dan-bn" + }, + { + "rshares": 127739177, + "voter": "the-ego-is-you" + }, + { + "rshares": 53331040, + "voter": "bane" + }, + { + "rshares": 53324520, + "voter": "vive" + }, + { + "rshares": 53318865, + "voter": "coad" + }, + { + "rshares": 282267928, + "voter": "totosky" + }, + { + "rshares": 9068270563, + "voter": "goose" + }, + { + "rshares": 2667370611, + "voter": "bwaser" + }, + { + "rshares": 53003720, + "voter": "sofa" + }, + { + "rshares": 54557096408, + "voter": "tracemayer" + }, + { + "rshares": 902283883, + "voter": "brains" + }, + { + "rshares": 459120073, + "voter": "jessicanicklos" + }, + { + "rshares": 53055629, + "voter": "ailo" + }, + { + "rshares": 4955013816, + "voter": "burnin" + }, + { + "rshares": 1347001825, + "voter": "bitcoinparadise" + }, + { + "rshares": 5314341562, + "voter": "chick1" + }, + { + "rshares": 4462414012, + "voter": "gringalicious" + }, + { + "rshares": 3133057978, + "voter": "steempowerwhale" + }, + { + "rshares": 50569452, + "voter": "aoki" + }, + { + "rshares": 50516543, + "voter": "typingagent" + }, + { + "rshares": 50514225, + "voter": "cwb" + }, + { + "rshares": 62519521, + "voter": "nelyp" + }, + { + "rshares": 2394301868, + "voter": "ellepdub" + }, + { + "rshares": 88742390, + "voter": "inarix03" + }, + { + "rshares": 9744098987, + "voter": "herpetologyguy" + }, + { + "rshares": 51470533, + "voter": "eavy" + }, + { + "rshares": 51484593, + "voter": "roto" + }, + { + "rshares": 1039982464, + "voter": "jang" + }, + { + "rshares": 4800843442, + "voter": "morgan.waser" + }, + { + "rshares": 803579425, + "voter": "twinbraid" + }, + { + "rshares": 335672416, + "voter": "lloyddavis" + }, + { + "rshares": 50372583, + "voter": "carre" + }, + { + "rshares": 3678089785, + "voter": "strong-ai" + }, + { + "rshares": 543618786, "voter": "grisha-danunaher" }, { - "rshares": 111492251, - "voter": "siniceku" + "rshares": 77637243, + "voter": "igtes" }, { - "rshares": 154056498, - "voter": "cruise" + "rshares": 157689742, + "voter": "buffett" }, { - "rshares": 1421425310, - "voter": "rusteemitblog" + "rshares": 136357168, + "voter": "siniceku" }, { - "rshares": 148984272, - "voter": "robyneggs" + "rshares": 156601976, + "voter": "eunnykim" }, { - "rshares": 159729263, - "voter": "teemunee" + "rshares": 1533332205, + "voter": "rusteemitblog" }, { - "rshares": 127399164, - "voter": "insight2incite" + "rshares": 150891276, + "voter": "laskoff" }, { - "rshares": 145950604, - "voter": "kurjik7" + "rshares": 59566200, + "voter": "serikus" }, { - "rshares": 12950665574, - "voter": "goldmatters" + "rshares": 155727800, + "voter": "sixthsense" }, { - "rshares": 142731666, - "voter": "oszillum" + "rshares": 155682701, + "voter": "boomer" }, { - "rshares": 155057486, - "voter": "wakeupworldnews" + "rshares": 146185843, + "voter": "james93" }, { - "rshares": 155960075, - "voter": "josh-boulton" + "rshares": 158157112, + "voter": "kborgolte" } ], - "author": "sterlinluxan", + "author": "jesta", "author_payout_value": "0.000 HBD", "author_reputation": 25.0, "beneficiaries": [], "blacklists": [], - "body": "https://i.ytimg.com/vi/-9p8atSEaBQ/sddefault.jpg\n

The Paradigm Shift is Under Way;\u00a0\u00a0Anarchapulco Rising

\n\nAnarchists are working\u00a0tirelessly\u00a0to alter\u00a0the course of history and save mankind from the fetters of its own creation. And they are winning. History is unfolding according to the aims of these freethinkers and contrarians. People are waking\u00a0up and questioning\u00a0government. They are becoming disobedient and beginning\u00a0to oppose their masters.\n\nThere is proof of this\u00a0paradigm shift.\n\nThe\u00a0Anarchapulco conference in Acapulco, Mexico is rising. It represents the culmination of all the\u00a0rabble rousing and truth-speaking currently under way. It is a result of this\u00a0choir of anarchists singing hymnals of truth and beckoning people into the light of freedom.\u00a0\n\n\"nathan-thumb\"\n

Anarchapulco Highlights, Speakers, and Prices

\n\nWhat is Anarchapulco?\n\nIt is an anarcho-capitalist\u00a0conference held in the last week in February, the 25th through 28th. \u00a0Jeff Berwick, the Dollarvigilante, masterminded and created the event to highlight anarchist ingenuity, compassion, and creativity.\n\nThe conference focuses on\u00a0how anarchists\u00a0are accomplishing their goals, what they are doing to unchain society, live\u00a0more freely, and abolish all government. It features some of the most prominent\u00a0and eloquent orators the anarchist movement has seen. It is world-changing.\n\nSpeakers include, Barry Cooper, Adam Kokesh, Derrick Broze, Roger Ver, Amanda Rachwitz, Larken Rose, Dayna Martin, Jeffery Tucker, Jeff Berwick, Max Igan, Josie Wales, Anarchy Girl, Mark Victor, Dan Dicks, Stephanie Murphy, and many more. I will be speaking as well, and it will be my first public appearance aside from my YouTube videos and writings.\n\nThere\u00a0are also \u00a0workshops and an Ayahuasca ceremony hosted by Barry Cooper called Ayahuascapulco. It should occur on the final evening of the conference. Jeff Berwick will be holding the Dollar Vigilante summit meeting as well. And when night falls, there will be a bacchanalia and other parties to celebrate life, liberty, and love. As an added bonus,\u00a0many of the vendors at the conference will be accepting bitcoin and possibly other cryptocurrencies.\n\nGrab your tickets\u00a0today at the Anarchapulco homepage. They\u00a0are 245 dollars, but students get a special discounted rate. Tickets are also available for the workshops and are on the same link posted above.\n\nI can't wait to meet\u00a0you.\n\nBrave the future! \u00a0Evacuate the State! \u00a0And watch this Anarchapulco informational video below:\n\nhttps://youtu.be/-9p8atSEaBQ\n
\"You never change things by fighting the existing reality. To change something, build a new model that makes the existing model obsolete.\"
\n\n
\n\nMy name is Sterlin. Follow me @\u00a0Psychologic-Anarchist. I also run\u00a0the Psychologic-Anarchist Facebook\u00a0page\u00a0and produce many\u00a0YouTube videos. My interests lie in the intersection of counseling psychology and anarchism. I write about the depredations of psychiatry, and also the new philosophy of compassionate anarchism. We have a large community devoted to discussing psychology and relational voluntaryism.\n\n\"Me", - "category": "anarchy", - "children": 18, - "created": "2016-09-09T21:06:18", + "body": "The 0.3.5 update is primarily focused on a new post inspector, some minor tweaks and a few bug fixes. \n\nIf you're unfamiliar with [steemstats.com](https://steemstats.com), I'd recommend you check out the [rest of my blog posts](https://steemit.com/@jesta) to read through the evolution of this tool.\n\n## Improved Post Inspector\n\n![New Post Inspector](http://i.imgur.com/i14vq0K.png)\n\nThe new post inspector is designed in preparation for the upcoming vote changes (in steem 0.14.0) and helping understand the impact votes have on posts. The header is now the post's title (which if clicked, goes to the post), the author, the time posted, as well as a link to the post on steemd.com or steemdb.com.\n\nFor each vote, from left to right, you have the following information:\n\n- The calculated weight of the vote (the bold number), and below it, the vote weight percentage specified by the voter, and the total percentage of weight contributed to the post (in parentheses) .\n- The account who cast the vote and how long ago it was cast\n- The total reward shares contributed to the post by the voter\n- The current/estimated contribution to the author's post reward.\n- The current/estimated curation reward the voter will receive.\n\nThe current/estimated rewards currently only works for posts in the first payout period, but the post inspector now works from both the Recent Activity screen and the Posts screen.\n\n### Bug Fixes & Improvements\n\n- Fixed a bug on the curation stats reward that was displaying SBD.\n- Fixed an issue with comment payout calculations sometimes displaying incorrectly.\n- Removing a watched account now also resets the account followers/following tabs.\n- Fixed a few memory leaks (still more work needs to be done here)\n- Attempt at fixing the timezone problem. For those of you that experienced the time calculations being incorrect, please let me know if the post inspector's dates are now correct.\n- Added link on each post that leads to steemdb.com.\n- Added link on each user that leads to steemdb.com.\n- Added new operation types for 0.14.0 support next week.\n\n### Future of steemstats\n\nI've mentioned this before in a few of my other posts, but never in an update for steemstats itself. Currently I am evaluating the potential of merging steemstats.com and steemdb.com into a single website, focusing both on the realtime and historical aspects in the same tool. \n\nThis somewhat long process has caused me to halt the addition of new features on steemstats, until I fully evaluate if and how this would work. Over the past few weeks I've been actively learning and exploring react, evaluating it as a replacement for angular, which currently powers steemstats. I have also been expanding the APIs on steemdb for an integration regardless of the chosen direction.\n\nWe are currently in the 0.3.x series of steemstats, and 0.4.0 is going to be one of two things:\n\n- A feature rich version of steemstats that integrates the steemdb api endpoints currently being created\n- A brand new, open source version of steemstats and steemdb into a single application (steemdb will become an API)\n\nUnfortunately, 0.4.0 won't likely be ready until October at the very earliest, possibly even later in the year. I have a number of other things to do over the next 30-60 days that will shape the next 6-12 months of my life, much of it involving development on projects directly related to steem. This also means that news on the steemstats front will be going a bit quiet, except for critical fixes and maintenance. \n\nBut - if you have feature requests or bug reports, feel free to submit them. I keep track of it all. I love chatting about this stuff and it's a pleasure to work on a project that serves over a thousand steemians use each day ;)", + "category": "steemstats", + "children": 29, + "created": "2016-09-09T09:03:12", "curator_payout_value": "0.000 HBD", "depth": 0, "is_paidout": false, "json_metadata": { "image": [ - "https://i.ytimg.com/vi/-9p8atSEaBQ/sddefault.jpg", - "https://psychologicanarchist.files.wordpress.com/2016/09/nathan-thumb.jpg", - "https://img.youtube.com/vi/-9p8atSEaBQ/0.jpg", - "https://psychologicanarchist.files.wordpress.com/2016/08/me-drawing.jpg?w=225" + "http://i.imgur.com/i14vq0K.png" ], "links": [ - "https://anarchapulco.com/speakers/", - "https://anarchapulco.com/buy-your-tickets/", - "https://youtu.be/-9p8atSEaBQ", - "https://psychologic-anarchist.com/", - "https://www.facebook.com/psychologicanarchist/", - "https://www.youtube.com/c/psychologicanarchist" + "https://steemstats.com", + "https://steemit.com/@jesta" ], "tags": [ - "anarchy", - "anarchism", - "dollarvigilante", - "anarchapulco", - "liberty" + "steemstats", + "patch-notes" ] }, "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 102631008502150, - "payout": 959.696, - "payout_at": "2016-09-16T21:06:18", - "pending_payout_value": "959.696 HBD", + "net_rshares": 132673239891989, + "payout": 995.974, + "payout_at": "2016-09-16T09:03:12", + "pending_payout_value": "995.974 HBD", "percent_hbd": 10000, - "permlink": "anarchapulco-is-one-of-the-most-world-changing-conferences-ever", - "post_id": 1188966, + "permlink": "steemstats-0-3-5-improved-post-inspector-fixes-and-prep-for-0-14-0", + "post_id": 1182223, "promoted": "0.000 HBD", "replies": [], "stats": { "flag_weight": 0.0, "gray": false, "hide": false, - "total_votes": 273 + "total_votes": 331 }, - "title": "Anarchapulco is One of the Most World Changing Conferences Ever", - "updated": "2016-09-09T22:15:03", - "url": "/anarchy/@sterlinluxan/anarchapulco-is-one-of-the-most-world-changing-conferences-ever" + "title": "steemstats 0.3.5 - improved post inspector, fixes and prep for 0.14.0", + "updated": "2016-09-09T09:03:12", + "url": "/steemstats/@jesta/steemstats-0-3-5-improved-post-inspector-fixes-and-prep-for-0-14-0" }, { "active_votes": [ { - "rshares": 591936986472, + "rshares": 13477926522085, + "voter": "dantheman" + }, + { + "rshares": 535676350903, "voter": "barrie" }, { - "rshares": 289298833434, + "rshares": 347182498336, "voter": "anonymous" }, { - "rshares": 12345252505324, - "voter": "rainman" + "rshares": 618864299621, + "voter": "val-a" }, { - "rshares": 25621456264935, - "voter": "berniesanders" + "rshares": 36025898284908, + "voter": "jamesc" }, { - "rshares": 3575862225930, - "voter": "excalibur" + "rshares": 166621884382, + "voter": "highasfuck" }, { - "rshares": 7465240586833, - "voter": "firstclass" + "rshares": 2269754565580, + "voter": "badassmother" }, { - "rshares": 34617610074801, - "voter": "jamesc" + "rshares": 6541942109750, + "voter": "xeldal" }, { - "rshares": 2439391483928, - "voter": "badassmother" + "rshares": 5406911565194, + "voter": "enki" }, { - "rshares": 2108333548846, + "rshares": 2015795275799, "voter": "hr1" }, { - "rshares": 5440360108871, - "voter": "kushed" - }, - { - "rshares": 135639234986, - "voter": "svk" + "rshares": 1085579124424, + "voter": "rossco99" }, { - "rshares": 4425788336132, - "voter": "nextgencrypto" + "rshares": 4539080827957, + "voter": "wang" }, { - "rshares": 1183899666401, - "voter": "rossco99" + "rshares": 5671967166550, + "voter": "steemit200" }, { "rshares": 157840910571, "voter": "ozmaster" }, { - "rshares": 3104316216, + "rshares": 2483637972, "voter": "boy" }, { - "rshares": 3769023210, + "rshares": 1744463573774, + "voter": "xeroc" + }, + { + "rshares": 3015447022, "voter": "bue-witness" }, { - "rshares": 684026925, + "rshares": 547246371, "voter": "bunny" }, { - "rshares": 6276229149745, - "voter": "clayop" + "rshares": 7158463190255, + "voter": "complexring" }, { - "rshares": 54893564497, + "rshares": 43942970419, "voter": "bue" }, { - "rshares": 1663393709, + "rshares": 1330801877, "voter": "mini" }, { - "rshares": 4401912288378, - "voter": "witness.svk" - }, - { - "rshares": 213796245, + "rshares": 171039480, "voter": "moon" }, { - "rshares": 76449229334, - "voter": "aizensou" - }, - { - "rshares": 3556788310214, - "voter": "au1nethyb1" - }, - { - "rshares": 208865905773, - "voter": "b0y2k" - }, - { - "rshares": 6136183341, - "voter": "bentley" - }, - { - "rshares": 425555473971, - "voter": "recursive2" + "rshares": 422583280311, + "voter": "recursive3" }, { - "rshares": 2772197684657, + "rshares": 2705583356387, "voter": "recursive" }, { - "rshares": 1425577812, + "rshares": 1352528689, "voter": "mineralwasser" }, { - "rshares": 877687478497, + "rshares": 813598639820, "voter": "boombastic" }, { - "rshares": 118397897437, + "rshares": 107430397631, "voter": "mrs.agsexplorer" }, { - "rshares": 6451379962, - "voter": "sean0010" - }, - { - "rshares": 8480286811, - "voter": "bingo-0" - }, - { - "rshares": 2154708395, + "rshares": 1959061945, "voter": "bingo-1" }, { - "rshares": 480097771037, + "rshares": 413868821627, "voter": "boatymcboatface" }, { - "rshares": 379439479055, - "voter": "officialfuzzy" - }, - { - "rshares": 1177986568456, - "voter": "cass" - }, - { - "rshares": 625012807, + "rshares": 500032593, "voter": "healthcare" }, { - "rshares": 1125731310657, - "voter": "tuck-fheman" - }, - { - "rshares": 973159239, + "rshares": 778573329, "voter": "daniel.pan" }, { @@ -1316,1209 +1502,1023 @@ "voter": "woo7739" }, { - "rshares": 7451892533, - "voter": "patrice" - }, - { - "rshares": 42814815404, - "voter": "alexgr" - }, - { - "rshares": 288356419, - "voter": "helen.tan" - }, - { - "rshares": 18282370513, - "voter": "unosuke" - }, - { - "rshares": 308036837341, - "voter": "noaommerrr" - }, - { - "rshares": 76716940669, - "voter": "edgeland" - }, - { - "rshares": 51320160062, - "voter": "noisy" - }, - { - "rshares": 185809442252, - "voter": "samuel-stone" - }, - { - "rshares": 16636079519, - "voter": "jademont" - }, - { - "rshares": 3914505410, - "voter": "hbhades" - }, - { - "rshares": 433346527370, - "voter": "eeks" + "rshares": 813852185290, + "voter": "steemrollin" }, { - "rshares": 19216280302, - "voter": "fkn" + "rshares": 40097366003, + "voter": "alexgr" }, { - "rshares": 447353939, - "voter": "paco-steem" + "rshares": 230690102, + "voter": "helen.tan" }, { - "rshares": 5016826590, - "voter": "spaninv" + "rshares": 317679022747, + "voter": "noaommerrr" }, { - "rshares": 2110504361, - "voter": "gekko" + "rshares": 13456874958, + "voter": "gregory-f" }, { - "rshares": 335140044424, - "voter": "teamsteem" + "rshares": 9981315272, + "voter": "andzzz" }, { - "rshares": 25278617688, - "voter": "elishagh1" + "rshares": 85951923946, + "voter": "edgeland" }, { - "rshares": 10276551983, - "voter": "richman" + "rshares": 76665194905, + "voter": "easteagle13" }, { - "rshares": 708002935272, - "voter": "nanzo-scoop" + "rshares": 13661967452, + "voter": "fkn" }, { - "rshares": 1097771169, - "voter": "weenfan" + "rshares": 44301968409, + "voter": "kingscrown" }, { - "rshares": 139424582774, - "voter": "steve-walschot" + "rshares": 29703642476, + "voter": "instructor2121" }, { - "rshares": 7604863954, - "voter": "kefkius" + "rshares": 341853154470, + "voter": "teamsteem" }, { - "rshares": 215057879114, - "voter": "mummyimperfect" + "rshares": 17971631999, + "voter": "elishagh1" }, { - "rshares": 43240066120, - "voter": "klye" + "rshares": 147551184319, + "voter": "steve-walschot" }, { - "rshares": 490980590, - "voter": "coar" + "rshares": 43838713879, + "voter": "hannixx42" }, { - "rshares": 1426410498, + "rshares": 1412786230, "voter": "murh" }, { - "rshares": 6760885463, + "rshares": 6476276966, "voter": "cryptofunk" }, { - "rshares": 584910969, - "voter": "kodi" - }, - { - "rshares": 12988959564, - "voter": "andu" + "rshares": 39924520204, + "voter": "ranko-k" }, { - "rshares": 990439542978, + "rshares": 943667108132, "voter": "cyber" }, { - "rshares": 59784587939, - "voter": "theshell" - }, - { - "rshares": 59685490770, - "voter": "ak2020" - }, - { - "rshares": 25360606957, - "voter": "thecryptofiend" + "rshares": 24403504542, + "voter": "paul-labossiere" }, { - "rshares": 54554448698, - "voter": "justtryme90" + "rshares": 29997646492, + "voter": "drinkzya" }, { "rshares": 9277411843, "voter": "zebbra2014" }, { - "rshares": 426963673, - "voter": "applecrisp" - }, - { - "rshares": 349160704, - "voter": "stiletto" - }, - { - "rshares": 234281600315, - "voter": "wingz" + "rshares": 94742737947, + "voter": "eric-boucher" }, { - "rshares": 52533125771, - "voter": "juanmiguelsalas" + "rshares": 378640848474, + "voter": "taoteh1221" }, { - "rshares": 108081346208, - "voter": "kenny-crane" + "rshares": 4273797992, + "voter": "andre-ager" }, { - "rshares": 55791521921, - "voter": "thecryptodrive" + "rshares": 269036651571, + "voter": "churdtzu" }, { - "rshares": 24830294413, - "voter": "wongshiying" + "rshares": 53651417814, + "voter": "juanmiguelsalas" }, { - "rshares": 187335920333, - "voter": "will-zewe" + "rshares": 15133639569, + "voter": "paradise-paradox" }, { - "rshares": 132454573634, - "voter": "bravenewcoin" + "rshares": 3163625559, + "voter": "pangur-ban" }, { - "rshares": 4567548961, - "voter": "dahaz159" + "rshares": 53304441666, + "voter": "thecryptodrive" }, { - "rshares": 13621418175, - "voter": "facer" + "rshares": 1428360890, + "voter": "benthegameboy" }, { - "rshares": 10703944499, - "voter": "ossama-benjohn" + "rshares": 398746305, + "voter": "rafikichi" }, { - "rshares": 89838229832, - "voter": "schro" + "rshares": 79206127744, + "voter": "tim-johnston" }, { - "rshares": 16083450491, - "voter": "zakharya" + "rshares": 19583503403, + "voter": "ziv" }, { - "rshares": 2063595732, + "rshares": 2153317286, "voter": "stephen-somers" }, { - "rshares": 30445361083, + "rshares": 32136652184, "voter": "michaelx" }, { - "rshares": 5923268326, + "rshares": 5795619552, "voter": "mark-waser" }, { - "rshares": 5724827410, - "voter": "christoryan" + "rshares": 134311506595, + "voter": "kimziv" }, { - "rshares": 104859928997, - "voter": "geoffrey" + "rshares": 2313228416, + "voter": "superfreek" }, { - "rshares": 166471141157, - "voter": "kimziv" + "rshares": 510500434, + "voter": "mrhankeh" }, { - "rshares": 2745202699, - "voter": "gary-smith" + "rshares": 2868007032, + "voter": "alexft" }, { - "rshares": 471231170, - "voter": "mrhankeh" + "rshares": 56702480478, + "voter": "isteemit" }, { - "rshares": 67028640744, - "voter": "norbu" + "rshares": 14009388996, + "voter": "damirkatusic" }, { - "rshares": 178740506212, - "voter": "marina" + "rshares": 68355526825, + "voter": "bacchist" }, { - "rshares": 217596841813, + "rshares": 56991239380, "voter": "asmolokalo" }, { - "rshares": 33316560185, - "voter": "good-karma" - }, - { - "rshares": 90870543097, + "rshares": 84399492492, "voter": "rubybian" }, { - "rshares": 3370504739, + "rshares": 3303916529, "voter": "orly" }, { - "rshares": 254380477, - "voter": "mstang83" - }, - { - "rshares": 133809425183, - "voter": "jackkang" - }, - { - "rshares": 25519515144, - "voter": "tcfxyz" + "rshares": 5367814231, + "voter": "riscadox" }, { - "rshares": 7068961098, - "voter": "futurefood" + "rshares": 8194140529, + "voter": "r4fken" }, { - "rshares": 143394860106, + "rshares": 132366664791, "voter": "derekareith" }, { - "rshares": 28797437548, - "voter": "picokernel" + "rshares": 349132139361, + "voter": "slowwalker" }, { - "rshares": 61988648819, + "rshares": 45284854380, "voter": "furion" }, - { - "rshares": 15619208260, - "voter": "bitshares101" - }, { "rshares": 10594519706, "voter": "seanmchughart" }, { - "rshares": 6227407724, - "voter": "owdy" + "rshares": 743522845, + "voter": "busser" }, { - "rshares": 463366412, + "rshares": 332742949, "voter": "barbara2" }, { - "rshares": 514840389, + "rshares": 356520246, "voter": "ch0c0latechip" }, { - "rshares": 476503055, + "rshares": 342183077, "voter": "doge4lyf" }, { - "rshares": 10476467464, - "voter": "spiz0r" - }, - { - "rshares": 13970283730, - "voter": "ausbitbank" - }, - { - "rshares": 27538503875, - "voter": "gord0b" - }, - { - "rshares": 5118979825, - "voter": "inversion" - }, - { - "rshares": 1137700476, + "rshares": 967430836, "voter": "steem1653" }, { - "rshares": 5568218494, - "voter": "nichoros" - }, - { - "rshares": 10893493671, - "voter": "asim" - }, - { - "rshares": 215638639947, - "voter": "jesta" + "rshares": 4441929051, + "voter": "gikitiki" }, { - "rshares": 16823179482, - "voter": "toxonaut" + "rshares": 61948584655, + "voter": "flyingmind" }, { - "rshares": 5013086969, + "rshares": 5446824474, "voter": "thegoodguy" }, { - "rshares": 17026901254, - "voter": "bdavid" + "rshares": 3320467112, + "voter": "karen13" }, { - "rshares": 16487620216, - "voter": "aaseb" + "rshares": 11080274169, + "voter": "deviedev" }, { - "rshares": 3541324768, - "voter": "karen13" + "rshares": 1283923402, + "voter": "jrd8526" }, { - "rshares": 24962097609, - "voter": "igster" + "rshares": 6389579636, + "voter": "cryptosi" }, { - "rshares": 296050938278, + "rshares": 288484078580, "voter": "nabilov" }, { - "rshares": 11050247826, - "voter": "allmonitors" + "rshares": 14499214780, + "voter": "jaycobbell" }, { - "rshares": 42134446363, - "voter": "milestone" + "rshares": 8217543952, + "voter": "noodhoog" }, { - "rshares": 6854219330, - "voter": "lichtblick" + "rshares": 35654305271, + "voter": "condra" }, { - "rshares": 38981643223, - "voter": "creemej" + "rshares": 380411494, + "voter": "karenmckersie" }, { - "rshares": 87211957, - "voter": "wildchild" + "rshares": 7061842607, + "voter": "btcupload" }, { - "rshares": 22604638473, - "voter": "phenom" + "rshares": 245554819, + "voter": "jza" }, { - "rshares": 21518378834, - "voter": "mynameisbrian" + "rshares": 32831137698, + "voter": "creemej" }, { - "rshares": 4221835049, - "voter": "oululahti" + "rshares": 91926117, + "voter": "wildchild" }, { - "rshares": 2057329898, - "voter": "iamwne" + "rshares": 12310535283, + "voter": "benjiberigan" }, { - "rshares": 36385996929, - "voter": "royaltiffany" + "rshares": 70777333586, + "voter": "thylbom" }, { - "rshares": 7491319278, - "voter": "bitcoiner" + "rshares": 7168092642, + "voter": "geronimo" }, { - "rshares": 3402963070, + "rshares": 2488984400, + "voter": "vlad" + }, + { + "rshares": 3404137327, "voter": "tarindel" }, { - "rshares": 3150992247, + "rshares": 3373510290, "voter": "azurejasper" }, { - "rshares": 22320237891, + "rshares": 24175862862, "voter": "deanliu" }, { - "rshares": 5225193932, - "voter": "rainchen" + "rshares": 540910155, + "voter": "qonq99" }, { - "rshares": 3567394163, - "voter": "mastletter" + "rshares": 970801526, + "voter": "dbendorf" }, { - "rshares": 172158330412, + "rshares": 161416493014, "voter": "jl777" }, { - "rshares": 39357479579, - "voter": "zaebars" + "rshares": 1018923425089, + "voter": "james212" }, { - "rshares": 1366745384, - "voter": "aleco" + "rshares": 7072481705, + "voter": "lostnuggett" }, { - "rshares": 15569549784, + "rshares": 35423115509, + "voter": "zaebars" + }, + { + "rshares": 11069846104, "voter": "positive" }, { - "rshares": 1820806512, + "rshares": 1784770879, "voter": "yarly" }, { - "rshares": 275109479, + "rshares": 269607289, "voter": "yarly2" }, { - "rshares": 275521387, + "rshares": 270010959, "voter": "yarly3" }, { - "rshares": 159279578, + "rshares": 156093986, "voter": "yarly4" }, { - "rshares": 160178852, + "rshares": 156975275, "voter": "yarly5" }, { - "rshares": 91302559, + "rshares": 89476508, "voter": "yarly7" }, { - "rshares": 9676251273, - "voter": "fishborne" - }, - { - "rshares": 21625479206, - "voter": "prufarchy" - }, - { - "rshares": 18151756887, - "voter": "carlidos" - }, - { - "rshares": 790919268, - "voter": "quigua" + "rshares": 308403865, + "voter": "sergey44" }, { - "rshares": 921456442, - "voter": "happyphoenix" + "rshares": 117022265, + "voter": "smospider" }, { - "rshares": 27564916862, - "voter": "team-leibniz" + "rshares": 19822991673, + "voter": "krabgat" }, { - "rshares": 14671343443, + "rshares": 13755763158, "voter": "proto" }, { - "rshares": 639310915, + "rshares": 614745323, "voter": "curator" }, { - "rshares": 25522993490, + "rshares": 21133143205, "voter": "sisterholics" }, { - "rshares": 441281474, + "rshares": 432471059, "voter": "yarly10" }, { - "rshares": 236361100, - "voter": "yarly11" - }, - { - "rshares": 2087245911, - "voter": "leylar" + "rshares": 1518983647, + "voter": "alex.chien" }, { - "rshares": 13899669755, - "voter": "michaeldodridge" + "rshares": 231633878, + "voter": "yarly11" }, { - "rshares": 82681797, + "rshares": 81028161, "voter": "yarly12" }, { - "rshares": 9225721351, - "voter": "logic" + "rshares": 2814833271, + "voter": "tygergamer" }, { - "rshares": 525744758, + "rshares": 364069422, "voter": "fnait" }, { - "rshares": 479715016, + "rshares": 344497787, "voter": "keepcalmand" }, { - "rshares": 2852417010, - "voter": "nelu.ceban" - }, - { - "rshares": 8395108310, - "voter": "alphabeta" - }, - { - "rshares": 29391275370, - "voter": "smailer" - }, - { - "rshares": 156341247, - "voter": "steemster1" - }, - { - "rshares": 24117033815, - "voter": "williambanks" + "rshares": 111662435976, + "voter": "sterlinluxan" }, { - "rshares": 3171921284, + "rshares": 3099858290, "voter": "glitterpig" }, { - "rshares": 5953798750, + "rshares": 5361340393, "voter": "jed78" }, { - "rshares": 6471671741, - "voter": "shortcut" - }, - { - "rshares": 131434229863, + "rshares": 128430788791, "voter": "steemdrive" }, { - "rshares": 972832549, + "rshares": 1024046685, "voter": "metaflute" }, { - "rshares": 55157471341, + "rshares": 39800990412, "voter": "gomeravibz" }, { - "rshares": 3735000857, - "voter": "litrbooh" - }, - { - "rshares": 7417512235, + "rshares": 6888480035, "voter": "taker" }, { - "rshares": 4759832838, + "rshares": 4650376230, "voter": "theprophet0" }, { - "rshares": 63257042, - "voter": "sharon" - }, - { - "rshares": 63085782, - "voter": "lillianjones" - }, - { - "rshares": 887003920813, + "rshares": 729049512878, "voter": "laonie" }, { - "rshares": 24105897364, - "voter": "rawnetics" - }, - { - "rshares": 5191402535, - "voter": "thebluepanda" + "rshares": 2551884333, + "voter": "pdogg147" }, { - "rshares": 3088548245, - "voter": "timcliff" + "rshares": 8107245594, + "voter": "spaceghost" }, { - "rshares": 24475534553, + "rshares": 22883800785, "voter": "laonie1" }, { - "rshares": 24986004688, + "rshares": 23396082320, "voter": "laonie2" }, { - "rshares": 24995138873, + "rshares": 23404647118, "voter": "laonie3" }, { - "rshares": 32610248968, - "voter": "myfirst" - }, - { - "rshares": 199877130147, - "voter": "somebody" - }, - { - "rshares": 20733647424, - "voter": "persianqueen" + "rshares": 24520350205, + "voter": "laoyao" }, { - "rshares": 7476792922, - "voter": "flysaga" + "rshares": 26139519610, + "voter": "myfirst" }, { - "rshares": 12253967192, - "voter": "gmurph" + "rshares": 161267589491, + "voter": "somebody" }, { - "rshares": 32783895252, - "voter": "xtester" + "rshares": 6032070943, + "voter": "flysaga" }, { - "rshares": 44163499766, + "rshares": 35631246795, "voter": "midnightoil" }, { - "rshares": 3991017813, - "voter": "ullikume" + "rshares": 2312642573, + "voter": "crypto-toll" }, { - "rshares": 6756209350, - "voter": "minion" + "rshares": 63429538, + "voter": "libertyprime" + }, + { + "rshares": 3334099690, + "voter": "darrenturetzky" }, { "rshares": 62034512, "voter": "nickola" }, { - "rshares": 24990820543, + "rshares": 23400604417, "voter": "laonie4" }, { - "rshares": 24989057515, + "rshares": 23398899328, "voter": "laonie5" }, { - "rshares": 24986322060, + "rshares": 23396297524, "voter": "laonie6" }, { - "rshares": 24983081321, + "rshares": 23393304596, "voter": "laonie7" }, { - "rshares": 24979236100, + "rshares": 23389513666, "voter": "laonie8" }, { - "rshares": 24977494631, + "rshares": 23387910642, "voter": "laonie9" }, { - "rshares": 102976940697, + "rshares": 85264650943, "voter": "xiaohui" }, { - "rshares": 1890376414, - "voter": "t3ran13" - }, - { - "rshares": 102832176474, - "voter": "joele" + "rshares": 19546273639, + "voter": "velourex" }, { - "rshares": 1307687520, - "voter": "paynode" + "rshares": 5403347242, + "voter": "oflyhigh" }, { - "rshares": 62525016, - "voter": "nickche" + "rshares": 14605845094, + "voter": "randyclemens" }, { - "rshares": 1145677340, - "voter": "boddhisattva" + "rshares": 1368553119, + "voter": "paynode" }, { - "rshares": 3454695611, + "rshares": 2787069761, "voter": "xiaokongcom" }, { - "rshares": 2076051332, - "voter": "natalymaty" + "rshares": 221895311, + "voter": "zionuziriel" }, { - "rshares": 64952156, - "voter": "msjennifer" + "rshares": 61677203, + "voter": "diversesteem" }, { - "rshares": 59738641, - "voter": "ciao" + "rshares": 5616564080, + "voter": "xianjun" }, { - "rshares": 3238497654, - "voter": "blow" + "rshares": 64621792, + "voter": "stevescriber" }, { - "rshares": 3369602035, - "voter": "cmorton" + "rshares": 52467942, + "voter": "loli" }, { - "rshares": 59146649, - "voter": "steemo" + "rshares": 54857117, + "voter": "nano2nd" }, { - "rshares": 6961689621, - "voter": "xianjun" + "rshares": 222804436, + "voter": "party1999" }, { - "rshares": 57765027, - "voter": "steema" + "rshares": 368610577, + "voter": "microluck" }, { - "rshares": 3362316499, - "voter": "bhavnapatel68" + "rshares": 1635886707, + "voter": "chinadaily" }, { - "rshares": 74480084, - "voter": "confucius" + "rshares": 57802223, + "voter": "cryptoblu" }, { - "rshares": 28366957937, - "voter": "mrosenquist" + "rshares": 57795937, + "voter": "instructor" }, { - "rshares": 3113858752, - "voter": "bledarus" + "rshares": 663686280832, + "voter": "dollarvigilante" }, { - "rshares": 50027573, - "voter": "loli" + "rshares": 59750246, + "voter": "saveliy" }, { - "rshares": 84317688677, - "voter": "miacats" + "rshares": 13661297026, + "voter": "gvargas123" }, { - "rshares": 56076164, - "voter": "nano2nd" + "rshares": 1550433833, + "voter": "jsantana" }, { - "rshares": 8884101258, - "voter": "mione" + "rshares": 723218112, + "voter": "thepholosopher" }, { - "rshares": 58653788, - "voter": "jarvis" + "rshares": 69829863, + "voter": "qq553937961" }, { - "rshares": 457028975, - "voter": "microluck" + "rshares": 8720302896, + "voter": "jaredcwillis" }, { - "rshares": 57933957, - "voter": "fortuner" + "rshares": 23381814238, + "voter": "laonie10" }, { - "rshares": 58555241, - "voter": "saveliy" + "rshares": 765546853, + "voter": "wuyueling" }, { - "rshares": 728479455, - "voter": "alexma3x" + "rshares": 1911014293, + "voter": "erroneous-logic" }, { - "rshares": 190168923, - "voter": "cryptomental" + "rshares": 58984845, + "voter": "attacheguevera" }, { - "rshares": 83974625359, - "voter": "neptun" + "rshares": 80740926521, + "voter": "barrycooper" }, { - "rshares": 13660887096, - "voter": "gvargas123" + "rshares": 45366463875, + "voter": "dragonanarchist" }, { - "rshares": 56593235, - "voter": "johnbyrd" + "rshares": 3555271275, + "voter": "stillsafe" }, { - "rshares": 56575537, - "voter": "thomasaustin" + "rshares": 43371945426, + "voter": "emancipatedhuman" }, { - "rshares": 56573535, - "voter": "thermor" + "rshares": 75274936, + "voter": "joelbow" }, { - "rshares": 56585538, - "voter": "ficholl" + "rshares": 9248050550, + "voter": "sethlinson" }, { - "rshares": 55387660, - "voter": "widell" + "rshares": 23708856990, + "voter": "hilarski" }, { - "rshares": 89842295456, - "voter": "icfiedler" + "rshares": 161072048736, + "voter": "falkvinge" }, { - "rshares": 443693828, - "voter": "keepdoodling" + "rshares": 1401458089, + "voter": "truthandanarchy" }, { - "rshares": 56161396, - "voter": "revelbrooks" + "rshares": 828469568, + "voter": "riceowladam" }, { - "rshares": 24971011701, - "voter": "laonie10" + "rshares": 4024824726, + "voter": "lily-da-vine" }, { - "rshares": 24470844605, - "voter": "andrewawerdna" + "rshares": 58977489, + "voter": "justinschwalm" }, { - "rshares": 7674854463, - "voter": "craigwilliamz" + "rshares": 58484280, + "voter": "will.isles" }, { - "rshares": 52086919381, - "voter": "mandibil" + "rshares": 84529934, + "voter": "sjjohnson" }, { - "rshares": 363516844, - "voter": "ukblogger" + "rshares": 1037909150, + "voter": "avielhitchens" }, { - "rshares": 29668204036, - "voter": "daut44" + "rshares": 232089407, + "voter": "brandon-rosano" }, { - "rshares": 1243977094, - "voter": "fiat19" + "rshares": 58172886, + "voter": "nullpointer" }, { - "rshares": 54999739, - "voter": "curpose" + "rshares": 54705383, + "voter": "rickmiller" }, { - "rshares": 80014955, - "voter": "pery" + "rshares": 2761833688, + "voter": "nulliusinverba" }, { - "rshares": 948829161, + "rshares": 669878419, "voter": "runridefly" }, { - "rshares": 14180456361, - "voter": "krnel" + "rshares": 64994479, + "voter": "mikeonfire" }, { - "rshares": 24601755462, - "voter": "laonie11" + "rshares": 56680590, + "voter": "charlie777pt" }, { - "rshares": 56270862, - "voter": "antoninaral1965" + "rshares": 10692755421, + "voter": "stephmckenzie" }, { - "rshares": 55085378, - "voter": "troich" + "rshares": 2903143663, + "voter": "richardcrill" }, { - "rshares": 57498067667, - "voter": "luminousvisions" + "rshares": 164618977, + "voter": "decentro" }, { - "rshares": 1653932598, - "voter": "davidjkelley" + "rshares": 23036045614, + "voter": "laonie11" }, { - "rshares": 7421603664, - "voter": "davidbrogan" + "rshares": 58648567727, + "voter": "luminousvisions" }, { - "rshares": 55091113, - "voter": "crion" + "rshares": 1618117253, + "voter": "davidjkelley" }, { - "rshares": 54739685, - "voter": "hitherise" + "rshares": 7422089296, + "voter": "davidbrogan" }, { - "rshares": 54730557, - "voter": "wiss" + "rshares": 57035814, + "voter": "michaelmillman" }, { - "rshares": 9279312943, - "voter": "ghasemkiani" + "rshares": 55669133, + "voter": "sebastianbauer" }, { - "rshares": 18057465685, + "rshares": 22576396199, "voter": "sponge-bob" }, { - "rshares": 15514574124, + "rshares": 15179703914, "voter": "digital-wisdom" }, { - "rshares": 225066014, - "voter": "areynolds" - }, - { - "rshares": 3859577072, + "rshares": 3779650786, "voter": "ethical-ai" }, { - "rshares": 54362089, - "voter": "stroully" + "rshares": 98777516, + "voter": "saramiller" }, { - "rshares": 88628906, - "voter": "ruscion" + "rshares": 2030924043, + "voter": "matthewtiii" }, { - "rshares": 5661661621, + "rshares": 5539406343, "voter": "jwaser" }, { - "rshares": 54019345, - "voter": "thadm" + "rshares": 7649110855, + "voter": "doitvoluntarily" }, { - "rshares": 54017499, - "voter": "prof" + "rshares": 646139908, + "voter": "kev7000" }, { "rshares": 405872365, "voter": "steemorama" }, { - "rshares": 892494003, + "rshares": 925627584, "voter": "smisi" }, { - "rshares": 53655807, - "voter": "yorsens" - }, - { - "rshares": 115546868227, - "voter": "dan-bn" + "rshares": 3126319414, + "voter": "michaelmatthews" }, { - "rshares": 127739177, + "rshares": 118627057, "voter": "the-ego-is-you" }, - { - "rshares": 53331040, - "voter": "bane" - }, - { - "rshares": 53324520, - "voter": "vive" - }, - { - "rshares": 53318865, - "voter": "coad" - }, { "rshares": 282267928, "voter": "totosky" }, { - "rshares": 9068270563, - "voter": "goose" + "rshares": 53237721, + "voter": "jonathanyoung" }, { - "rshares": 2667370611, + "rshares": 2609705655, "voter": "bwaser" }, { - "rshares": 53003720, - "voter": "sofa" + "rshares": 360867793495, + "voter": "charlieshrem" }, { - "rshares": 54557096408, + "rshares": 57674266103, "voter": "tracemayer" }, { - "rshares": 902283883, + "rshares": 22559371443, "voter": "brains" }, { - "rshares": 459120073, - "voter": "jessicanicklos" - }, - { - "rshares": 53055629, - "voter": "ailo" - }, - { - "rshares": 4955013816, - "voter": "burnin" + "rshares": 164509842, + "voter": "knight-angel" }, { - "rshares": 1347001825, + "rshares": 1445562934, "voter": "bitcoinparadise" }, { - "rshares": 5314341562, - "voter": "chick1" - }, - { - "rshares": 4462414012, - "voter": "gringalicious" - }, - { - "rshares": 3133057978, - "voter": "steempowerwhale" - }, - { - "rshares": 50569452, - "voter": "aoki" - }, - { - "rshares": 50516543, - "voter": "typingagent" - }, - { - "rshares": 50514225, - "voter": "cwb" + "rshares": 1996188997, + "voter": "steemsquad" }, { - "rshares": 62519521, - "voter": "nelyp" + "rshares": 2341327402, + "voter": "ellepdub" }, { - "rshares": 2394301868, - "voter": "ellepdub" + "rshares": 50852949, + "voter": "gregorygarcia" }, { - "rshares": 88742390, + "rshares": 95081132, "voter": "inarix03" }, { - "rshares": 9744098987, + "rshares": 9557075390, "voter": "herpetologyguy" }, { - "rshares": 51470533, - "voter": "eavy" - }, - { - "rshares": 51484593, - "voter": "roto" + "rshares": 4697106015, + "voter": "morgan.waser" }, { - "rshares": 1039982464, - "voter": "jang" + "rshares": 53426834, + "voter": "lightobserver" }, { - "rshares": 4800843442, - "voter": "morgan.waser" + "rshares": 50233449, + "voter": "teemsteem" }, { - "rshares": 803579425, - "voter": "twinbraid" + "rshares": 50975390, + "voter": "steemprincess" }, { - "rshares": 335672416, - "voter": "lloyddavis" + "rshares": 71404120, + "voter": "piphunters" }, { - "rshares": 50372583, - "voter": "carre" + "rshares": 50182946, + "voter": "glennith" }, { - "rshares": 3678089785, + "rshares": 3598578415, "voter": "strong-ai" }, { - "rshares": 543618786, - "voter": "grisha-danunaher" + "rshares": 1345995899, + "voter": "peaceloveliberty" }, { - "rshares": 77637243, - "voter": "igtes" + "rshares": 174357670, + "voter": "darkminded153" }, { - "rshares": 157689742, - "voter": "buffett" + "rshares": 532746410, + "voter": "grisha-danunaher" }, { - "rshares": 136357168, + "rshares": 111492251, "voter": "siniceku" }, { - "rshares": 156601976, - "voter": "eunnykim" + "rshares": 154056498, + "voter": "cruise" }, { - "rshares": 1533332205, + "rshares": 1421425310, "voter": "rusteemitblog" }, { - "rshares": 150891276, - "voter": "laskoff" + "rshares": 148984272, + "voter": "robyneggs" }, { - "rshares": 59566200, - "voter": "serikus" + "rshares": 159729263, + "voter": "teemunee" }, { - "rshares": 155727800, - "voter": "sixthsense" + "rshares": 127399164, + "voter": "insight2incite" }, { - "rshares": 155682701, - "voter": "boomer" + "rshares": 145950604, + "voter": "kurjik7" }, { - "rshares": 146185843, - "voter": "james93" + "rshares": 12950665574, + "voter": "goldmatters" }, { - "rshares": 158157112, - "voter": "kborgolte" + "rshares": 142731666, + "voter": "oszillum" + }, + { + "rshares": 155057486, + "voter": "wakeupworldnews" + }, + { + "rshares": 155960075, + "voter": "josh-boulton" } ], - "author": "jesta", + "author": "sterlinluxan", "author_payout_value": "0.000 HBD", "author_reputation": 25.0, "beneficiaries": [], "blacklists": [], - "body": "The 0.3.5 update is primarily focused on a new post inspector, some minor tweaks and a few bug fixes. \n\nIf you're unfamiliar with [steemstats.com](https://steemstats.com), I'd recommend you check out the [rest of my blog posts](https://steemit.com/@jesta) to read through the evolution of this tool.\n\n## Improved Post Inspector\n\n![New Post Inspector](http://i.imgur.com/i14vq0K.png)\n\nThe new post inspector is designed in preparation for the upcoming vote changes (in steem 0.14.0) and helping understand the impact votes have on posts. The header is now the post's title (which if clicked, goes to the post), the author, the time posted, as well as a link to the post on steemd.com or steemdb.com.\n\nFor each vote, from left to right, you have the following information:\n\n- The calculated weight of the vote (the bold number), and below it, the vote weight percentage specified by the voter, and the total percentage of weight contributed to the post (in parentheses) .\n- The account who cast the vote and how long ago it was cast\n- The total reward shares contributed to the post by the voter\n- The current/estimated contribution to the author's post reward.\n- The current/estimated curation reward the voter will receive.\n\nThe current/estimated rewards currently only works for posts in the first payout period, but the post inspector now works from both the Recent Activity screen and the Posts screen.\n\n### Bug Fixes & Improvements\n\n- Fixed a bug on the curation stats reward that was displaying SBD.\n- Fixed an issue with comment payout calculations sometimes displaying incorrectly.\n- Removing a watched account now also resets the account followers/following tabs.\n- Fixed a few memory leaks (still more work needs to be done here)\n- Attempt at fixing the timezone problem. For those of you that experienced the time calculations being incorrect, please let me know if the post inspector's dates are now correct.\n- Added link on each post that leads to steemdb.com.\n- Added link on each user that leads to steemdb.com.\n- Added new operation types for 0.14.0 support next week.\n\n### Future of steemstats\n\nI've mentioned this before in a few of my other posts, but never in an update for steemstats itself. Currently I am evaluating the potential of merging steemstats.com and steemdb.com into a single website, focusing both on the realtime and historical aspects in the same tool. \n\nThis somewhat long process has caused me to halt the addition of new features on steemstats, until I fully evaluate if and how this would work. Over the past few weeks I've been actively learning and exploring react, evaluating it as a replacement for angular, which currently powers steemstats. I have also been expanding the APIs on steemdb for an integration regardless of the chosen direction.\n\nWe are currently in the 0.3.x series of steemstats, and 0.4.0 is going to be one of two things:\n\n- A feature rich version of steemstats that integrates the steemdb api endpoints currently being created\n- A brand new, open source version of steemstats and steemdb into a single application (steemdb will become an API)\n\nUnfortunately, 0.4.0 won't likely be ready until October at the very earliest, possibly even later in the year. I have a number of other things to do over the next 30-60 days that will shape the next 6-12 months of my life, much of it involving development on projects directly related to steem. This also means that news on the steemstats front will be going a bit quiet, except for critical fixes and maintenance. \n\nBut - if you have feature requests or bug reports, feel free to submit them. I keep track of it all. I love chatting about this stuff and it's a pleasure to work on a project that serves over a thousand steemians use each day ;)", - "category": "steemstats", - "children": 29, - "created": "2016-09-09T09:03:12", + "body": "https://i.ytimg.com/vi/-9p8atSEaBQ/sddefault.jpg\n

The Paradigm Shift is Under Way;\u00a0\u00a0Anarchapulco Rising

\n\nAnarchists are working\u00a0tirelessly\u00a0to alter\u00a0the course of history and save mankind from the fetters of its own creation. And they are winning. History is unfolding according to the aims of these freethinkers and contrarians. People are waking\u00a0up and questioning\u00a0government. They are becoming disobedient and beginning\u00a0to oppose their masters.\n\nThere is proof of this\u00a0paradigm shift.\n\nThe\u00a0Anarchapulco conference in Acapulco, Mexico is rising. It represents the culmination of all the\u00a0rabble rousing and truth-speaking currently under way. It is a result of this\u00a0choir of anarchists singing hymnals of truth and beckoning people into the light of freedom.\u00a0\n\n\"nathan-thumb\"\n

Anarchapulco Highlights, Speakers, and Prices

\n\nWhat is Anarchapulco?\n\nIt is an anarcho-capitalist\u00a0conference held in the last week in February, the 25th through 28th. \u00a0Jeff Berwick, the Dollarvigilante, masterminded and created the event to highlight anarchist ingenuity, compassion, and creativity.\n\nThe conference focuses on\u00a0how anarchists\u00a0are accomplishing their goals, what they are doing to unchain society, live\u00a0more freely, and abolish all government. It features some of the most prominent\u00a0and eloquent orators the anarchist movement has seen. It is world-changing.\n\nSpeakers include, Barry Cooper, Adam Kokesh, Derrick Broze, Roger Ver, Amanda Rachwitz, Larken Rose, Dayna Martin, Jeffery Tucker, Jeff Berwick, Max Igan, Josie Wales, Anarchy Girl, Mark Victor, Dan Dicks, Stephanie Murphy, and many more. I will be speaking as well, and it will be my first public appearance aside from my YouTube videos and writings.\n\nThere\u00a0are also \u00a0workshops and an Ayahuasca ceremony hosted by Barry Cooper called Ayahuascapulco. It should occur on the final evening of the conference. Jeff Berwick will be holding the Dollar Vigilante summit meeting as well. And when night falls, there will be a bacchanalia and other parties to celebrate life, liberty, and love. As an added bonus,\u00a0many of the vendors at the conference will be accepting bitcoin and possibly other cryptocurrencies.\n\nGrab your tickets\u00a0today at the Anarchapulco homepage. They\u00a0are 245 dollars, but students get a special discounted rate. Tickets are also available for the workshops and are on the same link posted above.\n\nI can't wait to meet\u00a0you.\n\nBrave the future! \u00a0Evacuate the State! \u00a0And watch this Anarchapulco informational video below:\n\nhttps://youtu.be/-9p8atSEaBQ\n
\"You never change things by fighting the existing reality. To change something, build a new model that makes the existing model obsolete.\"
\n\n
\n\nMy name is Sterlin. Follow me @\u00a0Psychologic-Anarchist. I also run\u00a0the Psychologic-Anarchist Facebook\u00a0page\u00a0and produce many\u00a0YouTube videos. My interests lie in the intersection of counseling psychology and anarchism. I write about the depredations of psychiatry, and also the new philosophy of compassionate anarchism. We have a large community devoted to discussing psychology and relational voluntaryism.\n\n\"Me", + "category": "anarchy", + "children": 18, + "created": "2016-09-09T21:06:18", "curator_payout_value": "0.000 HBD", "depth": 0, "is_paidout": false, "json_metadata": { "image": [ - "http://i.imgur.com/i14vq0K.png" + "https://i.ytimg.com/vi/-9p8atSEaBQ/sddefault.jpg", + "https://psychologicanarchist.files.wordpress.com/2016/09/nathan-thumb.jpg", + "https://img.youtube.com/vi/-9p8atSEaBQ/0.jpg", + "https://psychologicanarchist.files.wordpress.com/2016/08/me-drawing.jpg?w=225" ], "links": [ - "https://steemstats.com", - "https://steemit.com/@jesta" + "https://anarchapulco.com/speakers/", + "https://anarchapulco.com/buy-your-tickets/", + "https://youtu.be/-9p8atSEaBQ", + "https://psychologic-anarchist.com/", + "https://www.facebook.com/psychologicanarchist/", + "https://www.youtube.com/c/psychologicanarchist" ], "tags": [ - "steemstats", - "patch-notes" + "anarchy", + "anarchism", + "dollarvigilante", + "anarchapulco", + "liberty" ] }, "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 132673239891989, - "payout": 995.974, - "payout_at": "2016-09-16T09:03:12", - "pending_payout_value": "995.974 HBD", + "net_rshares": 102631008502150, + "payout": 959.696, + "payout_at": "2016-09-16T21:06:18", + "pending_payout_value": "959.696 HBD", "percent_hbd": 10000, - "permlink": "steemstats-0-3-5-improved-post-inspector-fixes-and-prep-for-0-14-0", - "post_id": 1182223, + "permlink": "anarchapulco-is-one-of-the-most-world-changing-conferences-ever", + "post_id": 1188966, "promoted": "0.000 HBD", "replies": [], "stats": { "flag_weight": 0.0, "gray": false, "hide": false, - "total_votes": 331 + "total_votes": 273 }, - "title": "steemstats 0.3.5 - improved post inspector, fixes and prep for 0.14.0", - "updated": "2016-09-09T09:03:12", - "url": "/steemstats/@jesta/steemstats-0-3-5-improved-post-inspector-fixes-and-prep-for-0-14-0" + "title": "Anarchapulco is One of the Most World Changing Conferences Ever", + "updated": "2016-09-09T22:15:03", + "url": "/anarchy/@sterlinluxan/anarchapulco-is-one-of-the-most-world-changing-conferences-ever" } ] diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted.pat.json index cc9b01dc..03c5ce69 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted.pat.json @@ -1,98 +1,14126 @@ [ { - "active_votes": [], - "author": "zein", + "active_votes": [ + { + "rshares": -28338941273774, + "voter": "dantheman" + }, + { + "rshares": -56560374008, + "voter": "fminerten1" + }, + { + "rshares": 515865522774, + "voter": "panadacoin" + }, + { + "rshares": 591238736691, + "voter": "barrie" + }, + { + "rshares": -31244889730986, + "voter": "smooth" + }, + { + "rshares": -25869425303440, + "voter": "berniesanders" + }, + { + "rshares": 56923627230317, + "voter": "ned" + }, + { + "rshares": -61162327823, + "voter": "highasfuck" + }, + { + "rshares": 5861402538757, + "voter": "riverhead" + }, + { + "rshares": 2012701974707, + "voter": "kushed" + }, + { + "rshares": 1105925638130, + "voter": "ihashfury" + }, + { + "rshares": 1595196737607, + "voter": "rossco99" + }, + { + "rshares": 986803208166, + "voter": "liondani" + }, + { + "rshares": 5034399699326, + "voter": "steemit200" + }, + { + "rshares": 3103422054, + "voter": "boy" + }, + { + "rshares": 3767892961, + "voter": "bue-witness" + }, + { + "rshares": 690943799, + "voter": "bunny" + }, + { + "rshares": 3573913851034, + "voter": "complexring" + }, + { + "rshares": 6282474172783, + "voter": "clayop" + }, + { + "rshares": 54717838235, + "voter": "bue" + }, + { + "rshares": 1662987228, + "voter": "mini" + }, + { + "rshares": 213785292, + "voter": "moon" + }, + { + "rshares": 209038160029, + "voter": "alex90342fastn1" + }, + { + "rshares": 7692488765, + "voter": "aizensou" + }, + { + "rshares": 3455872549975, + "voter": "au1nethyb1" + }, + { + "rshares": 6781848343, + "voter": "bentley" + }, + { + "rshares": 1387859952, + "voter": "mineralwasser" + }, + { + "rshares": 106098683047, + "voter": "bonapartist" + }, + { + "rshares": 855490468340, + "voter": "boombastic" + }, + { + "rshares": 115524100455, + "voter": "mrs.agsexplorer" + }, + { + "rshares": 8261386990, + "voter": "bingo-0" + }, + { + "rshares": 2104057003, + "voter": "bingo-1" + }, + { + "rshares": -5694232013608, + "voter": "smooth.witness" + }, + { + "rshares": 988597560715, + "voter": "benjojo" + }, + { + "rshares": 564763376378, + "voter": "boatymcboatface" + }, + { + "rshares": 168058097416, + "voter": "pairmike" + }, + { + "rshares": 61457593326, + "voter": "vip" + }, + { + "rshares": 29414306405, + "voter": "proctologic" + }, + { + "rshares": 624912728, + "voter": "healthcare" + }, + { + "rshares": 902943814, + "voter": "stoner19" + }, + { + "rshares": 971397151, + "voter": "daniel.pan" + }, + { + "rshares": 400674324536, + "voter": "woo7739" + }, + { + "rshares": 821205239311, + "voter": "steemrollin" + }, + { + "rshares": 16122243298, + "voter": "team" + }, + { + "rshares": 68140066479, + "voter": "chitty" + }, + { + "rshares": 335329901210, + "voter": "lighthil" + }, + { + "rshares": 288337653, + "voter": "helen.tan" + }, + { + "rshares": 84761882611, + "voter": "unosuke" + }, + { + "rshares": 221378412917, + "voter": "noaommerrr" + }, + { + "rshares": 156355134109, + "voter": "vitaly-lvov" + }, + { + "rshares": 125237012083, + "voter": "edgeland" + }, + { + "rshares": 384189354393, + "voter": "craig-grant" + }, + { + "rshares": 78953157492, + "voter": "easteagle13" + }, + { + "rshares": 24177692381, + "voter": "mod-tamichh" + }, + { + "rshares": 47071100260, + "voter": "cyan91" + }, + { + "rshares": 182161233136, + "voter": "samuel-stone" + }, + { + "rshares": 27507445535, + "voter": "full-measure" + }, + { + "rshares": 15043635029, + "voter": "jademont" + }, + { + "rshares": 1091318863571, + "voter": "gavvet" + }, + { + "rshares": 3913661416, + "voter": "hbhades" + }, + { + "rshares": 537679658162, + "voter": "eeks" + }, + { + "rshares": 477297643, + "voter": "paco-steem" + }, + { + "rshares": 19875326051, + "voter": "hipster" + }, + { + "rshares": 5373300397, + "voter": "spaninv" + }, + { + "rshares": 31632644129, + "voter": "james-show" + }, + { + "rshares": 2191644256, + "voter": "gekko" + }, + { + "rshares": 1709548184767, + "voter": "cryptoctopus" + }, + { + "rshares": 292403125620, + "voter": "pal" + }, + { + "rshares": 91790166084, + "voter": "william-noe" + }, + { + "rshares": 6782998784, + "voter": "acidyo" + }, + { + "rshares": 134023949190, + "voter": "steve-walschot" + }, + { + "rshares": 32871946754, + "voter": "dan-atstarlite" + }, + { + "rshares": 490595494, + "voter": "coar" + }, + { + "rshares": 67870898638, + "voter": "asch" + }, + { + "rshares": 286727574871, + "voter": "kevinwong" + }, + { + "rshares": 1425998946, + "voter": "murh" + }, + { + "rshares": 1703165248, + "voter": "brian-lukassen" + }, + { + "rshares": 7184649989, + "voter": "cryptofunk" + }, + { + "rshares": 584817224, + "voter": "kodi" + }, + { + "rshares": 79084857477, + "voter": "theshell" + }, + { + "rshares": 22641839395, + "voter": "thecryptofiend" + }, + { + "rshares": 51307800519, + "voter": "justtryme90" + }, + { + "rshares": 5388661415, + "voter": "zebbra2014" + }, + { + "rshares": 3915776982262, + "voter": "satoshifund" + }, + { + "rshares": 403407002721, + "voter": "taoteh1221" + }, + { + "rshares": 426836364, + "voter": "applecrisp" + }, + { + "rshares": 372600185, + "voter": "stiletto" + }, + { + "rshares": 147474797358, + "voter": "killerstorm" + }, + { + "rshares": 370486042445, + "voter": "hedge-x" + }, + { + "rshares": 6226063990, + "voter": "hisnameisolllie" + }, + { + "rshares": 4666893911, + "voter": "wingz" + }, + { + "rshares": 53642020280, + "voter": "juanmiguelsalas" + }, + { + "rshares": 112536244257, + "voter": "kenny-crane" + }, + { + "rshares": 18290477525, + "voter": "samether" + }, + { + "rshares": 20435826971, + "voter": "ratel" + }, + { + "rshares": 4477973596, + "voter": "dahaz159" + }, + { + "rshares": 13353893819, + "voter": "facer" + }, + { + "rshares": 19195451431, + "voter": "ziv" + }, + { + "rshares": -37886485933, + "voter": "cheftony" + }, + { + "rshares": 814177904, + "voter": "proglobyte" + }, + { + "rshares": 6651057809, + "voter": "grandpere" + }, + { + "rshares": 187723859372, + "voter": "mexbit" + }, + { + "rshares": 5901731263, + "voter": "mark-waser" + }, + { + "rshares": 13475779704, + "voter": "publicworker" + }, + { + "rshares": 106662592446, + "voter": "geoffrey" + }, + { + "rshares": 46106881411, + "voter": "honeythief" + }, + { + "rshares": 2879418324, + "voter": "mammasitta" + }, + { + "rshares": 22456450828, + "voter": "marco-delsalto" + }, + { + "rshares": 6740408834, + "voter": "tyler-fletcher" + }, + { + "rshares": 90461089451, + "voter": "mctiller" + }, + { + "rshares": 70695307715, + "voter": "freedomengineer" + }, + { + "rshares": 14764907307, + "voter": "magnebit" + }, + { + "rshares": 73424982025, + "voter": "razvanelulmarin" + }, + { + "rshares": 4332771254, + "voter": "treeshaface" + }, + { + "rshares": 17687843258, + "voter": "frankjones" + }, + { + "rshares": 18766219906, + "voter": "skapaneas" + }, + { + "rshares": 5157854283, + "voter": "micheletrainer" + }, + { + "rshares": 17552893571, + "voter": "grey580" + }, + { + "rshares": 283436852, + "voter": "ladyclair" + }, + { + "rshares": 288748933789, + "voter": "ericvancewalton" + }, + { + "rshares": 52215058764, + "voter": "booja" + }, + { + "rshares": 331004446932, + "voter": "roelandp" + }, + { + "rshares": 4775693686, + "voter": "dennygalindo" + }, + { + "rshares": 62198582831, + "voter": "lehard" + }, + { + "rshares": 249608253, + "voter": "ivp" + }, + { + "rshares": 86432384761, + "voter": "rubybian" + }, + { + "rshares": 3299480410, + "voter": "orly" + }, + { + "rshares": 254364900, + "voter": "mstang83" + }, + { + "rshares": 22617124650, + "voter": "katyakov" + }, + { + "rshares": 122156869592, + "voter": "robrigo" + }, + { + "rshares": 48022035978, + "voter": "menta" + }, + { + "rshares": 977288096, + "voter": "lontong" + }, + { + "rshares": 135562023252, + "voter": "chhayll" + }, + { + "rshares": 13300237653, + "voter": "r4fken" + }, + { + "rshares": 124913925653, + "voter": "derekareith" + }, + { + "rshares": 26683327851, + "voter": "picokernel" + }, + { + "rshares": 2707813985, + "voter": "wintrop" + }, + { + "rshares": 514388137239, + "voter": "neoxian" + }, + { + "rshares": 25581639649, + "voter": "strangerarray" + }, + { + "rshares": 1344524912605, + "voter": "renohq" + }, + { + "rshares": 155010079441, + "voter": "knircky" + }, + { + "rshares": 5523230874, + "voter": "on0tole" + }, + { + "rshares": 71594122778, + "voter": "sigmajin" + }, + { + "rshares": 16832656768, + "voter": "ausbitbank" + }, + { + "rshares": 42564757970, + "voter": "mrwang" + }, + { + "rshares": 1268462097, + "voter": "mixa" + }, + { + "rshares": 8279675078, + "voter": "autosmile13" + }, + { + "rshares": 40069670306, + "voter": "wesam" + }, + { + "rshares": 1632266140, + "voter": "steem1653" + }, + { + "rshares": 55667692, + "voter": "cynetyc" + }, + { + "rshares": 4524453413, + "voter": "gikitiki" + }, + { + "rshares": 4046708005, + "voter": "steemit-life" + }, + { + "rshares": 4687463894, + "voter": "thegoodguy" + }, + { + "rshares": 40136504296, + "voter": "biophil" + }, + { + "rshares": 3759809896, + "voter": "karen13" + }, + { + "rshares": 2630980347, + "voter": "jbouchard12" + }, + { + "rshares": 27635550326, + "voter": "dwinblood" + }, + { + "rshares": 24959867898, + "voter": "igster" + }, + { + "rshares": 10845979381, + "voter": "deviedev" + }, + { + "rshares": 228465690, + "voter": "zoicneo" + }, + { + "rshares": 296045327034, + "voter": "nabilov" + }, + { + "rshares": 79351054414, + "voter": "ntomaino" + }, + { + "rshares": 13957994657, + "voter": "meesterboom" + }, + { + "rshares": 12385010041, + "voter": "domavila" + }, + { + "rshares": 400742354, + "voter": "karenmckersie" + }, + { + "rshares": 484888225, + "voter": "luisucv34" + }, + { + "rshares": 5747716426, + "voter": "krystle" + }, + { + "rshares": 75001817111, + "voter": "inertia" + }, + { + "rshares": 44353154247, + "voter": "yongyoon" + }, + { + "rshares": 7146190847, + "voter": "lichtblick" + }, + { + "rshares": 9028095567, + "voter": "warrensteem" + }, + { + "rshares": 3710621464, + "voter": "maximkichev" + }, + { + "rshares": 5254853525, + "voter": "sbq777t" + }, + { + "rshares": 13560062590, + "voter": "nippel66" + }, + { + "rshares": 3175676972, + "voter": "imp3" + }, + { + "rshares": 2552560220, + "voter": "sgnsteems" + }, + { + "rshares": 189609178496, + "voter": "blueorgy" + }, + { + "rshares": 4380569189, + "voter": "wadepaterson" + }, + { + "rshares": 296100567501, + "voter": "calaber24p" + }, + { + "rshares": 20078314404, + "voter": "mustafaomar" + }, + { + "rshares": 7161559782, + "voter": "all-of-us" + }, + { + "rshares": 8247905495, + "voter": "magz8716" + }, + { + "rshares": 18706560189, + "voter": "bendjmiller222" + }, + { + "rshares": 4078813249, + "voter": "tarindel" + }, + { + "rshares": 13966407599, + "voter": "beowulfoflegend" + }, + { + "rshares": 23276095473, + "voter": "deanliu" + }, + { + "rshares": 5317355087, + "voter": "rainchen" + }, + { + "rshares": 9242725695, + "voter": "oumar" + }, + { + "rshares": 5575772867, + "voter": "sharker" + }, + { + "rshares": 182819821534, + "voter": "jl777" + }, + { + "rshares": 1103176661, + "voter": "oecp85" + }, + { + "rshares": 977888223951, + "voter": "james212" + }, + { + "rshares": 818040957, + "voter": "flyboyzombie" + }, + { + "rshares": 39295777834, + "voter": "zaebars" + }, + { + "rshares": 1428031362, + "voter": "alekst" + }, + { + "rshares": 1782690382, + "voter": "yarly" + }, + { + "rshares": 125979055, + "voter": "kottai" + }, + { + "rshares": 269576627, + "voter": "yarly2" + }, + { + "rshares": 269980297, + "voter": "yarly3" + }, + { + "rshares": 156093986, + "voter": "yarly4" + }, + { + "rshares": 156975275, + "voter": "yarly5" + }, + { + "rshares": 89476508, + "voter": "yarly7" + }, + { + "rshares": 56769328536, + "voter": "arcurus" + }, + { + "rshares": 115403915, + "voter": "charbelnamm" + }, + { + "rshares": 9802713874, + "voter": "alsprinting" + }, + { + "rshares": 4554249461, + "voter": "gustavopasquini" + }, + { + "rshares": 10450628476, + "voter": "moon32walker" + }, + { + "rshares": 25772328103, + "voter": "marius19" + }, + { + "rshares": 13637653306, + "voter": "lemooljiang" + }, + { + "rshares": 15826604583, + "voter": "winstonwolfe" + }, + { + "rshares": 455136533, + "voter": "kooshikoo" + }, + { + "rshares": 8541510354, + "voter": "fatboy" + }, + { + "rshares": 15580395475, + "voter": "proto" + }, + { + "rshares": 639099484, + "voter": "curator" + }, + { + "rshares": 2410557662, + "voter": "ace108" + }, + { + "rshares": 432302630, + "voter": "yarly10" + }, + { + "rshares": 1634018670, + "voter": "alex.chien" + }, + { + "rshares": 231618512, + "voter": "yarly11" + }, + { + "rshares": 13498521499, + "voter": "michaeldodridge" + }, + { + "rshares": 81028161, + "voter": "yarly12" + }, + { + "rshares": 1713978326, + "voter": "remlaps" + }, + { + "rshares": 165045645, + "voter": "beanz" + }, + { + "rshares": 273280899, + "voter": "clevecross" + }, + { + "rshares": 31769283842, + "voter": "smailer" + }, + { + "rshares": 149502446, + "voter": "steemster1" + }, + { + "rshares": 4564708091, + "voter": "sulev" + }, + { + "rshares": 2873988066, + "voter": "dmilash" + }, + { + "rshares": 3459421629, + "voter": "carlas10" + }, + { + "rshares": 1493719735, + "voter": "spinner" + }, + { + "rshares": 4189235490, + "voter": "glitterpig" + }, + { + "rshares": 7874311492, + "voter": "taker" + }, + { + "rshares": 689524426, + "voter": "pakisnxt" + }, + { + "rshares": 5394692942, + "voter": "theprophet0" + }, + { + "rshares": 4481547788, + "voter": "theprophet" + }, + { + "rshares": 61911147, + "voter": "sharon" + }, + { + "rshares": 7265644466, + "voter": "dumar022" + }, + { + "rshares": 61700262, + "voter": "lillianjones" + }, + { + "rshares": 46418159604, + "voter": "capitalism" + }, + { + "rshares": 588460890536, + "voter": "toxic" + }, + { + "rshares": 8609049381, + "voter": "darknet" + }, + { + "rshares": 14224054622, + "voter": "gmurph" + }, + { + "rshares": 655589667, + "voter": "xtester" + }, + { + "rshares": 2090553241, + "voter": "achim86" + }, + { + "rshares": 4256758523, + "voter": "ullikume" + }, + { + "rshares": 8452120116, + "voter": "kurtbeil" + }, + { + "rshares": 60138244071, + "voter": "poteshnik83" + }, + { + "rshares": 99476907271, + "voter": "thisisbenbrick" + }, + { + "rshares": 392193612, + "voter": "wiser" + }, + { + "rshares": 112411845286, + "voter": "terrycraft" + }, + { + "rshares": 1348324437, + "voter": "dolov" + }, + { + "rshares": 21004018124, + "voter": "jphamer1" + }, + { + "rshares": 11270713350, + "voter": "ekitcho" + }, + { + "rshares": 150794650, + "voter": "bigsambucca" + }, + { + "rshares": 83986507131, + "voter": "joele" + }, + { + "rshares": 5527031256, + "voter": "oflyhigh" + }, + { + "rshares": 57523014, + "voter": "nickche" + }, + { + "rshares": 2512217855, + "voter": "kainmarx" + }, + { + "rshares": 493960660, + "voter": "future24" + }, + { + "rshares": 63555792, + "voter": "msjennifer" + }, + { + "rshares": 58453204, + "voter": "ciao" + }, + { + "rshares": 3015124995, + "voter": "villainblack" + }, + { + "rshares": 3439786891, + "voter": "cmorton" + }, + { + "rshares": 219039434, + "voter": "xcepta" + }, + { + "rshares": 748990287, + "voter": "jrcornel" + }, + { + "rshares": 57914427, + "voter": "steemo" + }, + { + "rshares": 19865005311, + "voter": "hanshotfirst" + }, + { + "rshares": 56535984, + "voter": "steema" + }, + { + "rshares": 5769564425, + "voter": "highlite" + }, + { + "rshares": 73061236, + "voter": "evgenyche" + }, + { + "rshares": 65927774, + "voter": "bhavnapatel68" + }, + { + "rshares": 71228043, + "voter": "confucius" + }, + { + "rshares": 28924632850, + "voter": "mrosenquist" + }, + { + "rshares": 74898697, + "voter": "elenirossidou" + }, + { + "rshares": 58639072, + "voter": "jarvis" + }, + { + "rshares": 102741069, + "voter": "lisadang" + }, + { + "rshares": 78765183, + "voter": "razberrijam" + }, + { + "rshares": 10750764390, + "voter": "matrixdweller" + }, + { + "rshares": 56726999, + "voter": "fortuner" + }, + { + "rshares": 2816953736, + "voter": "virtualgrowth" + }, + { + "rshares": 1399636656, + "voter": "anotherjoe" + }, + { + "rshares": 59750246, + "voter": "saveliy" + }, + { + "rshares": 5927843564, + "voter": "solarguy" + }, + { + "rshares": 890579467, + "voter": "crazycow" + }, + { + "rshares": 3977281078, + "voter": "lamech-m" + }, + { + "rshares": 9470181501, + "voter": "mrgrey" + }, + { + "rshares": 382699085, + "voter": "crezyliza" + }, + { + "rshares": 12003456501, + "voter": "gvargas123" + }, + { + "rshares": 55399493, + "voter": "johnbyrd" + }, + { + "rshares": 56575537, + "voter": "thomasaustin" + }, + { + "rshares": 55394920, + "voter": "thermor" + }, + { + "rshares": 56570509, + "voter": "ficholl" + }, + { + "rshares": 55387660, + "voter": "widell" + }, + { + "rshares": 10109582992, + "voter": "elissahawke" + }, + { + "rshares": 88078809749, + "voter": "icfiedler" + }, + { + "rshares": 192287988, + "voter": "steevc" + }, + { + "rshares": 1592064374, + "voter": "movievertigo" + }, + { + "rshares": 54991366, + "voter": "revelbrooks" + }, + { + "rshares": 23660021285, + "voter": "andrewawerdna" + }, + { + "rshares": 5932358367, + "voter": "trev" + }, + { + "rshares": 48131519933, + "voter": "dragonanarchist" + }, + { + "rshares": 79979619, + "voter": "joelbow" + }, + { + "rshares": 4001380728, + "voter": "sethlinson" + }, + { + "rshares": 2391702679, + "voter": "hilarski" + }, + { + "rshares": 101945845, + "voter": "slorunner" + }, + { + "rshares": 1679360131, + "voter": "imag1ne" + }, + { + "rshares": 58631508, + "voter": "pacino" + }, + { + "rshares": 57412782, + "voter": "drsamkhan" + }, + { + "rshares": 54999739, + "voter": "curpose" + }, + { + "rshares": 103040256, + "voter": "adrevel" + }, + { + "rshares": 61202458, + "voter": "steembriefing" + }, + { + "rshares": 2894276750, + "voter": "fat-like-buddha" + }, + { + "rshares": 64070582, + "voter": "iosif" + }, + { + "rshares": 1559083086, + "voter": "ines-f" + }, + { + "rshares": 1893166639, + "voter": "cryptoeasy" + }, + { + "rshares": 9771811576, + "voter": "etcmike" + }, + { + "rshares": 4912386907, + "voter": "ats-david" + }, + { + "rshares": 947456313, + "voter": "runridefly" + }, + { + "rshares": 69985187, + "voter": "stephenkendal" + }, + { + "rshares": 80557869, + "voter": "jlufer" + }, + { + "rshares": 2475119042, + "voter": "contentjunkie" + }, + { + "rshares": 99564797338, + "voter": "shenanigator" + }, + { + "rshares": 7076299362, + "voter": "daveks" + }, + { + "rshares": 61715783, + "voter": "uziriel" + }, + { + "rshares": 3325599818, + "voter": "funkywanderer" + }, + { + "rshares": 11968284833, + "voter": "ryan-singer" + }, + { + "rshares": 53961187, + "voter": "troich" + }, + { + "rshares": 56665974, + "voter": "viktorriver" + }, + { + "rshares": 7018683565, + "voter": "mdoolsky" + }, + { + "rshares": 3103345545, + "voter": "xanoxt" + }, + { + "rshares": 1652709870, + "voter": "davidjkelley" + }, + { + "rshares": 6919572472, + "voter": "davidbrogan" + }, + { + "rshares": 53966805, + "voter": "crion" + }, + { + "rshares": 53622549, + "voter": "hitherise" + }, + { + "rshares": 54730557, + "voter": "wiss" + }, + { + "rshares": 12191050487, + "voter": "ghasemkiani" + }, + { + "rshares": 15497139800, + "voter": "digital-wisdom" + }, + { + "rshares": 3938044420, + "voter": "ethical-ai" + }, + { + "rshares": 54362089, + "voter": "stroully" + }, + { + "rshares": 2032879970, + "voter": "matthewtiii" + }, + { + "rshares": 5655677010, + "voter": "jwaser" + }, + { + "rshares": 54019345, + "voter": "thadm" + }, + { + "rshares": 54017499, + "voter": "prof" + }, + { + "rshares": 56837113, + "voter": "blogx" + }, + { + "rshares": 55043079, + "voter": "zettar" + }, + { + "rshares": 17788079417, + "voter": "hunterisgreat" + }, + { + "rshares": 1089484775, + "voter": "smisi" + }, + { + "rshares": 53640464, + "voter": "yorsens" + }, + { + "rshares": 85546636, + "voter": "the-ego-is-you" + }, + { + "rshares": 53331040, + "voter": "bane" + }, + { + "rshares": 537067064, + "voter": "winglessss" + }, + { + "rshares": 53324520, + "voter": "vive" + }, + { + "rshares": 53318865, + "voter": "coad" + }, + { + "rshares": 287913287, + "voter": "totosky" + }, + { + "rshares": 1697516350, + "voter": "baodog" + }, + { + "rshares": 2664939129, + "voter": "bwaser" + }, + { + "rshares": 52988378, + "voter": "sofa" + }, + { + "rshares": 732461217, + "voter": "ct-gurus" + }, + { + "rshares": 220578638, + "voter": "mamo" + }, + { + "rshares": 1706277109, + "voter": "ibringawareness" + }, + { + "rshares": 860146710, + "voter": "kingarbinv" + }, + { + "rshares": 53039974, + "voter": "ailo" + }, + { + "rshares": 4841952237, + "voter": "burnin" + }, + { + "rshares": 558512952, + "voter": "bitcoinparadise" + }, + { + "rshares": 206212756, + "voter": "ballinconscious" + }, + { + "rshares": 4652459969, + "voter": "gringalicious" + }, + { + "rshares": 2770826537, + "voter": "steempowerwhale" + }, + { + "rshares": 1336513482, + "voter": "rigaronib" + }, + { + "rshares": 390796425, + "voter": "echoesinthemind" + }, + { + "rshares": 357202147, + "voter": "soldier" + }, + { + "rshares": 55826263, + "voter": "nelyp" + }, + { + "rshares": 2339486479, + "voter": "ellepdub" + }, + { + "rshares": 50852949, + "voter": "gregorygarcia" + }, + { + "rshares": 9400577403, + "voter": "herpetologyguy" + }, + { + "rshares": 51470533, + "voter": "eavy" + }, + { + "rshares": 51468937, + "voter": "roto" + }, + { + "rshares": 70358845, + "voter": "ancientofdays" + }, + { + "rshares": 52648858, + "voter": "psyduck" + }, + { + "rshares": 330163263, + "voter": "robotev1" + }, + { + "rshares": 4796038584, + "voter": "morgan.waser" + }, + { + "rshares": 147415673, + "voter": "flowergirl" + }, + { + "rshares": 51141851, + "voter": "slow" + }, + { + "rshares": 101153586, + "voter": "anns" + }, + { + "rshares": 1693077690, + "voter": "nil1511" + }, + { + "rshares": 846735133, + "voter": "greenwayoflife" + }, + { + "rshares": 50798322, + "voter": "breeze" + }, + { + "rshares": 50796122, + "voter": "factom" + }, + { + "rshares": 50794039, + "voter": "autodesk" + }, + { + "rshares": 50708837, + "voter": "ardly" + }, + { + "rshares": 50704078, + "voter": "yotoh" + }, + { + "rshares": 50570250, + "voter": "ziggo" + }, + { + "rshares": 50482289, + "voter": "connection" + }, + { + "rshares": 50433760, + "voter": "morse" + }, + { + "rshares": 50317220, + "voter": "piphunters" + }, + { + "rshares": 1824788165, + "voter": "cwbrooch" + }, + { + "rshares": 1161216291, + "voter": "ayim" + }, + { + "rshares": 3675242983, + "voter": "strong-ai" + }, + { + "rshares": 346259703, + "voter": "julia26" + }, + { + "rshares": 488963228, + "voter": "grisha-danunaher" + }, + { + "rshares": 696884040, + "voter": "ziogio" + }, + { + "rshares": 77637243, + "voter": "igtes" + }, + { + "rshares": 80800689, + "voter": "timalex" + }, + { + "rshares": 79083956, + "voter": "silverbackjonz" + }, + { + "rshares": 23984282056, + "voter": "abdullar" + }, + { + "rshares": 1204472546, + "voter": "expedition" + }, + { + "rshares": 157643687, + "voter": "buffett" + }, + { + "rshares": 162128433, + "voter": "cebymaster" + }, + { + "rshares": 143818142, + "voter": "eunnykim" + }, + { + "rshares": 162785391, + "voter": "olga4ka" + }, + { + "rshares": 1065182434, + "voter": "rusteemitblog" + }, + { + "rshares": 161974443, + "voter": "zapply" + }, + { + "rshares": 158642800, + "voter": "ranger" + }, + { + "rshares": 282877474, + "voter": "witchcraftblog" + }, + { + "rshares": 975048251, + "voter": "nikomah" + }, + { + "rshares": 161212160, + "voter": "origin" + }, + { + "rshares": 161205518, + "voter": "acute" + }, + { + "rshares": 160973134, + "voter": "gravity" + }, + { + "rshares": 157801695, + "voter": "realtime" + }, + { + "rshares": 157654556, + "voter": "pawel-krawczyk" + }, + { + "rshares": 125721183, + "voter": "rubenkusters" + }, + { + "rshares": 160269480, + "voter": "adpipop" + }, + { + "rshares": 103667189, + "voter": "charli" + }, + { + "rshares": 147606365, + "voter": "laskovskiy" + }, + { + "rshares": 65836326, + "voter": "serikus" + }, + { + "rshares": 147145004, + "voter": "fer32p" + }, + { + "rshares": 159524423, + "voter": "radent" + }, + { + "rshares": 125821091, + "voter": "jasonxg" + } + ], + "author": "ned", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "https://www.biznessapps.com/blog/wp-content/uploads/2013/12/shutterstock_148639682.png\n\n# Over the last few weeks I've been thinking about ways we could increase the demand for Steem Power, the quality of curated content and the incentives to participate as a Steem curator.\n\nHere are a couple ideas I have been kicking around. They're not fully mature and could use a good rinsing by the community.\n\n## Allow Steem holders to delegate their Steem Power voting rights to a **voting pool**\n\nA delegated voting pool could socialize voting power and individualize rewards. One prime use for this could be the @steemit account. @steemit could create a voting pool and invite anyone with a verified identity and good reputation to join the pool as a curator. This could increase the number of unique curators, help bootstrap Steem as an identity database and give people even more incentives to sign up.\n\nTo show the numbers, an example would be Alice Bob and Charley each delegate their SP of 2, 3, and 7 to one voting pool. Now they each have 4, 4, and 4 SP to be used to curate. Better curation would earn them more curation rewards. \n\nA side effect of delegated voting pools could be voting markets. Any user would have the power to create a voting pool and these users could charge curators for participation. Some of the platform's whales could be interested in offering subscription models to minnows as a way to get more voting influence.\n\n## If powering down stake loses voting influence\n\nImagine that any stake being powered down would lose its rights to use voting influence. This could make the system very clear in the regard that stake is either in or it is out. Users could be able to choose any % of their stake to power down regardless of how many accounts they have and only the % stake that is powering down would lose voting influence. Stopping a power down could return all voting rights.\n\nPerhaps the effect of this could be 1/ more interest to stay in the platform and 2/ more fluidity in the witness queue 3/ more fairness regarding the PoS nature of Steem 4/ more clarity from participants looking to exit the system\n\n## Combined effect?\nPerhaps these proposals could have a combined effect that increases the demand and fluidity of Steem Power while improving the curated experience for people visiting Steem based websites.\n\n#### What are your thoughts and questions?", + "category": "steem", + "children": 315, + "created": "2016-09-07T15:44:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.biznessapps.com/blog/wp-content/uploads/2013/12/shutterstock_148639682.png" + ], + "tags": [ + "steem", + "ideas", + "curation", + "participation", + "fun" + ], + "users": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 21098346399884, + "payout": 47.466, + "payout_at": "2016-09-14T15:44:51", + "pending_payout_value": "47.466 HBD", + "percent_hbd": 10000, + "permlink": "increasing-curation-demand-for-steem-power-and-community-interaction", + "post_id": 1160043, + "promoted": "500.000 HBD", + "replies": [], + "stats": { + "flag_weight": 4.0, + "gray": false, + "hide": false, + "total_votes": 426 + }, + "title": "Increasing Curation, Demand for Steem Power and Community Interaction", + "updated": "2016-09-07T15:50:51", + "url": "/steem/@ned/increasing-curation-demand-for-steem-power-and-community-interaction" + }, + { + "active_votes": [ + { + "rshares": 2880158649350, + "voter": "badassmother" + }, + { + "rshares": 6687374255890, + "voter": "abit" + }, + { + "rshares": 200447957857, + "voter": "xeroc" + }, + { + "rshares": 210935138158, + "voter": "steem-id" + }, + { + "rshares": 34834219645, + "voter": "aizensou" + }, + { + "rshares": 4698991891366, + "voter": "au1nethyb1" + }, + { + "rshares": 26220797410, + "voter": "lee3" + }, + { + "rshares": 21778271226, + "voter": "lee5" + }, + { + "rshares": 77911793572, + "voter": "jchch" + }, + { + "rshares": 24461868889, + "voter": "yefet" + }, + { + "rshares": 78937661777, + "voter": "easteagle13" + }, + { + "rshares": 36121015938, + "voter": "shawn-brewer" + }, + { + "rshares": 3904360862, + "voter": "ppitonak" + }, + { + "rshares": 26249875274, + "voter": "instructor2121" + }, + { + "rshares": 248316250061, + "voter": "streemian" + }, + { + "rshares": 2099078596, + "voter": "gekko" + }, + { + "rshares": 337675588507, + "voter": "teamsteem" + }, + { + "rshares": 17248438039, + "voter": "elishagh1" + }, + { + "rshares": 18755603275, + "voter": "acidyo" + }, + { + "rshares": 165650897784, + "voter": "steve-walschot" + }, + { + "rshares": 25097559512, + "voter": "klye" + }, + { + "rshares": 76844247566, + "voter": "asch" + }, + { + "rshares": 1432241835, + "voter": "murh" + }, + { + "rshares": 410319999929, + "voter": "blakemiles84" + }, + { + "rshares": 37377306695, + "voter": "ranko-k" + }, + { + "rshares": 511460192391, + "voter": "cyber" + }, + { + "rshares": 10327600289, + "voter": "johnerfx" + }, + { + "rshares": 12946826891, + "voter": "samether" + }, + { + "rshares": 52936065000, + "voter": "thecryptodrive" + }, + { + "rshares": 73185813892, + "voter": "faddat" + }, + { + "rshares": 77537857911, + "voter": "tim-johnston" + }, + { + "rshares": 197195881315, + "voter": "alexc" + }, + { + "rshares": 2749451100, + "voter": "tee-em" + }, + { + "rshares": 138950405749, + "voter": "thedashguy" + }, + { + "rshares": 221091582746, + "voter": "kimziv" + }, + { + "rshares": 64268303501, + "voter": "razvanelulmarin" + }, + { + "rshares": 12851721450, + "voter": "primus" + }, + { + "rshares": 38550537913, + "voter": "clement" + }, + { + "rshares": 9611538383, + "voter": "acassity" + }, + { + "rshares": 58347816344, + "voter": "norbu" + }, + { + "rshares": 151155773, + "voter": "ales" + }, + { + "rshares": 51525374588, + "voter": "bacchist" + }, + { + "rshares": 7787278104, + "voter": "cannav" + }, + { + "rshares": 7679056409, + "voter": "dasha" + }, + { + "rshares": 198782719642, + "voter": "asmolokalo" + }, + { + "rshares": 42477391661, + "voter": "ezzy" + }, + { + "rshares": 60016404960, + "voter": "lehard" + }, + { + "rshares": 14939382244, + "voter": "konstantin" + }, + { + "rshares": 2764181865, + "voter": "soupernerd" + }, + { + "rshares": 34512234336, + "voter": "hitmeasap" + }, + { + "rshares": 10505948257, + "voter": "jako" + }, + { + "rshares": 14166466386, + "voter": "yogi.artist" + }, + { + "rshares": 6881801299, + "voter": "jholmes91" + }, + { + "rshares": 28518514026, + "voter": "furion" + }, + { + "rshares": 343839867, + "voter": "ch0c0latechip" + }, + { + "rshares": 318227536, + "voter": "doge4lyf" + }, + { + "rshares": 154307229509, + "voter": "knircky" + }, + { + "rshares": 13857572685, + "voter": "mrgreen" + }, + { + "rshares": 91679183298, + "voter": "sigmajin" + }, + { + "rshares": 11951646778, + "voter": "ausbitbank" + }, + { + "rshares": 248223472, + "voter": "ardina" + }, + { + "rshares": 738272708, + "voter": "dicov" + }, + { + "rshares": 975960321, + "voter": "steem1653" + }, + { + "rshares": 880403645, + "voter": "cherish" + }, + { + "rshares": 173814887348, + "voter": "repholder" + }, + { + "rshares": 4881725425, + "voter": "thegoodguy" + }, + { + "rshares": 35473257372, + "voter": "biophil" + }, + { + "rshares": 4407297625, + "voter": "karen13" + }, + { + "rshares": 361354120568, + "voter": "nabilov" + }, + { + "rshares": 12578911205, + "voter": "jaycobbell" + }, + { + "rshares": 4155445347, + "voter": "juvyjabian" + }, + { + "rshares": 42323621045, + "voter": "condra" + }, + { + "rshares": 2046548687, + "voter": "dmacshady" + }, + { + "rshares": 1282893744, + "voter": "vorsseli" + }, + { + "rshares": 51736048406, + "voter": "streetstyle" + }, + { + "rshares": 40699637402, + "voter": "milestone" + }, + { + "rshares": 21204167062, + "voter": "artific" + }, + { + "rshares": 20794627117, + "voter": "creemej" + }, + { + "rshares": 4373589253, + "voter": "r-niki09" + }, + { + "rshares": 1897082508, + "voter": "the-future" + }, + { + "rshares": 3782713987, + "voter": "adamt" + }, + { + "rshares": 12702349860, + "voter": "nippel66" + }, + { + "rshares": 19973266240, + "voter": "mustafaomar" + }, + { + "rshares": 73266692391, + "voter": "rea" + }, + { + "rshares": 203808871678, + "voter": "jl777" + }, + { + "rshares": 130741738, + "voter": "btc-dialog" + }, + { + "rshares": 28054457341, + "voter": "zaebars" + }, + { + "rshares": 7719299049, + "voter": "webdeals" + }, + { + "rshares": 18462677959, + "voter": "proto" + }, + { + "rshares": 618911664, + "voter": "curator" + }, + { + "rshares": 17164865565, + "voter": "pinkisland" + }, + { + "rshares": 2338655401, + "voter": "ace108" + }, + { + "rshares": 2230891004, + "voter": "royalmacro" + }, + { + "rshares": 9306232081, + "voter": "michaeldodridge" + }, + { + "rshares": 5112788044, + "voter": "logic" + }, + { + "rshares": 2083171497, + "voter": "tygergamer" + }, + { + "rshares": 2988238537, + "voter": "bkkshadow" + }, + { + "rshares": 4975171514, + "voter": "beanz" + }, + { + "rshares": 27754515242, + "voter": "jasonstaggers" + }, + { + "rshares": 2714089163, + "voter": "weenis" + }, + { + "rshares": 4074243459, + "voter": "jed78" + }, + { + "rshares": 124647783712, + "voter": "steemdrive" + }, + { + "rshares": 52649085689, + "voter": "gomeravibz" + }, + { + "rshares": 9229282677, + "voter": "taker" + }, + { + "rshares": 762973534, + "voter": "pakisnxt" + }, + { + "rshares": 6316770118, + "voter": "nekromarinist" + }, + { + "rshares": 1127651626964, + "voter": "laonie" + }, + { + "rshares": 16114519862, + "voter": "magicmonk" + }, + { + "rshares": 1589064570, + "voter": "laonie1" + }, + { + "rshares": 1590577254, + "voter": "laonie2" + }, + { + "rshares": 1591154960, + "voter": "laonie3" + }, + { + "rshares": 66201979, + "voter": "lilong" + }, + { + "rshares": 29198785189, + "voter": "myfirst" + }, + { + "rshares": 262739616418, + "voter": "somebody" + }, + { + "rshares": 1877080082, + "voter": "feelapi" + }, + { + "rshares": 4399726965, + "voter": "darknet" + }, + { + "rshares": 15388176810, + "voter": "timelapse" + }, + { + "rshares": 35537072494, + "voter": "timsaid" + }, + { + "rshares": 5846804532, + "voter": "minion" + }, + { + "rshares": 1590888018, + "voter": "laonie4" + }, + { + "rshares": 1590810612, + "voter": "laonie5" + }, + { + "rshares": 1590655993, + "voter": "laonie6" + }, + { + "rshares": 1590488698, + "voter": "laonie7" + }, + { + "rshares": 1590312457, + "voter": "laonie8" + }, + { + "rshares": 1590215340, + "voter": "laonie9" + }, + { + "rshares": 65973534, + "voter": "sky.max" + }, + { + "rshares": 3352971280, + "voter": "steemleak" + }, + { + "rshares": 2660556388, + "voter": "elfkitchen" + }, + { + "rshares": 167413728, + "voter": "fishingvideos" + }, + { + "rshares": 3936367661, + "voter": "oflyhigh" + }, + { + "rshares": 110699909, + "voter": "erikkartmen" + }, + { + "rshares": 4437884870, + "voter": "xiaokongcom" + }, + { + "rshares": 625756089, + "voter": "future24" + }, + { + "rshares": 1386125077, + "voter": "hms818" + }, + { + "rshares": 62207936, + "voter": "gregnie" + }, + { + "rshares": 36481801064, + "voter": "cryptos" + }, + { + "rshares": 9153157264, + "voter": "xianjun" + }, + { + "rshares": 1709263095, + "voter": "nonamer" + }, + { + "rshares": 81479984950, + "voter": "miacats" + }, + { + "rshares": 51186720, + "voter": "nano2nd" + }, + { + "rshares": 62726567, + "voter": "williamdevine" + }, + { + "rshares": 7173232709, + "voter": "theb0red1" + }, + { + "rshares": 11671890531, + "voter": "kyriacos" + }, + { + "rshares": 61414862, + "voter": "cryptoblu" + }, + { + "rshares": 61408183, + "voter": "instructor" + }, + { + "rshares": 101234990659, + "voter": "helikopterben" + }, + { + "rshares": 644629048075, + "voter": "dollarvigilante" + }, + { + "rshares": 10749879159, + "voter": "cryptomancer" + }, + { + "rshares": 4435768463, + "voter": "mada" + }, + { + "rshares": 2087199282, + "voter": "levycore" + }, + { + "rshares": 1589879876, + "voter": "laonie10" + }, + { + "rshares": 375942824, + "voter": "mig641" + }, + { + "rshares": 58573454, + "voter": "kamil5" + }, + { + "rshares": 88566696, + "voter": "artsteemit" + }, + { + "rshares": 67820611671, + "voter": "barrycooper" + }, + { + "rshares": 7130857719, + "voter": "generation.easy" + }, + { + "rshares": 13266479333, + "voter": "mandibil" + }, + { + "rshares": 11988797227, + "voter": "steemitpatina" + }, + { + "rshares": 3530818614, + "voter": "mattclarke" + }, + { + "rshares": 58124470, + "voter": "rickmiller" + }, + { + "rshares": 1566284561, + "voter": "laonie11" + }, + { + "rshares": 4058499790, + "voter": "jaytaylor" + }, + { + "rshares": 50765978, + "voter": "rusla" + }, + { + "rshares": 354598090, + "voter": "shieha" + }, + { + "rshares": 1648532870, + "voter": "smisi" + }, + { + "rshares": 176893913250, + "voter": "asksisk" + }, + { + "rshares": 4503913660, + "voter": "richardjuckes" + }, + { + "rshares": 287896907, + "voter": "totosky" + }, + { + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "rshares": 96766264, + "voter": "project11" + }, + { + "rshares": 94397808, + "voter": "alina1" + }, + { + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "rshares": 40194954027, + "voter": "cnfund" + }, + { + "rshares": 51449632, + "voter": "jenny-talls" + }, + { + "rshares": 237684324298, + "voter": "charlieshrem" + }, + { + "rshares": 3317000337, + "voter": "mariandavp" + }, + { + "rshares": 68637860285, + "voter": "tracemayer" + }, + { + "rshares": 20473094261, + "voter": "brains" + }, + { + "rshares": 1607854693, + "voter": "bitcoinparadise" + }, + { + "rshares": 5277939809, + "voter": "chick1" + }, + { + "rshares": 3169237670, + "voter": "gringalicious" + }, + { + "rshares": 50523318, + "voter": "aoki" + }, + { + "rshares": 50470409, + "voter": "typingagent" + }, + { + "rshares": 50468091, + "voter": "cwb" + }, + { + "rshares": 687487630, + "voter": "changkun" + }, + { + "rshares": 160840003, + "voter": "ola1" + }, + { + "rshares": 55976796, + "voter": "drac59" + }, + { + "rshares": 52767110, + "voter": "littlemorelove" + }, + { + "rshares": 59859092, + "voter": "fukako" + }, + { + "rshares": 51238118, + "voter": "teemsteem" + }, + { + "rshares": 50975390, + "voter": "steemprincess" + } + ], + "author": "laonie", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "

|

What Is The RobinHood Whale?

\r\n------------ | -------------\r\nhttps://img1.steemit.com/0x0/http://i.imgur.com/zk4a0fC.jpg | The @robinhoodwhale (RHW) is the community's solution to an essential problem that plagues Steemit: how to get noticed and upvoted before you have a big enough following. Right now, if you are not upvoted by a \"whale\" account, it is very difficult to get exposure and any substantial rewards, which leads to many great authors leaving Steemit. Robin Hood wants to be the \"whale\" that finds and helps a diverse set of talented, yet unrecognized authors. \r\nMore Info Here -> The RobinHood Whale Initiave | [Announcing RobinHoodWhale](https://steemit.com/robinhoodwhale/@robinhoodwhale/announcing-robinhoodwhale-the-steemit-deep-sea-savior)\n

Voting History (Real-Time Update)

\n
  • 01-09 What Do We Do When Life Gets in the Way of Our Dreams? by @leahlindeman in introduction
  • \n
  • 01-09 A Tale of a Couponer- The Beginning by @sgnsteems in savings
  • \n
  • 01-09 Abortion: Your body, your choice? Or is it the child's body that you are choosing for? by @heretickitten in politics
  • \n
  • 01-09 My Experience Partying with Tai Lopez (The \"Here In My Garage\" Guy) by @randomstories in story
  • \n
  • 01-09 The Power of Fear (An Original Poem) by @delphia16 in life
  • \n
  • 01-09 Toilet Fires, Marilyn Manson, and My Introduction to the Sweet, Sweet Taste of Satire by @lesliestarrohara in life
  • \n
  • 01-09 I have one word for you...\"Math Sucks!\" How I Convince My Students with Special Needs That Algebra is Important. by @hanshotfirst in mathematics
  • \n
  • 01-09 The Adam and Eve of Cryptography, Meet Alice and Bob! by @norbu in cryptography
  • \n
  • 01-09 The best exercise for longevity, great health and a great body by @chhayll in fitness
  • \n
  • 31-08 Hello Steemit! I interviewed CEO Ned Scott on \"Steemit.com - The Future of Social Media\" [Liberty Entrepreneurs Podcast] by @ashe-oro in introduceyourself
  • \n
  • 31-08 Taking the Mask off Steemit: Does Steemit Work for You or Do You Work for Steemit? by @strangerarray in writing
  • \n
  • 31-08 Hello Steemit! Welcome to my world\u2026 may the adventure begin! by @melisalerue in introduceyourself
  • \n
  • 31-08 The new normal by @mattclarke in steemit
  • \n
  • 31-08 A Totally Different Life in One Year by @sarahjordan in life
  • \n
  • 31-08 Why Children are Like Pit Bulls - Part 1 by @papa-pepper in family
  • \n
  • 31-08 This Year, a DJ's Saving My Life - Meet David Olam by @steemitpatina in music
  • \n
  • 31-08 Tips and Tricks to Winning at Blackjack - Lessons Learned by a Solo Card Counter by @contentjunkie in life
  • \n
  • 30-08 How English was Made: One Language\u2019s Long Journey from Humble to Honorificabilitudinitatibus by @mione in science
  • \n
  • 30-08 Most Voted Authors by Whales - This Week's Data (Aug. 22 - Aug. 29) by @cristi in programming
  • \n
  • 30-08 STEEM Analysis :: Ownership Distribution and the Whale Selling Pressure by @furion in steemstats
  • \n
  • 30-08 The Dark Side of the Blockchain - Chapter Eight - Ned by @gonzo in sciencefiction
  • \n
  • 30-08 Is It Better to Starve? by @emsenn in politics
  • \n
  • 30-08 Synereo Analysis - Let's do it right this time. by @creationlayer in real-talk
  • \n
  • 30-08 How I made Bank Selling My School's WiFi Password by @aaronburt in life
  • \n
  • 30-08 Child Abuse and my experiences dealing with it as a child. (The actions, effects and outcomes.) by @kainmarx in life
  • \n
  • 30-08 15-Year-Old Regret is Laid To Rest: A Poem by @tltran in poetry
  • \n
  • 30-08 Benetton: the creativity, the controversy and the reality that we try to avoid. by @diana.catherine in art
  • \n
  • 30-08 The Creation of The Book \"Beatrix Percival\" - Inspiration & Creative Process by @artist1989 in writing
  • \n
  • 30-08 Announcing RobinHoodWhale, the Steemit Deep Sea Savior by @robinhoodwhale in robinhoodwhale
  • \n
  • 28-08 Buying organic tobacco leaves as an agricultural commodity to make your own affordable, high-quality cigarettes: a guide in pictures by @mada in life
  • \n
  • 28-08 Quantum Computers: The Future of Computing by @sauravrungta in technology
  • \n
  • 28-08 Trusting the Hive Mind: Building My Own Voting Bot for Robinhoodwhale by @lukestokes in robinhoodwhale
  • \n
  • 28-08 Wicker heart with roses made from paper and ribbon! Beautiful present from my wife to hers grandmother on 70th birthday! by @lukmarcus in art
  • \n
  • 28-08 Color for the color blind - The science behind the EnChroma glasses by @owdy in science
  • \n
  • 28-08 Graphic Design and Social Media Pro from Panama by @anahilarski in introduceyourself
  • \n
  • 28-08 Yes, you are right to fear and hate Islam. There are 1.7 billion potential criminals out there. by @sitaru in life
  • \n
  • 28-08 Time Lapse Daisy Painting, Start to finish in 4 minutes by @kiddarko in art
  • \n
  • 28-08 Experimental Learning - Space Education; By Dr. Dorit Israeli by @dorit-israeli in education
  • \n
  • 28-08 Thoughts on Steemit power distribution and SteemPower. An anthropology based approach! by @webosfritos in steemit
  • \n
  • 28-08 Sometimes We Just Need To Rage Against The Machine by @naquoya in anarchism
  • \n
  • 28-08 Modern Day Edgar Cayce/Nostradamus by @kazumba in science
  • \n
  • 28-08 On International Dog Day - Be More Dog by @jaytaylor in photography
  • \n
  • 27-08 A Rant about a Germ Obsessed Parent and Outdoor Play by @kateblack in life
  • \n
  • 27-08 The Economics of Ponyville by @josephknowles in money
  • \n
  • 27-08 Join a Niche Online Community - Here's 10 Reasons Why by @tonypeacock in groups
  • \n
  • 27-08 [Alpha] Squeek.io - Twitter alternative for the steem blockchain by @picokernel in steem
  • \n
  • 27-08 Hi, I Am RobinHoodWhale And Here is My Story From The Blockchain Folklore by @robinhoodwhale in introduceyourself
  • \n
  • 28-08 Rewarding Broken English: Has Steemit become a platform for practicing English as a foreign language? by @invisiblegorilla in steemit
  • \n
  • 27-08 GHOSTS OF CROATIA - PART II: Abandoned Underground Airport by @vermillion666 in underground
  • \n
  • 27-08 MEDITATION: The Art and Benefits of Freeing Your Mind by @kain-jc in life
  • \n
  • 27-08 Rachmaninoff \u2013 BIG HANDS. Me - small hands by @cherish in music
  • \n
  • 27-08 My Trip to Amsterdam, a Dream City with No Boundaries. Including a Sensation White Party. by @blinova in travel
  • \n
  • 26-08 Four Generations of Silence--How I Solved a Long-Standing Family Mystery with DNA by @stephmckenzie in science
  • \n
  • 26-08 Journey to Samos (Greece), the island where IS refugees don't go anymore - by chrisadventures by @chrisadventures in life
  • \n
  • 26-08 Impressing People By Living On Credit by @doitvoluntarily in blog
  • \n
  • 26-08 Apparently That Deserves A Round Of Applause by @arrowj in blog
  • \n
  • 27-08 How to Forex - A Beginners Guide to Forex Trading - Part 3: Forex Trading Strategies by @senseiteekay in forex
  • \n
  • 26-08 Changing the Way the World Views Breasts - My Intro by @marissah in introduceyourself
  • \n
  • 27-08 My Life Ended When I Was 25 Years Old \u2013 Part 1 by @menta in life
  • \n
  • 26-08 Is Ginger The New Black? Lavender Beard Adventure \u2014 collaboration with @wingz by @justyna in photography
  • \n
  • 25-08 Why Invest in Fusion Energy by @elemenya in science
  • \n
  • 25-08 Law, memes and mental illness: Towards a New Psychiatry by @johan-nygren in anarchy
  • \n
  • 25-08 Robots are sexy! Let me introduce myself. by @krishnasuperstar in introduceyourself
  • \n
  • 25-08 How Colour Can Change the Feel of a Photograph by @thecryptofiend in photography
  • \n
  • 25-08 How to build self confidence and learn to be successful by @quickfingersluc in life
  • \n
  • 25-08 Unpublished Doris Mayday fashion editorial! STEEMIT EXCLUSIVE! by @kommienezuspadt in photography
  • \n
  • 25-08 The Power to Create Good by @krnel in philosophy
  • \n
  • 25-08 War Against Drugs, The Intensive Campaign of the Newly Elected President of the Republic of Philippines by @juvyjabian in politics
  • \n
  • 24-08 Mistakes, Discipleship and The School Of Life. [Response to @onetree's post] by @omfedor in life
  • \n
  • 24-08 Are We Using Our Free Time to Shorten Our Lives? by @pulpably in technology
  • \n
  • 25-08 Steemdrive: First Steemit Billboard to hit USA in Chicago, Illinois - Vote for the \u201cAmerican Dream\"! by @steemdrive in steemit
  • \n
  • 24-08 Military Aircraft [original photography] - Part II - Up Close and Personal at MacDill USAFB by @jessica-miller in photography
  • \n
  • 25-08 [STEEMLOCATOR.COM] Locate Businesses accepting Steem all over the World! My contribution to this community. by @oumar in steem
  • \n
  • 24-08 My five absolute favorite alcoholic beverages. by @lauralemons in recipe
  • \n
  • 24-08 Steem API Explorer by @lantto in steem
  • \n
  • 24-08 Open plan offices are a nightmare by @bitcalm in business
  • \n
  • 24-08 Parts of Me: How I learned to become a parent at 12 years old (Part 2) The sheltered life. by @kryptik in life
  • \n
  • 24-08 Here are some frequently asked questions about topsoil in gardens. by @veronikapmy1989 in gardening
  • \n
  • 24-08 A Dear Wang Letter - how I miss you and Steemit by @deanliu in fun
  • \n
  • 24-08 Hunting today, with phone camera [10 photos include] by @trisnawati in photography
  • \n
  • 23-08 Virtual Travelling or Five interesting Places that Can Be Visited with Google Street View by @phenom in travel
  • \n
  • 23-08 Innate sense of rebellion. Attacking perceived wrongness. First step towards Anarchism. by @dwinblood in story
  • \n
  • 24-08 Stranded In The Alps, An Earthly Offering & The Magic Of The Ganesh Mantra by @yogi.artist in yoga
  • \n
  • 23-08 How to Write a Ruby on Rails App for STEEM by @inertia in radiator
  • \n
  • 24-08 Taking Steemit to the end of the Land: Land\u2019s End, Cornwall, England [part 1] by @webdeals in photography
  • \n
  • 23-08 Steemit will change the world ? by @marrywiger in life
  • \n
  • 23-08 Steemit is on fire and I am celebrating... In three dimensions! by @thebatchman in steemit
  • \n
  • 24-08 Why the Federal Reserve Can NEVER Raise Interest Rates by @jasonstaggers in economics
  • \n
  • 23-08 My Photography Countryside Travelling / \u604b\u4e0a\u90a3\u67ff\u5b50\uff0c\u60f3\u5403\u4f60\u5f97\u6709\u53e3\u597d\u7259 by @myfirst in travel
  • \n
  • 23-08 LOST IN TIME ( An Original Poem - Vol.1) by @masonmiler in writing
  • \n
  • 23-08 The SteemCleaners Guide for Dealing with Abuse on Steemit by @steemcleaners in steemcleaners
  • \n
  • 23-08 Announcing SteemCleaners, the Steemit Abuse Fighting Team! by @steemcleaners in steemcleaners
  • \n
  • 23-08 BEACH Scenes Malaysia - Port Dickson Beach by @lat-nayar in photography
  • \n
  • 23-08 Perpetual Motion Machines and Crypto-Bootstrapping: How I Commissioned My Own Portrait with Steem Dollars by @kafkanarchy84 in steem
  • \n
  • 22-08 Why Do You Use Photoshop?! Why I Photoshop My Images. by @nicoledphoto in photography
  • \n
  • 22-08 UFC 202: McGregor vs Diaz Prefight History and Postfight Analysis by @daut44 in ufc
  • \n
  • 22-08 How I bankrupt my first startup by not understanding the definition of MVP - Minimum Viable Product, and how I will avoid it next time :) by @noisy in programming
  • \n
  • 22-08 Hey I\u2019m Danny! Join me on my wildlife adventures through Africa! by @dannystravels in introduceyourself
  • \n
  • 22-08 #1 Abu Dhabi - The Arrival by @chris.roy in photography
  • \n
  • 22-08 Channel Island Occupation: Atlantic Seawall Bunkers - Germany's Concrete Battleships by @thenakedgod in travel
  • \n
  • 22-08 The Dirty Little Secret Some Copywriters Just Don\u2019t Want You To Know. by @kreativ in marketing
  • \n
  • 22-08 Existentialism and Nihilism - Why I, myself, am an existentialist. by @infinitor in philosophy
  • \n
  • 22-08 The Myth of Selfishness by @kyriacos in philosophy
  • \n
  • 22-08 Schr\u00f6dinger's Cat Paradox: Both Rich and Poor - Recovering After a Series of Knockdowns by @steemingnow in money
  • \n
  • 22-08 Wait, is that a BLUE BEE! Steemit Colours! by @mweich in photography
  • \n
  • 22-08 Bot-baiting, a basic analysis. - Is there such thing as a bot threat? by @renzoarg in steemit
  • \n
  • 22-08 Why do women gain more weight than men? by @tanata in health
  • \n
  • 21-08 Bitshares Trading Diary, Day 7: Attack Of The Short Sellers by @nxtblg in bitshares
  • \n
  • 21-08 The Popular Depression: Chapter 1 by @wadepaterson in writing
  • \n
  • 21-08 From Montana to Guatemala in 2 weeks, 3500 miles with no car & $200 to start! Hitch-hiking, border patrol, Hare Krishnas, by @kennyskitchen in travel
  • \n
  • 21-08 3D Printing: What Types of 3D Printer Filament Are Available by @cryptos in printing3d
  • \n
  • 21-08 The Story Of Troye - A Young Entrepreneur Is Born by @steemitwithstu in story
  • \n
  • 21-08 Death Penalty is Needed in all Societies - Even in an Anarchism Society - Here is why ... by @fat-like-buddha in news
  • \n
  • 20-08 The monkey mind and the inner-child. How I get back on track. by @newandold in life
  • \n
  • 20-08 Sony 90mm Macro vs Lensbong Setup by @timelapse in photography
  • \n
  • 20-08 The Old Dog Investigates: Roads, is There a Better Way? by @kus-knee in life
  • \n
  • 20-08 Locally Grown Food and You: Farmer's Markets! Some Info For Healthy Food by @jed78 in food
  • \n
  • 20-08 Things Make Sense in Retrospect - The Hindsight Bias by @cristi in psychology
  • \n
  • 20-08 What they DID tell you about chemtrails. But you weren't listening! [3 minutes read] by @freiheit in life
  • \n", + "category": "robinhoodwhale", + "children": 20, + "created": "2016-09-01T08:54:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "tags": [ + "robinhoodwhale", + "life", + "writing", + "story", + "cn" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23131290433028, + "payout": 62.612, + "payout_at": "2016-09-08T08:54:45", + "pending_payout_value": "62.612 HBD", + "percent_hbd": 10000, + "permlink": "robinhoodwhale-01-09-2016", + "post_id": 1081967, + "promoted": "271.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 191 + }, + "title": "Real-Time Update of RobinHood Whale Project \u7f57\u5bbe\u9cb8\u706b\u8d34\u5b9e\u65f6\u66f4\u65b0 01-09", + "updated": "2016-09-01T22:36:39", + "url": "/robinhoodwhale/@laonie/robinhoodwhale-01-09-2016" + }, + { + "active_votes": [ + { + "rshares": 10680230250228, + "voter": "jamesc" + }, + { + "rshares": 6757100093988, + "voter": "xeldal" + }, + { + "rshares": 1118902601491, + "voter": "samupaha" + }, + { + "rshares": 5925537844699, + "voter": "enki" + }, + { + "rshares": 3828633672665, + "voter": "silversteem" + }, + { + "rshares": 3099954800, + "voter": "boy" + }, + { + "rshares": 210935138158, + "voter": "steem-id" + }, + { + "rshares": 3763461212, + "voter": "bue-witness" + }, + { + "rshares": 690406462, + "voter": "bunny" + }, + { + "rshares": 54134101721, + "voter": "bue" + }, + { + "rshares": 1661302953, + "voter": "mini" + }, + { + "rshares": 213684579, + "voter": "moon" + }, + { + "rshares": 10777629083, + "voter": "proctologic" + }, + { + "rshares": 622843501, + "voter": "healthcare" + }, + { + "rshares": 967387415, + "voter": "daniel.pan" + }, + { + "rshares": 21550256405, + "voter": "hcf27" + }, + { + "rshares": 392405354610, + "voter": "woo7739" + }, + { + "rshares": 279111662172, + "voter": "chitty" + }, + { + "rshares": 196163592993, + "voter": "gardenlady" + }, + { + "rshares": 288174518, + "voter": "helen.tan" + }, + { + "rshares": 74205930982, + "voter": "easteagle13" + }, + { + "rshares": 2859098472, + "voter": "carlos-cabeza" + }, + { + "rshares": 5349082417, + "voter": "spaninv" + }, + { + "rshares": 59226109387, + "voter": "avarice" + }, + { + "rshares": 1154102439, + "voter": "coar" + }, + { + "rshares": 1432421152, + "voter": "murh" + }, + { + "rshares": 1506024470, + "voter": "edtorrez" + }, + { + "rshares": 370098823461, + "voter": "blakemiles84" + }, + { + "rshares": 917932650, + "voter": "leprechaun" + }, + { + "rshares": 516144252764, + "voter": "cyber" + }, + { + "rshares": 1350589595, + "voter": "fjccoin" + }, + { + "rshares": 7658293419, + "voter": "kennyskitchen" + }, + { + "rshares": 314968895861, + "voter": "kaylinart" + }, + { + "rshares": 22791323090, + "voter": "ossama-benjohn" + }, + { + "rshares": 2596798738, + "voter": "tee-em" + }, + { + "rshares": 1490143673659, + "voter": "sean-king" + }, + { + "rshares": 687044369011, + "voter": "publicworker" + }, + { + "rshares": 2277766230, + "voter": "danilo-cuellar" + }, + { + "rshares": 265741725388, + "voter": "lukestokes" + }, + { + "rshares": 392842631094, + "voter": "fyrstikken" + }, + { + "rshares": 41240110326, + "voter": "clement" + }, + { + "rshares": 8970769157, + "voter": "acassity" + }, + { + "rshares": 3125302080, + "voter": "sunshinecrypto" + }, + { + "rshares": 55677464852, + "voter": "booja" + }, + { + "rshares": 282967064, + "voter": "sonyanka" + }, + { + "rshares": 54720712494, + "voter": "sonzweil" + }, + { + "rshares": 10312089759, + "voter": "r4fken" + }, + { + "rshares": 457654847, + "voter": "steemswede" + }, + { + "rshares": 75271969902, + "voter": "derekareith" + }, + { + "rshares": 12378378533, + "voter": "ausbitbank" + }, + { + "rshares": 4569401045, + "voter": "thegoodguy" + }, + { + "rshares": 36245526538, + "voter": "biophil" + }, + { + "rshares": 3967602880, + "voter": "karen13" + }, + { + "rshares": 15604637635, + "voter": "dwinblood" + }, + { + "rshares": 1282893744, + "voter": "vorsseli" + }, + { + "rshares": 317446577, + "voter": "luisucv34" + }, + { + "rshares": 17676726210, + "voter": "creemej" + }, + { + "rshares": 79327997987, + "voter": "me-tarzan" + }, + { + "rshares": 37118933112, + "voter": "mynameisbrian" + }, + { + "rshares": 11621730593, + "voter": "benjiberigan" + }, + { + "rshares": 19174335590, + "voter": "mustafaomar" + }, + { + "rshares": 17229683384, + "voter": "deanliu" + }, + { + "rshares": 1449783634, + "voter": "cryptocurrency1" + }, + { + "rshares": 182392593276, + "voter": "jl777" + }, + { + "rshares": 3475085906, + "voter": "jedau" + }, + { + "rshares": 7258620066, + "voter": "fishborne" + }, + { + "rshares": 780032261, + "voter": "mohammed123" + }, + { + "rshares": 38490866307, + "voter": "claudiop63" + }, + { + "rshares": 15696374746, + "voter": "proto" + }, + { + "rshares": 722574736, + "voter": "steemuwe" + }, + { + "rshares": 96847284284, + "voter": "sterlinluxan" + }, + { + "rshares": 1955550774, + "voter": "andreynoch" + }, + { + "rshares": 26465755082, + "voter": "williambanks" + }, + { + "rshares": 31250845331, + "voter": "jasonstaggers" + }, + { + "rshares": 8308751917, + "voter": "taker" + }, + { + "rshares": 18077487422, + "voter": "laoyao" + }, + { + "rshares": 1312318561, + "voter": "andrew0" + }, + { + "rshares": 3138994752, + "voter": "steemleak" + }, + { + "rshares": 133044304, + "voter": "luke490" + }, + { + "rshares": 3155521800, + "voter": "oflyhigh" + }, + { + "rshares": 2330702675, + "voter": "pgarcgo" + }, + { + "rshares": 687222192, + "voter": "future24" + }, + { + "rshares": 1367410476, + "voter": "nonamer" + }, + { + "rshares": 982813675, + "voter": "bledarus" + }, + { + "rshares": 932742778, + "voter": "chinadaily" + }, + { + "rshares": 54210250128, + "voter": "anotherjoe" + }, + { + "rshares": 16517911072, + "voter": "kafkanarchy84" + }, + { + "rshares": 3442234051, + "voter": "steveo" + }, + { + "rshares": 10969248240, + "voter": "cryptomancer" + }, + { + "rshares": 2119284500, + "voter": "movievertigo" + }, + { + "rshares": 21912805745, + "voter": "andrewawerdna" + }, + { + "rshares": 39122672915, + "voter": "emancipatedhuman" + }, + { + "rshares": 10587465402, + "voter": "craigwilliamz" + }, + { + "rshares": 6511663813, + "voter": "onetree" + }, + { + "rshares": 12934893314, + "voter": "mandibil" + }, + { + "rshares": 57027057, + "voter": "hosscomp" + }, + { + "rshares": 57022706, + "voter": "cloud1" + }, + { + "rshares": 5899789038, + "voter": "lesliestarrohara" + }, + { + "rshares": 316012583, + "voter": "codymac40" + }, + { + "rshares": 3648819614, + "voter": "ats-david" + }, + { + "rshares": 3893409579, + "voter": "loganarchy" + }, + { + "rshares": 57896578, + "voter": "eliseojacobo" + }, + { + "rshares": 57588741, + "voter": "joybran" + }, + { + "rshares": 362203207, + "voter": "profanarky" + }, + { + "rshares": 1659124232, + "voter": "houseofhayden" + }, + { + "rshares": 2582438657, + "voter": "doitvoluntarily" + }, + { + "rshares": 282251870, + "voter": "totosky" + }, + { + "rshares": 217739533, + "voter": "pjo" + }, + { + "rshares": 103730281, + "voter": "alina1" + }, + { + "rshares": 50603364, + "voter": "rocknrolldm" + }, + { + "rshares": 54376435, + "voter": "waterfirepaper" + }, + { + "rshares": 367433800, + "voter": "littlescribe" + }, + { + "rshares": 2283906005, + "voter": "jillwirt" + }, + { + "rshares": 60123439, + "voter": "freedomizer" + }, + { + "rshares": 74117002, + "voter": "projecthor" + }, + { + "rshares": 511475810, + "voter": "boxcarblue" + }, + { + "rshares": 55357981, + "voter": "nelyp" + }, + { + "rshares": 96292269, + "voter": "ola1" + }, + { + "rshares": 52610096, + "voter": "lennex" + }, + { + "rshares": 55976796, + "voter": "drac59" + }, + { + "rshares": 56130433, + "voter": "jessica.tan" + }, + { + "rshares": 83347013, + "voter": "flourishing" + }, + { + "rshares": 227374514, + "voter": "terrano" + }, + { + "rshares": 714843637, + "voter": "earthtodr01d" + }, + { + "rshares": 51409471, + "voter": "drherhel" + }, + { + "rshares": 50290667, + "voter": "elena-guseva" + }, + { + "rshares": 82372906, + "voter": "doctorkot873" + }, + { + "rshares": 80735872, + "voter": "dumpz" + }, + { + "rshares": 164330251, + "voter": "rogelio11" + } + ], + "author": "kafkanarchy84", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "# Happy September. #\nimage
    \n\n**I know others on this website have said this, so I'm not the first, but yeah, I quit my job to write for Steemit.** \n\nActually, though, that's not entirely true. It's kind of true. I quit my job because something shifted inside of me. When the job was gone, Steemit, on the selfsame day, rose up into my focus immediately to fill the void like it was just waiting for me to finally get real. To do this stuff I've always been wanting to do. And always *have been doing* at the expense of sleep, money, time, etc. I was now beginning to get *paid for it.* What the!?!\n\n**The first half of August was bliss.** After some initial discouragement, I found some good verbs in the mouth of one Sterlin Luxan, and was inspired to actually dig down inside of myself and make a more [honest post.](https://steemit.com/steemit/@kafkanarchy84/why-i-have-quit-five-jobs-in-the-past-six-years-a-steemit-confessional) I finally made twenty bucks on the site. From there I thought, hell, I'll just do this full time. I began to make significant sums of cash for an honest day's worth of work writing, and felt that with my side job, as long as I hammered down, I would be able to cover my family's usual expenses by the time September rolled around.\n\n\nhttps://s22.postimg.org/wk9d1kjsx/image.jpg\n*Spending time with my son has been one of the biggest bonuses of leaving my 9-5.*\n# **Well. August 31st. Paying all my bills with SBDs? No such luck, my friend.** # \n\nBut I will tell you one thing. I never dreamed I could pull down 2Gs cold, hard cash through writing in less than a month, even if one half of it is still vested in Steem Power (I am happy about this). I was sick to my stomach, though. I have a wife and a child. Playing games at this point was not an option. Still....I had heard something that was very lovely and very clear.\n\nIt was a kind of feeling I have never had before, but which was also at once very perfectly familiar. As my kid is playing on the Octopus slide behind me, and I am staring out at the sea, it hits me: ***It's over. You will never teach kids again.***\n\nimage
    \n\n**Weird. It's like my wish, but this time I am not even wishing for it. It comes to me. I just know that that chapter of my life is completed. That was the day after I quit my job.**\n\n**Fast forward to the end of the month.** I haven't made enough money like I had hoped....I pray to someone or something over my Matsuya beef bowl in the sketchy back alley district of the burlesque dancers: *what should I do?* I was really, really feeling low and full of doubts and self-accusations.\n\nImmediately that silly voice came back again: \n # *(Keep doing what you're doing)* #\n\nI haven't been eating this month. Haven't been sleeping. Have had headaches. Upset stomach. Welcome to fear. Welcome to the real shit. You were so cocky! Are you lazy!? You didn't like your job but so what!? You've got a family!!! Son comes home from daycare. *DAAAAADDDYYYYYY!!!!!!! Let's play!!!!!*\n\nPull yourself together.\nDon't show your frayed nerves.\n\n**My wife is equally worried.**\nShe needs security. She wants to get into massage. Vocal training school. So many dreams. Here I am sitting around the house in my underwear when all I really want to do is hand her a big fat envelope full of money.\n\nhttps://s17.postimg.org/56h7g4qxb/image.jpg\n\n**I've never been lazy. I will work my ass off when I care, and when I need to.** Fuck sleep. Fuck food. Fuck everything but the goal. \n\n# I just can't seem to give a damn about most shit that everybody else says is important. #\nWell, a lot of shit, at least. Still. Mouths to feed, my friend. But that \"voice,\" didn't it mean something? And despite the nerves, hasn't this been one of the happiest, most productive months of my life? Yes. Yes, and yes. Besides, the other job was no good. Bad, unsustainable situation. You know that, Graham.\n\nhttps://s15.postimg.org/i7lfk6hzv/image.jpg\n*My buddy Kevin shows up to the Local.*\n\n**Back to now, August, 31st, 2016. Evening. I went to my friend Craig's bar tonight.** At the depth of my despair, on the bus ride over, I received a mail from my other friend, Aidan. There might be some part time work at his school. Mail sounds promising. \n\nAfter a couple beers at Craig's place it is settled I will work Saturdays mixing booze and playing guitar. I am starting to feel good again. It is starting to seem possible that I can build my own, full-time, part-time \"Steem-lance\" schedule. [Fake priest weddings](https://steemit.com/religion/@kafkanarchy84/my-life-as-a-fake-priest-true-believer), English classes, serving beer and singing....and....\n\n# STEEEEEEEEEEEEMMMMMM!!!!!!! #\n\nAnd you know what? \n\nI am going to document it every step of the way. This is the first episode. Hope to see you next time, from my first day on the job as a bartender. \n\nhttps://youtu.be/jasziAzaiZ4\n\n
    image
    \n\nhttps://s17.postimg.org/yb9pkx39b/image.jpg\n*Basically how I feel now that I have discovered Steemit.com*\n\nPeace, Love, and Anarchy,\n\n~KafkA\n\nP.S. Another thing I have never been good at is keeping a consistent diary. I'm too private, and can't be bothered, even for myself. Should \"My Steemit Life\" transform into an existentialist thought stream ramble resembling a blog-turned-extended-acid trip, please forgive me. Maybe I will commit to 5 episodes. That sounds like a good number to me. Deal?\n\n***\n*Graham Smith is a Voluntaryist activist residing in Niigata, Japan.*", + "category": "steemit", + "children": 23, + "created": "2016-09-01T18:17:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s15.postimg.org/3jx6kricr/image.jpg", + "https://s22.postimg.org/wk9d1kjsx/image.jpg", + "https://s16.postimg.org/dfztt1z1h/image.jpg", + "https://s17.postimg.org/56h7g4qxb/image.jpg", + "https://s15.postimg.org/i7lfk6hzv/image.jpg", + "https://img.youtube.com/vi/jasziAzaiZ4/0.jpg", + "https://s18.postimg.org/aj2lnfwqh/image.jpg", + "https://s17.postimg.org/yb9pkx39b/image.jpg" + ], + "links": [ + "https://postimg.org/image/3wokqy0mf/", + "https://postimage.org/", + "https://steemit.com/steemit/@kafkanarchy84/why-i-have-quit-five-jobs-in-the-past-six-years-a-steemit-confessional", + "https://postimg.org/image/4xqdopsip/", + "https://steemit.com/religion/@kafkanarchy84/my-life-as-a-fake-priest-true-believer", + "https://youtu.be/jasziAzaiZ4", + "https://postimg.org/image/rjlhw49rp/" + ], + "tags": [ + "steemit", + "blog", + "life", + "money", + "writing" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 34863582559813, + "payout": 141.758, + "payout_at": "2016-09-08T18:17:12", + "pending_payout_value": "141.758 HBD", + "percent_hbd": 10000, + "permlink": "my-new-steemit-life-ep-1-write-write-write-and-fill-me-up-barkeep", + "post_id": 1088170, + "promoted": "250.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 129 + }, + "title": "My New Steemit Life, ep. 1. Write, write, write and fill me up, barkeep", + "updated": "2016-09-01T19:21:48", + "url": "/steemit/@kafkanarchy84/my-new-steemit-life-ep-1-write-write-write-and-fill-me-up-barkeep" + }, + { + "active_votes": [ + { + "rshares": 7670216559865, + "voter": "steempty" + }, + { + "rshares": 31876585090724, + "voter": "smooth" + }, + { + "rshares": 317914133749, + "voter": "anonymous" + }, + { + "rshares": 11008788408007, + "voter": "rainman" + }, + { + "rshares": 2750965758653, + "voter": "badassmother" + }, + { + "rshares": 8047618620631, + "voter": "pharesim" + }, + { + "rshares": 2008425648912, + "voter": "hr1" + }, + { + "rshares": 124866338524, + "voter": "svk" + }, + { + "rshares": 3102984335, + "voter": "boy" + }, + { + "rshares": 3767302471, + "voter": "bue-witness" + }, + { + "rshares": 690894989, + "voter": "bunny" + }, + { + "rshares": 54620023708, + "voter": "bue" + }, + { + "rshares": 1662776232, + "voter": "mini" + }, + { + "rshares": 3996811840503, + "voter": "witness.svk" + }, + { + "rshares": 213775837, + "voter": "moon" + }, + { + "rshares": 2005461457928, + "voter": "joseph" + }, + { + "rshares": 448048632495, + "voter": "recursive2" + }, + { + "rshares": 454605188433, + "voter": "recursive3" + }, + { + "rshares": 940178035364, + "voter": "boombastic" + }, + { + "rshares": 123564024708, + "voter": "mrs.agsexplorer" + }, + { + "rshares": 5795927037577, + "voter": "smooth.witness" + }, + { + "rshares": 742120382574, + "voter": "pfunk" + }, + { + "rshares": 11483504721, + "voter": "idol" + }, + { + "rshares": 624865483, + "voter": "healthcare" + }, + { + "rshares": 969733311, + "voter": "daniel.pan" + }, + { + "rshares": 6733117454, + "voter": "patrice" + }, + { + "rshares": 288326627, + "voter": "helen.tan" + }, + { + "rshares": 25303423950, + "voter": "yefet" + }, + { + "rshares": 1783656248, + "voter": "jocelyn" + }, + { + "rshares": 560134332, + "voter": "ifttt" + }, + { + "rshares": 1077809816193, + "voter": "gavvet" + }, + { + "rshares": 641506711463, + "voter": "eeks" + }, + { + "rshares": 19601271761, + "voter": "fkn" + }, + { + "rshares": 5372083616, + "voter": "spaninv" + }, + { + "rshares": 26442946448, + "voter": "elishagh1" + }, + { + "rshares": 12146782657, + "voter": "acidyo" + }, + { + "rshares": 150002721014, + "voter": "steve-walschot" + }, + { + "rshares": 7438851067, + "voter": "kefkius" + }, + { + "rshares": 579113009, + "voter": "coar" + }, + { + "rshares": 74162623116, + "voter": "asch" + }, + { + "rshares": 1425432026, + "voter": "murh" + }, + { + "rshares": 2580300343, + "voter": "error" + }, + { + "rshares": 386963068010, + "voter": "blakemiles84" + }, + { + "rshares": 12725367383, + "voter": "ombc" + }, + { + "rshares": 6091161879, + "voter": "zebbra2014" + }, + { + "rshares": 13249527549, + "voter": "johnerfx" + }, + { + "rshares": 3914878687602, + "voter": "satoshifund" + }, + { + "rshares": 377929170961, + "voter": "taoteh1221" + }, + { + "rshares": 54758222958, + "voter": "juanmiguelsalas" + }, + { + "rshares": 53397004453, + "voter": "kus-knee" + }, + { + "rshares": 1457401312, + "voter": "benthegameboy" + }, + { + "rshares": 1012427662, + "voter": "johnerminer" + }, + { + "rshares": 33797995673, + "voter": "michaelx" + }, + { + "rshares": 5955519251, + "voter": "mark-waser" + }, + { + "rshares": 673760893866, + "voter": "publicworker" + }, + { + "rshares": 46085881971, + "voter": "honeythief" + }, + { + "rshares": 5847907620, + "voter": "fuck.off" + }, + { + "rshares": 2501960006, + "voter": "superfreek" + }, + { + "rshares": 5901639288, + "voter": "iloveporn" + }, + { + "rshares": 3144695333, + "voter": "the.bot" + }, + { + "rshares": 7178411426, + "voter": "johnbradshaw" + }, + { + "rshares": 536577431, + "voter": "mrhankeh" + }, + { + "rshares": 43623897139, + "voter": "clement" + }, + { + "rshares": 5002312350, + "voter": "the.whale" + }, + { + "rshares": 86290120409, + "voter": "venuspcs" + }, + { + "rshares": 259005241756, + "voter": "asmolokalo" + }, + { + "rshares": 4737797461, + "voter": "unicornfarts" + }, + { + "rshares": 94941542765, + "voter": "rubybian" + }, + { + "rshares": 5362675333, + "voter": "riscadox" + }, + { + "rshares": 114790527271, + "voter": "robrigo" + }, + { + "rshares": 5000700321, + "voter": "vote" + }, + { + "rshares": 60427141792, + "voter": "fabio" + }, + { + "rshares": 5270059157, + "voter": "kissmybutt" + }, + { + "rshares": 123955936289, + "voter": "derekareith" + }, + { + "rshares": 60646225326, + "voter": "furion" + }, + { + "rshares": 4223413440, + "voter": "owdy" + }, + { + "rshares": 485248462, + "voter": "barbara2" + }, + { + "rshares": 531093989, + "voter": "ch0c0latechip" + }, + { + "rshares": 499019869, + "voter": "doge4lyf" + }, + { + "rshares": 1412946901, + "voter": "vi1son" + }, + { + "rshares": 1682718699, + "voter": "steem1653" + }, + { + "rshares": 16124466765, + "voter": "aaseb" + }, + { + "rshares": 3978176479, + "voter": "karen13" + }, + { + "rshares": 13703431601, + "voter": "bycz" + }, + { + "rshares": 11306954567, + "voter": "allmonitors" + }, + { + "rshares": 7758574000, + "voter": "blinova" + }, + { + "rshares": 354410763772, + "voter": "knozaki2015" + }, + { + "rshares": 43462674468, + "voter": "yongyoon" + }, + { + "rshares": 15104308075, + "voter": "creemej" + }, + { + "rshares": 96640276, + "voter": "wildchild" + }, + { + "rshares": 3786816110, + "voter": "maximkichev" + }, + { + "rshares": 4131960392, + "voter": "oululahti" + }, + { + "rshares": 64244086005, + "voter": "thylbom" + }, + { + "rshares": 30425039030, + "voter": "royaltiffany" + }, + { + "rshares": 5934713344, + "voter": "tarindel" + }, + { + "rshares": 3139297205, + "voter": "azurejasper" + }, + { + "rshares": 193450379454, + "voter": "jl777" + }, + { + "rshares": 39208641632, + "voter": "zaebars" + }, + { + "rshares": 16286433521, + "voter": "positive" + }, + { + "rshares": 699114314, + "voter": "raymonjohnstone" + }, + { + "rshares": 510988681, + "voter": "sokoloffa" + }, + { + "rshares": 19511243271, + "voter": "prufarchy" + }, + { + "rshares": 764587130, + "voter": "mohammed123" + }, + { + "rshares": 464463583, + "voter": "kooshikoo" + }, + { + "rshares": 10849845352, + "voter": "webdeals" + }, + { + "rshares": 16486935205, + "voter": "proto" + }, + { + "rshares": 644938467, + "voter": "curator" + }, + { + "rshares": 24460059681, + "voter": "pinkisland" + }, + { + "rshares": 1788332586, + "voter": "alex.chien" + }, + { + "rshares": 537151647, + "voter": "fnait" + }, + { + "rshares": 502370811, + "voter": "keepcalmand" + }, + { + "rshares": 36980045409, + "voter": "celebr1ty" + }, + { + "rshares": 6269241467, + "voter": "beanz" + }, + { + "rshares": 29622795026, + "voter": "smailer" + }, + { + "rshares": 1916768690, + "voter": "andreynoch" + }, + { + "rshares": 2508005666, + "voter": "belkins" + }, + { + "rshares": 22568372246, + "voter": "williambanks" + }, + { + "rshares": 1228556126, + "voter": "metaflute" + }, + { + "rshares": 8330954811, + "voter": "taker" + }, + { + "rshares": 16536123177, + "voter": "gmurph" + }, + { + "rshares": 7778902595, + "voter": "chris.roy" + }, + { + "rshares": 46120509168, + "voter": "timsaid" + }, + { + "rshares": 93179996002, + "voter": "joele" + }, + { + "rshares": 1228318050, + "voter": "paynode" + }, + { + "rshares": 61953313410, + "voter": "sirwinchester" + }, + { + "rshares": 8390933191, + "voter": "gargon" + }, + { + "rshares": 2332480922, + "voter": "pgarcgo" + }, + { + "rshares": 282475333, + "voter": "future24" + }, + { + "rshares": 9800700626, + "voter": "thebotkiller" + }, + { + "rshares": 11703925092, + "voter": "goingpaper" + }, + { + "rshares": 9478532876, + "voter": "theconnoisseur" + }, + { + "rshares": 1310860944, + "voter": "bledarus" + }, + { + "rshares": 51247757, + "voter": "loli" + }, + { + "rshares": 7922688868, + "voter": "kyriacos" + }, + { + "rshares": 5258185581, + "voter": "lemouth" + }, + { + "rshares": 3152432234, + "voter": "abarefootpoet" + }, + { + "rshares": 1106918787, + "voter": "alexma3x" + }, + { + "rshares": 244133529, + "voter": "jimmytwoshoes" + }, + { + "rshares": 5604020976, + "voter": "gvargas123" + }, + { + "rshares": 1472156059, + "voter": "gdsprgdd" + }, + { + "rshares": 1811437634, + "voter": "movievertigo" + }, + { + "rshares": 47544190219, + "voter": "dragonanarchist" + }, + { + "rshares": 6942985003, + "voter": "craigwilliamz" + }, + { + "rshares": 256121543428, + "voter": "oldtimer" + }, + { + "rshares": 4503423419, + "voter": "steemitpatina" + }, + { + "rshares": 4294437615, + "voter": "lancem" + }, + { + "rshares": 2169254983, + "voter": "cryptoeasy" + }, + { + "rshares": 717820732, + "voter": "runridefly" + }, + { + "rshares": 7312796092, + "voter": "einsteinpotsdam" + }, + { + "rshares": 2138560797, + "voter": "jeremyfromwi" + }, + { + "rshares": 56265756, + "voter": "steemitup" + }, + { + "rshares": 1686379746, + "voter": "davidjkelley" + }, + { + "rshares": 57099237, + "voter": "skaraosky" + }, + { + "rshares": 6917765207, + "voter": "davidbrogan" + }, + { + "rshares": 32095690690, + "voter": "sponge-bob" + }, + { + "rshares": 15628558049, + "voter": "digital-wisdom" + }, + { + "rshares": 22447321617, + "voter": "disofdis" + }, + { + "rshares": 5768322041, + "voter": "jwaser" + }, + { + "rshares": 93669300, + "voter": "kyusho" + }, + { + "rshares": 222354480, + "voter": "pjo" + }, + { + "rshares": 2718313646, + "voter": "bwaser" + }, + { + "rshares": 6021996039, + "voter": "renzoarg" + }, + { + "rshares": 59424037971, + "voter": "tracemayer" + }, + { + "rshares": 5327999017, + "voter": "brains" + }, + { + "rshares": 54408230, + "voter": "feruz" + }, + { + "rshares": 1236939246, + "voter": "anomaly" + }, + { + "rshares": 1484844103, + "voter": "ellepdub" + }, + { + "rshares": 9128684631, + "voter": "herpetologyguy" + }, + { + "rshares": 59621226, + "voter": "drac59" + }, + { + "rshares": 4891777366, + "voter": "morgan.waser" + }, + { + "rshares": 51376153, + "voter": "eagleeye7850" + }, + { + "rshares": 51343959, + "voter": "simonakindle" + }, + { + "rshares": 57266113, + "voter": "technium" + }, + { + "rshares": 51215236, + "voter": "deli" + }, + { + "rshares": 51141851, + "voter": "slow" + }, + { + "rshares": 50949641, + "voter": "poemandres" + }, + { + "rshares": 61035542, + "voter": "teo" + }, + { + "rshares": 50907857, + "voter": "oxygen" + }, + { + "rshares": 50568084, + "voter": "brazzers" + }, + { + "rshares": 50565798, + "voter": "penthouse" + }, + { + "rshares": 50543061, + "voter": "rabobank" + }, + { + "rshares": 50487909, + "voter": "opticalillusions" + }, + { + "rshares": 50482289, + "voter": "connection" + }, + { + "rshares": 50317220, + "voter": "piphunters" + }, + { + "rshares": 8222386076, + "voter": "cato-the-elder" + }, + { + "rshares": 3044306684, + "voter": "strong-ai" + }, + { + "rshares": 162904624, + "voter": "allianz" + }, + { + "rshares": 160034557, + "voter": "yanik" + }, + { + "rshares": 160128119, + "voter": "robyneggs" + }, + { + "rshares": 158617835, + "voter": "ndea30" + }, + { + "rshares": 158610679, + "voter": "domenico" + }, + { + "rshares": 101178006, + "voter": "nikomah" + }, + { + "rshares": 107496727, + "voter": "elsi" + }, + { + "rshares": 154281152, + "voter": "mgibson" + }, + { + "rshares": 156864426, + "voter": "pyroveso" + } + ], + "author": "timsaid", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "\n
    \n

    Many things around us and with us happen we take for granted. We see, feel, taste, hear and smell unknowingly how it works. As we were children we called anything into question and now accept reality as it is. We lost the magic in all these wonderful things. This series addresses the wonder of natures and will bring its magic back to light. The first part of the Life Explorers - The Human Senses starts with the sense of sight. We see forms and colors, see bright and dark. But why?
    \n 

    \n

    To be able to answer this question we first need to have look at the nature off light. Light is a form of electromagnetic (EM) radiation, to be accurate we need to speak of visible light because only a small portion of the actual EM spectrum is visible to the human eye. The following illustration shows the EM spectrum. Frequency and wavelength are inversely proportional, the shorter the wavelength the higher the frequency. With higher frequencies the amount of energy is rising, this is for instance the reason why Gamma Rays are deadly. The high energy of the gamma rays are devastating for biological cells as they are ionizing and cause secondary radiation like X-Rays or electron diffraction. E= h \u2022 f is formula which depicts the proportionality of E energy and f frequency (h stands for the Planck constant).    Here a little example for the energy of a short and a long wavelength. 

    \n \n \n \n \n \n \n \n \n \n \n \n
    redE=h \u2022 f = 6,626 070 040 \u00b7 10\u221234 J*s * 384 THz1,59 eV
    violetE=h \u2022 f = 6,626 070 040 \u00b7 10\u221234 J*s * 789 THz3,26 eV
    \n
    \n
    Fig. 1. The electromagnetic spectrum. Source: Livescience
    \n

    As shown above the visible light is only a tiny portion of the EM spectrum. The human eye is able to see colors from red to violet, which is equivalent to wavelengths from 780nm to 380nm (nm = nanometer).

    \n

     
    \nWhy do is the Steemit logo blue and not red?

    \n
    \n

    Sure because @dantheman and @ned decided so :) But on a scientific base, how come we see blue and not another color? 

    \n

    Now that we know what visible light is let\u2019s have a look at the interaction of EM radiation and the objects we see. The actual color we perceive depends on the physical principle of reflection and adsorption.  
    \n
    \nMost objects reflect light but before that happens they adsorb part of the light they receive. The wavelength they adsorb determines what your eye will process later. For instance when all wavelengths expect red (780nm) are adsorbed the object will reflect red. Same goes for a blue steemit logo for instance. The logo absorbs all wavelengths expect the blue.   

    \n

    More than one wavelength can be reflected the same time, this therefore is why we see shades of the same color.   

    \n
    \n

    We can see purple color when blue and red are reflected wavelengths. We see white when an object absorbs no light.  
    \nIsaac Newton showed that white light contains all colors. He used a prism to separate the colors of spectrum of visible light.    

    \n

    How does reflection and adsorption work?     

    \n

    To understand how adsorption works we need to have a closer look into the chemistry of molecules. As described light hitting an object, here molecule, is adsorbed and we see the complementary color as a result. The following abbreviations will be used: HOMO = Highest occupied molecule orbital and LUMO = Lowest unoccupied molecule orbital. Carrots are orange, but why?      

    \n
    \n

    Electrons are moving in a certain space around the nucleus, called orbitals. The energy of light promotes an electron from a bonding or non-bonding orbital into an empty anti-bonding orbital, from HOMO to LUMO. The gap between these two orbitals is equivalent to the amount of energy that is needed to promote the electrons. A larger gap therefore requires light with more energy, for instance blue or violet. The chemical molecule that gives the carrot its orange color is called beta-carotene. Beta-carotene absorbs light between 400nm and 500nm with a peak at 470nm. Having a look at our additive color schema we will see that the complementary color of blue is yellow. Now is that not only blue, but a wide range of light between 400nm and 500nm is absorbed.      

    \n
    \n

    So when light hits the electrons of beta-carotene the electrons move from HOMO to LUMO and adsorb the light between 400nm and 500nm. This is the wavelength needed to promote the electron with the exact amount to energy needed.  

    \n
    \n

    Note: The electron moves back from LUMO to HOMO. The energy from the light used to promote the electron from HOMO to LUMO can be emitted in form of radiation or heat. In summer we all notice that black material gets warmer than bright. This is because the complete wavelength of the VIS is absorbed and emitted as heat.     

    \n

    Transforming waves to information  

    \n

    Now that we know how the light is absorbed by objects we need to examine how our eyes work. Without the human eye we wouldn\u2019t see anything, that\u2019s for sure. But how are we able to distinguish colors and brightness? Our retina has approximately 6 million cones and 120 million rods. When the reflected light hits our retina these cells become active.
    \n We have three different type of cone cells, S(-hort), M-(medium) and L-(ong) cones. Short, medium and long refer to the wavelength the cell is responding to. The rods however can work with different wavelengths and thus do not matter when it comes to color. They are responsible for brightness and become active when there is less light. While the cones are active and working we speak of photopic vision, responsible for color sight. Scotopic vision is the terminus for sight in low light and only seeing in shades of gray.   

    \n
    Fig. 2. Eye and retinal profile. Source: Kevinmd
    \n

    As described the human retina has three kinds of cones. Each sensitive to a different wavelength. The following illustrations depicts the relation of wavelength and cones. These three cones together make it possible that we see colors. By combining cones we are able to see over 200 million different colors.  

    \n
    Fig. 3. Spectral sensitivity of the receptor (rods and cones). Source: Wikibooks; Sensory Systems 
    \n

    So when light hits a cone it becomes activated. How does this activation work?
    \n 

    \n

    This is a very complex biochemical process I will try to explain without going too much into detail since we could do several posts just about this process. However we will have a look at the basic.   

    \n

    Both, cones and rods contain a light-sensitive receptor protein called Rhodopsin, also known as visual purple. Under the influence of light Rhodopsin decomposes into Opsin and trans-Retinal. This process repeats and creates a cascade. The end of the processes results in regulating a molecule named Glutamat. The cells behind the retina turn these signals into nerve impulses to make it processable for the human brain.   

    \n


    \n

    Thank you for reading the first part of Life Explorers - The Human Senses, Don't miss the next part.
    \nDo you have an questions or suggestions? Want to know about a scientific topic? Leave a comment.
    \n
    \nTim Said

    \n", + "category": "science", + "children": 19, + "created": "2016-09-05T21:02:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s12.postimg.org/64c1pstcd/senseseye.jpg", + "https://s14.postimg.org/uajq64zo1/emspectrumvis.jpg", + "https://s10.postimg.org/isgrqldc9/steemitlogo.png", + "https://s15.postimg.org/eajm6sv8r/prismandrgb.jpg", + "https://s14.postimg.org/5q33u4jup/steemcarrot.jpg", + "https://s21.postimg.org/h90irk9s7/carotene.gif", + "https://s17.postimg.org/uot71t3j3/homolumo.png", + "https://s18.postimg.org/vi5wzz509/retina.jpg", + "https://s17.postimg.org/jxtaq6apr/conesrods.jpg" + ], + "links": [ + "http://www.livescience.com/32344-what-are-x-rays.html", + "http://cdn.kevinmd.com/blog/wp-content/uploads/retina.jpg", + "https://en.wikibooks.org/wiki/Sensory_Systems/Visual_System" + ], + "tags": [ + "science", + "lifeexplorers", + "life", + "nature", + "health" + ], + "users": [ + "dantheman", + "ned" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 88758332960581, + "payout": 734.855, + "payout_at": "2016-09-12T21:02:51", + "pending_payout_value": "734.855 HBD", + "percent_hbd": 10000, + "permlink": "steemit-explorers-the-human-senses-part-i-sight", + "post_id": 1139334, + "promoted": "202.020 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 195 + }, + "title": "Life Explorers - The Human Senses Part I: Sight", + "updated": "2016-09-06T05:35:12", + "url": "/science/@timsaid/steemit-explorers-the-human-senses-part-i-sight" + }, + { + "active_votes": [ + { + "rshares": 566627757523, + "voter": "dantheman" + }, + { + "rshares": 172935370348, + "voter": "highasfuck" + }, + { + "rshares": 979750467824, + "voter": "liondani" + }, + { + "rshares": 3720488193, + "voter": "boy" + }, + { + "rshares": 4516841735, + "voter": "bue-witness" + }, + { + "rshares": 828581067, + "voter": "bunny" + }, + { + "rshares": 65037632700, + "voter": "bue" + }, + { + "rshares": 1993835727, + "voter": "mini" + }, + { + "rshares": 256442875, + "voter": "moon" + }, + { + "rshares": 398407857501, + "voter": "recursive2" + }, + { + "rshares": 405156538906, + "voter": "recursive3" + }, + { + "rshares": 2578424778892, + "voter": "recursive" + }, + { + "rshares": 11606677474, + "voter": "proctologic" + }, + { + "rshares": 747493846, + "voter": "healthcare" + }, + { + "rshares": 1161008754, + "voter": "daniel.pan" + }, + { + "rshares": 5042513512, + "voter": "sammy007" + }, + { + "rshares": 21127702358, + "voter": "hcf27" + }, + { + "rshares": 392330736044, + "voter": "woo7739" + }, + { + "rshares": 303917950005, + "voter": "chitty" + }, + { + "rshares": 345836633, + "voter": "helen.tan" + }, + { + "rshares": 22047833256, + "voter": "nikolai" + }, + { + "rshares": 3366382061, + "voter": "morning" + }, + { + "rshares": 3904360862, + "voter": "ppitonak" + }, + { + "rshares": 177791083963, + "voter": "jamtaylor" + }, + { + "rshares": 8045649981, + "voter": "cryptorune" + }, + { + "rshares": 22595244740, + "voter": "joelinux" + }, + { + "rshares": 5586884897, + "voter": "spaninv" + }, + { + "rshares": 22786454650, + "voter": "teatree" + }, + { + "rshares": 34313430362, + "voter": "james-show" + }, + { + "rshares": 1432715390, + "voter": "murh" + }, + { + "rshares": 917851920, + "voter": "leprechaun" + }, + { + "rshares": 912434705, + "voter": "ranko-k" + }, + { + "rshares": 56501870239, + "voter": "aenor" + }, + { + "rshares": 13177382319, + "voter": "btotherest" + }, + { + "rshares": 10327600289, + "voter": "johnerfx" + }, + { + "rshares": 69909261962, + "voter": "noganoo" + }, + { + "rshares": 2217132176566, + "voter": "stellabelle" + }, + { + "rshares": 6799266998, + "voter": "evan7" + }, + { + "rshares": 233230107272, + "voter": "wingz" + }, + { + "rshares": 13833394447, + "voter": "samether" + }, + { + "rshares": 4387565307, + "voter": "dahaz159" + }, + { + "rshares": 323509837196, + "voter": "kaylinart" + }, + { + "rshares": 128856964990, + "voter": "schro" + }, + { + "rshares": 309032139, + "voter": "bitcoinnational" + }, + { + "rshares": 30230668820, + "voter": "tobixen" + }, + { + "rshares": 179192996861, + "voter": "thedashguy" + }, + { + "rshares": 4045665201, + "voter": "usefree" + }, + { + "rshares": 2799169786, + "voter": "gary-smith" + }, + { + "rshares": 3512092095, + "voter": "mammasitta" + }, + { + "rshares": 4636329916, + "voter": "fuck.off" + }, + { + "rshares": 12972939718, + "voter": "magnebit" + }, + { + "rshares": 5755812898, + "voter": "iloveporn" + }, + { + "rshares": 3490323117, + "voter": "the.bot" + }, + { + "rshares": 7000480953, + "voter": "johnbradshaw" + }, + { + "rshares": 58365810442, + "voter": "norbu" + }, + { + "rshares": 12820500774, + "voter": "bitcoinmeister" + }, + { + "rshares": 4997920619, + "voter": "the.whale" + }, + { + "rshares": 3125302080, + "voter": "sunshinecrypto" + }, + { + "rshares": 55677464852, + "voter": "booja" + }, + { + "rshares": 4258098520, + "voter": "dennygalindo" + }, + { + "rshares": 4959284136, + "voter": "unicornfarts" + }, + { + "rshares": 2737885092, + "voter": "soupernerd" + }, + { + "rshares": 5115172637, + "voter": "vote" + }, + { + "rshares": 14515244254, + "voter": "elyaque" + }, + { + "rshares": 5265412146, + "voter": "kissmybutt" + }, + { + "rshares": 11343270265, + "voter": "r4fken" + }, + { + "rshares": 512168285, + "voter": "steemswede" + }, + { + "rshares": 15963348720, + "voter": "picokernel" + }, + { + "rshares": 7022246224, + "voter": "jholmes91" + }, + { + "rshares": 1646087329, + "voter": "fydel" + }, + { + "rshares": 943863353, + "voter": "nobreku" + }, + { + "rshares": 151052306779, + "voter": "knircky" + }, + { + "rshares": 91676883571, + "voter": "sigmajin" + }, + { + "rshares": 11951646778, + "voter": "ausbitbank" + }, + { + "rshares": 429990873, + "voter": "akareyon" + }, + { + "rshares": 181322915378, + "voter": "freeyourmind" + }, + { + "rshares": 18940589315, + "voter": "fulltimegeek" + }, + { + "rshares": 6198566354, + "voter": "egjoshslim" + }, + { + "rshares": 9117162454, + "voter": "blockchainbilly" + }, + { + "rshares": 15663282979, + "voter": "ashold882015" + }, + { + "rshares": 167157550959, + "voter": "repholder" + }, + { + "rshares": 4564314455, + "voter": "thegoodguy" + }, + { + "rshares": 247212033, + "voter": "swaghetti" + }, + { + "rshares": 5507864316, + "voter": "cryptosi" + }, + { + "rshares": 79012264189, + "voter": "ntomaino" + }, + { + "rshares": 7477138730, + "voter": "noodhoog" + }, + { + "rshares": 2927449570, + "voter": "kell234" + }, + { + "rshares": 399177345, + "voter": "mrshade" + }, + { + "rshares": 11984005559, + "voter": "fundurian" + }, + { + "rshares": 1254384994, + "voter": "vorsseli" + }, + { + "rshares": 123279502731, + "voter": "kevinpham20" + }, + { + "rshares": 120671854452, + "voter": "demotruk" + }, + { + "rshares": 3840860910, + "voter": "adamt" + }, + { + "rshares": 10218475734, + "voter": "kewpiedoll" + }, + { + "rshares": 3021913571, + "voter": "febird" + }, + { + "rshares": 3022743349, + "voter": "bones" + }, + { + "rshares": 147627391, + "voter": "apptrade" + }, + { + "rshares": 2109841036, + "voter": "applesauce" + }, + { + "rshares": 4831185704, + "voter": "masterinvestor" + }, + { + "rshares": 2503443057, + "voter": "stea90" + }, + { + "rshares": 570936521, + "voter": "quigua" + }, + { + "rshares": 463879581, + "voter": "kooshikoo" + }, + { + "rshares": 7617108667, + "voter": "webdeals" + }, + { + "rshares": 17164865565, + "voter": "pinkisland" + }, + { + "rshares": 3052689593, + "voter": "bkkshadow" + }, + { + "rshares": 879507428, + "voter": "mar1978co" + }, + { + "rshares": 478035225, + "voter": "loum" + }, + { + "rshares": 30896278536, + "voter": "williambanks" + }, + { + "rshares": 2688248291, + "voter": "weenis" + }, + { + "rshares": 152695761, + "voter": "vitz81" + }, + { + "rshares": 83547862361, + "voter": "twinner" + }, + { + "rshares": 4887223428, + "voter": "satoshifpv" + }, + { + "rshares": 64903901, + "voter": "lilong" + }, + { + "rshares": 30591994425, + "voter": "myfirst" + }, + { + "rshares": 1838865673, + "voter": "feelapi" + }, + { + "rshares": 2944662227, + "voter": "cjclaro" + }, + { + "rshares": 165604593, + "voter": "snowflake" + }, + { + "rshares": 3138994752, + "voter": "steemleak" + }, + { + "rshares": 133044304, + "voter": "luke490" + }, + { + "rshares": 7190135631, + "voter": "slimjim" + }, + { + "rshares": 9322960051, + "voter": "thebotkiller" + }, + { + "rshares": 3507463169, + "voter": "cmorton" + }, + { + "rshares": 11871680838, + "voter": "cryptos" + }, + { + "rshares": 73603234, + "voter": "sijoittaja" + }, + { + "rshares": 101244129774, + "voter": "helikopterben" + }, + { + "rshares": 1418847949, + "voter": "alexma3x" + }, + { + "rshares": 249904869, + "voter": "jimmytwoshoes" + }, + { + "rshares": 1237440732, + "voter": "gdsprgdd" + }, + { + "rshares": 7130857719, + "voter": "generation.easy" + }, + { + "rshares": 13905458489, + "voter": "mandibil" + }, + { + "rshares": 14291678999, + "voter": "playerdeus" + }, + { + "rshares": 1624044881, + "voter": "ines-f" + }, + { + "rshares": 309692332, + "voter": "codymac40" + }, + { + "rshares": 1103360772, + "voter": "contentjunkie" + }, + { + "rshares": 58645215, + "voter": "dubloon135" + }, + { + "rshares": 305607086, + "voter": "mikehere" + }, + { + "rshares": 9551786749, + "voter": "luminousvisions" + }, + { + "rshares": 55979644, + "voter": "skaraosky" + }, + { + "rshares": 1890040933, + "voter": "leavemealone" + }, + { + "rshares": 115499462203, + "voter": "dan-bn" + }, + { + "rshares": 70310629, + "voter": "siclone23" + }, + { + "rshares": 25835980056, + "voter": "dubi" + }, + { + "rshares": 1565604150, + "voter": "baodog" + }, + { + "rshares": 41962066513, + "voter": "cnfund" + }, + { + "rshares": 75599342, + "voter": "projecthor" + }, + { + "rshares": 206212756, + "voter": "ballinconscious" + }, + { + "rshares": 68932158, + "voter": "whatsup" + }, + { + "rshares": 53873853, + "voter": "mike1911" + }, + { + "rshares": 329313117, + "voter": "robotev2" + }, + { + "rshares": 55773949, + "voter": "alyssasanders" + }, + { + "rshares": 78982323, + "voter": "thefinanceguy" + }, + { + "rshares": 50182215, + "voter": "sageboba" + }, + { + "rshares": 818498504, + "voter": "robotev" + }, + { + "rshares": 1626480492, + "voter": "nil1511" + }, + { + "rshares": 72030714, + "voter": "rawbeing" + }, + { + "rshares": 4191984521, + "voter": "airmike" + }, + { + "rshares": 112287621, + "voter": "comeup" + }, + { + "rshares": 673845983, + "voter": "reddust" + } + ], + "author": "leavemealone", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "As we all sit here trying to build steem and support the project, Ned and Dan (two founders of Steemi) are transferring to Poloniex and dumping all over the buy orders killing the price. Why are they doing this? This needs to be stopped!!!\n\n![dumping](https://puu.sh/qWKV3/dde86c2c45.png)\n\nAnyone have any ideas what is going on here? Is it time to get out while we can?", + "category": "steemit", + "children": 116, + "created": "2016-09-01T22:49:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://puu.sh/qWKV3/dde86c2c45.png" + ], + "tags": [ + "steemit", + "market", + "price", + "steem", + "poloniex" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11370017153084, + "payout": 18.273, + "payout_at": "2016-09-08T22:49:21", + "pending_payout_value": "18.273 HBD", + "percent_hbd": 10000, + "permlink": "ned-and-dantheman-dump-50-500-steem-on-market-today-wtf-is-going-on", + "post_id": 1091486, + "promoted": "201.352 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 158 + }, + "title": "@ned & @dantheman DUMP 50,500 STEEM on Market today! WTF is going on?!", + "updated": "2016-09-01T22:49:21", + "url": "/steemit/@leavemealone/ned-and-dantheman-dump-50-500-steem-on-market-today-wtf-is-going-on" + }, + { + "active_votes": [ + { + "rshares": 4264801627311, + "voter": "wang" + }, + { + "rshares": 6355020214373, + "voter": "steemit200" + }, + { + "rshares": 210935138158, + "voter": "steem-id" + }, + { + "rshares": 4513752148837, + "voter": "au1nethyb1" + }, + { + "rshares": 10777629083, + "voter": "proctologic" + }, + { + "rshares": 392405354610, + "voter": "woo7739" + }, + { + "rshares": 23476395882, + "voter": "yefet" + }, + { + "rshares": 404897958, + "voter": "paco-steem" + }, + { + "rshares": 4615942497, + "voter": "spaninv" + }, + { + "rshares": 36761459891, + "voter": "james-show" + }, + { + "rshares": 3148612688, + "voter": "jerome-colley" + }, + { + "rshares": 976605325, + "voter": "coar" + }, + { + "rshares": 1432543138, + "voter": "murh" + }, + { + "rshares": 469385562681, + "voter": "cyber" + }, + { + "rshares": 316201719, + "voter": "stiletto" + }, + { + "rshares": 12858141661, + "voter": "primus" + }, + { + "rshares": 52123584116, + "voter": "booja" + }, + { + "rshares": 7907158390, + "voter": "kakradetome" + }, + { + "rshares": 320412905, + "voter": "steemswede" + }, + { + "rshares": 6444619088, + "voter": "qamarpinkpanda" + }, + { + "rshares": 3472486489, + "voter": "owdy" + }, + { + "rshares": 154306980856, + "voter": "knircky" + }, + { + "rshares": 36245526538, + "voter": "biophil" + }, + { + "rshares": 3748211699, + "voter": "karen13" + }, + { + "rshares": 8368454072, + "voter": "deviedev" + }, + { + "rshares": 1282893744, + "voter": "vorsseli" + }, + { + "rshares": 19174335590, + "voter": "mustafaomar" + }, + { + "rshares": 1501784652, + "voter": "fubar-bdhr" + }, + { + "rshares": 28355737154, + "voter": "royaltiffany" + }, + { + "rshares": 10210797077, + "voter": "exyle" + }, + { + "rshares": 171701958057, + "voter": "jl777" + }, + { + "rshares": 435478790, + "voter": "kooshikoo" + }, + { + "rshares": 15699815948, + "voter": "proto" + }, + { + "rshares": 14043989668, + "voter": "pinkisland" + }, + { + "rshares": 2338655401, + "voter": "ace108" + }, + { + "rshares": 2991165818, + "voter": "bkkshadow" + }, + { + "rshares": 26465755082, + "voter": "williambanks" + }, + { + "rshares": 7849492736, + "voter": "taker" + }, + { + "rshares": 165769057, + "voter": "snowflake" + }, + { + "rshares": 3138994752, + "voter": "steemleak" + }, + { + "rshares": 97274422829, + "voter": "helikopterben" + }, + { + "rshares": 764960163, + "voter": "telos" + }, + { + "rshares": 57930015, + "voter": "success43" + }, + { + "rshares": 11628203002, + "voter": "hilarski" + }, + { + "rshares": 586319380, + "voter": "runridefly" + }, + { + "rshares": 172932392, + "voter": "ezrabcs" + }, + { + "rshares": 69498750, + "voter": "uziriel" + }, + { + "rshares": 7034398796, + "voter": "davidbrogan" + }, + { + "rshares": 3640096656, + "voter": "ericbotticelli" + }, + { + "rshares": 17334568050, + "voter": "oldstone" + }, + { + "rshares": 615797359, + "voter": "nebcat" + }, + { + "rshares": 13680199584, + "voter": "bluehorseshoe" + }, + { + "rshares": 197982642374, + "voter": "asksisk" + }, + { + "rshares": 9213852022, + "voter": "goose" + }, + { + "rshares": 51454384, + "voter": "wanglai" + }, + { + "rshares": 55976796, + "voter": "drac59" + } + ], + "author": "pinkisland", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "\n

                                                      

    \n

             Behind the desk, every student sits and observes every teacher and how they address the lesson. They look at one figure inside the class within their vision and that make the view limited in their eyes. But let switch the roles and try to see how the teacher look at their student in that big vision. Looking to a speaker is different than observing the reader. Chapter one in the book \u201cTeachers, Schools, and Society\u201d by David Miller Sadker and Karen R. Zittleman, discuss how teacher scenery is different from that of student and it guides the reader to find the positive and negative points for a teacher to encounter in his career; it will help reader to discover whether they should complete aiming for to become a teacher.

    \n

             The goal for every reader is to find and choose the best career that will find happiness and bring the joy while practicing it. That\u2019s what makes the chapter more comfortable to read in; it didn\u2019t force the material on the reader but instead, it gives suggestions and real life examples about how being a teacher would look like. \u201cYou be the Judge\u201d is whole examples for a student to know how being a teacher could have a negative or positive impact on their lives, and it\u2019s a good way to them clarify their position whether to continue with being a teacher as a career meant to them or not convinced by. Also, there was a survey in the chapter that shows how many teachers get paid yearly in different states; it\u2019s a good side to the students to know that being a teacher could provide a decent life for them as a job.

    \n

             Teachers need to have a bunch of specification in orders to be called a successor. Preparing a teacher to this career and guiding them to be effective to his class is an important step that could impact the whole future of both teachers and learner. That idea of preparation considers as an informative process and not implicit, and it\u2019s a good topic that's been clarified in that chapter. Moreover, another idea that been addressed at the end of the chapter is how the student could improve his skills and concepts of the learning process before graduation, and that been shown with listing several steps that the student should put into consideration in order to become successful and creative. It does not only help the learner himself in the long run but also give a chance to make his future classes more creative and cooperative at the time. For instance, some of the steps say that the teacher should study their courses that the handle carefully and planned for them ahead to make sure it\u2019s clear to him and would be to students at the time. Also, they should have a good impression during their learning process and to keep on building it on. That\u2019s how a student could have some ideas to consider and to begin with if they are struggling with what to start with or improve while they are still learning about their career.

    \n

             Students should figure out if the teaching career is the one that meant to them and they will enjoy practicing end for most of their life. That chapter did a good job in discussing some topic that will help the student take their decision regarding this career and if they willing to take that challenge and start filling and building their knowledge. It does not only help the student to become successful teachers but also prepare them to make a more bright future for the generation they will be willing to teach, and to be creative with their work and thoughts. So, after knowing and considering what a teacher need to handle and think of, the student will start to find their own way to teach and make their job process different from other teachers they encounter before. 

    \n


    \n", + "category": "writing", + "children": 7, + "created": "2016-09-02T01:14:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.onionstatic.com/onion/2738/1/16x9/565.jpg" + ], + "tags": [ + "writing", + "analysis", + "steemit", + "life" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17239525786043, + "payout": 37.412, + "payout_at": "2016-09-09T01:14:12", + "pending_payout_value": "37.412 HBD", + "percent_hbd": 10000, + "permlink": "teaching-as-a-career-or-analysis-of-the-book-teachers-schools-and-society", + "post_id": 1092931, + "promoted": "200.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 56 + }, + "title": "Teaching As A Career | Analysis of the Book : \u201cTeachers, Schools, and Society\u201d", + "updated": "2016-09-02T01:14:12", + "url": "/writing/@pinkisland/teaching-as-a-career-or-analysis-of-the-book-teachers-schools-and-society" + }, + { + "active_votes": [ + { + "rshares": 10188876905486, + "voter": "dantheman" + }, + { + "rshares": 3830035846987, + "voter": "silversteem" + }, + { + "rshares": 3720292037, + "voter": "boy" + }, + { + "rshares": 215423119821, + "voter": "steem-id" + }, + { + "rshares": 4516598968, + "voter": "bue-witness" + }, + { + "rshares": 828540282, + "voter": "bunny" + }, + { + "rshares": 65013129899, + "voter": "bue" + }, + { + "rshares": 1993734736, + "voter": "mini" + }, + { + "rshares": 256433164, + "voter": "moon" + }, + { + "rshares": 731040242281, + "voter": "pfunk" + }, + { + "rshares": 747456946, + "voter": "healthcare" + }, + { + "rshares": 1160950489, + "voter": "daniel.pan" + }, + { + "rshares": 392405354610, + "voter": "woo7739" + }, + { + "rshares": 285682873005, + "voter": "chitty" + }, + { + "rshares": 345823038, + "voter": "helen.tan" + }, + { + "rshares": 1432554801, + "voter": "murh" + }, + { + "rshares": 399788237, + "voter": "applecrisp" + }, + { + "rshares": 1460925170254, + "voter": "sean-king" + }, + { + "rshares": 221213340693, + "voter": "kimziv" + }, + { + "rshares": 11592975842, + "voter": "magnebit" + }, + { + "rshares": 67555883079, + "voter": "razvanelulmarin" + }, + { + "rshares": 392842631094, + "voter": "fyrstikken" + }, + { + "rshares": 261495678, + "voter": "ladyclair" + }, + { + "rshares": 3125302080, + "voter": "sunshinecrypto" + }, + { + "rshares": 61289877049, + "voter": "lehard" + }, + { + "rshares": 154306980856, + "voter": "knircky" + }, + { + "rshares": 89328435008, + "voter": "sigmajin" + }, + { + "rshares": 152897742927, + "voter": "jacor" + }, + { + "rshares": 2212025362, + "voter": "johnnydollar" + }, + { + "rshares": 36245526538, + "voter": "biophil" + }, + { + "rshares": 1282893744, + "voter": "vorsseli" + }, + { + "rshares": 37122522843, + "voter": "mynameisbrian" + }, + { + "rshares": 19174335590, + "voter": "mustafaomar" + }, + { + "rshares": 12483663020, + "voter": "pinkisland" + }, + { + "rshares": 2461729572, + "voter": "ace108" + }, + { + "rshares": 12032742765, + "voter": "sisterholics" + }, + { + "rshares": 26465755082, + "voter": "williambanks" + }, + { + "rshares": 159607688, + "voter": "naomi-louise" + }, + { + "rshares": 250847007495, + "voter": "laonie" + }, + { + "rshares": 7631325795, + "voter": "myfirst" + }, + { + "rshares": 262882640828, + "voter": "somebody" + }, + { + "rshares": 9839187353, + "voter": "flysaga" + }, + { + "rshares": 58103637174, + "voter": "midnightoil" + }, + { + "rshares": 3138994752, + "voter": "steemleak" + }, + { + "rshares": 28138748642, + "voter": "xiaohui" + }, + { + "rshares": 314141984, + "voter": "rusteller" + }, + { + "rshares": 1775190239, + "voter": "xiaokongcom" + }, + { + "rshares": 687222192, + "voter": "future24" + }, + { + "rshares": 9157721462, + "voter": "xianjun" + }, + { + "rshares": 603283562, + "voter": "microluck" + }, + { + "rshares": 61110411, + "voter": "razberrijam" + }, + { + "rshares": 97274422829, + "voter": "helikopterben" + }, + { + "rshares": 7816453178, + "voter": "johnnyyash" + }, + { + "rshares": 57930015, + "voter": "success43" + }, + { + "rshares": 10290925854, + "voter": "hilarski" + }, + { + "rshares": 1773143509, + "voter": "shadowspub" + }, + { + "rshares": 23001901442, + "voter": "daut44" + }, + { + "rshares": 282840398, + "voter": "vonpetro" + }, + { + "rshares": 477616797, + "voter": "mindhunter" + }, + { + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "rshares": 269346417, + "voter": "serioustruth" + }, + { + "rshares": 2238227885, + "voter": "jillwirt" + }, + { + "rshares": 75599342, + "voter": "projecthor" + }, + { + "rshares": 66091870, + "voter": "rynow" + }, + { + "rshares": 51578525, + "voter": "lennex" + }, + { + "rshares": 55976796, + "voter": "drac59" + }, + { + "rshares": 2169778252, + "voter": "puffin" + }, + { + "rshares": 50828978, + "voter": "mocat15" + } + ], + "author": "serioustruth", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "\n

    Yesterday I added a really crappy post on Steemit. Although it was a bit of a negative post, I received some positive feedback. I realised that I have been looking at Steemit from the wrong perspective. 

    \n

    \n

    You see... I am a teacher, and to look at something from a teacher's perspective, is totally different than looking at something from a parent's point of view, or even a fellow steemit writer.  I would like to thank @RHW for listening, and I am very glad to be part of this community. Many projects are being launched,  and the whales are putting in a lot of effort to notice the new aspiring writers.

    \n

    I have changed my view on things now,  I make a point to read as many posts as possible. I comment if needed, and I upvote a post if I find it interesting. We are not in a race here. We are after all in the business of finding new undiscovered talent and to be heard. Now, also said, that what interests me, might not be interesting to you at all. 

    \n

    What I have noticed is that there are quite a few nasty people on steemit. I am certainly not going to call them by their names, but I really feel sorry for these people, as they would not give someone the time of day.

    \n

    I felt very offended by some of the comments made about my post, but realised that negative feedback can be changed into a positive view. 

    \n

    I do not promote or upvote a post just for the sake of upvoting. 

    \n

    I  do my fair share by reading as many posts as possible about my interests. Now, also said, that what interests me, might not be interesting to you at all. 

    \n

    But people are just people.............people should try and upvote the good posts and promote these writers, so we can have new and exciting reading material here on Steemit. 

    \n

    If you do not succeed today, tomorrow is a new day. Try harder. Do not let negative comments make you lose your way. Don't give up. Stay positive. 

    \n

    Because if you are noticed by the right person, then your posts will mean something. Then you will have a voice.

    \n

    I am totally up for a good debate and if you don't agree with me on posts, then feel free to contact me and we can discuss your opinion. Everyone is entitled to their own opinion. If you like my posts please follow me on@serioustruth
    \nTogether we can change the world. Feel free to share or promote my posts. I want to make a difference to the way people think.

    \n

     \u2764Keep on steeming!

    \n", + "category": "success", + "children": 12, + "created": "2016-09-01T23:53:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s20.postimg.org/m18fyrqb1/download_1.png" + ], + "links": [ + "https://steemit.com/@serioustruth" + ], + "tags": [ + "success", + "steemit", + "life" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 19268044087375, + "payout": 46.997, + "payout_at": "2016-09-08T23:53:00", + "pending_payout_value": "46.997 HBD", + "percent_hbd": 10000, + "permlink": "why-we-can-all-succeed-in-life", + "post_id": 1092128, + "promoted": "200.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 68 + }, + "title": "Why we can all succeed in life", + "updated": "2016-09-02T00:01:33", + "url": "/success/@serioustruth/why-we-can-all-succeed-in-life" + }, + { + "active_votes": [ + { + "rshares": 6865708718794, + "voter": "xeldal" + }, + { + "rshares": 8391155265950, + "voter": "pharesim" + }, + { + "rshares": 3188661987634, + "voter": "lafona-miner" + }, + { + "rshares": 2237699549801, + "voter": "samupaha" + }, + { + "rshares": 6043095568756, + "voter": "enki" + }, + { + "rshares": 416502630611, + "voter": "lafona" + }, + { + "rshares": 1066502666030, + "voter": "delegate.lafona" + }, + { + "rshares": 320974092378, + "voter": "lafona5" + }, + { + "rshares": 3820544781800, + "voter": "wang" + }, + { + "rshares": 3099309721, + "voter": "boy" + }, + { + "rshares": 3762638572, + "voter": "bue-witness" + }, + { + "rshares": 697337991, + "voter": "bunny" + }, + { + "rshares": 54024389057, + "voter": "bue" + }, + { + "rshares": 1660983664, + "voter": "mini" + }, + { + "rshares": 213666660, + "voter": "moon" + }, + { + "rshares": 34042532834, + "voter": "aizensou" + }, + { + "rshares": 622745754, + "voter": "healthcare" + }, + { + "rshares": 967227764, + "voter": "daniel.pan" + }, + { + "rshares": 21561714956, + "voter": "dedriss" + }, + { + "rshares": 288146820, + "voter": "helen.tan" + }, + { + "rshares": 11534784730, + "voter": "dave-hughes" + }, + { + "rshares": 1007351350, + "voter": "fkn" + }, + { + "rshares": 37107803041, + "voter": "james-show" + }, + { + "rshares": 330891318789, + "voter": "teamsteem" + }, + { + "rshares": 1326334522, + "voter": "elishagh1" + }, + { + "rshares": 9650753116, + "voter": "richman" + }, + { + "rshares": 3540844593, + "voter": "jerome-colley" + }, + { + "rshares": 7574954620, + "voter": "kefkius" + }, + { + "rshares": 14461373144, + "voter": "cian.dafe" + }, + { + "rshares": 76817142068, + "voter": "asch" + }, + { + "rshares": 562838812114, + "voter": "cyber" + }, + { + "rshares": 254728253114, + "voter": "billbutler" + }, + { + "rshares": 20539948938, + "voter": "thecryptofiend" + }, + { + "rshares": 37511548124, + "voter": "justtryme90" + }, + { + "rshares": 9361058328, + "voter": "johnerfx" + }, + { + "rshares": 75001199923, + "voter": "noganoo" + }, + { + "rshares": 845745510, + "voter": "sunnyray" + }, + { + "rshares": 107750896479, + "voter": "kenny-crane" + }, + { + "rshares": 199343900741, + "voter": "will-zewe" + }, + { + "rshares": 1295463489, + "voter": "fjccoin" + }, + { + "rshares": 1487859268399, + "voter": "sean-king" + }, + { + "rshares": 86220818173, + "voter": "kimziv" + }, + { + "rshares": 78303382465, + "voter": "leta-blake" + }, + { + "rshares": 5298507505, + "voter": "svamiva" + }, + { + "rshares": 404148397580, + "voter": "fyrstikken" + }, + { + "rshares": 237530501, + "voter": "ales" + }, + { + "rshares": 3447344111, + "voter": "michaellamden68" + }, + { + "rshares": 204013843843, + "voter": "asmolokalo" + }, + { + "rshares": 4614780233, + "voter": "steamit" + }, + { + "rshares": 32544390735, + "voter": "hitmeasap" + }, + { + "rshares": 127352923071, + "voter": "chhayll" + }, + { + "rshares": 13192961002, + "voter": "auxon" + }, + { + "rshares": 573324811634, + "voter": "juneaugoldbuyer" + }, + { + "rshares": 268679076, + "voter": "steemswede" + }, + { + "rshares": 215319310, + "voter": "adamgud" + }, + { + "rshares": 82930683818, + "voter": "derekareith" + }, + { + "rshares": 15941974086, + "voter": "picokernel" + }, + { + "rshares": 231868639, + "voter": "mirspirs" + }, + { + "rshares": 823925676, + "voter": "nobreku" + }, + { + "rshares": 11193710521, + "voter": "ausbitbank" + }, + { + "rshares": 836675772, + "voter": "dicov" + }, + { + "rshares": 298314520, + "voter": "johanniellano" + }, + { + "rshares": 19777501932, + "voter": "akareyon" + }, + { + "rshares": 4300172344, + "voter": "gikitiki" + }, + { + "rshares": 2142200192, + "voter": "bitland" + }, + { + "rshares": 38216574755, + "voter": "biophil" + }, + { + "rshares": 4185538732, + "voter": "karen13" + }, + { + "rshares": 29701247281, + "voter": "jpiper20" + }, + { + "rshares": 384335950, + "voter": "leonir" + }, + { + "rshares": 744526625, + "voter": "thinkngrow" + }, + { + "rshares": 349944185, + "voter": "luisucv34" + }, + { + "rshares": 42932326495, + "voter": "milestone" + }, + { + "rshares": 3270221316, + "voter": "maximkichev" + }, + { + "rshares": 12426328804, + "voter": "nippel66" + }, + { + "rshares": 2976132321, + "voter": "imp3" + }, + { + "rshares": 3409584558, + "voter": "davidr" + }, + { + "rshares": 18771327082, + "voter": "mustafaomar" + }, + { + "rshares": 28727446047, + "voter": "royaltiffany" + }, + { + "rshares": 203718333639, + "voter": "jl777" + }, + { + "rshares": 1076818897, + "voter": "oecp85" + }, + { + "rshares": 207787451268, + "voter": "johnsmith" + }, + { + "rshares": 452080638, + "voter": "quigua" + }, + { + "rshares": 10990758206, + "voter": "winstonwolfe" + }, + { + "rshares": 859954354, + "voter": "happyphoenix" + }, + { + "rshares": 7262356354, + "voter": "webdeals" + }, + { + "rshares": 18455105687, + "voter": "proto" + }, + { + "rshares": 221727119, + "voter": "bitmap" + }, + { + "rshares": 10247978573, + "voter": "sisterholics" + }, + { + "rshares": 5344357822, + "voter": "logic" + }, + { + "rshares": 1993799598, + "voter": "andreynoch" + }, + { + "rshares": 2456070989, + "voter": "belkins" + }, + { + "rshares": 52649085689, + "voter": "gomeravibz" + }, + { + "rshares": 8764708303, + "voter": "taker" + }, + { + "rshares": 731831758, + "voter": "pakisnxt" + }, + { + "rshares": 62607001675, + "voter": "laonie" + }, + { + "rshares": 2648592275, + "voter": "timcliff" + }, + { + "rshares": 29014739933, + "voter": "myfirst" + }, + { + "rshares": 2037352685, + "voter": "roy.batty" + }, + { + "rshares": 102471576654, + "voter": "somebody" + }, + { + "rshares": 3835736527, + "voter": "flysaga" + }, + { + "rshares": 19820536682, + "voter": "midnightoil" + }, + { + "rshares": 7023685973, + "voter": "xiaohui" + }, + { + "rshares": 48570688158, + "voter": "terrycraft" + }, + { + "rshares": 14437662629, + "voter": "capper2016" + }, + { + "rshares": 1438674885, + "voter": "xiaokongcom" + }, + { + "rshares": 56250267, + "voter": "biggdogg" + }, + { + "rshares": 1253580623, + "voter": "villainblack" + }, + { + "rshares": 3236349620, + "voter": "blow" + }, + { + "rshares": 3570064064, + "voter": "xianjun" + }, + { + "rshares": 73603234, + "voter": "sijoittaja" + }, + { + "rshares": 71506742, + "voter": "evgenyche" + }, + { + "rshares": 1145609627, + "voter": "bledarus" + }, + { + "rshares": 83679447269, + "voter": "miacats" + }, + { + "rshares": 63303346, + "voter": "rmach" + }, + { + "rshares": 235318349, + "voter": "microluck" + }, + { + "rshares": 73290501683, + "voter": "helikopterben" + }, + { + "rshares": 68023298566, + "voter": "serejandmyself" + }, + { + "rshares": 801075067, + "voter": "telos" + }, + { + "rshares": 17823984520, + "voter": "yef99" + }, + { + "rshares": 51095992, + "voter": "kamil5" + }, + { + "rshares": 58132384, + "voter": "dobbydaba" + }, + { + "rshares": 5688444338, + "voter": "trev" + }, + { + "rshares": 7913107817, + "voter": "booky" + }, + { + "rshares": 2921015416, + "voter": "cryptovpn" + }, + { + "rshares": 24069417896, + "voter": "daut44" + }, + { + "rshares": 154945190, + "voter": "feminism" + }, + { + "rshares": 55633002031, + "voter": "skum" + }, + { + "rshares": 1200772644, + "voter": "maryfromsochi" + }, + { + "rshares": 23712596958, + "voter": "dubi" + }, + { + "rshares": 93769724, + "voter": "alina1" + }, + { + "rshares": 60796067, + "voter": "steemafon" + }, + { + "rshares": 68442517, + "voter": "projecthor" + }, + { + "rshares": 5550981381, + "voter": "chick1" + }, + { + "rshares": 50523318, + "voter": "aoki" + }, + { + "rshares": 50454788, + "voter": "typingagent" + }, + { + "rshares": 50468091, + "voter": "cwb" + }, + { + "rshares": 50357208, + "voter": "wdeniw" + }, + { + "rshares": 52315645, + "voter": "lexikon082" + }, + { + "rshares": 50878690, + "voter": "bobbybillbob" + }, + { + "rshares": 56535034, + "voter": "benberger" + }, + { + "rshares": 50821675, + "voter": "blck" + } + ], + "author": "sean-king", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "\n
    You shall no longer take things at second or third hand, nor look through the eyes of the dead, nor feed on the specters in books, You shall not look through my eyes either, nor take things from me, You shall listen to all sides and filter them from your self.  --Walt Whitman, Song of Myself 
    \n


    \n
    The whole history of these books [the Gospels] is so defective and doubtful that it seems vain to attempt minute enquiry into it: and such tricks have been played with their text, and with the texts of other books relating to them, that we have a right, from that cause, to entertain much doubt what parts of them are genuine. In the New Testament there is internal evidence that parts of it have proceeded from an extraordinary man; and that other parts are of the fabric of very inferior minds. It is as easy to separate those parts, as to pick out diamonds from dunghills.  --Thomas Jefferson, letter to John Adams
    \n


    \n
    There is no coming to consciousness without pain.  --Carl Jung
    \n


    \n


    \n

    _______________________________________________________

    \n

    Redeeming Christ, Part II, Chapter 5, How We Got Our Bibles

    \n


    \n

    Below is Chapter 4 of \"Redeeming Christ\".  Some of what I say below may not make sense unless you've read the Indispensable Introduction, Chapter 1, Chapter 2, Chapter 3 and Chapter 4.  

    \n


    \n

    _______________________________________________________

    \n


    \n

    \n

    (Jefferson's official portrait.  Source:  Wikipedia)

    \n


    \n

    Divine Inspiration

    \n


    \n

    If the earthly Jesus didn\u2019t authorize our Bibles, and if Christians argued for centuries over its makeup, how did history finally settle on \u201cthe\u201d Bible? Well, as we shall come to see, it didn\u2019t. But, to the extent that some modern Literalists believe that there is a single agreed-upon, infallible book of scripture, it is due, in their view, to the concept of \u201cdivine inspiration\u201d\u2014the idea that God\u2019s hand directed both the writing and the compilation of the Bible over hundreds of years.

    \n


    \n

    But, is this idea of divine inspiration a reasonable one? As suggested in the prior chapter, if God had intended for us to look to a history book for our spiritual salvation, he certainly should have, dare I say would have, made his intentions plainer, no? As Professor Ehrman notes:

    \n


    \n
    It is one thing for believers to affirm, on theological grounds, that the decisions about the canon, like the books themselves, were divinely inspired, but it is another thing to look at the actual history of the process and to ponder the long, drawn-out arguments over which books to include and which to reject. The process did not take a few months or years. It took centuries. And even then there was no unanimity. (Lost Christianities at 230)
    \n


    \n


    \n

    Because few lay Christians have ever done so, let\u2019s examine this drawn-out process in more detail. 

    \n


    \n


    \n

    The Gospels

    \n


    \n

    Much of the early arguments over the Bible centered upon which gospels should be included, and which excluded, from the New Testament. After all, as previously noted, there were far more gospels in circulation than merely the four known to our Bibles today:

    \n


    \n
    The greatest difficulty was in choosing the Gospels, and after much controversy, four were chosen: three, those of Matthew, Mark, and Luke, are synopses of Jesus\u2019 life, while John\u2019s Gospel concentrates on a few specific miracles performed by Christ. (Solomon J. Schepps, Foreward to the 1979 edition of Lost Books of the Bible at 9)
    \n


    \n


    \n

    Limiting the Gospels to only four was very important to some early Literalist leaders, although other Literalists and most Gnostics opposed this limitation, and the rationale for it was strained at best. Irenaeus, who we met in the last chapter, was one of the earliest and most vehement proponents of a four gospel canon, arguing that, \u201cit is not possible that there can be more or fewer than four\u201d for \u201c just as there are four regions of the universe, and four principal winds\u201d there must be only four gospels. Though hardly compelling, this rationale has been frequently cited over the centuries. 

    \n


    \n

    Later orthodox Literalists, who ultimately assumed control over the selection process (as we will discuss below), did offer more rational justifications for limiting the gospels to four: They deemed some of the additional ones to be merely supplementary or redundant and therefore unnecessary, while they viewed others, particularly those without a Literalist bent, as outright heretical:

    \n


    \n
    Of the accounts of the life of Jesus that were rejected by the Fathers, many were considered supplementary rather than false. Such was the case with the Gospels of Peter and Nicodemus and the two accounts of Christ\u2019s infancy (I and II Infancy)\u2026.
    \n


    \n

    ***

    \n


    \n
    Peter\u2019s Gospel, which was once held as high as those of Matthew and Mark, and more highly than those of Luke and John, was ultimately rejected because it differs too much in its details from the three chosen synopses. The Gospel of Thomas, one of the Nag Hammadi documents, was rejected for a very different reason. It opens by saying that he who understand the words of Jesus will be saved. This, of course, is in direct contradiction to the chosen Gospels\u2026which say that it is he who believes that will be saved\u2026. (Forward to the 1979 edition of Lost Books of the Bible at 9-10)
    \n


    \n


    \n

    The last of the \u201cchosen\u201d gospels, often called the fourth gospel, was that of John. But the modern reader may be surprised to learn that many early Christians disapproved of it selection:

    \n


    \n
    Even its first generation of readers disagreed as to whether John was a true gospel or a false one\u2014and whether it should be part of the New Testament. John\u2019s defenders among early Christians revered it as the \u201clogos gospel\u201d\u2014the gospel of the divine word or reason (logos, in Greek)\u2014and derided those who opposed it as \u201cirrational\u201d (alogos, lacking reason). Its detractors, by contrast, were quick to point out that John\u2019s narrative differs significantly from those of Matthew, Mark, and Luke. [A]t crucial moments in its account, for example, John\u2019s gospel directly contradicts the combined testimony of the other New Testament gospels. (Elaine Pagels, Beyond Belief: The Secret Gospel of Thomas at 34-35)
    \n


    \n


    \n

    Even so, because it can be bent to a Literalist interpretation, John\u2019s gospel came to be accepted as canon. 

    \n


    \n

    By way of contrast, the Gospel of Peter--a book much prized by most early Christians, rivaling in popularity the Gospels of Matthew and Mark and exceeding Luke and John--was ultimately rejected because it lent itself to a potentially \u201cheretical\u201d interpretation known as docetism. Although it came in a variety of forms, docetism can be understood for purposes of this book as the belief that Christ\u2019s divine nature kept him from experiencing true pain and suffering during his life and death. Serapion (c. 199), the orthodox Bishop of Antioch, (c. 199), concluded that because the Gospel of Peter could be interpreted in a manner inconsistent with orthodox teachings (which held that Jesus suffered in the ordinary sense), it could not have been written by the Apostle Peter. 

    \n


    \n

    While modern scholarship has confirmed that the Gospel of Peter was not written by the historical Peter, Serapion\u2019s rationale for dismissing it should concern those who assert the Bible\u2019s infallibility. Serapion discarded the book simply because he disagreed with it, not because he had any actual evidence or knowledge of forgery. Thus, in Serapion\u2019s approach we see the beginnings of an orthodox \u201clitmus test\u201d for determining the authenticity of early Christian manuscripts\u2014those that largely agreed with the orthodox position, or could be interpreted or easily edited to do so, were frequently held to be authentic, while those that outright contradicted orthodox views were always discarded as forgeries. 

    \n


    \n

    Renowned scholar Bruce M. Metzger, PhD, acknowledges that the compilers of the Bible applied just such a litmus test. According to Metzger, for a book to be considered canonical it must have met three tests:

    \n


    \n

    First, the books must have had apostolic authority\u2014that is, they must have been written either by apostles themselves, who were eyewitnesses to what they wrote about, or by followers of apostles.

    \n


    \n

    [S]econd, there was the criterion of conformity to what was called the rule of faith. That is, was the document congruent with the basic Christian tradition that the [orthodox] church recognized as normative? 

    \n


    \n

    And third, there was the criterion of whether a document had had continuous acceptance and usage by the church at large. [Quoted in The Case For Christ at 66]

    \n


    \n


    \n

    Other scholars have noted that the litmus test came in four parts rather than three, recognizing an additional requirement that the book be \u201cancient\u201d. But regardless, it is the second test, the \u201crule of faith\u201d, that is most intriguing to critical scholars. 

    \n


    \n

    The \u201crule of faith\u201d, sometimes called the \"standard of faith\" rested on the now questionable assumption that the orthodox view of Christianity represented the exclusive authentic tradition. Under this standard, any early Christian document that contradicted the orthodox understanding was considered by the orthodox Literalists of the second and third centuries to be a forgery. For instance, the Gospel of Peter met every prong of the orthodox litmus test noted above save one\u2014the \u201crule of faith\u201d. After all, it was ostensibly written by the Apostle Peter and it was widely used and considered authentic by a great number of Christians, proving itself to be even more popular than Luke or John. The simple fact is that we don\u2019t read the Gospel of Peter in our Bibles today only because parts of it could not be reconciled with certain orthodox teachings and, as we shall see, it was the orthodox who compiled our Bibles. 

    \n


    \n

    Perhaps this rationale for excluding the Gospel of Peter and other books is acceptable to those who take it on faith that the orthodox tradition was the true and complete one, but it is troublesome for those who know otherwise. After all, the reasoning employed by the early orthodox is circular: \u201cWe\u2019re right and they are wrong\u201d, contended the orthodox leaders who compiled our Bibles. \u201cSo those manuscripts that agree with us are obviously authentic, while those that do not are certainly forgeries. Therefore we shall create a collection of the \u2018authentic\u2019 teachings, and then we can point to the authenticity of this collection as proof that our interpretation of Christianity is the right one.\u201d One doesn\u2019t have to be a logician to find the holes in that reasoning.

    \n


    \n


    \n

    The Letters

    \n


    \n

    Not surprisingly, the debate over the Bible wasn\u2019t limited to the Gospels alone, but included the New Testament letters (epistles) as well. Several of the epistles in our present-day Bibles were not well respected by important early Christians, even some Literalist ones. In Origen\u2019s (c. 210) catalogue of New Testament scriptures, the Epistles of James and Jude are omitted, and Origen notes that many Christians were skeptical of 2 Peter and 2 and 3 John. More than a hundred years later, Eusebius (c. 315) states that some Christians of his time still doubted or outright rejected the authenticity of these same five books. Eusebius himself considered Revelation to be spurious. Jerome (c. 382) spoke dubiously of the epistle to the Hebrews. As late as the fifth century, the Syrian church venerated only 22 books, excluding 2 Peter, 2 and 3 John, Jude and Revelation. By contrast, the present day Ethiopian church accepts all twenty-seven books of our present day New Testament, but adds four more. 

    \n


    \n

    The famous fourth century teacher known as Didymus the Blind was among those who believed that 2nd Peter was a forgery. Interestingly though, he cited the Shepard of Hermas and other noncanonical books favorably. 

    \n


    \n

    The last book of the Bible, Revelation, is not included in the various catalogues of the New Testament offered by such notable early Christians as Cyril, Bishop of Jerusalem (c. 340); the Bishops at the Council of Caudices (c. 364); Gregory Nazianzen, Bishop of Constantinople (c. 375); and Philastrius, Bishop of Brixia in Venice (c. 380). 

    \n


    \n

    In short, as late at 400 CE there was no accepted, universal canon of Christian scripture. And, as we shall soon see, there still isn\u2019t even today. 

    \n


    \n


    \n

    Forgery, Forgery Everywhere

    \n


    \n

    Forgery was commonly practiced in ancient times, so early Christians had reason to be skeptical when their opponents pointed to various manuscripts to \"cinch\" their argument. And as we shall see, we have even more reasons to be skeptical of these same manuscripts today. 

    \n


    \n

    Arguing in support of the integrity of our modern Bibles, Literalists often cite the research of critical scholars who have proven many of the excluded texts, such as the once-prized Gospel of Peter, to be forgeries (i.e., it was not really written by the historical Peter). But, these Literalists overlook the fact that these very same scholars have also shown several of our New Testament letters to be forgeries:

    \n


    \n
    Scholars have long recognized that even some of the books accepted into the canon are probably forgeries. Christian scholars, of course, have been loathe to call them that and so more commonly refer to them as \u201cpseudonymous\u201d writings. Possibly this is a more antiseptic term, but its does little to solve the problem of a potential deceit, for an author who attempts to pass off his own writing as that of some other well-know person has written a forgery. That is no less true of the book allegedly written to Titus that made it into the New Testament (Paul\u2019s Letter to Titus) than of the book allegedly written by Titus that did not (Pseudo-Titus), both claiming to be written by apostles (Paul and Titus), both evidently written by someone else. (Ehrman, Lost Christianities at 9)
    \n


    \n


    \n

    In fact, all of Paul\u2019s New Testament \u201cPastoral letters\u201d--1 and 2 Timothy and Titus--are now known to have been written long after Paul\u2019s death, very likely in the late first century.  Among the New Testament books attributed to Paul, only Galatians, 1 and 2 Corinthians, 1 Thessalonians, Philippians, Romans, and Philemon are universally recognized by critical and \u201cfaithful\u201d scholars alike as authentic. Ephesians, Colossians and 2 Thessalonians are sometimes disputed, but the definite consensus of critical scholars is that they are either fabrications or severely edited versions of some now lost originals. 

    \n


    \n

    Although I cannot document here all of the various, compelling reasons why critical scholars are so sure that many New Testament epistles are faked, I will take a moment here discuss the Pastorals. 

    \n


    \n

    In addition to the skepticism expressed by early prominent Christians and church fathers like those noted in the previous section above, the earliest extant catalogue of Paul\u2019s letters makes no mention at all of the Pastorals. Indeed, there is no evidence of their existence prior to c. 190 when Irenaeus conveniently makes mention of them. And yet, even despite these references by Irenaeus, Eusebius (c. 300), the so-called \u201cFather of Church History\u201d, does not include the Pastorals in his catalogue of the books of sacred scripture, even though he definitely knew of them. 

    \n


    \n

    But modern scholars have many additional reasons for doubting the authenticity of the Pastorals. For one, they curiously reference aspects of church structure and hierarchical governance that, although favored by the orthodox, did not exist during Paul\u2019s lifetime. The structure of church governance discussed in the Pastorals (a top-down hierarchy) is in many ways inconsistent and irreconcilable with the organizational structure of Paul\u2019s churches described in his authentic writings (which took a more democratic, bottom-up presbyterian approach).

    \n


    \n

    Additionally, the vocabulary and tone of the Pastorals is curious. They use a number of words not found elsewhere in Paul\u2019s authentic writings, and specifically contradict the teachings of the known authentic writings on many points. Not surprisingly, these points of contradiction typically advance an orthodox understanding of Christianity, with the Pastorals apparently serving to \u201cclarify\u201d those parts of Paul\u2019s authentic writings that lent themselves to a Gnostic, \"heretical\" interpretation. 

    \n


    \n

    For these and other reasons, critical scholars are in near unanimous agreement that the Pastorals are second century forgeries, and rather poor ones at that. 

    \n


    \n


    \n

    Circumstantial Evidence of Forgery

    \n


    \n

    Although the most \u201cfaithful\u201d of Literalist attempt to dispute the direct evidence of forgery noted above--rationalizing, for example, that the unusual vocabulary of the Pastorals might be attributable to the fact that Paul may have dictated his various letters at different times to different scribes who sometimes paraphrased him (while nonetheless perfectly preserving his \"divinely inspired\" message, we are assured)--there can be no dispute on the following point: To advance their cause, certain highly educated proto-orthodox forgers authored letters in the names of the Apostles or their followers, letters that their descendants eventually excluded from the Bible for one reason or another. For example, as mentioned previously, some orthodox sympathizer forged a letter from Titus, now called \u201cPseudo-Titus\u201d (meaning \u201cfalse Titus\u201d), that is not found in our New Testament. Extra-biblical documents forged in the name of the Apostle Paul include 3 Corinthians (created in the second century largely in order to undermine the docetic \u201cheresy\u201d, it was eventually accepted as canonical only by the Armenian church and certain Syrian churches), several letters from Paul to the Roman philosopher Seneca (designed to cast Paul as a great philosopher), and at least one to the church at Laodicea. Yet other known Pauline forgeries are lost to history\u2014we know them only because they are referenced in ancient writings that have been preserved. 

    \n


    \n

    Faithful readers should not be surprised that all these letters were being forged in Paul\u2019s name. After all, 2 Thessalonians (2:2) records that Paul was concerned that people were forging letters in his name even in his own time. However:

    \n


    \n
    In an interesting twist, scholars today are not altogether confident that 2 Thessalonians itself was written by Paul. And so we have a neat irony: either 2 Thessalonians was written by Paul and someone else was producing forgeries in Paul\u2019s name, or 2 Thessalonians itself is a forgery that condemns the production of forgeries in Paul\u2019s name. Either way, someone was forging books in Paul\u2019s name. (Lost Christianities at 10)
    \n


    \n


    \n

    Although these undisputed forgeries weren\u2019t included in our New Testaments, to the relief of many Literalists, their mere existence casts additional doubt on many of the books that did. These extra-biblical forgeries prove indisputably that some early, highly-educated proto-orthodox sympathizers--members of the very group whose spiritual descendants ultimately organized and canonized the New Testament as Holy Writ (as we shall see)--were ready, willing, and able to employ deceit to advance their cause and to undermine the authority of their Christian opponents, going even so far as to forge letters in the name of key Apostles. Even the Catholic Encyclopedia admits as much: \"Both Catholics and Gnostics were concerned in writing these fictions. The former had no motive other than that of pious fraud.\" Gnostic forgeries were then presumably \"impious frauds.\" 

    \n


    \n

    Combine this known and admitted propensity for forgery with the doctrine-based litmus test later adopted by their descendants for purposes determining the authenticity of ancient Christian documents, and it would be a divinely inspired miracle indeed if some forgeries didn\u2019t make it into our New Testaments. 

    \n


    \n

    So, even if we ignore the all-but-conclusive direct evidence of forgery within our New Testament, we have compelling circumstantial evidence as well: We know with certainty that the Literalist Church had the means to commit forgery, as evidenced by, among other things, their extant forgeries that did not make it into the New Testament. We also know that the Literalists had the motive to forge documents and include them in the canon (e.g., by forging documents in Apostles\u2019 names and designating those documents as the infallible Word of God, Literalists would gain an advantage in the battles for the heart and soul of early Christianity). Finally, Literalists had the opportunity to include forged documents in the Bible: A century or two after these documents were forged, the spiritual descendants of these Literalist forgers attempted to \"close the cannon\" and adpoted a doctrine-based litmus test of authenticity that all but assured some forged documents would be canonized. 

    \n


    \n

    In light of this evidence, it is only the most \u201cfaithful\u201d of Christians who deny that parts of the New Testament are obvious forgeries. Sadly, such \u201cfaithfulness\u201d borders on irrationality: It is not merely \u201cevidence of things unseen\u201d (as Paul defined faith), but the irrational rejection of things seen plainly. It is not merely an acceptance of the unprovable, but acceptance in spite of overwhelming evidence to the contrary. Why should anyone have such faith? More importantly, why would a benevolent, loving God have made such irrational faith a precondition of salvation? I can think of no reason at all, but I can, and have, identified many reasons why less than benevolent, power-driven humans did so. 

    \n


    \n


    \n

    Bibles, Bibles Everywhere

    \n


    \n

    Even if we ignore the known forgeries in the New Testament, there are many other problems with Literalist claims of the Bible's infallibility. One is that, as previously alluded, there is simply no such thing as the Bible. Over centuries what we now call the Bible has undergone numerous changes, and \"the\" church has never enjoyed a definitive version. For example, the identity of the books comprising the Old Testament has changed over the years, the Apocrypha was dropped from the Protestant Bible altogether after the Council of Trent (1545-1563) and, as we have seen, the books of the New Testament weren\u2019t fixed until the late fourth century or early fifth century, and even then there still wasn\u2019t complete unanimity in Christendom. The Catholic Encyclopedia admits, \"The idea of a complete and clear-cut canon of the New Testament existing from the beginning...has no foundation in history.\" 

    \n


    \n

    Another problem with claims of biblical infallibility is that, even today (and ignoring disputes over which books are canonical) we have numerous versions of \u201cthe\u201d Bible. Just since the King James Version was first published in the early 1600\u2019s, English speaking peoples have seen more than three hundred English translations of the Bible alone! A trip to the local bookstore will acquaint the reader with some of these, and a somewhat more comprehensive listing can be found here.

    \n


    \n

    So, why the need for so many Bibles?

    \n


    \n

    Well, different versions exist for two primary reasons: (1) scholars disagree about which of the ancient manuscripts should be translated into our modern Bibles, and (2) translators disagree as to how to properly translate a given manuscript into a language understandable by modern audiences. Let\u2019s discuss each of these disagreements, beginning with the last one first.

    \n


    \n


    \n

    Difficult Translations

    \n


    \n

    Jesus and his immediate followers, like most Jews of Palestine for centuries before them, spoke Aramaic, a language that is all but dead today. However, the oldest complete New Testament manuscripts still in existence are all written in an ancient form of Greek, called \u201cKoine\u201d, and all of these oldest manuscripts are \u201cuncials\u201d, meaning that they are written in only capital Greek letters with no spaces between words, no line breaks, and almost no punctuation marks\u2014i.e., no periods, no commas, no page breaks, and no exclamation points. 

    \n


    \n

    These facts are important for several reasons. First, they demonstrate that, with only a few exceptions, even the oldest existing copies of the New Testament capture the words of Jesus and the Apostles only in translated form. We do not know the actual words that were originally spoken by Jesus and his Apostles in Aramaic, rather we have only a Greek hearsay translation. And, unfortunately, something is always lost in translation: As Rabbi Judah eloquently stated, \u201cHe who translates a biblical verse literally is a liar, but he who elaborates on it is a blasphemer.\u201d 

    \n


    \n

    The translator\u2019s job is to express in language understandable to his audience the meaning of words originally spoken or written by someone else using a different language. Given linguistic differences in grammar, syntax, punctuation and figures of speech, this is no easy task under the best of circumstances\u2014but, Bible translators face additional complications. NAMELYTHEYARECHARGEDWITHACCURATELYTRANSLATINGANCIENTMANUSCRIPTSTHATAREWRITTENINALLCAPSDEVOIDOFPUNTUATIONORSPACESANDTHATWEREWRITTENTHOUSANDSOFYEARSAGOINLANGUAGEORDIALECTSTHATHAVEBEENDEADFORCENTURIES.

    \n


    \n

    If that last \"all caps\" sentence didn\u2019t make any sense, it is only because I wrote it in uncial form in hopes of giving the reader some appreciation for the difficult task of translating ancient uncials. Here\u2019s what I actually said: \u201cNamely they are charged with accurately translating ancient manuscripts that were written in all caps, which are virtually devoid of punctuation marks or spaces, and that were written thousands of years ago in languages or dialects that have been dead for centuries.\" If the reader had difficulty making sense of the \"all caps\" phrase above (even though it was written in modernEnglish), imagine how much greater the difficulty of interpreting a dead, foreign language written in such a manner. 

    \n


    \n

    The first step in any translation of an ancient document is to develop an understanding of the original author\u2019s intent. As anyone who has ever attempted to interpret a document knows, this is more art than science, especially when the original author has been dead for two millennia, came from a foreign culture, and spoke a dead language. Given the difficultly that each present day generation has in understanding the next one (and vice versa), imagine how much more difficult it must be for a modern translator to truly see the world through the eyes of a first century writer from another culture. 

    \n


    \n

    In short, despite their best efforts, a translator\u2019s presuppositions (paradigms) affect his or her understanding of the original writer\u2019s intent, and therefore taint his or her interpretation of the original writer\u2019s words. The Preface to the New King James Version of the Bible, which is itself \u201cthe fifth revision of a historic document translated from specific Greek texts\u201d, is to be commended for acknowledging as much explicitly:

    \n


    \n
    [T]he most important differences in the English New Testaments of today are due\u2026to the way in which translators view the task of translation: How literally should the [original] text be rendered? How does the translator view the matter of biblical inspiration? Does the translator adopt a paraphrase when a literal rendering would be quite clear and more to the point?\u201d [parentheticals and emphasis added]
    \n


    \n


    \n

    In other words, as the preface to the New King James version makes clear, the meaning of the translated Bible varies according to the particular translator\u2019s presuppositions, including whether or not the translator presupposes that the Bible is a spiritual book written by mortals, or a divinely inspired book of history. Or, said another way, the Paradigm of Historicity affects the translation! In this manner, centuries of translator bias (until very recently, almost exclusively Literalist ones) have been not-so-subtly incorporated into the substance of the most Bible versions available to us today. We will expose many of these as we proceed. 

    \n


    \n

    Assuming a translator can overcome the first challenge of truly understanding the intent of the original writer, the second step in translation is to then render the that understanding in language comprehensible to the translator\u2019s audience. The Christian William Tyndale was the first translator to offer an English Bible (c. 1526) derived from the most ancient Greek manuscripts available at the time (rather than later Latin manuscripts that had served as the basis for most previous translations). For this, he was eventually burned at the stake for heresy. Even so, many of his words survive to this day. It was Tyndale who, via artful translation, created from whole cloth many of the most memorable words and phrases found in our modern Bibles:

    \n


    \n
    It was Tyndale who established \u2026that the Bible should not be in the language of scholars but in the spoken language of the people. [H]e coined such words as \u201cPassover,\u201d \u201cscapegoat,\u201d \u201cmercy seat,\u201d and \u201clong-suffering.\u201d
    \n

    \n
    Many expressions of Tyndale are also unforgettable, cherished by countless readers of the English Bible: \u201cthe kingdom of heaven is at hand\u201d (Matt. 3:2); \u201cthe pinnacle of the temple\u201d (Matt. 4:5); \u201cthe salt of the earth\u201d (Matt. 5:13); \u201cdaily bread\u201d (Matt. 6:11); \u201cConsider the lilies of the field, how they grow\u201d (Matt. 6:28); \u201cmeek and lowly in heart\u201d (Matt 11:29); \u201cshepherds abiding in the field\u201d (Luke 2:8); \u201ceat, drink, and be merry\u201d (Luke 12:19); \u201cfatted calf\u201d (Luke 15:23); \u201conly begotten son\u201d (John 1:14, 18); \u201cin my Father\u2019s house are many mansions\u201d (John 14:2); \u201cin whom we live and move and have our being\u201d (Acts 17:28); \u201cGod forbid\u201d (Rom 3:4); \u201csounding brass\u201d and \u201ctinkling cymbal\u201d (1 Cor. 13:1); \u201cin the twinkling of an eye\u201d (1 Cor. 15:52); \u201csinging and making melody (Eph. 5:19); \u201coffice of a bishop\u201d (1 Tim. 3:1); \u201cthe pleasures of sin for a season\u201d (Heb. 11:25); \u201can advocate with the Father\u201d (1 John 2:1); and \u201cBehold, I stand at the door and knock\u201d (Rev 3:20). (How We Got the Bible at 178-179)
    \n


    \n

    Despite their familiarity, the above expressions do not appear in the original Greek, at least not in so many words: 

    \n


    \n
    [I]t is noteworthy that these expressions could have been translated differently from the Greek text, yet because Tyndale had such an ear for the English language, these [para]phrases live on. [parentheticals added]. (How We Got the Bible at 179)
    \n


    \n

    In short, as previously stated, something is always lost (and sometimes added)in translation. 

    \n


    \n


    \n

    An Important Diversion to Discuss Misleading Translations 

    \n


    \n

    Before moving on to discuss the second primary reason that there are so many versions of the Bible\u2014namely, disagreements over which ancient documents to translate,--its worth pausing here to explore the significance of translator bias. Until very recently, virtually all Bible translations were overseen by committed Christians steeped in the Literalist, orthodox tradition. Even most of the so-called heretics of the last thousand years were, like William Tyndale, Literalists. Consequently, the Paradigm of Historicity, and all orthodox doctrines derived therefrom, weighed heavily on their efforts, and the biases of these original translators have influenced subsequent translations ever since. 

    \n


    \n

    Translators who presuppose that the Bible is the \u201cinspired\u201d word of God naturally \u201cview the task of translation\u201d, if only unconsciously, as supporting this idea. Such translators assume that God\u2019s inspired Word simply can\u2019t contradict itself or contain error. Thus, centuries of translators have adopted interpretations and translations that seek to reconcile or downplay inconsistencies or discrepancies that are evident in the original tongue. For example:

    \n


    \n
    All of the Gospels present but one view of Jesus, that he is the Son of God. Yet in presenting this view their individual descriptions of him and his sayings often employ different words. Through the years, these verbal distinctions, either intentionally or unintentionally, tended to be \u201charmonized\u201d by the scribes. Thus it is a sound conclusion that in parallel accounts the text which preserves the minute verbal differences is generally the [more authentic] text. (How We Got the Bible at 93)
    \n


    \n


    \n

    The result of this translator and scribal bias for consistency is that some parts of our modern Bibles appear to modern readers to be more of a coherent whole than they actually are, while other parts appear to less of a whole than they should. The following pages will provide numerous examples of the former, but here I will note one very basic example of the latter: 

    \n


    \n

    \u201cJesus\u201d is the Greek rendering of the Hebrew name \u201cJoshua\u201d, meaning \u201csavior.\u201d It was a very common name among first century Jews. And yet it has become customary among translators to render the name of the Old Testament hero of Exodus as \u201cJoshua\u201d and that of the New Testament hero of the same name as \u201cJesus\u201d. Inconsistently translating these names adds to Jesus\u2019 uniqueness while at the same time obscuring certain similarities in the lives and actions of the two biblical heroes that may otherwise be obvious. The differing nomenclature discourages the reader from drawing analogies between the lives of the two figures, analogies that the authors of the gospels almost certainly intended. 

    \n


    \n

    Translator bias has also served to obscure some striking similarities between the New Testament and other Gnostic scriptures. The Bible is almost always rendered in the familiar \u201cchurch speak\u201d originally adopted by Literalist translators over the centuries. However, it\u2019s important to understand that identical Greek words and ideas appearing in surviving Gnostic writings are typically rendered in unfamiliar \u201cpagan\u201d, heretical language, or simply left un-translated altogether, making these works seem more foreign, bizarre, and incredible than they should. To illustrate the point, let\u2019s consider just how strange, dare I say Gnostic, parts of the New Testament sound if we translate them from the Greek using the same principles often employed when translating Gnostic manuscripts.

    \n


    \n

    The Greek word for wisdom is \u201cSophia\u201d, which is also the name of the Greek goddess that personified the same. In Gnostic mythology, Sophia was the companion and lover of the Logos (often translated as \u201cword\u2019, which we will discuss more below), which all Christians equate with Christ (thanks to the opening chapter of the fourth gospel). This may be one reason why translators almost always translate the Greek word \u201cSophia\u201d as simply \u201cwisdom\u201d in the New Testament, but as \u201cSophia\u201d in most Gnostic texts. But is such inconsistent treatment justified? What happens, for example, when we translate some familiar Bible passages using principals of translation traditionally applied to Gnostic texts? Let\u2019s begin with words attributed to Paul in Colossians 1:8 (highlighted words are those that have been reworded using more consistently applied principles of translation, as is done with non-canonical books from the time):

    \n


    \n
    We proclaim [Christ]\u2026teaching every man in the ways of Sophia that each may become an initiated member of Christ. (Colossians 1:28)
    \n


    \n


    \n

    Translated in this manner, and remembering that in Gnostic theology, Sophia was the lover of the Logos (Christ), Paul sounds\u2026well\u2026radical. In essence, Paul teaches that we become one with Christ (that is, \u201cmembers\u201d of Christ) by learning the ways (i.e., assuming the role) of his mythical lover, Sophia. Though strange, this lesson is actually consistent with orthodox doctrine that the church is the \u201cbride of Christ\u201d, and it is also indistinguishable from the Gnostic teaching on this subject.

    \n


    \n

    Continuing: 

    \n


    \n
    My purpose is that they may\u2026become one in love, so that they may\u2026experience the Gnosis of God\u2019s mystery, namely, Christ, in whom are hidden all the treasures of Sophia and Gnosis. [emphasis added] (Colossians 2:2-3)
    \n


    \n


    \n

    Here Paul teaches that mystical \u201coneness\u201d is achieved through Gnosis (or experiential knowledge) of God\u2019s \u201cmystery\u201d, which he defines as Christ. Christ is not discussed as an historical personage, but as a higher consciousness that, once identified with to the exclusion of our ego (i.e., once we become one with it), leads to spiritual insight\u2014hidden wisdom (Sophia) and knowledge (gnosis). This is pure Christian Gnosticism, plain and simple. Only the common misleading translation keeps us from seeing it as such. 

    \n


    \n

    Proceeding further:

    \n


    \n
    We speak of Sophia among the initiated; not the Sophia of this aeon, nor of the rulers of this aeon, who are passing away; but we speak of God\u2019s Sophia in a mystery. (1 Corinthians 2:6)
    \n


    \n


    \n

    And:

    \n


    \n
    It is central to our faith that in the end we will all attain Oneness through Gnosis of God\u2019s Son, becoming fully initiated human beings, equal to nothing less than the pleroma of Christ. (Ephesians 4:13)
    \n


    \n


    \n

    \u201cGod\u2019s Sophia\u201d, \u201cinitiated\u201d, \u201cmystery\u201d, \u201caeons\u201d, \u201coneness\u201d and \u201cpleroma\u201d, all of these are quintessentially Gnostic terms, terms one would find repeated over and over in most any Christian Gnostic texts such as those found at Nag Hammadi. And yet, although they are expressed in the original Greek manuscripts of our Bibles, these terms are foreign to most Christians simply because bias, primarily the doctrine of divine inspiration and the Paradigm of Historicity, keeps translators from expressing Paul in this way. Rather than use the word \u201cinitiated\u201d, which is a more proper and accurate translation of the original Greek, and one they surely would have used if translating the same word in a Gnostic text, translators substitute the word \u201cmature.\u201d Rather than use the Greek word \u201cGnosis\u201d, which describes subjective, experiential knowledge (like knowing how to ride a bike) as opposed to objective, intellectual knowledge (like one plus one equals two), translators just use the more antiseptic (if somewhat misleading) English word \u201cknowledge\u201d, which has the added benefit of obscuring Paul\u2019s Gnostic tendencies.

    \n


    \n

    Another example of a translation that obscures the similarities between the Gnostic texts and the New Testament is the rendering of logos in many Gnostic texts as logos, but in the New Testament as \u201cWord\u201d (such as in John 1:1) The Greek word logos, which is the root of the English word \u201clogic\u201d, has no strict English equivalent. It can be alternatively translated as \u201cword\u201d, \u201creason\u201d, or \u201cidea\u201d depending upon context, but it actually contains elements of all three, plus more. No one English word captures the true essence of the Greek logos. 

    \n


    \n

    In the centuries before and immediately after Jesus, \"logos\" was a term of art used by pagan philosophers and adepts of the Mysteries Religions, including the Christian Gnostics. They generally used it to describe the thoughts of God\u2019s Mind through which God created and sustains the universe, or said another way, the objects of God\u2019s consciousness. To put it in terms readily understandable to most present-day Literalist Christians, before God spoke the words \u201cLet there by light\u201d (Genesis 1:3), God had to first have the idea (logos) of light in mind, else his words would have had no meaning or effect. Because thought, which is made manifest in words, must precede action, Gnostics came to view God\u2019s thoughts/ideas/words as the true source and sustainer of all Creation, present with God \u201cin the beginning\u201d, for creation could not exist prior to God conceiving of it. These divine thoughts or ideas, which are separate from God and yet one with Him (in the same sense that our thoughts are separate from our minds yet have no existence outside of them) are the divine logos. It will serve our purposes sufficiently if we conceptualize the divine logos for now as God\u2019s consciousness. 

    \n


    \n

    In Gnostic mythology, which the reader will recall contains much figurative language, creation is the result of the one transcendent God becoming consciousness of Himself. Exactly how this happened is a mystery symbolized in numerous and varying myths, but Gnostics reasoned rightly that consciousness requires both a subject and an object\u2014that is, there must be a witness (the person or thing that is conscious\u2014i.e., the \u201cmind\u201d) as well as the witnessed (i.e., the person or thing of which on is conscious, or the \u201cthought\u201d). In the Gnostic allegorical myths that seek to encode this truth, Gnostics often referred to the original witness (i.e., the \u201cmind\u201d of God) as \u201cthe Father\u201d. Likewise, they referred to the thoughts of that Divine Mind, the ideas which God\u2019s Mind contemplates, as \u201cthe Son\u201d or \u201cthe Logos\u201d (Word). Thus, thoughts (the Son) were conceptualized as the \u201coffspring\u201d or \u201cfirst born\u201d or \u201cbegotten\u201d of the mind (the Father), present with God at the dawn of creation. Before God thought, nothing was, for consciousness did not exist. Thus, Father and Son are as inseparable as thought is from mind. The Athanasian Creed expresses these ideas perfectly:

    \n


    \n
    The Father is made of none, neither created nor begotten, The Son is of the Father alone, neither made nor created, but begotten. [N]one is afore or after the other, none is greater or less than another.
    \n


    \n


    \n

    And, as Origen once noted, \u201cThe Father did not beget the Son, but ever is begetting him.\u201d

    \n


    \n

    The experience of this simple idea was almost certainly part of the fundamental Inner Mystery taught by all Gnostic Mystery Schools in the centuries before and after Jesus. Centuries before Christ the pagan Gnostic Heraclitus (c. 600 BCE) wrote, \u201cThe Father and Son are the same.\u201d According to Clement of Alexandria, the pagan Gnostic Euripides had years before \u201cdivined as in a riddle that the Father and the Son are one God.\u201d The legendary pagan sage Orpheus, who lived, if at all, thousands of years before Christ, is quoted by the Christian Clement of Alexandria as having taught: 

    \n


    \n
    Behold the Logos divine. Tread well the narrow path of life and gaze on Him, the world\u2019s great ruler, our immortal king. (Quoted in The Jesus Mysteries at 83)
    \n


    \n

    Clement of Alexandria himself writes:

    \n


    \n
    The Son is the Consciousness of God. The Father only sees the world as reflected in the Son. (Quoted in The Jesus Mysteries at 84) [parentheticals added]
    \n


    \n


    \n

    Continuing with this idea for a moment, it is important to note that Gnostics sought to explain the mystery of human consciousness by characterizing it as fragmented, dispersed pieces of the One Divine Consciousness\u2014that is, of the Son or logos, which Christians specifically equate with Christ. How portions of the One Divine Consciousness came to be dismembered and encapsulated within each of us, how we lost our ability to \u201caccess\u201d or \u201crely on\u201d it in our daily lives, and how we can regain it, are all mysteries described allegorically in many Gnostic and Christian myths. For Christians, the most important of these myths are those describing the Incarnation of Christ (God\u2019s consciousness becoming encapsulated in man), the Fall of Man (man losing his ability to rely on that consciousness and instead being ruled by his unconscious paradigms and passions, which Paul called \u201cthe flesh\u201d), and Christ\u2019s Crucifixion and Resurrection (describing the way back to union with God, or oneness with the cosmic consciousness). 

    \n


    \n

    These Gnostic teachings about the dispersion of human consciousness, and its reunion with God, may seem quite strange to Literalists, so I will again remind the reader of just a few of Paul\u2019s words on this subject:

    \n


    \n
    For just as the body is a unity and yet has many members, and all the members, though many , form only one body, so it is with Christ\u2026.[i.e., the logos or Son]. For by means of one shared Spirit [or consciousness] we were all baptized into one [spiritual] body\u2026. 
    \n


    \n
    Now you (collectively) are Christ\u2019s body [i.e., the Logos, the One Divine Consciousness], and individually members [i.e., dispersed pieces] of it. (1 Corinthians 12:11-27)
    \n


    \n
    It is inherent in our faith that in the end we will all attain Oneness through Gnosis of God\u2019s Son, becoming fully initiated human beings, equal to nothing less than the pleroma [fullness] of Christ. [Ephesians 4:13 as rendered in Jesus and the Lost Goddess at 149))
    \n


    \n


    \n

    In Ephesians 4:25, Paul writes \u201c[w]e are all parts of one body and members one of another.\u201d In Colossians 1:25-28, Paul writes that his purpose in life is to reveal to us the Mystery that was hidden in past ages--namely, that Christ (i.e., the logos) is in us! In Galations 1:15, Paul writes that \u201cGod revealed his Son in me\u201d [emphasis added]. Demonstrating that he had come to identify completely with this higher consciousness within him, and ceased identifying with his ego, Paul states, \u201c[I]t is no longer I [i.e., my ego or \"flesh\"] who live, but Christ [the logos] lives in me; and the life I now live in this body I live by faith\u2014by reliance on and complete trust in the Son of God\u2026.\u201d 

    \n


    \n

    As we have previously noted, Jesus offers the same teachings, most explicitly in the Gospel of John (17:19-26). There, Jesus prays that his followers will come to know their true nature. He prays that they will be \u201csanctified by the Truth\u201d so that they:

    \n


    \n
    all may be One--just as You, Father, are in Me and I in you, they also may be One in Us. [I] in them and You in Me, in order that they may become One and perfectly united....
    \n


    \n


    \n

    And nowhere is this pre-Christian, Gnostic teaching of creation emerging from the oneness of God through the facility of the logos (which is then dispersed among all peoples) better illustrated than in the opening Chapter of the Gospel of John (v. 1-4): 

    \n


    \n
    In the beginning was the Logos [i.e., Divine Consciousness, or thoughts of God, confusingly translated as \u201cthe Word\u201d], and the Logos was with God, and the Logos was God. He was with God in the beginning. All things came into being by Him, and apart from him nothing came into being [i.e., nothing existed prior to God becoming conscious]. In him was the life and that life was the light [i.e., consciousness] of men.
    \n


    \n


    \n

    I could continue with innumerable examples of how misleading translations, warped as they are by the Paradigm of Historicity and doctrine of divine inspiration, have served to obscure similarities between Gnostic and Literalist texts. But the above is hopefully sufficient evidence for now that, properly translated and freed of the Paradigm of Historicity, large parts of the New Testament support, indeed demand, a Gnostic interpretation. 

    \n


    \n

    (to be continued in Chapter 5, Part 2)

    \n


    \n", + "category": "god", + "children": 28, + "created": "2016-08-31T16:07:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/08/31/Official_Presidential_portrait_of_Thomas_Jefferson_by_Rembrandt_Peale_18003f466.jpg" + ], + "links": [ + "https://steemit.com/philosophy/@sean-king/redeeming-christ-an-indispensable-introduction", + "https://steemit.com/philosophy/@sean-king/redeeming-christ-part-i-chapter-i-deconstructing-faith", + "https://steemit.com/bible/@sean-king/redeeming-christ-part-i-chapter-2-the-perplexing-power-of-paradigms", + "https://steemit.com/bible/@sean-king/the-bible-isn-t-mainly-history", + "https://steemit.com/christianity/@sean-king/early-christianities-weren-t-orthodox", + "https://en.wikipedia.org/wiki/Docetism", + "https://steemit.com/god/@sean-king/reading-the-bible-is-like-picking-out-diamonds-from-dunghills-part-2" + ], + "tags": [ + "god", + "bible", + "christianity", + "religion", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 38788362396320, + "payout": 158.804, + "payout_at": "2016-09-07T16:07:33", + "pending_payout_value": "158.804 HBD", + "percent_hbd": 10000, + "permlink": "reading-the-bible-is-like-picking-out-diamonds-from-dunghills", + "post_id": 1072528, + "promoted": "200.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 141 + }, + "title": "Reading the Bible is \"Like Picking Out Diamonds from Dunghills\"--Part 1", + "updated": "2016-08-31T16:33:21", + "url": "/god/@sean-king/reading-the-bible-is-like-picking-out-diamonds-from-dunghills" + }, + { + "active_votes": [ + { + "rshares": 28641756642483, + "voter": "dantheman" + }, + { + "rshares": 3066676253333, + "voter": "lafona-miner" + }, + { + "rshares": 487525338167, + "voter": "lafona" + }, + { + "rshares": 1099055663468, + "voter": "delegate.lafona" + }, + { + "rshares": 308752978889, + "voter": "lafona5" + }, + { + "rshares": 253681914004, + "voter": "indominon" + }, + { + "rshares": 2477287329, + "voter": "konelectric" + }, + { + "rshares": 14775784097, + "voter": "valtr" + }, + { + "rshares": 1796764686, + "voter": "andzzz" + }, + { + "rshares": 11342117893, + "voter": "dave-hughes" + }, + { + "rshares": 50302545642, + "voter": "juanmiguelsalas" + }, + { + "rshares": 177514135302, + "voter": "thedashguy" + }, + { + "rshares": 1461417595362, + "voter": "sean-king" + }, + { + "rshares": 687321345894, + "voter": "publicworker" + }, + { + "rshares": 57002255623, + "voter": "asmolokalo" + }, + { + "rshares": 11956530261, + "voter": "stealthtrader" + }, + { + "rshares": 14341272017, + "voter": "r4fken" + }, + { + "rshares": 1564158061, + "voter": "vi1son" + }, + { + "rshares": -96239619605, + "voter": "sigmajin" + }, + { + "rshares": 216367037, + "voter": "keyser" + }, + { + "rshares": 306787589, + "voter": "nippel66" + }, + { + "rshares": 2696646453, + "voter": "fiona777" + }, + { + "rshares": 3354581940, + "voter": "bones" + }, + { + "rshares": 14082581305, + "voter": "beowulfoflegend" + }, + { + "rshares": 10010962986, + "voter": "moon32walker" + }, + { + "rshares": 102801288, + "voter": "sergey44" + }, + { + "rshares": 433341900, + "voter": "berrysmok" + }, + { + "rshares": 6080328266, + "voter": "summonerrk" + }, + { + "rshares": 3984549669, + "voter": "ace108" + }, + { + "rshares": 6629256416, + "voter": "royalmacro" + }, + { + "rshares": 880020741, + "voter": "mar1978co" + }, + { + "rshares": 1799932641, + "voter": "gaitan" + }, + { + "rshares": 134257660, + "voter": "yulia98" + }, + { + "rshares": 3176805655, + "voter": "dumar022" + }, + { + "rshares": 7813639088, + "voter": "cmp2020" + }, + { + "rshares": 588526896696, + "voter": "toxic" + }, + { + "rshares": 454046245625, + "voter": "glitterfart" + }, + { + "rshares": 222660119, + "voter": "snowflake" + }, + { + "rshares": 14557324469, + "voter": "randyclemens" + }, + { + "rshares": 148150446, + "voter": "agussudaryanto" + }, + { + "rshares": 62205973, + "voter": "rinaa" + }, + { + "rshares": 21000271255, + "voter": "cryptos" + }, + { + "rshares": 9679881459, + "voter": "theb0red1" + }, + { + "rshares": 7140129001, + "voter": "kyriacos" + }, + { + "rshares": 118527119002, + "voter": "helikopterben" + }, + { + "rshares": 728479455, + "voter": "alexma3x" + }, + { + "rshares": 8041154071, + "voter": "craigwilliamz" + }, + { + "rshares": 50403837, + "voter": "jlufer" + }, + { + "rshares": 59995797, + "voter": "arnoldz61" + }, + { + "rshares": 41404629211, + "voter": "luminousvisions" + }, + { + "rshares": 2731168114, + "voter": "fajrilgooner" + }, + { + "rshares": 9751538745, + "voter": "benadapt" + }, + { + "rshares": -53957255, + "voter": "predko777" + }, + { + "rshares": 52381149, + "voter": "everittdmickey" + }, + { + "rshares": 68608664, + "voter": "mari5555na" + }, + { + "rshares": 175172738, + "voter": "jucbitcoin" + }, + { + "rshares": 1631179533, + "voter": "robotev" + }, + { + "rshares": 172120554, + "voter": "darkminded153" + }, + { + "rshares": 104999885, + "voter": "bosjaya" + }, + { + "rshares": 166960400, + "voter": "robyneggs" + }, + { + "rshares": 116692269, + "voter": "dresden" + }, + { + "rshares": 158081936, + "voter": "pawel-krawczyk" + }, + { + "rshares": 157148891, + "voter": "hamed" + }, + { + "rshares": 158983971, + "voter": "wade1970" + }, + { + "rshares": -159024498, + "voter": "messi10" + }, + { + "rshares": -159020694, + "voter": "sunny1" + }, + { + "rshares": -158267372, + "voter": "me86ljj3wy" + }, + { + "rshares": -158262346, + "voter": "csg0q82iul" + }, + { + "rshares": -158234006, + "voter": "ljkvnzgpvq" + }, + { + "rshares": -158231877, + "voter": "wstqotyddi" + }, + { + "rshares": -158230192, + "voter": "ufvosobdfb" + }, + { + "rshares": -158228488, + "voter": "glxmgiqrgj" + }, + { + "rshares": -158219074, + "voter": "rsgmslegyx" + }, + { + "rshares": -158211582, + "voter": "nkroyzrjgf" + }, + { + "rshares": -158209558, + "voter": "imoqhlzemr" + }, + { + "rshares": -158207874, + "voter": "qiqyyqvzhj" + }, + { + "rshares": 155094591, + "voter": "blend" + }, + { + "rshares": -158192224, + "voter": "alexurex" + }, + { + "rshares": -158186686, + "voter": "ashbuille" + }, + { + "rshares": -158183923, + "voter": "auberenne" + }, + { + "rshares": -158176291, + "voter": "belialis" + }, + { + "rshares": -158172542, + "voter": "boyaconehou" + }, + { + "rshares": -158169693, + "voter": "brandmar" + }, + { + "rshares": -158165782, + "voter": "breageoa" + }, + { + "rshares": -158156198, + "voter": "canixfuny" + }, + { + "rshares": -158153164, + "voter": "cassachex" + }, + { + "rshares": -158150021, + "voter": "ceticalwo" + }, + { + "rshares": -158147243, + "voter": "commenth" + }, + { + "rshares": -158144137, + "voter": "cootekel" + }, + { + "rshares": -158140507, + "voter": "dinexavi" + }, + { + "rshares": -158137183, + "voter": "footidie" + }, + { + "rshares": -158134585, + "voter": "gwenood" + }, + { + "rshares": -158131515, + "voter": "headlinez" + }, + { + "rshares": -158128326, + "voter": "insellias" + }, + { + "rshares": -158125936, + "voter": "janetekitan" + }, + { + "rshares": -158122441, + "voter": "kluglainno" + }, + { + "rshares": -158120034, + "voter": "lullishoi" + }, + { + "rshares": 474962663, + "voter": "hacon" + }, + { + "rshares": 157452140, + "voter": "kravmaga" + }, + { + "rshares": 156731952, + "voter": "scarspro" + } + ], + "author": "benadapt", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Shoutout to @jacor, for featuring my post here.\n\nFollowing on from this, I will now be featuring other authors to help promote a diversity of content and new authors. All STEEM Dollars for these posts go to the featured author.\n\nIf you are looking to be featured as an author, please contact me via email - ben.adaptnetwork@gmail.com\n\nEdit: From the comments, it seems that this type of author promotion is not the way to go. A 're-steemit' button has been suggested and I think this is a great idea.\n\n
    \n\n
    \n\nIf you've played the indie-hit video game FireWatch, by Campo Santo, then chances are that you fell in love with the idea of staying in a fire tower, just as I have.\n\nThe American novelist and poet, Jack Kerouac, famously spent the summer of 1956 manning a fire tower on Washington\u2019s Desolation Peak, in the northern Cascades. Even though he was alone with pencil and paper by design, he didn\u2019t get much writing done. I don\u2019t blame him, the views from the tower are incredible and there\u2019s plenty to fill an adventurer\u2019s time for 63 days.\n\nSo, if the idea of a few days in the sky in a cool-looking fire tower is appealing, you\u2019ll be pleased to know that you can actually rent one of these bad boys.\n\nSince Jack Kerouac\u2019s stay in the 50s, new technologies have made fire lookouts mostly obsolete, some were even torn down. Others were left to rust and splinter, becoming squatter\u2019s dens and canvases for high-altitude graffiti artists. But dozens around the US have survived and are available for rent, evolving into modest sources of revenue for the U.S. Forest Service\u2019s depleted accounts. The Forest Fire Lookout Association maintains a list of available towers; many are available for as little as $20 a night.\n\nLets take a look at a few below:\n\n

    1. Black Mountain Lookout, California

    \n\n
    \n\nBlack Mountain Lookout is located on the eastern edge of the Beckwourth Ranger District, 10 miles from Highway 395, near Milford, California.\n\nThe lookout was constructed in 1934 and is a great example of Civilian Conservation Corps (CCC) architecture. The C-3-type lookout is situated on a single story 10 foot tower and is extremely well-preserved.\n\nThe one-room lookout cabin is set on a tower, rising 10 feet above the ground. It is furnished with two single beds with mattresses, but can accommodate up to four people. There is also space for tent camping adjacent to the lookout, for up to four visitors.\n\nA closer look in pictures:\n\n
    \n
    \n
    \n
    \n\n

    2. Hirz Mountain Lookout, California

    \n\n
    \n\nThis fire tower sits atop Hirz Mountain, California at an elevation of 3,540 feet, offering 360-degree views of Mt. Shasta\u2019s snow-laced peak to the north.\n\nThe McCloud River Wintu tribe held Hirz Mountain in reverence and had a name for it in their own language. But it was a miner, Henry Hirz, who gave the mountain its modern name.\n\nWhen the lookout was built, it was originally a structure that sat on the ground. The mountain was a strategic location for detecting fires because it had a direct view into the headwaters of the McCloud River and most of its tributaries. In 1937, the Forest Service and the Civilian Conservation Corps rebuilt the Hirz Mountain Lookout cabin and included a garage and outhouse. It was one of the last CCC-era lookouts to be built. In 1949, a steel tower was added, constructed of a steel K-brace tower that stands 20 feet above ground level.\n\nA quick look inside the tower:\n\n
    \n
    \n\n

    3. Hornet Lookout, Montana

    \n\n
    \n\nThe Hornet Lookout is as old school as it gets and features a two-story construction. The ground level provides a living space for two guests and the second story is a small loft used solely for full views of the region. The lookout\u2019s rustic accommodations include a propane cook stove, propane lantern and a small wood stove for heat.\n\nThe lookout provides astounding 360-degree views of the surrounding terrain, including Glacier National Park and Kintla Lake on clear days. Apparently, on some nights, the Northern Lights may be seen from the lookout.\n\nA 'slightly' more modern look:\n\n
    \n\n

    4. Fall Mountain Lookout Cabin, Oregon

    \n\n
    \n\nFall Mountain Lookout Tower is situated about 20 miles from John Day, in central Oregon. It provides 360-degree views of the surrounding Strawberry Mountain Wildness, as well as the towns of Seneca and Mt. Vernon.\n\nThe tower was built in 1933 and sits at an elevation of 5,949 feet. Before satellite surveillance systems, lookout personnel monitored the forest from this 18-foot perch for signs of smoke, alerting fire guards when necessary. Today guests can watch the sun rise and set, spot wildlife from the catwalk and witness dramatic thunderstorms that traverse the territory during summer months.\n\nThe one-room, 14-by-14 cabin sits atop an 18-foot tower and sleeps two. The cabin is furnished with a futon bed and a table and chairs. It has electricity and in the kitchen area, an electric stove and refrigerator.\n\nHere's a few more snaps:\n\n
    \n
    \n
    \n
    \n\n

    5. Indian Ridge Lookout, Oregon

    \n\n
    \n\nThe Indian Ridge Lookout sits at an elevation of 5,405 feet in the Willamette National Forest. Indian Ridge was named for the old Indian hunting trail that runs along the summit.\n\nBuilt in 1958, the lookout was used for firefighting by Forest Service personnel until 1973 and is still staffed occasionally during emergencies.\n\nA closer look inside the tower:\n\n
    \n
    \n
    \n
    \n\n

    6. Little Guard Lookout, Idaho

    \n\n
    \n\nThe newest tower on this list, the Little Guard Lookout is located about 9 miles north of Shoshone Camp, was one of the last remaining fire lookouts used in the Coeur d\u2019Alene River area and has only just recently become inactive.\n\nThe structure standing today on Little Guard Peak is the third in a series of lookout buildings that originated back to 1919. In October 1990, Little Guard Lookout was accepted for listing in the National Historic Lookout Register and the first for Idaho.\n\nThe fully furnished two-story fire lookout has dimensions of 14 x 14 feet, an external cat walk, and a gabled roof. It sleeps four guests, but space is tight. The kitchen is on the ground floor and is equipped with a small propane refrigerator, propane cook stove, table, chairs and basic cooking utensils.\n\nA few more photos:\n\n
    \n
    \n
    \n\n

    7. Spruce Mountain Fire Lookout Tower

    \n\n
    \n\nPerched atop a forested mountain, Spruce Mountain Fire Lookout Tower offers panoramic views that include Medicine Bow Peak, Rob Roy Reservoir, Jelm Mountain and the southern end of the Snowy Range. After being occupied as a fire lookout, the 55-foot tall structure was renovated and opened to the public for overnight rental in 1977.\n\nThe lookout cabin is furnished with two single beds with mattresses and can accommodate up to four guests. Inside amenities include a table with chairs, cookware, dishes, utensils, cleaning supplies, a propane heater, propane cook stove and oven, propane refrigerator and propane lights.\n\nAll photos: courtesy Recreation.gov\n\nFor more information on renting one of these towers visit firelookout.org. But first, let me know which one is your favourite?\n\n
    \n\nPlease follow me on my blog @benadapt if you enjoy my topics and content. I will also follow back so that we can build a community together.\n\n@benadapt features authors to promote a diversity of content and new authors. All STEEM Dollars for these posts go to the featured author.\n\nIf you are looking to be featured as an author, please contact me via email - ben.adaptnetwork@gmail.com\n\nShoutout to @jacor, for featuring my post here and passing on this idea.\n\nEdit: From the comments, it seems that this type of author promotion is not the way to go. A 're-steemit' button has been suggested and I think this is a great idea.\n\n
    ", + "category": "life", + "children": 21, + "created": "2016-09-10T16:28:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/6z5In5y.jpg", + "http://i.imgur.com/tbHIiBQ.jpg", + "http://i.imgur.com/NX0S10Y.jpg", + "http://i.imgur.com/HgS38WU.jpg", + "http://i.imgur.com/ULzb0dV.jpg", + "http://i.imgur.com/ljj8y7X.jpg", + "http://i.imgur.com/uZq8dZ5.jpg", + "http://i.imgur.com/ZCHllVy.jpg", + "http://i.imgur.com/bD8F1wJ.jpg", + "http://i.imgur.com/fbAMzHn.jpg", + "http://i.imgur.com/EyIpkj8.jpg", + "http://i.imgur.com/fVoStKq.jpg", + "http://i.imgur.com/sUrDl58.jpg", + "http://i.imgur.com/3CrgXdi.jpg", + "http://i.imgur.com/LejQWOZ.jpg", + "http://i.imgur.com/861cU5N.jpg", + "http://i.imgur.com/vBd3iLs.jpg", + "http://i.imgur.com/DKt5G2z.jpg", + "http://i.imgur.com/FJePMYG.jpg", + "http://i.imgur.com/ifhnbPK.jpg", + "http://i.imgur.com/NXtu1ZE.jpg", + "http://i.imgur.com/pPy4Dxj.jpg", + "http://i.imgur.com/wuBRx3w.jpg", + "http://i.imgur.com/dkazLmP.jpg" + ], + "links": [ + "https://steemit.com/@jacor", + "https://steemit.com/life/@jacor/rent-a-fire-tower-and-camp-in-the-sky-featuring-new-author-benadapt", + "http://www.firewatchgame.com/", + "http://www.recreation.gov/", + "http://www.firelookout.org/lookout-rentals.html", + "https://steemit.com/@benadapt" + ], + "tags": [ + "life", + "photography", + "camping", + "outdoors" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 37590191304904, + "payout": 95.817, + "payout_at": "2016-09-17T16:28:45", + "pending_payout_value": "95.817 HBD", + "percent_hbd": 10000, + "permlink": "rent-a-fire-tower-and-camp-in-the-sky-featured-author-announcement", + "post_id": 1197660, + "promoted": "160.000 HBD", + "replies": [], + "stats": { + "flag_weight": 1.0, + "gray": false, + "hide": false, + "total_votes": 100 + }, + "title": "Rent a Fire Tower and Camp in the Sky - Featured Author Announcement", + "updated": "2016-09-11T21:13:06", + "url": "/life/@benadapt/rent-a-fire-tower-and-camp-in-the-sky-featured-author-announcement" + }, + { + "active_votes": [ + { + "rshares": 20239809995861, + "voter": "ned" + }, + { + "rshares": 2483542411, + "voter": "boy" + }, + { + "rshares": 3015329123, + "voter": "bue-witness" + }, + { + "rshares": 547232718, + "voter": "bunny" + }, + { + "rshares": 43930884813, + "voter": "bue" + }, + { + "rshares": 1330754717, + "voter": "mini" + }, + { + "rshares": 171038238, + "voter": "moon" + }, + { + "rshares": 500018940, + "voter": "healthcare" + }, + { + "rshares": 778548508, + "voter": "daniel.pan" + }, + { + "rshares": 230687619, + "voter": "helen.tan" + }, + { + "rshares": 13761624031, + "voter": "gregory-f" + }, + { + "rshares": 1397418866, + "voter": "andzzz" + }, + { + "rshares": 1643701455969, + "voter": "cryptoctopus" + }, + { + "rshares": 1412760168, + "voter": "murh" + }, + { + "rshares": -2780072713, + "voter": "scalextrix" + }, + { + "rshares": 47117681972, + "voter": "justtryme90" + }, + { + "rshares": 31290973763, + "voter": "michaelx" + }, + { + "rshares": 484320925, + "voter": "mrhankeh" + }, + { + "rshares": 368035021, + "voter": "chetlanin" + }, + { + "rshares": 212415964626, + "voter": "asmolokalo" + }, + { + "rshares": 57006230591, + "voter": "sonzweil" + }, + { + "rshares": 177813527539, + "voter": "knircky" + }, + { + "rshares": 4336063701, + "voter": "ausbitbank" + }, + { + "rshares": 796302428, + "voter": "thinkngrow" + }, + { + "rshares": 19767774986, + "voter": "artific" + }, + { + "rshares": 89569037, + "voter": "wildchild" + }, + { + "rshares": -130370985044, + "voter": "demotruk" + }, + { + "rshares": 3868061659, + "voter": "maximkichev" + }, + { + "rshares": 113490249, + "voter": "rossh" + }, + { + "rshares": 921642016, + "voter": "metaflute" + }, + { + "rshares": 7978492751, + "voter": "fintech-jesus" + }, + { + "rshares": 61261066, + "voter": "jackkomber" + }, + { + "rshares": 1332538563, + "voter": "paynode" + }, + { + "rshares": 59697439, + "voter": "ritadey" + }, + { + "rshares": 61434762, + "voter": "jers" + }, + { + "rshares": 61427046, + "voter": "nyoba" + }, + { + "rshares": 50027573, + "voter": "loli" + }, + { + "rshares": 111526086994, + "voter": "helikopterben" + }, + { + "rshares": 195160565, + "voter": "stevescoins" + }, + { + "rshares": 3037040993, + "voter": "macartem" + }, + { + "rshares": 47338695487, + "voter": "dragonanarchist" + }, + { + "rshares": 7674997899, + "voter": "craigwilliamz" + }, + { + "rshares": 9321802893, + "voter": "cryptovpn" + }, + { + "rshares": 56115613811, + "voter": "tracemayer" + }, + { + "rshares": 52754410, + "voter": "tekez" + }, + { + "rshares": 52732096, + "voter": "horizonkinetics" + }, + { + "rshares": 92222492, + "voter": "mlialen" + }, + { + "rshares": 330193907, + "voter": "robotev1" + }, + { + "rshares": 521874035, + "voter": "grisha-danunaher" + }, + { + "rshares": 130634157, + "voter": "james93" + }, + { + "rshares": 136721054, + "voter": "insight2incite" + }, + { + "rshares": 148768653, + "voter": "rnrador" + } + ], + "author": "horizonkinetics", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "\n

    \n

    Horizon Kinetics LLC is a NY-based investment firm and author of numerous research reports with increasing experience in the cryptocurrency space.  We have been authoring research on cryptocurrencies, and bitcoin in particular, since late-2015.  Since our founding over 20 years ago, we have continuously received invaluable feedback on our research from our subscribers.  We now share some of our work on cryptocurrencies with the Steem community.   Here is our first piece.  Additional information on Horizon Kinetics LLC is available at www.horizonkinetics.com. We can be reached via email at info@horizonkinetics.com. 

    \n

    We look forward to your comments!   \u2013Hugh Ross, COO Horizon Kinetics

    \n


    \n

    When the colony of Virginia made tobacco legal tender, the first problem was that the incentive was created to increase production. The second problem was the creation of very low-grade tobacco that some people refused to accept as payment. The policy ultimately created low tobacco prices for farmers. In 1682, there were riots and the tobacco crops of various farms were destroyed.

    \n

    The non-uniformity of a currency (apart from paper) is a not a trivial problem. Throughout history, it has been a significant issue. In colonial Plymouth, Massachusetts, the Wampanoag Tribe\u2019s wampum was made legal tender at the rate of six white beads or three purple beads per penny. Unfortunately, supply of beads was limited. It was hard for prices to rise in the sense that the bead, as an instrumentality, was not divisible.(1)

    \n

    Historically, therefore, the government really needed to take over responsibility for coinage. That created another problem. How does one prevent the government from abusing the privilege by basically destroying the value of the currency by issuance?

    \n

    Enter Bitcoin. It is very hard to counterfeit since all Bitcoin in existence are always visible in the Blockchain ledger. Supply of Bitcoin is fixed; it is hardwired in the code. This is a possible revolution in currency design. If nothing else, it is a new asset class.

    \n

    (1)Barry Eichengreen, Exorbitant Privilege: The Rise and Fall of the Dollar and the Future of the International Monetary System (New York: Oxford University Press, 2011), 9-10

    \n

    ---------------------

    \n

    Disclaimers:

    \n

    Horizon Kinetics LLC (\u201cHorizon Kinetics\u201d) is the parent holding company to several SEC-registered investment advisors including Horizon Asset Management LLC, Kinetics Asset Management LLC, and Kinetics Advisers, LLC. Horizon Kinetics authors research reports based on information available to the public.  No representation is made with regard to the reports\u2019 accuracy or completeness and all expressions of opinion reflect judgment as of the date set forth and are subject to change. This document is neither an offer, recommendation nor solicitation to buy or sell securities. Horizon Kinetics and each of its respective employees and affiliates may have positions in securities of companies mentioned herein.  You may visit our website at www.horizonkinetics.com to find additional information on Horizon Kinetics.  All views expressed in these research reports accurately reflect the research analysts\u2019 personal views about any and all of the subject matter, securities or issuers. No part of the research analysts\u2019 compensation was, is, or will be, directly or indirectly, related to the specific recommendations or views expressed by the research analysts in the research reports. Reproduction and dissemination of these reports outside the constraints of this social media space is strictly prohibited. \u00a9Horizon Kinetics LLC\u00ae 2016.

    \n", + "category": "bitcoin", + "children": 13, + "created": "2016-09-09T18:05:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://www.horizonkinetics.com/images/horizon_kinetics_logo_blue_Small.jpg" + ], + "links": [ + "http://www.horizonkinetics.com" + ], + "tags": [ + "bitcoin", + "crypto-news", + "money" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 22622590051384, + "payout": 50.779, + "payout_at": "2016-09-16T18:05:18", + "pending_payout_value": "50.779 HBD", + "percent_hbd": 10000, + "permlink": "technical-problems-of-a-fixed-money-supply", + "post_id": 1187069, + "promoted": "150.000 HBD", + "replies": [], + "stats": { + "flag_weight": 1.0, + "gray": false, + "hide": false, + "total_votes": 52 + }, + "title": "Technical Problems of a Fixed Money Supply", + "updated": "2016-09-09T18:05:18", + "url": "/bitcoin/@horizonkinetics/technical-problems-of-a-fixed-money-supply" + }, + { + "active_votes": [ + { + "rshares": 535956001874, + "voter": "barrie" + }, + { + "rshares": 376210910452, + "voter": "anonymous" + }, + { + "rshares": 2530030733798, + "voter": "ned" + }, + { + "rshares": 6868791504690, + "voter": "xeldal" + }, + { + "rshares": 3726151150, + "voter": "boy" + }, + { + "rshares": 229262004927, + "voter": "steem-id" + }, + { + "rshares": 4524044786, + "voter": "bue-witness" + }, + { + "rshares": 820975377, + "voter": "bunny" + }, + { + "rshares": 7162998420481, + "voter": "complexring" + }, + { + "rshares": 66022454227, + "voter": "bue" + }, + { + "rshares": 1996536940, + "voter": "mini" + }, + { + "rshares": 256574080, + "voter": "moon" + }, + { + "rshares": 1316552393, + "voter": "mineralwasser" + }, + { + "rshares": 107564523042, + "voter": "mrs.agsexplorer" + }, + { + "rshares": 7511884959, + "voter": "bingo-0" + }, + { + "rshares": 1813913350, + "voter": "bingo-1" + }, + { + "rshares": 1281991226298, + "voter": "benjojo" + }, + { + "rshares": 424835962491, + "voter": "officialfuzzy" + }, + { + "rshares": 761501110340, + "voter": "pfunk" + }, + { + "rshares": 1131940785371, + "voter": "cass" + }, + { + "rshares": 29824545969, + "voter": "proctologic" + }, + { + "rshares": 750134298, + "voter": "healthcare" + }, + { + "rshares": 1196536230119, + "voter": "tuck-fheman" + }, + { + "rshares": 1168025207, + "voter": "daniel.pan" + }, + { + "rshares": 2745281235040, + "voter": "donkeypong" + }, + { + "rshares": 35404297187, + "voter": "joshua" + }, + { + "rshares": 406975103750, + "voter": "steemrollin" + }, + { + "rshares": 1424182557, + "voter": "jbradford" + }, + { + "rshares": 9180689311, + "voter": "patrice" + }, + { + "rshares": 346059306, + "voter": "helen.tan" + }, + { + "rshares": 15938088337, + "voter": "brindleswan" + }, + { + "rshares": 753663976673, + "voter": "piedpiper" + }, + { + "rshares": 375482272962, + "voter": "noaommerrr" + }, + { + "rshares": 1796764686, + "voter": "andzzz" + }, + { + "rshares": 73847143577, + "voter": "edgeland" + }, + { + "rshares": 76668352353, + "voter": "easteagle13" + }, + { + "rshares": 190169312803, + "voter": "jamtaylor" + }, + { + "rshares": 489465667, + "voter": "eatgrits" + }, + { + "rshares": 50872817, + "voter": "paco-steem" + }, + { + "rshares": 612581945, + "voter": "spaninv" + }, + { + "rshares": 309142566089, + "voter": "teamsteem" + }, + { + "rshares": 9534901206, + "voter": "richman" + }, + { + "rshares": 666331594856, + "voter": "nanzo-scoop" + }, + { + "rshares": 1827793190, + "voter": "acidyo" + }, + { + "rshares": 205903307851, + "voter": "mummyimperfect" + }, + { + "rshares": 39833240245, + "voter": "klye" + }, + { + "rshares": 1027351719, + "voter": "coar" + }, + { + "rshares": 353351990, + "voter": "murh" + }, + { + "rshares": 17601176156, + "voter": "b4bb4r-5h3r" + }, + { + "rshares": 405843973774, + "voter": "blakemiles84" + }, + { + "rshares": 10341217409, + "voter": "andu" + }, + { + "rshares": 57144356191, + "voter": "ak2020" + }, + { + "rshares": 260079987946, + "voter": "billbutler" + }, + { + "rshares": 75980218281, + "voter": "thecryptofiend" + }, + { + "rshares": 13518268974, + "voter": "johnerfx" + }, + { + "rshares": 140526207453, + "voter": "coinbitgold" + }, + { + "rshares": 412467399967, + "voter": "taoteh1221" + }, + { + "rshares": 22430460071, + "voter": "m4ever" + }, + { + "rshares": 418622798, + "voter": "applecrisp" + }, + { + "rshares": 2274330399691, + "voter": "stellabelle" + }, + { + "rshares": 4190059511, + "voter": "andre-ager" + }, + { + "rshares": 7998622846, + "voter": "givemeyoursteem" + }, + { + "rshares": 105851824009, + "voter": "kenny-crane" + }, + { + "rshares": 18555285556, + "voter": "samether" + }, + { + "rshares": 382747136304, + "voter": "kaylinart" + }, + { + "rshares": 487099978706, + "voter": "infovore" + }, + { + "rshares": 23735859481, + "voter": "ossama-benjohn" + }, + { + "rshares": 1130181250, + "voter": "johnerminer" + }, + { + "rshares": 19586514634, + "voter": "ziv" + }, + { + "rshares": 16087619085, + "voter": "zakharya" + }, + { + "rshares": 173891397847, + "voter": "thedashguy" + }, + { + "rshares": 145235686062, + "voter": "kimziv" + }, + { + "rshares": 2745357590, + "voter": "gary-smith" + }, + { + "rshares": 282225162, + "voter": "mammasitta" + }, + { + "rshares": 6545907918, + "voter": "fuck.off" + }, + { + "rshares": 2249535177, + "voter": "superfreek" + }, + { + "rshares": 6606808474, + "voter": "iloveporn" + }, + { + "rshares": 375067125844, + "voter": "fyrstikken" + }, + { + "rshares": 6022204460, + "voter": "the.bot" + }, + { + "rshares": 8036262291, + "voter": "johnbradshaw" + }, + { + "rshares": 7122827147, + "voter": "micheletrainer" + }, + { + "rshares": 68386703441, + "voter": "norbu" + }, + { + "rshares": 5599529516, + "voter": "the.whale" + }, + { + "rshares": 280810708, + "voter": "ladyclair" + }, + { + "rshares": 3576117505, + "voter": "michaellamden68" + }, + { + "rshares": 57002255623, + "voter": "asmolokalo" + }, + { + "rshares": 33046735905, + "voter": "good-karma" + }, + { + "rshares": 5149116277, + "voter": "dennygalindo" + }, + { + "rshares": 5303452399, + "voter": "unicornfarts" + }, + { + "rshares": 75826571301, + "voter": "rubybian" + }, + { + "rshares": 5263073872, + "voter": "riscadox" + }, + { + "rshares": 24175712542, + "voter": "katyakov" + }, + { + "rshares": 2715996666, + "voter": "soupernerd" + }, + { + "rshares": 119977364734, + "voter": "robrigo" + }, + { + "rshares": 5598045313, + "voter": "vote" + }, + { + "rshares": 342395061261, + "voter": "fabio" + }, + { + "rshares": 5899298096, + "voter": "kissmybutt" + }, + { + "rshares": 15365648590, + "voter": "r4fken" + }, + { + "rshares": 1631145568, + "voter": "sergei" + }, + { + "rshares": 14995507254, + "voter": "bitshares101" + }, + { + "rshares": 6317322640, + "voter": "owdy" + }, + { + "rshares": 1501769437, + "voter": "vi1son" + }, + { + "rshares": 1353291463754, + "voter": "renohq" + }, + { + "rshares": 97164483535, + "voter": "sigmajin" + }, + { + "rshares": 43603809494, + "voter": "mrwang" + }, + { + "rshares": 740422795, + "voter": "steem1653" + }, + { + "rshares": 18303819148, + "voter": "sebastien" + }, + { + "rshares": 11146913938, + "voter": "asim" + }, + { + "rshares": 176060985385, + "voter": "repholder" + }, + { + "rshares": 29810248025, + "voter": "dwinblood" + }, + { + "rshares": 10859176140, + "voter": "deviedev" + }, + { + "rshares": 66112176064, + "voter": "sephiroth" + }, + { + "rshares": 13884859240, + "voter": "meesterboom" + }, + { + "rshares": 416152871, + "voter": "karenmckersie" + }, + { + "rshares": 12348118332, + "voter": "allmonitors" + }, + { + "rshares": 1907615672, + "voter": "splatterhaus" + }, + { + "rshares": 806370035, + "voter": "luisucv34" + }, + { + "rshares": 53708107979, + "voter": "streetstyle" + }, + { + "rshares": 417250555684, + "voter": "knozaki2015" + }, + { + "rshares": 42186828341, + "voter": "milestone" + }, + { + "rshares": 5699385361, + "voter": "btcbtcbtc20155" + }, + { + "rshares": 827785579, + "voter": "mynameisbrian" + }, + { + "rshares": 2553460193, + "voter": "sgnsteems" + }, + { + "rshares": 194516421502, + "voter": "blueorgy" + }, + { + "rshares": 32130489151, + "voter": "ubg" + }, + { + "rshares": 3423042796, + "voter": "bones" + }, + { + "rshares": 9367946580, + "voter": "rpf" + }, + { + "rshares": 2224818881, + "voter": "earnest" + }, + { + "rshares": 3576934262, + "voter": "tarindel" + }, + { + "rshares": 3446220471, + "voter": "azurejasper" + }, + { + "rshares": 14106406643, + "voter": "beowulfoflegend" + }, + { + "rshares": 2314291578, + "voter": "bola" + }, + { + "rshares": 27102377358, + "voter": "deanliu" + }, + { + "rshares": 5468461567, + "voter": "rainchen" + }, + { + "rshares": 7815470684, + "voter": "neroru" + }, + { + "rshares": 1019125915486, + "voter": "james212" + }, + { + "rshares": 24288681391, + "voter": "masterinvestor" + }, + { + "rshares": 10888263743, + "voter": "fishborne" + }, + { + "rshares": 102801288, + "voter": "sergey44" + }, + { + "rshares": 424845000, + "voter": "berrysmok" + }, + { + "rshares": 37652543503, + "voter": "papa-pepper" + }, + { + "rshares": 940261675, + "voter": "happyphoenix" + }, + { + "rshares": 639471735, + "voter": "curator" + }, + { + "rshares": 23270267458, + "voter": "sisterholics" + }, + { + "rshares": 1480528431, + "voter": "alex.chien" + }, + { + "rshares": 6376633931, + "voter": "royalmacro" + }, + { + "rshares": 10123028535, + "voter": "logic" + }, + { + "rshares": 584752369, + "voter": "cwmyao1" + }, + { + "rshares": 15817307763, + "voter": "clevecross" + }, + { + "rshares": 156369688, + "voter": "steemster1" + }, + { + "rshares": 862061134, + "voter": "mar1978co" + }, + { + "rshares": 4090189555, + "voter": "webosfritos" + }, + { + "rshares": 2666801113, + "voter": "weenis" + }, + { + "rshares": 2238357029, + "voter": "dirty.hera" + }, + { + "rshares": 131625157, + "voter": "yulia98" + }, + { + "rshares": 512229631, + "voter": "karenb54" + }, + { + "rshares": 10720241925, + "voter": "gomeravibz" + }, + { + "rshares": 61911147, + "voter": "sharon" + }, + { + "rshares": 63085782, + "voter": "lillianjones" + }, + { + "rshares": 793861382304, + "voter": "laonie" + }, + { + "rshares": 1928457089, + "voter": "naturalista" + }, + { + "rshares": 942093795, + "voter": "transhuman" + }, + { + "rshares": 21837989409, + "voter": "laonie1" + }, + { + "rshares": 22352782004, + "voter": "laonie2" + }, + { + "rshares": 22360931482, + "voter": "laonie3" + }, + { + "rshares": 24149442143, + "voter": "laoyao" + }, + { + "rshares": 27629185020, + "voter": "myfirst" + }, + { + "rshares": 167928825704, + "voter": "somebody" + }, + { + "rshares": 16350272739, + "voter": "sunshine" + }, + { + "rshares": 6522124565, + "voter": "flysaga" + }, + { + "rshares": 6185106786, + "voter": "brendio" + }, + { + "rshares": 38527719167, + "voter": "midnightoil" + }, + { + "rshares": 63541793, + "voter": "coderg" + }, + { + "rshares": 473946643269, + "voter": "glitterfart" + }, + { + "rshares": 4176872896, + "voter": "ullikume" + }, + { + "rshares": 6623452381, + "voter": "minion" + }, + { + "rshares": 1577306627, + "voter": "andrew0" + }, + { + "rshares": 22357085584, + "voter": "laonie4" + }, + { + "rshares": 22355328422, + "voter": "laonie5" + }, + { + "rshares": 22352611343, + "voter": "laonie6" + }, + { + "rshares": 22349767400, + "voter": "laonie7" + }, + { + "rshares": 22346006171, + "voter": "laonie8" + }, + { + "rshares": 22344294392, + "voter": "laonie9" + }, + { + "rshares": 92513391118, + "voter": "xiaohui" + }, + { + "rshares": 263105171887, + "voter": "fairytalelife" + }, + { + "rshares": 20622142384, + "voter": "jphamer1" + }, + { + "rshares": 20350336517, + "voter": "velourex" + }, + { + "rshares": 5369683283, + "voter": "oflyhigh" + }, + { + "rshares": 3013299405, + "voter": "xiaokongcom" + }, + { + "rshares": 56650918931, + "voter": "driv3n" + }, + { + "rshares": 63570195, + "voter": "msjennifer" + }, + { + "rshares": 59738641, + "voter": "ciao" + }, + { + "rshares": 10973358869, + "voter": "thebotkiller" + }, + { + "rshares": 57914427, + "voter": "steemo" + }, + { + "rshares": 6073118497, + "voter": "xianjun" + }, + { + "rshares": 22043736930, + "voter": "hanshotfirst" + }, + { + "rshares": 57765027, + "voter": "steema" + }, + { + "rshares": 1590670250, + "voter": "erikclark13" + }, + { + "rshares": 1127808427, + "voter": "vegascomic" + }, + { + "rshares": 10157142611, + "voter": "ottodv" + }, + { + "rshares": 74494304, + "voter": "confucius" + }, + { + "rshares": 3933354492, + "voter": "bledarus" + }, + { + "rshares": 61296223, + "voter": "strangedays" + }, + { + "rshares": 84406705123, + "voter": "miacats" + }, + { + "rshares": 58653788, + "voter": "jarvis" + }, + { + "rshares": 398349859, + "voter": "microluck" + }, + { + "rshares": 77220767, + "voter": "razberrijam" + }, + { + "rshares": 56726999, + "voter": "fortuner" + }, + { + "rshares": 1760257480, + "voter": "chinadaily" + }, + { + "rshares": 29749490788, + "voter": "kyriacos" + }, + { + "rshares": 5897804656, + "voter": "lemouth" + }, + { + "rshares": 7980606923, + "voter": "farmerswife" + }, + { + "rshares": 273211506, + "voter": "jimmytwoshoes" + }, + { + "rshares": 58947349, + "voter": "wendelribeiro" + }, + { + "rshares": 55414210, + "voter": "johnbyrd" + }, + { + "rshares": 55396880, + "voter": "thomasaustin" + }, + { + "rshares": 55394920, + "voter": "thermor" + }, + { + "rshares": 55406673, + "voter": "ficholl" + }, + { + "rshares": 56566121, + "voter": "widell" + }, + { + "rshares": 86327402421, + "voter": "icfiedler" + }, + { + "rshares": 9149533951, + "voter": "jaredcwillis" + }, + { + "rshares": 57439383, + "voter": "wholefoods" + }, + { + "rshares": 54991366, + "voter": "revelbrooks" + }, + { + "rshares": 22338332510, + "voter": "laonie10" + }, + { + "rshares": 68437243690, + "voter": "sweetsssj" + }, + { + "rshares": 12648203513, + "voter": "someguy123" + }, + { + "rshares": 4009964661, + "voter": "hilarski" + }, + { + "rshares": 2214821974, + "voter": "hoopatang" + }, + { + "rshares": 2500078806, + "voter": "shadowspub" + }, + { + "rshares": 261579534201, + "voter": "oldtimer" + }, + { + "rshares": 4161934026, + "voter": "steemitpatina" + }, + { + "rshares": 54999739, + "voter": "curpose" + }, + { + "rshares": 153032594, + "voter": "jtstreetman" + }, + { + "rshares": 446928899, + "voter": "runridefly" + }, + { + "rshares": 2774307105, + "voter": "contentjunkie" + }, + { + "rshares": 103203866500, + "voter": "shenanigator" + }, + { + "rshares": 22008008063, + "voter": "laonie11" + }, + { + "rshares": 53961187, + "voter": "troich" + }, + { + "rshares": 41405284088, + "voter": "luminousvisions" + }, + { + "rshares": 7270618086, + "voter": "davidbrogan" + }, + { + "rshares": 53966805, + "voter": "crion" + }, + { + "rshares": 53622549, + "voter": "hitherise" + }, + { + "rshares": 53613607, + "voter": "wiss" + }, + { + "rshares": 494664136, + "voter": "areynolds" + }, + { + "rshares": 2731168114, + "voter": "fajrilgooner" + }, + { + "rshares": 53252658, + "voter": "stroully" + }, + { + "rshares": 54293199, + "voter": "walternz" + }, + { + "rshares": 9161548599, + "voter": "doitvoluntarily" + }, + { + "rshares": 52916909, + "voter": "thadm" + }, + { + "rshares": 52915101, + "voter": "prof" + }, + { + "rshares": 92326483945, + "voter": "thecyclist" + }, + { + "rshares": 992040757, + "voter": "smisi" + }, + { + "rshares": 56897224, + "voter": "lighter" + }, + { + "rshares": 52560790, + "voter": "yorsens" + }, + { + "rshares": 52242652, + "voter": "bane" + }, + { + "rshares": 52236265, + "voter": "vive" + }, + { + "rshares": 52230725, + "voter": "coad" + }, + { + "rshares": 7295907898, + "voter": "renzoarg" + }, + { + "rshares": 51922012, + "voter": "sofa" + }, + { + "rshares": 2377534516, + "voter": "lilmisjenn" + }, + { + "rshares": 341097233, + "voter": "bones261" + }, + { + "rshares": 620954332, + "voter": "bones555" + }, + { + "rshares": 51994517, + "voter": "ailo" + }, + { + "rshares": 99072246, + "voter": "positivesteem" + }, + { + "rshares": 5320196521, + "voter": "chick1" + }, + { + "rshares": 2437884565, + "voter": "whatsup" + }, + { + "rshares": 4765768150, + "voter": "gringalicious" + }, + { + "rshares": 1835091693, + "voter": "rigaronib" + }, + { + "rshares": 50569452, + "voter": "aoki" + }, + { + "rshares": 50516543, + "voter": "typingagent" + }, + { + "rshares": 50514225, + "voter": "cwb" + }, + { + "rshares": 67956001, + "voter": "nelyp" + }, + { + "rshares": 71092472, + "voter": "lennex" + }, + { + "rshares": 51470533, + "voter": "eavy" + }, + { + "rshares": 51484593, + "voter": "roto" + }, + { + "rshares": 8066814624, + "voter": "cato-the-elder" + }, + { + "rshares": 52176950, + "voter": "saiku" + }, + { + "rshares": 2856393738, + "voter": "ltm" + }, + { + "rshares": 76034330, + "voter": "igtes" + }, + { + "rshares": 154501261, + "voter": "buffett" + }, + { + "rshares": 156889025, + "voter": "anarchy-veganism" + }, + { + "rshares": 9342188316, + "voter": "goldmatters" + }, + { + "rshares": 155204122, + "voter": "budgiebee" + }, + { + "rshares": 155180811, + "voter": "majes" + }, + { + "rshares": 154551739, + "voter": "reddust" + }, + { + "rshares": 474962663, + "voter": "hacon" + }, + { + "rshares": 156136975, + "voter": "william007" + } + ], + "author": "tuck-fheman", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "https://s18.postimg.org/aid72t4nt/too_old.png\n\n# [I'm Too Old For This](https://youtu.be/MqBNSMbEzI0)\n\nYou youngin's holding onto your new age Eckhart Tolle \"live in the now\" Aleister Crowley regurgitated belief systems and rah rah sycophant always positive philosophies (so long as the handouts are still being raked in), all while rewarding, if not exalting, people with a complete disregard for human decency amaze me and give me pause to think ... **what in the $@#! happened to this world?!**\n
    \n\nhttps://i.imgflip.com/1adksj.jpg\n\n# Back In My Day\n\nDuring my heyday, people were able to speak their mind, so long as they did so with respect and allowed others to voice their opinion as well. Everyone was different, and that's what made each individual interesting. Nowadays, it seems most people just want to be like everyone else and fit in. Don't rock the boat, else you won't get your reward! It's like being in a Kindergarten class full of 20-30 somethings.\n\nThis younger generation seems to worry more about figuring out how to make themselves into a Gawd, while at the same time arguing over which psychopathic authoritarian they are going to vote for as their supreme leader. They do more thinking about who to vote for to control their lives than they do how they are going to survive on their own for the next 40 years or more.\n\nhttps://s16.postimg.org/dqbzdofj9/OK_dees_1_Copy.jpg \n\nWhich one of these \"leaders\" (and I must quote that) is going to do more for me, seems to be the biggest question of younger generations. While at the same time they hold onto the belief that everything was created just for them and everyone else is merely a part of them; their own personal sock puppets of pleasure who must reward them when they do something they consider to be worthwhile.\n
    \n\nhttps://cdn.meme.am/instances/57755618.jpg\n\n# Vaporware Is Skeery\n\nOne of my biggest disappointments in this community came when @stellabelle, the person with the highest reputation on the site, made a post about an announced feature she liked in another decentralized blogging platform that doesn't even exist. \n\n### The horror! \n\nMany were quick to point out that the other platform was \"vaporware\", yet felt so threatened by her post about this \"vaporware\" that they created fictional stories to apparently discredit her. Others jumped on the bandwagon at every chance in the comments section. For what? For pointing out an announced feature in \"vaporware\"? Some even called this apparent \"vaporware\" a \"competitor\"!?\n\nhttps://s11.postimg.org/e5699gp5v/cover_ears.jpg\n\n# [Faith No More](https://youtu.be/3yVI3UgtvwU)\n\nThis says a lot about the faith these people actually have in Steemit. The fact that a piece of \"vaporware\" can be considered a \"competitor\" to Steemit, along with the fact that these people feel threatened by this \"vaporware\" would make Leon Festinger roll over in his grave; **because he's dead ... just like this generations ability to debate on a topic without their favorite psychology book in front of them to fashion a response from someone else's thoughts.**\n\nWe even have one of the largest whales on Steemit flagging comments that dare mention a non-existent \"competitor\" or anyone saying anything that, in their mind, is considered \"divisive\" to the community. A flag from this person will all but hide a comment from anyone's view without seeking it out at the bottom of the page. \n\nhttps://s15.postimg.org/820q6kvkr/safe_space.jpg\n\n# [In Muh Safe Space](https://youtu.be/sXQkXXBqj_U)\n\n\nSo much for being a place to discuss anything openly. And yet, people here complain about Facebook and Reddit, yet I can mention Facebook all day on Reddit, and vice versa, and never have to worry that my comment will be hidden by a single individual. Even worse, Facebook and Reddit are some of the most censored platforms in existence.\n\n### Put that in your **[hash pipe](https://youtu.be/_9BGLtqqkVI)** and smoke it!\n\nSome here are taking it upon themselves to create a safe space for everyone else, because apparently the competition from these non-existent platforms is so strong we must hide their non-existent features very mention from the fragile masses. Back in my day, there was a saying ... \"competition is good\", but apparently that's no longer the case.\n\nhttps://s22.postimg.org/cal6wr4tt/manstuff.jpg\n\n# [Smells Like Teen Spirit](https://youtu.be/hTWKbfoikeg)\n\nHere on Steemit, it's hard to find anyone that appreciates sports, guns, hunting, cars or anything that my generation considers to be laced with testosterone. Sure I find computer/programming talk interesting, but it's rare these days to find people online that can talk the 4 basic man groups as well. I've found a few, but for the most part they are hiding within the Steemit caves of obscurity.\n\nSteemit advertises that \"original content\" is rewarded, yet anyone that can speak in great detail on any of those 4 basic man groups will rarely, if ever, be rewarded for doing so. There are a few of these well written articles on these topics here on Steemit, but you will be hard pressed to find one earning more than $5. Why Is that? \n\n### I'll tell you why ... because Steemit, for the most part, is lacking testosterone. \n# (\u256f\u00b0\u25a1\u00b0)\u256f\ufe35 \u253b\u2501\u253b\n
    \n\nhttps://s13.postimg.org/oou4yaqp3/Grinds_my_gears1.jpg\n\n# [What Grinds My Gears](https://youtu.be/Q685Ko2DHDs)\n\nYou know what really grinds my gears? Steemit. **Steemit really grinds my gears.** Why? Because I'm too old for this shit! And for that reason, **this will be my last post on Steemit**. I will be relinquishing my posting key access for this account and leave it to the younger generation of Tuck Fheman's, so they can post happy thoughts about all things Steemit and be rewarded untold fortunes for doing so. I am just holding them back.\n\nI did my best to be a part of this generations next big thing, but generation Steemit is just too namby-pamby for this old codger. \n\n
    \nhttps://s22.postimg.org/9mkkeg19t/giphy.gif\n
    \n
    \nhttps://s20.postimg.org/bcrfwvml9/mic_drop.gif\n
    \n\n
    ", + "category": "philosophy", + "children": 141, + "created": "2016-09-10T22:42:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s18.postimg.org/aid72t4nt/too_old.png", + "https://i.imgflip.com/1adksj.jpg", + "https://s16.postimg.org/dqbzdofj9/OK_dees_1_Copy.jpg", + "https://cdn.meme.am/instances/57755618.jpg", + "https://s11.postimg.org/e5699gp5v/cover_ears.jpg", + "https://s15.postimg.org/820q6kvkr/safe_space.jpg", + "https://s22.postimg.org/cal6wr4tt/manstuff.jpg", + "https://s13.postimg.org/oou4yaqp3/Grinds_my_gears1.jpg", + "https://s22.postimg.org/9mkkeg19t/giphy.gif", + "https://s20.postimg.org/bcrfwvml9/mic_drop.gif" + ], + "links": [ + "https://youtu.be/MqBNSMbEzI0", + "https://youtu.be/3yVI3UgtvwU", + "https://youtu.be/sXQkXXBqj_U", + "https://youtu.be/_9BGLtqqkVI", + "https://youtu.be/hTWKbfoikeg", + "https://youtu.be/Q685Ko2DHDs" + ], + "tags": [ + "philosophy", + "rant", + "steemit", + "new-age", + "mic-drop" + ], + "users": [ + "stellabelle" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 42002060944755, + "payout": 144.429, + "payout_at": "2016-09-17T22:42:27", + "pending_payout_value": "144.429 HBD", + "percent_hbd": 10000, + "permlink": "when-concerning-steemit-i-ve-come-to-realize-i-m-too-old-for-this", + "post_id": 1201658, + "promoted": "138.990 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 287 + }, + "title": "When Concerning Steemit, I've Come To Realize ... I'm Too Old For This", + "updated": "2016-09-10T22:42:27", + "url": "/philosophy/@tuck-fheman/when-concerning-steemit-i-ve-come-to-realize-i-m-too-old-for-this" + }, + { + "active_votes": [ + { + "rshares": 2878128126837, + "voter": "badassmother" + }, + { + "rshares": 6998734695522, + "voter": "xeldal" + }, + { + "rshares": 6042719173062, + "voter": "enki" + }, + { + "rshares": 120838362492, + "voter": "sandra" + }, + { + "rshares": 991013934194, + "voter": "ihashfury" + }, + { + "rshares": 918527955423, + "voter": "liondani" + }, + { + "rshares": 3719055998, + "voter": "boy" + }, + { + "rshares": 4515019251, + "voter": "bue-witness" + }, + { + "rshares": 836782064, + "voter": "bunny" + }, + { + "rshares": 64817001772, + "voter": "bue" + }, + { + "rshares": 1993119622, + "voter": "mini" + }, + { + "rshares": 256394111, + "voter": "moon" + }, + { + "rshares": 210347006215, + "voter": "alex90342fastn1" + }, + { + "rshares": 34042532834, + "voter": "aizensou" + }, + { + "rshares": 401713935140, + "voter": "recursive2" + }, + { + "rshares": 398896422515, + "voter": "recursive3" + }, + { + "rshares": 17157086215, + "voter": "proctologic" + }, + { + "rshares": 747273339, + "voter": "healthcare" + }, + { + "rshares": 1160639989, + "voter": "daniel.pan" + }, + { + "rshares": 21561714956, + "voter": "dedriss" + }, + { + "rshares": 302719926634, + "voter": "chitty" + }, + { + "rshares": 345768342, + "voter": "helen.tan" + }, + { + "rshares": 14351424587, + "voter": "gregory-f" + }, + { + "rshares": 77086206429, + "voter": "edgeland" + }, + { + "rshares": 78070381820, + "voter": "easteagle13" + }, + { + "rshares": 95730853785, + "voter": "juanlibertad" + }, + { + "rshares": 12739865723, + "voter": "ervin-lemark" + }, + { + "rshares": 9785915976, + "voter": "gregory60" + }, + { + "rshares": 15462863713, + "voter": "jademont" + }, + { + "rshares": 7554806704, + "voter": "fkn" + }, + { + "rshares": 1455984309, + "voter": "spaninv" + }, + { + "rshares": 2098982781, + "voter": "gekko" + }, + { + "rshares": 340907048790, + "voter": "teamsteem" + }, + { + "rshares": 9947116773, + "voter": "elishagh1" + }, + { + "rshares": 9650580617, + "voter": "richman" + }, + { + "rshares": 2950703828, + "voter": "jerome-colley" + }, + { + "rshares": 89884543659, + "voter": "william-noe" + }, + { + "rshares": 17260900202, + "voter": "acidyo" + }, + { + "rshares": 14125062140, + "voter": "cian.dafe" + }, + { + "rshares": 22046139567, + "voter": "klye" + }, + { + "rshares": 79658049745, + "voter": "asch" + }, + { + "rshares": 1431852861, + "voter": "murh" + }, + { + "rshares": 368696007081, + "voter": "blakemiles84" + }, + { + "rshares": 586286811332, + "voter": "cyber" + }, + { + "rshares": 96224456283, + "voter": "midnas-howler" + }, + { + "rshares": 37451164846, + "voter": "justtryme90" + }, + { + "rshares": 4597420837, + "voter": "cm-steem" + }, + { + "rshares": 8881004054, + "voter": "johnerfx" + }, + { + "rshares": 3596528108285, + "voter": "satoshifund" + }, + { + "rshares": 388823990187, + "voter": "taoteh1221" + }, + { + "rshares": 391275913, + "voter": "applecrisp" + }, + { + "rshares": 362378288951, + "voter": "hedge-x" + }, + { + "rshares": 52998773109, + "voter": "juanmiguelsalas" + }, + { + "rshares": 863365208, + "voter": "sunnyray" + }, + { + "rshares": 59069076379, + "voter": "thecryptodrive" + }, + { + "rshares": 124185870189, + "voter": "bravenewcoin" + }, + { + "rshares": 8333460340, + "voter": "kennyskitchen" + }, + { + "rshares": 266442266951, + "voter": "kaylinart" + }, + { + "rshares": 500746650031, + "voter": "infovore" + }, + { + "rshares": 48671150838, + "voter": "brandonp" + }, + { + "rshares": 138353237297, + "voter": "schro" + }, + { + "rshares": 1863788514, + "voter": "stephen-somers" + }, + { + "rshares": 2434631651, + "voter": "tee-em" + }, + { + "rshares": 100534891530, + "voter": "geoffrey" + }, + { + "rshares": 43181755485, + "voter": "honeythief" + }, + { + "rshares": 403540320598, + "voter": "fyrstikken" + }, + { + "rshares": 40797153099, + "voter": "treeshaface" + }, + { + "rshares": 18543754999, + "voter": "acassity" + }, + { + "rshares": 289162489, + "voter": "weedor" + }, + { + "rshares": 302683064, + "voter": "gerber" + }, + { + "rshares": 17546278068, + "voter": "grey580" + }, + { + "rshares": 264522603, + "voter": "ales" + }, + { + "rshares": 8820348623, + "voter": "cannav" + }, + { + "rshares": 204013843843, + "voter": "asmolokalo" + }, + { + "rshares": 300446841809, + "voter": "roelandp" + }, + { + "rshares": 3112471750, + "voter": "orly" + }, + { + "rshares": 4707075837, + "voter": "steamit" + }, + { + "rshares": 15801611273, + "voter": "konstantin" + }, + { + "rshares": 32544390735, + "voter": "hitmeasap" + }, + { + "rshares": 2870229595, + "voter": "stranger27" + }, + { + "rshares": 133098789385, + "voter": "jackkang" + }, + { + "rshares": 599975985871, + "voter": "juneaugoldbuyer" + }, + { + "rshares": 32961215897, + "voter": "r4fken" + }, + { + "rshares": 283810485, + "voter": "damono" + }, + { + "rshares": 25445457118, + "voter": "tcfxyz" + }, + { + "rshares": 259486897, + "voter": "romel" + }, + { + "rshares": 1625153964, + "voter": "sergei" + }, + { + "rshares": 8892666616, + "voter": "killswitch" + }, + { + "rshares": 15616629499, + "voter": "bitshares101" + }, + { + "rshares": 499156305959, + "voter": "neoxian" + }, + { + "rshares": 3613581209, + "voter": "owdy" + }, + { + "rshares": 198330012, + "voter": "ch0c0latechip" + }, + { + "rshares": 183568347, + "voter": "doge4lyf" + }, + { + "rshares": 147240421388, + "voter": "knircky" + }, + { + "rshares": 12022855311, + "voter": "ausbitbank" + }, + { + "rshares": 1571508493, + "voter": "leksimus" + }, + { + "rshares": 885891994, + "voter": "dicov" + }, + { + "rshares": 919965160, + "voter": "steem1653" + }, + { + "rshares": 10802622782, + "voter": "asim" + }, + { + "rshares": 4405634199, + "voter": "karen13" + }, + { + "rshares": 24942066295, + "voter": "igster" + }, + { + "rshares": 1367833704, + "voter": "jrd8526" + }, + { + "rshares": 10301497593, + "voter": "mun" + }, + { + "rshares": 356943865, + "voter": "karenmckersie" + }, + { + "rshares": 47927575572, + "voter": "creationlayer" + }, + { + "rshares": 384335950, + "voter": "leonir" + }, + { + "rshares": 793082709, + "voter": "thinkngrow" + }, + { + "rshares": 367441394, + "voter": "luisucv34" + }, + { + "rshares": 47406569721, + "voter": "streetstyle" + }, + { + "rshares": 70372093790, + "voter": "inertia" + }, + { + "rshares": 42927707223, + "voter": "milestone" + }, + { + "rshares": 3422295233, + "voter": "maximkichev" + }, + { + "rshares": 5725254373, + "voter": "btcbtcbtc20155" + }, + { + "rshares": 2064928807, + "voter": "the-future" + }, + { + "rshares": 3782713987, + "voter": "adamt" + }, + { + "rshares": 12974410735, + "voter": "nippel66" + }, + { + "rshares": 2976001628, + "voter": "imp3" + }, + { + "rshares": 252357240414, + "voter": "calaber24p" + }, + { + "rshares": 3477776250, + "voter": "davidr" + }, + { + "rshares": 3556231334, + "voter": "simon.braki.love" + }, + { + "rshares": 59941579508, + "voter": "thylbom" + }, + { + "rshares": 3433845802, + "voter": "bones" + }, + { + "rshares": 19157179302, + "voter": "bendjmiller222" + }, + { + "rshares": 3987315202, + "voter": "rainchen" + }, + { + "rshares": 35138047991, + "voter": "sauravrungta" + }, + { + "rshares": 12019513269, + "voter": "shredlord" + }, + { + "rshares": 73099576639, + "voter": "rea" + }, + { + "rshares": 8132763030, + "voter": "neroru" + }, + { + "rshares": 214418183330, + "voter": "jl777" + }, + { + "rshares": 373770800, + "voter": "meteor78" + }, + { + "rshares": 26816500737, + "voter": "zaebars" + }, + { + "rshares": 6113574314, + "voter": "positive" + }, + { + "rshares": 1683378197, + "voter": "yarly" + }, + { + "rshares": 255303484, + "voter": "yarly2" + }, + { + "rshares": 255686119, + "voter": "yarly3" + }, + { + "rshares": 147914638, + "voter": "yarly4" + }, + { + "rshares": 148750003, + "voter": "yarly5" + }, + { + "rshares": 84813726, + "voter": "yarly7" + }, + { + "rshares": 4164065341, + "voter": "lpfaust" + }, + { + "rshares": 18119834837, + "voter": "prufarchy" + }, + { + "rshares": 11673305563, + "voter": "quickfingersluc" + }, + { + "rshares": 220766396409, + "voter": "johnsmith" + }, + { + "rshares": 11219620297, + "voter": "winstonwolfe" + }, + { + "rshares": 859954354, + "voter": "happyphoenix" + }, + { + "rshares": 20113164016, + "voter": "krabgat" + }, + { + "rshares": 7430932441, + "voter": "webdeals" + }, + { + "rshares": 203965977, + "voter": "shadyonline" + }, + { + "rshares": 18453282331, + "voter": "proto" + }, + { + "rshares": 618560648, + "voter": "curator" + }, + { + "rshares": 408950035, + "voter": "yarly10" + }, + { + "rshares": 219368610, + "voter": "yarly11" + }, + { + "rshares": 274335473, + "voter": "faraz" + }, + { + "rshares": 76805770, + "voter": "yarly12" + }, + { + "rshares": 10590243337, + "voter": "phoenixmaid" + }, + { + "rshares": 126426805, + "voter": "ipopular" + }, + { + "rshares": 74356260, + "voter": "salamanca1987ar" + }, + { + "rshares": 18695991236, + "voter": "pixielolz" + }, + { + "rshares": 1840946810, + "voter": "bullionstackers" + }, + { + "rshares": 861558297, + "voter": "mar1978co" + }, + { + "rshares": 1526231546, + "voter": "spinner" + }, + { + "rshares": 2456054658, + "voter": "belkins" + }, + { + "rshares": 19988784545, + "voter": "williambanks" + }, + { + "rshares": 5647038859, + "voter": "shortcut" + }, + { + "rshares": 139439065521, + "voter": "steemdrive" + }, + { + "rshares": 9225459807, + "voter": "taker" + }, + { + "rshares": 731723236, + "voter": "pakisnxt" + }, + { + "rshares": 5553712976, + "voter": "nekromarinist" + }, + { + "rshares": 1951944925, + "voter": "sykochica" + }, + { + "rshares": 1515473458, + "voter": "merej99" + }, + { + "rshares": 15130676889, + "voter": "reneenouveau" + }, + { + "rshares": 8140603858, + "voter": "fintech-jesus" + }, + { + "rshares": 1759071342, + "voter": "feelapi" + }, + { + "rshares": 9623723965, + "voter": "viktor.phuket" + }, + { + "rshares": 4010159410, + "voter": "poeticsnake" + }, + { + "rshares": 3565700998, + "voter": "ullikume" + }, + { + "rshares": 1146725005, + "voter": "andrew0" + }, + { + "rshares": 7063527946, + "voter": "kurtbeil" + }, + { + "rshares": 512286246, + "voter": "romancs" + }, + { + "rshares": 3424311094, + "voter": "steemleak" + }, + { + "rshares": 14726415882, + "voter": "capper2016" + }, + { + "rshares": 10366372843, + "voter": "ekitcho" + }, + { + "rshares": 12931796143, + "voter": "randyclemens" + }, + { + "rshares": 293812470, + "voter": "rusteller" + }, + { + "rshares": 85386694477, + "voter": "sirwinchester" + }, + { + "rshares": 55591289, + "voter": "tinca" + }, + { + "rshares": 411872432, + "voter": "jrcornel" + }, + { + "rshares": 1467824207, + "voter": "quantumanomaly" + }, + { + "rshares": 253738615, + "voter": "naifaz" + }, + { + "rshares": 1030648559, + "voter": "vegascomic" + }, + { + "rshares": 1145609627, + "voter": "bledarus" + }, + { + "rshares": 83673051926, + "voter": "miacats" + }, + { + "rshares": 58499109, + "voter": "nano2nd" + }, + { + "rshares": 62332619, + "voter": "razberrijam" + }, + { + "rshares": 7624079651, + "voter": "matrixdweller" + }, + { + "rshares": 9995207527, + "voter": "kyriacos" + }, + { + "rshares": 73290501683, + "voter": "helikopterben" + }, + { + "rshares": 50094162, + "voter": "pollina" + }, + { + "rshares": 4390594623, + "voter": "themanualbot" + }, + { + "rshares": 89766690138, + "voter": "icfiedler" + }, + { + "rshares": 3574771803, + "voter": "shneakysquirrel" + }, + { + "rshares": 4346734216, + "voter": "mada" + }, + { + "rshares": 18099477167, + "voter": "yef99" + }, + { + "rshares": 51095992, + "voter": "kamil5" + }, + { + "rshares": 467996430, + "voter": "tradz" + }, + { + "rshares": 201888000, + "voter": "tlarsen2080" + }, + { + "rshares": 11457714027, + "voter": "hilarski" + }, + { + "rshares": 4621091782, + "voter": "onetree" + }, + { + "rshares": 1609584914, + "voter": "imag1ne" + }, + { + "rshares": 194564074, + "voter": "arty" + }, + { + "rshares": 88366627, + "voter": "jtstreetman" + }, + { + "rshares": 709285853, + "voter": "runridefly" + }, + { + "rshares": 50094345, + "voter": "kosmatimuc" + }, + { + "rshares": 56583285, + "voter": "alternative" + }, + { + "rshares": 581299661, + "voter": "kev7000" + }, + { + "rshares": 82668168, + "voter": "tito-baron" + }, + { + "rshares": 262718397, + "voter": "maarnio" + }, + { + "rshares": 2209122623, + "voter": "richardjuckes" + }, + { + "rshares": 24239498471, + "voter": "dubi" + }, + { + "rshares": 223746762, + "voter": "steemreporter" + }, + { + "rshares": 55278008, + "voter": "recurvez" + }, + { + "rshares": 117140255, + "voter": "alina1" + }, + { + "rshares": 57522774, + "voter": "patelincho" + }, + { + "rshares": 311627797, + "voter": "bones261" + }, + { + "rshares": 1524816681, + "voter": "ibringawareness" + }, + { + "rshares": 594706072, + "voter": "bones555" + }, + { + "rshares": 1645692763, + "voter": "anton333" + }, + { + "rshares": 5550458547, + "voter": "chick1" + }, + { + "rshares": 50523318, + "voter": "aoki" + }, + { + "rshares": 50454788, + "voter": "typingagent" + }, + { + "rshares": 50468091, + "voter": "cwb" + }, + { + "rshares": 53474283, + "voter": "barbosabarros" + }, + { + "rshares": 51583902, + "voter": "wolfdaze" + }, + { + "rshares": 71766021, + "voter": "ancientofdays" + }, + { + "rshares": 1631761737, + "voter": "puffin" + }, + { + "rshares": 177106697, + "voter": "ziogio" + } + ], + "author": "fyrstikken", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "
    \n\n

    We are now 600+ users registered and 20-30 active hosts at any time of the day talking about steemit, crypto and news 24/7 live on air and this is how you do it to become a host on steemspeak radio stakepool

    \n\n

    WE WANT TO HEAR YOU TOO!

    \n\nFirst, make sure you have a GOOD Microphone and a GREAT Headset. When you are on air talking about your latest steemit-post or something else that is on your mind, you want to sound great and make sure you don\u00b4t transmit echo, so if you don\u00b4t have headphones - buy some before you join.\n\nSecond, Download the Teamspeak 3 Client that works for your Operative System or Phone from Official Teamspeak Download.\n\nThird, Connect your TeamSpeak 3 Client to this server: ts.steemspeak.com\n\n---\n
    It is THAT Simple!
    \n---\n\n---\nOK, Now that you have logged in, you need to set your Push To Talk Button! And to do that I have included a good youtube-tutorial for you here so that you can easily figure out how to do it in settings->capture->push to talk->hotkeys\n\n

    Setting up the Push to Talk button!

    \nhttps://www.youtube.com/watch?v=u89aMcyfr2s\n\n

    The Mac Version settings are found in the Teamspeak 3->Preferences ->Capture

    \n\n---\n
    If you just want to listen, go to steemspeak.com24/7 all year!
    \n---", + "category": "steemit", + "children": 31, + "created": "2016-08-31T13:26:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://stakepool.com/wp-content/uploads/2016/08/Screen-Shot-2016-08-31-at-07.58.21.png", + "https://img.youtube.com/vi/u89aMcyfr2s/0.jpg" + ], + "links": [ + "http://teamspeak.com/downloads", + "https://www.youtube.com/watch?v=u89aMcyfr2s", + "http://steemspeak.com" + ], + "tags": [ + "steemit", + "life", + "freedom", + "news", + "music" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 31741689374910, + "payout": 120.057, + "payout_at": "2016-09-07T13:26:54", + "pending_payout_value": "120.057 HBD", + "percent_hbd": 10000, + "permlink": "how-to-connect-and-be-a-host-on-steemspeak-radio-and-let-your-voice-be-heard-across-the-world", + "post_id": 1070639, + "promoted": "125.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 235 + }, + "title": "How to CONNECT and be a HOST on SteemSpeak Radio and let your VOICE be HEARD across the WORLD!", + "updated": "2016-08-31T13:26:54", + "url": "/steemit/@fyrstikken/how-to-connect-and-be-a-host-on-steemspeak-radio-and-let-your-voice-be-heard-across-the-world" + }, + { + "active_votes": [ + { + "rshares": 14287655717809, + "voter": "dantheman" + }, + { + "rshares": 372316824459, + "voter": "berkah" + }, + { + "rshares": 7292928003093, + "voter": "riverhead" + }, + { + "rshares": 6712692598434, + "voter": "xeldal" + }, + { + "rshares": 8748358954886, + "voter": "pharesim" + }, + { + "rshares": 5924081466216, + "voter": "enki" + }, + { + "rshares": 20671106684513, + "voter": "tombstone" + }, + { + "rshares": 118417933788, + "voter": "sandra" + }, + { + "rshares": 923945830721, + "voter": "ihashfury" + }, + { + "rshares": 898909637848, + "voter": "liondani" + }, + { + "rshares": 2479218792, + "voter": "boy" + }, + { + "rshares": 3009798108, + "voter": "bue-witness" + }, + { + "rshares": 557836382, + "voter": "bunny" + }, + { + "rshares": 7335421547210, + "voter": "complexring" + }, + { + "rshares": 43175636897, + "voter": "bue" + }, + { + "rshares": 1328665238, + "voter": "mini" + }, + { + "rshares": 170926788, + "voter": "moon" + }, + { + "rshares": 214530506030, + "voter": "alex90342fastn1" + }, + { + "rshares": 391741109003, + "voter": "recursive2" + }, + { + "rshares": 389075404441, + "voter": "recursive3" + }, + { + "rshares": 1331361114912, + "voter": "steempower" + }, + { + "rshares": 77471889244, + "voter": "vip" + }, + { + "rshares": 253801568876, + "voter": "pheonike" + }, + { + "rshares": 20262312121, + "voter": "proctologic" + }, + { + "rshares": 498161277, + "voter": "healthcare" + }, + { + "rshares": 773724643, + "voter": "daniel.pan" + }, + { + "rshares": 399862483868, + "voter": "woo7739" + }, + { + "rshares": 411408907897, + "voter": "steemrollin" + }, + { + "rshares": 6821654706, + "voter": "patrice" + }, + { + "rshares": 230509608, + "voter": "helen.tan" + }, + { + "rshares": 14466370135, + "voter": "brindleswan" + }, + { + "rshares": 48090324970, + "voter": "noaommerrr" + }, + { + "rshares": 82688369456, + "voter": "acidsun" + }, + { + "rshares": 13170169522, + "voter": "gregory-f" + }, + { + "rshares": 11072341222, + "voter": "dave-hughes" + }, + { + "rshares": 80028506637, + "voter": "edgeland" + }, + { + "rshares": 419229125146, + "voter": "chryspano" + }, + { + "rshares": 81246195312, + "voter": "easteagle13" + }, + { + "rshares": 13405317241, + "voter": "ervin-lemark" + }, + { + "rshares": 535527459153, + "voter": "eeks" + }, + { + "rshares": 3020965065, + "voter": "fkn" + }, + { + "rshares": 1454961783, + "voter": "spaninv" + }, + { + "rshares": 19097994036, + "voter": "georgedonnelly" + }, + { + "rshares": 2056146398, + "voter": "gekko" + }, + { + "rshares": 340794336001, + "voter": "teamsteem" + }, + { + "rshares": 3315032051, + "voter": "elishagh1" + }, + { + "rshares": 9613892204, + "voter": "richman" + }, + { + "rshares": 847659311, + "voter": "weenfan" + }, + { + "rshares": 18234332542, + "voter": "acidyo" + }, + { + "rshares": 156478008187, + "voter": "steve-walschot" + }, + { + "rshares": 16814582950, + "voter": "cian.dafe" + }, + { + "rshares": 57941109413, + "voter": "hannixx42" + }, + { + "rshares": 32680055185, + "voter": "dan-atstarlite" + }, + { + "rshares": 105824577331, + "voter": "amartinezque" + }, + { + "rshares": 24012631923, + "voter": "klye" + }, + { + "rshares": 54102266581, + "voter": "oaldamster" + }, + { + "rshares": 973588246, + "voter": "coar" + }, + { + "rshares": 73938949282, + "voter": "asch" + }, + { + "rshares": 1430756403, + "voter": "murh" + }, + { + "rshares": 19203629337, + "voter": "mughat" + }, + { + "rshares": 7452226457, + "voter": "radioactivities" + }, + { + "rshares": 12917828173, + "voter": "btotherest" + }, + { + "rshares": 11828369962, + "voter": "zebbra2014" + }, + { + "rshares": 10554741746, + "voter": "johnerfx" + }, + { + "rshares": 73500629943, + "voter": "noganoo" + }, + { + "rshares": 3518424323798, + "voter": "satoshifund" + }, + { + "rshares": 363217648620, + "voter": "taoteh1221" + }, + { + "rshares": 342038785, + "voter": "applecrisp" + }, + { + "rshares": 5613435698, + "voter": "karbonxx" + }, + { + "rshares": 362364795494, + "voter": "hedge-x" + }, + { + "rshares": 51869215030, + "voter": "juanmiguelsalas" + }, + { + "rshares": 186263884937, + "voter": "will-zewe" + }, + { + "rshares": 4565655246, + "voter": "dahaz159" + }, + { + "rshares": 258065486703, + "voter": "kaylinart" + }, + { + "rshares": 13619124411, + "voter": "facer" + }, + { + "rshares": 138324583233, + "voter": "schro" + }, + { + "rshares": 1184500561, + "voter": "johnerminer" + }, + { + "rshares": 140244128104, + "voter": "thedashguy" + }, + { + "rshares": 636647277, + "voter": "proglobyte" + }, + { + "rshares": 100470233346, + "voter": "geoffrey" + }, + { + "rshares": 41356310366, + "voter": "honeythief" + }, + { + "rshares": 13787125963, + "voter": "magnebit" + }, + { + "rshares": 385584242228, + "voter": "fyrstikken" + }, + { + "rshares": 40796944760, + "voter": "treeshaface" + }, + { + "rshares": 28959157027, + "voter": "catchfire" + }, + { + "rshares": 289162489, + "voter": "weedor" + }, + { + "rshares": 17893924588, + "voter": "grey580" + }, + { + "rshares": 266425807, + "voter": "ladyclair" + }, + { + "rshares": 9856964632, + "voter": "cannav" + }, + { + "rshares": 20384429842, + "voter": "thebatchman" + }, + { + "rshares": 268820184, + "voter": "stompy" + }, + { + "rshares": 300446841809, + "voter": "roelandp" + }, + { + "rshares": 38998845686, + "voter": "ezzy" + }, + { + "rshares": 3043909864, + "voter": "orly" + }, + { + "rshares": 4522484628, + "voter": "steamit" + }, + { + "rshares": 4911853013, + "voter": "riscadox" + }, + { + "rshares": 15159309172, + "voter": "konstantin" + }, + { + "rshares": 2763332921, + "voter": "soupernerd" + }, + { + "rshares": 31283265272, + "voter": "hitmeasap" + }, + { + "rshares": 14006522484, + "voter": "stealthtrader" + }, + { + "rshares": 2928756549, + "voter": "stranger27" + }, + { + "rshares": 13606146685, + "voter": "elyaque" + }, + { + "rshares": 8236654789, + "voter": "manoami" + }, + { + "rshares": 28836579075, + "voter": "r4fken" + }, + { + "rshares": 266065805, + "voter": "nurev" + }, + { + "rshares": 1559706980, + "voter": "sergei" + }, + { + "rshares": 8358639536, + "voter": "killswitch" + }, + { + "rshares": 74156962501, + "voter": "derekareith" + }, + { + "rshares": 12165590095, + "voter": "picokernel" + }, + { + "rshares": 1366301565, + "voter": "btcshare7" + }, + { + "rshares": 10585603645, + "voter": "seanmchughart" + }, + { + "rshares": 3610761428, + "voter": "owdy" + }, + { + "rshares": 80089524, + "voter": "ch0c0latechip" + }, + { + "rshares": 73425371, + "voter": "doge4lyf" + }, + { + "rshares": 1350155707, + "voter": "vi1son" + }, + { + "rshares": 1206462597, + "voter": "nobreku" + }, + { + "rshares": 143979313132, + "voter": "knircky" + }, + { + "rshares": 10020572535, + "voter": "spiz0r" + }, + { + "rshares": 14094648142, + "voter": "ausbitbank" + }, + { + "rshares": 127923097868, + "voter": "jacor" + }, + { + "rshares": 15306226751, + "voter": "pino" + }, + { + "rshares": 864077460, + "voter": "steem1653" + }, + { + "rshares": 15904625406, + "voter": "akareyon" + }, + { + "rshares": 4206277713, + "voter": "gikitiki" + }, + { + "rshares": 11502422370, + "voter": "asim" + }, + { + "rshares": 165119969029, + "voter": "repholder" + }, + { + "rshares": 33632847618, + "voter": "toxonaut" + }, + { + "rshares": 89059288467, + "voter": "paco" + }, + { + "rshares": 34393459049, + "voter": "biophil" + }, + { + "rshares": 348823659599, + "voter": "bobbylee" + }, + { + "rshares": 11225967160, + "voter": "senseiteekay" + }, + { + "rshares": 4183969872, + "voter": "karen13" + }, + { + "rshares": 8674367887, + "voter": "noodhoog" + }, + { + "rshares": 389393307, + "voter": "karenmckersie" + }, + { + "rshares": 46987819188, + "voter": "creationlayer" + }, + { + "rshares": 61876999450, + "voter": "inertia" + }, + { + "rshares": 43998433342, + "voter": "milestone" + }, + { + "rshares": 19908734998, + "voter": "artific" + }, + { + "rshares": 15095626509, + "voter": "kendewitt" + }, + { + "rshares": 19208995641, + "voter": "creemej" + }, + { + "rshares": 2026353384, + "voter": "dimon14" + }, + { + "rshares": 3346143159, + "voter": "maximkichev" + }, + { + "rshares": 5604949614, + "voter": "btcbtcbtc20155" + }, + { + "rshares": 1811685903, + "voter": "the-future" + }, + { + "rshares": 7735024258, + "voter": "cryptojoy.com" + }, + { + "rshares": 12972669244, + "voter": "nippel66" + }, + { + "rshares": 8412249152, + "voter": "peacekeeper" + }, + { + "rshares": 3449406742, + "voter": "kimmar" + }, + { + "rshares": 188704962743, + "voter": "blueorgy" + }, + { + "rshares": 3409584558, + "voter": "davidr" + }, + { + "rshares": 3485025335, + "voter": "simon.braki.love" + }, + { + "rshares": 1432554908, + "voter": "madhatting" + }, + { + "rshares": 61134908757, + "voter": "thylbom" + }, + { + "rshares": 25467461905, + "voter": "royaltiffany" + }, + { + "rshares": 8079581131, + "voter": "magz8716" + }, + { + "rshares": 6737481039, + "voter": "geronimo" + }, + { + "rshares": 3227799659, + "voter": "bones" + }, + { + "rshares": 18031572419, + "voter": "bendjmiller222" + }, + { + "rshares": 7960988445, + "voter": "tarindel" + }, + { + "rshares": 3143648302, + "voter": "azurejasper" + }, + { + "rshares": 23784532545, + "voter": "deanliu" + }, + { + "rshares": 3982662435, + "voter": "cryptohustlin" + }, + { + "rshares": 40963637365, + "voter": "sauravrungta" + }, + { + "rshares": 67031280822, + "voter": "rea" + }, + { + "rshares": 116058250, + "voter": "justing" + }, + { + "rshares": 1492718093, + "voter": "cryptocurrency1" + }, + { + "rshares": 534037396, + "voter": "ulis29k" + }, + { + "rshares": 100131242, + "voter": "elmusic" + }, + { + "rshares": 8132697646, + "voter": "neroru" + }, + { + "rshares": 192890960021, + "voter": "jl777" + }, + { + "rshares": 365818230, + "voter": "meteor78" + }, + { + "rshares": 111304161, + "voter": "maxflender" + }, + { + "rshares": 25060291197, + "voter": "zaebars" + }, + { + "rshares": 4073521267, + "voter": "positive" + }, + { + "rshares": 1646370099, + "voter": "yarly" + }, + { + "rshares": 249753408, + "voter": "yarly2" + }, + { + "rshares": 250127725, + "voter": "yarly3" + }, + { + "rshares": 144699103, + "voter": "yarly4" + }, + { + "rshares": 145516307, + "voter": "yarly5" + }, + { + "rshares": 82969949, + "voter": "yarly7" + }, + { + "rshares": 10146325450, + "voter": "vongohren" + }, + { + "rshares": 9416293870, + "voter": "alsprinting" + }, + { + "rshares": 207780137797, + "voter": "johnsmith" + }, + { + "rshares": 200189709, + "voter": "strictlybusiness" + }, + { + "rshares": 1089072756, + "voter": "sompitonov" + }, + { + "rshares": 4458162709, + "voter": "bbrewer" + }, + { + "rshares": 461290417, + "voter": "quigua" + }, + { + "rshares": 1912624362, + "voter": "flexcougar" + }, + { + "rshares": 11673105366, + "voter": "winstonwolfe" + }, + { + "rshares": 20532124227, + "voter": "krabgat" + }, + { + "rshares": 8105938340, + "voter": "webdeals" + }, + { + "rshares": 17523357805, + "voter": "proto" + }, + { + "rshares": 568834437, + "voter": "curator" + }, + { + "rshares": 400045064, + "voter": "yarly10" + }, + { + "rshares": 214599727, + "voter": "yarly11" + }, + { + "rshares": 268956346, + "voter": "faraz" + }, + { + "rshares": 75136080, + "voter": "yarly12" + }, + { + "rshares": 108154560, + "voter": "salamanca1987ar" + }, + { + "rshares": 13159019704, + "voter": "clevecross" + }, + { + "rshares": 125670168, + "voter": "steemster1" + }, + { + "rshares": 4182979272, + "voter": "crazylife" + }, + { + "rshares": 897211578, + "voter": "mar1978co" + }, + { + "rshares": 1283349286, + "voter": "spinner" + }, + { + "rshares": 2406933564, + "voter": "belkins" + }, + { + "rshares": 24693180396, + "voter": "williambanks" + }, + { + "rshares": 1483559041, + "voter": "webosfritos" + }, + { + "rshares": 2713256489, + "voter": "weenis" + }, + { + "rshares": 5150829096, + "voter": "jed78" + }, + { + "rshares": 5533183281, + "voter": "shortcut" + }, + { + "rshares": 11454886978, + "voter": "bergy" + }, + { + "rshares": 1099605749, + "voter": "metaflute" + }, + { + "rshares": 48206857966, + "voter": "gomeravibz" + }, + { + "rshares": 8761147948, + "voter": "taker" + }, + { + "rshares": 5886582033, + "voter": "nekromarinist" + }, + { + "rshares": 5495724559, + "voter": "theprophet0" + }, + { + "rshares": 2131190527, + "voter": "sykochica" + }, + { + "rshares": 52489886, + "voter": "sharon" + }, + { + "rshares": 38671084581, + "voter": "allasyummyfood" + }, + { + "rshares": 52102443, + "voter": "lillianjones" + }, + { + "rshares": 15130676889, + "voter": "reneenouveau" + }, + { + "rshares": 22839801085, + "voter": "rawnetics" + }, + { + "rshares": 1711191717, + "voter": "feelapi" + }, + { + "rshares": 15561021463, + "voter": "gmurph" + }, + { + "rshares": 9238067538, + "voter": "viktor.phuket" + }, + { + "rshares": 4004906164, + "voter": "poeticsnake" + }, + { + "rshares": 2266924190, + "voter": "crypto-toll" + }, + { + "rshares": 3564833888, + "voter": "ullikume" + }, + { + "rshares": 5902111209, + "voter": "minion" + }, + { + "rshares": 162194218, + "voter": "snowflake" + }, + { + "rshares": 724724078, + "voter": "labradorsem" + }, + { + "rshares": 574381549, + "voter": "romancs" + }, + { + "rshares": 93392827573, + "voter": "thisisbenbrick" + }, + { + "rshares": 14148411388, + "voter": "capper2016" + }, + { + "rshares": 15893252296, + "voter": "velourex" + }, + { + "rshares": 63829521, + "voter": "dedushkadiesel" + }, + { + "rshares": 56272514, + "voter": "nickche" + }, + { + "rshares": 93243566220, + "voter": "sirwinchester" + }, + { + "rshares": 559711438, + "voter": "future24" + }, + { + "rshares": 70682332, + "voter": "sizil" + }, + { + "rshares": 1361293312, + "voter": "hms818" + }, + { + "rshares": 52502611, + "voter": "msjennifer" + }, + { + "rshares": 52099594, + "voter": "ciao" + }, + { + "rshares": 3235630451, + "voter": "blow" + }, + { + "rshares": 323509012, + "voter": "jrcornel" + }, + { + "rshares": 51753317, + "voter": "steemo" + }, + { + "rshares": 148403993, + "voter": "steem-engine" + }, + { + "rshares": 1200202101, + "voter": "quantumanomaly" + }, + { + "rshares": 51619811, + "voter": "steema" + }, + { + "rshares": 59896309, + "voter": "confucius" + }, + { + "rshares": 28469021518, + "voter": "mrosenquist" + }, + { + "rshares": 1963729757, + "voter": "bledarus" + }, + { + "rshares": 83587645574, + "voter": "miacats" + }, + { + "rshares": 29373154668, + "voter": "bitcalm" + }, + { + "rshares": 52400873, + "voter": "jarvis" + }, + { + "rshares": 61094018, + "voter": "razberrijam" + }, + { + "rshares": 51899170, + "voter": "fortuner" + }, + { + "rshares": 10543706281, + "voter": "kyriacos" + }, + { + "rshares": 71357161, + "voter": "pompe72" + }, + { + "rshares": 2331044924, + "voter": "virtualgrowth" + }, + { + "rshares": 405029117, + "voter": "noor818" + }, + { + "rshares": 51863356, + "voter": "johnbyrd" + }, + { + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "rshares": 51859074, + "voter": "thermor" + }, + { + "rshares": 51856300, + "voter": "ficholl" + }, + { + "rshares": 51852278, + "voter": "widell" + }, + { + "rshares": 92671420, + "voter": "how2steemit" + }, + { + "rshares": 3502906874, + "voter": "shneakysquirrel" + }, + { + "rshares": 8121800981, + "voter": "jaredcwillis" + }, + { + "rshares": 1941499119, + "voter": "movievertigo" + }, + { + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "rshares": 59465570, + "voter": "mrlogic" + }, + { + "rshares": 454956115, + "voter": "steemhorizon" + }, + { + "rshares": 18096899554, + "voter": "yef99" + }, + { + "rshares": 2511369735, + "voter": "rossenpavlov" + }, + { + "rshares": 11435132110, + "voter": "hilarski" + }, + { + "rshares": 6205342073, + "voter": "craigwilliamz" + }, + { + "rshares": 4298995859, + "voter": "onetree" + }, + { + "rshares": 22500043307, + "voter": "daut44" + }, + { + "rshares": 51562255, + "voter": "curpose" + }, + { + "rshares": 85421073, + "voter": "jtstreetman" + }, + { + "rshares": 615508801, + "voter": "cryptoeasy" + }, + { + "rshares": 55750195, + "voter": "riv" + }, + { + "rshares": 666955368, + "voter": "runridefly" + }, + { + "rshares": 8515004507, + "voter": "ironwood" + }, + { + "rshares": 79669298, + "voter": "uziriel" + }, + { + "rshares": 13864037687, + "voter": "mikehere" + }, + { + "rshares": 2155153681, + "voter": "funkywanderer" + }, + { + "rshares": 51712804, + "voter": "troich" + }, + { + "rshares": 109805573, + "voter": "maxfuchs" + }, + { + "rshares": 20656731535, + "voter": "luminousvisions" + }, + { + "rshares": 50593879, + "voter": "crion" + }, + { + "rshares": 51388276, + "voter": "hitherise" + }, + { + "rshares": 51379706, + "voter": "wiss" + }, + { + "rshares": 53537748, + "voter": "supersune" + }, + { + "rshares": 52143228, + "voter": "stroully" + }, + { + "rshares": 51814474, + "voter": "thadm" + }, + { + "rshares": 51812703, + "voter": "prof" + }, + { + "rshares": 607135202, + "voter": "kev7000" + }, + { + "rshares": 13828807095, + "voter": "bluehorseshoe" + }, + { + "rshares": 51451058, + "voter": "yorsens" + }, + { + "rshares": 262391495, + "voter": "maarnio" + }, + { + "rshares": 2146314155, + "voter": "richardjuckes" + }, + { + "rshares": 51154263, + "voter": "bane" + }, + { + "rshares": 51148009, + "voter": "vive" + }, + { + "rshares": 51142585, + "voter": "coad" + }, + { + "rshares": 54349843, + "voter": "lynceus" + }, + { + "rshares": 24762164330, + "voter": "dubi" + }, + { + "rshares": 52015504, + "voter": "analyzethis" + }, + { + "rshares": 51906983, + "voter": "sofa" + }, + { + "rshares": 190473967, + "voter": "irininich" + }, + { + "rshares": 140568307, + "voter": "alina1" + }, + { + "rshares": 54949117, + "voter": "doggnostic" + }, + { + "rshares": 304997419, + "voter": "bones261" + }, + { + "rshares": 54665234, + "voter": "jenny-talls" + }, + { + "rshares": 582022660, + "voter": "bones555" + }, + { + "rshares": 51979174, + "voter": "ailo" + }, + { + "rshares": 50812926, + "voter": "bobbythegreat" + }, + { + "rshares": 1579487626, + "voter": "anton333" + }, + { + "rshares": 5683012749, + "voter": "chick1" + }, + { + "rshares": 71251561, + "voter": "whatsup" + }, + { + "rshares": 2979879533, + "voter": "gringalicious" + }, + { + "rshares": 2439471741, + "voter": "steempowerwhale" + }, + { + "rshares": 50507607, + "voter": "aoki" + }, + { + "rshares": 50454788, + "voter": "typingagent" + }, + { + "rshares": 65292516, + "voter": "paketkita.net" + }, + { + "rshares": 73815531, + "voter": "conspiracynut" + }, + { + "rshares": 52710031, + "voter": "nelyp" + }, + { + "rshares": 143043369, + "voter": "ola1" + }, + { + "rshares": 1869420478, + "voter": "ekaterinka" + }, + { + "rshares": 51470533, + "voter": "eavy" + }, + { + "rshares": 51468937, + "voter": "roto" + }, + { + "rshares": 66920614, + "voter": "willio" + }, + { + "rshares": 1366333355, + "voter": "robotev" + }, + { + "rshares": 607607141, + "voter": "thebiggestidea" + }, + { + "rshares": 82374501, + "voter": "alexclarkbarry" + } + ], + "author": "fyrstikken", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "
    Ladies and Gentlemen Welcome to the STEEMIT SHOW! 100% Pure Entertainment ONLY FOR YOU!
    \n---\nhttps://www.youtube.com/watch?v=0SMMo7aQnPY\n\n\n---\n
    Welcome to @fyrstikken I am so happy to see you! Leave a comment below so I know you have been here :)
    \n---", + "category": "steemit", + "children": 56, + "created": "2016-08-30T19:19:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/0SMMo7aQnPY/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=0SMMo7aQnPY" + ], + "tags": [ + "steemit", + "funny", + "comedy", + "fyrstikken", + "entertainment" + ], + "users": [ + "fyrstikken" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 88601715868403, + "payout": 809.229, + "payout_at": "2016-09-06T19:19:30", + "pending_payout_value": "809.229 HBD", + "percent_hbd": 10000, + "permlink": "the-steemit-show-fresh-entertainment-directly-to-you-because-we-need-a-good-laugh-d", + "post_id": 1060237, + "promoted": "122.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 335 + }, + "title": "THE STEEMIT SHOW! - FRESH ENTERTAINMENT DIRECTLY TO YOU! - BECAUSE WE NEED A GOOD LAUGH :D", + "updated": "2016-08-30T19:19:30", + "url": "/steemit/@fyrstikken/the-steemit-show-fresh-entertainment-directly-to-you-because-we-need-a-good-laugh-d" + }, + { + "active_votes": [ + { + "rshares": 3100531233, + "voter": "boy" + }, + { + "rshares": 224361742775, + "voter": "steem-id" + }, + { + "rshares": 3764189886, + "voter": "bue-witness" + }, + { + "rshares": 690498765, + "voter": "bunny" + }, + { + "rshares": 6143394622323, + "voter": "clayop" + }, + { + "rshares": 54237110459, + "voter": "bue" + }, + { + "rshares": 1661583090, + "voter": "mini" + }, + { + "rshares": 213702396, + "voter": "moon" + }, + { + "rshares": 149450248229, + "voter": "signalandnoise" + }, + { + "rshares": 6580261519, + "voter": "sean0010" + }, + { + "rshares": 79094601875, + "voter": "vip" + }, + { + "rshares": 10777629083, + "voter": "proctologic" + }, + { + "rshares": 622922850, + "voter": "healthcare" + }, + { + "rshares": 967529916, + "voter": "daniel.pan" + }, + { + "rshares": 392331448467, + "voter": "woo7739" + }, + { + "rshares": 288200426, + "voter": "helen.tan" + }, + { + "rshares": 3475466942, + "voter": "morning" + }, + { + "rshares": 46099177392, + "voter": "cyan91" + }, + { + "rshares": 21457200657, + "voter": "ninzacode" + }, + { + "rshares": 3643243484, + "voter": "kenmonkey" + }, + { + "rshares": 263657666737, + "voter": "leesunmoo" + }, + { + "rshares": 5349082417, + "voter": "spaninv" + }, + { + "rshares": 868009462, + "voter": "weenfan" + }, + { + "rshares": 3898446152, + "voter": "daycrypter" + }, + { + "rshares": 14465314654, + "voter": "cian.dafe" + }, + { + "rshares": 1432626059, + "voter": "murh" + }, + { + "rshares": 1460925170254, + "voter": "sean-king" + }, + { + "rshares": 687032102605, + "voter": "publicworker" + }, + { + "rshares": 8578280196, + "voter": "cannav" + }, + { + "rshares": 12348648799, + "voter": "wefdi" + }, + { + "rshares": 247087647, + "voter": "aidar88" + }, + { + "rshares": 9892359288, + "voter": "jay4u" + }, + { + "rshares": 243640107, + "voter": "sekoorane" + }, + { + "rshares": 1343937139914, + "voter": "renohq" + }, + { + "rshares": 151103722616, + "voter": "knircky" + }, + { + "rshares": 5530655167, + "voter": "secom" + }, + { + "rshares": 4569401045, + "voter": "thegoodguy" + }, + { + "rshares": 2212025362, + "voter": "johnnydollar" + }, + { + "rshares": 45220437401, + "voter": "yongyoon" + }, + { + "rshares": 3120668012, + "voter": "imp3" + }, + { + "rshares": 189075416368, + "voter": "blueorgy" + }, + { + "rshares": 19174335590, + "voter": "mustafaomar" + }, + { + "rshares": 9133228344, + "voter": "rpf" + }, + { + "rshares": 109445777, + "voter": "elmusic" + }, + { + "rshares": 9700063815, + "voter": "michaeldodridge" + }, + { + "rshares": 18091703755, + "voter": "lsc9999" + }, + { + "rshares": 64903901, + "voter": "lilong" + }, + { + "rshares": 16678639301, + "voter": "timelapse" + }, + { + "rshares": 152609578, + "voter": "luke490" + }, + { + "rshares": 17231154057, + "voter": "capper2016" + }, + { + "rshares": 122437504, + "voter": "darthnava" + }, + { + "rshares": 62928860, + "voter": "session101" + }, + { + "rshares": 6587662692, + "voter": "theb0red1" + }, + { + "rshares": 69829863, + "voter": "qq553937961" + }, + { + "rshares": 57930015, + "voter": "success43" + }, + { + "rshares": 7130857719, + "voter": "generation.easy" + }, + { + "rshares": 6785162040, + "voter": "alexandre" + }, + { + "rshares": 628286793, + "voter": "runridefly" + }, + { + "rshares": 41225084978, + "voter": "daxon" + }, + { + "rshares": 56995776, + "voter": "osame066" + }, + { + "rshares": 363138694, + "voter": "shieha" + }, + { + "rshares": 16414058791, + "voter": "hunterisgreat" + }, + { + "rshares": 1649052287, + "voter": "smisi" + }, + { + "rshares": 168496112075, + "voter": "asksisk" + }, + { + "rshares": 287896907, + "voter": "totosky" + }, + { + "rshares": 22669235593, + "voter": "dubi" + }, + { + "rshares": 259672323, + "voter": "alina1" + }, + { + "rshares": 639848102, + "voter": "kharn" + }, + { + "rshares": 50833490, + "voter": "andrewrait" + }, + { + "rshares": 192620865, + "voter": "ola1" + }, + { + "rshares": 314717764, + "voter": "jbaker585" + }, + { + "rshares": 53488939, + "voter": "drac59" + }, + { + "rshares": 51915855, + "voter": "apexnine" + }, + { + "rshares": 109667822, + "voter": "borishaifa" + }, + { + "rshares": 76027456, + "voter": "motsna" + }, + { + "rshares": 161012229, + "voter": "gunbread" + } + ], + "author": "woo7739", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "![29637d.jpg](https://www.steemimg.com/images/2016/09/01/29637d.jpg)\n\nThis photo seems real. Because it IS REAL!\n\nTeam CSL, one of the most famous cosplay group in Korea, posted unbelievable photos about Silent Hill.\n\nLet's take a look at the rest of photos.\n\n![4b7c8d.jpg](https://www.steemimg.com/images/2016/09/01/4b7c8d.jpg)\n\n![52cdcc.jpg](https://www.steemimg.com/images/2016/09/01/52cdcc.jpg)\n\n![6ef4bd.jpg](https://www.steemimg.com/images/2016/09/01/6ef4bd.jpg)\n\n![9e4d4f.jpg](https://www.steemimg.com/images/2016/09/01/9e4d4f.jpg)\n\n![103f314.jpg](https://www.steemimg.com/images/2016/09/01/103f314.jpg)\n\n![11eef23.jpg](https://www.steemimg.com/images/2016/09/01/11eef23.jpg)\n\n![12aaa03.jpg](https://www.steemimg.com/images/2016/09/01/12aaa03.jpg)\n\n![13cbf58.jpg](https://www.steemimg.com/images/2016/09/01/13cbf58.jpg)\n\nAnd a YouTube video here.\n\nhttps://www.youtube.com/watch?v=KaBzFJnziVs\n\nYou see quality of their cosplay? I think they are so awesome.\n\nI am trying to convince them to post their contents by themselves.\n\n![005751a.jpg](https://www.steemimg.com/images/2016/09/01/005751a.jpg)\nhttps://www.steemimg.com/images/2016/09/01/11296c4.md.jpg\n\nTheir reaction regarding Steemit, is positive.\n\nBut they're not completely convinced yet. You know, it's too good to be true.\n\nWith that said, I need your support.\n\nAll Steem Dollar reward will go to them, I am sure they will find how fascinating Steemit is.", + "category": "cosplay", + "children": 4, + "created": "2016-09-02T05:15:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/01/29637d.jpg", + "https://www.steemimg.com/images/2016/09/01/4b7c8d.jpg", + "https://www.steemimg.com/images/2016/09/01/52cdcc.jpg", + "https://www.steemimg.com/images/2016/09/01/6ef4bd.jpg", + "https://www.steemimg.com/images/2016/09/01/9e4d4f.jpg", + "https://www.steemimg.com/images/2016/09/01/103f314.jpg", + "https://www.steemimg.com/images/2016/09/01/11eef23.jpg", + "https://www.steemimg.com/images/2016/09/01/12aaa03.jpg", + "https://www.steemimg.com/images/2016/09/01/13cbf58.jpg", + "https://img.youtube.com/vi/KaBzFJnziVs/0.jpg", + "https://www.steemimg.com/images/2016/09/01/005751a.jpg", + "https://www.steemimg.com/images/2016/09/01/11296c4.md.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=KaBzFJnziVs" + ], + "tags": [ + "cosplay", + "photography", + "horror", + "art", + "kr" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11724772371579, + "payout": 19.642, + "payout_at": "2016-09-09T05:15:42", + "pending_payout_value": "19.642 HBD", + "percent_hbd": 10000, + "permlink": "unreleased-steal-cut-of-slient-hill-no-its-real", + "post_id": 1094652, + "promoted": "121.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 76 + }, + "title": "Unreleased steal cut of Slient Hill? No, its REAL!", + "updated": "2016-09-02T05:43:42", + "url": "/cosplay/@woo7739/unreleased-steal-cut-of-slient-hill-no-its-real" + }, + { + "active_votes": [ + { + "rshares": 6861504603453, + "voter": "xeldal" + }, + { + "rshares": 5924234483394, + "voter": "enki" + }, + { + "rshares": 3099192085, + "voter": "boy" + }, + { + "rshares": 3762483356, + "voter": "bue-witness" + }, + { + "rshares": 697315118, + "voter": "bunny" + }, + { + "rshares": 54010291270, + "voter": "bue" + }, + { + "rshares": 1660921578, + "voter": "mini" + }, + { + "rshares": 213661759, + "voter": "moon" + }, + { + "rshares": 34042532834, + "voter": "aizensou" + }, + { + "rshares": 1305259200680, + "voter": "steempower" + }, + { + "rshares": 622724514, + "voter": "healthcare" + }, + { + "rshares": 967195088, + "voter": "daniel.pan" + }, + { + "rshares": 297041068093, + "voter": "chitty" + }, + { + "rshares": 31488210815, + "voter": "marketingmonk" + }, + { + "rshares": 288140285, + "voter": "helen.tan" + }, + { + "rshares": 46091338521, + "voter": "cyan91" + }, + { + "rshares": 15147326440, + "voter": "jademont" + }, + { + "rshares": 29088869234, + "voter": "instructor2121" + }, + { + "rshares": 2141819165, + "voter": "gekko" + }, + { + "rshares": 692261667883, + "voter": "nanzo-scoop" + }, + { + "rshares": 91718922101, + "voter": "william-noe" + }, + { + "rshares": 12107337047, + "voter": "cian.dafe" + }, + { + "rshares": 236023250940, + "voter": "mummyimperfect" + }, + { + "rshares": 60750319225, + "voter": "tosch" + }, + { + "rshares": 79657198561, + "voter": "asch" + }, + { + "rshares": 1431846323, + "voter": "murh" + }, + { + "rshares": 602018562, + "voter": "kodi" + }, + { + "rshares": 586286811332, + "voter": "cyber" + }, + { + "rshares": 64284714678, + "voter": "ak2020" + }, + { + "rshares": 37511548124, + "voter": "justtryme90" + }, + { + "rshares": 8876135165, + "voter": "johnerfx" + }, + { + "rshares": 391275913, + "voter": "applecrisp" + }, + { + "rshares": 283907126703, + "voter": "hisnameisolllie" + }, + { + "rshares": 1267900436, + "voter": "fjccoin" + }, + { + "rshares": 324237643911, + "voter": "innuendo" + }, + { + "rshares": 20461884222, + "voter": "ossama-benjohn" + }, + { + "rshares": 929020048, + "voter": "johnerminer" + }, + { + "rshares": 1946608196, + "voter": "stephen-somers" + }, + { + "rshares": 1429697273174, + "voter": "sean-king" + }, + { + "rshares": 686886224488, + "voter": "publicworker" + }, + { + "rshares": 2267977999, + "voter": "alefernandez" + }, + { + "rshares": 4224777539, + "voter": "crok" + }, + { + "rshares": 269921024, + "voter": "ales" + }, + { + "rshares": 6602307370, + "voter": "emhaze222" + }, + { + "rshares": 266592981, + "voter": "ladyclair" + }, + { + "rshares": 204013843843, + "voter": "asmolokalo" + }, + { + "rshares": 31880219495, + "voter": "hitmeasap" + }, + { + "rshares": 14064842257, + "voter": "elyaque" + }, + { + "rshares": 25445573460, + "voter": "tcfxyz" + }, + { + "rshares": 7049471118, + "voter": "futurefood" + }, + { + "rshares": 105798664165, + "voter": "cdubendo" + }, + { + "rshares": 147240421388, + "voter": "knircky" + }, + { + "rshares": 41975059972, + "voter": "mrwang" + }, + { + "rshares": 1131075798, + "voter": "mixa" + }, + { + "rshares": 910500105, + "voter": "dicov" + }, + { + "rshares": 4487120677, + "voter": "gikitiki" + }, + { + "rshares": 37452179267, + "voter": "biophil" + }, + { + "rshares": 17227141109, + "voter": "keithsmih" + }, + { + "rshares": 341993222983, + "voter": "bobbylee" + }, + { + "rshares": 24443224969, + "voter": "igster" + }, + { + "rshares": 237985094, + "voter": "zoicneo" + }, + { + "rshares": 6129221694, + "voter": "cryptosi" + }, + { + "rshares": 4162801602, + "voter": "herverisson" + }, + { + "rshares": 19507833697, + "voter": "artific" + }, + { + "rshares": 3498346239, + "voter": "maximkichev" + }, + { + "rshares": 61164729955, + "voter": "thylbom" + }, + { + "rshares": 16745418519, + "voter": "chessmonster" + }, + { + "rshares": 365818230, + "voter": "meteor78" + }, + { + "rshares": 841259695, + "voter": "happyphoenix" + }, + { + "rshares": 7093464346, + "voter": "webdeals" + }, + { + "rshares": 268956346, + "voter": "faraz" + }, + { + "rshares": 4975171514, + "voter": "beanz" + }, + { + "rshares": 112914306, + "voter": "wunju" + }, + { + "rshares": 1909130025, + "voter": "bullionstackers" + }, + { + "rshares": 1993799598, + "voter": "andreynoch" + }, + { + "rshares": 2456070989, + "voter": "belkins" + }, + { + "rshares": 19988784545, + "voter": "williambanks" + }, + { + "rshares": 731723236, + "voter": "pakisnxt" + }, + { + "rshares": 15792261330, + "voter": "magicmonk" + }, + { + "rshares": 238353830, + "voter": "sillygoon" + }, + { + "rshares": 88049981467, + "voter": "sirwinchester" + }, + { + "rshares": 1253580623, + "voter": "villainblack" + }, + { + "rshares": 3360204812, + "voter": "cmorton" + }, + { + "rshares": 54355927, + "voter": "tinca" + }, + { + "rshares": 10079591501, + "voter": "goingpaper" + }, + { + "rshares": 119439375, + "voter": "harrycoins" + }, + { + "rshares": 12237404949, + "voter": "borran" + }, + { + "rshares": 1145609627, + "voter": "bledarus" + }, + { + "rshares": 62332619, + "voter": "razberrijam" + }, + { + "rshares": 7285753049, + "voter": "theb0red1" + }, + { + "rshares": 74755928437, + "voter": "helikopterben" + }, + { + "rshares": 59512540, + "voter": "boatman" + }, + { + "rshares": 3307244480, + "voter": "steveo" + }, + { + "rshares": 12186383861, + "voter": "hilarski" + }, + { + "rshares": 58931862, + "voter": "wesley399" + }, + { + "rshares": 1763987441, + "voter": "unchainedio" + }, + { + "rshares": 8629294348, + "voter": "etcmike" + }, + { + "rshares": 14595736783, + "voter": "krnel" + }, + { + "rshares": 7184799429, + "voter": "daveks" + }, + { + "rshares": 1604647373, + "voter": "penguinpablo" + }, + { + "rshares": 14193492376, + "voter": "mikehere" + }, + { + "rshares": 23042993006, + "voter": "luminousvisions" + }, + { + "rshares": 110372559, + "voter": "team101" + }, + { + "rshares": 84510824, + "voter": "tito-baron" + }, + { + "rshares": 1230797907, + "voter": "profitgenerator" + }, + { + "rshares": 55821108, + "voter": "seckorama" + }, + { + "rshares": 117787613687, + "voter": "dan-bn" + }, + { + "rshares": 24239498471, + "voter": "dubi" + }, + { + "rshares": 140568307, + "voter": "alina1" + }, + { + "rshares": 56372318, + "voter": "patelincho" + }, + { + "rshares": 269335193609, + "voter": "charlieshrem" + }, + { + "rshares": 2984877979, + "voter": "gringalicious" + }, + { + "rshares": 69255373, + "voter": "kattz" + }, + { + "rshares": 50531169, + "voter": "wolfdaze" + }, + { + "rshares": 51342868, + "voter": "steemitmag" + }, + { + "rshares": 65057583, + "voter": "marquismiller" + }, + { + "rshares": 3319272143, + "voter": "adilsontsilva" + }, + { + "rshares": 136773607, + "voter": "iggy" + }, + { + "rshares": 50245473, + "voter": "rony" + }, + { + "rshares": 3365771273, + "voter": "merlin" + } + ], + "author": "marketingmonk", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "https://steemit-bucket-4a743ec2.s3.amazonaws.com/Getting%20More%20Attention%20By%20Using%20The%20Promote%20Button.jpg\n\nThis is the eighth installment of what will turn into a paid course called The Complete Steemit Course.\n\nHere is Steemit Tutorial 8: Getting More Attention By Using The Promote Button:\n\n**(please note that this video was updated with a corrected version 23 hours after the original post)**\nhttps://www.youtube.com/watch?v=ob9Zksnguzg\n\nPrevious lessons here:\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-1-creating-an-account-on-steemit-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-2-steemit-account-dashboard-overview-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-3-creating-our-first-ever-basic-post-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-4-reading-writing-decorating-and-voting-on-comments-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-5-voting-power-weighting-spying-and-managing-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-6-getting-paid-twice-from-the-steem-network-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-7-buying-steem-power-with-steem-dollars-or-bitcoin-video\n\nPlease upvote to show your support, I really appreciate it.\nhttps://img1.steemit.com/0x0/https://www.cryptoversity.com/wp-content/uploads/Steemit-upvote-cta-3.gif", + "category": "steemit", + "children": 18, + "created": "2016-08-31T12:33:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://steemit-bucket-4a743ec2.s3.amazonaws.com/Getting%20More%20Attention%20By%20Using%20The%20Promote%20Button.jpg", + "https://img.youtube.com/vi/ob9Zksnguzg/0.jpg", + "https://img1.steemit.com/0x0/https://www.cryptoversity.com/wp-content/uploads/Steemit-upvote-cta-3.gif" + ], + "links": [ + "https://www.youtube.com/watch?v=ob9Zksnguzg", + "https://steemit.com/steemit/@marketingmonk/steemit-tutorial-1-creating-an-account-on-steemit-video", + "https://steemit.com/steemit/@marketingmonk/steemit-tutorial-2-steemit-account-dashboard-overview-video", + "https://steemit.com/steemit/@marketingmonk/steemit-tutorial-3-creating-our-first-ever-basic-post-video", + "https://steemit.com/steemit/@marketingmonk/steemit-tutorial-4-reading-writing-decorating-and-voting-on-comments-video", + "https://steemit.com/steemit/@marketingmonk/steemit-tutorial-5-voting-power-weighting-spying-and-managing-video", + "https://steemit.com/steemit/@marketingmonk/steemit-tutorial-6-getting-paid-twice-from-the-steem-network-video", + "https://steemit.com/steemit/@marketingmonk/steemit-tutorial-7-buying-steem-power-with-steem-dollars-or-bitcoin-video" + ], + "tags": [ + "steemit", + "tutorial", + "howto", + "steem", + "video" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 21127721369166, + "payout": 55.734, + "payout_at": "2016-09-07T12:33:12", + "pending_payout_value": "55.734 HBD", + "percent_hbd": 10000, + "permlink": "steemit-tutorial-8-getting-more-attention-by-using-the-promote-button-video", + "post_id": 1070095, + "promoted": "121.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 120 + }, + "title": "Steemit Tutorial 8: Getting More Attention By Using The Promote Button [VIDEO]", + "updated": "2016-09-01T11:32:03", + "url": "/steemit/@marketingmonk/steemit-tutorial-8-getting-more-attention-by-using-the-promote-button-video" + }, + { + "active_votes": [ + { + "rshares": 28865473791883, + "voter": "dantheman" + }, + { + "rshares": 17174544934448, + "voter": "rainman" + }, + { + "rshares": 6741398871343, + "voter": "xeldal" + }, + { + "rshares": 8391169619604, + "voter": "pharesim" + }, + { + "rshares": 5925252164516, + "voter": "enki" + }, + { + "rshares": 187621512499, + "voter": "svk" + }, + { + "rshares": 3099515402, + "voter": "boy" + }, + { + "rshares": 3762904646, + "voter": "bue-witness" + }, + { + "rshares": 697373904, + "voter": "bunny" + }, + { + "rshares": 1585286495451, + "voter": "steemychicken1" + }, + { + "rshares": 54046050794, + "voter": "bue" + }, + { + "rshares": 1661086507, + "voter": "mini" + }, + { + "rshares": 5907379161631, + "voter": "witness.svk" + }, + { + "rshares": 213673190, + "voter": "moon" + }, + { + "rshares": 2142024197765, + "voter": "joseph" + }, + { + "rshares": 33250846024, + "voter": "aizensou" + }, + { + "rshares": 740067577802, + "voter": "masteryoda" + }, + { + "rshares": 253842278185, + "voter": "pheonike" + }, + { + "rshares": 622778402, + "voter": "healthcare" + }, + { + "rshares": 1120034999305, + "voter": "tuck-fheman" + }, + { + "rshares": 967281634, + "voter": "daniel.pan" + }, + { + "rshares": 823522090888, + "voter": "steemrollin" + }, + { + "rshares": 31150917768, + "voter": "marketingmonk" + }, + { + "rshares": 40749565179, + "voter": "alexgr" + }, + { + "rshares": 288158246, + "voter": "helen.tan" + }, + { + "rshares": 80058020962, + "voter": "edgeland" + }, + { + "rshares": 411023729959, + "voter": "chryspano" + }, + { + "rshares": 78077847939, + "voter": "easteagle13" + }, + { + "rshares": 173731843505, + "voter": "jamtaylor" + }, + { + "rshares": 7585671701, + "voter": "fran2k" + }, + { + "rshares": 550644954644, + "voter": "eeks" + }, + { + "rshares": 36301508450, + "voter": "james-show" + }, + { + "rshares": 8059949925, + "voter": "richman" + }, + { + "rshares": 14125062140, + "voter": "cian.dafe" + }, + { + "rshares": 426969856, + "voter": "zheka-melnikov" + }, + { + "rshares": 570227675922, + "voter": "kevinwong" + }, + { + "rshares": 1431967857, + "voter": "murh" + }, + { + "rshares": 47661340196, + "voter": "nphacker" + }, + { + "rshares": 195004765553, + "voter": "dragonslayer109" + }, + { + "rshares": 37374648233, + "voter": "ranko-k" + }, + { + "rshares": 511396696440, + "voter": "cyber" + }, + { + "rshares": 21926968622, + "voter": "treeleaves" + }, + { + "rshares": 20539865673, + "voter": "thecryptofiend" + }, + { + "rshares": 37511548124, + "voter": "justtryme90" + }, + { + "rshares": 11592122420, + "voter": "zebbra2014" + }, + { + "rshares": 9361058328, + "voter": "johnerfx" + }, + { + "rshares": 107752715191, + "voter": "kenny-crane" + }, + { + "rshares": 13348057713, + "voter": "samether" + }, + { + "rshares": 251383713111, + "voter": "kaylinart" + }, + { + "rshares": 13352180210, + "voter": "facer" + }, + { + "rshares": 20461698330, + "voter": "ossama-benjohn" + }, + { + "rshares": 334447067, + "voter": "hendra-khaidir" + }, + { + "rshares": 138950405749, + "voter": "thedashguy" + }, + { + "rshares": 86227251302, + "voter": "kimziv" + }, + { + "rshares": 14067763080, + "voter": "magnebit" + }, + { + "rshares": 1170048458, + "voter": "alexft" + }, + { + "rshares": 16019230638, + "voter": "acassity" + }, + { + "rshares": 210538398, + "voter": "ales" + }, + { + "rshares": 3374026415, + "voter": "michaellamden68" + }, + { + "rshares": 204013843843, + "voter": "asmolokalo" + }, + { + "rshares": 10364264135, + "voter": "jako" + }, + { + "rshares": 132657096959, + "voter": "chhayll" + }, + { + "rshares": 240080589407, + "voter": "fabio" + }, + { + "rshares": 466928201309, + "voter": "juneaugoldbuyer" + }, + { + "rshares": 296710962, + "voter": "damono" + }, + { + "rshares": 210192659, + "voter": "adamgud" + }, + { + "rshares": 36264884009, + "voter": "redpalestino" + }, + { + "rshares": 72257534352, + "voter": "derekareith" + }, + { + "rshares": 113581011154, + "voter": "crypt0" + }, + { + "rshares": 144039542662, + "voter": "knircky" + }, + { + "rshares": 13532699743, + "voter": "mrgreen" + }, + { + "rshares": 143380752469, + "voter": "jacor" + }, + { + "rshares": 515148804, + "voter": "warplat" + }, + { + "rshares": 14019560181, + "voter": "sebastien" + }, + { + "rshares": 2932258651, + "voter": "steemit-life" + }, + { + "rshares": 109188618706, + "voter": "paco" + }, + { + "rshares": 8923261762, + "voter": "deviedev" + }, + { + "rshares": 29701247281, + "voter": "jpiper20" + }, + { + "rshares": 11929926137, + "voter": "meesterboom" + }, + { + "rshares": 12871286440, + "voter": "jaycobbell" + }, + { + "rshares": 10289043539, + "voter": "cloveandcinnamon" + }, + { + "rshares": 7236481997, + "voter": "corinnestokes" + }, + { + "rshares": 332446975, + "voter": "luisucv34" + }, + { + "rshares": 2027442179, + "voter": "dimon14" + }, + { + "rshares": 3629922224, + "voter": "maximkichev" + }, + { + "rshares": 1001662053, + "voter": "jsteck" + }, + { + "rshares": 82686830113, + "voter": "me-tarzan" + }, + { + "rshares": 2424094754, + "voter": "sgnsteems" + }, + { + "rshares": 59943852587, + "voter": "thylbom" + }, + { + "rshares": 3219325103, + "voter": "moviefan" + }, + { + "rshares": 3034936936, + "voter": "travelista" + }, + { + "rshares": 3573419992, + "voter": "birdie" + }, + { + "rshares": 2030193955, + "voter": "bola" + }, + { + "rshares": 17744271849, + "voter": "celsius100" + }, + { + "rshares": 1894056221, + "voter": "idan4326" + }, + { + "rshares": 74885413307, + "voter": "rea" + }, + { + "rshares": 3547300393, + "voter": "mastletter" + }, + { + "rshares": 400623749, + "voter": "meteor78" + }, + { + "rshares": 26243392108, + "voter": "zaebars" + }, + { + "rshares": 333358949, + "voter": "valenttina" + }, + { + "rshares": 261379803, + "voter": "lexinferno" + }, + { + "rshares": 6108553793, + "voter": "tony.jennings" + }, + { + "rshares": 203458546034, + "voter": "johnsmith" + }, + { + "rshares": 6960645822, + "voter": "summonerrk" + }, + { + "rshares": 107496012, + "voter": "activcat" + }, + { + "rshares": 841259695, + "voter": "happyphoenix" + }, + { + "rshares": 445706908, + "voter": "kooshikoo" + }, + { + "rshares": 7093464346, + "voter": "webdeals" + }, + { + "rshares": 208498554, + "voter": "shadyonline" + }, + { + "rshares": 184772599, + "voter": "bitmap" + }, + { + "rshares": 17665762711, + "voter": "pinkisland" + }, + { + "rshares": 10248653702, + "voter": "sisterholics" + }, + { + "rshares": 31943139423, + "voter": "brianphobos" + }, + { + "rshares": 5344490062, + "voter": "logic" + }, + { + "rshares": 362618765, + "voter": "laurame86" + }, + { + "rshares": 10175387109, + "voter": "phoenixmaid" + }, + { + "rshares": 69849820, + "voter": "salamanca1987ar" + }, + { + "rshares": 4975171514, + "voter": "beanz" + }, + { + "rshares": 15053973666, + "voter": "smailer" + }, + { + "rshares": 2456070989, + "voter": "belkins" + }, + { + "rshares": 19368137736, + "voter": "williambanks" + }, + { + "rshares": 1049062937, + "voter": "metaflute" + }, + { + "rshares": 1951944925, + "voter": "sykochica" + }, + { + "rshares": 375668517110, + "voter": "laonie" + }, + { + "rshares": 23834697789, + "voter": "rawnetics" + }, + { + "rshares": 2595700392, + "voter": "timcliff" + }, + { + "rshares": 121563194275, + "voter": "bridgetbunchy" + }, + { + "rshares": 6307916292, + "voter": "myfirst" + }, + { + "rshares": 102479436470, + "voter": "somebody" + }, + { + "rshares": 3835982150, + "voter": "flysaga" + }, + { + "rshares": 15650028306, + "voter": "timelapse" + }, + { + "rshares": 35535725906, + "voter": "timsaid" + }, + { + "rshares": 19821844477, + "voter": "midnightoil" + }, + { + "rshares": 5921167530, + "voter": "minion" + }, + { + "rshares": 3067653962, + "voter": "steemleak" + }, + { + "rshares": 45657317456, + "voter": "xiaohui" + }, + { + "rshares": 13118148961, + "voter": "jphamer1" + }, + { + "rshares": 228819677, + "voter": "sillygoon" + }, + { + "rshares": 52521013, + "voter": "nickche" + }, + { + "rshares": 714188538, + "voter": "boddhisattva" + }, + { + "rshares": 1438747070, + "voter": "xiaokongcom" + }, + { + "rshares": 56250267, + "voter": "biggdogg" + }, + { + "rshares": 687153403, + "voter": "future24" + }, + { + "rshares": 773487823, + "voter": "alifton" + }, + { + "rshares": 10323552313, + "voter": "cristi" + }, + { + "rshares": 510558795, + "voter": "galamirissa" + }, + { + "rshares": 61569261, + "voter": "hysmagus" + }, + { + "rshares": 233196315, + "voter": "naifaz" + }, + { + "rshares": 3570294010, + "voter": "xianjun" + }, + { + "rshares": 22911239981, + "voter": "hanshotfirst" + }, + { + "rshares": 5838110908, + "voter": "lordvader" + }, + { + "rshares": 4508841975, + "voter": "melek" + }, + { + "rshares": 795125532, + "voter": "kateblack" + }, + { + "rshares": 63734270, + "voter": "evgenyche" + }, + { + "rshares": 1145609627, + "voter": "bledarus" + }, + { + "rshares": 174751392, + "voter": "florentina" + }, + { + "rshares": 235328801, + "voter": "microluck" + }, + { + "rshares": 10748521073, + "voter": "kyriacos" + }, + { + "rshares": 20522445870, + "voter": "runaway-psyche" + }, + { + "rshares": 64551062343, + "voter": "serejandmyself" + }, + { + "rshares": 1258347207, + "voter": "kollapsik" + }, + { + "rshares": 51095992, + "voter": "kamil5" + }, + { + "rshares": 2976838803, + "voter": "netaterra" + }, + { + "rshares": 2291984181, + "voter": "mweich" + }, + { + "rshares": 97567611, + "voter": "claudia" + }, + { + "rshares": 35066739983, + "voter": "someguy123" + }, + { + "rshares": 12921415762, + "voter": "mikemacintire" + }, + { + "rshares": 2006235920, + "voter": "stillsafe" + }, + { + "rshares": 7454987616, + "voter": "generation.easy" + }, + { + "rshares": 76843163, + "voter": "joelbow" + }, + { + "rshares": 11509373633, + "voter": "hilarski" + }, + { + "rshares": 6671849990, + "voter": "booky" + }, + { + "rshares": 23649624986, + "voter": "daut44" + }, + { + "rshares": 11380609295, + "voter": "steemitpatina" + }, + { + "rshares": 76756531, + "voter": "xntryk1" + }, + { + "rshares": 111425803, + "voter": "jyezie" + }, + { + "rshares": 1181054867, + "voter": "lenar" + }, + { + "rshares": 85913014, + "voter": "jtstreetman" + }, + { + "rshares": 55633002031, + "voter": "skum" + }, + { + "rshares": 72888933, + "voter": "uziriel" + }, + { + "rshares": 67994567, + "voter": "kreativ" + }, + { + "rshares": 55443372, + "voter": "dazedbunny" + }, + { + "rshares": 1580324483, + "voter": "funkywanderer" + }, + { + "rshares": 10800740085, + "voter": "sabot" + }, + { + "rshares": 108822425815, + "voter": "roy2016" + }, + { + "rshares": 7184066856, + "voter": "davidbrogan" + }, + { + "rshares": 316281166, + "voter": "getonthetrain" + }, + { + "rshares": 56017401, + "voter": "mnviking" + }, + { + "rshares": 3639301731, + "voter": "ericbotticelli" + }, + { + "rshares": 56566110, + "voter": "minihelp" + }, + { + "rshares": 3319520861, + "voter": "titusfrost" + }, + { + "rshares": 346743386, + "voter": "masonmiler" + }, + { + "rshares": 16416762623, + "voter": "hunterisgreat" + }, + { + "rshares": 84510824, + "voter": "tito-baron" + }, + { + "rshares": 55936364, + "voter": "minisupport" + }, + { + "rshares": 766025841, + "voter": "stepa" + }, + { + "rshares": 24770721231, + "voter": "dubi" + }, + { + "rshares": 9370846764, + "voter": "goose" + }, + { + "rshares": 4836979493, + "voter": "dexter-k" + }, + { + "rshares": 93771031, + "voter": "alina1" + }, + { + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "rshares": 105329833, + "voter": "roxanne" + }, + { + "rshares": 59536536, + "voter": "knight-angel" + }, + { + "rshares": 53043871, + "voter": "ramooz" + }, + { + "rshares": 1576328130, + "voter": "bitcoinparadise" + }, + { + "rshares": 68442517, + "voter": "projecthor" + }, + { + "rshares": 2921775535, + "voter": "gringalicious" + }, + { + "rshares": 2610482432, + "voter": "robcichocki" + }, + { + "rshares": 52282021, + "voter": "pdavid000" + }, + { + "rshares": 54464967, + "voter": "mynameisricky" + }, + { + "rshares": 89309975, + "voter": "ola1" + }, + { + "rshares": 5219360203, + "voter": "herpetologyguy" + }, + { + "rshares": 55029837, + "voter": "jessica.tan" + }, + { + "rshares": 50878690, + "voter": "bobbybillbob" + }, + { + "rshares": 91297442, + "voter": "qezzit" + }, + { + "rshares": 80288789, + "voter": "benberger" + } + ], + "author": "thecryptofiend", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "\n

    Introduction

    \n

    \n

    I have found myself in a contemplative mood over the last few days.  The main reason for this that I am due to have surgery on my left eye this Thursday (1st September) - sorry for constantly bringing it up and being such a wimp.  

    \n

    The surgery is routine and is in some ways self-inflicted - it is due to a complication with having had laser eye surgery last year to correct my vision.  

    \n

    Had I not had that done I wouldn't be in this position (although) I don't regret it.  No procedure is without risk and since this is a second procedure the risk is increased.  It is even greater because I am also a type I diabetic (on insulin) which slows healing down and makes complications more likely.

    \n

    My eyesight is very important to me particularly due to my artistic hobbies like photography.  Luckily my right eye is absolutely fine at the moment.

    \n

    Anyway the natural anxiety over this has lead me to be quite introspective and think about life in general.  I have been thinking back to some of the the things I have learned and how they might have helped me had I known them when I was younger.

    \n

    They are in no particular order.  I make no apologies for some of them being quite obvious or even the sort of cheesy advice you would read on a greeting card.

    \n

    So here they are in no particular order:

    \n


    \n

    Money and your career are important but not that important

    \n

    \n

    When I was younger I was (like many kids) convinced that having lots of money would bring happiness.  Having the latest Nike Air Jordans and most fashionable clothes, gadgets and the like was a matter of not only pride but vane necessity.

    \n

    It was only later that I started to realise that whilst money is a necessity for paying bills and the like it is only a tool.  Above a certain level of comfort having more money doesn't really equate to being happier.  It just equates to being able to have more \"things\" i.e. possessions.  

    \n

    Depending on how you get the money it can also lead to a poverty of the more valuable commodity which is time.  

    \n

    By similar extension whilst your career should be important it should not be the most important thing in your life.  No matter what you do you aren't going to be able to buy yourself more time so don't waste it needlessly going after more money or a better position at work.  

    \n

    It is a kind of Faustian pact where you get the worse end of the deal.  

    \n

    Time is the truly important commodity and sharing it with others is one of the most valuable uses of it.

    \n


    \n

    Following the herd (or shoal) doesn't doesn't pay off

    \n

    \n

    We are all programmed by society and culture to follow what is \"normal\" and ordinary.  This is especially true during those early teen years.  Even though we pretend to rebel by picking subcultures like goth, emo, metalhead or whatever this is just a thinly veiled surface level of individuality.  

    \n

    At it's base it is as conformist as anything else and is merely designed to massage our egos whilst still allowing us to be cocooned within the comfort of our own selected \"tribe\".

    \n

    Truly great people, the kind that change the world don't follow herds or tribes or anything else.  They set their own destiny and forge their own path.  

    \n

    They make the world follow them.

    \n

    I know what kind of person I would rather be and it isn't one of the sheep.

    \n


    \n

    Follow your own dreams not those of others

    \n

    \n

    This is related to the idea of ignoring \"herd mentality\".  We often have dreams and expectations placed upon us by our family, friends and teachers.  I remember once telling one of my teachers that I wanted to be an artist or a film director and being told:

    \n

    \"You are much too clever to waste your life on something like that.  You should be a doctor or a lawyer.\"

    \n

    It may seem like a complement but these kind of sentiments can be just as damaging as more obviously disparaging ones because they psychologically close down certain options in our lives.  One can be made to feel that doing what we want would be letting our family, friends and educators down so we push those things aside and just do what is expected of us.

    \n

    This ultimately leads to dissatisfaction with our work and our lives.  It is much harder to change this in your thirties or later and much easier in practical terms to do it when you are in your teen years and choosing your career.  

    \n

    Paradoxically it seems harder in your teens to say no to the psychological pressure even though it is ultimately your choice.

    \n

    Self confidence in your own ability to know what you truly want early one pays off in the long term.  Don't live your life for other people.

    \n


    \n

    People who agree with you all the time aren't helping you

    \n

    \n

    We naturally like to associate with people who have similar views to us and seem agreeable to us.  This is part of human nature.  Unfortunately what many of us don't realise when we are younger is that a good friend needs to be honest with us.  

    \n

    Someone who is always a \"Yes-man\" can actually encourage us to stagnate and reinforce our negative behaviours.  It is simply not healthy and it is dishonest.  Your best friends are those who tell you the truth and call you out on your bullshit.  

    \n

    Similarly in your work and acedemic life it is important to listen to conflicting opinions.  Just reading material that agrees with what you already think prevents you from evolving both from a personal and an intellectual standpoint.  

    \n

    We can see this in modern internet culture where people focus purely on material that agrees with their political or societal opinions.  

    \n

    Ultimately it leads to greater division, polarisation and entrenchment of attitudes.

    \n


    \n

    There is no shame in changing your opinion

    \n

    \n

    To some degree people who have very strong opinions may be respected.  It is seen as a sign of confidence.  

    \n

    It could also be a sign of inflexibility and inability to change.  

    \n

    I believe now that life is all about change and evolution.  If you stop moving you get left behind.  

    \n

    When I was younger I would stubbornly hold on to opinions and beliefs as a matter of pride.  There was a certain amount of machismo behind sticking to your opinions and not conceding to those of others.  To change them would be seen as some sort of humiliation.

    \n

    This is a complete fallacy of course.  

    \n

    To stick to an opinion merely for the sake of not changing is not only foolish it is positively pathological.  

    \n

    Ultimately it means that you do not progress as a person.  I now realise there is no shame in changing your position and admitting that you were wrong.  

    \n

    In many ways it is a lot braver because you are sure to get flack from others who are unable to do the same for \"flip-flopping\".

    \n


    \n


    \n

    Cherish your friends and family because you don't know how long you have with them

    \n

    \n

    I found this out the hard way in my early twenties.  A friend of mine (let's call him John) who I had been with throughout Junior school went to a different college from me.  This was in a different area of the country.  Though we often made plans to get together they would often follow through for logistical reasons.

    \n

    Over time our conversations and meetings became less and less frequent as \"life\" started to get in the way.  

    \n

    A few years later when I was home from University and I hadn't heard from him in a while I bumped into a mutual friend.

    \n

    Nothing in my life had prepared me for what I heard next.  

    \n

    A year earlier John had been involved in a minor road accident whilst riding his motorbike.  He had fallen off as a result and had received what seemed at the time like a minor knock to his head.  Feeling fine he had decided that he didn't need to go to hospital.  

    \n

    Unfortunately for him, that minor knock on his head had ruptured a small artery in his meninges, resulting in a slow but progressive increase in intracranial pressure.  

    \n

    A few hours later he literally dropped dead.  He was only 21.

    \n

    I felt so much guilt.  

    \n

    This friend had been so close, like a brother to me.  

    \n

    He had died so suddenly and I hadn't even known.  

    \n

    I had so many regrets - maybe if we had gotten together before his death it could somehow have changed things just enough to prevent this from happening?  

    \n

    I kept having such thoughts and I still have them from time to time.

    \n

    I don't think I have every truly gotten over the trauma of this.

    \n

    You assume that the people you care about and love will always be there just because you can't imagine life without them.  

    \n

    The fact is life is fragile.  Nobody knows how long they have to live.

    \n

    Life and death happen all around us all the time.  

    \n

    Appreciate and spend time with loved ones whilst you can because you never know when that time will be up, either for you or for them.

    \n


    \n

    Your parents and grandparents were young too

    \n

    \n

    One of my teachers at school used to say that -

    \n

    \"When you are young you know everything except your own ignorance.\" 

    \n

     This is so true.  Once we become teenagers we tend to assume we know better than everyone else.  

    \n

    When our parents and grandparents give us valuable advice we tend to ignore it because - what do they know?  

    \n

    We tend to forget that they were once young and had the same kind of hopes and dreams we do.  By being further on in their lives and having more experience they can give us a perspective that we lack.

    \n

    They are a resource that we ignore at our peril.

    \n


    \n

    Never give up on your hobbies and interests

    \n

    \n

    We all know the saying that \"variety is the spice of life\".  We all tend to get pushed for time as we get older and develop more responsibilities.  

    \n

    It is very easy to give up on those simple hobbies that gave us so much pleasure when we were younger.  

    \n

    Whether it was engaging in a particular sport, listening to music, enjoying nature or just travelling we tend to give less importance and priority to these activities.

    \n

    These kind of activities are very important for recharging our mental energy and helping us to get away from the worries and concerns of life.  

    \n

    One could almost consider them to be like a from of activity based meditation.

    \n

    I gave up on my art work for many years due to the sheer workload I had during University and then in work.  

    \n

    This was a mistake and it was only through being forced to re-enage with it through ill health that I realised how important and fulfilling a part of my life it was and now still is.

    \n


    \n

    My Final Point: Life is short make sure you actually experience it

    \n

    \n

    As you get older you start to realise how quickly time passes by.  We have a tendency to live in either the past or the future, rarely experiencing the present.  

    \n

    Not only does this make time appear to pass more quickly but it also leaves us unable to appreciate what we have at the time only realising it later through the lens of hindsight.  

    \n

    One of the principles of mindfulness is the idea of recapturing and experiencing the moment.  

    \n

    I think we would all do well to follow this idea.  

    \n

    By reconnecting with our momentary existence we can become more aware of our own thoughts, feelings and what we ultimately want.  

    \n

    It can also allow us to readjust our focus on what is important and start to concentrate on it more whilst we still have time.  

    \n

    So many of us simply drift through our lives without the kind of focus this could provide and you don't want to be the person who starts making these kind of observations when it is too late for you to be doing anything with them.

    \n

    You don't want to end up feeling like you were just a passive bystander or a passenger in your own life.

    \n


    \n

    Conclusion

    \n

    \n

    Thanks very much for reading.  I hope you found it useful and interesting.

    \n

    Do you have any similar things that you wished you had known when you were younger? Please share in the comments below.

    \n

    This will probably be my last post for a while as I am due to have eye surgery tomorrow and will be recuperating for some days.  

    \n

    If I have time I might put out another post before the operation but if I don't please all take care and I wish you all the best.

    \n


    \n

    You can find more of my work by following me @thecryptofiend - thanks.

    \n", + "category": "life", + "children": 67, + "created": "2016-08-31T17:41:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/08/31/iStock_75367465_SMALLee110.jpg", + "https://www.steemimg.com/images/2016/08/31/Serbian-Dinar-and-another-Currency-000082274485_Smalla1ad2.jpg", + "https://www.steemimg.com/images/2016/08/31/iStock_16631433_SMALLec951.jpg", + "https://www.steemimg.com/images/2016/08/31/iStock_76511897_SMALL42a71.jpg", + "https://www.steemimg.com/images/2016/08/31/Better_an_open_enemy_false_friendb2a45.png", + "https://www.steemimg.com/images/2016/08/31/chinese-proverb-on-windmilla2b73.jpg", + "https://www.steemimg.com/images/2016/08/31/Happy-multigeneration-family-walking-in-the-countryside-000073792689_Small8784a.jpg", + "https://www.steemimg.com/images/2016/08/31/Photo-album---photos-of-children-000070298559_Small3feff.jpg", + "https://www.steemimg.com/images/2016/08/31/painting-brush53238.jpg", + "https://www.steemimg.com/images/2016/08/31/iStock_89191645_SMALL0da25.jpg", + "https://www.steemimg.com/images/2016/08/31/iStock_57565926_SMALLac7bb.jpg" + ], + "tags": [ + "life", + "philosophy", + "psychology", + "writing", + "steemsquad" + ], + "users": [ + "thecryptofiend" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 87244901893478, + "payout": 778.04, + "payout_at": "2016-09-07T17:41:00", + "pending_payout_value": "778.040 HBD", + "percent_hbd": 10000, + "permlink": "things-i-wish-i-d-known-when-i-was-18", + "post_id": 1073636, + "promoted": "120.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 216 + }, + "title": "Things I wish I'd known when I was 18", + "updated": "2016-09-01T00:56:30", + "url": "/life/@thecryptofiend/things-i-wish-i-d-known-when-i-was-18" + }, + { + "active_votes": [ + { + "rshares": 28861578690, + "voter": "anonymous" + }, + { + "rshares": 14412308288396, + "voter": "summon" + }, + { + "rshares": 35599225928876, + "voter": "jamesc" + }, + { + "rshares": 6594573987000, + "voter": "fuzzyvest" + }, + { + "rshares": 2476131997, + "voter": "boy" + }, + { + "rshares": 3005703855, + "voter": "bue-witness" + }, + { + "rshares": 557354442, + "voter": "bunny" + }, + { + "rshares": 42724131990, + "voter": "bue" + }, + { + "rshares": 1327124837, + "voter": "mini" + }, + { + "rshares": 170849766, + "voter": "moon" + }, + { + "rshares": 118280461284, + "voter": "stan" + }, + { + "rshares": 21494373020, + "voter": "lee3" + }, + { + "rshares": 5527985680, + "voter": "lee5" + }, + { + "rshares": 1190401003512, + "voter": "benjojo" + }, + { + "rshares": 363371081332, + "voter": "officialfuzzy" + }, + { + "rshares": 497724578, + "voter": "healthcare" + }, + { + "rshares": 763596484, + "voter": "daniel.pan" + }, + { + "rshares": 22561832145, + "voter": "sadochismo" + }, + { + "rshares": 543033555368, + "voter": "kencode" + }, + { + "rshares": 230379526, + "voter": "helen.tan" + }, + { + "rshares": 23241074306, + "voter": "steampunkpowered" + }, + { + "rshares": 25655032627, + "voter": "instructor2121" + }, + { + "rshares": 312858109385, + "voter": "teamsteem" + }, + { + "rshares": 57879936728, + "voter": "hannixx42" + }, + { + "rshares": 2524835106, + "voter": "murh" + }, + { + "rshares": 102093148701, + "voter": "sascha" + }, + { + "rshares": 324862068866, + "voter": "cyber" + }, + { + "rshares": 195268121, + "voter": "akaninyene-etuk" + }, + { + "rshares": 29357718372, + "voter": "altoz" + }, + { + "rshares": 5490718122, + "voter": "karbonxx" + }, + { + "rshares": 236667071809, + "voter": "churdtzu" + }, + { + "rshares": 61307724491, + "voter": "thecryptodrive" + }, + { + "rshares": 2988479142, + "voter": "ola-haukland" + }, + { + "rshares": 35305921410, + "voter": "cheftony" + }, + { + "rshares": 8413648946, + "voter": "simoneighties" + }, + { + "rshares": 118455323, + "voter": "ales" + }, + { + "rshares": 4601395327, + "voter": "madwallace" + }, + { + "rshares": 10101627148, + "voter": "stealthtrader" + }, + { + "rshares": 23843407312, + "voter": "r4fken" + }, + { + "rshares": 533041889998, + "voter": "slowwalker" + }, + { + "rshares": 57967426, + "voter": "ghozia" + }, + { + "rshares": 10272873194, + "voter": "aaseb" + }, + { + "rshares": 3017052825, + "voter": "kaneen74" + }, + { + "rshares": 8127943798, + "voter": "noodhoog" + }, + { + "rshares": 10625262501, + "voter": "bycz" + }, + { + "rshares": 1595194627, + "voter": "pigatto" + }, + { + "rshares": 601083060, + "voter": "luisucv34" + }, + { + "rshares": 337837874, + "voter": "illlefr4u" + }, + { + "rshares": 1087530326, + "voter": "fubar-bdhr" + }, + { + "rshares": 7156028317, + "voter": "rpf" + }, + { + "rshares": 145088625, + "voter": "ellamaeamor" + }, + { + "rshares": 100088553, + "voter": "elmusic" + }, + { + "rshares": 1507018875, + "voter": "lostnuggett" + }, + { + "rshares": 560201253, + "voter": "jasonpay1" + }, + { + "rshares": 102635194703, + "voter": "giffordde2000" + }, + { + "rshares": 4838864543, + "voter": "scott.stevens" + }, + { + "rshares": 15486997728, + "voter": "bulkygangsta" + }, + { + "rshares": 23815009326, + "voter": "rawnetics" + }, + { + "rshares": 16962531382, + "voter": "flandude" + }, + { + "rshares": 71274014, + "voter": "always1success" + }, + { + "rshares": 24133776765, + "voter": "persianqueen" + }, + { + "rshares": 2245652652, + "voter": "kainmarx" + }, + { + "rshares": 3688644772, + "voter": "alchemage" + }, + { + "rshares": 2202673922, + "voter": "bledarus" + }, + { + "rshares": 60920134, + "voter": "nano2nd" + }, + { + "rshares": 4377312833, + "voter": "themanualbot" + }, + { + "rshares": 59075696, + "voter": "vasilii" + }, + { + "rshares": 38299804598, + "voter": "sweetsssj" + }, + { + "rshares": 65497834210, + "voter": "barrycooper" + }, + { + "rshares": 12113118520, + "voter": "hilarski" + }, + { + "rshares": 8755530417, + "voter": "craigwilliamz" + }, + { + "rshares": 368182198, + "voter": "ukblogger" + }, + { + "rshares": 5153403180, + "voter": "survivalist.com" + }, + { + "rshares": 11145915001, + "voter": "krnel" + }, + { + "rshares": 4533143507, + "voter": "daveks" + }, + { + "rshares": 57371783, + "voter": "freegirl" + }, + { + "rshares": 50094345, + "voter": "kosmatimuc" + }, + { + "rshares": 54921657, + "voter": "el1fan" + }, + { + "rshares": 158871581172, + "voter": "charlieshrem" + }, + { + "rshares": 51884666, + "voter": "brs" + }, + { + "rshares": 51213903, + "voter": "jebat" + }, + { + "rshares": 51961738, + "voter": "chamujama" + }, + { + "rshares": 51778924, + "voter": "alexdaroll" + }, + { + "rshares": 51759386, + "voter": "creolegenius" + }, + { + "rshares": 51660954, + "voter": "patrickwienefeld" + }, + { + "rshares": 50536722, + "voter": "hugues" + }, + { + "rshares": 50794905, + "voter": "alexrknight3" + }, + { + "rshares": 160726430, + "voter": "edlayne" + } + ], + "author": "scott.stevens", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "\n

    August 25, 2016

    \n

    What happens when this ends?

    \n

    \n

    Did we really need a scientific paper to tell us that there is \"no conspiracy\" with regards to chemtrails and geoengineering? Apparently, we did. The obvious--to most of us--is getting, well, too obvious.  Some self-declared scientific types had to review some pictures and all agree (mostly, 76 of 77) that nothing of the sort is happening right in front of us.

    \n

    Really now?

    \n

    First, the published articles that I recently saw in the news referencing the published paper

    \n

    The New York Times: 

    \n

    \n

    Now Science Daily:

    \n


    \n

    \n

    A quick excerpt to get us started:

    \n

    The authors of this study, including Carnegie's Ken Caldeira, conducted a survey of the world's leading atmospheric scientists, who categorically rejected the existence of a secret spraying program. The team's findings, published by Environmental Research Letters, are based on a survey of two groups of experts: atmospheric chemists who specialize in condensation trails and geochemists working on atmospheric deposition of dust and pollution.

    \n

    The survey results show that 76 of the 77 participating scientists said they had not encountered evidence of a secret spraying program, and agree that the alleged evidence cited by the individuals who believe that atmospheric spraying is occurring could be explained through other factors, such as typical airplane contrail formation and poor data sampling.

    \n

    The research team undertook their study in response to the large number of people who claim to believe in a secret spraying program. In a 2011 international survey, nearly 17 percent of respondents said they believed the existence of a secret large-scale atmospheric spraying program to be true or partly true. And in recent years a number of websites have arisen claiming to show evidence of widespread secret chemical spraying, which they say is linked to negative impacts on human health and the environment.

    \n

    \u2026

    \n

    \"The experts we surveyed resoundingly rejected contrail photographs (emphasis mine) and test results as evidence of a large-scale atmospheric conspiracy.\"

    \n

    ---------------------

    \n

    Did you get that? \"Photographs\", that\u2019s (almost) all they looked at, studied or examined; that\u2019s it! Just some static pictures. In my \u201cscientific research\u201d I went a step further. How could I not? My job, my reputation, my incumbent responsibility to my employer and nightly audience was at stake. Instead of examining photographs, which I already had thousands of, I bought four cameras, two computers, and some time lapse software so that I could watch the entire day\u2019s weather happenings in under five minutes. These cameras would begin recording the sky, snapping a picture every five-seconds from sunup and finish at dark, day after day after day. Pictures were not good enough for me. I needed video just to see if there was something that I was missing! 

    \n

    I would get home from doing the 10pm news, change my clothes, and go upstairs to begin rendering the four movies. I had one camera covering each of the cardinal directions and then watch each one. It is truly amazing what we don't see when we watch clouds without the aid of compressing time by 150 times or 300 times. At these speeds, it all makes sense. To be able to see all different layers of the atmosphere working together, or against each other, a fog that seems like and even feels calm, but is actually violently whipping around, even clouds retaining their shapes and sizes as they pass through each other, WTF! 

    \n

    https://youtu.be/Yi4YFzyeEZ0

    \n

    What is quickly understood is that the wind does not carry the clouds, the water molecule is riding upon another force, another current, apart from the wind. This was a revelation to me and once realized by the wider atmospheric sciences community will utterly revolutionize the science. I lost count of the times I would see a cloud layer moving EXACTLY 90 or 180 degrees opposed to the layer immediately above or below. This is impossible in a natural setting. Now reflect on how many chemtrails you seen in the shape of a perfect \"T\" or \"X\". Think of alignments... 

    \n

    An excerpt of me discussing when I started recording the sky with time lapse.

    \n

    https://youtu.be/LXsPhe9zWoA?t=8m18s

    \n

    I began this operation in January of 2005, just slightly more than six months after having my \u201cAh-ha\u201d moment; in which I came to understand that all the planet\u2019s weather was profoundly impacted by man-made technology. Still, I had questions of where did all these planes, trails, and conspiracy fit into this complex story? It wasn\u2019t until I was four months into this project that I finally got my answer. Only then did I understand that these planes were tracing out geometric patterns while isolating perturbations, distortions, or gaps in already existing trails. It was freaking \u201cBrilliant!\u201d, was my exclamation.  

    \n

    These revealed perturbations ARE the reason for the chemtrails!

    \n

    \n


    \n

    \n

    Watch an example in this narrated video of the planes unique flight patterns recorded by during those early days of my research.

    \n

    https://youtu.be/WVhbdhT9xoY

    \n

    How else would the weather makers know where to target, how much energy to target and the results of their work, without these straight chalk lines in the sky to gauge their effectiveness? If you\u2019re going to pulse the atmosphere with \u201csomething\u201d you\u2019ve then got to go figure out if you got it right! Was the \"input\" enough, or not enough? Was the intended impact sufficient to achieve the desired result, Yes-or-No? 

    \n

    Straight lines across a moving fluid would allow for the direct observation of the atmospheric intervention and yet still appear to be just contrails to the masses below. It is an utterly elegant program that now with forty years under its belt has remained in the dark recesses of atmospheric sciences. A science that is so obsessed with the illusory CO2 issue that there is no intellectual capacity or energy available to see what\u2019s happening right of front of their faces. 

    \n

    \n

    A train yard,  1976 - Engine EL 831 Marion, Ohio  -- Chemtrails already in the sky

    \n

    Again, a very well played hand guys. Aircraft, in plain sight, some trails, but not too many, usually\u2026 Then get the program to use commercial aircraft (the most economical solution available versus military transport types) to do the work so it blends in with everything else up there, and then share the wealth that results from the program. The Military Industrial Complex makes a mint with all the planes, satellites, computers and esoteric technology perfected upon deployment. Those in the \u201cknow\u201d get to play in the energy, food & agricultural, insurance, re-insurance and commodities futures markets making billion upon billions of dollars with foreknowledge of what is to come weather and climate wise. 

    \n

    War, weather warfare is a racket and the population is told that we are experiencing \u201cclimate change\u201d when really it is \u201ceco-terrorism\u201d as Former Defense Secretary William Cohen termed these activities back in 1996, some twenty years ago! 

    \n

    The full quote: \"...some scientists in their laboratories trying to devise certain types of pathogens that would be ethnic specific so that they could just eliminate certain ethnic groups and races; and others are designing some sort of engineering, some sort of insects that can destroy specific crops. Others are engaging even in an eco-type of terrorism whereby they can alter the climate, set off earthquakes, volcanoes remotely through the use of electromagnetic waves.

    \n

    So there are plenty of ingenious minds out there that are at work finding ways in which they can wreak terror upon other nations. It's real, and that's the reason why we have to intensify our efforts, and that's why this is so important.

    \n

    \n

    Another point to consider: With GLOBAL geoengineering now four decades active what is the true trend-line of the planet\u2019s surface temperature? I contend that this number has been totally lost and smeared by these activities. No one outside of those involved specifically with these activities knows the true state of Planet Earth\u2019s climate. It has been hijacked.. for some reason that is apparently worthy of this massive, expensive and covert operation.

    \n

    What we need is an Edward Snowden to emerge from the geoengineering programs to come forward and share the truth with humanity so we can make intelligent, informed and sane decisions about what to do to prepare for the coming decades. Is it an Ice Age as the Sun is screaming or is it a middling along like the past 20 years with little change in the surface temperatures or a resumption of the warming like we experienced during the first half of the 20th Century? 

    \n

    Which is it? 

    \n

    \n

    We deserve to know, sooner than later.

    \n

    \n

    This global weather and climate engineering program WILL END. My question becomes, \"What happens then?\"  This issue is the most important one facing all of us today. Not tomorrow or next year, but today.

    \n

    Keep looking up,

    \n

    @scott.stevens

    \n

    \n", + "category": "geoengineering", + "children": 23, + "created": "2016-08-25T22:55:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://weatherwars.info/wp-content/uploads/2016/08/DSC08614.jpg", + "http://weatherwars.info/wp-content/uploads/2016/08/Scientists-Just-Say-No-to-1.jpg", + "http://weatherwars.info/wp-content/uploads/2016/08/Chemtrails-not-real-say-atmospheric-science-experts-ScienceDaily-2016-08-24-21-53-51.jpg", + "http://weatherwars.info/wp-content/uploads/2016/08/sunset_arrowed.jpg", + "http://weatherwars.info/wp-content/uploads/2016/08/DSC_0012.jpg", + "http://weatherwars.info/wp-content/uploads/2016/08/EL-831-Marion-1976.bmp", + "http://weatherwars.info/wp-content/uploads/2016/08/cohen3.gif", + "http://weatherwars.info/wp-content/uploads/2016/08/article-2055191-0e974b4300000578-216_468x4731.jpg", + "http://weatherwars.info/wp-content/uploads/2016/08/gisp-last-10000-new.png", + "http://weatherwars.info/wp-content/uploads/2016/08/Trail-finger.jpg" + ], + "links": [ + "http://iopscience.iop.org/article/10.1088/1748-9326/11/8/084011/pdf", + "http://www.nytimes.com/2016/08/16/science/scientists-just-say-no-to-chemtrails-conspiracy-theory.html?partner=msft_msn&_r=3", + "https://www.sciencedaily.com/releases/2016/08/160812103718.htm", + "https://youtu.be/Yi4YFzyeEZ0", + "https://youtu.be/LXsPhe9zWoA?t=8m18s", + "https://steemit.com/geo-engineering/@scott.stevens/wouldn-t-it-or-would-it-be-great-if-we-could-control-the-weather", + "https://youtu.be/WVhbdhT9xoY", + "https://en.wikiquote.org/wiki/William_S._Cohen", + "https://astronomynow.com/2015/07/17/diminishing-solar-activity-may-bring-new-ice-age-by-2030/" + ], + "tags": [ + "geoengineering", + "chemtrails", + "" + ], + "users": [ + "scott.stevens" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61303182921958, + "payout": 417.484, + "payout_at": "2016-09-01T22:55:03", + "pending_payout_value": "417.484 HBD", + "percent_hbd": 10000, + "permlink": "what-happens-when-it-ends", + "post_id": 989462, + "promoted": "119.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 88 + }, + "title": "What Happens When It Ends?", + "updated": "2016-08-25T22:55:03", + "url": "/geoengineering/@scott.stevens/what-happens-when-it-ends" + }, + { + "active_votes": [ + { + "rshares": 12795811535287, + "voter": "rainman" + }, + { + "rshares": 372316824459, + "voter": "berkah" + }, + { + "rshares": 143470451897, + "voter": "svk" + }, + { + "rshares": 898984807435, + "voter": "liondani" + }, + { + "rshares": 2479522245, + "voter": "boy" + }, + { + "rshares": 3010199699, + "voter": "bue-witness" + }, + { + "rshares": 557883458, + "voter": "bunny" + }, + { + "rshares": 471708497687, + "voter": "ajvest" + }, + { + "rshares": 43227563325, + "voter": "bue" + }, + { + "rshares": 1328824820, + "voter": "mini" + }, + { + "rshares": 4508768018730, + "voter": "witness.svk" + }, + { + "rshares": 170935941, + "voter": "moon" + }, + { + "rshares": 34042532834, + "voter": "aizensou" + }, + { + "rshares": 748581030023, + "voter": "pfunk" + }, + { + "rshares": 258887406145, + "voter": "pheonike" + }, + { + "rshares": 498208362, + "voter": "healthcare" + }, + { + "rshares": 773801809, + "voter": "daniel.pan" + }, + { + "rshares": 823317276751, + "voter": "steemrollin" + }, + { + "rshares": 302719926634, + "voter": "chitty" + }, + { + "rshares": 230521375, + "voter": "helen.tan" + }, + { + "rshares": 411375686313, + "voter": "chryspano" + }, + { + "rshares": 26495887427, + "voter": "blackjincrypto" + }, + { + "rshares": 74201402070, + "voter": "easteagle13" + }, + { + "rshares": 34871878822, + "voter": "james-show" + }, + { + "rshares": 1431720661, + "voter": "murh" + }, + { + "rshares": 935697420, + "voter": "leprechaun" + }, + { + "rshares": 37511548124, + "voter": "justtryme90" + }, + { + "rshares": 10314861252, + "voter": "johnerfx" + }, + { + "rshares": 22856402506, + "voter": "m4ever" + }, + { + "rshares": 13346309453, + "voter": "samether" + }, + { + "rshares": 1138049559, + "voter": "johnerminer" + }, + { + "rshares": 129179648054, + "voter": "thedashguy" + }, + { + "rshares": 80804852397, + "voter": "kimziv" + }, + { + "rshares": 302683064, + "voter": "gerber" + }, + { + "rshares": 198782719642, + "voter": "asmolokalo" + }, + { + "rshares": 7568897676, + "voter": "kakradetome" + }, + { + "rshares": 124699737174, + "voter": "chhayll" + }, + { + "rshares": 246771748723, + "voter": "fabio" + }, + { + "rshares": 69581481372, + "voter": "derekareith" + }, + { + "rshares": 12190374285, + "voter": "picokernel" + }, + { + "rshares": 143380752469, + "voter": "jacor" + }, + { + "rshares": 22868729155, + "voter": "halo" + }, + { + "rshares": 614055241, + "voter": "cherish" + }, + { + "rshares": 192822819405, + "voter": "jesta" + }, + { + "rshares": 35158481984, + "voter": "biophil" + }, + { + "rshares": 10952411440, + "voter": "senseiteekay" + }, + { + "rshares": 13738300392, + "voter": "all-of-us" + }, + { + "rshares": 4088366345, + "voter": "rainchen" + }, + { + "rshares": 365818230, + "voter": "meteor78" + }, + { + "rshares": 13209938808, + "voter": "carlidos" + }, + { + "rshares": 841259695, + "voter": "happyphoenix" + }, + { + "rshares": 7093464346, + "voter": "webdeals" + }, + { + "rshares": 11024739057, + "voter": "sisterholics" + }, + { + "rshares": 268956346, + "voter": "faraz" + }, + { + "rshares": 10075803326, + "voter": "michaeldodridge" + }, + { + "rshares": 19988784545, + "voter": "williambanks" + }, + { + "rshares": 4933785537, + "voter": "jed78" + }, + { + "rshares": 3865257981, + "voter": "dumar022" + }, + { + "rshares": 402412698850, + "voter": "laonie" + }, + { + "rshares": 76821186326, + "voter": "twinner" + }, + { + "rshares": 8809932426, + "voter": "myfirst" + }, + { + "rshares": 96034818561, + "voter": "somebody" + }, + { + "rshares": 3834585662, + "voter": "flysaga" + }, + { + "rshares": 19814357142, + "voter": "midnightoil" + }, + { + "rshares": 45623458403, + "voter": "xiaohui" + }, + { + "rshares": 1327717265, + "voter": "xiaokongcom" + }, + { + "rshares": 63750303, + "voter": "biggdogg" + }, + { + "rshares": 54355927, + "voter": "tinca" + }, + { + "rshares": 14055782855, + "voter": "scaredycatguide" + }, + { + "rshares": 3569023089, + "voter": "xianjun" + }, + { + "rshares": 1227614779, + "voter": "bledarus" + }, + { + "rshares": 235297436, + "voter": "microluck" + }, + { + "rshares": 6857054058, + "voter": "theb0red1" + }, + { + "rshares": 71823713867, + "voter": "helikopterben" + }, + { + "rshares": 50094162, + "voter": "pollina" + }, + { + "rshares": 11509623311, + "voter": "hilarski" + }, + { + "rshares": 54497132206, + "voter": "skum" + }, + { + "rshares": 12067433608, + "voter": "ryan-singer" + }, + { + "rshares": 384999327, + "voter": "eight-rad" + }, + { + "rshares": 2311621568, + "voter": "blockcodes" + }, + { + "rshares": 53351751, + "voter": "rusla" + }, + { + "rshares": 50094345, + "voter": "kosmatimuc" + }, + { + "rshares": 84510824, + "voter": "tito-baron" + }, + { + "rshares": 23711007445, + "voter": "dubi" + }, + { + "rshares": 50196187, + "voter": "post-successful" + }, + { + "rshares": 4120769636, + "voter": "burnin" + }, + { + "rshares": 50531169, + "voter": "wolfdaze" + }, + { + "rshares": 1301309204, + "voter": "robotev" + } + ], + "author": "james-show", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Trading Steem is not hard. In that part steem(it) development team has done a great job. Compared to the establishment Steem is a huge step in the right direction of fairness and openness.\n# How the JS index works\nJS measures the net result of the buyers and sellers actions.\nEveryone buying Steem (or anything else) in any financial instruments market does it to profit. Interesting distinction is however if those buyers or seller do expect their profits short term or long term.\n\n## How short term Steem \u201cspeculators\u201d act?\nThey buy steem and expect return in a matter of days, weeks, months.\n## How long term Steem \u201cinvestors\u201d act?\nThey buy steem and expect return in a matter of years. They buy steem, and in this particular high devaluation environment that Steem is quickly power up .\n\nMeasuring the net result from the Steem \u201cspeculators\u201d and Steem \u201cinvestors\u201d buying, compared to Steem owners selling can give us the ultimate tool to measure the future price movement of Steem (in the short to medium term).\n\n# And it turns out to be incredible easy\nAll of the described above is nothing more than the \u2026 increase/decrease of the total Steem held by exchanges! (with a few caveats I will keep proprietary for now)\n\n# How this matters\u2026 give me a practice example.\nOK here it is.\nSteem hit a local low of 0.001224 btc/steem on 08/29 4:30 UTC. Since then the price is generally higher. Should you buy (out of FOMO) or wait for the price to come down to even lower levels sometime in the near future.\nIf JS index has fallen down since 08/29 (as it has indeed) this means that all the buying (price increase) was by short time speculators. So, if no news justifie their buying exuberance, you can expect soon those speculative buyers to give up/cash out of their short term position and the price to continue following the long term trend of the JS index itself.\n\n# Initial JS index\nThe index is set at __1000.000__ as for 2016-07-26 12:56:12 UTC\n\n# Current JS index\nAs of 2016-08-31 03:03 (UTC) the value is: __553.650__\n#\n[EDIT]\nBelow is a chart of JS Index and Steem price for July 27th to Aug 30th NB some days have more than one data point.\n#\n\n![Imgur](http://i.imgur.com/Ukazg7G.png)\n#\n#steemit #trading #finance #steem #money", + "category": "steemit", + "children": 18, + "created": "2016-08-31T04:11:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/Ukazg7G.png" + ], + "tags": [ + "steemit", + "trading", + "finance", + "steem", + "money" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 24273347100904, + "payout": 68.636, + "payout_at": "2016-09-07T04:11:24", + "pending_payout_value": "68.636 HBD", + "percent_hbd": 10000, + "permlink": "the-only-index-you-should-know-to-successfully-buy-and-sell-steem-introducing-the-js-index", + "post_id": 1066137, + "promoted": "110.001 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 88 + }, + "title": "The only index you should know to successfully buy and sell Steem \u2013 Introducing the JS Index!", + "updated": "2016-08-31T15:07:03", + "url": "/steemit/@james-show/the-only-index-you-should-know-to-successfully-buy-and-sell-steem-introducing-the-js-index" + }, + { + "active_votes": [ + { + "rshares": 7376349250899, + "voter": "steempty" + }, + { + "rshares": 347165551187, + "voter": "anonymous" + }, + { + "rshares": 44274584365947, + "voter": "ned" + }, + { + "rshares": 3104392312, + "voter": "boy" + }, + { + "rshares": 3769119494, + "voter": "bue-witness" + }, + { + "rshares": 684036241, + "voter": "bunny" + }, + { + "rshares": 54908039872, + "voter": "bue" + }, + { + "rshares": 1663427874, + "voter": "mini" + }, + { + "rshares": 213797798, + "voter": "moon" + }, + { + "rshares": 2179781689511, + "voter": "bhuz" + }, + { + "rshares": 73521122782, + "voter": "aizensou" + }, + { + "rshares": 425629339547, + "voter": "recursive2" + }, + { + "rshares": -2705241943122, + "voter": "recursive" + }, + { + "rshares": 1131791016752, + "voter": "cass" + }, + { + "rshares": 625020571, + "voter": "healthcare" + }, + { + "rshares": 973177874, + "voter": "daniel.pan" + }, + { + "rshares": 830121840154, + "voter": "steemrollin" + }, + { + "rshares": 288359524, + "voter": "helen.tan" + }, + { + "rshares": 392749106258, + "voter": "craig-grant" + }, + { + "rshares": 73536772482, + "voter": "easteagle13" + }, + { + "rshares": 18718327214, + "voter": "fkn" + }, + { + "rshares": 437226882, + "voter": "paco-steem" + }, + { + "rshares": 4895173431, + "voter": "spaninv" + }, + { + "rshares": 26804675937, + "voter": "james-show" + }, + { + "rshares": 2024361326, + "voter": "gekko" + }, + { + "rshares": 25288596864, + "voter": "elishagh1" + }, + { + "rshares": 20099547557, + "voter": "acidyo" + }, + { + "rshares": 147573839789, + "voter": "steve-walschot" + }, + { + "rshares": 1412747751, + "voter": "murh" + }, + { + "rshares": 260051658583, + "voter": "billbutler" + }, + { + "rshares": 13566797440, + "voter": "hien-tran" + }, + { + "rshares": 341225233, + "voter": "stiletto" + }, + { + "rshares": 13354424579, + "voter": "facer" + }, + { + "rshares": 1200786297, + "voter": "johnerminer" + }, + { + "rshares": 31290973763, + "voter": "michaelx" + }, + { + "rshares": 184732571490, + "voter": "thedashguy" + }, + { + "rshares": 188002796893, + "voter": "kimziv" + }, + { + "rshares": 6741772425, + "voter": "tyler-fletcher" + }, + { + "rshares": 15700155766, + "voter": "magnebit" + }, + { + "rshares": 497410679, + "voter": "mrhankeh" + }, + { + "rshares": 26357168295, + "voter": "acassity" + }, + { + "rshares": 207235087440, + "voter": "asmolokalo" + }, + { + "rshares": 328681996462, + "voter": "roelandp" + }, + { + "rshares": 55888461363, + "voter": "sonzweil" + }, + { + "rshares": 254380477, + "voter": "mstang83" + }, + { + "rshares": 276540283, + "voter": "eugeney" + }, + { + "rshares": 237567730, + "voter": "aidar88" + }, + { + "rshares": 427726403899, + "voter": "juneaugoldbuyer" + }, + { + "rshares": 10242467766, + "voter": "r4fken" + }, + { + "rshares": 31087345031, + "voter": "picokernel" + }, + { + "rshares": 63385860760, + "voter": "furion" + }, + { + "rshares": 515128572920, + "voter": "neoxian" + }, + { + "rshares": 451567923, + "voter": "barbara2" + }, + { + "rshares": 501733856, + "voter": "ch0c0latechip" + }, + { + "rshares": 464367728, + "voter": "doge4lyf" + }, + { + "rshares": 10267745462, + "voter": "spiz0r" + }, + { + "rshares": 14937577469, + "voter": "ausbitbank" + }, + { + "rshares": 1081057545, + "voter": "steem1653" + }, + { + "rshares": 4587496780, + "voter": "thegoodguy" + }, + { + "rshares": 222795356, + "voter": "pet1000" + }, + { + "rshares": 19451642041, + "voter": "str11ngfello" + }, + { + "rshares": 3541613089, + "voter": "karen13" + }, + { + "rshares": 3144302620, + "voter": "jbouchard12" + }, + { + "rshares": 24462414835, + "voter": "igster" + }, + { + "rshares": 79393522553, + "voter": "ntomaino" + }, + { + "rshares": 42141046380, + "voter": "milestone" + }, + { + "rshares": 89569037, + "voter": "wildchild" + }, + { + "rshares": 13235028002, + "voter": "nippel66" + }, + { + "rshares": 3403721399, + "voter": "tarindel" + }, + { + "rshares": 172170120707, + "voter": "jl777" + }, + { + "rshares": 7072264218, + "voter": "lostnuggett" + }, + { + "rshares": 15576505282, + "voter": "positive" + }, + { + "rshares": 23812000153, + "voter": "masterinvestor" + }, + { + "rshares": 48416629676, + "voter": "steemapp" + }, + { + "rshares": 14672233176, + "voter": "proto" + }, + { + "rshares": 614745323, + "voter": "curator" + }, + { + "rshares": 29931116488, + "voter": "sisterholics" + }, + { + "rshares": 14665762430, + "voter": "michaeldodridge" + }, + { + "rshares": 512358622, + "voter": "fnait" + }, + { + "rshares": 467497332, + "voter": "keepcalmand" + }, + { + "rshares": 921642016, + "voter": "metaflute" + }, + { + "rshares": 39800990412, + "voter": "gomeravibz" + }, + { + "rshares": 7347175730, + "voter": "taker" + }, + { + "rshares": 3321239318, + "voter": "nekromarinist" + }, + { + "rshares": 1014130741336, + "voter": "laonie" + }, + { + "rshares": 21154154829, + "voter": "rawnetics" + }, + { + "rshares": 488479148, + "voter": "fintech-jesus" + }, + { + "rshares": 23411380876, + "voter": "laonie1" + }, + { + "rshares": 23922770445, + "voter": "laonie2" + }, + { + "rshares": 23931515943, + "voter": "laonie3" + }, + { + "rshares": 36590374553, + "voter": "myfirst" + }, + { + "rshares": 232181512613, + "voter": "somebody" + }, + { + "rshares": 8684796827, + "voter": "flysaga" + }, + { + "rshares": 2766736973, + "voter": "chris.roy" + }, + { + "rshares": 51300024326, + "voter": "midnightoil" + }, + { + "rshares": 23927381371, + "voter": "laonie4" + }, + { + "rshares": 23925693365, + "voter": "laonie5" + }, + { + "rshares": 23923074313, + "voter": "laonie6" + }, + { + "rshares": 23919971478, + "voter": "laonie7" + }, + { + "rshares": 1377661260, + "voter": "labradorsem" + }, + { + "rshares": 23916289883, + "voter": "laonie8" + }, + { + "rshares": 23914622519, + "voter": "laonie9" + }, + { + "rshares": 117212658457, + "voter": "xiaohui" + }, + { + "rshares": 60010840, + "voter": "jackkomber" + }, + { + "rshares": 1368553119, + "voter": "paynode" + }, + { + "rshares": 4012799516, + "voter": "xiaokongcom" + }, + { + "rshares": 501320787, + "voter": "ricardoguthrie" + }, + { + "rshares": 61677203, + "voter": "diversesteem" + }, + { + "rshares": 1625904484, + "voter": "jrcornel" + }, + { + "rshares": 8086511647, + "voter": "xianjun" + }, + { + "rshares": 58977371, + "voter": "jers" + }, + { + "rshares": 3195802403, + "voter": "bledarus" + }, + { + "rshares": 50027573, + "voter": "loli" + }, + { + "rshares": 84334739073, + "voter": "miacats" + }, + { + "rshares": 530776888, + "voter": "microluck" + }, + { + "rshares": 58964015, + "voter": "dimitriy" + }, + { + "rshares": 23908415458, + "voter": "laonie10" + }, + { + "rshares": 2976871874, + "voter": "netaterra" + }, + { + "rshares": 7674971846, + "voter": "craigwilliamz" + }, + { + "rshares": 581734461, + "voter": "daut44" + }, + { + "rshares": 232089407, + "voter": "brandon-rosano" + }, + { + "rshares": 118894339, + "voter": "billstclair" + }, + { + "rshares": 1042033097, + "voter": "runridefly" + }, + { + "rshares": 884230796, + "voter": "pollux.one" + }, + { + "rshares": 53608244, + "voter": "jlufer" + }, + { + "rshares": 108931030653, + "voter": "shenanigator" + }, + { + "rshares": 647204061, + "voter": "gear66" + }, + { + "rshares": 3068876882, + "voter": "richardcrill" + }, + { + "rshares": 23554872251, + "voter": "laonie11" + }, + { + "rshares": 44243439919, + "voter": "sponge-bob" + }, + { + "rshares": -145412269, + "voter": "the-ego-is-you" + }, + { + "rshares": 85242648206, + "voter": "cnfund" + }, + { + "rshares": 56115613811, + "voter": "tracemayer" + }, + { + "rshares": 44213782610, + "voter": "brains" + }, + { + "rshares": 125198095, + "voter": "emeline" + }, + { + "rshares": 1379855528, + "voter": "bitcoinparadise" + }, + { + "rshares": 100628450, + "voter": "positivesteem" + }, + { + "rshares": 5175145781, + "voter": "chick1" + }, + { + "rshares": 3134124136, + "voter": "steempowerwhale" + }, + { + "rshares": 50516543, + "voter": "typingagent" + }, + { + "rshares": 92968218, + "voter": "inarix03" + }, + { + "rshares": 1514029449, + "voter": "robotev" + }, + { + "rshares": 59746972, + "voter": "piphunters" + }, + { + "rshares": 521874035, + "voter": "grisha-danunaher" + }, + { + "rshares": 78462337, + "voter": "comeup" + }, + { + "rshares": 130634157, + "voter": "james93" + }, + { + "rshares": 139650528, + "voter": "danie" + }, + { + "rshares": 155069498, + "voter": "silver-lyon" + }, + { + "rshares": 148768653, + "voter": "rnrador" + }, + { + "rshares": 136350043, + "voter": "roger.steemit" + }, + { + "rshares": 154135510, + "voter": "vlfl" + } + ], + "author": "steemapp", "author_payout_value": "0.000 HBD", "author_reputation": 25.0, "beneficiaries": [], "blacklists": [], - "body": "are you willing to vote for my blog ? I really hope it \nhttps://steemit.com/introduceyourself/@zein/hello-steemit-i-come-back-part-1-it-s-about-my-friend-and-original-work-is-not-engineering", - "category": "steempress", - "children": 0, - "created": "2016-08-29T09:32:48", + "body": "
    [![SteemyLogoHeadOnlyLarge00009.md.png](https://www.steemimg.com/images/2016/09/09/SteemyLogoHeadOnlyLarge00009.md.png)](https://www.steemimg.com/image/uGfn3)
    \n\n# BETA AVAILABLE - Steemy for iOS and Android\n(*special shout out to @xeroc for his guiding hand during on-device tx signing implementation)\n\nWe're happy to announce that the first public beta of [Steemy](https://steemit.com/steemit/@steemapp/introducing-steemy-fully-native-ios-android-apps-for-steem) is available for iOS and Android! If you'd like to participate in the beta, simply send an email to steemapp@gmail.com and which device (iOS or Android) so we can send you a beta invite. We're utilizing hockeyapp.net (microsoft) to manage the beta. \n\n### Some important things about the beta:\n- *Use at your own risk - **period**.* \n- Don't login with an account that has your life savings in STEEM. Why? Because this is a beta product!\n- Don't login with your password if you don't feel comfortable - you can still use the app without logging in. Key import options will be available in a future version.\n- Images you upload from your mobile device are publicly available to the world. \n- Image hosting providers could change during the beta and your images could be wiped out permanently without notice\n- We receive crash reports, analytics and other useful debugging information from HockeyApp\n- Once signed up, you will receive notifications to download all future versions of the beta\n- Are there known issues? Yup! Expect frequent beta versions with no announcement.\n- Hockey provides features to send us feedback directly. There's a 100% chance we'll get your feedback if you submit through hockey app or email us steemapp@gmail.com.\n\n# How You Can Help\nWe are developing at a feverishly-fast pace...as fast as two guys can who have day jobs and families to support. If we could, we'd say adios to the day job and focus 100% on Steemy (that's a dream I have weekly). That being said, the reality is that we are building this with our own time, energy and spare funds. That makes us no less passionate or driven, but imposes real-world constraints on development.\n\nYou can help us by:\n1) Participating in the beta\n2) Giving us constructive feedback on crashes, design, and other app-specifics\n3) Of course, financial - any funds we receive via upvoting go directly to supporting our monthly server costs, red bull addiction, etc...\n\n# How to sign up for the beta\n- Email us at steemapp@gmail.com and tell us which device (iOS or Android) you want an invite for\n- Or, if you don't care who sees your email address, post a comment below and specify iOS or Android (or both)\n\n# What is Steemy?\n\n[Learn more about Steemy Here](https://steemit.com/steemit/@steemapp/introducing-steemy-fully-native-ios-android-apps-for-steem)", + "category": "steemit", + "children": 12, + "created": "2016-09-09T16:36:24", "curator_payout_value": "0.000 HBD", - "depth": 3, + "depth": 0, "is_paidout": false, "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/09/SteemyLogoHeadOnlyLarge00009.md.png" + ], "links": [ - "https://steemit.com/introduceyourself/@zein/hello-steemit-i-come-back-part-1-it-s-about-my-friend-and-original-work-is-not-engineering" + "https://www.steemimg.com/image/uGfn3", + "https://steemit.com/steemit/@steemapp/introducing-steemy-fully-native-ios-android-apps-for-steem" ], "tags": [ - "steempress" + "steemit", + "steem", + "steemapp", + "steemy", + "steemmobile" + ], + "users": [ + "xeroc" ] }, "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "jesta", - "parent_permlink": "re-bmann-re-jesta-update-on-the-steempress-theme-bounty-20160829t030152913z", - "payout": 0.0, - "payout_at": "2016-09-05T09:32:48", - "pending_payout_value": "0.000 HBD", + "net_rshares": 59917201858253, + "payout": 334.065, + "payout_at": "2016-09-16T16:36:24", + "pending_payout_value": "334.065 HBD", "percent_hbd": 10000, - "permlink": "re-jesta-re-bmann-re-jesta-update-on-the-steempress-theme-bounty-20160829t093247333z", - "post_id": 1039040, - "promoted": "1.000 HBD", + "permlink": "ann-steemy-mobile-app-beta-available-for-ios-android", + "post_id": 1186151, + "promoted": "110.000 HBD", "replies": [], "stats": { - "flag_weight": 0.0, + "flag_weight": 3.0, "gray": false, "hide": false, - "total_votes": 0 + "total_votes": 151 }, - "title": "RE: Update on the steempress theme bounty", - "updated": "2016-08-29T09:32:48", - "url": "/steempress/@jesta/update-on-the-steempress-theme-bounty#@zein/re-jesta-re-bmann-re-jesta-update-on-the-steempress-theme-bounty-20160829t093247333z" + "title": "[ANN] Steemy Mobile App - Beta Available for iOS/Android", + "updated": "2016-09-09T17:25:18", + "url": "/steemit/@steemapp/ann-steemy-mobile-app-beta-available-for-ios-android" }, { "active_votes": [ { - "rshares": 250810345690, + "rshares": 1142978962513, + "voter": "dantheman" + }, + { + "rshares": 11448420090513, + "voter": "rainman" + }, + { + "rshares": 364395189896, + "voter": "berkah" + }, + { + "rshares": 9508709074875, + "voter": "tombstone" + }, + { + "rshares": 123044549114, + "voter": "svk" + }, + { + "rshares": 3099089014, + "voter": "boy" + }, + { + "rshares": 3762354107, + "voter": "bue-witness" + }, + { + "rshares": 697302029, + "voter": "bunny" + }, + { + "rshares": 6014767671433, + "voter": "clayop" + }, + { + "rshares": 53983143453, + "voter": "bue" + }, + { + "rshares": 1660870860, + "voter": "mini" + }, + { + "rshares": 3922021405386, + "voter": "witness.svk" + }, + { + "rshares": 213660123, + "voter": "moon" + }, + { + "rshares": 622713062, + "voter": "healthcare" + }, + { + "rshares": 967170547, + "voter": "daniel.pan" + }, + { + "rshares": 289369412128, + "voter": "chitty" + }, + { + "rshares": 288138648, + "voter": "helen.tan" + }, + { + "rshares": 84447696466, + "voter": "acidsun" + }, + { + "rshares": 85956249019, + "voter": "edgeland" + }, + { + "rshares": 3904328205, + "voter": "ppitonak" + }, + { + "rshares": 8610771104, + "voter": "gregory60" + }, + { + "rshares": 8927741511, + "voter": "mranderson" + }, + { + "rshares": 38919363220, + "voter": "james-show" + }, + { + "rshares": 1017842258, + "voter": "coar" + }, + { + "rshares": 1430747209, + "voter": "murh" + }, + { + "rshares": 45074054027, + "voter": "ranko-k" + }, + { + "rshares": 14786864288, + "voter": "thecryptofiend" + }, + { + "rshares": 37426402607, + "voter": "justtryme90" + }, + { + "rshares": 10554741746, + "voter": "johnerfx" + }, + { + "rshares": 12533000082, + "voter": "samether" + }, + { + "rshares": 48667206048, + "voter": "brandonp" + }, + { + "rshares": 1161275060, + "voter": "johnerminer" + }, + { + "rshares": 129179648054, + "voter": "thedashguy" + }, + { + "rshares": 1487619435556, + "voter": "sean-king" + }, + { + "rshares": 76156167058, + "voter": "kimziv" + }, + { + "rshares": 256959483430, "voter": "lukestokes" + }, + { + "rshares": 1263791020, + "voter": "alexft" + }, + { + "rshares": 24747939566, + "voter": "djm34" + }, + { + "rshares": 3296909724, + "voter": "michaellamden68" + }, + { + "rshares": 4441675640, + "voter": "dennygalindo" + }, + { + "rshares": 58507331115, + "voter": "lehard" + }, + { + "rshares": 254327145, + "voter": "ivp" + }, + { + "rshares": 31283265272, + "voter": "hitmeasap" + }, + { + "rshares": 466928201309, + "voter": "juneaugoldbuyer" + }, + { + "rshares": 29863829277, + "voter": "r4fken" + }, + { + "rshares": 15304296909, + "voter": "bitshares101" + }, + { + "rshares": 147174247311, + "voter": "knircky" + }, + { + "rshares": 22929242435, + "voter": "halo" + }, + { + "rshares": 531668806, + "voter": "cherish" + }, + { + "rshares": 464490860, + "voter": "edrivegom" + }, + { + "rshares": 10491849534, + "voter": "cloveandcinnamon" + }, + { + "rshares": 541784069, + "voter": "luisucv34" + }, + { + "rshares": 2180586785, + "voter": "breathe3000" + }, + { + "rshares": 2084249195, + "voter": "dimon14" + }, + { + "rshares": 1853818133, + "voter": "the-future" + }, + { + "rshares": 79019592212, + "voter": "me-tarzan" + }, + { + "rshares": 12446268254, + "voter": "phenom" + }, + { + "rshares": 1432554908, + "voter": "madhatting" + }, + { + "rshares": 381474126, + "voter": "kellywin21" + }, + { + "rshares": 6226552994, + "voter": "bitcoiner" + }, + { + "rshares": 139166640, + "voter": "ellamaeamor" + }, + { + "rshares": 3217970214, + "voter": "birdie" + }, + { + "rshares": 97881305, + "voter": "summerrain" + }, + { + "rshares": 4192907964, + "voter": "rainchen" + }, + { + "rshares": 67031181038, + "voter": "rea" + }, + { + "rshares": 88204270, + "voter": "justing" + }, + { + "rshares": 365818230, + "voter": "meteor78" + }, + { + "rshares": 94953554, + "voter": "tylerstevens" + }, + { + "rshares": 17983644771, + "voter": "prufarchy" + }, + { + "rshares": 216437643539, + "voter": "johnsmith" + }, + { + "rshares": 15964964625, + "voter": "marius19" + }, + { + "rshares": 6960449261, + "voter": "summonerrk" + }, + { + "rshares": 411306611, + "voter": "kooshikoo" + }, + { + "rshares": 8137310213, + "voter": "webdeals" + }, + { + "rshares": 1304825846, + "voter": "ace108" + }, + { + "rshares": 10234168763, + "voter": "sisterholics" + }, + { + "rshares": 32596890764, + "voter": "brianphobos" + }, + { + "rshares": 268956346, + "voter": "faraz" + }, + { + "rshares": 5595881940, + "voter": "logic" + }, + { + "rshares": 2717408979, + "voter": "tjpezlo" + }, + { + "rshares": 110407780, + "voter": "salamanca1987ar" + }, + { + "rshares": 5183764318, + "voter": "beanz" + }, + { + "rshares": 8747695392, + "voter": "clevecross" + }, + { + "rshares": 879267346, + "voter": "mar1978co" + }, + { + "rshares": 27162065096, + "voter": "williambanks" + }, + { + "rshares": 5695919651, + "voter": "nekromarinist" + }, + { + "rshares": 35670632627, + "voter": "rampant" + }, + { + "rshares": 2131121566, + "voter": "sykochica" + }, + { + "rshares": 37382286273, + "voter": "allasyummyfood" + }, + { + "rshares": 185560269563, + "voter": "laonie" + }, + { + "rshares": 7536188063, + "voter": "myfirst" + }, + { + "rshares": 89223422536, + "voter": "somebody" + }, + { + "rshares": 3354188843, + "voter": "flysaga" + }, + { + "rshares": 18393034294, + "voter": "midnightoil" + }, + { + "rshares": 910840493, + "voter": "andrew0" + }, + { + "rshares": 7634458988, + "voter": "stephen.king989" + }, + { + "rshares": 558857723, + "voter": "romancs" + }, + { + "rshares": 21037601895, + "voter": "xiaohui" + }, + { + "rshares": 52521013, + "voter": "nickche" + }, + { + "rshares": 88063513040, + "voter": "sirwinchester" + }, + { + "rshares": 435119516, + "voter": "boddhisattva" + }, + { + "rshares": 1215888442, + "voter": "xiaokongcom" + }, + { + "rshares": 10314553269, + "voter": "cristi" + }, + { + "rshares": 30784704904, + "voter": "cryptos" + }, + { + "rshares": 205842324, + "voter": "lordemau" + }, + { + "rshares": 451655907, + "voter": "galamirissa" + }, + { + "rshares": 3083649499, + "voter": "xianjun" + }, + { + "rshares": 1390975245, + "voter": "bledarus" + }, + { + "rshares": 62302798, + "voter": "elenirossidou" + }, + { + "rshares": 205871498, + "voter": "microluck" + }, + { + "rshares": 20118440636, + "voter": "runaway-psyche" + }, + { + "rshares": 6518572686, + "voter": "farmerswife" + }, + { + "rshares": 11188033553, + "voter": "cryptomancer" + }, + { + "rshares": 12107786940, + "voter": "hilarski" + }, + { + "rshares": 57549944, + "voter": "viebie" + }, + { + "rshares": 11636892671, + "voter": "steemitpatina" + }, + { + "rshares": 73686270, + "voter": "xntryk1" + }, + { + "rshares": 6017454300, + "voter": "pseudopoise" + }, + { + "rshares": 85421073, + "voter": "jtstreetman" + }, + { + "rshares": 3885757245, + "voter": "loganarchy" + }, + { + "rshares": 56694448, + "voter": "quackenbush" + }, + { + "rshares": 247142134, + "voter": "wizwom" + }, + { + "rshares": 57706367, + "voter": "dazedbunny" + }, + { + "rshares": 11826084936, + "voter": "ryan-singer" + }, + { + "rshares": 581299661, + "voter": "kev7000" + }, + { + "rshares": 2146314155, + "voter": "richardjuckes" + }, + { + "rshares": 24235309770, + "voter": "dubi" + }, + { + "rshares": 54576373, + "voter": "plantbasedjunkie" + }, + { + "rshares": 147854463, + "voter": "inwoxer" + }, + { + "rshares": 331028196, + "voter": "dpapadimitroylas" + }, + { + "rshares": 66598367, + "voter": "paketkita.net" + }, + { + "rshares": 50903939, + "voter": "augmentalized" + }, + { + "rshares": 88328584, + "voter": "borishaifa" + }, + { + "rshares": 50245473, + "voter": "rony" + }, + { + "rshares": 50088578, + "voter": "sovpara" } ], - "author": "anduweb", + "author": "thecryptofiend", "author_payout_value": "0.000 HBD", "author_reputation": 25.0, "beneficiaries": [], "blacklists": [], - "body": "Luke, the man with the numbers :) I love the idea. Interesting stats to look at:\n* Highest promoted amount per post\n* Highest number of promoters per post\n* Highest non-author promoted amount\n\nThere may be others who have already though to do 15.001. I too started with 10.001 in mind and got to 13.63 to have a good front-ish seat :) but I think amounts will start being higher and higher as pressure builds to be on the *first page*.\n\n@berniesanders is the real MVP, have said it before and it's still valid. Nice ROI on your post! Classic bump and reward case. Exactly what Post Promotion has been built for.\nI'm more testing the thing now but thank you for the feedback! It's good to see that my *marketing* campaign is showing results!\n\nYeah, up one for @smooth and @jesta! #classy", - "category": "steemit", - "children": 0, - "created": "2016-08-30T11:09:45", + "body": "\n

    Introduction

    \n

    Continuing on from the previous tutorial style I though it would be useful to cover how an image evolves from the original RAW file to final finished and corrected file.

    \n

    TLDR: The Finished Image VS the Original Side by Side

    \n

    \n


    \n

    The Final image is on the left and the original image is on the right.  You can also see a large version of the final image at the bottom of the post.

    \n

    The original image is already pretty good and only needs very minor corrections for blemishes, colour balance etc. - using the right kind of lighting and lenses helps with this - as well as the model having good skin and makeup.  

    \n

    The equipment used was my Nikon D800 camera with Nikon 85mm/1.8 lens shooting wide open.

    \n

    The model here is Gabriella Kennedy. She was backlit using the window behind her and a reflector held in front for front lighting and highlights in the eyes.

    \n


    \n

    Basic Skin Retouching in LR and Photoshop

    \n

    I have used the spot removal tool in Lightroom to remove some minor blemishes which leaves me with the image below.  I have described use of this in more detail in my previous tutorial.

    \n

    \n

    Basic skin retouching to remove blemishes in Photoshop.

    \n

    \n

    Larger version to show this.

    \n

    \n

    The difference is subtle but I don't want to go too far and remove too much skin detail.  I'm just using the spot healing brush tool as detailed in my previous photo repair tutorial.  This photo is already pretty blemish free so doesn't need anything more advanced.

    \n

    Temperature Adjustment

    \n

    \n

    Detail to show the difference.  The colour seems off.  So I'm going to do a colour balance adjustment here.

    \n

    \n


    \n

    \n


    \n

    This is an improvement but it's not perfect.  I might do more fine adjustment in Lightroom.  

    \n

    Background Fix

    \n

    I also want to remove the window bar behind her.  So on new layer (Cmd/Ctrl+Shift+N).  I use the clone stamp tool to copy the background to the right over to bar.  The clone stamp tool looks exactly like a stamp and is just below the healing brush.  It directly clones an area without any intelligent modifications.

    \n

    \n

    So the bar is now gone.

    \n


    \n

    Eye Veins

    \n

    \n

    OK I might do some very subtle work on the eye veins.  Again I will create a new layer (Cmd/Ctrl+Shift+N) and zoom in and carefully use the healing brush to erase the veins.

    \n

    \n

    \n

    This is to show the difference to one of the eyes.  This is a bit too much so I will enlarge the image and reduce the opacity of this layer to 50%.

    \n

    Here is the full size image.  This looks about right.

    \n

    \n


    \n

    Final Adjustments in Lightroom

    \n

    I'll save this and open it up in Lightroom for final adjustments. Just before saving I couldn't resist doing another colour balance change but it is really unnecessary as I will fix the colours in Lightroom.

    \n

    \n

    \n

    I have basically adjusted the exposure very slightly to +0.10 -

    \n

    I have also tried auto temperature which gave a more balanced result but the colours didn't look right to me.  It set the Blue/Yellow slider to +13, so as a compromise I set it half way to +6 which looked better to my eye.

    \n

    I also reduced the saturation by -11 as it seemed a bit strong to me.  The image is essentially finished apart from cropping.

    \n


    \n

    Final Image With and Without Cropping

    \n

    \n

    Uncropped

    \n


    \n

    \n

    Cropped.  The difference is very subtle but I think the crop emphasises the eyes and face more.

    \n


    \n

    THE END

    \n

    I hope you found this useful.  I've tried to keep it short and to the point.

    \n

    You can see more of my work @thecryptofiend - hope you enjoy.

    \n


    \n

    (Verification for me here: http://www.aapicture.com/about-me)

    \n", + "category": "photography", + "children": 43, + "created": "2016-08-30T17:37:54", "curator_payout_value": "0.000 HBD", - "depth": 2, + "depth": 0, "is_paidout": false, "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/08/30/Arif_Akhtar_Gabby_EOAI_01_final_desaturate_crop1of1copy_small35b3a.jpg", + "https://www.steemimg.com/images/2016/08/30/Arif_Akhtar_Gabby_EOAI_01_original1of1copy_small65a05.jpg", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.05.02c2a5b.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.05.13d51a2.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.05.31730aa.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.05.4780851.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3017.34.34ee0e5.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.06.448f1bc.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.06.580da7b.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.07.2447c66.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.09.1331e69.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.12.32785f6.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.26.1667b29.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.40.26ef4e2.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3017.44.2804107.png", + "https://www.steemimg.com/images/2016/08/30/Arif_Akhtar_Gabby_EOAI_01_final_desaturate1of1a10fd.jpg", + "https://www.steemimg.com/images/2016/08/30/Arif_Akhtar_Gabby_EOAI_01_final_desaturate_crop1of16fa86.jpg" + ], + "links": [ + "https://steemit.com/photography/@thecryptofiend/quick-portrait-retouching-in-lightroom-tutorial", + "https://steemit.com/photography/@thecryptofiend/how-to-fix-damaged-photos-in-photoshop-tutorial-with-example-image", + "http://www.aapicture.com/about-me" + ], "tags": [ - "classy", - "steemit" + "photography", + "photo", + "art", + "portrait", + "tutorial" ], "users": [ - "berniesanders", - "smooth", - "jesta" + "thecryptofiend" ] }, "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 250810345690, - "parent_author": "lukestokes", - "parent_permlink": "re-anduweb-steemit-post-promotion-and-the-dollar-auction-20160830t104200474z", - "payout": 0.117, - "payout_at": "2016-09-06T11:09:45", - "pending_payout_value": "0.117 HBD", + "net_rshares": 37254943686785, + "payout": 149.835, + "payout_at": "2016-09-06T17:37:54", + "pending_payout_value": "149.835 HBD", "percent_hbd": 10000, - "permlink": "re-lukestokes-re-anduweb-steemit-post-promotion-and-the-dollar-auction-20160830t110944376z", - "post_id": 1054616, - "promoted": "0.001 HBD", + "permlink": "gabriella-evolution-of-an-image-from-camera-to-photoshop", + "post_id": 1058932, + "promoted": "105.000 HBD", "replies": [], "stats": { "flag_weight": 0.0, "gray": false, "hide": false, - "total_votes": 1 + "total_votes": 135 }, - "title": "RE: Steemit Post Promotion and the Dollar Auction", - "updated": "2016-08-30T11:09:45", - "url": "/steemit/@anduweb/steemit-post-promotion-and-the-dollar-auction#@anduweb/re-lukestokes-re-anduweb-steemit-post-promotion-and-the-dollar-auction-20160830t110944376z" + "title": "Gabriella - Evolution of an Image from Camera to Photoshop", + "updated": "2016-08-30T17:37:54", + "url": "/photography/@thecryptofiend/gabriella-evolution-of-an-image-from-camera-to-photoshop" } ] diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted.tavern.yaml b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted.tavern.yaml index 7c199c7d..9b443d61 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted.tavern.yaml +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted.tavern.yaml @@ -2,7 +2,7 @@ test_name: Hivemind bridge_api.get_ranked_posts promoted patterns test marks: - - patterntest + - patterntest # change in behaviour compared to original, not only replies are in results, but top posts as well includes: - !include ../../common.yaml diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_paging.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_paging.pat.json index c3bed534..83b686e3 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_paging.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_paging.pat.json @@ -1,4 +1,202 @@ [ + { + "active_votes": [ + { + "rshares": 57708309200, + "voter": "noaommerrr" + }, + { + "rshares": 8995601818, + "voter": "kennyskitchen" + }, + { + "rshares": 2276550059, + "voter": "adrian-moore" + }, + { + "rshares": 309595731, + "voter": "damono" + }, + { + "rshares": 230296351, + "voter": "steemswede" + }, + { + "rshares": 14509196616, + "voter": "ausbitbank" + }, + { + "rshares": 6289515867, + "voter": "krystle" + }, + { + "rshares": 71956115, + "voter": "justing" + }, + { + "rshares": 117879240, + "voter": "benleonard" + }, + { + "rshares": 113294317, + "voter": "oceansatori" + }, + { + "rshares": 2996313172, + "voter": "steemleak" + }, + { + "rshares": 596343621050, + "voter": "dollarvigilante" + }, + { + "rshares": 7306678076, + "voter": "elissahawke" + }, + { + "rshares": 63650124, + "voter": "lensessions" + }, + { + "rshares": 12107757403, + "voter": "hilarski" + }, + { + "rshares": 76372055, + "voter": "dreadedhuman" + }, + { + "rshares": 57950506, + "voter": "muryogi" + }, + { + "rshares": 64154046, + "voter": "mikeonfire" + }, + { + "rshares": 57824694, + "voter": "desbloke" + }, + { + "rshares": 57762272, + "voter": "eagleone" + }, + { + "rshares": 57551852, + "voter": "brownfuture" + }, + { + "rshares": 57515752, + "voter": "thecannarchist" + }, + { + "rshares": 57219470, + "voter": "eleutheros" + }, + { + "rshares": 57055494, + "voter": "scottmacquarrie" + }, + { + "rshares": 55694858, + "voter": "kylegenemoody" + }, + { + "rshares": 56722686, + "voter": "kalifornia" + }, + { + "rshares": 631258194, + "voter": "tylerdav" + }, + { + "rshares": 52015504, + "voter": "analyzethis" + }, + { + "rshares": 52794249, + "voter": "doggnostic" + }, + { + "rshares": 52521499, + "voter": "jenny-talls" + }, + { + "rshares": 53389583, + "voter": "ppan08162016" + }, + { + "rshares": 53400199, + "voter": "post-successful" + }, + { + "rshares": 55235319, + "voter": "knight-angel" + }, + { + "rshares": 143043369, + "voter": "ola1" + }, + { + "rshares": 2244594199, + "voter": "carlitashaw" + }, + { + "rshares": 50138529, + "voter": "kevbarefoot" + }, + { + "rshares": 50011578, + "voter": "jelvus" + }, + { + "rshares": 158245460, + "voter": "adamcalma" + } + ], + "author": "elissahawke", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Money Money Money ahhhh HAAAH ahhhh ha haaaaaaa all the things I would do.... if I-\nI always wondered about the charismatic Ken O\u00b4Keefe. \n*Is this what controlled opposition looks like?*\n\nhttp://www.thepeoplesvoice.org/TPV3/media/blogs/blog/29/okeefe-c29.jpg\n\nI took my chances and admired him for his truly heartfelt passionate work.\nThere are *fuck all* strong male role models willing to prick the beast and speak truth to power. \nKen was a welcome swearing voice in the wilderness of white apathy.\n\nSadly his latest project has been derailed in under three months\nDespite how much good he has done, how many people he has helped, something is happening to his work now.\nKen is looking like a liability.\nWill he just facepalm in a years time and just blame it all on luurve\n\nHe is a walking cliche of the two-headed man this year.\n\nMax Igan certainly spells out *what the whole lot of us* might unwittingly have accomplished... even if he *is* just a tad dramatic \n-that this will put an end to *all* fundraisers\n-bring an end to *all* trust \n-an end to any voice that *put their name * to the project\n-effectively put an end to any co-ordinated response to the system.\n\nMax, Its just Ken. \nIts not armageddon\n\nIs *that* what we __all__ have been __participating in *wittingly and unwittingly*__?\n\nI swear I will never fucking learn!\nIs *__that__ why Dodgy Deanna recruited __me,__ right at the 11th hour...?*\nWas there some chance some of them *knew right from the start this shit was already on its way down the toilet*, either to go off its own rails or be derailed?\n\nAm I becoming *effective*?\n\nPooh for thought\n\nI\u00b4m sorry to my friends and anyone who has donated time or money to the World Citizen Solutions oxymoron.\nI am sorry I endorsed the \"project\". \n\nIm sorry Im alive some days but Im doing my best.\nAs Grandma says \"DOUBT MEANS DONT\" and I wish I listened to my gut.\n\n\nHere are the lessons\n-No one can change the world we can only change ourselves.\n-Donating money to a cause does not excuse you from doing the personal work required to be sovereign and higher than government. This is only your natural state if you know it and self educate to lovingly reclaim it.\n\nRedeem your soul. Rescind your *walking dead* status and come alive again as the flesh, and not the corporation.\nI *know* a \"citizen\" *can not be* sovereign.\nI *know* how not to pay tax, I escaped civilisation and lived in a tent for years so I could study contract law.\nI *know* only self-realised sovereign beings can exist \"outside of government\" with large effort, sustained courage and usually requires physical relocation and or jail time. \nFor me that effort is worth it to no longer be obligated to pay taxes to the warmongering Australian government that claims it owns me. It is very hard to learn financial independence in a foreign country but its easier for me to do that than bomb someones lovely kids in Syria.\ni *know* sovereign beings dont use lawyers. To use a lawyer is to declare yourself incompetent.\nYou go *by special appearance* if you are mad enough to go at all. If you are not unconscious or being dragged in handcuffs.\n\nI have also come to appreciate the power of *sealed and notarised affadavits* declaring sovereignty, *combined* with a UCC1-308 __*will*__ disqualify the states jurisdiction over your flesh in breaches of acts statutes and regulations when there is no harmed or injured parties.\nSorry for that boring sentence.\n\nI didnt feel the need to *financially* support this mission of Ken O\u00b4Keefe. \u00b0\u00b0\nNor did I feel the need to correct him on these glaring inconsistencies in his original plan, *(or the globe earth in the promo ; )* because\n1-i assume hes busy\n2-takes years of self education to realise these things\n3-I am no authority \nKen knows me as a mad lady who lived in a van made of weed\n\n\u00b0\u00b0I am still burned from that experience with Ken two years ago watching David Ickes manager Sean Adl-Tabatabai and his assistant Deanna Amato bleeding the UK and Europe dry for all their goodwill donations to THE PEOPLES VOICE channel.\nOnce I saw through that ruse I I estimated *most*, maybe (70%) of the people working there were compromised agents. They were all connected like worker bees but seemed independent at first.\nThat was 2 million pounds they siphoned, from a loving gullible public thinking if they throw $20 or $1000 at this darn \"slavery problem\" it will go away..\n\nI did enormously enjoy many off the off the cuff speeches Ken has made over the years, so, when asked to support this money gathering mission with a small endorsement I simply sent this, declaring my position.\n\n__*We Need to stop.\nWe need to change.\nWe need to govern ourselves by our consciences.\nWe need voluntary societies based on the non aggressive principle\nThat is human rights. \nThat is freedom.*__\n\n I got more of an inkling that something was up soon after sending my endorsement when I got a thankyou letter from *Deanna Amato*. \nI didnt know Ken was working with her again. I lost trust in her last time.\nI wrote to Ken and told him my concerns.\n\nA few facebook friends told me they had donated, probably, five thousand dollars combined.\nOne was a littled piqued when I offhandedly told him, I hope you get your moneys worth... \n\nNot that I doubted Kens financial integrity at this stage but I am very aware how legal sharks work, how legal \"experts\" by definition can not even *comprehend* sovereignty as they have that BAR so far in their arses theyre crosseyed. \nI just knew Ken could blow that $150 grand on dumbarse legal experts that could teach him nothing.\nOffer him nothing but receipts. \nLike everyone donating their $5 looking for the magic paper, Ken was going to be donating all the little donations straight back UP to our masters in great chunk collections of dosh hoping to buy this __golden ticket__ off *some lawyer friend*, that can free us all.\n\nI have been watching for months a man and his ego.\nI left him to his de-vices, hoping that he will pull this gravy train up before it spills. \nI dont think he has much more pride to lose in a crash so he\u00b4s driving rather recklessly. That is his right.\nIf we are mad at him, we should also be mad at ourselves for not doing more, for not being more of the strength and good we saw in him.\n\nThe more I read of Kens recent \"Subversion report\" about his team, the more I realise it *really* aint looking good.\n\nI have only had a day to look at this. It is not impossible that Max, and all his team are agents sent to compromise Ken and make him look incompetent and, as if he is stealing. \nStranger things have happened. \nBut Max aint trying to buy land in Dominica. So we need to make sure if Ken really *is*.\nKen needs to admit it if he is trying to sink those donations into land. \n\nIf he is the tool of someone else, boy, they really enjoy watching him flounder\n\nKen told us all back in Dec 2015 that he had \"the worlds leading human rights attorneys\" working on a way to write a contract that could extradite us from government financial demands when the government is committing war crimes.\nI personally dont feel a need for this contract as even when living in Aus I learned to become self employed, un-employed, work for cash...do *anything* so I could protest this thievery by not having it automatically taken out of a paycheck of a bigger corporation, or government salary. \n\nI know too much. \nI refused to pay all fines tolls and taxes for decades in Australia after I woke up to the trickle UP money scam of all government, and *how easy it is to simply __never receive__ offers to contract, from your government* by __scrawling RETURN TO SENDER - NOT AT THIS ADDRESS__ on the front and __returning__ every and all boring correspondances they send. There is no old nanny sitting at a desk judging you for not opening your contract. Its just logged into a computer somewhere that you never received it.\nSneakily, the fuckers, regard all their contracts as tacitly accepted if you do nothing and just throw them in the bin.\nYou must always RETURN TO SENDER. Make the buggers work!\nWhy?\n\nBecause I know every man is only my equal.\nBecause I have inner strength and Id rather die on my feet than live on my knees.\nBecause so far, money has not compromised my principles\n\nBy Feb 2016 Ken had no observable progress on the legal work and it was getting embarrassing for members on the team being asked by supporters where their money had gone and for what purpose.\n\nKen then (uh oh) \"fell in love\" at Anarchapulco with a girl \"who was paid to come by the organiser,\" said Max... but not to *perform*, (as such ; )\nShe has achieved a public reputation for targeting alternative media types, derailing two so far...\nIts no crime to get around but when you leave destruction in your wake, three times, people may start to think you jinxed them.\n\nKen joked she may be a \"honeypot\" to steer him off mission. I dont think hes as efficient as *he* thinks.\nI think anyone could pretty much seduce anyone after they broke out of ten years of monogamy. \n\nI do not know what a woman could do to deserve the public embarrassment Ken has dished his ex wife this year.\nWhy is Ken so disrespectful to the mother of his two boys, allowing himself to be so spastically bedazzled?\nIts like a midlife crisis red sportscar fantasy. This is not the guy most people were impressed enough to donate dollars to.\nI often wondered as I researched him before interviewing him, \"once a marine, always a marine?\".\nI consoled myself thinking Ken was doing too much in his personal life challenging Israel and the Fed to be controlled by them\nRight now I\u00b4m 50/50.\nKen might be being handled by someone, or a honeypot, or, *through* a honeypot, or seriously, drop all the paranoia it really could just be a middle aged guy on his last hurrah with his neo Yoko Ono\nI am personally terrified by people who dont think of the fallout of their actions in love. \nLove is life and death stuff. \n\nI dont trust *anyone* in this. Perhaps theyre *all working* for the same team as they explode into splinters. Perhaps I even was, calling for people to help his mission. Ugh I hate how naiive I am. Fucking Pollyanna\n\nPerhaps some knew. Perhaps Ken. Perhaps Sophie. Perhaps Max, perhaps Deanna. Most wouldnt need to know, the handlers know how to make everyone flee in fear once you suspect someone you love and trust is a massive liar running a scam.\n\nReading over both Ken and Maxs statements both contain holes in their logic and research.\nKen remarks \"its silly to think a legally viable UCC contract could achieve anything other than perhaps some temporary defence against the system\"\nand this about Max -\"I felt like I was dealing with a child incapable of understanding a most basic concept - distracting madness\"\n\nMy experience and research suggests the UCC international contract is *__exactly__* the paperwork required to declare oneself outside of any government jurisdiction. Its an option available to any and all who educate ourselves. It may take a few years reading and listening to gain back all they have stolen, but no one can learn it for you so you will do it when you decide to free yourself.\n\nKen has not studied the first rule of sovereignty.\nHis lawyer *authorities* work __first__ for The Crown, and maybe later, a bit, for us.\n\nThis is something he either has or will come to understand. Recognising what it would take to educate each individual to excoriate themselves from their governments peacefully is too big a task, he either \n-has months of bookwork ahead sending back thousands of donations, \n-he can reroute the whole \"project\" for the die hard followers and buy himself more time, \n-or he can buy some land somewhere and just fuck off and hide for a few years.\n\nPeople who want to believe the best will grant him time to try more things... somehow keep going.\n\nThose who have been burnt before dont want to sit quiet and let ourselves be fooled again.\nKen has had $150 thousand in donations for almost a year and has nothing to show for it besides the hotel receipts from his 2 month rebound playdate.\nHe says he will have legal paperwork in days proving his project is getting back on track. \nThe race is on\n\nTo hear through Max that Ken is trying to buy land is a good opportunity for us to challenge him to give the money back, before breaking his word. Most will just kiss their $20 goodbye, and this phenomena of people going bad for money will go on while we are slaves in their system.\nYes.\nThere is a fucking hole in the bucket\n\nTo hear Ken accuse Maxs underlying rationale, as jealousy, is sad. Ken is delirious. You frisky old dogs. Even if its true, its embarrassingly juvenile peacocking by Ken. It really seems like stellar insecurities have been tweaked by someone or something. \nThe problem is Ken, *you have done fuck all for a year since you got the money in your bank -besides free yourself of your family and enjoy a string of hotels with your shortsighted trophy.*\n__On the goodwill of thousands of people.__\n\nKen keeps saying \"nothing has changed in the legal stature of the contract viability so why is everyone abandoning me?\" /subverting the project.\n\nBecause there __*is no project*__, as such, any more.\nAs each of us awaken to your derailment we each need to honor ourselves and challenge you to get back on track or return the money to those who ask, as you said you would from day one, if targets werent met. \nThe target is a one page contract (that can be read in under a minute and comprehended within 10 mins), expressing terms of ones absolute unwillingness to cooperate with war crime.\n\nWe could give you more time, if Max didnt alert us that youre trying to buy land.\nIf this becomes evidential, is provable, we must try to stop you from hurting your future and so many others.\n\nKen says \"critical legal work is underway and soon to be completed.\" \nSince his *whole team* seems to have __quit__, maybe to redeem his arse he needs to just open up the accounts, show everyone how much money has gone where, how much is left, and be transparent. I wont regain my trust with anything less.\n\nI know we\u00b4re all human and could all lose our minds if we suddenly had a hundred grand and a new love, but this is something bleak. \n\nI am 100% on one thing though. There is a possibility this girl doesnt really love him, that really she loves his accomplishments, things that she can one day achieve for herself. That he is falling for the idol worship is also telling, like a pattern. The \"relationship\" may grow on forever but one thing is for sure ...based on Maxs email release, Ken is trying to weasel about for as long as it takes so that he can buy some land in the non-extraditable Dominica, RIGHT NOW.\n\nIf you made a sizeable donation ASK FOR IT TO BE RETURNED in goodwill. \nKen must be stopped from doing this to himself.\nTo think a man of his intellectual ability could be lulled in to this madness by his penis. \nIts unheard of\nJust joshin ; )\n\nTo think thousands of people are going to be broken hearted and despondant about future endeavours is possibly a good thing. We will all be forced to do the actual work to free ourselves. Until each and every one stand up to the governments ourselves instead of cowering behind our dodgy uncle having an off year.\n\nTo think that all Ken really got out of this last hurrah after decades of good work, was $150 grand and a groupie. \nI suppose some people would think its a pretty good deal\n\nLife is fucking tragic.", + "category": "anarchy", + "children": 21, + "created": "2016-08-30T18:13:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://www.thepeoplesvoice.org/TPV3/media/blogs/blog/29/okeefe-c29.jpg" + ], + "tags": [ + "anarchy", + "life", + "politics", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 713692686506, + "payout": 0.354, + "payout_at": "2016-09-06T18:13:12", + "pending_payout_value": "0.354 HBD", + "percent_hbd": 10000, + "permlink": "ken-o-keefe-freefall-the-shooting-star-that-cant-find-a-vein-notes-on-a-dickhead-by-elissa-hawke", + "post_id": 1059421, + "promoted": "0.001 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 38 + }, + "title": "Ken O Keefe Freefall - The Shooting Star That Cant find a Vein.. . Notes on a dickhead by Elissa Hawke", + "updated": "2016-08-30T18:13:12", + "url": "/anarchy/@elissahawke/ken-o-keefe-freefall-the-shooting-star-that-cant-find-a-vein-notes-on-a-dickhead-by-elissa-hawke" + }, { "active_votes": [ { @@ -50,5 +248,85 @@ "title": "RE: Steemit Post Promotion and the Dollar Auction", "updated": "2016-08-30T11:09:45", "url": "/steemit/@anduweb/steemit-post-promotion-and-the-dollar-auction#@anduweb/re-lukestokes-re-anduweb-steemit-post-promotion-and-the-dollar-auction-20160830t110944376z" + }, + { + "active_votes": [ + { + "rshares": 12095791916, + "voter": "thecryptofiend" + }, + { + "rshares": 5347187778, + "voter": "sebastien" + }, + { + "rshares": 2488884066, + "voter": "dimon14" + }, + { + "rshares": 4068349595, + "voter": "beanz" + }, + { + "rshares": 3539598039, + "voter": "karisa" + }, + { + "rshares": 6281634558, + "voter": "alexandre" + }, + { + "rshares": 91630309, + "voter": "alina1" + }, + { + "rshares": 88539144, + "voter": "ola1" + } + ], + "author": "alexandre", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "This is a photo I made in Nepal\nIt reminds me of our way of life\nIf you reach the top you'll get happiness\nhttp://s015.radikal.ru/i332/1608/53/27eea95fb893.png\n \nShot with Canon\nlinz EF 70-300mm f/4-5.6\niso - 400\n1/60 sec\n\nIf you liked my photos - subscribe to my blog\nhttps://steemit.com/@alexandre", + "category": "photography", + "children": 0, + "created": "2016-08-30T07:50:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://s015.radikal.ru/i332/1608/53/27eea95fb893.png" + ], + "links": [ + "https://steemit.com/@alexandre" + ], + "tags": [ + "photography", + "life", + "photo" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 34001615405, + "payout": 0.016, + "payout_at": "2016-09-06T07:50:57", + "pending_payout_value": "0.016 HBD", + "percent_hbd": 10000, + "permlink": "the-road-to-a-new-life-what-do-you-think-about-this-photo", + "post_id": 1053062, + "promoted": "0.001 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 8 + }, + "title": "The road to a new life . What do you think about this photo?", + "updated": "2016-08-30T07:50:57", + "url": "/photography/@alexandre/the-road-to-a-new-life-what-do-you-think-about-this-photo" } ] diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_paging.tavern.yaml b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_paging.tavern.yaml index 413ed7f6..a2f53262 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_paging.tavern.yaml +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_paging.tavern.yaml @@ -2,7 +2,7 @@ test_name: Hivemind bridge_api.get_ranked_posts promoted paging patterns test marks: - - patterntest + - patterntest # change in behaviour compared to original, not only replies but also top posts are in results includes: - !include ../../common.yaml @@ -18,7 +18,7 @@ jsonrpc: "2.0" id: 1 method: "bridge.get_ranked_posts" - params: {"sort":"promoted","tag":"","start_author":"zein","start_permlink":"re-jesta-re-bmann-re-jesta-update-on-the-steempress-theme-bounty-20160829t093247333z", "limit":2} + params: {"sort":"promoted","tag":"","start_author":"iggy","start_permlink":"part-i-of-detailing-to-perfection-1988-porsche-911-carrera-3-2-targa-one-of-559-ever-produced-from-1985-to-1989", "limit":3} response: status_code: 200 verify_response_with: diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_tag.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_tag.pat.json index fe51488c..797f4577 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_tag.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_tag.pat.json @@ -1 +1,17348 @@ -[] +[ + { + "active_votes": [ + { + "rshares": 10680230250228, + "voter": "jamesc" + }, + { + "rshares": 6757100093988, + "voter": "xeldal" + }, + { + "rshares": 1118902601491, + "voter": "samupaha" + }, + { + "rshares": 5925537844699, + "voter": "enki" + }, + { + "rshares": 3828633672665, + "voter": "silversteem" + }, + { + "rshares": 3099954800, + "voter": "boy" + }, + { + "rshares": 210935138158, + "voter": "steem-id" + }, + { + "rshares": 3763461212, + "voter": "bue-witness" + }, + { + "rshares": 690406462, + "voter": "bunny" + }, + { + "rshares": 54134101721, + "voter": "bue" + }, + { + "rshares": 1661302953, + "voter": "mini" + }, + { + "rshares": 213684579, + "voter": "moon" + }, + { + "rshares": 10777629083, + "voter": "proctologic" + }, + { + "rshares": 622843501, + "voter": "healthcare" + }, + { + "rshares": 967387415, + "voter": "daniel.pan" + }, + { + "rshares": 21550256405, + "voter": "hcf27" + }, + { + "rshares": 392405354610, + "voter": "woo7739" + }, + { + "rshares": 279111662172, + "voter": "chitty" + }, + { + "rshares": 196163592993, + "voter": "gardenlady" + }, + { + "rshares": 288174518, + "voter": "helen.tan" + }, + { + "rshares": 74205930982, + "voter": "easteagle13" + }, + { + "rshares": 2859098472, + "voter": "carlos-cabeza" + }, + { + "rshares": 5349082417, + "voter": "spaninv" + }, + { + "rshares": 59226109387, + "voter": "avarice" + }, + { + "rshares": 1154102439, + "voter": "coar" + }, + { + "rshares": 1432421152, + "voter": "murh" + }, + { + "rshares": 1506024470, + "voter": "edtorrez" + }, + { + "rshares": 370098823461, + "voter": "blakemiles84" + }, + { + "rshares": 917932650, + "voter": "leprechaun" + }, + { + "rshares": 516144252764, + "voter": "cyber" + }, + { + "rshares": 1350589595, + "voter": "fjccoin" + }, + { + "rshares": 7658293419, + "voter": "kennyskitchen" + }, + { + "rshares": 314968895861, + "voter": "kaylinart" + }, + { + "rshares": 22791323090, + "voter": "ossama-benjohn" + }, + { + "rshares": 2596798738, + "voter": "tee-em" + }, + { + "rshares": 1490143673659, + "voter": "sean-king" + }, + { + "rshares": 687044369011, + "voter": "publicworker" + }, + { + "rshares": 2277766230, + "voter": "danilo-cuellar" + }, + { + "rshares": 265741725388, + "voter": "lukestokes" + }, + { + "rshares": 392842631094, + "voter": "fyrstikken" + }, + { + "rshares": 41240110326, + "voter": "clement" + }, + { + "rshares": 8970769157, + "voter": "acassity" + }, + { + "rshares": 3125302080, + "voter": "sunshinecrypto" + }, + { + "rshares": 55677464852, + "voter": "booja" + }, + { + "rshares": 282967064, + "voter": "sonyanka" + }, + { + "rshares": 54720712494, + "voter": "sonzweil" + }, + { + "rshares": 10312089759, + "voter": "r4fken" + }, + { + "rshares": 457654847, + "voter": "steemswede" + }, + { + "rshares": 75271969902, + "voter": "derekareith" + }, + { + "rshares": 12378378533, + "voter": "ausbitbank" + }, + { + "rshares": 4569401045, + "voter": "thegoodguy" + }, + { + "rshares": 36245526538, + "voter": "biophil" + }, + { + "rshares": 3967602880, + "voter": "karen13" + }, + { + "rshares": 15604637635, + "voter": "dwinblood" + }, + { + "rshares": 1282893744, + "voter": "vorsseli" + }, + { + "rshares": 317446577, + "voter": "luisucv34" + }, + { + "rshares": 17676726210, + "voter": "creemej" + }, + { + "rshares": 79327997987, + "voter": "me-tarzan" + }, + { + "rshares": 37118933112, + "voter": "mynameisbrian" + }, + { + "rshares": 11621730593, + "voter": "benjiberigan" + }, + { + "rshares": 19174335590, + "voter": "mustafaomar" + }, + { + "rshares": 17229683384, + "voter": "deanliu" + }, + { + "rshares": 1449783634, + "voter": "cryptocurrency1" + }, + { + "rshares": 182392593276, + "voter": "jl777" + }, + { + "rshares": 3475085906, + "voter": "jedau" + }, + { + "rshares": 7258620066, + "voter": "fishborne" + }, + { + "rshares": 780032261, + "voter": "mohammed123" + }, + { + "rshares": 38490866307, + "voter": "claudiop63" + }, + { + "rshares": 15696374746, + "voter": "proto" + }, + { + "rshares": 722574736, + "voter": "steemuwe" + }, + { + "rshares": 96847284284, + "voter": "sterlinluxan" + }, + { + "rshares": 1955550774, + "voter": "andreynoch" + }, + { + "rshares": 26465755082, + "voter": "williambanks" + }, + { + "rshares": 31250845331, + "voter": "jasonstaggers" + }, + { + "rshares": 8308751917, + "voter": "taker" + }, + { + "rshares": 18077487422, + "voter": "laoyao" + }, + { + "rshares": 1312318561, + "voter": "andrew0" + }, + { + "rshares": 3138994752, + "voter": "steemleak" + }, + { + "rshares": 133044304, + "voter": "luke490" + }, + { + "rshares": 3155521800, + "voter": "oflyhigh" + }, + { + "rshares": 2330702675, + "voter": "pgarcgo" + }, + { + "rshares": 687222192, + "voter": "future24" + }, + { + "rshares": 1367410476, + "voter": "nonamer" + }, + { + "rshares": 982813675, + "voter": "bledarus" + }, + { + "rshares": 932742778, + "voter": "chinadaily" + }, + { + "rshares": 54210250128, + "voter": "anotherjoe" + }, + { + "rshares": 16517911072, + "voter": "kafkanarchy84" + }, + { + "rshares": 3442234051, + "voter": "steveo" + }, + { + "rshares": 10969248240, + "voter": "cryptomancer" + }, + { + "rshares": 2119284500, + "voter": "movievertigo" + }, + { + "rshares": 21912805745, + "voter": "andrewawerdna" + }, + { + "rshares": 39122672915, + "voter": "emancipatedhuman" + }, + { + "rshares": 10587465402, + "voter": "craigwilliamz" + }, + { + "rshares": 6511663813, + "voter": "onetree" + }, + { + "rshares": 12934893314, + "voter": "mandibil" + }, + { + "rshares": 57027057, + "voter": "hosscomp" + }, + { + "rshares": 57022706, + "voter": "cloud1" + }, + { + "rshares": 5899789038, + "voter": "lesliestarrohara" + }, + { + "rshares": 316012583, + "voter": "codymac40" + }, + { + "rshares": 3648819614, + "voter": "ats-david" + }, + { + "rshares": 3893409579, + "voter": "loganarchy" + }, + { + "rshares": 57896578, + "voter": "eliseojacobo" + }, + { + "rshares": 57588741, + "voter": "joybran" + }, + { + "rshares": 362203207, + "voter": "profanarky" + }, + { + "rshares": 1659124232, + "voter": "houseofhayden" + }, + { + "rshares": 2582438657, + "voter": "doitvoluntarily" + }, + { + "rshares": 282251870, + "voter": "totosky" + }, + { + "rshares": 217739533, + "voter": "pjo" + }, + { + "rshares": 103730281, + "voter": "alina1" + }, + { + "rshares": 50603364, + "voter": "rocknrolldm" + }, + { + "rshares": 54376435, + "voter": "waterfirepaper" + }, + { + "rshares": 367433800, + "voter": "littlescribe" + }, + { + "rshares": 2283906005, + "voter": "jillwirt" + }, + { + "rshares": 60123439, + "voter": "freedomizer" + }, + { + "rshares": 74117002, + "voter": "projecthor" + }, + { + "rshares": 511475810, + "voter": "boxcarblue" + }, + { + "rshares": 55357981, + "voter": "nelyp" + }, + { + "rshares": 96292269, + "voter": "ola1" + }, + { + "rshares": 52610096, + "voter": "lennex" + }, + { + "rshares": 55976796, + "voter": "drac59" + }, + { + "rshares": 56130433, + "voter": "jessica.tan" + }, + { + "rshares": 83347013, + "voter": "flourishing" + }, + { + "rshares": 227374514, + "voter": "terrano" + }, + { + "rshares": 714843637, + "voter": "earthtodr01d" + }, + { + "rshares": 51409471, + "voter": "drherhel" + }, + { + "rshares": 50290667, + "voter": "elena-guseva" + }, + { + "rshares": 82372906, + "voter": "doctorkot873" + }, + { + "rshares": 80735872, + "voter": "dumpz" + }, + { + "rshares": 164330251, + "voter": "rogelio11" + } + ], + "author": "kafkanarchy84", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "# Happy September. #\nimage
    \n\n**I know others on this website have said this, so I'm not the first, but yeah, I quit my job to write for Steemit.** \n\nActually, though, that's not entirely true. It's kind of true. I quit my job because something shifted inside of me. When the job was gone, Steemit, on the selfsame day, rose up into my focus immediately to fill the void like it was just waiting for me to finally get real. To do this stuff I've always been wanting to do. And always *have been doing* at the expense of sleep, money, time, etc. I was now beginning to get *paid for it.* What the!?!\n\n**The first half of August was bliss.** After some initial discouragement, I found some good verbs in the mouth of one Sterlin Luxan, and was inspired to actually dig down inside of myself and make a more [honest post.](https://steemit.com/steemit/@kafkanarchy84/why-i-have-quit-five-jobs-in-the-past-six-years-a-steemit-confessional) I finally made twenty bucks on the site. From there I thought, hell, I'll just do this full time. I began to make significant sums of cash for an honest day's worth of work writing, and felt that with my side job, as long as I hammered down, I would be able to cover my family's usual expenses by the time September rolled around.\n\n\nhttps://s22.postimg.org/wk9d1kjsx/image.jpg\n*Spending time with my son has been one of the biggest bonuses of leaving my 9-5.*\n# **Well. August 31st. Paying all my bills with SBDs? No such luck, my friend.** # \n\nBut I will tell you one thing. I never dreamed I could pull down 2Gs cold, hard cash through writing in less than a month, even if one half of it is still vested in Steem Power (I am happy about this). I was sick to my stomach, though. I have a wife and a child. Playing games at this point was not an option. Still....I had heard something that was very lovely and very clear.\n\nIt was a kind of feeling I have never had before, but which was also at once very perfectly familiar. As my kid is playing on the Octopus slide behind me, and I am staring out at the sea, it hits me: ***It's over. You will never teach kids again.***\n\nimage
    \n\n**Weird. It's like my wish, but this time I am not even wishing for it. It comes to me. I just know that that chapter of my life is completed. That was the day after I quit my job.**\n\n**Fast forward to the end of the month.** I haven't made enough money like I had hoped....I pray to someone or something over my Matsuya beef bowl in the sketchy back alley district of the burlesque dancers: *what should I do?* I was really, really feeling low and full of doubts and self-accusations.\n\nImmediately that silly voice came back again: \n # *(Keep doing what you're doing)* #\n\nI haven't been eating this month. Haven't been sleeping. Have had headaches. Upset stomach. Welcome to fear. Welcome to the real shit. You were so cocky! Are you lazy!? You didn't like your job but so what!? You've got a family!!! Son comes home from daycare. *DAAAAADDDYYYYYY!!!!!!! Let's play!!!!!*\n\nPull yourself together.\nDon't show your frayed nerves.\n\n**My wife is equally worried.**\nShe needs security. She wants to get into massage. Vocal training school. So many dreams. Here I am sitting around the house in my underwear when all I really want to do is hand her a big fat envelope full of money.\n\nhttps://s17.postimg.org/56h7g4qxb/image.jpg\n\n**I've never been lazy. I will work my ass off when I care, and when I need to.** Fuck sleep. Fuck food. Fuck everything but the goal. \n\n# I just can't seem to give a damn about most shit that everybody else says is important. #\nWell, a lot of shit, at least. Still. Mouths to feed, my friend. But that \"voice,\" didn't it mean something? And despite the nerves, hasn't this been one of the happiest, most productive months of my life? Yes. Yes, and yes. Besides, the other job was no good. Bad, unsustainable situation. You know that, Graham.\n\nhttps://s15.postimg.org/i7lfk6hzv/image.jpg\n*My buddy Kevin shows up to the Local.*\n\n**Back to now, August, 31st, 2016. Evening. I went to my friend Craig's bar tonight.** At the depth of my despair, on the bus ride over, I received a mail from my other friend, Aidan. There might be some part time work at his school. Mail sounds promising. \n\nAfter a couple beers at Craig's place it is settled I will work Saturdays mixing booze and playing guitar. I am starting to feel good again. It is starting to seem possible that I can build my own, full-time, part-time \"Steem-lance\" schedule. [Fake priest weddings](https://steemit.com/religion/@kafkanarchy84/my-life-as-a-fake-priest-true-believer), English classes, serving beer and singing....and....\n\n# STEEEEEEEEEEEEMMMMMM!!!!!!! #\n\nAnd you know what? \n\nI am going to document it every step of the way. This is the first episode. Hope to see you next time, from my first day on the job as a bartender. \n\nhttps://youtu.be/jasziAzaiZ4\n\n
    image
    \n\nhttps://s17.postimg.org/yb9pkx39b/image.jpg\n*Basically how I feel now that I have discovered Steemit.com*\n\nPeace, Love, and Anarchy,\n\n~KafkA\n\nP.S. Another thing I have never been good at is keeping a consistent diary. I'm too private, and can't be bothered, even for myself. Should \"My Steemit Life\" transform into an existentialist thought stream ramble resembling a blog-turned-extended-acid trip, please forgive me. Maybe I will commit to 5 episodes. That sounds like a good number to me. Deal?\n\n***\n*Graham Smith is a Voluntaryist activist residing in Niigata, Japan.*", + "category": "steemit", + "children": 23, + "created": "2016-09-01T18:17:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s15.postimg.org/3jx6kricr/image.jpg", + "https://s22.postimg.org/wk9d1kjsx/image.jpg", + "https://s16.postimg.org/dfztt1z1h/image.jpg", + "https://s17.postimg.org/56h7g4qxb/image.jpg", + "https://s15.postimg.org/i7lfk6hzv/image.jpg", + "https://img.youtube.com/vi/jasziAzaiZ4/0.jpg", + "https://s18.postimg.org/aj2lnfwqh/image.jpg", + "https://s17.postimg.org/yb9pkx39b/image.jpg" + ], + "links": [ + "https://postimg.org/image/3wokqy0mf/", + "https://postimage.org/", + "https://steemit.com/steemit/@kafkanarchy84/why-i-have-quit-five-jobs-in-the-past-six-years-a-steemit-confessional", + "https://postimg.org/image/4xqdopsip/", + "https://steemit.com/religion/@kafkanarchy84/my-life-as-a-fake-priest-true-believer", + "https://youtu.be/jasziAzaiZ4", + "https://postimg.org/image/rjlhw49rp/" + ], + "tags": [ + "steemit", + "blog", + "life", + "money", + "writing" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 34863582559813, + "payout": 141.758, + "payout_at": "2016-09-08T18:17:12", + "pending_payout_value": "141.758 HBD", + "percent_hbd": 10000, + "permlink": "my-new-steemit-life-ep-1-write-write-write-and-fill-me-up-barkeep", + "post_id": 1088170, + "promoted": "250.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 129 + }, + "title": "My New Steemit Life, ep. 1. Write, write, write and fill me up, barkeep", + "updated": "2016-09-01T19:21:48", + "url": "/steemit/@kafkanarchy84/my-new-steemit-life-ep-1-write-write-write-and-fill-me-up-barkeep" + }, + { + "active_votes": [ + { + "rshares": 566627757523, + "voter": "dantheman" + }, + { + "rshares": 172935370348, + "voter": "highasfuck" + }, + { + "rshares": 979750467824, + "voter": "liondani" + }, + { + "rshares": 3720488193, + "voter": "boy" + }, + { + "rshares": 4516841735, + "voter": "bue-witness" + }, + { + "rshares": 828581067, + "voter": "bunny" + }, + { + "rshares": 65037632700, + "voter": "bue" + }, + { + "rshares": 1993835727, + "voter": "mini" + }, + { + "rshares": 256442875, + "voter": "moon" + }, + { + "rshares": 398407857501, + "voter": "recursive2" + }, + { + "rshares": 405156538906, + "voter": "recursive3" + }, + { + "rshares": 2578424778892, + "voter": "recursive" + }, + { + "rshares": 11606677474, + "voter": "proctologic" + }, + { + "rshares": 747493846, + "voter": "healthcare" + }, + { + "rshares": 1161008754, + "voter": "daniel.pan" + }, + { + "rshares": 5042513512, + "voter": "sammy007" + }, + { + "rshares": 21127702358, + "voter": "hcf27" + }, + { + "rshares": 392330736044, + "voter": "woo7739" + }, + { + "rshares": 303917950005, + "voter": "chitty" + }, + { + "rshares": 345836633, + "voter": "helen.tan" + }, + { + "rshares": 22047833256, + "voter": "nikolai" + }, + { + "rshares": 3366382061, + "voter": "morning" + }, + { + "rshares": 3904360862, + "voter": "ppitonak" + }, + { + "rshares": 177791083963, + "voter": "jamtaylor" + }, + { + "rshares": 8045649981, + "voter": "cryptorune" + }, + { + "rshares": 22595244740, + "voter": "joelinux" + }, + { + "rshares": 5586884897, + "voter": "spaninv" + }, + { + "rshares": 22786454650, + "voter": "teatree" + }, + { + "rshares": 34313430362, + "voter": "james-show" + }, + { + "rshares": 1432715390, + "voter": "murh" + }, + { + "rshares": 917851920, + "voter": "leprechaun" + }, + { + "rshares": 912434705, + "voter": "ranko-k" + }, + { + "rshares": 56501870239, + "voter": "aenor" + }, + { + "rshares": 13177382319, + "voter": "btotherest" + }, + { + "rshares": 10327600289, + "voter": "johnerfx" + }, + { + "rshares": 69909261962, + "voter": "noganoo" + }, + { + "rshares": 2217132176566, + "voter": "stellabelle" + }, + { + "rshares": 6799266998, + "voter": "evan7" + }, + { + "rshares": 233230107272, + "voter": "wingz" + }, + { + "rshares": 13833394447, + "voter": "samether" + }, + { + "rshares": 4387565307, + "voter": "dahaz159" + }, + { + "rshares": 323509837196, + "voter": "kaylinart" + }, + { + "rshares": 128856964990, + "voter": "schro" + }, + { + "rshares": 309032139, + "voter": "bitcoinnational" + }, + { + "rshares": 30230668820, + "voter": "tobixen" + }, + { + "rshares": 179192996861, + "voter": "thedashguy" + }, + { + "rshares": 4045665201, + "voter": "usefree" + }, + { + "rshares": 2799169786, + "voter": "gary-smith" + }, + { + "rshares": 3512092095, + "voter": "mammasitta" + }, + { + "rshares": 4636329916, + "voter": "fuck.off" + }, + { + "rshares": 12972939718, + "voter": "magnebit" + }, + { + "rshares": 5755812898, + "voter": "iloveporn" + }, + { + "rshares": 3490323117, + "voter": "the.bot" + }, + { + "rshares": 7000480953, + "voter": "johnbradshaw" + }, + { + "rshares": 58365810442, + "voter": "norbu" + }, + { + "rshares": 12820500774, + "voter": "bitcoinmeister" + }, + { + "rshares": 4997920619, + "voter": "the.whale" + }, + { + "rshares": 3125302080, + "voter": "sunshinecrypto" + }, + { + "rshares": 55677464852, + "voter": "booja" + }, + { + "rshares": 4258098520, + "voter": "dennygalindo" + }, + { + "rshares": 4959284136, + "voter": "unicornfarts" + }, + { + "rshares": 2737885092, + "voter": "soupernerd" + }, + { + "rshares": 5115172637, + "voter": "vote" + }, + { + "rshares": 14515244254, + "voter": "elyaque" + }, + { + "rshares": 5265412146, + "voter": "kissmybutt" + }, + { + "rshares": 11343270265, + "voter": "r4fken" + }, + { + "rshares": 512168285, + "voter": "steemswede" + }, + { + "rshares": 15963348720, + "voter": "picokernel" + }, + { + "rshares": 7022246224, + "voter": "jholmes91" + }, + { + "rshares": 1646087329, + "voter": "fydel" + }, + { + "rshares": 943863353, + "voter": "nobreku" + }, + { + "rshares": 151052306779, + "voter": "knircky" + }, + { + "rshares": 91676883571, + "voter": "sigmajin" + }, + { + "rshares": 11951646778, + "voter": "ausbitbank" + }, + { + "rshares": 429990873, + "voter": "akareyon" + }, + { + "rshares": 181322915378, + "voter": "freeyourmind" + }, + { + "rshares": 18940589315, + "voter": "fulltimegeek" + }, + { + "rshares": 6198566354, + "voter": "egjoshslim" + }, + { + "rshares": 9117162454, + "voter": "blockchainbilly" + }, + { + "rshares": 15663282979, + "voter": "ashold882015" + }, + { + "rshares": 167157550959, + "voter": "repholder" + }, + { + "rshares": 4564314455, + "voter": "thegoodguy" + }, + { + "rshares": 247212033, + "voter": "swaghetti" + }, + { + "rshares": 5507864316, + "voter": "cryptosi" + }, + { + "rshares": 79012264189, + "voter": "ntomaino" + }, + { + "rshares": 7477138730, + "voter": "noodhoog" + }, + { + "rshares": 2927449570, + "voter": "kell234" + }, + { + "rshares": 399177345, + "voter": "mrshade" + }, + { + "rshares": 11984005559, + "voter": "fundurian" + }, + { + "rshares": 1254384994, + "voter": "vorsseli" + }, + { + "rshares": 123279502731, + "voter": "kevinpham20" + }, + { + "rshares": 120671854452, + "voter": "demotruk" + }, + { + "rshares": 3840860910, + "voter": "adamt" + }, + { + "rshares": 10218475734, + "voter": "kewpiedoll" + }, + { + "rshares": 3021913571, + "voter": "febird" + }, + { + "rshares": 3022743349, + "voter": "bones" + }, + { + "rshares": 147627391, + "voter": "apptrade" + }, + { + "rshares": 2109841036, + "voter": "applesauce" + }, + { + "rshares": 4831185704, + "voter": "masterinvestor" + }, + { + "rshares": 2503443057, + "voter": "stea90" + }, + { + "rshares": 570936521, + "voter": "quigua" + }, + { + "rshares": 463879581, + "voter": "kooshikoo" + }, + { + "rshares": 7617108667, + "voter": "webdeals" + }, + { + "rshares": 17164865565, + "voter": "pinkisland" + }, + { + "rshares": 3052689593, + "voter": "bkkshadow" + }, + { + "rshares": 879507428, + "voter": "mar1978co" + }, + { + "rshares": 478035225, + "voter": "loum" + }, + { + "rshares": 30896278536, + "voter": "williambanks" + }, + { + "rshares": 2688248291, + "voter": "weenis" + }, + { + "rshares": 152695761, + "voter": "vitz81" + }, + { + "rshares": 83547862361, + "voter": "twinner" + }, + { + "rshares": 4887223428, + "voter": "satoshifpv" + }, + { + "rshares": 64903901, + "voter": "lilong" + }, + { + "rshares": 30591994425, + "voter": "myfirst" + }, + { + "rshares": 1838865673, + "voter": "feelapi" + }, + { + "rshares": 2944662227, + "voter": "cjclaro" + }, + { + "rshares": 165604593, + "voter": "snowflake" + }, + { + "rshares": 3138994752, + "voter": "steemleak" + }, + { + "rshares": 133044304, + "voter": "luke490" + }, + { + "rshares": 7190135631, + "voter": "slimjim" + }, + { + "rshares": 9322960051, + "voter": "thebotkiller" + }, + { + "rshares": 3507463169, + "voter": "cmorton" + }, + { + "rshares": 11871680838, + "voter": "cryptos" + }, + { + "rshares": 73603234, + "voter": "sijoittaja" + }, + { + "rshares": 101244129774, + "voter": "helikopterben" + }, + { + "rshares": 1418847949, + "voter": "alexma3x" + }, + { + "rshares": 249904869, + "voter": "jimmytwoshoes" + }, + { + "rshares": 1237440732, + "voter": "gdsprgdd" + }, + { + "rshares": 7130857719, + "voter": "generation.easy" + }, + { + "rshares": 13905458489, + "voter": "mandibil" + }, + { + "rshares": 14291678999, + "voter": "playerdeus" + }, + { + "rshares": 1624044881, + "voter": "ines-f" + }, + { + "rshares": 309692332, + "voter": "codymac40" + }, + { + "rshares": 1103360772, + "voter": "contentjunkie" + }, + { + "rshares": 58645215, + "voter": "dubloon135" + }, + { + "rshares": 305607086, + "voter": "mikehere" + }, + { + "rshares": 9551786749, + "voter": "luminousvisions" + }, + { + "rshares": 55979644, + "voter": "skaraosky" + }, + { + "rshares": 1890040933, + "voter": "leavemealone" + }, + { + "rshares": 115499462203, + "voter": "dan-bn" + }, + { + "rshares": 70310629, + "voter": "siclone23" + }, + { + "rshares": 25835980056, + "voter": "dubi" + }, + { + "rshares": 1565604150, + "voter": "baodog" + }, + { + "rshares": 41962066513, + "voter": "cnfund" + }, + { + "rshares": 75599342, + "voter": "projecthor" + }, + { + "rshares": 206212756, + "voter": "ballinconscious" + }, + { + "rshares": 68932158, + "voter": "whatsup" + }, + { + "rshares": 53873853, + "voter": "mike1911" + }, + { + "rshares": 329313117, + "voter": "robotev2" + }, + { + "rshares": 55773949, + "voter": "alyssasanders" + }, + { + "rshares": 78982323, + "voter": "thefinanceguy" + }, + { + "rshares": 50182215, + "voter": "sageboba" + }, + { + "rshares": 818498504, + "voter": "robotev" + }, + { + "rshares": 1626480492, + "voter": "nil1511" + }, + { + "rshares": 72030714, + "voter": "rawbeing" + }, + { + "rshares": 4191984521, + "voter": "airmike" + }, + { + "rshares": 112287621, + "voter": "comeup" + }, + { + "rshares": 673845983, + "voter": "reddust" + } + ], + "author": "leavemealone", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "As we all sit here trying to build steem and support the project, Ned and Dan (two founders of Steemi) are transferring to Poloniex and dumping all over the buy orders killing the price. Why are they doing this? This needs to be stopped!!!\n\n![dumping](https://puu.sh/qWKV3/dde86c2c45.png)\n\nAnyone have any ideas what is going on here? Is it time to get out while we can?", + "category": "steemit", + "children": 116, + "created": "2016-09-01T22:49:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://puu.sh/qWKV3/dde86c2c45.png" + ], + "tags": [ + "steemit", + "market", + "price", + "steem", + "poloniex" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11370017153084, + "payout": 18.273, + "payout_at": "2016-09-08T22:49:21", + "pending_payout_value": "18.273 HBD", + "percent_hbd": 10000, + "permlink": "ned-and-dantheman-dump-50-500-steem-on-market-today-wtf-is-going-on", + "post_id": 1091486, + "promoted": "201.352 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 158 + }, + "title": "@ned & @dantheman DUMP 50,500 STEEM on Market today! WTF is going on?!", + "updated": "2016-09-01T22:49:21", + "url": "/steemit/@leavemealone/ned-and-dantheman-dump-50-500-steem-on-market-today-wtf-is-going-on" + }, + { + "active_votes": [ + { + "rshares": 4264801627311, + "voter": "wang" + }, + { + "rshares": 6355020214373, + "voter": "steemit200" + }, + { + "rshares": 210935138158, + "voter": "steem-id" + }, + { + "rshares": 4513752148837, + "voter": "au1nethyb1" + }, + { + "rshares": 10777629083, + "voter": "proctologic" + }, + { + "rshares": 392405354610, + "voter": "woo7739" + }, + { + "rshares": 23476395882, + "voter": "yefet" + }, + { + "rshares": 404897958, + "voter": "paco-steem" + }, + { + "rshares": 4615942497, + "voter": "spaninv" + }, + { + "rshares": 36761459891, + "voter": "james-show" + }, + { + "rshares": 3148612688, + "voter": "jerome-colley" + }, + { + "rshares": 976605325, + "voter": "coar" + }, + { + "rshares": 1432543138, + "voter": "murh" + }, + { + "rshares": 469385562681, + "voter": "cyber" + }, + { + "rshares": 316201719, + "voter": "stiletto" + }, + { + "rshares": 12858141661, + "voter": "primus" + }, + { + "rshares": 52123584116, + "voter": "booja" + }, + { + "rshares": 7907158390, + "voter": "kakradetome" + }, + { + "rshares": 320412905, + "voter": "steemswede" + }, + { + "rshares": 6444619088, + "voter": "qamarpinkpanda" + }, + { + "rshares": 3472486489, + "voter": "owdy" + }, + { + "rshares": 154306980856, + "voter": "knircky" + }, + { + "rshares": 36245526538, + "voter": "biophil" + }, + { + "rshares": 3748211699, + "voter": "karen13" + }, + { + "rshares": 8368454072, + "voter": "deviedev" + }, + { + "rshares": 1282893744, + "voter": "vorsseli" + }, + { + "rshares": 19174335590, + "voter": "mustafaomar" + }, + { + "rshares": 1501784652, + "voter": "fubar-bdhr" + }, + { + "rshares": 28355737154, + "voter": "royaltiffany" + }, + { + "rshares": 10210797077, + "voter": "exyle" + }, + { + "rshares": 171701958057, + "voter": "jl777" + }, + { + "rshares": 435478790, + "voter": "kooshikoo" + }, + { + "rshares": 15699815948, + "voter": "proto" + }, + { + "rshares": 14043989668, + "voter": "pinkisland" + }, + { + "rshares": 2338655401, + "voter": "ace108" + }, + { + "rshares": 2991165818, + "voter": "bkkshadow" + }, + { + "rshares": 26465755082, + "voter": "williambanks" + }, + { + "rshares": 7849492736, + "voter": "taker" + }, + { + "rshares": 165769057, + "voter": "snowflake" + }, + { + "rshares": 3138994752, + "voter": "steemleak" + }, + { + "rshares": 97274422829, + "voter": "helikopterben" + }, + { + "rshares": 764960163, + "voter": "telos" + }, + { + "rshares": 57930015, + "voter": "success43" + }, + { + "rshares": 11628203002, + "voter": "hilarski" + }, + { + "rshares": 586319380, + "voter": "runridefly" + }, + { + "rshares": 172932392, + "voter": "ezrabcs" + }, + { + "rshares": 69498750, + "voter": "uziriel" + }, + { + "rshares": 7034398796, + "voter": "davidbrogan" + }, + { + "rshares": 3640096656, + "voter": "ericbotticelli" + }, + { + "rshares": 17334568050, + "voter": "oldstone" + }, + { + "rshares": 615797359, + "voter": "nebcat" + }, + { + "rshares": 13680199584, + "voter": "bluehorseshoe" + }, + { + "rshares": 197982642374, + "voter": "asksisk" + }, + { + "rshares": 9213852022, + "voter": "goose" + }, + { + "rshares": 51454384, + "voter": "wanglai" + }, + { + "rshares": 55976796, + "voter": "drac59" + } + ], + "author": "pinkisland", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "\n

                                                      

    \n

             Behind the desk, every student sits and observes every teacher and how they address the lesson. They look at one figure inside the class within their vision and that make the view limited in their eyes. But let switch the roles and try to see how the teacher look at their student in that big vision. Looking to a speaker is different than observing the reader. Chapter one in the book \u201cTeachers, Schools, and Society\u201d by David Miller Sadker and Karen R. Zittleman, discuss how teacher scenery is different from that of student and it guides the reader to find the positive and negative points for a teacher to encounter in his career; it will help reader to discover whether they should complete aiming for to become a teacher.

    \n

             The goal for every reader is to find and choose the best career that will find happiness and bring the joy while practicing it. That\u2019s what makes the chapter more comfortable to read in; it didn\u2019t force the material on the reader but instead, it gives suggestions and real life examples about how being a teacher would look like. \u201cYou be the Judge\u201d is whole examples for a student to know how being a teacher could have a negative or positive impact on their lives, and it\u2019s a good way to them clarify their position whether to continue with being a teacher as a career meant to them or not convinced by. Also, there was a survey in the chapter that shows how many teachers get paid yearly in different states; it\u2019s a good side to the students to know that being a teacher could provide a decent life for them as a job.

    \n

             Teachers need to have a bunch of specification in orders to be called a successor. Preparing a teacher to this career and guiding them to be effective to his class is an important step that could impact the whole future of both teachers and learner. That idea of preparation considers as an informative process and not implicit, and it\u2019s a good topic that's been clarified in that chapter. Moreover, another idea that been addressed at the end of the chapter is how the student could improve his skills and concepts of the learning process before graduation, and that been shown with listing several steps that the student should put into consideration in order to become successful and creative. It does not only help the learner himself in the long run but also give a chance to make his future classes more creative and cooperative at the time. For instance, some of the steps say that the teacher should study their courses that the handle carefully and planned for them ahead to make sure it\u2019s clear to him and would be to students at the time. Also, they should have a good impression during their learning process and to keep on building it on. That\u2019s how a student could have some ideas to consider and to begin with if they are struggling with what to start with or improve while they are still learning about their career.

    \n

             Students should figure out if the teaching career is the one that meant to them and they will enjoy practicing end for most of their life. That chapter did a good job in discussing some topic that will help the student take their decision regarding this career and if they willing to take that challenge and start filling and building their knowledge. It does not only help the student to become successful teachers but also prepare them to make a more bright future for the generation they will be willing to teach, and to be creative with their work and thoughts. So, after knowing and considering what a teacher need to handle and think of, the student will start to find their own way to teach and make their job process different from other teachers they encounter before. 

    \n


    \n", + "category": "writing", + "children": 7, + "created": "2016-09-02T01:14:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.onionstatic.com/onion/2738/1/16x9/565.jpg" + ], + "tags": [ + "writing", + "analysis", + "steemit", + "life" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17239525786043, + "payout": 37.412, + "payout_at": "2016-09-09T01:14:12", + "pending_payout_value": "37.412 HBD", + "percent_hbd": 10000, + "permlink": "teaching-as-a-career-or-analysis-of-the-book-teachers-schools-and-society", + "post_id": 1092931, + "promoted": "200.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 56 + }, + "title": "Teaching As A Career | Analysis of the Book : \u201cTeachers, Schools, and Society\u201d", + "updated": "2016-09-02T01:14:12", + "url": "/writing/@pinkisland/teaching-as-a-career-or-analysis-of-the-book-teachers-schools-and-society" + }, + { + "active_votes": [ + { + "rshares": 10188876905486, + "voter": "dantheman" + }, + { + "rshares": 3830035846987, + "voter": "silversteem" + }, + { + "rshares": 3720292037, + "voter": "boy" + }, + { + "rshares": 215423119821, + "voter": "steem-id" + }, + { + "rshares": 4516598968, + "voter": "bue-witness" + }, + { + "rshares": 828540282, + "voter": "bunny" + }, + { + "rshares": 65013129899, + "voter": "bue" + }, + { + "rshares": 1993734736, + "voter": "mini" + }, + { + "rshares": 256433164, + "voter": "moon" + }, + { + "rshares": 731040242281, + "voter": "pfunk" + }, + { + "rshares": 747456946, + "voter": "healthcare" + }, + { + "rshares": 1160950489, + "voter": "daniel.pan" + }, + { + "rshares": 392405354610, + "voter": "woo7739" + }, + { + "rshares": 285682873005, + "voter": "chitty" + }, + { + "rshares": 345823038, + "voter": "helen.tan" + }, + { + "rshares": 1432554801, + "voter": "murh" + }, + { + "rshares": 399788237, + "voter": "applecrisp" + }, + { + "rshares": 1460925170254, + "voter": "sean-king" + }, + { + "rshares": 221213340693, + "voter": "kimziv" + }, + { + "rshares": 11592975842, + "voter": "magnebit" + }, + { + "rshares": 67555883079, + "voter": "razvanelulmarin" + }, + { + "rshares": 392842631094, + "voter": "fyrstikken" + }, + { + "rshares": 261495678, + "voter": "ladyclair" + }, + { + "rshares": 3125302080, + "voter": "sunshinecrypto" + }, + { + "rshares": 61289877049, + "voter": "lehard" + }, + { + "rshares": 154306980856, + "voter": "knircky" + }, + { + "rshares": 89328435008, + "voter": "sigmajin" + }, + { + "rshares": 152897742927, + "voter": "jacor" + }, + { + "rshares": 2212025362, + "voter": "johnnydollar" + }, + { + "rshares": 36245526538, + "voter": "biophil" + }, + { + "rshares": 1282893744, + "voter": "vorsseli" + }, + { + "rshares": 37122522843, + "voter": "mynameisbrian" + }, + { + "rshares": 19174335590, + "voter": "mustafaomar" + }, + { + "rshares": 12483663020, + "voter": "pinkisland" + }, + { + "rshares": 2461729572, + "voter": "ace108" + }, + { + "rshares": 12032742765, + "voter": "sisterholics" + }, + { + "rshares": 26465755082, + "voter": "williambanks" + }, + { + "rshares": 159607688, + "voter": "naomi-louise" + }, + { + "rshares": 250847007495, + "voter": "laonie" + }, + { + "rshares": 7631325795, + "voter": "myfirst" + }, + { + "rshares": 262882640828, + "voter": "somebody" + }, + { + "rshares": 9839187353, + "voter": "flysaga" + }, + { + "rshares": 58103637174, + "voter": "midnightoil" + }, + { + "rshares": 3138994752, + "voter": "steemleak" + }, + { + "rshares": 28138748642, + "voter": "xiaohui" + }, + { + "rshares": 314141984, + "voter": "rusteller" + }, + { + "rshares": 1775190239, + "voter": "xiaokongcom" + }, + { + "rshares": 687222192, + "voter": "future24" + }, + { + "rshares": 9157721462, + "voter": "xianjun" + }, + { + "rshares": 603283562, + "voter": "microluck" + }, + { + "rshares": 61110411, + "voter": "razberrijam" + }, + { + "rshares": 97274422829, + "voter": "helikopterben" + }, + { + "rshares": 7816453178, + "voter": "johnnyyash" + }, + { + "rshares": 57930015, + "voter": "success43" + }, + { + "rshares": 10290925854, + "voter": "hilarski" + }, + { + "rshares": 1773143509, + "voter": "shadowspub" + }, + { + "rshares": 23001901442, + "voter": "daut44" + }, + { + "rshares": 282840398, + "voter": "vonpetro" + }, + { + "rshares": 477616797, + "voter": "mindhunter" + }, + { + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "rshares": 269346417, + "voter": "serioustruth" + }, + { + "rshares": 2238227885, + "voter": "jillwirt" + }, + { + "rshares": 75599342, + "voter": "projecthor" + }, + { + "rshares": 66091870, + "voter": "rynow" + }, + { + "rshares": 51578525, + "voter": "lennex" + }, + { + "rshares": 55976796, + "voter": "drac59" + }, + { + "rshares": 2169778252, + "voter": "puffin" + }, + { + "rshares": 50828978, + "voter": "mocat15" + } + ], + "author": "serioustruth", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "\n

    Yesterday I added a really crappy post on Steemit. Although it was a bit of a negative post, I received some positive feedback. I realised that I have been looking at Steemit from the wrong perspective. 

    \n

    \n

    You see... I am a teacher, and to look at something from a teacher's perspective, is totally different than looking at something from a parent's point of view, or even a fellow steemit writer.  I would like to thank @RHW for listening, and I am very glad to be part of this community. Many projects are being launched,  and the whales are putting in a lot of effort to notice the new aspiring writers.

    \n

    I have changed my view on things now,  I make a point to read as many posts as possible. I comment if needed, and I upvote a post if I find it interesting. We are not in a race here. We are after all in the business of finding new undiscovered talent and to be heard. Now, also said, that what interests me, might not be interesting to you at all. 

    \n

    What I have noticed is that there are quite a few nasty people on steemit. I am certainly not going to call them by their names, but I really feel sorry for these people, as they would not give someone the time of day.

    \n

    I felt very offended by some of the comments made about my post, but realised that negative feedback can be changed into a positive view. 

    \n

    I do not promote or upvote a post just for the sake of upvoting. 

    \n

    I  do my fair share by reading as many posts as possible about my interests. Now, also said, that what interests me, might not be interesting to you at all. 

    \n

    But people are just people.............people should try and upvote the good posts and promote these writers, so we can have new and exciting reading material here on Steemit. 

    \n

    If you do not succeed today, tomorrow is a new day. Try harder. Do not let negative comments make you lose your way. Don't give up. Stay positive. 

    \n

    Because if you are noticed by the right person, then your posts will mean something. Then you will have a voice.

    \n

    I am totally up for a good debate and if you don't agree with me on posts, then feel free to contact me and we can discuss your opinion. Everyone is entitled to their own opinion. If you like my posts please follow me on@serioustruth
    \nTogether we can change the world. Feel free to share or promote my posts. I want to make a difference to the way people think.

    \n

     \u2764Keep on steeming!

    \n", + "category": "success", + "children": 12, + "created": "2016-09-01T23:53:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s20.postimg.org/m18fyrqb1/download_1.png" + ], + "links": [ + "https://steemit.com/@serioustruth" + ], + "tags": [ + "success", + "steemit", + "life" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 19268044087375, + "payout": 46.997, + "payout_at": "2016-09-08T23:53:00", + "pending_payout_value": "46.997 HBD", + "percent_hbd": 10000, + "permlink": "why-we-can-all-succeed-in-life", + "post_id": 1092128, + "promoted": "200.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 68 + }, + "title": "Why we can all succeed in life", + "updated": "2016-09-02T00:01:33", + "url": "/success/@serioustruth/why-we-can-all-succeed-in-life" + }, + { + "active_votes": [ + { + "rshares": 535956001874, + "voter": "barrie" + }, + { + "rshares": 376210910452, + "voter": "anonymous" + }, + { + "rshares": 2530030733798, + "voter": "ned" + }, + { + "rshares": 6868791504690, + "voter": "xeldal" + }, + { + "rshares": 3726151150, + "voter": "boy" + }, + { + "rshares": 229262004927, + "voter": "steem-id" + }, + { + "rshares": 4524044786, + "voter": "bue-witness" + }, + { + "rshares": 820975377, + "voter": "bunny" + }, + { + "rshares": 7162998420481, + "voter": "complexring" + }, + { + "rshares": 66022454227, + "voter": "bue" + }, + { + "rshares": 1996536940, + "voter": "mini" + }, + { + "rshares": 256574080, + "voter": "moon" + }, + { + "rshares": 1316552393, + "voter": "mineralwasser" + }, + { + "rshares": 107564523042, + "voter": "mrs.agsexplorer" + }, + { + "rshares": 7511884959, + "voter": "bingo-0" + }, + { + "rshares": 1813913350, + "voter": "bingo-1" + }, + { + "rshares": 1281991226298, + "voter": "benjojo" + }, + { + "rshares": 424835962491, + "voter": "officialfuzzy" + }, + { + "rshares": 761501110340, + "voter": "pfunk" + }, + { + "rshares": 1131940785371, + "voter": "cass" + }, + { + "rshares": 29824545969, + "voter": "proctologic" + }, + { + "rshares": 750134298, + "voter": "healthcare" + }, + { + "rshares": 1196536230119, + "voter": "tuck-fheman" + }, + { + "rshares": 1168025207, + "voter": "daniel.pan" + }, + { + "rshares": 2745281235040, + "voter": "donkeypong" + }, + { + "rshares": 35404297187, + "voter": "joshua" + }, + { + "rshares": 406975103750, + "voter": "steemrollin" + }, + { + "rshares": 1424182557, + "voter": "jbradford" + }, + { + "rshares": 9180689311, + "voter": "patrice" + }, + { + "rshares": 346059306, + "voter": "helen.tan" + }, + { + "rshares": 15938088337, + "voter": "brindleswan" + }, + { + "rshares": 753663976673, + "voter": "piedpiper" + }, + { + "rshares": 375482272962, + "voter": "noaommerrr" + }, + { + "rshares": 1796764686, + "voter": "andzzz" + }, + { + "rshares": 73847143577, + "voter": "edgeland" + }, + { + "rshares": 76668352353, + "voter": "easteagle13" + }, + { + "rshares": 190169312803, + "voter": "jamtaylor" + }, + { + "rshares": 489465667, + "voter": "eatgrits" + }, + { + "rshares": 50872817, + "voter": "paco-steem" + }, + { + "rshares": 612581945, + "voter": "spaninv" + }, + { + "rshares": 309142566089, + "voter": "teamsteem" + }, + { + "rshares": 9534901206, + "voter": "richman" + }, + { + "rshares": 666331594856, + "voter": "nanzo-scoop" + }, + { + "rshares": 1827793190, + "voter": "acidyo" + }, + { + "rshares": 205903307851, + "voter": "mummyimperfect" + }, + { + "rshares": 39833240245, + "voter": "klye" + }, + { + "rshares": 1027351719, + "voter": "coar" + }, + { + "rshares": 353351990, + "voter": "murh" + }, + { + "rshares": 17601176156, + "voter": "b4bb4r-5h3r" + }, + { + "rshares": 405843973774, + "voter": "blakemiles84" + }, + { + "rshares": 10341217409, + "voter": "andu" + }, + { + "rshares": 57144356191, + "voter": "ak2020" + }, + { + "rshares": 260079987946, + "voter": "billbutler" + }, + { + "rshares": 75980218281, + "voter": "thecryptofiend" + }, + { + "rshares": 13518268974, + "voter": "johnerfx" + }, + { + "rshares": 140526207453, + "voter": "coinbitgold" + }, + { + "rshares": 412467399967, + "voter": "taoteh1221" + }, + { + "rshares": 22430460071, + "voter": "m4ever" + }, + { + "rshares": 418622798, + "voter": "applecrisp" + }, + { + "rshares": 2274330399691, + "voter": "stellabelle" + }, + { + "rshares": 4190059511, + "voter": "andre-ager" + }, + { + "rshares": 7998622846, + "voter": "givemeyoursteem" + }, + { + "rshares": 105851824009, + "voter": "kenny-crane" + }, + { + "rshares": 18555285556, + "voter": "samether" + }, + { + "rshares": 382747136304, + "voter": "kaylinart" + }, + { + "rshares": 487099978706, + "voter": "infovore" + }, + { + "rshares": 23735859481, + "voter": "ossama-benjohn" + }, + { + "rshares": 1130181250, + "voter": "johnerminer" + }, + { + "rshares": 19586514634, + "voter": "ziv" + }, + { + "rshares": 16087619085, + "voter": "zakharya" + }, + { + "rshares": 173891397847, + "voter": "thedashguy" + }, + { + "rshares": 145235686062, + "voter": "kimziv" + }, + { + "rshares": 2745357590, + "voter": "gary-smith" + }, + { + "rshares": 282225162, + "voter": "mammasitta" + }, + { + "rshares": 6545907918, + "voter": "fuck.off" + }, + { + "rshares": 2249535177, + "voter": "superfreek" + }, + { + "rshares": 6606808474, + "voter": "iloveporn" + }, + { + "rshares": 375067125844, + "voter": "fyrstikken" + }, + { + "rshares": 6022204460, + "voter": "the.bot" + }, + { + "rshares": 8036262291, + "voter": "johnbradshaw" + }, + { + "rshares": 7122827147, + "voter": "micheletrainer" + }, + { + "rshares": 68386703441, + "voter": "norbu" + }, + { + "rshares": 5599529516, + "voter": "the.whale" + }, + { + "rshares": 280810708, + "voter": "ladyclair" + }, + { + "rshares": 3576117505, + "voter": "michaellamden68" + }, + { + "rshares": 57002255623, + "voter": "asmolokalo" + }, + { + "rshares": 33046735905, + "voter": "good-karma" + }, + { + "rshares": 5149116277, + "voter": "dennygalindo" + }, + { + "rshares": 5303452399, + "voter": "unicornfarts" + }, + { + "rshares": 75826571301, + "voter": "rubybian" + }, + { + "rshares": 5263073872, + "voter": "riscadox" + }, + { + "rshares": 24175712542, + "voter": "katyakov" + }, + { + "rshares": 2715996666, + "voter": "soupernerd" + }, + { + "rshares": 119977364734, + "voter": "robrigo" + }, + { + "rshares": 5598045313, + "voter": "vote" + }, + { + "rshares": 342395061261, + "voter": "fabio" + }, + { + "rshares": 5899298096, + "voter": "kissmybutt" + }, + { + "rshares": 15365648590, + "voter": "r4fken" + }, + { + "rshares": 1631145568, + "voter": "sergei" + }, + { + "rshares": 14995507254, + "voter": "bitshares101" + }, + { + "rshares": 6317322640, + "voter": "owdy" + }, + { + "rshares": 1501769437, + "voter": "vi1son" + }, + { + "rshares": 1353291463754, + "voter": "renohq" + }, + { + "rshares": 97164483535, + "voter": "sigmajin" + }, + { + "rshares": 43603809494, + "voter": "mrwang" + }, + { + "rshares": 740422795, + "voter": "steem1653" + }, + { + "rshares": 18303819148, + "voter": "sebastien" + }, + { + "rshares": 11146913938, + "voter": "asim" + }, + { + "rshares": 176060985385, + "voter": "repholder" + }, + { + "rshares": 29810248025, + "voter": "dwinblood" + }, + { + "rshares": 10859176140, + "voter": "deviedev" + }, + { + "rshares": 66112176064, + "voter": "sephiroth" + }, + { + "rshares": 13884859240, + "voter": "meesterboom" + }, + { + "rshares": 416152871, + "voter": "karenmckersie" + }, + { + "rshares": 12348118332, + "voter": "allmonitors" + }, + { + "rshares": 1907615672, + "voter": "splatterhaus" + }, + { + "rshares": 806370035, + "voter": "luisucv34" + }, + { + "rshares": 53708107979, + "voter": "streetstyle" + }, + { + "rshares": 417250555684, + "voter": "knozaki2015" + }, + { + "rshares": 42186828341, + "voter": "milestone" + }, + { + "rshares": 5699385361, + "voter": "btcbtcbtc20155" + }, + { + "rshares": 827785579, + "voter": "mynameisbrian" + }, + { + "rshares": 2553460193, + "voter": "sgnsteems" + }, + { + "rshares": 194516421502, + "voter": "blueorgy" + }, + { + "rshares": 32130489151, + "voter": "ubg" + }, + { + "rshares": 3423042796, + "voter": "bones" + }, + { + "rshares": 9367946580, + "voter": "rpf" + }, + { + "rshares": 2224818881, + "voter": "earnest" + }, + { + "rshares": 3576934262, + "voter": "tarindel" + }, + { + "rshares": 3446220471, + "voter": "azurejasper" + }, + { + "rshares": 14106406643, + "voter": "beowulfoflegend" + }, + { + "rshares": 2314291578, + "voter": "bola" + }, + { + "rshares": 27102377358, + "voter": "deanliu" + }, + { + "rshares": 5468461567, + "voter": "rainchen" + }, + { + "rshares": 7815470684, + "voter": "neroru" + }, + { + "rshares": 1019125915486, + "voter": "james212" + }, + { + "rshares": 24288681391, + "voter": "masterinvestor" + }, + { + "rshares": 10888263743, + "voter": "fishborne" + }, + { + "rshares": 102801288, + "voter": "sergey44" + }, + { + "rshares": 424845000, + "voter": "berrysmok" + }, + { + "rshares": 37652543503, + "voter": "papa-pepper" + }, + { + "rshares": 940261675, + "voter": "happyphoenix" + }, + { + "rshares": 639471735, + "voter": "curator" + }, + { + "rshares": 23270267458, + "voter": "sisterholics" + }, + { + "rshares": 1480528431, + "voter": "alex.chien" + }, + { + "rshares": 6376633931, + "voter": "royalmacro" + }, + { + "rshares": 10123028535, + "voter": "logic" + }, + { + "rshares": 584752369, + "voter": "cwmyao1" + }, + { + "rshares": 15817307763, + "voter": "clevecross" + }, + { + "rshares": 156369688, + "voter": "steemster1" + }, + { + "rshares": 862061134, + "voter": "mar1978co" + }, + { + "rshares": 4090189555, + "voter": "webosfritos" + }, + { + "rshares": 2666801113, + "voter": "weenis" + }, + { + "rshares": 2238357029, + "voter": "dirty.hera" + }, + { + "rshares": 131625157, + "voter": "yulia98" + }, + { + "rshares": 512229631, + "voter": "karenb54" + }, + { + "rshares": 10720241925, + "voter": "gomeravibz" + }, + { + "rshares": 61911147, + "voter": "sharon" + }, + { + "rshares": 63085782, + "voter": "lillianjones" + }, + { + "rshares": 793861382304, + "voter": "laonie" + }, + { + "rshares": 1928457089, + "voter": "naturalista" + }, + { + "rshares": 942093795, + "voter": "transhuman" + }, + { + "rshares": 21837989409, + "voter": "laonie1" + }, + { + "rshares": 22352782004, + "voter": "laonie2" + }, + { + "rshares": 22360931482, + "voter": "laonie3" + }, + { + "rshares": 24149442143, + "voter": "laoyao" + }, + { + "rshares": 27629185020, + "voter": "myfirst" + }, + { + "rshares": 167928825704, + "voter": "somebody" + }, + { + "rshares": 16350272739, + "voter": "sunshine" + }, + { + "rshares": 6522124565, + "voter": "flysaga" + }, + { + "rshares": 6185106786, + "voter": "brendio" + }, + { + "rshares": 38527719167, + "voter": "midnightoil" + }, + { + "rshares": 63541793, + "voter": "coderg" + }, + { + "rshares": 473946643269, + "voter": "glitterfart" + }, + { + "rshares": 4176872896, + "voter": "ullikume" + }, + { + "rshares": 6623452381, + "voter": "minion" + }, + { + "rshares": 1577306627, + "voter": "andrew0" + }, + { + "rshares": 22357085584, + "voter": "laonie4" + }, + { + "rshares": 22355328422, + "voter": "laonie5" + }, + { + "rshares": 22352611343, + "voter": "laonie6" + }, + { + "rshares": 22349767400, + "voter": "laonie7" + }, + { + "rshares": 22346006171, + "voter": "laonie8" + }, + { + "rshares": 22344294392, + "voter": "laonie9" + }, + { + "rshares": 92513391118, + "voter": "xiaohui" + }, + { + "rshares": 263105171887, + "voter": "fairytalelife" + }, + { + "rshares": 20622142384, + "voter": "jphamer1" + }, + { + "rshares": 20350336517, + "voter": "velourex" + }, + { + "rshares": 5369683283, + "voter": "oflyhigh" + }, + { + "rshares": 3013299405, + "voter": "xiaokongcom" + }, + { + "rshares": 56650918931, + "voter": "driv3n" + }, + { + "rshares": 63570195, + "voter": "msjennifer" + }, + { + "rshares": 59738641, + "voter": "ciao" + }, + { + "rshares": 10973358869, + "voter": "thebotkiller" + }, + { + "rshares": 57914427, + "voter": "steemo" + }, + { + "rshares": 6073118497, + "voter": "xianjun" + }, + { + "rshares": 22043736930, + "voter": "hanshotfirst" + }, + { + "rshares": 57765027, + "voter": "steema" + }, + { + "rshares": 1590670250, + "voter": "erikclark13" + }, + { + "rshares": 1127808427, + "voter": "vegascomic" + }, + { + "rshares": 10157142611, + "voter": "ottodv" + }, + { + "rshares": 74494304, + "voter": "confucius" + }, + { + "rshares": 3933354492, + "voter": "bledarus" + }, + { + "rshares": 61296223, + "voter": "strangedays" + }, + { + "rshares": 84406705123, + "voter": "miacats" + }, + { + "rshares": 58653788, + "voter": "jarvis" + }, + { + "rshares": 398349859, + "voter": "microluck" + }, + { + "rshares": 77220767, + "voter": "razberrijam" + }, + { + "rshares": 56726999, + "voter": "fortuner" + }, + { + "rshares": 1760257480, + "voter": "chinadaily" + }, + { + "rshares": 29749490788, + "voter": "kyriacos" + }, + { + "rshares": 5897804656, + "voter": "lemouth" + }, + { + "rshares": 7980606923, + "voter": "farmerswife" + }, + { + "rshares": 273211506, + "voter": "jimmytwoshoes" + }, + { + "rshares": 58947349, + "voter": "wendelribeiro" + }, + { + "rshares": 55414210, + "voter": "johnbyrd" + }, + { + "rshares": 55396880, + "voter": "thomasaustin" + }, + { + "rshares": 55394920, + "voter": "thermor" + }, + { + "rshares": 55406673, + "voter": "ficholl" + }, + { + "rshares": 56566121, + "voter": "widell" + }, + { + "rshares": 86327402421, + "voter": "icfiedler" + }, + { + "rshares": 9149533951, + "voter": "jaredcwillis" + }, + { + "rshares": 57439383, + "voter": "wholefoods" + }, + { + "rshares": 54991366, + "voter": "revelbrooks" + }, + { + "rshares": 22338332510, + "voter": "laonie10" + }, + { + "rshares": 68437243690, + "voter": "sweetsssj" + }, + { + "rshares": 12648203513, + "voter": "someguy123" + }, + { + "rshares": 4009964661, + "voter": "hilarski" + }, + { + "rshares": 2214821974, + "voter": "hoopatang" + }, + { + "rshares": 2500078806, + "voter": "shadowspub" + }, + { + "rshares": 261579534201, + "voter": "oldtimer" + }, + { + "rshares": 4161934026, + "voter": "steemitpatina" + }, + { + "rshares": 54999739, + "voter": "curpose" + }, + { + "rshares": 153032594, + "voter": "jtstreetman" + }, + { + "rshares": 446928899, + "voter": "runridefly" + }, + { + "rshares": 2774307105, + "voter": "contentjunkie" + }, + { + "rshares": 103203866500, + "voter": "shenanigator" + }, + { + "rshares": 22008008063, + "voter": "laonie11" + }, + { + "rshares": 53961187, + "voter": "troich" + }, + { + "rshares": 41405284088, + "voter": "luminousvisions" + }, + { + "rshares": 7270618086, + "voter": "davidbrogan" + }, + { + "rshares": 53966805, + "voter": "crion" + }, + { + "rshares": 53622549, + "voter": "hitherise" + }, + { + "rshares": 53613607, + "voter": "wiss" + }, + { + "rshares": 494664136, + "voter": "areynolds" + }, + { + "rshares": 2731168114, + "voter": "fajrilgooner" + }, + { + "rshares": 53252658, + "voter": "stroully" + }, + { + "rshares": 54293199, + "voter": "walternz" + }, + { + "rshares": 9161548599, + "voter": "doitvoluntarily" + }, + { + "rshares": 52916909, + "voter": "thadm" + }, + { + "rshares": 52915101, + "voter": "prof" + }, + { + "rshares": 92326483945, + "voter": "thecyclist" + }, + { + "rshares": 992040757, + "voter": "smisi" + }, + { + "rshares": 56897224, + "voter": "lighter" + }, + { + "rshares": 52560790, + "voter": "yorsens" + }, + { + "rshares": 52242652, + "voter": "bane" + }, + { + "rshares": 52236265, + "voter": "vive" + }, + { + "rshares": 52230725, + "voter": "coad" + }, + { + "rshares": 7295907898, + "voter": "renzoarg" + }, + { + "rshares": 51922012, + "voter": "sofa" + }, + { + "rshares": 2377534516, + "voter": "lilmisjenn" + }, + { + "rshares": 341097233, + "voter": "bones261" + }, + { + "rshares": 620954332, + "voter": "bones555" + }, + { + "rshares": 51994517, + "voter": "ailo" + }, + { + "rshares": 99072246, + "voter": "positivesteem" + }, + { + "rshares": 5320196521, + "voter": "chick1" + }, + { + "rshares": 2437884565, + "voter": "whatsup" + }, + { + "rshares": 4765768150, + "voter": "gringalicious" + }, + { + "rshares": 1835091693, + "voter": "rigaronib" + }, + { + "rshares": 50569452, + "voter": "aoki" + }, + { + "rshares": 50516543, + "voter": "typingagent" + }, + { + "rshares": 50514225, + "voter": "cwb" + }, + { + "rshares": 67956001, + "voter": "nelyp" + }, + { + "rshares": 71092472, + "voter": "lennex" + }, + { + "rshares": 51470533, + "voter": "eavy" + }, + { + "rshares": 51484593, + "voter": "roto" + }, + { + "rshares": 8066814624, + "voter": "cato-the-elder" + }, + { + "rshares": 52176950, + "voter": "saiku" + }, + { + "rshares": 2856393738, + "voter": "ltm" + }, + { + "rshares": 76034330, + "voter": "igtes" + }, + { + "rshares": 154501261, + "voter": "buffett" + }, + { + "rshares": 156889025, + "voter": "anarchy-veganism" + }, + { + "rshares": 9342188316, + "voter": "goldmatters" + }, + { + "rshares": 155204122, + "voter": "budgiebee" + }, + { + "rshares": 155180811, + "voter": "majes" + }, + { + "rshares": 154551739, + "voter": "reddust" + }, + { + "rshares": 474962663, + "voter": "hacon" + }, + { + "rshares": 156136975, + "voter": "william007" + } + ], + "author": "tuck-fheman", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "https://s18.postimg.org/aid72t4nt/too_old.png\n\n# [I'm Too Old For This](https://youtu.be/MqBNSMbEzI0)\n\nYou youngin's holding onto your new age Eckhart Tolle \"live in the now\" Aleister Crowley regurgitated belief systems and rah rah sycophant always positive philosophies (so long as the handouts are still being raked in), all while rewarding, if not exalting, people with a complete disregard for human decency amaze me and give me pause to think ... **what in the $@#! happened to this world?!**\n
    \n\nhttps://i.imgflip.com/1adksj.jpg\n\n# Back In My Day\n\nDuring my heyday, people were able to speak their mind, so long as they did so with respect and allowed others to voice their opinion as well. Everyone was different, and that's what made each individual interesting. Nowadays, it seems most people just want to be like everyone else and fit in. Don't rock the boat, else you won't get your reward! It's like being in a Kindergarten class full of 20-30 somethings.\n\nThis younger generation seems to worry more about figuring out how to make themselves into a Gawd, while at the same time arguing over which psychopathic authoritarian they are going to vote for as their supreme leader. They do more thinking about who to vote for to control their lives than they do how they are going to survive on their own for the next 40 years or more.\n\nhttps://s16.postimg.org/dqbzdofj9/OK_dees_1_Copy.jpg \n\nWhich one of these \"leaders\" (and I must quote that) is going to do more for me, seems to be the biggest question of younger generations. While at the same time they hold onto the belief that everything was created just for them and everyone else is merely a part of them; their own personal sock puppets of pleasure who must reward them when they do something they consider to be worthwhile.\n
    \n\nhttps://cdn.meme.am/instances/57755618.jpg\n\n# Vaporware Is Skeery\n\nOne of my biggest disappointments in this community came when @stellabelle, the person with the highest reputation on the site, made a post about an announced feature she liked in another decentralized blogging platform that doesn't even exist. \n\n### The horror! \n\nMany were quick to point out that the other platform was \"vaporware\", yet felt so threatened by her post about this \"vaporware\" that they created fictional stories to apparently discredit her. Others jumped on the bandwagon at every chance in the comments section. For what? For pointing out an announced feature in \"vaporware\"? Some even called this apparent \"vaporware\" a \"competitor\"!?\n\nhttps://s11.postimg.org/e5699gp5v/cover_ears.jpg\n\n# [Faith No More](https://youtu.be/3yVI3UgtvwU)\n\nThis says a lot about the faith these people actually have in Steemit. The fact that a piece of \"vaporware\" can be considered a \"competitor\" to Steemit, along with the fact that these people feel threatened by this \"vaporware\" would make Leon Festinger roll over in his grave; **because he's dead ... just like this generations ability to debate on a topic without their favorite psychology book in front of them to fashion a response from someone else's thoughts.**\n\nWe even have one of the largest whales on Steemit flagging comments that dare mention a non-existent \"competitor\" or anyone saying anything that, in their mind, is considered \"divisive\" to the community. A flag from this person will all but hide a comment from anyone's view without seeking it out at the bottom of the page. \n\nhttps://s15.postimg.org/820q6kvkr/safe_space.jpg\n\n# [In Muh Safe Space](https://youtu.be/sXQkXXBqj_U)\n\n\nSo much for being a place to discuss anything openly. And yet, people here complain about Facebook and Reddit, yet I can mention Facebook all day on Reddit, and vice versa, and never have to worry that my comment will be hidden by a single individual. Even worse, Facebook and Reddit are some of the most censored platforms in existence.\n\n### Put that in your **[hash pipe](https://youtu.be/_9BGLtqqkVI)** and smoke it!\n\nSome here are taking it upon themselves to create a safe space for everyone else, because apparently the competition from these non-existent platforms is so strong we must hide their non-existent features very mention from the fragile masses. Back in my day, there was a saying ... \"competition is good\", but apparently that's no longer the case.\n\nhttps://s22.postimg.org/cal6wr4tt/manstuff.jpg\n\n# [Smells Like Teen Spirit](https://youtu.be/hTWKbfoikeg)\n\nHere on Steemit, it's hard to find anyone that appreciates sports, guns, hunting, cars or anything that my generation considers to be laced with testosterone. Sure I find computer/programming talk interesting, but it's rare these days to find people online that can talk the 4 basic man groups as well. I've found a few, but for the most part they are hiding within the Steemit caves of obscurity.\n\nSteemit advertises that \"original content\" is rewarded, yet anyone that can speak in great detail on any of those 4 basic man groups will rarely, if ever, be rewarded for doing so. There are a few of these well written articles on these topics here on Steemit, but you will be hard pressed to find one earning more than $5. Why Is that? \n\n### I'll tell you why ... because Steemit, for the most part, is lacking testosterone. \n# (\u256f\u00b0\u25a1\u00b0)\u256f\ufe35 \u253b\u2501\u253b\n
    \n\nhttps://s13.postimg.org/oou4yaqp3/Grinds_my_gears1.jpg\n\n# [What Grinds My Gears](https://youtu.be/Q685Ko2DHDs)\n\nYou know what really grinds my gears? Steemit. **Steemit really grinds my gears.** Why? Because I'm too old for this shit! And for that reason, **this will be my last post on Steemit**. I will be relinquishing my posting key access for this account and leave it to the younger generation of Tuck Fheman's, so they can post happy thoughts about all things Steemit and be rewarded untold fortunes for doing so. I am just holding them back.\n\nI did my best to be a part of this generations next big thing, but generation Steemit is just too namby-pamby for this old codger. \n\n
    \nhttps://s22.postimg.org/9mkkeg19t/giphy.gif\n
    \n
    \nhttps://s20.postimg.org/bcrfwvml9/mic_drop.gif\n
    \n\n
    ", + "category": "philosophy", + "children": 141, + "created": "2016-09-10T22:42:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s18.postimg.org/aid72t4nt/too_old.png", + "https://i.imgflip.com/1adksj.jpg", + "https://s16.postimg.org/dqbzdofj9/OK_dees_1_Copy.jpg", + "https://cdn.meme.am/instances/57755618.jpg", + "https://s11.postimg.org/e5699gp5v/cover_ears.jpg", + "https://s15.postimg.org/820q6kvkr/safe_space.jpg", + "https://s22.postimg.org/cal6wr4tt/manstuff.jpg", + "https://s13.postimg.org/oou4yaqp3/Grinds_my_gears1.jpg", + "https://s22.postimg.org/9mkkeg19t/giphy.gif", + "https://s20.postimg.org/bcrfwvml9/mic_drop.gif" + ], + "links": [ + "https://youtu.be/MqBNSMbEzI0", + "https://youtu.be/3yVI3UgtvwU", + "https://youtu.be/sXQkXXBqj_U", + "https://youtu.be/_9BGLtqqkVI", + "https://youtu.be/hTWKbfoikeg", + "https://youtu.be/Q685Ko2DHDs" + ], + "tags": [ + "philosophy", + "rant", + "steemit", + "new-age", + "mic-drop" + ], + "users": [ + "stellabelle" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 42002060944755, + "payout": 144.429, + "payout_at": "2016-09-17T22:42:27", + "pending_payout_value": "144.429 HBD", + "percent_hbd": 10000, + "permlink": "when-concerning-steemit-i-ve-come-to-realize-i-m-too-old-for-this", + "post_id": 1201658, + "promoted": "138.990 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 287 + }, + "title": "When Concerning Steemit, I've Come To Realize ... I'm Too Old For This", + "updated": "2016-09-10T22:42:27", + "url": "/philosophy/@tuck-fheman/when-concerning-steemit-i-ve-come-to-realize-i-m-too-old-for-this" + }, + { + "active_votes": [ + { + "rshares": 2878128126837, + "voter": "badassmother" + }, + { + "rshares": 6998734695522, + "voter": "xeldal" + }, + { + "rshares": 6042719173062, + "voter": "enki" + }, + { + "rshares": 120838362492, + "voter": "sandra" + }, + { + "rshares": 991013934194, + "voter": "ihashfury" + }, + { + "rshares": 918527955423, + "voter": "liondani" + }, + { + "rshares": 3719055998, + "voter": "boy" + }, + { + "rshares": 4515019251, + "voter": "bue-witness" + }, + { + "rshares": 836782064, + "voter": "bunny" + }, + { + "rshares": 64817001772, + "voter": "bue" + }, + { + "rshares": 1993119622, + "voter": "mini" + }, + { + "rshares": 256394111, + "voter": "moon" + }, + { + "rshares": 210347006215, + "voter": "alex90342fastn1" + }, + { + "rshares": 34042532834, + "voter": "aizensou" + }, + { + "rshares": 401713935140, + "voter": "recursive2" + }, + { + "rshares": 398896422515, + "voter": "recursive3" + }, + { + "rshares": 17157086215, + "voter": "proctologic" + }, + { + "rshares": 747273339, + "voter": "healthcare" + }, + { + "rshares": 1160639989, + "voter": "daniel.pan" + }, + { + "rshares": 21561714956, + "voter": "dedriss" + }, + { + "rshares": 302719926634, + "voter": "chitty" + }, + { + "rshares": 345768342, + "voter": "helen.tan" + }, + { + "rshares": 14351424587, + "voter": "gregory-f" + }, + { + "rshares": 77086206429, + "voter": "edgeland" + }, + { + "rshares": 78070381820, + "voter": "easteagle13" + }, + { + "rshares": 95730853785, + "voter": "juanlibertad" + }, + { + "rshares": 12739865723, + "voter": "ervin-lemark" + }, + { + "rshares": 9785915976, + "voter": "gregory60" + }, + { + "rshares": 15462863713, + "voter": "jademont" + }, + { + "rshares": 7554806704, + "voter": "fkn" + }, + { + "rshares": 1455984309, + "voter": "spaninv" + }, + { + "rshares": 2098982781, + "voter": "gekko" + }, + { + "rshares": 340907048790, + "voter": "teamsteem" + }, + { + "rshares": 9947116773, + "voter": "elishagh1" + }, + { + "rshares": 9650580617, + "voter": "richman" + }, + { + "rshares": 2950703828, + "voter": "jerome-colley" + }, + { + "rshares": 89884543659, + "voter": "william-noe" + }, + { + "rshares": 17260900202, + "voter": "acidyo" + }, + { + "rshares": 14125062140, + "voter": "cian.dafe" + }, + { + "rshares": 22046139567, + "voter": "klye" + }, + { + "rshares": 79658049745, + "voter": "asch" + }, + { + "rshares": 1431852861, + "voter": "murh" + }, + { + "rshares": 368696007081, + "voter": "blakemiles84" + }, + { + "rshares": 586286811332, + "voter": "cyber" + }, + { + "rshares": 96224456283, + "voter": "midnas-howler" + }, + { + "rshares": 37451164846, + "voter": "justtryme90" + }, + { + "rshares": 4597420837, + "voter": "cm-steem" + }, + { + "rshares": 8881004054, + "voter": "johnerfx" + }, + { + "rshares": 3596528108285, + "voter": "satoshifund" + }, + { + "rshares": 388823990187, + "voter": "taoteh1221" + }, + { + "rshares": 391275913, + "voter": "applecrisp" + }, + { + "rshares": 362378288951, + "voter": "hedge-x" + }, + { + "rshares": 52998773109, + "voter": "juanmiguelsalas" + }, + { + "rshares": 863365208, + "voter": "sunnyray" + }, + { + "rshares": 59069076379, + "voter": "thecryptodrive" + }, + { + "rshares": 124185870189, + "voter": "bravenewcoin" + }, + { + "rshares": 8333460340, + "voter": "kennyskitchen" + }, + { + "rshares": 266442266951, + "voter": "kaylinart" + }, + { + "rshares": 500746650031, + "voter": "infovore" + }, + { + "rshares": 48671150838, + "voter": "brandonp" + }, + { + "rshares": 138353237297, + "voter": "schro" + }, + { + "rshares": 1863788514, + "voter": "stephen-somers" + }, + { + "rshares": 2434631651, + "voter": "tee-em" + }, + { + "rshares": 100534891530, + "voter": "geoffrey" + }, + { + "rshares": 43181755485, + "voter": "honeythief" + }, + { + "rshares": 403540320598, + "voter": "fyrstikken" + }, + { + "rshares": 40797153099, + "voter": "treeshaface" + }, + { + "rshares": 18543754999, + "voter": "acassity" + }, + { + "rshares": 289162489, + "voter": "weedor" + }, + { + "rshares": 302683064, + "voter": "gerber" + }, + { + "rshares": 17546278068, + "voter": "grey580" + }, + { + "rshares": 264522603, + "voter": "ales" + }, + { + "rshares": 8820348623, + "voter": "cannav" + }, + { + "rshares": 204013843843, + "voter": "asmolokalo" + }, + { + "rshares": 300446841809, + "voter": "roelandp" + }, + { + "rshares": 3112471750, + "voter": "orly" + }, + { + "rshares": 4707075837, + "voter": "steamit" + }, + { + "rshares": 15801611273, + "voter": "konstantin" + }, + { + "rshares": 32544390735, + "voter": "hitmeasap" + }, + { + "rshares": 2870229595, + "voter": "stranger27" + }, + { + "rshares": 133098789385, + "voter": "jackkang" + }, + { + "rshares": 599975985871, + "voter": "juneaugoldbuyer" + }, + { + "rshares": 32961215897, + "voter": "r4fken" + }, + { + "rshares": 283810485, + "voter": "damono" + }, + { + "rshares": 25445457118, + "voter": "tcfxyz" + }, + { + "rshares": 259486897, + "voter": "romel" + }, + { + "rshares": 1625153964, + "voter": "sergei" + }, + { + "rshares": 8892666616, + "voter": "killswitch" + }, + { + "rshares": 15616629499, + "voter": "bitshares101" + }, + { + "rshares": 499156305959, + "voter": "neoxian" + }, + { + "rshares": 3613581209, + "voter": "owdy" + }, + { + "rshares": 198330012, + "voter": "ch0c0latechip" + }, + { + "rshares": 183568347, + "voter": "doge4lyf" + }, + { + "rshares": 147240421388, + "voter": "knircky" + }, + { + "rshares": 12022855311, + "voter": "ausbitbank" + }, + { + "rshares": 1571508493, + "voter": "leksimus" + }, + { + "rshares": 885891994, + "voter": "dicov" + }, + { + "rshares": 919965160, + "voter": "steem1653" + }, + { + "rshares": 10802622782, + "voter": "asim" + }, + { + "rshares": 4405634199, + "voter": "karen13" + }, + { + "rshares": 24942066295, + "voter": "igster" + }, + { + "rshares": 1367833704, + "voter": "jrd8526" + }, + { + "rshares": 10301497593, + "voter": "mun" + }, + { + "rshares": 356943865, + "voter": "karenmckersie" + }, + { + "rshares": 47927575572, + "voter": "creationlayer" + }, + { + "rshares": 384335950, + "voter": "leonir" + }, + { + "rshares": 793082709, + "voter": "thinkngrow" + }, + { + "rshares": 367441394, + "voter": "luisucv34" + }, + { + "rshares": 47406569721, + "voter": "streetstyle" + }, + { + "rshares": 70372093790, + "voter": "inertia" + }, + { + "rshares": 42927707223, + "voter": "milestone" + }, + { + "rshares": 3422295233, + "voter": "maximkichev" + }, + { + "rshares": 5725254373, + "voter": "btcbtcbtc20155" + }, + { + "rshares": 2064928807, + "voter": "the-future" + }, + { + "rshares": 3782713987, + "voter": "adamt" + }, + { + "rshares": 12974410735, + "voter": "nippel66" + }, + { + "rshares": 2976001628, + "voter": "imp3" + }, + { + "rshares": 252357240414, + "voter": "calaber24p" + }, + { + "rshares": 3477776250, + "voter": "davidr" + }, + { + "rshares": 3556231334, + "voter": "simon.braki.love" + }, + { + "rshares": 59941579508, + "voter": "thylbom" + }, + { + "rshares": 3433845802, + "voter": "bones" + }, + { + "rshares": 19157179302, + "voter": "bendjmiller222" + }, + { + "rshares": 3987315202, + "voter": "rainchen" + }, + { + "rshares": 35138047991, + "voter": "sauravrungta" + }, + { + "rshares": 12019513269, + "voter": "shredlord" + }, + { + "rshares": 73099576639, + "voter": "rea" + }, + { + "rshares": 8132763030, + "voter": "neroru" + }, + { + "rshares": 214418183330, + "voter": "jl777" + }, + { + "rshares": 373770800, + "voter": "meteor78" + }, + { + "rshares": 26816500737, + "voter": "zaebars" + }, + { + "rshares": 6113574314, + "voter": "positive" + }, + { + "rshares": 1683378197, + "voter": "yarly" + }, + { + "rshares": 255303484, + "voter": "yarly2" + }, + { + "rshares": 255686119, + "voter": "yarly3" + }, + { + "rshares": 147914638, + "voter": "yarly4" + }, + { + "rshares": 148750003, + "voter": "yarly5" + }, + { + "rshares": 84813726, + "voter": "yarly7" + }, + { + "rshares": 4164065341, + "voter": "lpfaust" + }, + { + "rshares": 18119834837, + "voter": "prufarchy" + }, + { + "rshares": 11673305563, + "voter": "quickfingersluc" + }, + { + "rshares": 220766396409, + "voter": "johnsmith" + }, + { + "rshares": 11219620297, + "voter": "winstonwolfe" + }, + { + "rshares": 859954354, + "voter": "happyphoenix" + }, + { + "rshares": 20113164016, + "voter": "krabgat" + }, + { + "rshares": 7430932441, + "voter": "webdeals" + }, + { + "rshares": 203965977, + "voter": "shadyonline" + }, + { + "rshares": 18453282331, + "voter": "proto" + }, + { + "rshares": 618560648, + "voter": "curator" + }, + { + "rshares": 408950035, + "voter": "yarly10" + }, + { + "rshares": 219368610, + "voter": "yarly11" + }, + { + "rshares": 274335473, + "voter": "faraz" + }, + { + "rshares": 76805770, + "voter": "yarly12" + }, + { + "rshares": 10590243337, + "voter": "phoenixmaid" + }, + { + "rshares": 126426805, + "voter": "ipopular" + }, + { + "rshares": 74356260, + "voter": "salamanca1987ar" + }, + { + "rshares": 18695991236, + "voter": "pixielolz" + }, + { + "rshares": 1840946810, + "voter": "bullionstackers" + }, + { + "rshares": 861558297, + "voter": "mar1978co" + }, + { + "rshares": 1526231546, + "voter": "spinner" + }, + { + "rshares": 2456054658, + "voter": "belkins" + }, + { + "rshares": 19988784545, + "voter": "williambanks" + }, + { + "rshares": 5647038859, + "voter": "shortcut" + }, + { + "rshares": 139439065521, + "voter": "steemdrive" + }, + { + "rshares": 9225459807, + "voter": "taker" + }, + { + "rshares": 731723236, + "voter": "pakisnxt" + }, + { + "rshares": 5553712976, + "voter": "nekromarinist" + }, + { + "rshares": 1951944925, + "voter": "sykochica" + }, + { + "rshares": 1515473458, + "voter": "merej99" + }, + { + "rshares": 15130676889, + "voter": "reneenouveau" + }, + { + "rshares": 8140603858, + "voter": "fintech-jesus" + }, + { + "rshares": 1759071342, + "voter": "feelapi" + }, + { + "rshares": 9623723965, + "voter": "viktor.phuket" + }, + { + "rshares": 4010159410, + "voter": "poeticsnake" + }, + { + "rshares": 3565700998, + "voter": "ullikume" + }, + { + "rshares": 1146725005, + "voter": "andrew0" + }, + { + "rshares": 7063527946, + "voter": "kurtbeil" + }, + { + "rshares": 512286246, + "voter": "romancs" + }, + { + "rshares": 3424311094, + "voter": "steemleak" + }, + { + "rshares": 14726415882, + "voter": "capper2016" + }, + { + "rshares": 10366372843, + "voter": "ekitcho" + }, + { + "rshares": 12931796143, + "voter": "randyclemens" + }, + { + "rshares": 293812470, + "voter": "rusteller" + }, + { + "rshares": 85386694477, + "voter": "sirwinchester" + }, + { + "rshares": 55591289, + "voter": "tinca" + }, + { + "rshares": 411872432, + "voter": "jrcornel" + }, + { + "rshares": 1467824207, + "voter": "quantumanomaly" + }, + { + "rshares": 253738615, + "voter": "naifaz" + }, + { + "rshares": 1030648559, + "voter": "vegascomic" + }, + { + "rshares": 1145609627, + "voter": "bledarus" + }, + { + "rshares": 83673051926, + "voter": "miacats" + }, + { + "rshares": 58499109, + "voter": "nano2nd" + }, + { + "rshares": 62332619, + "voter": "razberrijam" + }, + { + "rshares": 7624079651, + "voter": "matrixdweller" + }, + { + "rshares": 9995207527, + "voter": "kyriacos" + }, + { + "rshares": 73290501683, + "voter": "helikopterben" + }, + { + "rshares": 50094162, + "voter": "pollina" + }, + { + "rshares": 4390594623, + "voter": "themanualbot" + }, + { + "rshares": 89766690138, + "voter": "icfiedler" + }, + { + "rshares": 3574771803, + "voter": "shneakysquirrel" + }, + { + "rshares": 4346734216, + "voter": "mada" + }, + { + "rshares": 18099477167, + "voter": "yef99" + }, + { + "rshares": 51095992, + "voter": "kamil5" + }, + { + "rshares": 467996430, + "voter": "tradz" + }, + { + "rshares": 201888000, + "voter": "tlarsen2080" + }, + { + "rshares": 11457714027, + "voter": "hilarski" + }, + { + "rshares": 4621091782, + "voter": "onetree" + }, + { + "rshares": 1609584914, + "voter": "imag1ne" + }, + { + "rshares": 194564074, + "voter": "arty" + }, + { + "rshares": 88366627, + "voter": "jtstreetman" + }, + { + "rshares": 709285853, + "voter": "runridefly" + }, + { + "rshares": 50094345, + "voter": "kosmatimuc" + }, + { + "rshares": 56583285, + "voter": "alternative" + }, + { + "rshares": 581299661, + "voter": "kev7000" + }, + { + "rshares": 82668168, + "voter": "tito-baron" + }, + { + "rshares": 262718397, + "voter": "maarnio" + }, + { + "rshares": 2209122623, + "voter": "richardjuckes" + }, + { + "rshares": 24239498471, + "voter": "dubi" + }, + { + "rshares": 223746762, + "voter": "steemreporter" + }, + { + "rshares": 55278008, + "voter": "recurvez" + }, + { + "rshares": 117140255, + "voter": "alina1" + }, + { + "rshares": 57522774, + "voter": "patelincho" + }, + { + "rshares": 311627797, + "voter": "bones261" + }, + { + "rshares": 1524816681, + "voter": "ibringawareness" + }, + { + "rshares": 594706072, + "voter": "bones555" + }, + { + "rshares": 1645692763, + "voter": "anton333" + }, + { + "rshares": 5550458547, + "voter": "chick1" + }, + { + "rshares": 50523318, + "voter": "aoki" + }, + { + "rshares": 50454788, + "voter": "typingagent" + }, + { + "rshares": 50468091, + "voter": "cwb" + }, + { + "rshares": 53474283, + "voter": "barbosabarros" + }, + { + "rshares": 51583902, + "voter": "wolfdaze" + }, + { + "rshares": 71766021, + "voter": "ancientofdays" + }, + { + "rshares": 1631761737, + "voter": "puffin" + }, + { + "rshares": 177106697, + "voter": "ziogio" + } + ], + "author": "fyrstikken", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "
    \n\n

    We are now 600+ users registered and 20-30 active hosts at any time of the day talking about steemit, crypto and news 24/7 live on air and this is how you do it to become a host on steemspeak radio stakepool

    \n\n

    WE WANT TO HEAR YOU TOO!

    \n\nFirst, make sure you have a GOOD Microphone and a GREAT Headset. When you are on air talking about your latest steemit-post or something else that is on your mind, you want to sound great and make sure you don\u00b4t transmit echo, so if you don\u00b4t have headphones - buy some before you join.\n\nSecond, Download the Teamspeak 3 Client that works for your Operative System or Phone from Official Teamspeak Download.\n\nThird, Connect your TeamSpeak 3 Client to this server: ts.steemspeak.com\n\n---\n
    It is THAT Simple!
    \n---\n\n---\nOK, Now that you have logged in, you need to set your Push To Talk Button! And to do that I have included a good youtube-tutorial for you here so that you can easily figure out how to do it in settings->capture->push to talk->hotkeys\n\n

    Setting up the Push to Talk button!

    \nhttps://www.youtube.com/watch?v=u89aMcyfr2s\n\n

    The Mac Version settings are found in the Teamspeak 3->Preferences ->Capture

    \n\n---\n
    If you just want to listen, go to steemspeak.com24/7 all year!
    \n---", + "category": "steemit", + "children": 31, + "created": "2016-08-31T13:26:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://stakepool.com/wp-content/uploads/2016/08/Screen-Shot-2016-08-31-at-07.58.21.png", + "https://img.youtube.com/vi/u89aMcyfr2s/0.jpg" + ], + "links": [ + "http://teamspeak.com/downloads", + "https://www.youtube.com/watch?v=u89aMcyfr2s", + "http://steemspeak.com" + ], + "tags": [ + "steemit", + "life", + "freedom", + "news", + "music" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 31741689374910, + "payout": 120.057, + "payout_at": "2016-09-07T13:26:54", + "pending_payout_value": "120.057 HBD", + "percent_hbd": 10000, + "permlink": "how-to-connect-and-be-a-host-on-steemspeak-radio-and-let-your-voice-be-heard-across-the-world", + "post_id": 1070639, + "promoted": "125.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 235 + }, + "title": "How to CONNECT and be a HOST on SteemSpeak Radio and let your VOICE be HEARD across the WORLD!", + "updated": "2016-08-31T13:26:54", + "url": "/steemit/@fyrstikken/how-to-connect-and-be-a-host-on-steemspeak-radio-and-let-your-voice-be-heard-across-the-world" + }, + { + "active_votes": [ + { + "rshares": 14287655717809, + "voter": "dantheman" + }, + { + "rshares": 372316824459, + "voter": "berkah" + }, + { + "rshares": 7292928003093, + "voter": "riverhead" + }, + { + "rshares": 6712692598434, + "voter": "xeldal" + }, + { + "rshares": 8748358954886, + "voter": "pharesim" + }, + { + "rshares": 5924081466216, + "voter": "enki" + }, + { + "rshares": 20671106684513, + "voter": "tombstone" + }, + { + "rshares": 118417933788, + "voter": "sandra" + }, + { + "rshares": 923945830721, + "voter": "ihashfury" + }, + { + "rshares": 898909637848, + "voter": "liondani" + }, + { + "rshares": 2479218792, + "voter": "boy" + }, + { + "rshares": 3009798108, + "voter": "bue-witness" + }, + { + "rshares": 557836382, + "voter": "bunny" + }, + { + "rshares": 7335421547210, + "voter": "complexring" + }, + { + "rshares": 43175636897, + "voter": "bue" + }, + { + "rshares": 1328665238, + "voter": "mini" + }, + { + "rshares": 170926788, + "voter": "moon" + }, + { + "rshares": 214530506030, + "voter": "alex90342fastn1" + }, + { + "rshares": 391741109003, + "voter": "recursive2" + }, + { + "rshares": 389075404441, + "voter": "recursive3" + }, + { + "rshares": 1331361114912, + "voter": "steempower" + }, + { + "rshares": 77471889244, + "voter": "vip" + }, + { + "rshares": 253801568876, + "voter": "pheonike" + }, + { + "rshares": 20262312121, + "voter": "proctologic" + }, + { + "rshares": 498161277, + "voter": "healthcare" + }, + { + "rshares": 773724643, + "voter": "daniel.pan" + }, + { + "rshares": 399862483868, + "voter": "woo7739" + }, + { + "rshares": 411408907897, + "voter": "steemrollin" + }, + { + "rshares": 6821654706, + "voter": "patrice" + }, + { + "rshares": 230509608, + "voter": "helen.tan" + }, + { + "rshares": 14466370135, + "voter": "brindleswan" + }, + { + "rshares": 48090324970, + "voter": "noaommerrr" + }, + { + "rshares": 82688369456, + "voter": "acidsun" + }, + { + "rshares": 13170169522, + "voter": "gregory-f" + }, + { + "rshares": 11072341222, + "voter": "dave-hughes" + }, + { + "rshares": 80028506637, + "voter": "edgeland" + }, + { + "rshares": 419229125146, + "voter": "chryspano" + }, + { + "rshares": 81246195312, + "voter": "easteagle13" + }, + { + "rshares": 13405317241, + "voter": "ervin-lemark" + }, + { + "rshares": 535527459153, + "voter": "eeks" + }, + { + "rshares": 3020965065, + "voter": "fkn" + }, + { + "rshares": 1454961783, + "voter": "spaninv" + }, + { + "rshares": 19097994036, + "voter": "georgedonnelly" + }, + { + "rshares": 2056146398, + "voter": "gekko" + }, + { + "rshares": 340794336001, + "voter": "teamsteem" + }, + { + "rshares": 3315032051, + "voter": "elishagh1" + }, + { + "rshares": 9613892204, + "voter": "richman" + }, + { + "rshares": 847659311, + "voter": "weenfan" + }, + { + "rshares": 18234332542, + "voter": "acidyo" + }, + { + "rshares": 156478008187, + "voter": "steve-walschot" + }, + { + "rshares": 16814582950, + "voter": "cian.dafe" + }, + { + "rshares": 57941109413, + "voter": "hannixx42" + }, + { + "rshares": 32680055185, + "voter": "dan-atstarlite" + }, + { + "rshares": 105824577331, + "voter": "amartinezque" + }, + { + "rshares": 24012631923, + "voter": "klye" + }, + { + "rshares": 54102266581, + "voter": "oaldamster" + }, + { + "rshares": 973588246, + "voter": "coar" + }, + { + "rshares": 73938949282, + "voter": "asch" + }, + { + "rshares": 1430756403, + "voter": "murh" + }, + { + "rshares": 19203629337, + "voter": "mughat" + }, + { + "rshares": 7452226457, + "voter": "radioactivities" + }, + { + "rshares": 12917828173, + "voter": "btotherest" + }, + { + "rshares": 11828369962, + "voter": "zebbra2014" + }, + { + "rshares": 10554741746, + "voter": "johnerfx" + }, + { + "rshares": 73500629943, + "voter": "noganoo" + }, + { + "rshares": 3518424323798, + "voter": "satoshifund" + }, + { + "rshares": 363217648620, + "voter": "taoteh1221" + }, + { + "rshares": 342038785, + "voter": "applecrisp" + }, + { + "rshares": 5613435698, + "voter": "karbonxx" + }, + { + "rshares": 362364795494, + "voter": "hedge-x" + }, + { + "rshares": 51869215030, + "voter": "juanmiguelsalas" + }, + { + "rshares": 186263884937, + "voter": "will-zewe" + }, + { + "rshares": 4565655246, + "voter": "dahaz159" + }, + { + "rshares": 258065486703, + "voter": "kaylinart" + }, + { + "rshares": 13619124411, + "voter": "facer" + }, + { + "rshares": 138324583233, + "voter": "schro" + }, + { + "rshares": 1184500561, + "voter": "johnerminer" + }, + { + "rshares": 140244128104, + "voter": "thedashguy" + }, + { + "rshares": 636647277, + "voter": "proglobyte" + }, + { + "rshares": 100470233346, + "voter": "geoffrey" + }, + { + "rshares": 41356310366, + "voter": "honeythief" + }, + { + "rshares": 13787125963, + "voter": "magnebit" + }, + { + "rshares": 385584242228, + "voter": "fyrstikken" + }, + { + "rshares": 40796944760, + "voter": "treeshaface" + }, + { + "rshares": 28959157027, + "voter": "catchfire" + }, + { + "rshares": 289162489, + "voter": "weedor" + }, + { + "rshares": 17893924588, + "voter": "grey580" + }, + { + "rshares": 266425807, + "voter": "ladyclair" + }, + { + "rshares": 9856964632, + "voter": "cannav" + }, + { + "rshares": 20384429842, + "voter": "thebatchman" + }, + { + "rshares": 268820184, + "voter": "stompy" + }, + { + "rshares": 300446841809, + "voter": "roelandp" + }, + { + "rshares": 38998845686, + "voter": "ezzy" + }, + { + "rshares": 3043909864, + "voter": "orly" + }, + { + "rshares": 4522484628, + "voter": "steamit" + }, + { + "rshares": 4911853013, + "voter": "riscadox" + }, + { + "rshares": 15159309172, + "voter": "konstantin" + }, + { + "rshares": 2763332921, + "voter": "soupernerd" + }, + { + "rshares": 31283265272, + "voter": "hitmeasap" + }, + { + "rshares": 14006522484, + "voter": "stealthtrader" + }, + { + "rshares": 2928756549, + "voter": "stranger27" + }, + { + "rshares": 13606146685, + "voter": "elyaque" + }, + { + "rshares": 8236654789, + "voter": "manoami" + }, + { + "rshares": 28836579075, + "voter": "r4fken" + }, + { + "rshares": 266065805, + "voter": "nurev" + }, + { + "rshares": 1559706980, + "voter": "sergei" + }, + { + "rshares": 8358639536, + "voter": "killswitch" + }, + { + "rshares": 74156962501, + "voter": "derekareith" + }, + { + "rshares": 12165590095, + "voter": "picokernel" + }, + { + "rshares": 1366301565, + "voter": "btcshare7" + }, + { + "rshares": 10585603645, + "voter": "seanmchughart" + }, + { + "rshares": 3610761428, + "voter": "owdy" + }, + { + "rshares": 80089524, + "voter": "ch0c0latechip" + }, + { + "rshares": 73425371, + "voter": "doge4lyf" + }, + { + "rshares": 1350155707, + "voter": "vi1son" + }, + { + "rshares": 1206462597, + "voter": "nobreku" + }, + { + "rshares": 143979313132, + "voter": "knircky" + }, + { + "rshares": 10020572535, + "voter": "spiz0r" + }, + { + "rshares": 14094648142, + "voter": "ausbitbank" + }, + { + "rshares": 127923097868, + "voter": "jacor" + }, + { + "rshares": 15306226751, + "voter": "pino" + }, + { + "rshares": 864077460, + "voter": "steem1653" + }, + { + "rshares": 15904625406, + "voter": "akareyon" + }, + { + "rshares": 4206277713, + "voter": "gikitiki" + }, + { + "rshares": 11502422370, + "voter": "asim" + }, + { + "rshares": 165119969029, + "voter": "repholder" + }, + { + "rshares": 33632847618, + "voter": "toxonaut" + }, + { + "rshares": 89059288467, + "voter": "paco" + }, + { + "rshares": 34393459049, + "voter": "biophil" + }, + { + "rshares": 348823659599, + "voter": "bobbylee" + }, + { + "rshares": 11225967160, + "voter": "senseiteekay" + }, + { + "rshares": 4183969872, + "voter": "karen13" + }, + { + "rshares": 8674367887, + "voter": "noodhoog" + }, + { + "rshares": 389393307, + "voter": "karenmckersie" + }, + { + "rshares": 46987819188, + "voter": "creationlayer" + }, + { + "rshares": 61876999450, + "voter": "inertia" + }, + { + "rshares": 43998433342, + "voter": "milestone" + }, + { + "rshares": 19908734998, + "voter": "artific" + }, + { + "rshares": 15095626509, + "voter": "kendewitt" + }, + { + "rshares": 19208995641, + "voter": "creemej" + }, + { + "rshares": 2026353384, + "voter": "dimon14" + }, + { + "rshares": 3346143159, + "voter": "maximkichev" + }, + { + "rshares": 5604949614, + "voter": "btcbtcbtc20155" + }, + { + "rshares": 1811685903, + "voter": "the-future" + }, + { + "rshares": 7735024258, + "voter": "cryptojoy.com" + }, + { + "rshares": 12972669244, + "voter": "nippel66" + }, + { + "rshares": 8412249152, + "voter": "peacekeeper" + }, + { + "rshares": 3449406742, + "voter": "kimmar" + }, + { + "rshares": 188704962743, + "voter": "blueorgy" + }, + { + "rshares": 3409584558, + "voter": "davidr" + }, + { + "rshares": 3485025335, + "voter": "simon.braki.love" + }, + { + "rshares": 1432554908, + "voter": "madhatting" + }, + { + "rshares": 61134908757, + "voter": "thylbom" + }, + { + "rshares": 25467461905, + "voter": "royaltiffany" + }, + { + "rshares": 8079581131, + "voter": "magz8716" + }, + { + "rshares": 6737481039, + "voter": "geronimo" + }, + { + "rshares": 3227799659, + "voter": "bones" + }, + { + "rshares": 18031572419, + "voter": "bendjmiller222" + }, + { + "rshares": 7960988445, + "voter": "tarindel" + }, + { + "rshares": 3143648302, + "voter": "azurejasper" + }, + { + "rshares": 23784532545, + "voter": "deanliu" + }, + { + "rshares": 3982662435, + "voter": "cryptohustlin" + }, + { + "rshares": 40963637365, + "voter": "sauravrungta" + }, + { + "rshares": 67031280822, + "voter": "rea" + }, + { + "rshares": 116058250, + "voter": "justing" + }, + { + "rshares": 1492718093, + "voter": "cryptocurrency1" + }, + { + "rshares": 534037396, + "voter": "ulis29k" + }, + { + "rshares": 100131242, + "voter": "elmusic" + }, + { + "rshares": 8132697646, + "voter": "neroru" + }, + { + "rshares": 192890960021, + "voter": "jl777" + }, + { + "rshares": 365818230, + "voter": "meteor78" + }, + { + "rshares": 111304161, + "voter": "maxflender" + }, + { + "rshares": 25060291197, + "voter": "zaebars" + }, + { + "rshares": 4073521267, + "voter": "positive" + }, + { + "rshares": 1646370099, + "voter": "yarly" + }, + { + "rshares": 249753408, + "voter": "yarly2" + }, + { + "rshares": 250127725, + "voter": "yarly3" + }, + { + "rshares": 144699103, + "voter": "yarly4" + }, + { + "rshares": 145516307, + "voter": "yarly5" + }, + { + "rshares": 82969949, + "voter": "yarly7" + }, + { + "rshares": 10146325450, + "voter": "vongohren" + }, + { + "rshares": 9416293870, + "voter": "alsprinting" + }, + { + "rshares": 207780137797, + "voter": "johnsmith" + }, + { + "rshares": 200189709, + "voter": "strictlybusiness" + }, + { + "rshares": 1089072756, + "voter": "sompitonov" + }, + { + "rshares": 4458162709, + "voter": "bbrewer" + }, + { + "rshares": 461290417, + "voter": "quigua" + }, + { + "rshares": 1912624362, + "voter": "flexcougar" + }, + { + "rshares": 11673105366, + "voter": "winstonwolfe" + }, + { + "rshares": 20532124227, + "voter": "krabgat" + }, + { + "rshares": 8105938340, + "voter": "webdeals" + }, + { + "rshares": 17523357805, + "voter": "proto" + }, + { + "rshares": 568834437, + "voter": "curator" + }, + { + "rshares": 400045064, + "voter": "yarly10" + }, + { + "rshares": 214599727, + "voter": "yarly11" + }, + { + "rshares": 268956346, + "voter": "faraz" + }, + { + "rshares": 75136080, + "voter": "yarly12" + }, + { + "rshares": 108154560, + "voter": "salamanca1987ar" + }, + { + "rshares": 13159019704, + "voter": "clevecross" + }, + { + "rshares": 125670168, + "voter": "steemster1" + }, + { + "rshares": 4182979272, + "voter": "crazylife" + }, + { + "rshares": 897211578, + "voter": "mar1978co" + }, + { + "rshares": 1283349286, + "voter": "spinner" + }, + { + "rshares": 2406933564, + "voter": "belkins" + }, + { + "rshares": 24693180396, + "voter": "williambanks" + }, + { + "rshares": 1483559041, + "voter": "webosfritos" + }, + { + "rshares": 2713256489, + "voter": "weenis" + }, + { + "rshares": 5150829096, + "voter": "jed78" + }, + { + "rshares": 5533183281, + "voter": "shortcut" + }, + { + "rshares": 11454886978, + "voter": "bergy" + }, + { + "rshares": 1099605749, + "voter": "metaflute" + }, + { + "rshares": 48206857966, + "voter": "gomeravibz" + }, + { + "rshares": 8761147948, + "voter": "taker" + }, + { + "rshares": 5886582033, + "voter": "nekromarinist" + }, + { + "rshares": 5495724559, + "voter": "theprophet0" + }, + { + "rshares": 2131190527, + "voter": "sykochica" + }, + { + "rshares": 52489886, + "voter": "sharon" + }, + { + "rshares": 38671084581, + "voter": "allasyummyfood" + }, + { + "rshares": 52102443, + "voter": "lillianjones" + }, + { + "rshares": 15130676889, + "voter": "reneenouveau" + }, + { + "rshares": 22839801085, + "voter": "rawnetics" + }, + { + "rshares": 1711191717, + "voter": "feelapi" + }, + { + "rshares": 15561021463, + "voter": "gmurph" + }, + { + "rshares": 9238067538, + "voter": "viktor.phuket" + }, + { + "rshares": 4004906164, + "voter": "poeticsnake" + }, + { + "rshares": 2266924190, + "voter": "crypto-toll" + }, + { + "rshares": 3564833888, + "voter": "ullikume" + }, + { + "rshares": 5902111209, + "voter": "minion" + }, + { + "rshares": 162194218, + "voter": "snowflake" + }, + { + "rshares": 724724078, + "voter": "labradorsem" + }, + { + "rshares": 574381549, + "voter": "romancs" + }, + { + "rshares": 93392827573, + "voter": "thisisbenbrick" + }, + { + "rshares": 14148411388, + "voter": "capper2016" + }, + { + "rshares": 15893252296, + "voter": "velourex" + }, + { + "rshares": 63829521, + "voter": "dedushkadiesel" + }, + { + "rshares": 56272514, + "voter": "nickche" + }, + { + "rshares": 93243566220, + "voter": "sirwinchester" + }, + { + "rshares": 559711438, + "voter": "future24" + }, + { + "rshares": 70682332, + "voter": "sizil" + }, + { + "rshares": 1361293312, + "voter": "hms818" + }, + { + "rshares": 52502611, + "voter": "msjennifer" + }, + { + "rshares": 52099594, + "voter": "ciao" + }, + { + "rshares": 3235630451, + "voter": "blow" + }, + { + "rshares": 323509012, + "voter": "jrcornel" + }, + { + "rshares": 51753317, + "voter": "steemo" + }, + { + "rshares": 148403993, + "voter": "steem-engine" + }, + { + "rshares": 1200202101, + "voter": "quantumanomaly" + }, + { + "rshares": 51619811, + "voter": "steema" + }, + { + "rshares": 59896309, + "voter": "confucius" + }, + { + "rshares": 28469021518, + "voter": "mrosenquist" + }, + { + "rshares": 1963729757, + "voter": "bledarus" + }, + { + "rshares": 83587645574, + "voter": "miacats" + }, + { + "rshares": 29373154668, + "voter": "bitcalm" + }, + { + "rshares": 52400873, + "voter": "jarvis" + }, + { + "rshares": 61094018, + "voter": "razberrijam" + }, + { + "rshares": 51899170, + "voter": "fortuner" + }, + { + "rshares": 10543706281, + "voter": "kyriacos" + }, + { + "rshares": 71357161, + "voter": "pompe72" + }, + { + "rshares": 2331044924, + "voter": "virtualgrowth" + }, + { + "rshares": 405029117, + "voter": "noor818" + }, + { + "rshares": 51863356, + "voter": "johnbyrd" + }, + { + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "rshares": 51859074, + "voter": "thermor" + }, + { + "rshares": 51856300, + "voter": "ficholl" + }, + { + "rshares": 51852278, + "voter": "widell" + }, + { + "rshares": 92671420, + "voter": "how2steemit" + }, + { + "rshares": 3502906874, + "voter": "shneakysquirrel" + }, + { + "rshares": 8121800981, + "voter": "jaredcwillis" + }, + { + "rshares": 1941499119, + "voter": "movievertigo" + }, + { + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "rshares": 59465570, + "voter": "mrlogic" + }, + { + "rshares": 454956115, + "voter": "steemhorizon" + }, + { + "rshares": 18096899554, + "voter": "yef99" + }, + { + "rshares": 2511369735, + "voter": "rossenpavlov" + }, + { + "rshares": 11435132110, + "voter": "hilarski" + }, + { + "rshares": 6205342073, + "voter": "craigwilliamz" + }, + { + "rshares": 4298995859, + "voter": "onetree" + }, + { + "rshares": 22500043307, + "voter": "daut44" + }, + { + "rshares": 51562255, + "voter": "curpose" + }, + { + "rshares": 85421073, + "voter": "jtstreetman" + }, + { + "rshares": 615508801, + "voter": "cryptoeasy" + }, + { + "rshares": 55750195, + "voter": "riv" + }, + { + "rshares": 666955368, + "voter": "runridefly" + }, + { + "rshares": 8515004507, + "voter": "ironwood" + }, + { + "rshares": 79669298, + "voter": "uziriel" + }, + { + "rshares": 13864037687, + "voter": "mikehere" + }, + { + "rshares": 2155153681, + "voter": "funkywanderer" + }, + { + "rshares": 51712804, + "voter": "troich" + }, + { + "rshares": 109805573, + "voter": "maxfuchs" + }, + { + "rshares": 20656731535, + "voter": "luminousvisions" + }, + { + "rshares": 50593879, + "voter": "crion" + }, + { + "rshares": 51388276, + "voter": "hitherise" + }, + { + "rshares": 51379706, + "voter": "wiss" + }, + { + "rshares": 53537748, + "voter": "supersune" + }, + { + "rshares": 52143228, + "voter": "stroully" + }, + { + "rshares": 51814474, + "voter": "thadm" + }, + { + "rshares": 51812703, + "voter": "prof" + }, + { + "rshares": 607135202, + "voter": "kev7000" + }, + { + "rshares": 13828807095, + "voter": "bluehorseshoe" + }, + { + "rshares": 51451058, + "voter": "yorsens" + }, + { + "rshares": 262391495, + "voter": "maarnio" + }, + { + "rshares": 2146314155, + "voter": "richardjuckes" + }, + { + "rshares": 51154263, + "voter": "bane" + }, + { + "rshares": 51148009, + "voter": "vive" + }, + { + "rshares": 51142585, + "voter": "coad" + }, + { + "rshares": 54349843, + "voter": "lynceus" + }, + { + "rshares": 24762164330, + "voter": "dubi" + }, + { + "rshares": 52015504, + "voter": "analyzethis" + }, + { + "rshares": 51906983, + "voter": "sofa" + }, + { + "rshares": 190473967, + "voter": "irininich" + }, + { + "rshares": 140568307, + "voter": "alina1" + }, + { + "rshares": 54949117, + "voter": "doggnostic" + }, + { + "rshares": 304997419, + "voter": "bones261" + }, + { + "rshares": 54665234, + "voter": "jenny-talls" + }, + { + "rshares": 582022660, + "voter": "bones555" + }, + { + "rshares": 51979174, + "voter": "ailo" + }, + { + "rshares": 50812926, + "voter": "bobbythegreat" + }, + { + "rshares": 1579487626, + "voter": "anton333" + }, + { + "rshares": 5683012749, + "voter": "chick1" + }, + { + "rshares": 71251561, + "voter": "whatsup" + }, + { + "rshares": 2979879533, + "voter": "gringalicious" + }, + { + "rshares": 2439471741, + "voter": "steempowerwhale" + }, + { + "rshares": 50507607, + "voter": "aoki" + }, + { + "rshares": 50454788, + "voter": "typingagent" + }, + { + "rshares": 65292516, + "voter": "paketkita.net" + }, + { + "rshares": 73815531, + "voter": "conspiracynut" + }, + { + "rshares": 52710031, + "voter": "nelyp" + }, + { + "rshares": 143043369, + "voter": "ola1" + }, + { + "rshares": 1869420478, + "voter": "ekaterinka" + }, + { + "rshares": 51470533, + "voter": "eavy" + }, + { + "rshares": 51468937, + "voter": "roto" + }, + { + "rshares": 66920614, + "voter": "willio" + }, + { + "rshares": 1366333355, + "voter": "robotev" + }, + { + "rshares": 607607141, + "voter": "thebiggestidea" + }, + { + "rshares": 82374501, + "voter": "alexclarkbarry" + } + ], + "author": "fyrstikken", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "
    Ladies and Gentlemen Welcome to the STEEMIT SHOW! 100% Pure Entertainment ONLY FOR YOU!
    \n---\nhttps://www.youtube.com/watch?v=0SMMo7aQnPY\n\n\n---\n
    Welcome to @fyrstikken I am so happy to see you! Leave a comment below so I know you have been here :)
    \n---", + "category": "steemit", + "children": 56, + "created": "2016-08-30T19:19:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/0SMMo7aQnPY/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=0SMMo7aQnPY" + ], + "tags": [ + "steemit", + "funny", + "comedy", + "fyrstikken", + "entertainment" + ], + "users": [ + "fyrstikken" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 88601715868403, + "payout": 809.229, + "payout_at": "2016-09-06T19:19:30", + "pending_payout_value": "809.229 HBD", + "percent_hbd": 10000, + "permlink": "the-steemit-show-fresh-entertainment-directly-to-you-because-we-need-a-good-laugh-d", + "post_id": 1060237, + "promoted": "122.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 335 + }, + "title": "THE STEEMIT SHOW! - FRESH ENTERTAINMENT DIRECTLY TO YOU! - BECAUSE WE NEED A GOOD LAUGH :D", + "updated": "2016-08-30T19:19:30", + "url": "/steemit/@fyrstikken/the-steemit-show-fresh-entertainment-directly-to-you-because-we-need-a-good-laugh-d" + }, + { + "active_votes": [ + { + "rshares": 6861504603453, + "voter": "xeldal" + }, + { + "rshares": 5924234483394, + "voter": "enki" + }, + { + "rshares": 3099192085, + "voter": "boy" + }, + { + "rshares": 3762483356, + "voter": "bue-witness" + }, + { + "rshares": 697315118, + "voter": "bunny" + }, + { + "rshares": 54010291270, + "voter": "bue" + }, + { + "rshares": 1660921578, + "voter": "mini" + }, + { + "rshares": 213661759, + "voter": "moon" + }, + { + "rshares": 34042532834, + "voter": "aizensou" + }, + { + "rshares": 1305259200680, + "voter": "steempower" + }, + { + "rshares": 622724514, + "voter": "healthcare" + }, + { + "rshares": 967195088, + "voter": "daniel.pan" + }, + { + "rshares": 297041068093, + "voter": "chitty" + }, + { + "rshares": 31488210815, + "voter": "marketingmonk" + }, + { + "rshares": 288140285, + "voter": "helen.tan" + }, + { + "rshares": 46091338521, + "voter": "cyan91" + }, + { + "rshares": 15147326440, + "voter": "jademont" + }, + { + "rshares": 29088869234, + "voter": "instructor2121" + }, + { + "rshares": 2141819165, + "voter": "gekko" + }, + { + "rshares": 692261667883, + "voter": "nanzo-scoop" + }, + { + "rshares": 91718922101, + "voter": "william-noe" + }, + { + "rshares": 12107337047, + "voter": "cian.dafe" + }, + { + "rshares": 236023250940, + "voter": "mummyimperfect" + }, + { + "rshares": 60750319225, + "voter": "tosch" + }, + { + "rshares": 79657198561, + "voter": "asch" + }, + { + "rshares": 1431846323, + "voter": "murh" + }, + { + "rshares": 602018562, + "voter": "kodi" + }, + { + "rshares": 586286811332, + "voter": "cyber" + }, + { + "rshares": 64284714678, + "voter": "ak2020" + }, + { + "rshares": 37511548124, + "voter": "justtryme90" + }, + { + "rshares": 8876135165, + "voter": "johnerfx" + }, + { + "rshares": 391275913, + "voter": "applecrisp" + }, + { + "rshares": 283907126703, + "voter": "hisnameisolllie" + }, + { + "rshares": 1267900436, + "voter": "fjccoin" + }, + { + "rshares": 324237643911, + "voter": "innuendo" + }, + { + "rshares": 20461884222, + "voter": "ossama-benjohn" + }, + { + "rshares": 929020048, + "voter": "johnerminer" + }, + { + "rshares": 1946608196, + "voter": "stephen-somers" + }, + { + "rshares": 1429697273174, + "voter": "sean-king" + }, + { + "rshares": 686886224488, + "voter": "publicworker" + }, + { + "rshares": 2267977999, + "voter": "alefernandez" + }, + { + "rshares": 4224777539, + "voter": "crok" + }, + { + "rshares": 269921024, + "voter": "ales" + }, + { + "rshares": 6602307370, + "voter": "emhaze222" + }, + { + "rshares": 266592981, + "voter": "ladyclair" + }, + { + "rshares": 204013843843, + "voter": "asmolokalo" + }, + { + "rshares": 31880219495, + "voter": "hitmeasap" + }, + { + "rshares": 14064842257, + "voter": "elyaque" + }, + { + "rshares": 25445573460, + "voter": "tcfxyz" + }, + { + "rshares": 7049471118, + "voter": "futurefood" + }, + { + "rshares": 105798664165, + "voter": "cdubendo" + }, + { + "rshares": 147240421388, + "voter": "knircky" + }, + { + "rshares": 41975059972, + "voter": "mrwang" + }, + { + "rshares": 1131075798, + "voter": "mixa" + }, + { + "rshares": 910500105, + "voter": "dicov" + }, + { + "rshares": 4487120677, + "voter": "gikitiki" + }, + { + "rshares": 37452179267, + "voter": "biophil" + }, + { + "rshares": 17227141109, + "voter": "keithsmih" + }, + { + "rshares": 341993222983, + "voter": "bobbylee" + }, + { + "rshares": 24443224969, + "voter": "igster" + }, + { + "rshares": 237985094, + "voter": "zoicneo" + }, + { + "rshares": 6129221694, + "voter": "cryptosi" + }, + { + "rshares": 4162801602, + "voter": "herverisson" + }, + { + "rshares": 19507833697, + "voter": "artific" + }, + { + "rshares": 3498346239, + "voter": "maximkichev" + }, + { + "rshares": 61164729955, + "voter": "thylbom" + }, + { + "rshares": 16745418519, + "voter": "chessmonster" + }, + { + "rshares": 365818230, + "voter": "meteor78" + }, + { + "rshares": 841259695, + "voter": "happyphoenix" + }, + { + "rshares": 7093464346, + "voter": "webdeals" + }, + { + "rshares": 268956346, + "voter": "faraz" + }, + { + "rshares": 4975171514, + "voter": "beanz" + }, + { + "rshares": 112914306, + "voter": "wunju" + }, + { + "rshares": 1909130025, + "voter": "bullionstackers" + }, + { + "rshares": 1993799598, + "voter": "andreynoch" + }, + { + "rshares": 2456070989, + "voter": "belkins" + }, + { + "rshares": 19988784545, + "voter": "williambanks" + }, + { + "rshares": 731723236, + "voter": "pakisnxt" + }, + { + "rshares": 15792261330, + "voter": "magicmonk" + }, + { + "rshares": 238353830, + "voter": "sillygoon" + }, + { + "rshares": 88049981467, + "voter": "sirwinchester" + }, + { + "rshares": 1253580623, + "voter": "villainblack" + }, + { + "rshares": 3360204812, + "voter": "cmorton" + }, + { + "rshares": 54355927, + "voter": "tinca" + }, + { + "rshares": 10079591501, + "voter": "goingpaper" + }, + { + "rshares": 119439375, + "voter": "harrycoins" + }, + { + "rshares": 12237404949, + "voter": "borran" + }, + { + "rshares": 1145609627, + "voter": "bledarus" + }, + { + "rshares": 62332619, + "voter": "razberrijam" + }, + { + "rshares": 7285753049, + "voter": "theb0red1" + }, + { + "rshares": 74755928437, + "voter": "helikopterben" + }, + { + "rshares": 59512540, + "voter": "boatman" + }, + { + "rshares": 3307244480, + "voter": "steveo" + }, + { + "rshares": 12186383861, + "voter": "hilarski" + }, + { + "rshares": 58931862, + "voter": "wesley399" + }, + { + "rshares": 1763987441, + "voter": "unchainedio" + }, + { + "rshares": 8629294348, + "voter": "etcmike" + }, + { + "rshares": 14595736783, + "voter": "krnel" + }, + { + "rshares": 7184799429, + "voter": "daveks" + }, + { + "rshares": 1604647373, + "voter": "penguinpablo" + }, + { + "rshares": 14193492376, + "voter": "mikehere" + }, + { + "rshares": 23042993006, + "voter": "luminousvisions" + }, + { + "rshares": 110372559, + "voter": "team101" + }, + { + "rshares": 84510824, + "voter": "tito-baron" + }, + { + "rshares": 1230797907, + "voter": "profitgenerator" + }, + { + "rshares": 55821108, + "voter": "seckorama" + }, + { + "rshares": 117787613687, + "voter": "dan-bn" + }, + { + "rshares": 24239498471, + "voter": "dubi" + }, + { + "rshares": 140568307, + "voter": "alina1" + }, + { + "rshares": 56372318, + "voter": "patelincho" + }, + { + "rshares": 269335193609, + "voter": "charlieshrem" + }, + { + "rshares": 2984877979, + "voter": "gringalicious" + }, + { + "rshares": 69255373, + "voter": "kattz" + }, + { + "rshares": 50531169, + "voter": "wolfdaze" + }, + { + "rshares": 51342868, + "voter": "steemitmag" + }, + { + "rshares": 65057583, + "voter": "marquismiller" + }, + { + "rshares": 3319272143, + "voter": "adilsontsilva" + }, + { + "rshares": 136773607, + "voter": "iggy" + }, + { + "rshares": 50245473, + "voter": "rony" + }, + { + "rshares": 3365771273, + "voter": "merlin" + } + ], + "author": "marketingmonk", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "https://steemit-bucket-4a743ec2.s3.amazonaws.com/Getting%20More%20Attention%20By%20Using%20The%20Promote%20Button.jpg\n\nThis is the eighth installment of what will turn into a paid course called The Complete Steemit Course.\n\nHere is Steemit Tutorial 8: Getting More Attention By Using The Promote Button:\n\n**(please note that this video was updated with a corrected version 23 hours after the original post)**\nhttps://www.youtube.com/watch?v=ob9Zksnguzg\n\nPrevious lessons here:\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-1-creating-an-account-on-steemit-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-2-steemit-account-dashboard-overview-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-3-creating-our-first-ever-basic-post-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-4-reading-writing-decorating-and-voting-on-comments-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-5-voting-power-weighting-spying-and-managing-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-6-getting-paid-twice-from-the-steem-network-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-7-buying-steem-power-with-steem-dollars-or-bitcoin-video\n\nPlease upvote to show your support, I really appreciate it.\nhttps://img1.steemit.com/0x0/https://www.cryptoversity.com/wp-content/uploads/Steemit-upvote-cta-3.gif", + "category": "steemit", + "children": 18, + "created": "2016-08-31T12:33:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://steemit-bucket-4a743ec2.s3.amazonaws.com/Getting%20More%20Attention%20By%20Using%20The%20Promote%20Button.jpg", + "https://img.youtube.com/vi/ob9Zksnguzg/0.jpg", + "https://img1.steemit.com/0x0/https://www.cryptoversity.com/wp-content/uploads/Steemit-upvote-cta-3.gif" + ], + "links": [ + "https://www.youtube.com/watch?v=ob9Zksnguzg", + "https://steemit.com/steemit/@marketingmonk/steemit-tutorial-1-creating-an-account-on-steemit-video", + "https://steemit.com/steemit/@marketingmonk/steemit-tutorial-2-steemit-account-dashboard-overview-video", + "https://steemit.com/steemit/@marketingmonk/steemit-tutorial-3-creating-our-first-ever-basic-post-video", + "https://steemit.com/steemit/@marketingmonk/steemit-tutorial-4-reading-writing-decorating-and-voting-on-comments-video", + "https://steemit.com/steemit/@marketingmonk/steemit-tutorial-5-voting-power-weighting-spying-and-managing-video", + "https://steemit.com/steemit/@marketingmonk/steemit-tutorial-6-getting-paid-twice-from-the-steem-network-video", + "https://steemit.com/steemit/@marketingmonk/steemit-tutorial-7-buying-steem-power-with-steem-dollars-or-bitcoin-video" + ], + "tags": [ + "steemit", + "tutorial", + "howto", + "steem", + "video" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 21127721369166, + "payout": 55.734, + "payout_at": "2016-09-07T12:33:12", + "pending_payout_value": "55.734 HBD", + "percent_hbd": 10000, + "permlink": "steemit-tutorial-8-getting-more-attention-by-using-the-promote-button-video", + "post_id": 1070095, + "promoted": "121.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 120 + }, + "title": "Steemit Tutorial 8: Getting More Attention By Using The Promote Button [VIDEO]", + "updated": "2016-09-01T11:32:03", + "url": "/steemit/@marketingmonk/steemit-tutorial-8-getting-more-attention-by-using-the-promote-button-video" + }, + { + "active_votes": [ + { + "rshares": 28865473791883, + "voter": "dantheman" + }, + { + "rshares": 17174544934448, + "voter": "rainman" + }, + { + "rshares": 6741398871343, + "voter": "xeldal" + }, + { + "rshares": 8391169619604, + "voter": "pharesim" + }, + { + "rshares": 5925252164516, + "voter": "enki" + }, + { + "rshares": 187621512499, + "voter": "svk" + }, + { + "rshares": 3099515402, + "voter": "boy" + }, + { + "rshares": 3762904646, + "voter": "bue-witness" + }, + { + "rshares": 697373904, + "voter": "bunny" + }, + { + "rshares": 1585286495451, + "voter": "steemychicken1" + }, + { + "rshares": 54046050794, + "voter": "bue" + }, + { + "rshares": 1661086507, + "voter": "mini" + }, + { + "rshares": 5907379161631, + "voter": "witness.svk" + }, + { + "rshares": 213673190, + "voter": "moon" + }, + { + "rshares": 2142024197765, + "voter": "joseph" + }, + { + "rshares": 33250846024, + "voter": "aizensou" + }, + { + "rshares": 740067577802, + "voter": "masteryoda" + }, + { + "rshares": 253842278185, + "voter": "pheonike" + }, + { + "rshares": 622778402, + "voter": "healthcare" + }, + { + "rshares": 1120034999305, + "voter": "tuck-fheman" + }, + { + "rshares": 967281634, + "voter": "daniel.pan" + }, + { + "rshares": 823522090888, + "voter": "steemrollin" + }, + { + "rshares": 31150917768, + "voter": "marketingmonk" + }, + { + "rshares": 40749565179, + "voter": "alexgr" + }, + { + "rshares": 288158246, + "voter": "helen.tan" + }, + { + "rshares": 80058020962, + "voter": "edgeland" + }, + { + "rshares": 411023729959, + "voter": "chryspano" + }, + { + "rshares": 78077847939, + "voter": "easteagle13" + }, + { + "rshares": 173731843505, + "voter": "jamtaylor" + }, + { + "rshares": 7585671701, + "voter": "fran2k" + }, + { + "rshares": 550644954644, + "voter": "eeks" + }, + { + "rshares": 36301508450, + "voter": "james-show" + }, + { + "rshares": 8059949925, + "voter": "richman" + }, + { + "rshares": 14125062140, + "voter": "cian.dafe" + }, + { + "rshares": 426969856, + "voter": "zheka-melnikov" + }, + { + "rshares": 570227675922, + "voter": "kevinwong" + }, + { + "rshares": 1431967857, + "voter": "murh" + }, + { + "rshares": 47661340196, + "voter": "nphacker" + }, + { + "rshares": 195004765553, + "voter": "dragonslayer109" + }, + { + "rshares": 37374648233, + "voter": "ranko-k" + }, + { + "rshares": 511396696440, + "voter": "cyber" + }, + { + "rshares": 21926968622, + "voter": "treeleaves" + }, + { + "rshares": 20539865673, + "voter": "thecryptofiend" + }, + { + "rshares": 37511548124, + "voter": "justtryme90" + }, + { + "rshares": 11592122420, + "voter": "zebbra2014" + }, + { + "rshares": 9361058328, + "voter": "johnerfx" + }, + { + "rshares": 107752715191, + "voter": "kenny-crane" + }, + { + "rshares": 13348057713, + "voter": "samether" + }, + { + "rshares": 251383713111, + "voter": "kaylinart" + }, + { + "rshares": 13352180210, + "voter": "facer" + }, + { + "rshares": 20461698330, + "voter": "ossama-benjohn" + }, + { + "rshares": 334447067, + "voter": "hendra-khaidir" + }, + { + "rshares": 138950405749, + "voter": "thedashguy" + }, + { + "rshares": 86227251302, + "voter": "kimziv" + }, + { + "rshares": 14067763080, + "voter": "magnebit" + }, + { + "rshares": 1170048458, + "voter": "alexft" + }, + { + "rshares": 16019230638, + "voter": "acassity" + }, + { + "rshares": 210538398, + "voter": "ales" + }, + { + "rshares": 3374026415, + "voter": "michaellamden68" + }, + { + "rshares": 204013843843, + "voter": "asmolokalo" + }, + { + "rshares": 10364264135, + "voter": "jako" + }, + { + "rshares": 132657096959, + "voter": "chhayll" + }, + { + "rshares": 240080589407, + "voter": "fabio" + }, + { + "rshares": 466928201309, + "voter": "juneaugoldbuyer" + }, + { + "rshares": 296710962, + "voter": "damono" + }, + { + "rshares": 210192659, + "voter": "adamgud" + }, + { + "rshares": 36264884009, + "voter": "redpalestino" + }, + { + "rshares": 72257534352, + "voter": "derekareith" + }, + { + "rshares": 113581011154, + "voter": "crypt0" + }, + { + "rshares": 144039542662, + "voter": "knircky" + }, + { + "rshares": 13532699743, + "voter": "mrgreen" + }, + { + "rshares": 143380752469, + "voter": "jacor" + }, + { + "rshares": 515148804, + "voter": "warplat" + }, + { + "rshares": 14019560181, + "voter": "sebastien" + }, + { + "rshares": 2932258651, + "voter": "steemit-life" + }, + { + "rshares": 109188618706, + "voter": "paco" + }, + { + "rshares": 8923261762, + "voter": "deviedev" + }, + { + "rshares": 29701247281, + "voter": "jpiper20" + }, + { + "rshares": 11929926137, + "voter": "meesterboom" + }, + { + "rshares": 12871286440, + "voter": "jaycobbell" + }, + { + "rshares": 10289043539, + "voter": "cloveandcinnamon" + }, + { + "rshares": 7236481997, + "voter": "corinnestokes" + }, + { + "rshares": 332446975, + "voter": "luisucv34" + }, + { + "rshares": 2027442179, + "voter": "dimon14" + }, + { + "rshares": 3629922224, + "voter": "maximkichev" + }, + { + "rshares": 1001662053, + "voter": "jsteck" + }, + { + "rshares": 82686830113, + "voter": "me-tarzan" + }, + { + "rshares": 2424094754, + "voter": "sgnsteems" + }, + { + "rshares": 59943852587, + "voter": "thylbom" + }, + { + "rshares": 3219325103, + "voter": "moviefan" + }, + { + "rshares": 3034936936, + "voter": "travelista" + }, + { + "rshares": 3573419992, + "voter": "birdie" + }, + { + "rshares": 2030193955, + "voter": "bola" + }, + { + "rshares": 17744271849, + "voter": "celsius100" + }, + { + "rshares": 1894056221, + "voter": "idan4326" + }, + { + "rshares": 74885413307, + "voter": "rea" + }, + { + "rshares": 3547300393, + "voter": "mastletter" + }, + { + "rshares": 400623749, + "voter": "meteor78" + }, + { + "rshares": 26243392108, + "voter": "zaebars" + }, + { + "rshares": 333358949, + "voter": "valenttina" + }, + { + "rshares": 261379803, + "voter": "lexinferno" + }, + { + "rshares": 6108553793, + "voter": "tony.jennings" + }, + { + "rshares": 203458546034, + "voter": "johnsmith" + }, + { + "rshares": 6960645822, + "voter": "summonerrk" + }, + { + "rshares": 107496012, + "voter": "activcat" + }, + { + "rshares": 841259695, + "voter": "happyphoenix" + }, + { + "rshares": 445706908, + "voter": "kooshikoo" + }, + { + "rshares": 7093464346, + "voter": "webdeals" + }, + { + "rshares": 208498554, + "voter": "shadyonline" + }, + { + "rshares": 184772599, + "voter": "bitmap" + }, + { + "rshares": 17665762711, + "voter": "pinkisland" + }, + { + "rshares": 10248653702, + "voter": "sisterholics" + }, + { + "rshares": 31943139423, + "voter": "brianphobos" + }, + { + "rshares": 5344490062, + "voter": "logic" + }, + { + "rshares": 362618765, + "voter": "laurame86" + }, + { + "rshares": 10175387109, + "voter": "phoenixmaid" + }, + { + "rshares": 69849820, + "voter": "salamanca1987ar" + }, + { + "rshares": 4975171514, + "voter": "beanz" + }, + { + "rshares": 15053973666, + "voter": "smailer" + }, + { + "rshares": 2456070989, + "voter": "belkins" + }, + { + "rshares": 19368137736, + "voter": "williambanks" + }, + { + "rshares": 1049062937, + "voter": "metaflute" + }, + { + "rshares": 1951944925, + "voter": "sykochica" + }, + { + "rshares": 375668517110, + "voter": "laonie" + }, + { + "rshares": 23834697789, + "voter": "rawnetics" + }, + { + "rshares": 2595700392, + "voter": "timcliff" + }, + { + "rshares": 121563194275, + "voter": "bridgetbunchy" + }, + { + "rshares": 6307916292, + "voter": "myfirst" + }, + { + "rshares": 102479436470, + "voter": "somebody" + }, + { + "rshares": 3835982150, + "voter": "flysaga" + }, + { + "rshares": 15650028306, + "voter": "timelapse" + }, + { + "rshares": 35535725906, + "voter": "timsaid" + }, + { + "rshares": 19821844477, + "voter": "midnightoil" + }, + { + "rshares": 5921167530, + "voter": "minion" + }, + { + "rshares": 3067653962, + "voter": "steemleak" + }, + { + "rshares": 45657317456, + "voter": "xiaohui" + }, + { + "rshares": 13118148961, + "voter": "jphamer1" + }, + { + "rshares": 228819677, + "voter": "sillygoon" + }, + { + "rshares": 52521013, + "voter": "nickche" + }, + { + "rshares": 714188538, + "voter": "boddhisattva" + }, + { + "rshares": 1438747070, + "voter": "xiaokongcom" + }, + { + "rshares": 56250267, + "voter": "biggdogg" + }, + { + "rshares": 687153403, + "voter": "future24" + }, + { + "rshares": 773487823, + "voter": "alifton" + }, + { + "rshares": 10323552313, + "voter": "cristi" + }, + { + "rshares": 510558795, + "voter": "galamirissa" + }, + { + "rshares": 61569261, + "voter": "hysmagus" + }, + { + "rshares": 233196315, + "voter": "naifaz" + }, + { + "rshares": 3570294010, + "voter": "xianjun" + }, + { + "rshares": 22911239981, + "voter": "hanshotfirst" + }, + { + "rshares": 5838110908, + "voter": "lordvader" + }, + { + "rshares": 4508841975, + "voter": "melek" + }, + { + "rshares": 795125532, + "voter": "kateblack" + }, + { + "rshares": 63734270, + "voter": "evgenyche" + }, + { + "rshares": 1145609627, + "voter": "bledarus" + }, + { + "rshares": 174751392, + "voter": "florentina" + }, + { + "rshares": 235328801, + "voter": "microluck" + }, + { + "rshares": 10748521073, + "voter": "kyriacos" + }, + { + "rshares": 20522445870, + "voter": "runaway-psyche" + }, + { + "rshares": 64551062343, + "voter": "serejandmyself" + }, + { + "rshares": 1258347207, + "voter": "kollapsik" + }, + { + "rshares": 51095992, + "voter": "kamil5" + }, + { + "rshares": 2976838803, + "voter": "netaterra" + }, + { + "rshares": 2291984181, + "voter": "mweich" + }, + { + "rshares": 97567611, + "voter": "claudia" + }, + { + "rshares": 35066739983, + "voter": "someguy123" + }, + { + "rshares": 12921415762, + "voter": "mikemacintire" + }, + { + "rshares": 2006235920, + "voter": "stillsafe" + }, + { + "rshares": 7454987616, + "voter": "generation.easy" + }, + { + "rshares": 76843163, + "voter": "joelbow" + }, + { + "rshares": 11509373633, + "voter": "hilarski" + }, + { + "rshares": 6671849990, + "voter": "booky" + }, + { + "rshares": 23649624986, + "voter": "daut44" + }, + { + "rshares": 11380609295, + "voter": "steemitpatina" + }, + { + "rshares": 76756531, + "voter": "xntryk1" + }, + { + "rshares": 111425803, + "voter": "jyezie" + }, + { + "rshares": 1181054867, + "voter": "lenar" + }, + { + "rshares": 85913014, + "voter": "jtstreetman" + }, + { + "rshares": 55633002031, + "voter": "skum" + }, + { + "rshares": 72888933, + "voter": "uziriel" + }, + { + "rshares": 67994567, + "voter": "kreativ" + }, + { + "rshares": 55443372, + "voter": "dazedbunny" + }, + { + "rshares": 1580324483, + "voter": "funkywanderer" + }, + { + "rshares": 10800740085, + "voter": "sabot" + }, + { + "rshares": 108822425815, + "voter": "roy2016" + }, + { + "rshares": 7184066856, + "voter": "davidbrogan" + }, + { + "rshares": 316281166, + "voter": "getonthetrain" + }, + { + "rshares": 56017401, + "voter": "mnviking" + }, + { + "rshares": 3639301731, + "voter": "ericbotticelli" + }, + { + "rshares": 56566110, + "voter": "minihelp" + }, + { + "rshares": 3319520861, + "voter": "titusfrost" + }, + { + "rshares": 346743386, + "voter": "masonmiler" + }, + { + "rshares": 16416762623, + "voter": "hunterisgreat" + }, + { + "rshares": 84510824, + "voter": "tito-baron" + }, + { + "rshares": 55936364, + "voter": "minisupport" + }, + { + "rshares": 766025841, + "voter": "stepa" + }, + { + "rshares": 24770721231, + "voter": "dubi" + }, + { + "rshares": 9370846764, + "voter": "goose" + }, + { + "rshares": 4836979493, + "voter": "dexter-k" + }, + { + "rshares": 93771031, + "voter": "alina1" + }, + { + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "rshares": 105329833, + "voter": "roxanne" + }, + { + "rshares": 59536536, + "voter": "knight-angel" + }, + { + "rshares": 53043871, + "voter": "ramooz" + }, + { + "rshares": 1576328130, + "voter": "bitcoinparadise" + }, + { + "rshares": 68442517, + "voter": "projecthor" + }, + { + "rshares": 2921775535, + "voter": "gringalicious" + }, + { + "rshares": 2610482432, + "voter": "robcichocki" + }, + { + "rshares": 52282021, + "voter": "pdavid000" + }, + { + "rshares": 54464967, + "voter": "mynameisricky" + }, + { + "rshares": 89309975, + "voter": "ola1" + }, + { + "rshares": 5219360203, + "voter": "herpetologyguy" + }, + { + "rshares": 55029837, + "voter": "jessica.tan" + }, + { + "rshares": 50878690, + "voter": "bobbybillbob" + }, + { + "rshares": 91297442, + "voter": "qezzit" + }, + { + "rshares": 80288789, + "voter": "benberger" + } + ], + "author": "thecryptofiend", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "\n

    Introduction

    \n

    \n

    I have found myself in a contemplative mood over the last few days.  The main reason for this that I am due to have surgery on my left eye this Thursday (1st September) - sorry for constantly bringing it up and being such a wimp.  

    \n

    The surgery is routine and is in some ways self-inflicted - it is due to a complication with having had laser eye surgery last year to correct my vision.  

    \n

    Had I not had that done I wouldn't be in this position (although) I don't regret it.  No procedure is without risk and since this is a second procedure the risk is increased.  It is even greater because I am also a type I diabetic (on insulin) which slows healing down and makes complications more likely.

    \n

    My eyesight is very important to me particularly due to my artistic hobbies like photography.  Luckily my right eye is absolutely fine at the moment.

    \n

    Anyway the natural anxiety over this has lead me to be quite introspective and think about life in general.  I have been thinking back to some of the the things I have learned and how they might have helped me had I known them when I was younger.

    \n

    They are in no particular order.  I make no apologies for some of them being quite obvious or even the sort of cheesy advice you would read on a greeting card.

    \n

    So here they are in no particular order:

    \n


    \n

    Money and your career are important but not that important

    \n

    \n

    When I was younger I was (like many kids) convinced that having lots of money would bring happiness.  Having the latest Nike Air Jordans and most fashionable clothes, gadgets and the like was a matter of not only pride but vane necessity.

    \n

    It was only later that I started to realise that whilst money is a necessity for paying bills and the like it is only a tool.  Above a certain level of comfort having more money doesn't really equate to being happier.  It just equates to being able to have more \"things\" i.e. possessions.  

    \n

    Depending on how you get the money it can also lead to a poverty of the more valuable commodity which is time.  

    \n

    By similar extension whilst your career should be important it should not be the most important thing in your life.  No matter what you do you aren't going to be able to buy yourself more time so don't waste it needlessly going after more money or a better position at work.  

    \n

    It is a kind of Faustian pact where you get the worse end of the deal.  

    \n

    Time is the truly important commodity and sharing it with others is one of the most valuable uses of it.

    \n


    \n

    Following the herd (or shoal) doesn't doesn't pay off

    \n

    \n

    We are all programmed by society and culture to follow what is \"normal\" and ordinary.  This is especially true during those early teen years.  Even though we pretend to rebel by picking subcultures like goth, emo, metalhead or whatever this is just a thinly veiled surface level of individuality.  

    \n

    At it's base it is as conformist as anything else and is merely designed to massage our egos whilst still allowing us to be cocooned within the comfort of our own selected \"tribe\".

    \n

    Truly great people, the kind that change the world don't follow herds or tribes or anything else.  They set their own destiny and forge their own path.  

    \n

    They make the world follow them.

    \n

    I know what kind of person I would rather be and it isn't one of the sheep.

    \n


    \n

    Follow your own dreams not those of others

    \n

    \n

    This is related to the idea of ignoring \"herd mentality\".  We often have dreams and expectations placed upon us by our family, friends and teachers.  I remember once telling one of my teachers that I wanted to be an artist or a film director and being told:

    \n

    \"You are much too clever to waste your life on something like that.  You should be a doctor or a lawyer.\"

    \n

    It may seem like a complement but these kind of sentiments can be just as damaging as more obviously disparaging ones because they psychologically close down certain options in our lives.  One can be made to feel that doing what we want would be letting our family, friends and educators down so we push those things aside and just do what is expected of us.

    \n

    This ultimately leads to dissatisfaction with our work and our lives.  It is much harder to change this in your thirties or later and much easier in practical terms to do it when you are in your teen years and choosing your career.  

    \n

    Paradoxically it seems harder in your teens to say no to the psychological pressure even though it is ultimately your choice.

    \n

    Self confidence in your own ability to know what you truly want early one pays off in the long term.  Don't live your life for other people.

    \n


    \n

    People who agree with you all the time aren't helping you

    \n

    \n

    We naturally like to associate with people who have similar views to us and seem agreeable to us.  This is part of human nature.  Unfortunately what many of us don't realise when we are younger is that a good friend needs to be honest with us.  

    \n

    Someone who is always a \"Yes-man\" can actually encourage us to stagnate and reinforce our negative behaviours.  It is simply not healthy and it is dishonest.  Your best friends are those who tell you the truth and call you out on your bullshit.  

    \n

    Similarly in your work and acedemic life it is important to listen to conflicting opinions.  Just reading material that agrees with what you already think prevents you from evolving both from a personal and an intellectual standpoint.  

    \n

    We can see this in modern internet culture where people focus purely on material that agrees with their political or societal opinions.  

    \n

    Ultimately it leads to greater division, polarisation and entrenchment of attitudes.

    \n


    \n

    There is no shame in changing your opinion

    \n

    \n

    To some degree people who have very strong opinions may be respected.  It is seen as a sign of confidence.  

    \n

    It could also be a sign of inflexibility and inability to change.  

    \n

    I believe now that life is all about change and evolution.  If you stop moving you get left behind.  

    \n

    When I was younger I would stubbornly hold on to opinions and beliefs as a matter of pride.  There was a certain amount of machismo behind sticking to your opinions and not conceding to those of others.  To change them would be seen as some sort of humiliation.

    \n

    This is a complete fallacy of course.  

    \n

    To stick to an opinion merely for the sake of not changing is not only foolish it is positively pathological.  

    \n

    Ultimately it means that you do not progress as a person.  I now realise there is no shame in changing your position and admitting that you were wrong.  

    \n

    In many ways it is a lot braver because you are sure to get flack from others who are unable to do the same for \"flip-flopping\".

    \n


    \n


    \n

    Cherish your friends and family because you don't know how long you have with them

    \n

    \n

    I found this out the hard way in my early twenties.  A friend of mine (let's call him John) who I had been with throughout Junior school went to a different college from me.  This was in a different area of the country.  Though we often made plans to get together they would often follow through for logistical reasons.

    \n

    Over time our conversations and meetings became less and less frequent as \"life\" started to get in the way.  

    \n

    A few years later when I was home from University and I hadn't heard from him in a while I bumped into a mutual friend.

    \n

    Nothing in my life had prepared me for what I heard next.  

    \n

    A year earlier John had been involved in a minor road accident whilst riding his motorbike.  He had fallen off as a result and had received what seemed at the time like a minor knock to his head.  Feeling fine he had decided that he didn't need to go to hospital.  

    \n

    Unfortunately for him, that minor knock on his head had ruptured a small artery in his meninges, resulting in a slow but progressive increase in intracranial pressure.  

    \n

    A few hours later he literally dropped dead.  He was only 21.

    \n

    I felt so much guilt.  

    \n

    This friend had been so close, like a brother to me.  

    \n

    He had died so suddenly and I hadn't even known.  

    \n

    I had so many regrets - maybe if we had gotten together before his death it could somehow have changed things just enough to prevent this from happening?  

    \n

    I kept having such thoughts and I still have them from time to time.

    \n

    I don't think I have every truly gotten over the trauma of this.

    \n

    You assume that the people you care about and love will always be there just because you can't imagine life without them.  

    \n

    The fact is life is fragile.  Nobody knows how long they have to live.

    \n

    Life and death happen all around us all the time.  

    \n

    Appreciate and spend time with loved ones whilst you can because you never know when that time will be up, either for you or for them.

    \n


    \n

    Your parents and grandparents were young too

    \n

    \n

    One of my teachers at school used to say that -

    \n

    \"When you are young you know everything except your own ignorance.\" 

    \n

     This is so true.  Once we become teenagers we tend to assume we know better than everyone else.  

    \n

    When our parents and grandparents give us valuable advice we tend to ignore it because - what do they know?  

    \n

    We tend to forget that they were once young and had the same kind of hopes and dreams we do.  By being further on in their lives and having more experience they can give us a perspective that we lack.

    \n

    They are a resource that we ignore at our peril.

    \n


    \n

    Never give up on your hobbies and interests

    \n

    \n

    We all know the saying that \"variety is the spice of life\".  We all tend to get pushed for time as we get older and develop more responsibilities.  

    \n

    It is very easy to give up on those simple hobbies that gave us so much pleasure when we were younger.  

    \n

    Whether it was engaging in a particular sport, listening to music, enjoying nature or just travelling we tend to give less importance and priority to these activities.

    \n

    These kind of activities are very important for recharging our mental energy and helping us to get away from the worries and concerns of life.  

    \n

    One could almost consider them to be like a from of activity based meditation.

    \n

    I gave up on my art work for many years due to the sheer workload I had during University and then in work.  

    \n

    This was a mistake and it was only through being forced to re-enage with it through ill health that I realised how important and fulfilling a part of my life it was and now still is.

    \n


    \n

    My Final Point: Life is short make sure you actually experience it

    \n

    \n

    As you get older you start to realise how quickly time passes by.  We have a tendency to live in either the past or the future, rarely experiencing the present.  

    \n

    Not only does this make time appear to pass more quickly but it also leaves us unable to appreciate what we have at the time only realising it later through the lens of hindsight.  

    \n

    One of the principles of mindfulness is the idea of recapturing and experiencing the moment.  

    \n

    I think we would all do well to follow this idea.  

    \n

    By reconnecting with our momentary existence we can become more aware of our own thoughts, feelings and what we ultimately want.  

    \n

    It can also allow us to readjust our focus on what is important and start to concentrate on it more whilst we still have time.  

    \n

    So many of us simply drift through our lives without the kind of focus this could provide and you don't want to be the person who starts making these kind of observations when it is too late for you to be doing anything with them.

    \n

    You don't want to end up feeling like you were just a passive bystander or a passenger in your own life.

    \n


    \n

    Conclusion

    \n

    \n

    Thanks very much for reading.  I hope you found it useful and interesting.

    \n

    Do you have any similar things that you wished you had known when you were younger? Please share in the comments below.

    \n

    This will probably be my last post for a while as I am due to have eye surgery tomorrow and will be recuperating for some days.  

    \n

    If I have time I might put out another post before the operation but if I don't please all take care and I wish you all the best.

    \n


    \n

    You can find more of my work by following me @thecryptofiend - thanks.

    \n", + "category": "life", + "children": 67, + "created": "2016-08-31T17:41:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/08/31/iStock_75367465_SMALLee110.jpg", + "https://www.steemimg.com/images/2016/08/31/Serbian-Dinar-and-another-Currency-000082274485_Smalla1ad2.jpg", + "https://www.steemimg.com/images/2016/08/31/iStock_16631433_SMALLec951.jpg", + "https://www.steemimg.com/images/2016/08/31/iStock_76511897_SMALL42a71.jpg", + "https://www.steemimg.com/images/2016/08/31/Better_an_open_enemy_false_friendb2a45.png", + "https://www.steemimg.com/images/2016/08/31/chinese-proverb-on-windmilla2b73.jpg", + "https://www.steemimg.com/images/2016/08/31/Happy-multigeneration-family-walking-in-the-countryside-000073792689_Small8784a.jpg", + "https://www.steemimg.com/images/2016/08/31/Photo-album---photos-of-children-000070298559_Small3feff.jpg", + "https://www.steemimg.com/images/2016/08/31/painting-brush53238.jpg", + "https://www.steemimg.com/images/2016/08/31/iStock_89191645_SMALL0da25.jpg", + "https://www.steemimg.com/images/2016/08/31/iStock_57565926_SMALLac7bb.jpg" + ], + "tags": [ + "life", + "philosophy", + "psychology", + "writing", + "steemsquad" + ], + "users": [ + "thecryptofiend" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 87244901893478, + "payout": 778.04, + "payout_at": "2016-09-07T17:41:00", + "pending_payout_value": "778.040 HBD", + "percent_hbd": 10000, + "permlink": "things-i-wish-i-d-known-when-i-was-18", + "post_id": 1073636, + "promoted": "120.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 216 + }, + "title": "Things I wish I'd known when I was 18", + "updated": "2016-09-01T00:56:30", + "url": "/life/@thecryptofiend/things-i-wish-i-d-known-when-i-was-18" + }, + { + "active_votes": [ + { + "rshares": 12795811535287, + "voter": "rainman" + }, + { + "rshares": 372316824459, + "voter": "berkah" + }, + { + "rshares": 143470451897, + "voter": "svk" + }, + { + "rshares": 898984807435, + "voter": "liondani" + }, + { + "rshares": 2479522245, + "voter": "boy" + }, + { + "rshares": 3010199699, + "voter": "bue-witness" + }, + { + "rshares": 557883458, + "voter": "bunny" + }, + { + "rshares": 471708497687, + "voter": "ajvest" + }, + { + "rshares": 43227563325, + "voter": "bue" + }, + { + "rshares": 1328824820, + "voter": "mini" + }, + { + "rshares": 4508768018730, + "voter": "witness.svk" + }, + { + "rshares": 170935941, + "voter": "moon" + }, + { + "rshares": 34042532834, + "voter": "aizensou" + }, + { + "rshares": 748581030023, + "voter": "pfunk" + }, + { + "rshares": 258887406145, + "voter": "pheonike" + }, + { + "rshares": 498208362, + "voter": "healthcare" + }, + { + "rshares": 773801809, + "voter": "daniel.pan" + }, + { + "rshares": 823317276751, + "voter": "steemrollin" + }, + { + "rshares": 302719926634, + "voter": "chitty" + }, + { + "rshares": 230521375, + "voter": "helen.tan" + }, + { + "rshares": 411375686313, + "voter": "chryspano" + }, + { + "rshares": 26495887427, + "voter": "blackjincrypto" + }, + { + "rshares": 74201402070, + "voter": "easteagle13" + }, + { + "rshares": 34871878822, + "voter": "james-show" + }, + { + "rshares": 1431720661, + "voter": "murh" + }, + { + "rshares": 935697420, + "voter": "leprechaun" + }, + { + "rshares": 37511548124, + "voter": "justtryme90" + }, + { + "rshares": 10314861252, + "voter": "johnerfx" + }, + { + "rshares": 22856402506, + "voter": "m4ever" + }, + { + "rshares": 13346309453, + "voter": "samether" + }, + { + "rshares": 1138049559, + "voter": "johnerminer" + }, + { + "rshares": 129179648054, + "voter": "thedashguy" + }, + { + "rshares": 80804852397, + "voter": "kimziv" + }, + { + "rshares": 302683064, + "voter": "gerber" + }, + { + "rshares": 198782719642, + "voter": "asmolokalo" + }, + { + "rshares": 7568897676, + "voter": "kakradetome" + }, + { + "rshares": 124699737174, + "voter": "chhayll" + }, + { + "rshares": 246771748723, + "voter": "fabio" + }, + { + "rshares": 69581481372, + "voter": "derekareith" + }, + { + "rshares": 12190374285, + "voter": "picokernel" + }, + { + "rshares": 143380752469, + "voter": "jacor" + }, + { + "rshares": 22868729155, + "voter": "halo" + }, + { + "rshares": 614055241, + "voter": "cherish" + }, + { + "rshares": 192822819405, + "voter": "jesta" + }, + { + "rshares": 35158481984, + "voter": "biophil" + }, + { + "rshares": 10952411440, + "voter": "senseiteekay" + }, + { + "rshares": 13738300392, + "voter": "all-of-us" + }, + { + "rshares": 4088366345, + "voter": "rainchen" + }, + { + "rshares": 365818230, + "voter": "meteor78" + }, + { + "rshares": 13209938808, + "voter": "carlidos" + }, + { + "rshares": 841259695, + "voter": "happyphoenix" + }, + { + "rshares": 7093464346, + "voter": "webdeals" + }, + { + "rshares": 11024739057, + "voter": "sisterholics" + }, + { + "rshares": 268956346, + "voter": "faraz" + }, + { + "rshares": 10075803326, + "voter": "michaeldodridge" + }, + { + "rshares": 19988784545, + "voter": "williambanks" + }, + { + "rshares": 4933785537, + "voter": "jed78" + }, + { + "rshares": 3865257981, + "voter": "dumar022" + }, + { + "rshares": 402412698850, + "voter": "laonie" + }, + { + "rshares": 76821186326, + "voter": "twinner" + }, + { + "rshares": 8809932426, + "voter": "myfirst" + }, + { + "rshares": 96034818561, + "voter": "somebody" + }, + { + "rshares": 3834585662, + "voter": "flysaga" + }, + { + "rshares": 19814357142, + "voter": "midnightoil" + }, + { + "rshares": 45623458403, + "voter": "xiaohui" + }, + { + "rshares": 1327717265, + "voter": "xiaokongcom" + }, + { + "rshares": 63750303, + "voter": "biggdogg" + }, + { + "rshares": 54355927, + "voter": "tinca" + }, + { + "rshares": 14055782855, + "voter": "scaredycatguide" + }, + { + "rshares": 3569023089, + "voter": "xianjun" + }, + { + "rshares": 1227614779, + "voter": "bledarus" + }, + { + "rshares": 235297436, + "voter": "microluck" + }, + { + "rshares": 6857054058, + "voter": "theb0red1" + }, + { + "rshares": 71823713867, + "voter": "helikopterben" + }, + { + "rshares": 50094162, + "voter": "pollina" + }, + { + "rshares": 11509623311, + "voter": "hilarski" + }, + { + "rshares": 54497132206, + "voter": "skum" + }, + { + "rshares": 12067433608, + "voter": "ryan-singer" + }, + { + "rshares": 384999327, + "voter": "eight-rad" + }, + { + "rshares": 2311621568, + "voter": "blockcodes" + }, + { + "rshares": 53351751, + "voter": "rusla" + }, + { + "rshares": 50094345, + "voter": "kosmatimuc" + }, + { + "rshares": 84510824, + "voter": "tito-baron" + }, + { + "rshares": 23711007445, + "voter": "dubi" + }, + { + "rshares": 50196187, + "voter": "post-successful" + }, + { + "rshares": 4120769636, + "voter": "burnin" + }, + { + "rshares": 50531169, + "voter": "wolfdaze" + }, + { + "rshares": 1301309204, + "voter": "robotev" + } + ], + "author": "james-show", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Trading Steem is not hard. In that part steem(it) development team has done a great job. Compared to the establishment Steem is a huge step in the right direction of fairness and openness.\n# How the JS index works\nJS measures the net result of the buyers and sellers actions.\nEveryone buying Steem (or anything else) in any financial instruments market does it to profit. Interesting distinction is however if those buyers or seller do expect their profits short term or long term.\n\n## How short term Steem \u201cspeculators\u201d act?\nThey buy steem and expect return in a matter of days, weeks, months.\n## How long term Steem \u201cinvestors\u201d act?\nThey buy steem and expect return in a matter of years. They buy steem, and in this particular high devaluation environment that Steem is quickly power up .\n\nMeasuring the net result from the Steem \u201cspeculators\u201d and Steem \u201cinvestors\u201d buying, compared to Steem owners selling can give us the ultimate tool to measure the future price movement of Steem (in the short to medium term).\n\n# And it turns out to be incredible easy\nAll of the described above is nothing more than the \u2026 increase/decrease of the total Steem held by exchanges! (with a few caveats I will keep proprietary for now)\n\n# How this matters\u2026 give me a practice example.\nOK here it is.\nSteem hit a local low of 0.001224 btc/steem on 08/29 4:30 UTC. Since then the price is generally higher. Should you buy (out of FOMO) or wait for the price to come down to even lower levels sometime in the near future.\nIf JS index has fallen down since 08/29 (as it has indeed) this means that all the buying (price increase) was by short time speculators. So, if no news justifie their buying exuberance, you can expect soon those speculative buyers to give up/cash out of their short term position and the price to continue following the long term trend of the JS index itself.\n\n# Initial JS index\nThe index is set at __1000.000__ as for 2016-07-26 12:56:12 UTC\n\n# Current JS index\nAs of 2016-08-31 03:03 (UTC) the value is: __553.650__\n#\n[EDIT]\nBelow is a chart of JS Index and Steem price for July 27th to Aug 30th NB some days have more than one data point.\n#\n\n![Imgur](http://i.imgur.com/Ukazg7G.png)\n#\n#steemit #trading #finance #steem #money", + "category": "steemit", + "children": 18, + "created": "2016-08-31T04:11:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/Ukazg7G.png" + ], + "tags": [ + "steemit", + "trading", + "finance", + "steem", + "money" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 24273347100904, + "payout": 68.636, + "payout_at": "2016-09-07T04:11:24", + "pending_payout_value": "68.636 HBD", + "percent_hbd": 10000, + "permlink": "the-only-index-you-should-know-to-successfully-buy-and-sell-steem-introducing-the-js-index", + "post_id": 1066137, + "promoted": "110.001 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 88 + }, + "title": "The only index you should know to successfully buy and sell Steem \u2013 Introducing the JS Index!", + "updated": "2016-08-31T15:07:03", + "url": "/steemit/@james-show/the-only-index-you-should-know-to-successfully-buy-and-sell-steem-introducing-the-js-index" + }, + { + "active_votes": [ + { + "rshares": 7376349250899, + "voter": "steempty" + }, + { + "rshares": 347165551187, + "voter": "anonymous" + }, + { + "rshares": 44274584365947, + "voter": "ned" + }, + { + "rshares": 3104392312, + "voter": "boy" + }, + { + "rshares": 3769119494, + "voter": "bue-witness" + }, + { + "rshares": 684036241, + "voter": "bunny" + }, + { + "rshares": 54908039872, + "voter": "bue" + }, + { + "rshares": 1663427874, + "voter": "mini" + }, + { + "rshares": 213797798, + "voter": "moon" + }, + { + "rshares": 2179781689511, + "voter": "bhuz" + }, + { + "rshares": 73521122782, + "voter": "aizensou" + }, + { + "rshares": 425629339547, + "voter": "recursive2" + }, + { + "rshares": -2705241943122, + "voter": "recursive" + }, + { + "rshares": 1131791016752, + "voter": "cass" + }, + { + "rshares": 625020571, + "voter": "healthcare" + }, + { + "rshares": 973177874, + "voter": "daniel.pan" + }, + { + "rshares": 830121840154, + "voter": "steemrollin" + }, + { + "rshares": 288359524, + "voter": "helen.tan" + }, + { + "rshares": 392749106258, + "voter": "craig-grant" + }, + { + "rshares": 73536772482, + "voter": "easteagle13" + }, + { + "rshares": 18718327214, + "voter": "fkn" + }, + { + "rshares": 437226882, + "voter": "paco-steem" + }, + { + "rshares": 4895173431, + "voter": "spaninv" + }, + { + "rshares": 26804675937, + "voter": "james-show" + }, + { + "rshares": 2024361326, + "voter": "gekko" + }, + { + "rshares": 25288596864, + "voter": "elishagh1" + }, + { + "rshares": 20099547557, + "voter": "acidyo" + }, + { + "rshares": 147573839789, + "voter": "steve-walschot" + }, + { + "rshares": 1412747751, + "voter": "murh" + }, + { + "rshares": 260051658583, + "voter": "billbutler" + }, + { + "rshares": 13566797440, + "voter": "hien-tran" + }, + { + "rshares": 341225233, + "voter": "stiletto" + }, + { + "rshares": 13354424579, + "voter": "facer" + }, + { + "rshares": 1200786297, + "voter": "johnerminer" + }, + { + "rshares": 31290973763, + "voter": "michaelx" + }, + { + "rshares": 184732571490, + "voter": "thedashguy" + }, + { + "rshares": 188002796893, + "voter": "kimziv" + }, + { + "rshares": 6741772425, + "voter": "tyler-fletcher" + }, + { + "rshares": 15700155766, + "voter": "magnebit" + }, + { + "rshares": 497410679, + "voter": "mrhankeh" + }, + { + "rshares": 26357168295, + "voter": "acassity" + }, + { + "rshares": 207235087440, + "voter": "asmolokalo" + }, + { + "rshares": 328681996462, + "voter": "roelandp" + }, + { + "rshares": 55888461363, + "voter": "sonzweil" + }, + { + "rshares": 254380477, + "voter": "mstang83" + }, + { + "rshares": 276540283, + "voter": "eugeney" + }, + { + "rshares": 237567730, + "voter": "aidar88" + }, + { + "rshares": 427726403899, + "voter": "juneaugoldbuyer" + }, + { + "rshares": 10242467766, + "voter": "r4fken" + }, + { + "rshares": 31087345031, + "voter": "picokernel" + }, + { + "rshares": 63385860760, + "voter": "furion" + }, + { + "rshares": 515128572920, + "voter": "neoxian" + }, + { + "rshares": 451567923, + "voter": "barbara2" + }, + { + "rshares": 501733856, + "voter": "ch0c0latechip" + }, + { + "rshares": 464367728, + "voter": "doge4lyf" + }, + { + "rshares": 10267745462, + "voter": "spiz0r" + }, + { + "rshares": 14937577469, + "voter": "ausbitbank" + }, + { + "rshares": 1081057545, + "voter": "steem1653" + }, + { + "rshares": 4587496780, + "voter": "thegoodguy" + }, + { + "rshares": 222795356, + "voter": "pet1000" + }, + { + "rshares": 19451642041, + "voter": "str11ngfello" + }, + { + "rshares": 3541613089, + "voter": "karen13" + }, + { + "rshares": 3144302620, + "voter": "jbouchard12" + }, + { + "rshares": 24462414835, + "voter": "igster" + }, + { + "rshares": 79393522553, + "voter": "ntomaino" + }, + { + "rshares": 42141046380, + "voter": "milestone" + }, + { + "rshares": 89569037, + "voter": "wildchild" + }, + { + "rshares": 13235028002, + "voter": "nippel66" + }, + { + "rshares": 3403721399, + "voter": "tarindel" + }, + { + "rshares": 172170120707, + "voter": "jl777" + }, + { + "rshares": 7072264218, + "voter": "lostnuggett" + }, + { + "rshares": 15576505282, + "voter": "positive" + }, + { + "rshares": 23812000153, + "voter": "masterinvestor" + }, + { + "rshares": 48416629676, + "voter": "steemapp" + }, + { + "rshares": 14672233176, + "voter": "proto" + }, + { + "rshares": 614745323, + "voter": "curator" + }, + { + "rshares": 29931116488, + "voter": "sisterholics" + }, + { + "rshares": 14665762430, + "voter": "michaeldodridge" + }, + { + "rshares": 512358622, + "voter": "fnait" + }, + { + "rshares": 467497332, + "voter": "keepcalmand" + }, + { + "rshares": 921642016, + "voter": "metaflute" + }, + { + "rshares": 39800990412, + "voter": "gomeravibz" + }, + { + "rshares": 7347175730, + "voter": "taker" + }, + { + "rshares": 3321239318, + "voter": "nekromarinist" + }, + { + "rshares": 1014130741336, + "voter": "laonie" + }, + { + "rshares": 21154154829, + "voter": "rawnetics" + }, + { + "rshares": 488479148, + "voter": "fintech-jesus" + }, + { + "rshares": 23411380876, + "voter": "laonie1" + }, + { + "rshares": 23922770445, + "voter": "laonie2" + }, + { + "rshares": 23931515943, + "voter": "laonie3" + }, + { + "rshares": 36590374553, + "voter": "myfirst" + }, + { + "rshares": 232181512613, + "voter": "somebody" + }, + { + "rshares": 8684796827, + "voter": "flysaga" + }, + { + "rshares": 2766736973, + "voter": "chris.roy" + }, + { + "rshares": 51300024326, + "voter": "midnightoil" + }, + { + "rshares": 23927381371, + "voter": "laonie4" + }, + { + "rshares": 23925693365, + "voter": "laonie5" + }, + { + "rshares": 23923074313, + "voter": "laonie6" + }, + { + "rshares": 23919971478, + "voter": "laonie7" + }, + { + "rshares": 1377661260, + "voter": "labradorsem" + }, + { + "rshares": 23916289883, + "voter": "laonie8" + }, + { + "rshares": 23914622519, + "voter": "laonie9" + }, + { + "rshares": 117212658457, + "voter": "xiaohui" + }, + { + "rshares": 60010840, + "voter": "jackkomber" + }, + { + "rshares": 1368553119, + "voter": "paynode" + }, + { + "rshares": 4012799516, + "voter": "xiaokongcom" + }, + { + "rshares": 501320787, + "voter": "ricardoguthrie" + }, + { + "rshares": 61677203, + "voter": "diversesteem" + }, + { + "rshares": 1625904484, + "voter": "jrcornel" + }, + { + "rshares": 8086511647, + "voter": "xianjun" + }, + { + "rshares": 58977371, + "voter": "jers" + }, + { + "rshares": 3195802403, + "voter": "bledarus" + }, + { + "rshares": 50027573, + "voter": "loli" + }, + { + "rshares": 84334739073, + "voter": "miacats" + }, + { + "rshares": 530776888, + "voter": "microluck" + }, + { + "rshares": 58964015, + "voter": "dimitriy" + }, + { + "rshares": 23908415458, + "voter": "laonie10" + }, + { + "rshares": 2976871874, + "voter": "netaterra" + }, + { + "rshares": 7674971846, + "voter": "craigwilliamz" + }, + { + "rshares": 581734461, + "voter": "daut44" + }, + { + "rshares": 232089407, + "voter": "brandon-rosano" + }, + { + "rshares": 118894339, + "voter": "billstclair" + }, + { + "rshares": 1042033097, + "voter": "runridefly" + }, + { + "rshares": 884230796, + "voter": "pollux.one" + }, + { + "rshares": 53608244, + "voter": "jlufer" + }, + { + "rshares": 108931030653, + "voter": "shenanigator" + }, + { + "rshares": 647204061, + "voter": "gear66" + }, + { + "rshares": 3068876882, + "voter": "richardcrill" + }, + { + "rshares": 23554872251, + "voter": "laonie11" + }, + { + "rshares": 44243439919, + "voter": "sponge-bob" + }, + { + "rshares": -145412269, + "voter": "the-ego-is-you" + }, + { + "rshares": 85242648206, + "voter": "cnfund" + }, + { + "rshares": 56115613811, + "voter": "tracemayer" + }, + { + "rshares": 44213782610, + "voter": "brains" + }, + { + "rshares": 125198095, + "voter": "emeline" + }, + { + "rshares": 1379855528, + "voter": "bitcoinparadise" + }, + { + "rshares": 100628450, + "voter": "positivesteem" + }, + { + "rshares": 5175145781, + "voter": "chick1" + }, + { + "rshares": 3134124136, + "voter": "steempowerwhale" + }, + { + "rshares": 50516543, + "voter": "typingagent" + }, + { + "rshares": 92968218, + "voter": "inarix03" + }, + { + "rshares": 1514029449, + "voter": "robotev" + }, + { + "rshares": 59746972, + "voter": "piphunters" + }, + { + "rshares": 521874035, + "voter": "grisha-danunaher" + }, + { + "rshares": 78462337, + "voter": "comeup" + }, + { + "rshares": 130634157, + "voter": "james93" + }, + { + "rshares": 139650528, + "voter": "danie" + }, + { + "rshares": 155069498, + "voter": "silver-lyon" + }, + { + "rshares": 148768653, + "voter": "rnrador" + }, + { + "rshares": 136350043, + "voter": "roger.steemit" + }, + { + "rshares": 154135510, + "voter": "vlfl" + } + ], + "author": "steemapp", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "
    [![SteemyLogoHeadOnlyLarge00009.md.png](https://www.steemimg.com/images/2016/09/09/SteemyLogoHeadOnlyLarge00009.md.png)](https://www.steemimg.com/image/uGfn3)
    \n\n# BETA AVAILABLE - Steemy for iOS and Android\n(*special shout out to @xeroc for his guiding hand during on-device tx signing implementation)\n\nWe're happy to announce that the first public beta of [Steemy](https://steemit.com/steemit/@steemapp/introducing-steemy-fully-native-ios-android-apps-for-steem) is available for iOS and Android! If you'd like to participate in the beta, simply send an email to steemapp@gmail.com and which device (iOS or Android) so we can send you a beta invite. We're utilizing hockeyapp.net (microsoft) to manage the beta. \n\n### Some important things about the beta:\n- *Use at your own risk - **period**.* \n- Don't login with an account that has your life savings in STEEM. Why? Because this is a beta product!\n- Don't login with your password if you don't feel comfortable - you can still use the app without logging in. Key import options will be available in a future version.\n- Images you upload from your mobile device are publicly available to the world. \n- Image hosting providers could change during the beta and your images could be wiped out permanently without notice\n- We receive crash reports, analytics and other useful debugging information from HockeyApp\n- Once signed up, you will receive notifications to download all future versions of the beta\n- Are there known issues? Yup! Expect frequent beta versions with no announcement.\n- Hockey provides features to send us feedback directly. There's a 100% chance we'll get your feedback if you submit through hockey app or email us steemapp@gmail.com.\n\n# How You Can Help\nWe are developing at a feverishly-fast pace...as fast as two guys can who have day jobs and families to support. If we could, we'd say adios to the day job and focus 100% on Steemy (that's a dream I have weekly). That being said, the reality is that we are building this with our own time, energy and spare funds. That makes us no less passionate or driven, but imposes real-world constraints on development.\n\nYou can help us by:\n1) Participating in the beta\n2) Giving us constructive feedback on crashes, design, and other app-specifics\n3) Of course, financial - any funds we receive via upvoting go directly to supporting our monthly server costs, red bull addiction, etc...\n\n# How to sign up for the beta\n- Email us at steemapp@gmail.com and tell us which device (iOS or Android) you want an invite for\n- Or, if you don't care who sees your email address, post a comment below and specify iOS or Android (or both)\n\n# What is Steemy?\n\n[Learn more about Steemy Here](https://steemit.com/steemit/@steemapp/introducing-steemy-fully-native-ios-android-apps-for-steem)", + "category": "steemit", + "children": 12, + "created": "2016-09-09T16:36:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/09/SteemyLogoHeadOnlyLarge00009.md.png" + ], + "links": [ + "https://www.steemimg.com/image/uGfn3", + "https://steemit.com/steemit/@steemapp/introducing-steemy-fully-native-ios-android-apps-for-steem" + ], + "tags": [ + "steemit", + "steem", + "steemapp", + "steemy", + "steemmobile" + ], + "users": [ + "xeroc" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 59917201858253, + "payout": 334.065, + "payout_at": "2016-09-16T16:36:24", + "pending_payout_value": "334.065 HBD", + "percent_hbd": 10000, + "permlink": "ann-steemy-mobile-app-beta-available-for-ios-android", + "post_id": 1186151, + "promoted": "110.000 HBD", + "replies": [], + "stats": { + "flag_weight": 3.0, + "gray": false, + "hide": false, + "total_votes": 151 + }, + "title": "[ANN] Steemy Mobile App - Beta Available for iOS/Android", + "updated": "2016-09-09T17:25:18", + "url": "/steemit/@steemapp/ann-steemy-mobile-app-beta-available-for-ios-android" + }, + { + "active_votes": [ + { + "rshares": 28337481495132, + "voter": "dantheman" + }, + { + "rshares": 605054202636, + "voter": "barrie" + }, + { + "rshares": 375797501706, + "voter": "anonymous" + }, + { + "rshares": 6899657717718, + "voter": "xeldal" + }, + { + "rshares": 5875425725245, + "voter": "enki" + }, + { + "rshares": 2103735705580, + "voter": "hr1" + }, + { + "rshares": 197350870235, + "voter": "liondani" + }, + { + "rshares": 4823041872577, + "voter": "wang" + }, + { + "rshares": 2482489693, + "voter": "boy" + }, + { + "rshares": 1689744353709, + "voter": "xeroc" + }, + { + "rshares": 3013973227, + "voter": "bue-witness" + }, + { + "rshares": 552727348, + "voter": "bunny" + }, + { + "rshares": 43722960528, + "voter": "bue" + }, + { + "rshares": 1330267679, + "voter": "mini" + }, + { + "rshares": 171024455, + "voter": "moon" + }, + { + "rshares": 200631444608, + "voter": "alex90342fastn1" + }, + { + "rshares": 1423891958, + "voter": "mineralwasser" + }, + { + "rshares": 876459346701, + "voter": "boombastic" + }, + { + "rshares": 118179862461, + "voter": "mrs.agsexplorer" + }, + { + "rshares": 8846955965, + "voter": "bingo-0" + }, + { + "rshares": 2152310689, + "voter": "bingo-1" + }, + { + "rshares": 7948252496, + "voter": "supergirl" + }, + { + "rshares": 499903743, + "voter": "healthcare" + }, + { + "rshares": 775810627, + "voter": "daniel.pan" + }, + { + "rshares": 230665087, + "voter": "helen.tan" + }, + { + "rshares": 24794631524, + "voter": "yefet" + }, + { + "rshares": 16251020055, + "voter": "brindleswan" + }, + { + "rshares": 19597409080, + "voter": "daowisp" + }, + { + "rshares": 85526339302, + "voter": "acidsun" + }, + { + "rshares": 10083460529, + "voter": "makishart" + }, + { + "rshares": 92433605489, + "voter": "edgeland" + }, + { + "rshares": 74987247876, + "voter": "nenad-ristic" + }, + { + "rshares": 75795031193, + "voter": "easteagle13" + }, + { + "rshares": 10071098316, + "voter": "fkn" + }, + { + "rshares": 487271558, + "voter": "paco-steem" + }, + { + "rshares": 5369463575, + "voter": "spaninv" + }, + { + "rshares": 28340759824, + "voter": "instructor2121" + }, + { + "rshares": 49448005933, + "voter": "alexandra-renee" + }, + { + "rshares": 13247495874, + "voter": "elishagh1" + }, + { + "rshares": 4519322665, + "voter": "acidyo" + }, + { + "rshares": 144465949299, + "voter": "steve-walschot" + }, + { + "rshares": 26516736386, + "voter": "tmendieta" + }, + { + "rshares": 490443153, + "voter": "coar" + }, + { + "rshares": 67847295588, + "voter": "asch" + }, + { + "rshares": 1069348096, + "voter": "murh" + }, + { + "rshares": 9544167563, + "voter": "ombc" + }, + { + "rshares": 41167926762, + "voter": "ranko-k" + }, + { + "rshares": 4451341567, + "voter": "zebbra2014" + }, + { + "rshares": 380437107, + "voter": "stiletto" + }, + { + "rshares": 258363528866, + "voter": "churdtzu" + }, + { + "rshares": 377834429632, + "voter": "hedge-x" + }, + { + "rshares": 33524923089, + "voter": "juanmiguelsalas" + }, + { + "rshares": 15132186921, + "voter": "paradise-paradox" + }, + { + "rshares": 51960349384, + "voter": "thecryptodrive" + }, + { + "rshares": 208799779463, + "voter": "will-zewe" + }, + { + "rshares": 4477345730, + "voter": "dahaz159" + }, + { + "rshares": 13353689520, + "voter": "facer" + }, + { + "rshares": 33785196884, + "voter": "michaelx" + }, + { + "rshares": 1490503275679, + "voter": "sean-king" + }, + { + "rshares": 43185482362, + "voter": "marco-delsalto" + }, + { + "rshares": 5339578403, + "voter": "iloveporn" + }, + { + "rshares": 2882668559, + "voter": "the.bot" + }, + { + "rshares": 6494753195, + "voter": "johnbradshaw" + }, + { + "rshares": 536461338, + "voter": "mrhankeh" + }, + { + "rshares": 39865567060, + "voter": "isteemit" + }, + { + "rshares": 4525901650, + "voter": "the.whale" + }, + { + "rshares": 50785197295, + "voter": "bacchist" + }, + { + "rshares": 22535574872, + "voter": "venuspcs" + }, + { + "rshares": 248645032085, + "voter": "asmolokalo" + }, + { + "rshares": 4286578655, + "voter": "unicornfarts" + }, + { + "rshares": 117261767025, + "voter": "robrigo" + }, + { + "rshares": 4524443148, + "voter": "vote" + }, + { + "rshares": 4768148761, + "voter": "kissmybutt" + }, + { + "rshares": 874985559, + "voter": "steemswede" + }, + { + "rshares": 120365648521, + "voter": "derekareith" + }, + { + "rshares": 792008422388, + "voter": "slowwalker" + }, + { + "rshares": 30376512860, + "voter": "furion" + }, + { + "rshares": 4223912868, + "voter": "owdy" + }, + { + "rshares": 237022986, + "voter": "barbara2" + }, + { + "rshares": 265901386, + "voter": "ch0c0latechip" + }, + { + "rshares": 243759726, + "voter": "doge4lyf" + }, + { + "rshares": 151763700815, + "voter": "knircky" + }, + { + "rshares": 452069359, + "voter": "warplat" + }, + { + "rshares": 1473450451, + "voter": "steem1653" + }, + { + "rshares": 90756765, + "voter": "cynetyc" + }, + { + "rshares": 16453997687, + "voter": "aaseb" + }, + { + "rshares": 13294445014, + "voter": "senseiteekay" + }, + { + "rshares": 3758408519, + "voter": "karen13" + }, + { + "rshares": 25328130017, + "voter": "dwinblood" + }, + { + "rshares": 11346983489, + "voter": "jaycobbell" + }, + { + "rshares": 36334866498, + "voter": "condra" + }, + { + "rshares": 3150621438, + "voter": "pigatto" + }, + { + "rshares": 11534871172, + "voter": "allmonitors" + }, + { + "rshares": 235512684, + "voter": "jesse5th" + }, + { + "rshares": 448946992, + "voter": "luisucv34" + }, + { + "rshares": 43462674468, + "voter": "yongyoon" + }, + { + "rshares": 1815380313, + "voter": "kendewitt" + }, + { + "rshares": 7443194536, + "voter": "lichtblick" + }, + { + "rshares": 96640276, + "voter": "wildchild" + }, + { + "rshares": 130211659731, + "voter": "demotruk" + }, + { + "rshares": 3710606394, + "voter": "maximkichev" + }, + { + "rshares": 11106355045, + "voter": "dudutaulois" + }, + { + "rshares": 3175094870, + "voter": "imp3" + }, + { + "rshares": 3353659009, + "voter": "simon.braki.love" + }, + { + "rshares": 64027340659, + "voter": "thylbom" + }, + { + "rshares": 7620147467, + "voter": "rpf" + }, + { + "rshares": 4245145393, + "voter": "tarindel" + }, + { + "rshares": 3143598968, + "voter": "azurejasper" + }, + { + "rshares": 16426451743, + "voter": "chessmonster" + }, + { + "rshares": 182764669318, + "voter": "jl777" + }, + { + "rshares": 8159179596, + "voter": "positive" + }, + { + "rshares": 6111284001, + "voter": "tony.jennings" + }, + { + "rshares": 764587130, + "voter": "mohammed123" + }, + { + "rshares": 15575907279, + "voter": "proto" + }, + { + "rshares": 639009474, + "voter": "curator" + }, + { + "rshares": 24863078932, + "voter": "pinkisland" + }, + { + "rshares": 1711275100, + "voter": "alex.chien" + }, + { + "rshares": 2242556592, + "voter": "tygergamer" + }, + { + "rshares": 268949193, + "voter": "fnait" + }, + { + "rshares": 245394332, + "voter": "keepcalmand" + }, + { + "rshares": 149502446, + "voter": "steemster1" + }, + { + "rshares": 184489646, + "voter": "pulpably" + }, + { + "rshares": 20170588933, + "voter": "williambanks" + }, + { + "rshares": 110626149, + "voter": "bluebell" + }, + { + "rshares": 5475281216, + "voter": "jed78" + }, + { + "rshares": 122233144003, + "voter": "steemdrive" + }, + { + "rshares": 70376481208, + "voter": "gomeravibz" + }, + { + "rshares": 7871166550, + "voter": "taker" + }, + { + "rshares": 60565253, + "voter": "sharon" + }, + { + "rshares": 61700262, + "voter": "lillianjones" + }, + { + "rshares": 24430920885, + "voter": "laonie1" + }, + { + "rshares": 24407155133, + "voter": "laonie2" + }, + { + "rshares": 24416426858, + "voter": "laonie3" + }, + { + "rshares": 1735770144, + "voter": "brendio" + }, + { + "rshares": 63747178, + "voter": "korzhovskyi" + }, + { + "rshares": 3199941620, + "voter": "darrenturetzky" + }, + { + "rshares": 24412199287, + "voter": "laonie4" + }, + { + "rshares": 24410732703, + "voter": "laonie5" + }, + { + "rshares": 24408329032, + "voter": "laonie6" + }, + { + "rshares": 24405573752, + "voter": "laonie7" + }, + { + "rshares": 1656951191, + "voter": "kurtbeil" + }, + { + "rshares": 24402026987, + "voter": "laonie8" + }, + { + "rshares": 24400841139, + "voter": "laonie9" + }, + { + "rshares": 81338740, + "voter": "luke490" + }, + { + "rshares": 1376414529, + "voter": "dolov" + }, + { + "rshares": 19318370958, + "voter": "jphamer1" + }, + { + "rshares": 86892789274, + "voter": "joele" + }, + { + "rshares": 12781131185, + "voter": "randyclemens" + }, + { + "rshares": 1232895758, + "voter": "paynode" + }, + { + "rshares": 55022014, + "voter": "nickche" + }, + { + "rshares": 192175071324, + "voter": "sirwinchester" + }, + { + "rshares": 62174144, + "voter": "msjennifer" + }, + { + "rshares": 58453204, + "voter": "ciao" + }, + { + "rshares": 8867300566, + "voter": "thebotkiller" + }, + { + "rshares": 3439786891, + "voter": "cmorton" + }, + { + "rshares": 11751323553, + "voter": "cristi" + }, + { + "rshares": 57914427, + "voter": "steemo" + }, + { + "rshares": 20318867928, + "voter": "hanshotfirst" + }, + { + "rshares": 56535984, + "voter": "steema" + }, + { + "rshares": 71228043, + "voter": "confucius" + }, + { + "rshares": 60730988, + "voter": "stevescriber" + }, + { + "rshares": 1802712014, + "voter": "bledarus" + }, + { + "rshares": 51247757, + "voter": "loli" + }, + { + "rshares": 51199976, + "voter": "nano2nd" + }, + { + "rshares": 11813114611, + "voter": "mione" + }, + { + "rshares": 56563243, + "voter": "party1998" + }, + { + "rshares": 57391432, + "voter": "jarvis" + }, + { + "rshares": 565879902, + "voter": "ashwim" + }, + { + "rshares": 56726999, + "voter": "fortuner" + }, + { + "rshares": 71740798, + "voter": "hhcwebmaster" + }, + { + "rshares": 55393797, + "voter": "cryptoblu" + }, + { + "rshares": 55387773, + "voter": "instructor" + }, + { + "rshares": 626012702821, + "voter": "dollarvigilante" + }, + { + "rshares": 5805302022, + "voter": "solarguy" + }, + { + "rshares": 11978540048, + "voter": "cryptomancer" + }, + { + "rshares": 55399493, + "voter": "johnbyrd" + }, + { + "rshares": 56575537, + "voter": "thomasaustin" + }, + { + "rshares": 55394920, + "voter": "thermor" + }, + { + "rshares": 56570509, + "voter": "ficholl" + }, + { + "rshares": 55387660, + "voter": "widell" + }, + { + "rshares": 8470010325, + "voter": "jaredcwillis" + }, + { + "rshares": 7163167644, + "voter": "jenniferskyler" + }, + { + "rshares": 54991366, + "voter": "revelbrooks" + }, + { + "rshares": 24395131330, + "voter": "laonie10" + }, + { + "rshares": 1908971109, + "voter": "erroneous-logic" + }, + { + "rshares": 71221451964, + "voter": "barrycooper" + }, + { + "rshares": 46612959839, + "voter": "dragonanarchist" + }, + { + "rshares": 76843163, + "voter": "joelbow" + }, + { + "rshares": 8161550832, + "voter": "sethlinson" + }, + { + "rshares": 18579446047, + "voter": "hilarski" + }, + { + "rshares": 1401285964, + "voter": "truthandanarchy" + }, + { + "rshares": 4503423419, + "voter": "steemitpatina" + }, + { + "rshares": 25379964093, + "voter": "mattclarke" + }, + { + "rshares": 54999739, + "voter": "curpose" + }, + { + "rshares": 52425992, + "voter": "rickmiller" + }, + { + "rshares": 1970534065, + "voter": "cryptoeasy" + }, + { + "rshares": 7834748327, + "voter": "lesliestarrohara" + }, + { + "rshares": 1572045156, + "voter": "nulliusinverba" + }, + { + "rshares": 4679890064, + "voter": "ats-david" + }, + { + "rshares": 26082174893, + "voter": "krnel" + }, + { + "rshares": 59542406, + "voter": "joybran" + }, + { + "rshares": 84026579, + "voter": "uziriel" + }, + { + "rshares": 24033874515, + "voter": "laonie11" + }, + { + "rshares": 55085378, + "voter": "troich" + }, + { + "rshares": 6881062319, + "voter": "mdoolsky" + }, + { + "rshares": 53966805, + "voter": "crion" + }, + { + "rshares": 53622549, + "voter": "hitherise" + }, + { + "rshares": 53613607, + "voter": "wiss" + }, + { + "rshares": 803386637, + "voter": "cardsanarchy" + }, + { + "rshares": 52171620, + "voter": "jamespro" + }, + { + "rshares": 54362089, + "voter": "stroully" + }, + { + "rshares": 55979441, + "voter": "dragon93" + }, + { + "rshares": 54019345, + "voter": "thadm" + }, + { + "rshares": 54017499, + "voter": "prof" + }, + { + "rshares": 54977174, + "voter": "optimus-prime" + }, + { + "rshares": 1386590598, + "voter": "smisi" + }, + { + "rshares": 56897224, + "voter": "lighter" + }, + { + "rshares": 52545761, + "voter": "yorsens" + }, + { + "rshares": 2941923052, + "voter": "michaelmatthews" + }, + { + "rshares": 158636223091, + "voter": "asksisk" + }, + { + "rshares": 53331040, + "voter": "bane" + }, + { + "rshares": 53324520, + "voter": "vive" + }, + { + "rshares": 53318865, + "voter": "coad" + }, + { + "rshares": 1841985827, + "voter": "baodog" + }, + { + "rshares": 52988378, + "voter": "sofa" + }, + { + "rshares": 5170755904, + "voter": "dexter-k" + }, + { + "rshares": 326611087837, + "voter": "charlieshrem" + }, + { + "rshares": 59390432273, + "voter": "tracemayer" + }, + { + "rshares": 179868865, + "voter": "chadcrypto" + }, + { + "rshares": 53039974, + "voter": "ailo" + }, + { + "rshares": 4453859197, + "voter": "gringalicious" + }, + { + "rshares": 63407335, + "voter": "oscarroque88" + }, + { + "rshares": 51838673, + "voter": "nelyp" + }, + { + "rshares": 1951354892, + "voter": "steemsquad" + }, + { + "rshares": 354988640, + "voter": "everittmickey" + }, + { + "rshares": 51470533, + "voter": "eavy" + }, + { + "rshares": 51468937, + "voter": "roto" + }, + { + "rshares": 1881146859, + "voter": "puffin" + }, + { + "rshares": 106836853, + "voter": "thefinanceguy" + }, + { + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "rshares": 51141851, + "voter": "slow" + }, + { + "rshares": 50975390, + "voter": "steemprincess" + }, + { + "rshares": 1560287283, + "voter": "nil1511" + }, + { + "rshares": 846735133, + "voter": "greenwayoflife" + }, + { + "rshares": 50433760, + "voter": "morse" + }, + { + "rshares": 50372583, + "voter": "carre" + }, + { + "rshares": 7899939563, + "voter": "cato-the-elder" + }, + { + "rshares": 76019801, + "voter": "igtes" + }, + { + "rshares": 157643687, + "voter": "buffett" + }, + { + "rshares": 159918764, + "voter": "tanemahuta" + }, + { + "rshares": 155753958, + "voter": "mityay" + }, + { + "rshares": 158786091, + "voter": "jennane" + }, + { + "rshares": 158642800, + "voter": "ranger" + }, + { + "rshares": 158057595, + "voter": "sdc" + }, + { + "rshares": 161205518, + "voter": "acute" + }, + { + "rshares": 161089804, + "voter": "pyro" + }, + { + "rshares": 160973134, + "voter": "gravity" + }, + { + "rshares": 160957729, + "voter": "realtime" + }, + { + "rshares": 160900665, + "voter": "digitalillusions" + }, + { + "rshares": 160835930, + "voter": "skrillex" + }, + { + "rshares": 157654556, + "voter": "pawel-krawczyk" + }, + { + "rshares": 160789982, + "voter": "jack.johnson" + }, + { + "rshares": 154109909, + "voter": "jameshowarrd" + }, + { + "rshares": 156821466, + "voter": "charlie.wilson" + }, + { + "rshares": 150483032, + "voter": "serikus" + } + ], + "author": "churdtzu", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "![jumpingpeoplesteemitanarchyfaba6.jpg](https://www.steemimg.com/images/2016/09/06/jumpingpeoplesteemitanarchyfaba6.jpg)\n\nFor many of us, Steemit has already changed so much - the way we navigate the web, the way we think about money, and for a fortunate committed few, it's even changed their professions. However, the change that I expect from this model goes even deeper. It's possible that Steemit, and descendent technologies, may play a part in creating a voluntary world, a stateless world, in which everyone who takes money from someone, or puts someone in a cage without their consent, or orders such acts, will be seen and treated as a criminal. There are several ways in which Steemit can aid this cause. Let's start with the most important - the conversation.\n\n# It changes the way we talk\n![argument288ba5.jpg](https://www.steemimg.com/images/2016/09/06/argument288ba5.jpg)\n## The problem with voluntaryist argumentation\nMany of you might have noticed, and even been a party to, hard-line conversations about anarchy, in which the voluntaryist proceeds to take the words of the other party, and question them about some perceived inconsistency in their beliefs, attempting to lead them through a Socratic dialogue, in order to bring them to accept the truth - that the other party is wrong - very, very wrong. You also might have noticed (as I eventually noticed, after years of banging my head on walls) that this technique almost never works.\n\nOf course, the reason that it doesn't work, is because people have a need to feel that they're being understood, that their concerns are heard, that their thoughts are valid. In brief, they need to feel like people. If you don't treat someone like a person - unless you're talking to an exceptionally patient person - you're unlikely to receive a personable response.\n## An oasis\nThe comment section on YouTube is a running joke. Facebook discussions descend into dirtslinging, strawmen and threats. You may wade through many racist and sexist comments before you find something that is truly valuable information, and even then it may be tainted with aggression. In contrast, Steemit's comments sections seem like a desert oasis - all but filled with calm discussion, respect, insight, or at the very least, positivity. Surely, this is a place where one can have a constructive conversation about controversial topics.\n## The incentive to be good\nI have noticed over these few short months, the way that Steemit has changed the way that I interact with people, especially online - on Steemit and other social networks. I've found myself a few times, even as I'm about to make a statement which is mildly passive-aggressive, thinking \"Hold on - is this something I would write if my reputation were on the line? If not, maybe I shouldn't write it.\" Even when I'm going to give someone some piercing criticism, which, if presented in the wrong way, may seem a condemnation, I can find ways to demonstrate empathy, such as compliments or other niceties.\n\nIt may sound like an unfortunate description of humanity (or of myself) to say it, but when our bank balances and reputations are on the line in every moment, we can find ways to communicate more kindly, and therefore, more fluidly, with the people we interact with.\n## Commitment and consistency\nIn Cialdini's famous and excellent book, [Influence: The psychology of persuasion](http://amzn.to/2c5z38T) he describes how, when people make a commitment to something, they are more likely to see it as part of their identity, and strive to live up to that identity.\n\nWhen people are kind to each other, respectful, and even open-minded on Steemit, it's not just that they're pretending to be nice. By acting nicer, they become nicer. By acting more open-minded, they become more open-minded.\n## The quality of our ideas\nIf the ideas of voluntaryism are as good as we believe they are, then surely a place like Steemit, where people are strongly encouraged to be respectful, considerate, empathetic and even open-minded, would be an ideal place to discuss them. If it turns out that our ideas are not as good as we think they are, then it gives us the perfect medium to discover something even better. That is beautiful.\n# Tax-free and shameless\n![breakchains10ab9.png](https://www.steemimg.com/images/2016/09/06/breakchains10ab9.png)\nIn many developed countries, taxes are generally seen as legitimate and necessary, and people claim to be proud of paying their taxes - sometimes because they truly believe it, and sometimes because they don't want to face the fact that they have been forced into an elaborate con, from which they have no apparent escape.\u007f\n\nBut what if they did have an escape? What if, instead of being paid as an employee, having their income taxes automatically deducted from their pay, they were paid directly. What if thousands or millions of people were making income, or making a living, this way, and decided to openly flout the tax authority, publicly, knowing that it wouldn't have the resources to pursue any more than a small fraction of the cases?\n\nObviously, that would damage the appearance of legitimacy of the state, and also the perception of omniscience and omnipotence that its proponents tend to ascribe to it.\n# Development of cryptoanarchic solutions\n>\"Unlike the communities traditionally associated with the word 'anarchy', in a crypto-anarchy the government is not temporarily destroyed but permanently forbidden and permanently unnecessary. It\u2019s a community where the threat of violence is impotent because violence is impossible, and violence is impossible because its participants cannot be linked to their true names or physical locations.\"\n> - Wei Dai\n\nWe all know that Steemit/Steem is much more accessible than virtually any other cryptocurrency, being based around a style of platform which more than one billion people are already familiar with. That's pretty cool, and that means that more money will flow into cryptocurrency, meaning more attention, and thus even more development for similar technologies.\n\nMore development in cryptocurrency means more methods to control money, and other forms of information, publicly, privately, or anonymously, without governments being able to do anything about it.\n# Conclusion\nSteemit is an important step, a continuation of the snowball effect of cryptocurrency, leading us to a voluntary, cryptoanarchic future, full of wonders we have not yet imagined, and degrees of freedom as yet unforeseeable. Boldly we take our pens, pads, keyboards and wallets, building a highway to a world where concepts are our language and our tools, but never our weapons, where the purity of ideas is worth fighting for, but never worth fighting with.\n\n---\n\n# About me\n\n[![kurt robinson in the mountains of puebla](https://www.steemimg.com/images/2016/08/26/pictureofmecroppedbdb8d.md.jpg)](https://www.steemimg.com/image/gsqzK)\n\nMy name is Kurt Robinson. I grew up in Australia, but now I live in Guadalajara, Jalisco. I write interesting things about voluntaryism, futurism, science fiction, travelling Latin America, and psychedelics. Remember to press follow so you can stay up to date with all the cool shit I post, and follow our podcast where we talk about crazy ideas for open-minded people, here: @paradise-paradox, and like us on Facebook here - [The Paradise Paradox](https://www.facebook.com/theparadiseparadox/)\n\n# Some other cool posts\n\nHere are some other posts of mine to check out:\n\n[Freedom seekers' song: \"Freedom on the beach (To Acapulco Part 2)\"](https://steemit.com/music/@churdtzu/freedom-seekers-song-freedom-on-the-beach-to-acapulco-part-2)\n\n[Everyone deserves truth; everyone deserves compassion](https://steemit.com/life/@churdtzu/everyone-deserves-truth-everyone-deserves-compassion)\n\n[Impossible! A conversation with a statist about starting a business](https://steemit.com/anarchism/@churdtzu/impossible-a-conversation-with-a-statist-about-starting-a-business)\n\n[Freedom trumps fear: Everything you do is an act of liberty](https://steemit.com/freedom/@churdtzu/freedom-trumps-fear-everything-you-do-is-an-act-of-liberty)", + "category": "steemit", + "children": 28, + "created": "2016-09-06T22:36:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/06/jumpingpeoplesteemitanarchyfaba6.jpg", + "https://www.steemimg.com/images/2016/09/06/argument288ba5.jpg", + "https://www.steemimg.com/images/2016/09/06/breakchains10ab9.png", + "https://www.steemimg.com/images/2016/08/26/pictureofmecroppedbdb8d.md.jpg" + ], + "links": [ + "http://amzn.to/2c5z38T", + "https://www.steemimg.com/image/gsqzK", + "https://www.facebook.com/theparadiseparadox/", + "https://steemit.com/music/@churdtzu/freedom-seekers-song-freedom-on-the-beach-to-acapulco-part-2", + "https://steemit.com/life/@churdtzu/everyone-deserves-truth-everyone-deserves-compassion", + "https://steemit.com/anarchism/@churdtzu/impossible-a-conversation-with-a-statist-about-starting-a-business", + "https://steemit.com/freedom/@churdtzu/freedom-trumps-fear-everything-you-do-is-an-act-of-liberty" + ], + "tags": [ + "steemit", + "anarchism", + "anarchy", + "bitcoin", + "blockchain" + ], + "users": [ + "paradise-paradox" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 60135241680958, + "payout": 311.891, + "payout_at": "2016-09-13T22:36:27", + "pending_payout_value": "311.891 HBD", + "percent_hbd": 10000, + "permlink": "steemit-will-make-the-world-an-anarchic-voluntary-society", + "post_id": 1152348, + "promoted": "101.100 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 265 + }, + "title": "Steemit will make the world an anarchic, voluntary society", + "updated": "2016-09-06T22:50:00", + "url": "/steemit/@churdtzu/steemit-will-make-the-world-an-anarchic-voluntary-society" + }, + { + "active_votes": [ + { + "rshares": 636650937593, + "voter": "smooth" + }, + { + "rshares": 2222223261106, + "voter": "badassmother" + }, + { + "rshares": 6354361142613, + "voter": "steemit200" + }, + { + "rshares": 3100095944, + "voter": "boy" + }, + { + "rshares": 3763655895, + "voter": "bue-witness" + }, + { + "rshares": 690429176, + "voter": "bunny" + }, + { + "rshares": 54156746043, + "voter": "bue" + }, + { + "rshares": 1661372715, + "voter": "mini" + }, + { + "rshares": 213687824, + "voter": "moon" + }, + { + "rshares": 4512972751283, + "voter": "au1nethyb1" + }, + { + "rshares": 114482134346, + "voter": "smooth.witness" + }, + { + "rshares": 622861348, + "voter": "healthcare" + }, + { + "rshares": 967419863, + "voter": "daniel.pan" + }, + { + "rshares": 288179385, + "voter": "helen.tan" + }, + { + "rshares": 96966639395, + "voter": "alexandra-renee" + }, + { + "rshares": 1432524983, + "voter": "murh" + }, + { + "rshares": 204696463721, + "voter": "dragonslayer109" + }, + { + "rshares": 48813685424, + "voter": "kus-knee" + }, + { + "rshares": 86347513299, + "voter": "kimziv" + }, + { + "rshares": 54492837940, + "voter": "booja" + }, + { + "rshares": 320412905, + "voter": "steemswede" + }, + { + "rshares": 15188383397, + "voter": "sebastien" + }, + { + "rshares": 37017484438, + "voter": "biophil" + }, + { + "rshares": 9003560871, + "voter": "allmonitors" + }, + { + "rshares": 1254384994, + "voter": "vorsseli" + }, + { + "rshares": 299816166, + "voter": "luisucv34" + }, + { + "rshares": 2503443057, + "voter": "stea90" + }, + { + "rshares": 39260815990, + "voter": "claudiop63" + }, + { + "rshares": 7734375234, + "voter": "webdeals" + }, + { + "rshares": 12077024248, + "voter": "sisterholics" + }, + { + "rshares": 6340430376, + "voter": "logic" + }, + { + "rshares": 7012331246, + "voter": "lukmarcus" + }, + { + "rshares": 3689933012, + "voter": "french.fyde" + }, + { + "rshares": 439152462157, + "voter": "laonie" + }, + { + "rshares": 46397054584, + "voter": "capitalism" + }, + { + "rshares": 7646986289, + "voter": "myfirst" + }, + { + "rshares": 102612381504, + "voter": "somebody" + }, + { + "rshares": 3840496066, + "voter": "flysaga" + }, + { + "rshares": 1153305624, + "voter": "mama-steem" + }, + { + "rshares": 21261822926, + "voter": "midnightoil" + }, + { + "rshares": 604216404, + "voter": "baryonlee" + }, + { + "rshares": 52782383311, + "voter": "xiaohui" + }, + { + "rshares": 4437884870, + "voter": "xiaokongcom" + }, + { + "rshares": 43344608886, + "voter": "nonlinearone" + }, + { + "rshares": 3574511545, + "voter": "xianjun" + }, + { + "rshares": 4827568973, + "voter": "melek" + }, + { + "rshares": 235453627, + "voter": "microluck" + }, + { + "rshares": 624346748, + "voter": "frick" + }, + { + "rshares": 72642145, + "voter": "discernente" + }, + { + "rshares": 61202454, + "voter": "plotbot2015" + }, + { + "rshares": 74117002, + "voter": "projecthor" + }, + { + "rshares": 52111731, + "voter": "miav" + }, + { + "rshares": 249534502, + "voter": "letstalkliberty" + } + ], + "author": "claudiop63", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "\n

    \n

    Image Credit

    \n

     This post is based on a presentation I gave at the United Nations' Office in Geneva in 2011, available here.   

    \n

    Most successful and innovative organizations worldwide are knowledge-intensive organizations. Professional knowledge, in particular technical know-how, is a key asset for such organizations as their success depends to a large extent on their ability to create, manage and transfer knowledge efficiently. Let us call this process knowledge valorisation.  

    \n

    I review below some of the key enablers of knowledge valorisation by sketching a sort of road map. 

    \n

    Step 1

    \n

     The first step shown below might look trivial, but I believe that most organizations (in particular those which are in the process of restructuring, M&A, etc) might find it worthwhile. 

    \n

    \n

    In other words, the first challenge is to make sure that knowledge is properly tracked and stored, especially if the organization is very large.  If knowledge turns out to be mostly in implicit form, the organization runs a significant risk to lose knowledge and performance as a result of staff turnover, as when the key people leave or retire, nobody may be able to run some critical processes. In addition, as implicit knowledge is difficult to share, if explicit knowledge on key processes is not available, it is difficult for new recruits to become quickly operational.  

    \n

    Step 2 

    \n

    If a large body of documents spanning the organizational knowledge landscape is available in electronic format, it is appropriate to set up and use a formal knowledge classification scheme. The most powerful approach to knowledge classification, following the principles of semantics, is based on two components:  

    \n\n


    \n\n

    The above elements, taken as a whole constitute an ontology, i.e. a detailed, potentially exhaustive description of a knowledge domain in terms of a collection of data records, together with their metadata/attributes, organized and classified in one or more taxonomy-based \u201ccatalogues\u201d.  

    \n

    \n

     The pictures above refer to an ontology which is relevant to a public research organization which regards technology transfer as part of its mission. Such organizations feel strong pressure by their funding bodies to demonstrate the positive socio-economic impact of public research on society through concrete examples. In order to meet such demands, they must define and implement a proactive and cost-effective Knowledge & Technology Transfer (KTT) strategy. Then it is essential that all the knowledge assets in the organization are identified (technologies, general know-how, training capabilities) and as many KTT channels (licensing of intellectual property, joint R&D with industry, training, people mobility \u2026) as possible are enabled.  

    \n

    Step 3 

    \n

    At this point, a classification engine is used: 

    \n

    \n

     The ultimate deliverable is a context-sensitive, searchable knowledge catalogue   

    \n


    \n

    \n

     

    \n

    Informal Summary 

    \n

    All the tools described above aim at avoiding that in a large organization people reinvent the wheel all the time, just out of lack of knowledge of what their colleagues are working/have worked on.  

    \n

    Moreover, using the wheel analogy: if you are into technology transfer, such tools will help you show your \"wheel\" outside your organization and identify whoever could use it to make an innovative car! 

    \n

    Please note that some older comments to this post refer to (very different) content which has now been removed. Please disregard them.  

    \n", + "category": "steemit", + "children": 23, + "created": "2016-09-01T22:28:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://upload.wikimedia.org/wikipedia/commons/thumb/3/31/Diamond_cutter._Amsterdam._2012.jpg/517px-Diamond_cutter._Amsterdam._2012.jpg", + "https://s17.postimg.org/ueoc9n77j/road.png", + "https://s13.postimg.org/jbvf5lv93/semantics.png", + "https://s15.postimg.org/fk988pp6j/classify.png", + "https://s22.postimg.org/w8zb4dy35/catalogue.png" + ], + "links": [ + "https://commons.wikimedia.org/wiki/File:Diamond_cutter._Amsterdam._2012.jpg", + "http://fr.slideshare.net/claudioparrinello/semantic-knowledge-management-and-technology-transfer" + ], + "tags": [ + "steemit", + "science", + "techreview", + "knowledge-management", + "tech-transfer" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 15273611827178, + "payout": 28.723, + "payout_at": "2016-09-08T22:28:42", + "pending_payout_value": "28.723 HBD", + "percent_hbd": 10000, + "permlink": "steembets-bet-for-free-by-upvoting-and-win-steem-dollars-inauguration-bet-clinton-vs-trump", + "post_id": 1091240, + "promoted": "101.010 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 53 + }, + "title": "A Road Map to Knowledge Valorization.", + "updated": "2016-09-02T12:21:42", + "url": "/steemit/@claudiop63/steembets-bet-for-free-by-upvoting-and-win-steem-dollars-inauguration-bet-clinton-vs-trump" + }, + { + "active_votes": [ + { + "rshares": 17252532938558, + "voter": "itsascam" + }, + { + "rshares": 563544646717, + "voter": "barrie" + }, + { + "rshares": 6315235154015, + "voter": "smooth" + }, + { + "rshares": 347118013623, + "voter": "anonymous" + }, + { + "rshares": 2030615881329, + "voter": "steemroller" + }, + { + "rshares": 1362045275157, + "voter": "moment" + }, + { + "rshares": 74794629682, + "voter": "donaldtrump" + }, + { + "rshares": 18199948682777, + "voter": "steemed" + }, + { + "rshares": 5132668112897, + "voter": "riverhead" + }, + { + "rshares": 3158922122495, + "voter": "lafona-miner" + }, + { + "rshares": 2013866692939, + "voter": "hr1" + }, + { + "rshares": 452138762783, + "voter": "lafona" + }, + { + "rshares": 122063056602, + "voter": "sandra" + }, + { + "rshares": 5549073747882, + "voter": "kushed" + }, + { + "rshares": 1130543463912, + "voter": "ihashfury" + }, + { + "rshares": 1078421331456, + "voter": "delegate.lafona" + }, + { + "rshares": 973319882060, + "voter": "liondani" + }, + { + "rshares": 317991297021, + "voter": "lafona5" + }, + { + "rshares": 4390790041307, + "voter": "wang" + }, + { + "rshares": 3104099771, + "voter": "boy" + }, + { + "rshares": 1703029168107, + "voter": "xeroc" + }, + { + "rshares": 3768755382, + "voter": "bue-witness" + }, + { + "rshares": 684005121, + "voter": "bunny" + }, + { + "rshares": 54832970366, + "voter": "bue" + }, + { + "rshares": 1663301832, + "voter": "mini" + }, + { + "rshares": 213794688, + "voter": "moon" + }, + { + "rshares": 1761824676683, + "voter": "joseph" + }, + { + "rshares": 77621760528, + "voter": "aizensou" + }, + { + "rshares": 419831065181, + "voter": "recursive2" + }, + { + "rshares": 525849575920, + "voter": "masteryoda" + }, + { + "rshares": 2729895305560, + "voter": "recursive" + }, + { + "rshares": 1388728405, + "voter": "mineralwasser" + }, + { + "rshares": 108221038447, + "voter": "bonapartist" + }, + { + "rshares": 856088750266, + "voter": "boombastic" + }, + { + "rshares": 115621134894, + "voter": "mrs.agsexplorer" + }, + { + "rshares": 2105322267, + "voter": "bingo-1" + }, + { + "rshares": 1167734251538, + "voter": "smooth.witness" + }, + { + "rshares": 930994265690, + "voter": "benjojo" + }, + { + "rshares": 29435510701, + "voter": "proctologic" + }, + { + "rshares": 10313567606, + "voter": "idol" + }, + { + "rshares": 74144086470, + "voter": "vault" + }, + { + "rshares": 624994115, + "voter": "healthcare" + }, + { + "rshares": 11954581297, + "voter": "rimantas" + }, + { + "rshares": 973117194, + "voter": "daniel.pan" + }, + { + "rshares": 7857031052, + "voter": "woo7739" + }, + { + "rshares": 22930428594, + "voter": "dedriss" + }, + { + "rshares": 821520527371, + "voter": "steemrollin" + }, + { + "rshares": 45098187494, + "voter": "steem-samiam" + }, + { + "rshares": 288353305, + "voter": "helen.tan" + }, + { + "rshares": 23782884498, + "voter": "yefet" + }, + { + "rshares": 23508133721, + "voter": "yginting" + }, + { + "rshares": 156356235250, + "voter": "vitaly-lvov" + }, + { + "rshares": 1665762057, + "voter": "jocelyn" + }, + { + "rshares": 13943466836, + "voter": "gregory-f" + }, + { + "rshares": 9981237712, + "voter": "andzzz" + }, + { + "rshares": 80544628435, + "voter": "edgeland" + }, + { + "rshares": 79788923294, + "voter": "easteagle13" + }, + { + "rshares": 9309121573, + "voter": "gregory60" + }, + { + "rshares": 2917439250, + "voter": "carlos-cabeza" + }, + { + "rshares": 60077820020, + "voter": "lovelace" + }, + { + "rshares": 433286620876, + "voter": "eeks" + }, + { + "rshares": 18188509022, + "voter": "fkn" + }, + { + "rshares": 447093363, + "voter": "paco-steem" + }, + { + "rshares": 5012814614, + "voter": "spaninv" + }, + { + "rshares": 29025548799, + "voter": "instructor2121" + }, + { + "rshares": 51511112084, + "voter": "alexandra-renee" + }, + { + "rshares": 26767597085, + "voter": "james-show" + }, + { + "rshares": 23926167464, + "voter": "elishagh1" + }, + { + "rshares": 11007893154, + "voter": "richman" + }, + { + "rshares": 713096374287, + "voter": "nanzo-scoop" + }, + { + "rshares": 1214499527, + "voter": "acidyo" + }, + { + "rshares": 142837633946, + "voter": "steve-walschot" + }, + { + "rshares": 7603057313, + "voter": "kefkius" + }, + { + "rshares": 47384537807, + "voter": "hannixx42" + }, + { + "rshares": 32873370739, + "voter": "dan-atstarlite" + }, + { + "rshares": 210251560697, + "voter": "mummyimperfect" + }, + { + "rshares": 446299268, + "voter": "coar" + }, + { + "rshares": 65065948062, + "voter": "asch" + }, + { + "rshares": 634222963816, + "voter": "kevinwong" + }, + { + "rshares": 6615030220, + "voter": "cryptofunk" + }, + { + "rshares": 2316584245, + "voter": "error" + }, + { + "rshares": 39904848284, + "voter": "ranko-k" + }, + { + "rshares": 989996166543, + "voter": "cyber" + }, + { + "rshares": 58352742195, + "voter": "ak2020" + }, + { + "rshares": 35110203447, + "voter": "drinkzya" + }, + { + "rshares": 8443022788, + "voter": "badger311" + }, + { + "rshares": 8738727767, + "voter": "badger313" + }, + { + "rshares": 8702230036, + "voter": "badger312" + }, + { + "rshares": 9001297583, + "voter": "badger316" + }, + { + "rshares": 9123216648, + "voter": "badger319" + }, + { + "rshares": 9030881970, + "voter": "badger3101" + }, + { + "rshares": 8483805402, + "voter": "badger3111" + }, + { + "rshares": 9045984338, + "voter": "badger3121" + }, + { + "rshares": 8654403079, + "voter": "badger3131" + }, + { + "rshares": 8762447633, + "voter": "badger3141" + }, + { + "rshares": 8738856222, + "voter": "badger3171" + }, + { + "rshares": 8546274352, + "voter": "badger3181" + }, + { + "rshares": 9132638993, + "voter": "badger3191" + }, + { + "rshares": 8546111243, + "voter": "badger3112" + }, + { + "rshares": 8887325560, + "voter": "badger3132" + }, + { + "rshares": 8760496163, + "voter": "badger3162" + }, + { + "rshares": 8991568485, + "voter": "badger3113" + }, + { + "rshares": 8642210535, + "voter": "badger3123" + }, + { + "rshares": 8766005376, + "voter": "badger3133" + }, + { + "rshares": 9117652407, + "voter": "badger3153" + }, + { + "rshares": 8796092252, + "voter": "badger3163" + }, + { + "rshares": 8826632166, + "voter": "badger3193" + }, + { + "rshares": 8776220485, + "voter": "badger3114" + }, + { + "rshares": 8685065534, + "voter": "badger3124" + }, + { + "rshares": 8587877805, + "voter": "badger3144" + }, + { + "rshares": 8509649715, + "voter": "badger3154" + }, + { + "rshares": 8376968178, + "voter": "badger3164" + }, + { + "rshares": 8709012551, + "voter": "badger3174" + }, + { + "rshares": 8989471544, + "voter": "badger3194" + }, + { + "rshares": 8885761375, + "voter": "badger3105" + }, + { + "rshares": 8829258163, + "voter": "badger3135" + }, + { + "rshares": 8423190788, + "voter": "badger3145" + }, + { + "rshares": 9007115204, + "voter": "badger3155" + }, + { + "rshares": 8699822976, + "voter": "badger3175" + }, + { + "rshares": 8475866437, + "voter": "badger3195" + }, + { + "rshares": 8117642153, + "voter": "badger3106" + }, + { + "rshares": 8936995703, + "voter": "badger3116" + }, + { + "rshares": 8984990351, + "voter": "badger3126" + }, + { + "rshares": 8611633869, + "voter": "badger3136" + }, + { + "rshares": 8257944656, + "voter": "badger3146" + }, + { + "rshares": 8489790477, + "voter": "badger3156" + }, + { + "rshares": 8705807126, + "voter": "badger3166" + }, + { + "rshares": 8620566580, + "voter": "badger3176" + }, + { + "rshares": 8755292907, + "voter": "badger3186" + }, + { + "rshares": 8791096935, + "voter": "badger3196" + }, + { + "rshares": 8718533747, + "voter": "badger3107" + }, + { + "rshares": 8470685116, + "voter": "badger315" + }, + { + "rshares": 8967138703, + "voter": "badger318" + }, + { + "rshares": 9016793543, + "voter": "badger3151" + }, + { + "rshares": 8688906443, + "voter": "badger3161" + }, + { + "rshares": 8948374029, + "voter": "badger3122" + }, + { + "rshares": 8885133976, + "voter": "badger3142" + }, + { + "rshares": 9108283408, + "voter": "badger3152" + }, + { + "rshares": 8410991139, + "voter": "badger3172" + }, + { + "rshares": 8924725447, + "voter": "badger3182" + }, + { + "rshares": 8679951369, + "voter": "badger3192" + }, + { + "rshares": 8594490108, + "voter": "badger3143" + }, + { + "rshares": 8857724326, + "voter": "badger3173" + }, + { + "rshares": 8564073808, + "voter": "badger3104" + }, + { + "rshares": 8275966513, + "voter": "badger3134" + }, + { + "rshares": 8683148373, + "voter": "badger3184" + }, + { + "rshares": 8620185227, + "voter": "badger3115" + }, + { + "rshares": 9093630617, + "voter": "badger3165" + }, + { + "rshares": 8719257308, + "voter": "badger3185" + }, + { + "rshares": 8781270592, + "voter": "badger314" + }, + { + "rshares": 9015963430, + "voter": "badger317" + }, + { + "rshares": 8754170130, + "voter": "badger3102" + }, + { + "rshares": 8715598583, + "voter": "badger3103" + }, + { + "rshares": 8642543556, + "voter": "badger3125" + }, + { + "rshares": 8608651698, + "voter": "badger3183" + }, + { + "rshares": 3763646381067, + "voter": "satoshifund" + }, + { + "rshares": 36046509876, + "voter": "altoz" + }, + { + "rshares": 348982422, + "voter": "stiletto" + }, + { + "rshares": 370569600141, + "voter": "hedge-x" + }, + { + "rshares": 54767511884, + "voter": "juanmiguelsalas" + }, + { + "rshares": 53269273621, + "voter": "thecryptodrive" + }, + { + "rshares": 209092851311, + "voter": "will-zewe" + }, + { + "rshares": 354361794480, + "voter": "kaylinart" + }, + { + "rshares": 78424941158, + "voter": "tim-johnston" + }, + { + "rshares": 31280996795, + "voter": "michaelx" + }, + { + "rshares": 65197303116, + "voter": "thedashguy" + }, + { + "rshares": 191479703088, + "voter": "mexbit" + }, + { + "rshares": 5664514968, + "voter": "mark-waser" + }, + { + "rshares": 5615273302, + "voter": "christoryan" + }, + { + "rshares": 104818069176, + "voter": "geoffrey" + }, + { + "rshares": 198642563544, + "voter": "kimziv" + }, + { + "rshares": 45230308604, + "voter": "honeythief" + }, + { + "rshares": 65999119522, + "voter": "scrawl" + }, + { + "rshares": 2248678065, + "voter": "superfreek" + }, + { + "rshares": 484274771, + "voter": "mrhankeh" + }, + { + "rshares": 17553722653, + "voter": "grey580" + }, + { + "rshares": 166076560580, + "voter": "dashpaymag" + }, + { + "rshares": 259043859301, + "voter": "asmolokalo" + }, + { + "rshares": 4681431941, + "voter": "dennygalindo" + }, + { + "rshares": 86510715978, + "voter": "rubybian" + }, + { + "rshares": 254364900, + "voter": "mstang83" + }, + { + "rshares": 19423192668, + "voter": "hakise" + }, + { + "rshares": 3030270280, + "voter": "stranger27" + }, + { + "rshares": 400966190394, + "voter": "juneaugoldbuyer" + }, + { + "rshares": 25016204342, + "voter": "tcfxyz" + }, + { + "rshares": 6929637554, + "voter": "futurefood" + }, + { + "rshares": 439636157, + "voter": "kevindetreville" + }, + { + "rshares": 27793386253, + "voter": "picokernel" + }, + { + "rshares": 55885606243, + "voter": "furion" + }, + { + "rshares": 723038245, + "voter": "busser" + }, + { + "rshares": 439350376, + "voter": "barbara2" + }, + { + "rshares": 474968055, + "voter": "ch0c0latechip" + }, + { + "rshares": 451813345, + "voter": "doge4lyf" + }, + { + "rshares": 1410590580557, + "voter": "renohq" + }, + { + "rshares": 1211684689, + "voter": "steem1653" + }, + { + "rshares": 16639042839, + "voter": "sebastien" + }, + { + "rshares": 4630627643, + "voter": "gikitiki" + }, + { + "rshares": 11261506552, + "voter": "asim" + }, + { + "rshares": 207386074024, + "voter": "jesta" + }, + { + "rshares": 32300012796, + "voter": "toxonaut" + }, + { + "rshares": 17025297072, + "voter": "bdavid" + }, + { + "rshares": 2319671143, + "voter": "bitland" + }, + { + "rshares": 19451642041, + "voter": "str11ngfello" + }, + { + "rshares": 3319276861, + "voter": "karen13" + }, + { + "rshares": 25460531811, + "voter": "igster" + }, + { + "rshares": 11383490141, + "voter": "pablox" + }, + { + "rshares": 1398034717, + "voter": "jrd8526" + }, + { + "rshares": 242744796, + "voter": "zoicneo" + }, + { + "rshares": 334006173068, + "voter": "nabilov" + }, + { + "rshares": 14364948465, + "voter": "jaycobbell" + }, + { + "rshares": 33639885970, + "voter": "condra" + }, + { + "rshares": 391368491, + "voter": "karenmckersie" + }, + { + "rshares": 11811714291, + "voter": "allmonitors" + }, + { + "rshares": 20012517255, + "voter": "grolelo" + }, + { + "rshares": 42112607012, + "voter": "milestone" + }, + { + "rshares": 33852058607, + "voter": "creemej" + }, + { + "rshares": 89569037, + "voter": "wildchild" + }, + { + "rshares": 5685679532, + "voter": "btcbtcbtc20155" + }, + { + "rshares": 12942070229, + "voter": "nippel66" + }, + { + "rshares": 2696617320, + "voter": "fiona777" + }, + { + "rshares": 22153382159, + "voter": "phenom" + }, + { + "rshares": 2552794240, + "voter": "sgnsteems" + }, + { + "rshares": 307757751744, + "voter": "calaber24p" + }, + { + "rshares": 2727436517, + "voter": "simon.braki.love" + }, + { + "rshares": 2745487317, + "voter": "fubar-bdhr" + }, + { + "rshares": 200869173, + "voter": "eclipse0" + }, + { + "rshares": 165693192350, + "voter": "gabbans" + }, + { + "rshares": 3572057744, + "voter": "tarindel" + }, + { + "rshares": 23775123893, + "voter": "deanliu" + }, + { + "rshares": 36882567360, + "voter": "sauravrungta" + }, + { + "rshares": 89813747359, + "voter": "rea" + }, + { + "rshares": 161375754014, + "voter": "jl777" + }, + { + "rshares": 14736639309, + "voter": "positive" + }, + { + "rshares": 3576728200, + "voter": "bristolchris72" + }, + { + "rshares": 17601936013, + "voter": "carlidos" + }, + { + "rshares": 780190949, + "voter": "mohammed123" + }, + { + "rshares": 21537531300, + "voter": "krabgat" + }, + { + "rshares": 13752659940, + "voter": "proto" + }, + { + "rshares": 614667524, + "voter": "curator" + }, + { + "rshares": 2870180302, + "voter": "ace108" + }, + { + "rshares": 30059788973, + "voter": "sisterholics" + }, + { + "rshares": 1596140305, + "voter": "alex.chien" + }, + { + "rshares": 2727754330, + "voter": "tygergamer" + }, + { + "rshares": 485033626, + "voter": "fnait" + }, + { + "rshares": 454860590, + "voter": "keepcalmand" + }, + { + "rshares": 2624223649, + "voter": "nelu.ceban" + }, + { + "rshares": 121759228, + "voter": "sazbird" + }, + { + "rshares": 38412629886, + "voter": "celebr1ty" + }, + { + "rshares": 3695837170, + "voter": "bkkshadow" + }, + { + "rshares": 13394934034, + "voter": "clevecross" + }, + { + "rshares": 152942524, + "voter": "steemster1" + }, + { + "rshares": 843609166, + "voter": "mar1978co" + }, + { + "rshares": 8813780350, + "voter": "jamesbrown" + }, + { + "rshares": 3047151322, + "voter": "glitterpig" + }, + { + "rshares": 5213738136, + "voter": "jed78" + }, + { + "rshares": 125370043554, + "voter": "steemdrive" + }, + { + "rshares": 1075235976, + "voter": "metaflute" + }, + { + "rshares": 4546480722, + "voter": "karenb54" + }, + { + "rshares": 45907939906, + "voter": "gomeravibz" + }, + { + "rshares": 6952211747, + "voter": "taker" + }, + { + "rshares": 5294811148, + "voter": "theprophet0" + }, + { + "rshares": 61911147, + "voter": "sharon" + }, + { + "rshares": 61714352, + "voter": "lillianjones" + }, + { + "rshares": 1013075640820, + "voter": "laonie" + }, + { + "rshares": 14888335610, + "voter": "magicmonk" + }, + { + "rshares": 8107058910, + "voter": "spaceghost" + }, + { + "rshares": 23400822736, + "voter": "laonie1" + }, + { + "rshares": 23911327544, + "voter": "laonie2" + }, + { + "rshares": 23919974845, + "voter": "laonie3" + }, + { + "rshares": 24510986824, + "voter": "laoyao" + }, + { + "rshares": 37769139083, + "voter": "myfirst" + }, + { + "rshares": 5173147926, + "voter": "rich77" + }, + { + "rshares": 238503886159, + "voter": "somebody" + }, + { + "rshares": 588461921530, + "voter": "toxic" + }, + { + "rshares": 27629927141, + "voter": "persianqueen" + }, + { + "rshares": 8921988905, + "voter": "flysaga" + }, + { + "rshares": 62472234, + "voter": "korzhovskyi" + }, + { + "rshares": 11461897501, + "voter": "gmurph" + }, + { + "rshares": 52698903911, + "voter": "midnightoil" + }, + { + "rshares": 3898490945, + "voter": "ullikume" + }, + { + "rshares": 3334161508, + "voter": "darrenturetzky" + }, + { + "rshares": 23915896370, + "voter": "laonie4" + }, + { + "rshares": 23914376448, + "voter": "laonie5" + }, + { + "rshares": 23911757517, + "voter": "laonie6" + }, + { + "rshares": 23908878849, + "voter": "laonie7" + }, + { + "rshares": 1875150048, + "voter": "labradorsem" + }, + { + "rshares": 23905113215, + "voter": "laonie8" + }, + { + "rshares": 23903642189, + "voter": "laonie9" + }, + { + "rshares": 117128230821, + "voter": "xiaohui" + }, + { + "rshares": 20173385112, + "voter": "jphamer1" + }, + { + "rshares": 92960462722, + "voter": "joele" + }, + { + "rshares": 5427321003, + "voter": "oflyhigh" + }, + { + "rshares": 61261066, + "voter": "jackkomber" + }, + { + "rshares": 1171268133, + "voter": "paynode" + }, + { + "rshares": 58773515, + "voter": "nickche" + }, + { + "rshares": 4122573976, + "voter": "xiaokongcom" + }, + { + "rshares": 318643015, + "voter": "future24" + }, + { + "rshares": 72629533, + "voter": "sizil" + }, + { + "rshares": 62173784, + "voter": "clarissa1994" + }, + { + "rshares": 63271446, + "voter": "farotz" + }, + { + "rshares": 69485065, + "voter": "zionuziriel" + }, + { + "rshares": 62188234, + "voter": "msjennifer" + }, + { + "rshares": 58467607, + "voter": "ciao" + }, + { + "rshares": 28304654029, + "voter": "marcopizzuti" + }, + { + "rshares": 41103504553, + "voter": "eneismijmich" + }, + { + "rshares": 3580186356, + "voter": "cmorton" + }, + { + "rshares": 61746903, + "voter": "kpine" + }, + { + "rshares": 1580029996, + "voter": "jrcornel" + }, + { + "rshares": 56682205, + "voter": "steemo" + }, + { + "rshares": 283235546, + "voter": "naifaz" + }, + { + "rshares": 8307326565, + "voter": "xianjun" + }, + { + "rshares": 56535984, + "voter": "steema" + }, + { + "rshares": 71241819, + "voter": "confucius" + }, + { + "rshares": 27199865099, + "voter": "mrosenquist" + }, + { + "rshares": 63118959, + "voter": "stevescriber" + }, + { + "rshares": 51247757, + "voter": "loli" + }, + { + "rshares": 84277779404, + "voter": "miacats" + }, + { + "rshares": 53638070, + "voter": "nano2nd" + }, + { + "rshares": 209436170, + "voter": "party1999" + }, + { + "rshares": 57405835, + "voter": "jarvis" + }, + { + "rshares": 545451614, + "voter": "microluck" + }, + { + "rshares": 310811927, + "voter": "lisadang" + }, + { + "rshares": 1451684469, + "voter": "matrixdweller" + }, + { + "rshares": 9317330986, + "voter": "theb0red1" + }, + { + "rshares": 56726999, + "voter": "fortuner" + }, + { + "rshares": 1556041697, + "voter": "chinadaily" + }, + { + "rshares": 56598010, + "voter": "cryptoblu" + }, + { + "rshares": 56591855, + "voter": "instructor" + }, + { + "rshares": 626888257495, + "voter": "dollarvigilante" + }, + { + "rshares": 1443151504, + "voter": "anotherjoe" + }, + { + "rshares": 59750246, + "voter": "saveliy" + }, + { + "rshares": 4479862265, + "voter": "almerri" + }, + { + "rshares": 195160565, + "voter": "stevescoins" + }, + { + "rshares": 13247070006, + "voter": "gvargas123" + }, + { + "rshares": 925594033, + "voter": "telos" + }, + { + "rshares": 55414210, + "voter": "johnbyrd" + }, + { + "rshares": 55396880, + "voter": "thomasaustin" + }, + { + "rshares": 55394920, + "voter": "thermor" + }, + { + "rshares": 55406673, + "voter": "ficholl" + }, + { + "rshares": 55387660, + "voter": "widell" + }, + { + "rshares": 3728859219, + "voter": "shneakysquirrel" + }, + { + "rshares": 8480971863, + "voter": "jaredcwillis" + }, + { + "rshares": 7423407511, + "voter": "jenniferskyler" + }, + { + "rshares": 54991366, + "voter": "revelbrooks" + }, + { + "rshares": 23897322847, + "voter": "laonie10" + }, + { + "rshares": 63837413, + "voter": "mrlogic" + }, + { + "rshares": 2680828708, + "voter": "rossenpavlov" + }, + { + "rshares": 65821995450, + "voter": "justinlaak" + }, + { + "rshares": 76937378345, + "voter": "barrycooper" + }, + { + "rshares": 47338695487, + "voter": "dragonanarchist" + }, + { + "rshares": 76843163, + "voter": "joelbow" + }, + { + "rshares": 21806631879, + "voter": "hilarski" + }, + { + "rshares": 1699561647, + "voter": "roland.haynes" + }, + { + "rshares": 53437036902, + "voter": "mandibil" + }, + { + "rshares": 2349339281, + "voter": "shadowspub" + }, + { + "rshares": 60157039, + "voter": "justinschwalm" + }, + { + "rshares": 53853911, + "voter": "curpose" + }, + { + "rshares": 236254009, + "voter": "miscreantpie" + }, + { + "rshares": 53565688, + "voter": "rickmiller" + }, + { + "rshares": 58000712, + "voter": "margas6" + }, + { + "rshares": 1841770571, + "voter": "cryptoeasy" + }, + { + "rshares": 8573074284, + "voter": "lesliestarrohara" + }, + { + "rshares": 4848459038, + "voter": "englishtchrivy" + }, + { + "rshares": 1807478779, + "voter": "nulliusinverba" + }, + { + "rshares": 25628967648, + "voter": "krnel" + }, + { + "rshares": 60418402, + "voter": "jlufer" + }, + { + "rshares": 55546978, + "voter": "charlie777pt" + }, + { + "rshares": 2011662877, + "voter": "penguinpablo" + }, + { + "rshares": 65997918, + "voter": "uziriel" + }, + { + "rshares": 56507401, + "voter": "maximator15" + }, + { + "rshares": 14206144526, + "voter": "darrantrute" + }, + { + "rshares": 2439186312, + "voter": "funkywanderer" + }, + { + "rshares": 2077581159, + "voter": "richardcrill" + }, + { + "rshares": 23544130242, + "voter": "laonie11" + }, + { + "rshares": 53961187, + "voter": "troich" + }, + { + "rshares": 41415380854, + "voter": "luminousvisions" + }, + { + "rshares": 1581775775, + "voter": "davidjkelley" + }, + { + "rshares": 53966805, + "voter": "crion" + }, + { + "rshares": 53622549, + "voter": "hitherise" + }, + { + "rshares": 52496656, + "voter": "wiss" + }, + { + "rshares": 55768488, + "voter": "supersune" + }, + { + "rshares": 55709351, + "voter": "misscathy" + }, + { + "rshares": 18052253827, + "voter": "sponge-bob" + }, + { + "rshares": 14836422309, + "voter": "digital-wisdom" + }, + { + "rshares": 3697930196, + "voter": "ethical-ai" + }, + { + "rshares": 53252658, + "voter": "stroully" + }, + { + "rshares": 52077150, + "voter": "walternz" + }, + { + "rshares": 85083750, + "voter": "ruscion" + }, + { + "rshares": 65372788, + "voter": "gemmas" + }, + { + "rshares": 56042508, + "voter": "el1fan" + }, + { + "rshares": 5414296170, + "voter": "jwaser" + }, + { + "rshares": 52916909, + "voter": "thadm" + }, + { + "rshares": 52915101, + "voter": "prof" + }, + { + "rshares": 646077790, + "voter": "kev7000" + }, + { + "rshares": 1210270353, + "voter": "zettar" + }, + { + "rshares": 793170907, + "voter": "smisi" + }, + { + "rshares": 4264779052, + "voter": "nubchai" + }, + { + "rshares": 51465774, + "voter": "yorsens" + }, + { + "rshares": 112543619, + "voter": "the-ego-is-you" + }, + { + "rshares": 54523663, + "voter": "cibernatan" + }, + { + "rshares": 52242652, + "voter": "bane" + }, + { + "rshares": 52236265, + "voter": "vive" + }, + { + "rshares": 52230725, + "voter": "coad" + }, + { + "rshares": 287913287, + "voter": "totosky" + }, + { + "rshares": 25313560101, + "voter": "dubi" + }, + { + "rshares": 2550877074, + "voter": "bwaser" + }, + { + "rshares": 51922012, + "voter": "sofa" + }, + { + "rshares": 227735119, + "voter": "irininich" + }, + { + "rshares": 2165334759, + "voter": "dexter-k" + }, + { + "rshares": 337067509, + "voter": "panther" + }, + { + "rshares": 71464098, + "voter": "and030380" + }, + { + "rshares": 352780841414, + "voter": "charlieshrem" + }, + { + "rshares": 54084259617, + "voter": "tracemayer" + }, + { + "rshares": 13532116930, + "voter": "brains" + }, + { + "rshares": 341116913, + "voter": "fraterralph" + }, + { + "rshares": 1359710881, + "voter": "gavicrane" + }, + { + "rshares": 3134996274, + "voter": "landofcrypto" + }, + { + "rshares": 50933404, + "voter": "ailo" + }, + { + "rshares": 5059183261, + "voter": "burnin" + }, + { + "rshares": 100628450, + "voter": "positivesteem" + }, + { + "rshares": 209715303, + "voter": "ballinconscious" + }, + { + "rshares": 5312185929, + "voter": "chick1" + }, + { + "rshares": 4759548989, + "voter": "gringalicious" + }, + { + "rshares": 1953000600, + "voter": "steemsquad" + }, + { + "rshares": 2287432998, + "voter": "ellepdub" + }, + { + "rshares": 51890765, + "voter": "gregorygarcia" + }, + { + "rshares": 9299091881, + "voter": "herpetologyguy" + }, + { + "rshares": 52882252, + "voter": "lennex" + }, + { + "rshares": 20142442639, + "voter": "storyseeker" + }, + { + "rshares": 50441122, + "voter": "eavy" + }, + { + "rshares": 50454901, + "voter": "roto" + }, + { + "rshares": 51468757, + "voter": "zees" + }, + { + "rshares": 50980153, + "voter": "drac59" + }, + { + "rshares": 50326986, + "voter": "everittdmickey" + }, + { + "rshares": 1430783777, + "voter": "dakini-dion" + }, + { + "rshares": 1039951271, + "voter": "jang" + }, + { + "rshares": 4591083065, + "voter": "morgan.waser" + }, + { + "rshares": 50602980, + "voter": "cfisher" + }, + { + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "rshares": 50211016, + "voter": "deli" + }, + { + "rshares": 1145435510, + "voter": "anns" + }, + { + "rshares": 50975390, + "voter": "steemprincess" + }, + { + "rshares": 50938725, + "voter": "haved" + }, + { + "rshares": 52724271, + "voter": "s0lo" + }, + { + "rshares": 50907857, + "voter": "oxygen" + }, + { + "rshares": 1049562163, + "voter": "greenwayoflife" + }, + { + "rshares": 50865840, + "voter": "sting" + }, + { + "rshares": 1452005898, + "voter": "thebiggestidea" + }, + { + "rshares": 50708837, + "voter": "ardly" + }, + { + "rshares": 50704078, + "voter": "yotoh" + }, + { + "rshares": 50572441, + "voter": "unilever" + }, + { + "rshares": 50565798, + "voter": "penthouse" + }, + { + "rshares": 98761775, + "voter": "dovepeacelife" + }, + { + "rshares": 50664711, + "voter": "buckland" + }, + { + "rshares": 50433760, + "voter": "morse" + }, + { + "rshares": 50372583, + "voter": "carre" + }, + { + "rshares": 52278600, + "voter": "piphunters" + }, + { + "rshares": 7743755308, + "voter": "cato-the-elder" + }, + { + "rshares": 239968899, + "voter": "letstalkliberty" + }, + { + "rshares": 3517432636, + "voter": "strong-ai" + }, + { + "rshares": 510694927, + "voter": "grisha-danunaher" + }, + { + "rshares": 76019801, + "voter": "igtes" + }, + { + "rshares": 35493215038, + "voter": "abdullar" + }, + { + "rshares": 1256840918, + "voter": "expedition" + }, + { + "rshares": 157689742, + "voter": "buffett" + }, + { + "rshares": 161446234, + "voter": "yasiin" + }, + { + "rshares": 146096965, + "voter": "siniceku" + }, + { + "rshares": 162904624, + "voter": "allianz" + }, + { + "rshares": 165306997, + "voter": "yanik" + }, + { + "rshares": 159762514, + "voter": "listentojon" + }, + { + "rshares": 162227319, + "voter": "robyneggs" + }, + { + "rshares": 149641144, + "voter": "michaelstobiersk" + }, + { + "rshares": 158655277, + "voter": "kjsxj" + }, + { + "rshares": 161700361, + "voter": "shadowcash" + }, + { + "rshares": 161218747, + "voter": "sdc" + }, + { + "rshares": 157816798, + "voter": "gravity" + }, + { + "rshares": 160870736, + "voter": "electronicarts" + }, + { + "rshares": 157706877, + "voter": "cybergirl" + }, + { + "rshares": 151363355, + "voter": "pawel-krawczyk" + }, + { + "rshares": 160649364, + "voter": "trevorlyman" + }, + { + "rshares": 158860455, + "voter": "jameshowarrd" + }, + { + "rshares": 157182398, + "voter": "planet" + }, + { + "rshares": 150675328, + "voter": "food-creator" + }, + { + "rshares": 156882242, + "voter": "dontbenormal" + }, + { + "rshares": 50161010, + "voter": "serikus" + }, + { + "rshares": 159539963, + "voter": "blender" + }, + { + "rshares": 159425365, + "voter": "tipsandtricks" + }, + { + "rshares": 159352476, + "voter": "panic" + }, + { + "rshares": 159318360, + "voter": "stimmt" + }, + { + "rshares": 146775786, + "voter": "zaidkhalifa" + }, + { + "rshares": 159121147, + "voter": "noah.trader" + }, + { + "rshares": 149732389, + "voter": "gopher75" + }, + { + "rshares": 155945743, + "voter": "lenny1220" + }, + { + "rshares": 159061028, + "voter": "dragonfruit" + }, + { + "rshares": 152792898, + "voter": "blackheart304" + }, + { + "rshares": 146443049, + "voter": "steemit2670" + }, + { + "rshares": 146428143, + "voter": "anysound.studio" + }, + { + "rshares": 158627191, + "voter": "james93" + }, + { + "rshares": 158621293, + "voter": "bfem44" + }, + { + "rshares": 152318749, + "voter": "apolymask" + }, + { + "rshares": 158526983, + "voter": "oghenetony" + }, + { + "rshares": 149129648, + "voter": "koma" + }, + { + "rshares": 158259107, + "voter": "zedsdead" + }, + { + "rshares": 158236061, + "voter": "paulohenry" + }, + { + "rshares": 158229557, + "voter": "pac3mak3r" + } + ], + "author": "calaber24p", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "Revamping Curation Is The Way To Increase Steem Power Demand\n\nIf you haven\u2019t been living under a rock, for the past month or so, it has been quite clear that the price of Steem has been rapidly falling. Although before the run up to $4 was most likely in a bubble and the system is in no danger of failing, as it has worked at this price before, I still believe there is a long term solution that needs to be found to fix this problem. Ned made a post yesterday talking about ideas he had, which mostly, in my opinion focused on lowering the supply entering the market, but this is only a symptom of the problem. My solution although a bit drastic addresses the problem which is a lack of incentive to purchase Steem and power up. \n\nhttp://www.chicagoartistsresource.org/sites/chicagoartistsresource.org/files/curator_1.jpg\n\nTo begin, what are the incentives now? Well the main incentive is having weight while voting, as well as getting a daily return on the Steem Power you have in the system. These might seem like adequate incentives in theory, but in practice I think we are seeing something very different. The problem right now is even with the daily interest we are getting on our Steem Power, we have still been losing money due to the price drops. The interest, which is supposed to act like inflation protection, is actually doing nothing because as long as the price is falling, people are not going to want to move their Steem dollars or Steem into Steem Power. We need to give a greater incentive to hold and purchase Steem Power that will benefit us as a community in the long run. Sure we can wait for the price to fall and have people cash out and make it cheaper to enter the system, but this still doesn\u2019t address the underlying problem.\n\nSo what is my solution? I strongly believe we need to move the payout split to 50:50 between authors and curators from the current 75:25 it is at. I know this will be controversial, especially because many authors today, INCLUDING MYSELF, are making essentially a living off the site, but ultimately it comes down to what is best for the community. We need to look at who is adding more value to the site, the authors or the curators. Depending on who you ask their answer might be different, but in my opinion both are equally as important. One cannot survive without the other and the payouts should reflect that.\n\nhttps://steemit.com/images/steemit-share.png\n\nCurating is supposed to be a heavy incentive for people to enter the system, but the earnings from it are subpar at best. For example, I have 20,000 Steem Power and my average earnings per day is around 6 Steem Power. That means my daily return on investment is .03% a day and only around 11% a year and that is with a pretty profitable curating strategy. Sure it will technically come out to a bit higher than 11% due to compounding but it still won\u2019t make that much of a difference. A huge selling point to me was that if you choose to curate rather than create content you will also be able to earn a sufficient amount, but no one is going to put 20,000 Steem into Steem Power that they would have to wait 2 years to pull out if the reward of waiting is not sufficient enough. Selling Steemit as a platform where the users who upvote the content are equally as valuable as the users who create the content makes users actually want to buy Steem and convert it into Steem Power. \n\nWe should not focus on slowing down the supply that enters the market, but rather retaining and creating new users that will become active daily. Once people have upvotes that actually mean something we will see people flock to the system. Rather than just browsing reddit and upvoting, with no return, they would have a much better experience here. The majority of the people on the site are not authors but lurkers or readers and we need to cater specifically to that crowd because they will end up as the masses, should more come. Authors deserve to be paid for their work but the percentage of money that goes to payouts is a lot. \n\n\nhttp://www.firebellymarketing.com/wp-content/uploads/2011/10/building-community-Firebelly-570x467.jpg\n\nLike I stated before, I have been very successful and Steemit which is why I want to cut down my rewards, because if we continue in the direction we are currently going, it will become a race to the bottom , at which point everyone will leave. I strongly believe that splitting the curation rewards and author rewards equally can benefit the demand for Steem power in the long run and cause a higher amount of user retention within the system. \n\n-Calaber24p", + "category": "steemit", + "children": 157, + "created": "2016-09-08T19:45:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://www.chicagoartistsresource.org/sites/chicagoartistsresource.org/files/curator_1.jpg", + "https://steemit.com/images/steemit-share.png", + "http://www.firebellymarketing.com/wp-content/uploads/2011/10/building-community-Firebelly-570x467.jpg" + ], + "tags": [ + "steemit", + "steem", + "money", + "community", + "curation" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 101222153785235, + "payout": 945.749, + "payout_at": "2016-09-15T19:45:42", + "pending_payout_value": "945.749 HBD", + "percent_hbd": 10000, + "permlink": "revamping-curation-is-the-way-to-increase-steem-power-demand", + "post_id": 1176093, + "promoted": "101.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 505 + }, + "title": "Revamping Curation Is The Way To Increase Steem Power Demand", + "updated": "2016-09-08T19:45:42", + "url": "/steemit/@calaber24p/revamping-curation-is-the-way-to-increase-steem-power-demand" + }, + { + "active_votes": [ + { + "rshares": 5918843919195, + "voter": "proskynneo" + }, + { + "rshares": 3094288914832, + "voter": "val-a" + }, + { + "rshares": 44768805123, + "voter": "samupaha" + }, + { + "rshares": 281563837555, + "voter": "theoretical" + }, + { + "rshares": 3104040479, + "voter": "boy" + }, + { + "rshares": 3768680486, + "voter": "bue-witness" + }, + { + "rshares": 683998880, + "voter": "bunny" + }, + { + "rshares": 54822763106, + "voter": "bue" + }, + { + "rshares": 62230748588, + "voter": "val" + }, + { + "rshares": 1663275306, + "voter": "mini" + }, + { + "rshares": 213794688, + "voter": "moon" + }, + { + "rshares": 624987874, + "voter": "healthcare" + }, + { + "rshares": 973106272, + "voter": "daniel.pan" + }, + { + "rshares": 2378101638, + "voter": "konelectric" + }, + { + "rshares": 288351745, + "voter": "helen.tan" + }, + { + "rshares": 51320362201, + "voter": "noisy" + }, + { + "rshares": 415852247378, + "voter": "craig-grant" + }, + { + "rshares": 5909000055, + "voter": "fernando-sanz" + }, + { + "rshares": 33254767020, + "voter": "james-show" + }, + { + "rshares": 1676027632124, + "voter": "cryptoctopus" + }, + { + "rshares": 1412752719, + "voter": "murh" + }, + { + "rshares": 12169071403, + "voter": "andu" + }, + { + "rshares": 2014177224856, + "voter": "stellabelle" + }, + { + "rshares": 54982482422, + "voter": "kus-knee" + }, + { + "rshares": 181123599305, + "voter": "thedashguy" + }, + { + "rshares": 810326494, + "voter": "proglobyte" + }, + { + "rshares": 81192700375, + "voter": "gtg" + }, + { + "rshares": 52215058764, + "voter": "booja" + }, + { + "rshares": 5444636495, + "voter": "romanskv" + }, + { + "rshares": 26683762212, + "voter": "picokernel" + }, + { + "rshares": 13487365582, + "voter": "ausbitbank" + }, + { + "rshares": 2234056550, + "voter": "bitland" + }, + { + "rshares": 127663674848, + "voter": "demotruk" + }, + { + "rshares": 47467283996, + "voter": "steemapp" + }, + { + "rshares": 898149895, + "voter": "happyphoenix" + }, + { + "rshares": 7545983800, + "voter": "beanz" + }, + { + "rshares": 25386139768, + "voter": "williambanks" + }, + { + "rshares": 2844677790, + "voter": "timcliff" + }, + { + "rshares": 11270713350, + "voter": "ekitcho" + }, + { + "rshares": 637699371, + "voter": "future24" + }, + { + "rshares": 3439786891, + "voter": "cmorton" + }, + { + "rshares": 9074805566, + "voter": "theb0red1" + }, + { + "rshares": 1578660489, + "voter": "cryptoeasy" + }, + { + "rshares": 60418402, + "voter": "jlufer" + }, + { + "rshares": 3470902934, + "voter": "bitscape" + }, + { + "rshares": 53433189, + "voter": "cibernatan" + }, + { + "rshares": 282267928, + "voter": "totosky" + }, + { + "rshares": 330178623, + "voter": "robotev1" + }, + { + "rshares": 72720620, + "voter": "timalex" + }, + { + "rshares": 78462337, + "voter": "comeup" + }, + { + "rshares": 109940460, + "voter": "steemitjobs" + }, + { + "rshares": 65836326, + "voter": "serikus" + }, + { + "rshares": 130634157, + "voter": "james93" + }, + { + "rshares": 146022781, + "voter": "koma" + }, + { + "rshares": 158042096, + "voter": "roger.steemit" + }, + { + "rshares": 145903154, + "voter": "pathtomydream" + }, + { + "rshares": 138768078, + "voter": "dirlei.sdias" + }, + { + "rshares": 153557360, + "voter": "quintonlyn" + } + ], + "author": "steemitjobs", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "![](https://farm9.staticflickr.com/8190/29530201275_dfa5fb3fac_b.jpg)\n# Blockchain Developer\n\n### Who We Are \nSteemit is a social media and blockchain platform where the community\u2019s voice and time are worth something. Facebook, Twitter, and Instagram\u2019s success is built on the backs of its users. With Steemit, we embrace a blockchain-based community in which people earn for their contributions. Steemit is gaining traction on the forefront of a social media, marketplace, and blockchain revolution with the goal of building an online community that\u2019s cooperative and resistant to censorship. \n\n### Who We're Looking For\nWe are looking for a blockchain developer who can work in an extremely faced paced environment to help scale the Steemit platform over the next year and beyond. You will be an essential member of the team who will provide added agility and expertise to ensure an unbeatable product.\n\n### Responsibilities\n- Independently identify and manage bugs, schedule tasks, investigate code\n- Handle full development cycle of components (formalize task, write code, test, set-up and support production, resolve user requests)\n- Write flexible, manageable, and modular code that can adapt to post-launch change\n- Build scalable, efficient, high performance solutions\n\n### Qualifications\n- Bachelor\u2019s in Computer Science (or similar) or equivalent experience\n- Expert in C++ or newer\n- Hands on experience with Git\n- Collaborative team player capable of listening to different perspectives and implementing the best solution based on those views\n\nIf this is a job that you are interested in, please send your resume to `jobs@steemit.com`. We'll be waiting!\n\n*This position is located in Blacksburg, VA*", + "category": "steemit", + "children": 2, + "created": "2016-09-08T15:11:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://farm9.staticflickr.com/8190/29530201275_dfa5fb3fac_b.jpg" + ], + "tags": [ + "steemit", + "steemitjobs", + "blockchain", + "developer" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14341719035931, + "payout": 22.508, + "payout_at": "2016-09-15T15:11:24", + "pending_payout_value": "22.508 HBD", + "percent_hbd": 10000, + "permlink": "new-steemit-job-posting-blockchain-developer", + "post_id": 1173018, + "promoted": "100.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 58 + }, + "title": "New Steemit Job Posting: Blockchain Developer", + "updated": "2016-09-08T15:54:24", + "url": "/steemit/@steemitjobs/new-steemit-job-posting-blockchain-developer" + }, + { + "active_votes": [ + { + "rshares": 6037220797579, + "voter": "proskynneo" + }, + { + "rshares": 6188577829665, + "voter": "val-a" + }, + { + "rshares": 44768805123, + "voter": "samupaha" + }, + { + "rshares": 275442884564, + "voter": "theoretical" + }, + { + "rshares": 3104040479, + "voter": "boy" + }, + { + "rshares": 3768680486, + "voter": "bue-witness" + }, + { + "rshares": 683998880, + "voter": "bunny" + }, + { + "rshares": 6866537342197, + "voter": "complexring" + }, + { + "rshares": 54822763106, + "voter": "bue" + }, + { + "rshares": 62230748588, + "voter": "val" + }, + { + "rshares": 1663275306, + "voter": "mini" + }, + { + "rshares": 213794688, + "voter": "moon" + }, + { + "rshares": 624987874, + "voter": "healthcare" + }, + { + "rshares": 973106272, + "voter": "daniel.pan" + }, + { + "rshares": 2426634324, + "voter": "konelectric" + }, + { + "rshares": 288351745, + "voter": "helen.tan" + }, + { + "rshares": 407365466819, + "voter": "craig-grant" + }, + { + "rshares": 5909000055, + "voter": "fernando-sanz" + }, + { + "rshares": 34065858898, + "voter": "james-show" + }, + { + "rshares": 1676027632124, + "voter": "cryptoctopus" + }, + { + "rshares": 1426395561, + "voter": "murh" + }, + { + "rshares": 12169071403, + "voter": "andu" + }, + { + "rshares": 2014177224856, + "voter": "stellabelle" + }, + { + "rshares": 110343825376, + "voter": "kenny-crane" + }, + { + "rshares": 56082132071, + "voter": "kus-knee" + }, + { + "rshares": 208041294929, + "voter": "alexc" + }, + { + "rshares": 810326494, + "voter": "proglobyte" + }, + { + "rshares": 687280474158, + "voter": "publicworker" + }, + { + "rshares": 82816554383, + "voter": "gtg" + }, + { + "rshares": 52215058764, + "voter": "booja" + }, + { + "rshares": 328801133166, + "voter": "roelandp" + }, + { + "rshares": 5337878917, + "voter": "romanskv" + }, + { + "rshares": 11267463759, + "voter": "r4fken" + }, + { + "rshares": 27228156990, + "voter": "picokernel" + }, + { + "rshares": 13487365582, + "voter": "ausbitbank" + }, + { + "rshares": 48416629676, + "voter": "steemapp" + }, + { + "rshares": 916861351, + "voter": "happyphoenix" + }, + { + "rshares": 25669997218, + "voter": "pinkisland" + }, + { + "rshares": 1716002786, + "voter": "remlaps" + }, + { + "rshares": 7545983800, + "voter": "beanz" + }, + { + "rshares": 25386139768, + "voter": "williambanks" + }, + { + "rshares": 70391342282, + "voter": "gomeravibz" + }, + { + "rshares": 297488015220, + "voter": "somebody" + }, + { + "rshares": 11496127617, + "voter": "ekitcho" + }, + { + "rshares": 62030829, + "voter": "farotz" + }, + { + "rshares": 3439786891, + "voter": "cmorton" + }, + { + "rshares": 17391787537, + "voter": "andrewfoodist" + }, + { + "rshares": 9074805566, + "voter": "theb0red1" + }, + { + "rshares": 79579408, + "voter": "pompe72" + }, + { + "rshares": 69901150, + "voter": "pollina" + }, + { + "rshares": 1578660489, + "voter": "cryptoeasy" + }, + { + "rshares": 60418402, + "voter": "jlufer" + }, + { + "rshares": 7577221661, + "voter": "davidbrogan" + }, + { + "rshares": 54523663, + "voter": "cibernatan" + }, + { + "rshares": 282267928, + "voter": "totosky" + }, + { + "rshares": 25313560101, + "voter": "dubi" + }, + { + "rshares": 336916962, + "voter": "robotev1" + }, + { + "rshares": 71104606, + "voter": "timalex" + }, + { + "rshares": 78462337, + "voter": "comeup" + }, + { + "rshares": 112139269, + "voter": "steemitjobs" + }, + { + "rshares": 65836326, + "voter": "serikus" + }, + { + "rshares": 143652897, + "voter": "zaidkhalifa" + }, + { + "rshares": 158720852, + "voter": "carloss" + }, + { + "rshares": 130634157, + "voter": "james93" + }, + { + "rshares": 149129648, + "voter": "koma" + }, + { + "rshares": 154943231, + "voter": "roger.steemit" + }, + { + "rshares": 145903154, + "voter": "pathtomydream" + }, + { + "rshares": 138768078, + "voter": "dirlei.sdias" + }, + { + "rshares": 150546432, + "voter": "quintonlyn" + } + ], + "author": "steemitjobs", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "![](https://farm9.staticflickr.com/8190/29530201275_dfa5fb3fac_b.jpg)\n# Community & Social Media Manager\n\n### Who We Are \nSteemit is a social media and blockchain platform where the community\u2019s voice and time are worth something. Facebook, Twitter, and Instagram\u2019s success is built on the backs of its users. With Steemit, we embrace a blockchain-based community in which people earn for their contributions. Steemit is gaining traction on the forefront of a social media, marketplace, and blockchain revolution with the goal of building an online community that\u2019s cooperative and resistant to censorship. \n\n### Who We're Looking For\nWe are looking for an exceptional communicator to be the liaison between Steemit and our rapidly growing user base. This is a role where you will be an expert in building and growing communities on and offline; you\u2019ve got ideas for this and can implement them. You can also think big picture and for the long term \u2013 your ideas will reflect that. Online communities are where you thrive and as such you know how to leverage them and will be able to do so for Steemit. You have a track record of getting things done, live and breath social media, and want to work with a fast growing company that will change the world.\n\n### Responsibilities\n- Help deliver a best in class user experience to Steemit users who engage with us through social media\n- Be an active voice on relevant channels as a Steemit advocate\n- Monitor and post content to and across other social media networks including Facebook, Twitter, Reddit, etc. on a daily basis\n- Develop and track performance metrics for social media channels and advise on ways to maximize performance\n- Develop customer acquisition strategies through social media channels\n\n### Qualifications\n- 2 or more years of experience managing a brand's online presence\n- Motivated self-starter with great communication and writing/editing skills\n- Ability to collaborate and work with others, taking their viewpoints into consideration\n- Good judgment, professionalism, and levelheadedness as a social media ambassador\n- Nice to have: Interest in cryptocurrency and blockchains with experience in the community\n\nIf this is a job that you are interested in, please send your resume to `jobs@steemit.com`. We'll be waiting!\n\n*This position is located in Blacksburg, VA*", + "category": "steemit", + "children": 21, + "created": "2016-09-08T14:25:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://farm9.staticflickr.com/8190/29530201275_dfa5fb3fac_b.jpg" + ], + "tags": [ + "steemit", + "steemitjobs", + "jobs", + "marketing", + "socialmedia" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25834048756473, + "payout": 40.127, + "payout_at": "2016-09-15T14:25:18", + "pending_payout_value": "40.127 HBD", + "percent_hbd": 10000, + "permlink": "new-steemit-job-posting-community-and-social-media-manager", + "post_id": 1172537, + "promoted": "100.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 69 + }, + "title": "New Steemit Job Posting: Community & Social Media Manager", + "updated": "2016-09-08T15:53:09", + "url": "/steemit/@steemitjobs/new-steemit-job-posting-community-and-social-media-manager" + }, + { + "active_votes": [ + { + "rshares": 20924903115, + "voter": "hcf27" + }, + { + "rshares": 316515996824, + "voter": "chitty" + }, + { + "rshares": 53674162292, + "voter": "edgeland" + }, + { + "rshares": 375656420380, + "voter": "craig-grant" + }, + { + "rshares": 37310054020, + "voter": "james-show" + }, + { + "rshares": 2261027179, + "voter": "acidyo" + }, + { + "rshares": 401475391, + "voter": "coar" + }, + { + "rshares": 1426173324, + "voter": "murh" + }, + { + "rshares": 24526746705, + "voter": "thecryptofiend" + }, + { + "rshares": 208985003729, + "voter": "will-zewe" + }, + { + "rshares": 15761970927, + "voter": "zakharya" + }, + { + "rshares": 2706408618, + "voter": "tee-em" + }, + { + "rshares": 61572228994, + "voter": "thedashguy" + }, + { + "rshares": 85869752009, + "voter": "kimziv" + }, + { + "rshares": 44050470303, + "voter": "marco-delsalto" + }, + { + "rshares": 10487597892, + "voter": "nineyards" + }, + { + "rshares": 3661397048, + "voter": "michaellamden68" + }, + { + "rshares": 59328435116, + "voter": "booja" + }, + { + "rshares": 32438700122, + "voter": "good-karma" + }, + { + "rshares": 8253914298, + "voter": "kakradetome" + }, + { + "rshares": 8181635146, + "voter": "cmtzco" + }, + { + "rshares": 14239373762, + "voter": "elyaque" + }, + { + "rshares": 30764850573, + "voter": "yuliana" + }, + { + "rshares": 441006366819, + "voter": "juneaugoldbuyer" + }, + { + "rshares": 112591076283, + "voter": "crypt0" + }, + { + "rshares": 155086424302, + "voter": "knircky" + }, + { + "rshares": 66801231, + "voter": "cynetyc" + }, + { + "rshares": 4047643732, + "voter": "steemit-life" + }, + { + "rshares": 3092827406, + "voter": "bitland" + }, + { + "rshares": 434137550, + "voter": "karenmckersie" + }, + { + "rshares": 2614032281, + "voter": "screasey" + }, + { + "rshares": 395135521, + "voter": "luisucv34" + }, + { + "rshares": 43466091162, + "voter": "yongyoon" + }, + { + "rshares": 3789831728, + "voter": "maximkichev" + }, + { + "rshares": 5556418828, + "voter": "btcbtcbtc20155" + }, + { + "rshares": 2552654221, + "voter": "sgnsteems" + }, + { + "rshares": 957548802260, + "voter": "james212" + }, + { + "rshares": 212019463, + "voter": "jasen.g1311" + }, + { + "rshares": 2338658584, + "voter": "ace108" + }, + { + "rshares": 12829825322, + "voter": "sisterholics" + }, + { + "rshares": 4238804280, + "voter": "sulev" + }, + { + "rshares": 52207362, + "voter": "reported" + }, + { + "rshares": 25386139768, + "voter": "williambanks" + }, + { + "rshares": 5075657424, + "voter": "theprophet0" + }, + { + "rshares": 4393674302, + "voter": "theprophet" + }, + { + "rshares": 63288595594, + "voter": "laonie" + }, + { + "rshares": 7296353019, + "voter": "spaceghost" + }, + { + "rshares": 58804600, + "voter": "southbaybits" + }, + { + "rshares": 13007083652, + "voter": "myfirst" + }, + { + "rshares": 103099601827, + "voter": "somebody" + }, + { + "rshares": 3856981690, + "voter": "flysaga" + }, + { + "rshares": 22781126275, + "voter": "midnightoil" + }, + { + "rshares": 7095478692, + "voter": "xiaohui" + }, + { + "rshares": 154454721, + "voter": "agussudaryanto" + }, + { + "rshares": 1782244397, + "voter": "xiaokongcom" + }, + { + "rshares": 3591246793, + "voter": "xianjun" + }, + { + "rshares": 2846899090, + "voter": "lightsplasher" + }, + { + "rshares": 235835929, + "voter": "microluck" + }, + { + "rshares": 10995099944, + "voter": "matrixdweller" + }, + { + "rshares": 68417395, + "voter": "lasseehlers" + }, + { + "rshares": 53516176, + "voter": "cnmtz" + }, + { + "rshares": 26476661103, + "voter": "andrewawerdna" + }, + { + "rshares": 59047422, + "voter": "gduran" + }, + { + "rshares": 2897317590, + "voter": "fat-like-buddha" + }, + { + "rshares": 1631282506, + "voter": "cryptoeasy" + }, + { + "rshares": 9771811576, + "voter": "etcmike" + }, + { + "rshares": 91543033, + "voter": "jlufer" + }, + { + "rshares": 12721442209, + "voter": "ghasemkiani" + }, + { + "rshares": 282267928, + "voter": "totosky" + }, + { + "rshares": 335474158, + "voter": "spethoscope" + }, + { + "rshares": 842943776, + "voter": "kingarbinv" + }, + { + "rshares": 52636635, + "voter": "wolfdaze" + }, + { + "rshares": 116378965, + "voter": "thefinanceguy" + }, + { + "rshares": 78376579, + "voter": "serikus" + }, + { + "rshares": 144014259, + "voter": "fer32p" + }, + { + "rshares": 146428143, + "voter": "anysound.studio" + } + ], + "author": "craig-grant", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "change gon come\nhttps://www.youtube.com/watch?v=pb7shsTextM\n\n### read Ned's post @ https://steemit.com/steem/@ned/increasing-curation-demand-for-steem-power-and-community-interaction\n---\n\n---\nhttps://www.steemimg.com/images/2016/09/07/20160907_200828f7272.jpg\nhttps://www.steemimg.com/images/2016/09/07/20160907_20085398483.jpg\n\n#### Get 3 meals for $30(shipping included), each meal serves two. That's $5 per meal for the highest quality food you will ever taste @ [https://www.homechef.com](https://www.homechef.com/invite/ezxbJf89eBnV)\n---\n\nFollow @craig-grant\n\nHeaven = have fun :)", + "category": "freedom", + "children": 15, + "created": "2016-09-07T23:51:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/pb7shsTextM/0.jpg", + "https://www.steemimg.com/images/2016/09/07/20160907_200828f7272.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=pb7shsTextM", + "https://steemit.com/steem/@ned/increasing-curation-demand-for-steem-power-and-community-interaction", + "https://www.homechef.com/invite/ezxbJf89eBnV" + ], + "tags": [ + "freedom", + "steemit", + "steempower" + ], + "users": [ + "craig-grant" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 3501633293272, + "payout": 1.473, + "payout_at": "2016-09-14T23:51:24", + "pending_payout_value": "1.473 HBD", + "percent_hbd": 10000, + "permlink": "steem-report-curation-and-steem-power-ideas-by-ned", + "post_id": 1165807, + "promoted": "100.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 76 + }, + "title": "STEEM report, curation and steem power ideas by Ned", + "updated": "2016-09-08T00:31:30", + "url": "/freedom/@craig-grant/steem-report-curation-and-steem-power-ideas-by-ned" + }, + { + "active_votes": [ + { + "rshares": 28904209517709, + "voter": "dantheman" + }, + { + "rshares": -56559208770, + "voter": "fminerten1" + }, + { + "rshares": 633095325237, + "voter": "barrie" + }, + { + "rshares": 404682721071, + "voter": "anonymous" + }, + { + "rshares": 25814870366911, + "voter": "dan" + }, + { + "rshares": 2321790225223, + "voter": "diaphanous" + }, + { + "rshares": 2077749979912, + "voter": "bmw" + }, + { + "rshares": 1860859029886, + "voter": "books" + }, + { + "rshares": 1551086497755, + "voter": "butterfly" + }, + { + "rshares": 1469367520215, + "voter": "commedy" + }, + { + "rshares": 6141142270335, + "voter": "riverhead" + }, + { + "rshares": 6934956643994, + "voter": "wackou" + }, + { + "rshares": 5536285359773, + "voter": "steemit200" + }, + { + "rshares": 3103030120, + "voter": "boy" + }, + { + "rshares": 1689669975555, + "voter": "xeroc" + }, + { + "rshares": 3767362463, + "voter": "bue-witness" + }, + { + "rshares": 690899726, + "voter": "bunny" + }, + { + "rshares": 6142381502949, + "voter": "clayop" + }, + { + "rshares": 54638988750, + "voter": "bue" + }, + { + "rshares": 1662795178, + "voter": "mini" + }, + { + "rshares": 213777416, + "voter": "moon" + }, + { + "rshares": 3921583473347, + "voter": "au1nethyb1" + }, + { + "rshares": 62849848037, + "voter": "jason" + }, + { + "rshares": 1460238073, + "voter": "mineralwasser" + }, + { + "rshares": 897783861872, + "voter": "boombastic" + }, + { + "rshares": 118160004239, + "voter": "mrs.agsexplorer" + }, + { + "rshares": 8846544205, + "voter": "bingo-0" + }, + { + "rshares": 2249794908, + "voter": "bingo-1" + }, + { + "rshares": 1220931423430, + "voter": "benjojo" + }, + { + "rshares": 326641694341, + "voter": "officialfuzzy" + }, + { + "rshares": 23992305455, + "voter": "proctologic" + }, + { + "rshares": 624870220, + "voter": "healthcare" + }, + { + "rshares": 26771021432, + "voter": "rimantas" + }, + { + "rshares": 969744364, + "voter": "daniel.pan" + }, + { + "rshares": 804647377325, + "voter": "steemrollin" + }, + { + "rshares": 78719523584, + "voter": "jwest40" + }, + { + "rshares": 361589712598, + "voter": "ash" + }, + { + "rshares": 32423888615, + "voter": "marketingmonk" + }, + { + "rshares": 288328206, + "voter": "helen.tan" + }, + { + "rshares": 83099570491, + "voter": "unosuke" + }, + { + "rshares": 24793284195, + "voter": "yefet" + }, + { + "rshares": 14471587511, + "voter": "valtr" + }, + { + "rshares": 163614861708, + "voter": "noaommerrr" + }, + { + "rshares": 9864254866, + "voter": "makishart" + }, + { + "rshares": 14902174889, + "voter": "gregory-f" + }, + { + "rshares": 71563667896, + "voter": "edgeland" + }, + { + "rshares": 52311045620, + "voter": "noisy" + }, + { + "rshares": 411271639019, + "voter": "chryspano" + }, + { + "rshares": 78952260790, + "voter": "easteagle13" + }, + { + "rshares": 11754655518, + "voter": "holabebe" + }, + { + "rshares": 3913661416, + "voter": "hbhades" + }, + { + "rshares": 552268439259, + "voter": "eeks" + }, + { + "rshares": 487226144, + "voter": "paco-steem" + }, + { + "rshares": 3975544133, + "voter": "fernando-sanz" + }, + { + "rshares": 5612587148, + "voter": "spaninv" + }, + { + "rshares": 109201913867, + "voter": "forrestwillie" + }, + { + "rshares": 28968973138, + "voter": "instructor2121" + }, + { + "rshares": 2062724006, + "voter": "gekko" + }, + { + "rshares": 331414403780, + "voter": "teamsteem" + }, + { + "rshares": 4518704719, + "voter": "acidyo" + }, + { + "rshares": 144379940729, + "voter": "steve-walschot" + }, + { + "rshares": 54482680287, + "voter": "hannixx42" + }, + { + "rshares": 33524081215, + "voter": "dan-atstarlite" + }, + { + "rshares": 26516736386, + "voter": "tmendieta" + }, + { + "rshares": 37994042628, + "voter": "klye" + }, + { + "rshares": 2366331863, + "voter": "alenevaa" + }, + { + "rshares": 534991050, + "voter": "coar" + }, + { + "rshares": 67845312433, + "voter": "asch" + }, + { + "rshares": 1425735650, + "voter": "murh" + }, + { + "rshares": 6894648848, + "voter": "cryptofunk" + }, + { + "rshares": 17773072912, + "voter": "b4bb4r-5h3r" + }, + { + "rshares": 602425396, + "voter": "kodi" + }, + { + "rshares": 13216041083, + "voter": "andu" + }, + { + "rshares": 198603454941, + "voter": "dragonslayer109" + }, + { + "rshares": 15588807020, + "voter": "ombc" + }, + { + "rshares": 42080883570, + "voter": "ranko-k" + }, + { + "rshares": 941565976892, + "voter": "cyber" + }, + { + "rshares": 23912266183, + "voter": "paul-labossiere" + }, + { + "rshares": 6242728467, + "voter": "cm-steem" + }, + { + "rshares": 4685622702, + "voter": "zebbra2014" + }, + { + "rshares": 12984552465, + "voter": "johnerfx" + }, + { + "rshares": 2917169504539, + "voter": "satoshifund" + }, + { + "rshares": 386419893744, + "voter": "taoteh1221" + }, + { + "rshares": 8806878751, + "voter": "jessica-miller" + }, + { + "rshares": 380391693, + "voter": "stiletto" + }, + { + "rshares": 52367224290, + "voter": "martin-wichmann" + }, + { + "rshares": 349484107, + "voter": "yonatann" + }, + { + "rshares": 377770820778, + "voter": "hedge-x" + }, + { + "rshares": 40679365477, + "voter": "intelliguy" + }, + { + "rshares": 308660771107, + "voter": "hisnameisolllie" + }, + { + "rshares": 13998741368, + "voter": "wingz" + }, + { + "rshares": 55873941967, + "voter": "juanmiguelsalas" + }, + { + "rshares": 108025258280, + "voter": "kenny-crane" + }, + { + "rshares": 53194598358, + "voter": "thecryptodrive" + }, + { + "rshares": 412538354215, + "voter": "kaylinart" + }, + { + "rshares": 1486565432, + "voter": "benthegameboy" + }, + { + "rshares": 13353610720, + "voter": "facer" + }, + { + "rshares": 430294140, + "voter": "magdalena" + }, + { + "rshares": 11167158479, + "voter": "ossama-benjohn" + }, + { + "rshares": 988882833, + "voter": "johnerminer" + }, + { + "rshares": 19192619156, + "voter": "ziv" + }, + { + "rshares": 15756733173, + "voter": "zakharya" + }, + { + "rshares": 33784111908, + "voter": "michaelx" + }, + { + "rshares": 182873871538, + "voter": "thedashguy" + }, + { + "rshares": 5709056203, + "voter": "mark-waser" + }, + { + "rshares": 9721696359, + "voter": "andread" + }, + { + "rshares": 687254164754, + "voter": "publicworker" + }, + { + "rshares": 1075516962, + "voter": "comm-press" + }, + { + "rshares": 109117596483, + "voter": "geoffrey" + }, + { + "rshares": 6740408834, + "voter": "tyler-fletcher" + }, + { + "rshares": 31925745781, + "voter": "talanhorne" + }, + { + "rshares": 68617907780, + "voter": "razvanelulmarin" + }, + { + "rshares": 2375236125, + "voter": "superfreek" + }, + { + "rshares": 12981212473, + "voter": "treeshaface" + }, + { + "rshares": 3755852203, + "voter": "the.bot" + }, + { + "rshares": 15858494668, + "voter": "catchfire" + }, + { + "rshares": 536461338, + "voter": "mrhankeh" + }, + { + "rshares": 40094142832, + "voter": "clement" + }, + { + "rshares": 39857869532, + "voter": "isteemit" + }, + { + "rshares": 50782349370, + "voter": "bacchist" + }, + { + "rshares": 22535574872, + "voter": "venuspcs" + }, + { + "rshares": 275298770505, + "voter": "ericvancewalton" + }, + { + "rshares": 20203030978, + "voter": "thebatchman" + }, + { + "rshares": 243464927250, + "voter": "asmolokalo" + }, + { + "rshares": 318035694495, + "voter": "roelandp" + }, + { + "rshares": 43816713486, + "voter": "ezzy" + }, + { + "rshares": 60077712293, + "voter": "lehard" + }, + { + "rshares": 90689728719, + "voter": "rubybian" + }, + { + "rshares": 3297954099, + "voter": "orly" + }, + { + "rshares": 8587323673, + "voter": "kakradetome" + }, + { + "rshares": 17199764671, + "voter": "konstantin" + }, + { + "rshares": 254364900, + "voter": "mstang83" + }, + { + "rshares": 22616447166, + "voter": "katyakov" + }, + { + "rshares": 122136592502, + "voter": "robrigo" + }, + { + "rshares": 282238576797, + "voter": "fabio" + }, + { + "rshares": 3286950628, + "voter": "stranger27" + }, + { + "rshares": 516176839, + "voter": "chamviet" + }, + { + "rshares": 12276334224, + "voter": "r4fken" + }, + { + "rshares": 6927337869, + "voter": "futurefood" + }, + { + "rshares": 242042299, + "voter": "adamgud" + }, + { + "rshares": 1597179386, + "voter": "sergei" + }, + { + "rshares": 69160956194, + "voter": "mikemiziner" + }, + { + "rshares": 120331087671, + "voter": "derekareith" + }, + { + "rshares": 26149661294, + "voter": "picokernel" + }, + { + "rshares": 2761970265, + "voter": "wintrop" + }, + { + "rshares": 7012104525, + "voter": "gatoso" + }, + { + "rshares": 513898732093, + "voter": "neoxian" + }, + { + "rshares": 4223216611, + "voter": "owdy" + }, + { + "rshares": 112572902958, + "voter": "crypt0" + }, + { + "rshares": 236699236, + "voter": "mirspirs" + }, + { + "rshares": 48431592474, + "voter": "knircky" + }, + { + "rshares": 5516539304, + "voter": "on0tole" + }, + { + "rshares": 2893393868, + "voter": "mguy808" + }, + { + "rshares": 1111186856, + "voter": "demyan7" + }, + { + "rshares": 56528698039, + "voter": "sigmajin" + }, + { + "rshares": 16937012018, + "voter": "ausbitbank" + }, + { + "rshares": 525662045, + "voter": "warplat" + }, + { + "rshares": 40069670306, + "voter": "wesam" + }, + { + "rshares": 1525991347, + "voter": "steem1653" + }, + { + "rshares": 17954765467, + "voter": "sebastien" + }, + { + "rshares": 4507281503, + "voter": "gikitiki" + }, + { + "rshares": 26722878081, + "voter": "flyingmind" + }, + { + "rshares": 3949738963, + "voter": "steemit-life" + }, + { + "rshares": 11743458717, + "voter": "asim" + }, + { + "rshares": 4685025327, + "voter": "thegoodguy" + }, + { + "rshares": 218350821, + "voter": "danielkt" + }, + { + "rshares": 2438495293, + "voter": "thelindvall" + }, + { + "rshares": 426995359, + "voter": "senseiteekay" + }, + { + "rshares": 10624714992, + "voter": "fogspam" + }, + { + "rshares": 3758226202, + "voter": "karen13" + }, + { + "rshares": 24926432348, + "voter": "dwinblood" + }, + { + "rshares": 11466221508, + "voter": "meesterboom" + }, + { + "rshares": 11346695853, + "voter": "jaycobbell" + }, + { + "rshares": 38296982211, + "voter": "condra" + }, + { + "rshares": 12382501577, + "voter": "domavila" + }, + { + "rshares": 12897559714, + "voter": "bycz" + }, + { + "rshares": 2086071510, + "voter": "dmacshady" + }, + { + "rshares": 235512684, + "voter": "jesse5th" + }, + { + "rshares": 20010696496, + "voter": "grolelo" + }, + { + "rshares": 55174325289, + "voter": "streetstyle" + }, + { + "rshares": 45468090152, + "voter": "milestone" + }, + { + "rshares": 240374641, + "voter": "chillipepper" + }, + { + "rshares": 7144301672, + "voter": "lichtblick" + }, + { + "rshares": 96640276, + "voter": "wildchild" + }, + { + "rshares": 129948707617, + "voter": "demotruk" + }, + { + "rshares": 3709534148, + "voter": "maximkichev" + }, + { + "rshares": 5772890880, + "voter": "btcbtcbtc20155" + }, + { + "rshares": 2091519389, + "voter": "the-future" + }, + { + "rshares": 13003141497, + "voter": "nippel66" + }, + { + "rshares": 3175079093, + "voter": "imp3" + }, + { + "rshares": 18161034703, + "voter": "phenom" + }, + { + "rshares": 2450336934, + "voter": "sgnsteems" + }, + { + "rshares": 201222637041, + "voter": "blueorgy" + }, + { + "rshares": 2045718563, + "voter": "febird" + }, + { + "rshares": 13357712366, + "voter": "benjiberigan" + }, + { + "rshares": 40980982912, + "voter": "opheliafu" + }, + { + "rshares": 298430647098, + "voter": "calaber24p" + }, + { + "rshares": 5853998263, + "voter": "kidsysco" + }, + { + "rshares": 3493315959, + "voter": "simon.braki.love" + }, + { + "rshares": 14607170571, + "voter": "all-of-us" + }, + { + "rshares": 64250965781, + "voter": "thylbom" + }, + { + "rshares": 123387400, + "voter": "bobo012" + }, + { + "rshares": 7924257770, + "voter": "magz8716" + }, + { + "rshares": 7311343446, + "voter": "geronimo" + }, + { + "rshares": 3248799071, + "voter": "bones" + }, + { + "rshares": 2691561605, + "voter": "ultramari0" + }, + { + "rshares": 848614521, + "voter": "vlad" + }, + { + "rshares": 4244751071, + "voter": "tarindel" + }, + { + "rshares": 13833357665, + "voter": "beowulfoflegend" + }, + { + "rshares": 3244193020, + "voter": "birdie" + }, + { + "rshares": 2283280595, + "voter": "bola" + }, + { + "rshares": 26463727332, + "voter": "deanliu" + }, + { + "rshares": 38546045916, + "voter": "celsius100" + }, + { + "rshares": 39483002950, + "voter": "sauravrungta" + }, + { + "rshares": 84759836456, + "voter": "rea" + }, + { + "rshares": 3869796932, + "voter": "dmitriybtc" + }, + { + "rshares": 104788510, + "voter": "elmusic" + }, + { + "rshares": 182754922360, + "voter": "jl777" + }, + { + "rshares": 977883724416, + "voter": "james212" + }, + { + "rshares": 9747030367, + "voter": "lostnuggett" + }, + { + "rshares": 39264915236, + "voter": "zaebars" + }, + { + "rshares": 1781950310, + "voter": "yarly" + }, + { + "rshares": 269576627, + "voter": "yarly2" + }, + { + "rshares": 269980297, + "voter": "yarly3" + }, + { + "rshares": 156093986, + "voter": "yarly4" + }, + { + "rshares": 156975275, + "voter": "yarly5" + }, + { + "rshares": 89476508, + "voter": "yarly7" + }, + { + "rshares": 115403915, + "voter": "charbelnamm" + }, + { + "rshares": 95203313420, + "voter": "crazymumzysa" + }, + { + "rshares": 10448758256, + "voter": "moon32walker" + }, + { + "rshares": 32452429861, + "voter": "anca3drandom" + }, + { + "rshares": 115883340, + "voter": "cyonic" + }, + { + "rshares": 133255616, + "voter": "bigb" + }, + { + "rshares": 571692815, + "voter": "jasonpay1" + }, + { + "rshares": 3835587963, + "voter": "sompitonov" + }, + { + "rshares": 5372665495, + "voter": "bbrewer" + }, + { + "rshares": 15514579228, + "voter": "winstonwolfe" + }, + { + "rshares": 916462256, + "voter": "happyphoenix" + }, + { + "rshares": 15575145963, + "voter": "proto" + }, + { + "rshares": 614416410, + "voter": "curator" + }, + { + "rshares": 3297833326, + "voter": "ace108" + }, + { + "rshares": 432287231, + "voter": "yarly10" + }, + { + "rshares": 1750139335, + "voter": "alex.chien" + }, + { + "rshares": 231618512, + "voter": "yarly11" + }, + { + "rshares": 4914389699, + "voter": "royalmacro" + }, + { + "rshares": 81028161, + "voter": "yarly12" + }, + { + "rshares": 2242469546, + "voter": "tygergamer" + }, + { + "rshares": 2849432107, + "voter": "nelu.ceban" + }, + { + "rshares": 554432980, + "voter": "cwmyao1" + }, + { + "rshares": 36985556688, + "voter": "celebr1ty" + }, + { + "rshares": 1731857982, + "voter": "remlaps" + }, + { + "rshares": 5554504133, + "voter": "beanz" + }, + { + "rshares": 13518235137, + "voter": "clevecross" + }, + { + "rshares": 21557151502, + "voter": "sisters" + }, + { + "rshares": 142706881, + "voter": "steemster1" + }, + { + "rshares": 115172592, + "voter": "wunju" + }, + { + "rshares": 27075686327, + "voter": "solidgold" + }, + { + "rshares": 244863448245, + "voter": "originate" + }, + { + "rshares": 2873547475, + "voter": "dmilash" + }, + { + "rshares": 188414958, + "voter": "pulpably" + }, + { + "rshares": 1458929155, + "voter": "spinner" + }, + { + "rshares": 19540258029, + "voter": "williambanks" + }, + { + "rshares": 3150369025, + "voter": "webosfritos" + }, + { + "rshares": 5474983827, + "voter": "jed78" + }, + { + "rshares": 6677336214, + "voter": "mahekg" + }, + { + "rshares": 122226950104, + "voter": "steemdrive" + }, + { + "rshares": 1254151045, + "voter": "metaflute" + }, + { + "rshares": 4400767306, + "voter": "karenb54" + }, + { + "rshares": 70376481208, + "voter": "gomeravibz" + }, + { + "rshares": 7870689325, + "voter": "taker" + }, + { + "rshares": 6529244168, + "voter": "sykochica" + }, + { + "rshares": 59219358, + "voter": "sharon" + }, + { + "rshares": 1561593690, + "voter": "whitemike313" + }, + { + "rshares": 6817558610, + "voter": "dumar022" + }, + { + "rshares": 58958028, + "voter": "lillianjones" + }, + { + "rshares": 2501549780, + "voter": "pdogg147" + }, + { + "rshares": 18337113073, + "voter": "reneenouveau" + }, + { + "rshares": 25086446776, + "voter": "rawnetics" + }, + { + "rshares": 54208918167, + "voter": "sextusempiricus" + }, + { + "rshares": 25748578986, + "voter": "laoyao" + }, + { + "rshares": 1916476866, + "voter": "feelapi" + }, + { + "rshares": 20943614649, + "voter": "kental" + }, + { + "rshares": 14587304759, + "voter": "gmurph" + }, + { + "rshares": 2312594930, + "voter": "crypto-toll" + }, + { + "rshares": 4344940420, + "voter": "ullikume" + }, + { + "rshares": 6812512111, + "voter": "minion" + }, + { + "rshares": 1393113935, + "voter": "andrew0" + }, + { + "rshares": 8284755955, + "voter": "kurtbeil" + }, + { + "rshares": 101494312815, + "voter": "thisisbenbrick" + }, + { + "rshares": 100860038, + "voter": "luke490" + }, + { + "rshares": 91120502513, + "voter": "joele" + }, + { + "rshares": 5443084062, + "voter": "oflyhigh" + }, + { + "rshares": 12780436995, + "voter": "randyclemens" + }, + { + "rshares": 1232895758, + "voter": "paynode" + }, + { + "rshares": 58773515, + "voter": "nickche" + }, + { + "rshares": 189563166525, + "voter": "sirwinchester" + }, + { + "rshares": 312105000, + "voter": "future24" + }, + { + "rshares": 59410849, + "voter": "msjennifer" + }, + { + "rshares": 55911760, + "voter": "ciao" + }, + { + "rshares": 3302532712, + "voter": "blow" + }, + { + "rshares": 710962726, + "voter": "jrcornel" + }, + { + "rshares": 55449983, + "voter": "steemo" + }, + { + "rshares": 982196003, + "voter": "fooblic" + }, + { + "rshares": 1986815415, + "voter": "quantumanomaly" + }, + { + "rshares": 580406077, + "voter": "bmcv001" + }, + { + "rshares": 21699399275, + "voter": "hanshotfirst" + }, + { + "rshares": 55306941, + "voter": "steema" + }, + { + "rshares": 1558777881, + "voter": "erikclark13" + }, + { + "rshares": 68397753, + "voter": "evgenyche" + }, + { + "rshares": 67990404, + "voter": "confucius" + }, + { + "rshares": 29495720282, + "voter": "mrosenquist" + }, + { + "rshares": 60730988, + "voter": "stevescriber" + }, + { + "rshares": 1884653469, + "voter": "bledarus" + }, + { + "rshares": 74898697, + "voter": "elenirossidou" + }, + { + "rshares": 51247757, + "voter": "loli" + }, + { + "rshares": 88707336012, + "voter": "miacats" + }, + { + "rshares": 490764449, + "voter": "sc-steemit" + }, + { + "rshares": 52419023, + "voter": "nano2nd" + }, + { + "rshares": 56143792, + "voter": "jarvis" + }, + { + "rshares": 577428472, + "voter": "ashwim" + }, + { + "rshares": 6753644017, + "voter": "gonzo" + }, + { + "rshares": 62395538, + "voter": "olya" + }, + { + "rshares": 8451306126, + "voter": "theb0red1" + }, + { + "rshares": 54313084, + "voter": "fortuner" + }, + { + "rshares": 1549192117, + "voter": "chinadaily" + }, + { + "rshares": 19205801220, + "voter": "kyriacos" + }, + { + "rshares": 56598010, + "voter": "cryptoblu" + }, + { + "rshares": 56591855, + "voter": "instructor" + }, + { + "rshares": 75583534, + "voter": "pompe72" + }, + { + "rshares": 2707740797, + "voter": "virtualgrowth" + }, + { + "rshares": 640494020911, + "voter": "dollarvigilante" + }, + { + "rshares": 1371874570, + "voter": "anotherjoe" + }, + { + "rshares": 67104569235, + "voter": "serejandmyself" + }, + { + "rshares": 12003456501, + "voter": "gvargas123" + }, + { + "rshares": 1389946718, + "voter": "jsantana" + }, + { + "rshares": 2560790218, + "voter": "madoff" + }, + { + "rshares": 963036943, + "voter": "telos" + }, + { + "rshares": 54220781, + "voter": "johnbyrd" + }, + { + "rshares": 54218223, + "voter": "thomasaustin" + }, + { + "rshares": 54216305, + "voter": "thermor" + }, + { + "rshares": 54213405, + "voter": "ficholl" + }, + { + "rshares": 54209199, + "voter": "widell" + }, + { + "rshares": 4276803918, + "voter": "chaospoet" + }, + { + "rshares": 187186651, + "voter": "steevc" + }, + { + "rshares": 8469707556, + "voter": "jaredcwillis" + }, + { + "rshares": 1856443329, + "voter": "movievertigo" + }, + { + "rshares": 2569452228, + "voter": "steembeast" + }, + { + "rshares": 53821337, + "voter": "revelbrooks" + }, + { + "rshares": 2866954104, + "voter": "netaterra" + }, + { + "rshares": 22522846885, + "voter": "andrewawerdna" + }, + { + "rshares": 6050957442, + "voter": "trev" + }, + { + "rshares": 1871540303, + "voter": "erroneous-logic" + }, + { + "rshares": 71218036289, + "voter": "barrycooper" + }, + { + "rshares": 47545219036, + "voter": "dragonanarchist" + }, + { + "rshares": 78411391, + "voter": "joelbow" + }, + { + "rshares": 4000720825, + "voter": "sethlinson" + }, + { + "rshares": 18578707926, + "voter": "hilarski" + }, + { + "rshares": 5228073529, + "voter": "oldtimer" + }, + { + "rshares": 4503042264, + "voter": "steemitpatina" + }, + { + "rshares": 52708083, + "voter": "curpose" + }, + { + "rshares": 58330329, + "voter": "chuvox" + }, + { + "rshares": 59194500, + "voter": "bonapetit" + }, + { + "rshares": 733021198, + "voter": "dajohns1420" + }, + { + "rshares": 53565688, + "voter": "rickmiller" + }, + { + "rshares": 4382079199, + "voter": "lancem" + }, + { + "rshares": 1624044881, + "voter": "ines-f" + }, + { + "rshares": 2017275348, + "voter": "cryptoeasy" + }, + { + "rshares": 1572019930, + "voter": "nulliusinverba" + }, + { + "rshares": 4887499753, + "voter": "ats-david" + }, + { + "rshares": 670709305, + "voter": "runridefly" + }, + { + "rshares": 25570333868, + "voter": "krnel" + }, + { + "rshares": 69572705, + "voter": "jlufer" + }, + { + "rshares": 57437168622, + "voter": "skum" + }, + { + "rshares": 98218493, + "voter": "trendwizard" + }, + { + "rshares": 90577741, + "voter": "whitezombie" + }, + { + "rshares": 79568473, + "voter": "uziriel" + }, + { + "rshares": 20981590167, + "voter": "mikehere" + }, + { + "rshares": 57330113, + "voter": "aavkc" + }, + { + "rshares": 675058400, + "voter": "gear66" + }, + { + "rshares": 2433107936, + "voter": "richardcrill" + }, + { + "rshares": 9191275813, + "voter": "heretickitten" + }, + { + "rshares": 52836995, + "voter": "troich" + }, + { + "rshares": 6743441072, + "voter": "mdoolsky" + }, + { + "rshares": 3101985046, + "voter": "xanoxt" + }, + { + "rshares": 1616413109, + "voter": "davidjkelley" + }, + { + "rshares": 66879121, + "voter": "paa" + }, + { + "rshares": 133765107, + "voter": "team101" + }, + { + "rshares": 7518726707, + "voter": "davidbrogan" + }, + { + "rshares": 56987529, + "voter": "thepeacefulrebel" + }, + { + "rshares": 52842496, + "voter": "crion" + }, + { + "rshares": 185622553, + "voter": "greatness" + }, + { + "rshares": 52505412, + "voter": "hitherise" + }, + { + "rshares": 52496656, + "voter": "wiss" + }, + { + "rshares": 12190963825, + "voter": "ghasemkiani" + }, + { + "rshares": 24470534532, + "voter": "sponge-bob" + }, + { + "rshares": 15150640986, + "voter": "digital-wisdom" + }, + { + "rshares": 52143228, + "voter": "stroully" + }, + { + "rshares": 3748408212, + "voter": "titusfrost" + }, + { + "rshares": 85083750, + "voter": "ruscion" + }, + { + "rshares": 52847912, + "voter": "teruneo" + }, + { + "rshares": 57099030, + "voter": "dragon93" + }, + { + "rshares": 5529568480, + "voter": "jwaser" + }, + { + "rshares": 5272311109, + "voter": "doitvoluntarily" + }, + { + "rshares": 51814474, + "voter": "thadm" + }, + { + "rshares": 51812703, + "voter": "prof" + }, + { + "rshares": 17059963076, + "voter": "hunterisgreat" + }, + { + "rshares": 1518574310, + "voter": "smisi" + }, + { + "rshares": 51451058, + "voter": "yorsens" + }, + { + "rshares": 3064424390, + "voter": "michaelmatthews" + }, + { + "rshares": 277324152, + "voter": "maarnio" + }, + { + "rshares": 89038335, + "voter": "the-ego-is-you" + }, + { + "rshares": 51154263, + "voter": "bane" + }, + { + "rshares": 537067064, + "voter": "winglessss" + }, + { + "rshares": 51148009, + "voter": "vive" + }, + { + "rshares": 51142585, + "voter": "coad" + }, + { + "rshares": 1769489244, + "voter": "baodog" + }, + { + "rshares": 2605716510, + "voter": "bwaser" + }, + { + "rshares": 51906983, + "voter": "sofa" + }, + { + "rshares": 343538723, + "voter": "panther" + }, + { + "rshares": 1449131127, + "voter": "catsmart" + }, + { + "rshares": 50554364, + "voter": "danbar" + }, + { + "rshares": 327174897, + "voter": "bones261" + }, + { + "rshares": 334013630052, + "voter": "charlieshrem" + }, + { + "rshares": 5674559575, + "voter": "mariandavp" + }, + { + "rshares": 59387530704, + "voter": "tracemayer" + }, + { + "rshares": 9136703623, + "voter": "brains" + }, + { + "rshares": 1167978510, + "voter": "uceph" + }, + { + "rshares": 482952591, + "voter": "floweroflife" + }, + { + "rshares": 52226204, + "voter": "gavicrane" + }, + { + "rshares": 61567608, + "voter": "jcvanleur" + }, + { + "rshares": 161284159, + "voter": "knight-angel" + }, + { + "rshares": 582922475, + "voter": "bones555" + }, + { + "rshares": 50918375, + "voter": "ailo" + }, + { + "rshares": 1642685153, + "voter": "bitcoinparadise" + }, + { + "rshares": 2929180084, + "voter": "anton333" + }, + { + "rshares": 210337011, + "voter": "ballinconscious" + }, + { + "rshares": 5725265619, + "voter": "chick1" + }, + { + "rshares": 4651778852, + "voter": "gringalicious" + }, + { + "rshares": 2744828616, + "voter": "steempowerwhale" + }, + { + "rshares": 357202147, + "voter": "soldier" + }, + { + "rshares": 55826263, + "voter": "nelyp" + }, + { + "rshares": 2818894604, + "voter": "robcichocki" + }, + { + "rshares": 1951311375, + "voter": "steemsquad" + }, + { + "rshares": 1129379312, + "voter": "anomaly" + }, + { + "rshares": 5911683344, + "voter": "tarekadam" + }, + { + "rshares": 1420415841, + "voter": "ellepdub" + }, + { + "rshares": 51890765, + "voter": "gregorygarcia" + }, + { + "rshares": 338284222, + "voter": "jbaker585" + }, + { + "rshares": 8712540579, + "voter": "herpetologyguy" + }, + { + "rshares": 347888867, + "voter": "everittmickey" + }, + { + "rshares": 1352042554, + "voter": "mojojojo" + }, + { + "rshares": 50441122, + "voter": "eavy" + }, + { + "rshares": 50439559, + "voter": "roto" + }, + { + "rshares": 1457160010, + "voter": "infotoday" + }, + { + "rshares": 336901289, + "voter": "robotev1" + }, + { + "rshares": 343046311, + "voter": "robotev2" + }, + { + "rshares": 1039370994, + "voter": "jang" + }, + { + "rshares": 4689184321, + "voter": "morgan.waser" + }, + { + "rshares": 924825759, + "voter": "schattenjaeger" + }, + { + "rshares": 2382508857, + "voter": "terrano" + }, + { + "rshares": 143571824, + "voter": "flowergirl" + }, + { + "rshares": 615424969, + "voter": "nathanjtaylor" + }, + { + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "rshares": 77317255, + "voter": "cherryleaf" + }, + { + "rshares": 50938725, + "voter": "haved" + }, + { + "rshares": 1692965069, + "voter": "nil1511" + }, + { + "rshares": 50708837, + "voter": "ardly" + }, + { + "rshares": 50704078, + "voter": "yotoh" + }, + { + "rshares": 50568084, + "voter": "brazzers" + }, + { + "rshares": 50536471, + "voter": "twistys" + }, + { + "rshares": 50532230, + "voter": "friends" + }, + { + "rshares": 50508468, + "voter": "lookie-here" + }, + { + "rshares": 50433760, + "voter": "morse" + }, + { + "rshares": 50372583, + "voter": "carre" + }, + { + "rshares": 52005424, + "voter": "natord" + }, + { + "rshares": 55484657, + "voter": "steemettes" + }, + { + "rshares": 50317220, + "voter": "piphunters" + }, + { + "rshares": 1757970224, + "voter": "exlead" + }, + { + "rshares": 4316683465, + "voter": "airmike" + }, + { + "rshares": 2918207689, + "voter": "strong-ai" + }, + { + "rshares": 74402358, + "voter": "igtes" + }, + { + "rshares": 1309209290, + "voter": "expedition" + }, + { + "rshares": 154426469, + "voter": "buffett" + }, + { + "rshares": 161446234, + "voter": "yasiin" + }, + { + "rshares": 164151372, + "voter": "flowmetheus" + }, + { + "rshares": 147014100, + "voter": "eunnykim" + }, + { + "rshares": 1065088190, + "voter": "rusteemitblog" + }, + { + "rshares": 159374062, + "voter": "davfur" + }, + { + "rshares": 156089617, + "voter": "kalev" + }, + { + "rshares": 152729000, + "voter": "chanceskain" + }, + { + "rshares": 276984194, + "voter": "witchcraftblog" + }, + { + "rshares": 132806923, + "voter": "swtcamito" + }, + { + "rshares": 158051137, + "voter": "origin" + }, + { + "rshares": 157727916, + "voter": "dulani" + }, + { + "rshares": 141916333, + "voter": "laskoff" + }, + { + "rshares": 154501465, + "voter": "pawel-krawczyk" + }, + { + "rshares": 119814391, + "voter": "oliver.smith" + }, + { + "rshares": 157648960, + "voter": "viper666" + }, + { + "rshares": 110346066, + "voter": "jack.johnson" + }, + { + "rshares": 160689927, + "voter": "paulreifsteck" + }, + { + "rshares": 122578153, + "voter": "rubenkusters" + }, + { + "rshares": 157126941, + "voter": "adpipop" + }, + { + "rshares": 157060221, + "voter": "craneos6626" + }, + { + "rshares": 147606365, + "voter": "laskovskiy" + }, + { + "rshares": 153814397, + "voter": "food-creator" + }, + { + "rshares": 159993665, + "voter": "ttarabichi" + }, + { + "rshares": 156821466, + "voter": "charlie.wilson" + }, + { + "rshares": 125821091, + "voter": "jasonxg" + } + ], + "author": "dantheman", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "
    https://i.imgflip.com/p1ij6.jpg
    **CENSORSHIP**
    \n\nLanguage is a very powerful tool because it shapes the way we think. The words we choose to use [impact how we think, feel, and reason about the world around us](https://en.wikipedia.org/wiki/Linguistic_relativity). Today I would like to address the word *censorship* because it is a very hot topic on steemit.\n\nThe first problem we always face is different and ambiguous definitions for censorship. Unfortunately, it isn\u2019t always practical to *define* our terms in every debate and therefore drama queens toss the term \u201ccensorship\u201d around far too easily. I would go so far as to say that the censorship card is played about as often and illegitimately as the race card. Often those who play the *race card* are more *racist and oppressive* than those they slander, the same principle applies to those who play the censorship card.\n\n## Censorship requires Aggression \n\nThe defining characteristic of a free society is the absence of initiation of violence. This includes the credible threat of violence, fraud, theft, etc. Without the threat of aggression people can freely say whatever they want, whenever they want without fear that their person or property will be harmed. A critical distinction of a free society is that you cannot express yourself in ways that violate the property rights of others.\n\n## Graffiti is Aggression and violation of Property Rights\n \nGraffiti is defined as writing or drawings scribbled, scratched, or **sprayed illicitly on a wall or other surface in a public place**. In a free society the Graffiti artist would be tracked down and expected to pay restitution to the property owner. No rational individual would argue that the artist has been censored by the property owner or that the property owner is the one initiating aggression against the artist.\n\n## Property Owner defines Art vs Graffiti \nThere are places where graffiti-style art is acceptable and is actually encouraged. In this case no aggression has occurred and therefore the action is legitimate. \n\n
    https://farm8.staticflickr.com/7485/15754046208_7d666a75a9_o.jpg
    \n\n## Spam, Porn, Harassment, and Fraudulent posts are Digital Graffiti \n\nWhen it comes to websites like Facebook, YouTube, Google, Reddit, and Steemit we have digital property owned by individuals providing a free and voluntary service to society. It is not possible for these organizations to censor user content because they are not using violence, theft, etc. \n\nThe only true censorship is when government agents approach these companies and demand content be removed under threat of force or violence. Provided these companies are not under any kind of threat, there can be no censorship.\n\nWhen someone [demands that YouTube share ad revenue](/steemit/@calaber24p/censorship-on-youtube-creates-an-unique-opportunity-for-decentralized-platforms-like-steemit-to-create-an-alternative-video) they are taking the role of the Graffiti artist that demands property owners not repaint over their artwork.\n\nSome people may consider the [Graffiti artwork worth thousands of dollars](https://en.wikipedia.org/wiki/Banksy), but this doesn\u2019t change the moral character of the vandalism. Likewise, some people may feel their humor, sarcasm, teasing, crude language, or vulgar posts to be artwork and demand that other users see it and/or up vote it for payment. \n\n## Graffiti Hurts Community Value \n\nWe all love the idea that Free Speech adds value to the speaker, but our selfish desires to be heard come at the expense of the listeners. Few people desire to move into a neighborhood where there is unfettered graffiti and complete disrespect for property rights. Likewise, few people want to join an online community where there are no standards of mutual respect.\n\n## A Perception Problem \n\nWe have a very real problem in society today. The problem is that people feel *entitled* to things that are not theirs. Whether it is health care, google ranking, reputation, or [right for gay couples to be served by particular vendors who oppose gay marriage](http://www.politifact.com/florida/statements/2013/jul/08/tony-perkins/wedding-vendors-have-been-forced-participate-same-/). These entitlements can only be delivered by initiating force and violence against innocent people.\n\nIf a particular vendor (YouTube, Facebook, Google, or your Local Florist) will not serve you, then you must take your business elsewhere. Vendors who lose a significant amount of business will voluntarily reconsider their policies. \n\n## But they have a monopoly! \n\nTo the extent that a business gains the vast majority of the market share without relying on government regulations to shield them from competition, the monopoly is deserved and was earned by providing a quality product that others were unable to compete with.\n\nThere are no laws forcing everyone to use Google, YouTube, Reddit, or Facebook. There are no regulations preventing competitors from starting up and competing. Complaining about their unwillingness to serve you is like a local mall refusing to allow certain tenants. It will certainly make business more challenging for those tenants, but the prospective tenants are not entitled to a prime high-traffic spot in the mall.\n\n## Flagging Posts based upon Differing Opinions \n\nSome people have been complaining about users who down-vote posts they disagree with. The basis of the idea is that all posts are *entitled to* funding from those who support the ideas. This stance is in direct opposition to the vested interests of every stakeholder. \n\n\n
    http://godfatherpolitics.com/wp-content/uploads/2014/03/thomas-jefferson.png
    \n\nWhat should happen when one stakeholder wishes to fund a cause abhorrent to another stakeholder of equal size? The two opinions are canceled out and the remaining stakeholders get to decide.\n\n## Incentive to be Tolerant and Inclusive \n\nAll users, particularly whales, have financial incentive to be tolerant and inclusive. This grows the overall network effect and makes everyone the most money possible. To the extent any community adopts a culture of intolerance that overly restricts the range of acceptable opinion it will push people away. New communities will form to serve the needs of those who are rejected and the free market competition for mindshare will continue.\n\n\n## Conclusion\n\nIf Steem remains a libertarian / anarchist enclave then it will fail to attract a broader audience and that in turn will mean that ordinary people will not get involved with cryptocurrency. Likewise, if Steemit fails to curtail abusive, threatening, and toxic individuals it will also drive away the broader audience leaving only those with skin thick enough to take the abuse of trolls. \n\nI want Steem be a healthy, vibrant community with engaging discussions from people with all points of view. Unfortunately (and fortunately?), I am only one of many users who have a say in what kind of content gets voted on. Each and every one of us contributes to the culture and we will all succeed or fail based upon how we act.\n\nLets stop throwing the term \u201ccensorship\u201d around here on Steemit unless it is explicitly referring to the threat of violence. It is out of place and conjures up inappropriate negative reactions similar to playing the race card. Instead, lets focus on the rights of all voters to express their opinion for or against any post. If you disagree with how someone is voting, then focus your argument on how something adds or removes value to the community rather than whether someone is committing the \u201cvile\u201d sin of non-censorship by utilizing their legitimate voting rights.\n\nSteemit is a free and voluntary platform built on the basis of free association; censorship is impossible in such an environment even if the community or steemit.com chooses to minimize the visibility of some content or block it all together. \n\nThe blockchain is open, your content is logged and recorded for all time. Anyone who wants to see your content or offer a competing service to steemit.com is free to curate and display what they like. \n\n## P.S. On Definitions \n\nWe live in a world where common words are generally used in ways that are in direct contradiction of their meaning. The unfortunate reality dramatically lowers the quality of public discourse because it allows people to talk past each other. Activists leverage the emotional response to the word censorship to provoke people into violating the property rights of others. It may well be that censorship is taking on a broader meaning that would also encompass the no coerced behavior of Google, Facebook, etc. The problem with the broader meaning is that the word censorship is no longer useful for accurately defining moral/immoral behavior. Under the broader definition, accusing someone of censorship is as meaningless as accusing them of filtering spam emails. How dare they censor spam artists!", + "category": "censorship", + "children": 164, + "created": "2016-09-06T18:45:36", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://i.imgflip.com/p1ij6.jpg", + "https://farm8.staticflickr.com/7485/15754046208_7d666a75a9_o.jpg", + "http://godfatherpolitics.com/wp-content/uploads/2014/03/thomas-jefferson.png" + ], + "links": [ + "https://en.wikipedia.org/wiki/Linguistic_relativity", + "/steemit/@calaber24p/censorship-on-youtube-creates-an-unique-opportunity-for-decentralized-platforms-like-steemit-to-create-an-alternative-video", + "https://en.wikipedia.org/wiki/Banksy", + "http://www.politifact.com/florida/statements/2013/jul/08/tony-perkins/wedding-vendors-have-been-forced-participate-same-/" + ], + "tags": [ + "censorship", + "steemit", + "steem" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 117550898840994, + "payout": 1193.947, + "payout_at": "2016-09-13T18:45:36", + "pending_payout_value": "1193.947 HBD", + "percent_hbd": 10000, + "permlink": "censorship-is-impossible-in-a-free-society", + "post_id": 1149625, + "promoted": "100.000 HBD", + "replies": [], + "stats": { + "flag_weight": 1.0, + "gray": false, + "hide": false, + "total_votes": 508 + }, + "title": "Censorship is impossible in a Free Society", + "updated": "2016-09-06T18:45:36", + "url": "/censorship/@dantheman/censorship-is-impossible-in-a-free-society" + }, + { + "active_votes": [ + { + "rshares": 28904011889414, + "voter": "dantheman" + }, + { + "rshares": 520098232581, + "voter": "anonymous" + }, + { + "rshares": 27187008322655, + "voter": "berniesanders" + }, + { + "rshares": 169804839880, + "voter": "highasfuck" + }, + { + "rshares": 2636342185376, + "voter": "badassmother" + }, + { + "rshares": 169207940021, + "voter": "nextgenwitness" + }, + { + "rshares": 3073876330742, + "voter": "pharesim" + }, + { + "rshares": 2008563761368, + "voter": "hr1" + }, + { + "rshares": 594575320115, + "voter": "justin" + }, + { + "rshares": 1011916646700, + "voter": "silver" + }, + { + "rshares": 2393257515326, + "voter": "silversteem" + }, + { + "rshares": 1107774806631, + "voter": "ihashfury" + }, + { + "rshares": 4973802490322, + "voter": "nextgencrypto" + }, + { + "rshares": 4674533411216, + "voter": "wang" + }, + { + "rshares": 2482055809, + "voter": "boy" + }, + { + "rshares": 1809839585238, + "voter": "xeroc" + }, + { + "rshares": 3013424240, + "voter": "bue-witness" + }, + { + "rshares": 552662812, + "voter": "bunny" + }, + { + "rshares": 491465130261, + "voter": "ajvest" + }, + { + "rshares": 43649505393, + "voter": "bue" + }, + { + "rshares": 5572119315, + "voter": "chloe" + }, + { + "rshares": 32994834817, + "voter": "danknugs" + }, + { + "rshares": 392020164380, + "voter": "steemservices" + }, + { + "rshares": 26825111274, + "voter": "steemservices1" + }, + { + "rshares": 1330064009, + "voter": "mini" + }, + { + "rshares": 171009273, + "voter": "moon" + }, + { + "rshares": 208927024954, + "voter": "alex90342fastn1" + }, + { + "rshares": 2005815389795, + "voter": "joseph" + }, + { + "rshares": 11196356543, + "voter": "steemservices3" + }, + { + "rshares": 13072638952, + "voter": "steemservices5" + }, + { + "rshares": 14855376121, + "voter": "bentley" + }, + { + "rshares": 444955155332, + "voter": "recursive3" + }, + { + "rshares": 2792476965429, + "voter": "recursive" + }, + { + "rshares": 1532665365, + "voter": "mineralwasser" + }, + { + "rshares": 918878966751, + "voter": "boombastic" + }, + { + "rshares": 123571015707, + "voter": "mrs.agsexplorer" + }, + { + "rshares": 2248950812, + "voter": "bingo-1" + }, + { + "rshares": 1453188235245, + "voter": "benjojo" + }, + { + "rshares": 11723893904, + "voter": "idol" + }, + { + "rshares": 499845540, + "voter": "healthcare" + }, + { + "rshares": 775709423, + "voter": "daniel.pan" + }, + { + "rshares": 2786483423564, + "voter": "donkeypong" + }, + { + "rshares": 408396261389, + "voter": "steemrollin" + }, + { + "rshares": 40480067408, + "voter": "alexgr" + }, + { + "rshares": 230642309, + "voter": "helen.tan" + }, + { + "rshares": 25304604461, + "voter": "yefet" + }, + { + "rshares": 14464815855, + "voter": "valtr" + }, + { + "rshares": 1820924487, + "voter": "jocelyn" + }, + { + "rshares": 12861662310, + "voter": "full-measure" + }, + { + "rshares": 548931646, + "voter": "ifttt" + }, + { + "rshares": 1055355445022, + "voter": "gavvet" + }, + { + "rshares": 19313464152, + "voter": "joelinux" + }, + { + "rshares": 832212930452, + "voter": "steemship" + }, + { + "rshares": 68620290271, + "voter": "idealist" + }, + { + "rshares": 611673479623, + "voter": "eeks" + }, + { + "rshares": 19603806106, + "voter": "fkn" + }, + { + "rshares": 29124731949, + "voter": "greenman81" + }, + { + "rshares": 487043900, + "voter": "paco-steem" + }, + { + "rshares": 5487072034, + "voter": "spaninv" + }, + { + "rshares": 110425095104, + "voter": "forrestwillie" + }, + { + "rshares": 29577376352, + "voter": "instructor2121" + }, + { + "rshares": 2105697423, + "voter": "gekko" + }, + { + "rshares": 338115289584, + "voter": "teamsteem" + }, + { + "rshares": 26446572833, + "voter": "elishagh1" + }, + { + "rshares": 13242421616, + "voter": "richman" + }, + { + "rshares": 733881760856, + "voter": "nanzo-scoop" + }, + { + "rshares": 679520448, + "voter": "weenfan" + }, + { + "rshares": 4974441347, + "voter": "acidyo" + }, + { + "rshares": 151937411878, + "voter": "steve-walschot" + }, + { + "rshares": 230470945840, + "voter": "mummyimperfect" + }, + { + "rshares": 534596286, + "voter": "coar" + }, + { + "rshares": 74166126146, + "voter": "asch" + }, + { + "rshares": 623001349410, + "voter": "kevinwong" + }, + { + "rshares": 1425459923, + "voter": "murh" + }, + { + "rshares": 3590512275, + "voter": "cryptofunk" + }, + { + "rshares": 2634258540, + "voter": "error" + }, + { + "rshares": 378920499792, + "voter": "blakemiles84" + }, + { + "rshares": 15588807020, + "voter": "ombc" + }, + { + "rshares": 42977927576, + "voter": "ranko-k" + }, + { + "rshares": 64657896111, + "voter": "ak2020" + }, + { + "rshares": 98243686947, + "voter": "midnas-howler" + }, + { + "rshares": 24400271615, + "voter": "paul-labossiere" + }, + { + "rshares": 8199640991, + "voter": "zebbra2014" + }, + { + "rshares": 13249527549, + "voter": "johnerfx" + }, + { + "rshares": 377944761420, + "voter": "taoteh1221" + }, + { + "rshares": 380255021, + "voter": "stiletto" + }, + { + "rshares": 370334988153, + "voter": "hedge-x" + }, + { + "rshares": 233304410850, + "voter": "wingz" + }, + { + "rshares": 33522431436, + "voter": "juanmiguelsalas" + }, + { + "rshares": 54397942319, + "voter": "thecryptodrive" + }, + { + "rshares": 213100572181, + "voter": "will-zewe" + }, + { + "rshares": 6210962615, + "voter": "kennyskitchen" + }, + { + "rshares": 403936875902, + "voter": "kaylinart" + }, + { + "rshares": 539220549910, + "voter": "infovore" + }, + { + "rshares": 78420366563, + "voter": "tim-johnston" + }, + { + "rshares": 1012427662, + "voter": "johnerminer" + }, + { + "rshares": 3247481989, + "voter": "tee-em" + }, + { + "rshares": 36310114628, + "voter": "michaelx" + }, + { + "rshares": 719254637693, + "voter": "anwenbaumeister" + }, + { + "rshares": 167123545461, + "voter": "ikigai" + }, + { + "rshares": 5829433150, + "voter": "mark-waser" + }, + { + "rshares": 687228830675, + "voter": "publicworker" + }, + { + "rshares": 108637592108, + "voter": "geoffrey" + }, + { + "rshares": 272424359692, + "voter": "lukestokes" + }, + { + "rshares": 2937074898, + "voter": "mammasitta" + }, + { + "rshares": 2502021825, + "voter": "superfreek" + }, + { + "rshares": 3406174686, + "voter": "the.bot" + }, + { + "rshares": 36049155648, + "voter": "cryptoiskey" + }, + { + "rshares": 562575775, + "voter": "mrhankeh" + }, + { + "rshares": 43623897139, + "voter": "clement" + }, + { + "rshares": 44534121657, + "voter": "isteemit" + }, + { + "rshares": 53127948729, + "voter": "bacchist" + }, + { + "rshares": 243464927250, + "voter": "asmolokalo" + }, + { + "rshares": 14593112076, + "voter": "good-karma" + }, + { + "rshares": 1349434599, + "voter": "dennygalindo" + }, + { + "rshares": 92800123706, + "voter": "rubybian" + }, + { + "rshares": 3329170505, + "voter": "orly" + }, + { + "rshares": 15569455870, + "voter": "stealthtrader" + }, + { + "rshares": 16406069363, + "voter": "elyaque" + }, + { + "rshares": 23470130902, + "voter": "mindover" + }, + { + "rshares": 467472850580, + "voter": "juneaugoldbuyer" + }, + { + "rshares": 120310968454, + "voter": "derekareith" + }, + { + "rshares": 60653460344, + "voter": "furion" + }, + { + "rshares": 10592956071, + "voter": "seanmchughart" + }, + { + "rshares": 103734236038, + "voter": "cdubendo" + }, + { + "rshares": 3661486271, + "voter": "owdy" + }, + { + "rshares": 485287450, + "voter": "barbara2" + }, + { + "rshares": 531132027, + "voter": "ch0c0latechip" + }, + { + "rshares": 486886690, + "voter": "doge4lyf" + }, + { + "rshares": 25575729781, + "voter": "strangerarray" + }, + { + "rshares": 148458773016, + "voter": "knircky" + }, + { + "rshares": 504635563, + "voter": "warplat" + }, + { + "rshares": 1206556077, + "voter": "dicov" + }, + { + "rshares": 1630261480, + "voter": "steem1653" + }, + { + "rshares": 4600997385, + "voter": "gikitiki" + }, + { + "rshares": 15976597511, + "voter": "ashold882015" + }, + { + "rshares": 10929036897, + "voter": "asim" + }, + { + "rshares": 13555525897, + "voter": "senseiteekay" + }, + { + "rshares": 3978399004, + "voter": "karen13" + }, + { + "rshares": 21722940066, + "voter": "dwinblood" + }, + { + "rshares": 10435159079, + "voter": "deviedev" + }, + { + "rshares": 349470768, + "voter": "dr2073" + }, + { + "rshares": 11941739853, + "voter": "jaycobbell" + }, + { + "rshares": 43183709774, + "voter": "condra" + }, + { + "rshares": 410205647, + "voter": "karenmckersie" + }, + { + "rshares": 3215762929, + "voter": "pigatto" + }, + { + "rshares": 10050955929, + "voter": "allmonitors" + }, + { + "rshares": 429865972, + "voter": "luisucv34" + }, + { + "rshares": 370939417531, + "voter": "knozaki2015" + }, + { + "rshares": 43452166600, + "voter": "yongyoon" + }, + { + "rshares": 7443194536, + "voter": "lichtblick" + }, + { + "rshares": 103711516, + "voter": "wildchild" + }, + { + "rshares": 3786816110, + "voter": "maximkichev" + }, + { + "rshares": 5649736542, + "voter": "btcbtcbtc20155" + }, + { + "rshares": 243501388, + "voter": "mix68" + }, + { + "rshares": 744454404903, + "voter": "ramta" + }, + { + "rshares": 3174794355, + "voter": "imp3" + }, + { + "rshares": 438064420, + "voter": "natalyt" + }, + { + "rshares": 280968811744, + "voter": "calaber24p" + }, + { + "rshares": 64246109862, + "voter": "thylbom" + }, + { + "rshares": 1911344111, + "voter": "fubar-bdhr" + }, + { + "rshares": 7024624095, + "voter": "geronimo" + }, + { + "rshares": 7327096445, + "voter": "bitcoiner" + }, + { + "rshares": 6105234990, + "voter": "tarindel" + }, + { + "rshares": 234706981000, + "voter": "liberosist" + }, + { + "rshares": 29860845400, + "voter": "deanliu" + }, + { + "rshares": 116065815, + "voter": "cybervad" + }, + { + "rshares": 102459876, + "voter": "elmusic" + }, + { + "rshares": 182710907037, + "voter": "jl777" + }, + { + "rshares": 37640387244, + "voter": "zaebars" + }, + { + "rshares": 16288614419, + "voter": "positive" + }, + { + "rshares": 1798884189, + "voter": "yarly" + }, + { + "rshares": 269576627, + "voter": "yarly2" + }, + { + "rshares": 269980297, + "voter": "yarly3" + }, + { + "rshares": 156093986, + "voter": "yarly4" + }, + { + "rshares": 156975275, + "voter": "yarly5" + }, + { + "rshares": 89476508, + "voter": "yarly7" + }, + { + "rshares": 500969295, + "voter": "sokoloffa" + }, + { + "rshares": 117711994, + "voter": "charbelnamm" + }, + { + "rshares": 764587130, + "voter": "mohammed123" + }, + { + "rshares": 21325436037, + "voter": "krabgat" + }, + { + "rshares": 15571624866, + "voter": "proto" + }, + { + "rshares": 644954948, + "voter": "curator" + }, + { + "rshares": 8147029083, + "voter": "trisnawati" + }, + { + "rshares": 221401214, + "voter": "culoemono" + }, + { + "rshares": 436474032, + "voter": "yarly10" + }, + { + "rshares": 1749726803, + "voter": "alex.chien" + }, + { + "rshares": 233864769, + "voter": "yarly11" + }, + { + "rshares": 81814843, + "voter": "yarly12" + }, + { + "rshares": 2222862544, + "voter": "tygergamer" + }, + { + "rshares": 537189684, + "voter": "fnait" + }, + { + "rshares": 502409799, + "voter": "keepcalmand" + }, + { + "rshares": 536957638, + "voter": "cwmyao1" + }, + { + "rshares": 5841936138, + "voter": "beanz" + }, + { + "rshares": 117834331, + "voter": "creatorgalaxy" + }, + { + "rshares": 29626477289, + "voter": "smailer" + }, + { + "rshares": 139296107, + "voter": "steemster1" + }, + { + "rshares": 217225350, + "voter": "choccy" + }, + { + "rshares": 1859734787, + "voter": "lpninja" + }, + { + "rshares": 18184768944, + "voter": "williambanks" + }, + { + "rshares": 7816664104, + "voter": "uwe69" + }, + { + "rshares": 5874256428, + "voter": "jed78" + }, + { + "rshares": 128078777101, + "voter": "steemdrive" + }, + { + "rshares": 1279745964, + "voter": "metaflute" + }, + { + "rshares": 8331474043, + "voter": "taker" + }, + { + "rshares": 103516772, + "voter": "aleks123rus" + }, + { + "rshares": 57873464, + "voter": "sharon" + }, + { + "rshares": 58958028, + "voter": "lillianjones" + }, + { + "rshares": 693670933974, + "voter": "laonie" + }, + { + "rshares": 2267736473, + "voter": "naturalista" + }, + { + "rshares": 25730062568, + "voter": "laoyao" + }, + { + "rshares": 16142522947, + "voter": "gmurph" + }, + { + "rshares": 51338511950, + "voter": "timsaid" + }, + { + "rshares": 63541793, + "voter": "coderg" + }, + { + "rshares": 4615241075, + "voter": "ullikume" + }, + { + "rshares": 3066422709, + "voter": "darrenturetzky" + }, + { + "rshares": 807752948, + "voter": "labradorsem" + }, + { + "rshares": 103522443133, + "voter": "thisisbenbrick" + }, + { + "rshares": 77778400648, + "voter": "xiaohui" + }, + { + "rshares": 18051601393, + "voter": "jphamer1" + }, + { + "rshares": 17911590129, + "voter": "velourex" + }, + { + "rshares": 93195477512, + "voter": "joele" + }, + { + "rshares": 5248424662, + "voter": "oflyhigh" + }, + { + "rshares": 1265682837, + "voter": "paynode" + }, + { + "rshares": 9442440033, + "voter": "gargon" + }, + { + "rshares": 423788872, + "voter": "future24" + }, + { + "rshares": 59410849, + "voter": "msjennifer" + }, + { + "rshares": 55911760, + "voter": "ciao" + }, + { + "rshares": 11703925092, + "voter": "goingpaper" + }, + { + "rshares": 17730431006, + "voter": "cryptos" + }, + { + "rshares": 55449983, + "voter": "steemo" + }, + { + "rshares": 55306941, + "voter": "steema" + }, + { + "rshares": 345831698, + "voter": "gamerate" + }, + { + "rshares": 234954849, + "voter": "vootka" + }, + { + "rshares": 66371585, + "voter": "confucius" + }, + { + "rshares": 29493027614, + "voter": "mrosenquist" + }, + { + "rshares": 65068915, + "voter": "stevescriber" + }, + { + "rshares": 1065111573, + "voter": "bledarus" + }, + { + "rshares": 54908311, + "voter": "loli" + }, + { + "rshares": 54842915, + "voter": "nano2nd" + }, + { + "rshares": 117308646, + "voter": "future-shock" + }, + { + "rshares": 50545877, + "voter": "party1998" + }, + { + "rshares": 62391219, + "voter": "immortal" + }, + { + "rshares": 56143792, + "voter": "jarvis" + }, + { + "rshares": 116751214, + "voter": "lisadang" + }, + { + "rshares": 54313084, + "voter": "fortuner" + }, + { + "rshares": 72982892, + "voter": "longevity" + }, + { + "rshares": 61874235, + "voter": "rashka" + }, + { + "rshares": 1497361810, + "voter": "chinadaily" + }, + { + "rshares": 17605373303, + "voter": "kyriacos" + }, + { + "rshares": 35420250755, + "voter": "thecurator" + }, + { + "rshares": 57802223, + "voter": "cryptoblu" + }, + { + "rshares": 57795937, + "voter": "instructor" + }, + { + "rshares": 101227402628, + "voter": "helikopterben" + }, + { + "rshares": 662204978880, + "voter": "dollarvigilante" + }, + { + "rshares": 1443290254, + "voter": "gdsprgdd" + }, + { + "rshares": 54220781, + "voter": "johnbyrd" + }, + { + "rshares": 54218223, + "voter": "thomasaustin" + }, + { + "rshares": 54216305, + "voter": "thermor" + }, + { + "rshares": 54213405, + "voter": "ficholl" + }, + { + "rshares": 54209199, + "voter": "widell" + }, + { + "rshares": 59993245, + "voter": "longtech" + }, + { + "rshares": 8891054106, + "voter": "jaredcwillis" + }, + { + "rshares": 53821337, + "voter": "revelbrooks" + }, + { + "rshares": 24772824820, + "voter": "andrewawerdna" + }, + { + "rshares": 59226282, + "voter": "zite" + }, + { + "rshares": 71200836239, + "voter": "barrycooper" + }, + { + "rshares": 46612959839, + "voter": "dragonanarchist" + }, + { + "rshares": 163983245, + "voter": "generation.easy" + }, + { + "rshares": 76843163, + "voter": "joelbow" + }, + { + "rshares": 16355375535, + "voter": "hilarski" + }, + { + "rshares": 2977572185, + "voter": "booky" + }, + { + "rshares": 57797939, + "voter": "justinschwalm" + }, + { + "rshares": 59044569, + "voter": "shootetxd" + }, + { + "rshares": 53853911, + "voter": "curpose" + }, + { + "rshares": 724970673, + "voter": "dajohns1420" + }, + { + "rshares": 54705383, + "voter": "rickmiller" + }, + { + "rshares": 146567272, + "voter": "jtstreetman" + }, + { + "rshares": 1923215341, + "voter": "cryptoeasy" + }, + { + "rshares": 1366942350, + "voter": "nulliusinverba" + }, + { + "rshares": 118894339, + "voter": "billstclair" + }, + { + "rshares": 813530163, + "voter": "runridefly" + }, + { + "rshares": 14529944296, + "voter": "macksby" + }, + { + "rshares": 58249183, + "voter": "alaqrab" + }, + { + "rshares": 77673986, + "voter": "uziriel" + }, + { + "rshares": 7315831479, + "voter": "einsteinpotsdam" + }, + { + "rshares": 2484284234, + "voter": "richardcrill" + }, + { + "rshares": 56265756, + "voter": "steemitup" + }, + { + "rshares": 52836995, + "voter": "troich" + }, + { + "rshares": 1650630573, + "voter": "davidjkelley" + }, + { + "rshares": 127978892, + "voter": "team101" + }, + { + "rshares": 52842496, + "voter": "crion" + }, + { + "rshares": 52505412, + "voter": "hitherise" + }, + { + "rshares": 52496656, + "voter": "wiss" + }, + { + "rshares": 50191639, + "voter": "supersune" + }, + { + "rshares": 32097581345, + "voter": "sponge-bob" + }, + { + "rshares": 15297756343, + "voter": "digital-wisdom" + }, + { + "rshares": 53252658, + "voter": "stroully" + }, + { + "rshares": 5646175108, + "voter": "jwaser" + }, + { + "rshares": 52916909, + "voter": "thadm" + }, + { + "rshares": 52915101, + "voter": "prof" + }, + { + "rshares": 397453188, + "voter": "steemorama" + }, + { + "rshares": 160081558, + "voter": "grayhorse" + }, + { + "rshares": 51451058, + "voter": "yorsens" + }, + { + "rshares": 158538070448, + "voter": "asksisk" + }, + { + "rshares": 55725073, + "voter": "budda" + }, + { + "rshares": 51154263, + "voter": "bane" + }, + { + "rshares": 52236265, + "voter": "vive" + }, + { + "rshares": 52230725, + "voter": "coad" + }, + { + "rshares": 282267928, + "voter": "totosky" + }, + { + "rshares": 9219166710, + "voter": "goose" + }, + { + "rshares": 52088375, + "voter": "zeka" + }, + { + "rshares": 2660739677, + "voter": "bwaser" + }, + { + "rshares": 51906983, + "voter": "sofa" + }, + { + "rshares": 55093071, + "voter": "warhammer" + }, + { + "rshares": 5273026357, + "voter": "dexter-k" + }, + { + "rshares": 54839629, + "voter": "dr-who" + }, + { + "rshares": 1541628858, + "voter": "catsmart" + }, + { + "rshares": 108903782, + "voter": "dr-house" + }, + { + "rshares": 717513029, + "voter": "ct-gurus" + }, + { + "rshares": 341331436972, + "voter": "charlieshrem" + }, + { + "rshares": 4014959887, + "voter": "mariandavp" + }, + { + "rshares": 62339306632, + "voter": "tracemayer" + }, + { + "rshares": 25877183239, + "voter": "brains" + }, + { + "rshares": 54601718, + "voter": "imc" + }, + { + "rshares": 53353220, + "voter": "swisswatcher" + }, + { + "rshares": 772900078, + "voter": "kingarbinv" + }, + { + "rshares": 50918375, + "voter": "ailo" + }, + { + "rshares": 1066584907, + "voter": "steemafon" + }, + { + "rshares": 65975408, + "voter": "positivesteem" + }, + { + "rshares": 53729098, + "voter": "dariuszg" + }, + { + "rshares": 2762392872, + "voter": "robcichocki" + }, + { + "rshares": 2035771305, + "voter": "steemsquad" + }, + { + "rshares": 1290719213, + "voter": "anomaly" + }, + { + "rshares": 1451959158, + "voter": "ellepdub" + }, + { + "rshares": 51890765, + "voter": "gregorygarcia" + }, + { + "rshares": 8917175222, + "voter": "herpetologyguy" + }, + { + "rshares": 175892938, + "voter": "everittmickey" + }, + { + "rshares": 50441122, + "voter": "eavy" + }, + { + "rshares": 51468937, + "voter": "roto" + }, + { + "rshares": 54059416, + "voter": "drac59" + }, + { + "rshares": 52368690, + "voter": "rooster.ninja" + }, + { + "rshares": 4788178237, + "voter": "morgan.waser" + }, + { + "rshares": 50368777, + "voter": "eagleeye7850" + }, + { + "rshares": 57266113, + "voter": "technium" + }, + { + "rshares": 50233449, + "voter": "teemsteem" + }, + { + "rshares": 1093018575, + "voter": "robotev" + }, + { + "rshares": 50975390, + "voter": "steemprincess" + }, + { + "rshares": 50938725, + "voter": "haved" + }, + { + "rshares": 50708837, + "voter": "ardly" + }, + { + "rshares": 50704078, + "voter": "yotoh" + }, + { + "rshares": 50536471, + "voter": "twistys" + }, + { + "rshares": 50484452, + "voter": "connect" + }, + { + "rshares": 50433760, + "voter": "morse" + }, + { + "rshares": 50372583, + "voter": "carre" + }, + { + "rshares": 50317220, + "voter": "piphunters" + }, + { + "rshares": 1684721465, + "voter": "exlead" + }, + { + "rshares": 99417982, + "voter": "ltm" + }, + { + "rshares": 2979811276, + "voter": "strong-ai" + }, + { + "rshares": 151614981, + "voter": "wearechange-co" + }, + { + "rshares": 51876835, + "voter": "grisha-danunaher" + }, + { + "rshares": 74402358, + "voter": "igtes" + }, + { + "rshares": 81556444, + "voter": "brainup" + }, + { + "rshares": 82287966, + "voter": "olesia83" + }, + { + "rshares": 157628162, + "voter": "buffett" + }, + { + "rshares": 60962152, + "voter": "comeup" + }, + { + "rshares": 163439230, + "voter": "zubasky" + }, + { + "rshares": 162925257, + "voter": "uct" + }, + { + "rshares": 162911190, + "voter": "front" + }, + { + "rshares": 156833866, + "voter": "yanik" + }, + { + "rshares": 162561543, + "voter": "davfur" + }, + { + "rshares": 162424202, + "voter": "unlabeled" + }, + { + "rshares": 155910854, + "voter": "chanceskain" + }, + { + "rshares": 161855613, + "voter": "jamicwe219" + }, + { + "rshares": 158660342, + "voter": "iberia" + }, + { + "rshares": 161815656, + "voter": "ranger" + }, + { + "rshares": 116987070, + "voter": "nikomah" + }, + { + "rshares": 107496727, + "voter": "elsi" + }, + { + "rshares": 160573104, + "voter": "sortinghat" + }, + { + "rshares": 154276916, + "voter": "memnon34" + }, + { + "rshares": 152869602, + "voter": "hethzen" + } + ], + "author": "the-alien", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "![Alt Text](http://www.geliosoft.com/100-happy-dollars-3d/falling-money-wallpaper.jpg)\n\nHave you ever wondered why people keep trusting career politicians to handle their finances? It\u2019s a fascinating thing really. This is one of the biggest mind-boggling mysteries that seem to defy even time itself, mysteries that are impossible to explain from a purely rational point of view.\n\nAsk any person in the world \u2013 scratch that \u2013 ask any person in the history of the world to describe politics in one word and you are guaranteed to hear some of the following words: Deceiving, dishonest, incompetent, cheating\u2026Etc. And probably, this is from the generous side.\n\nNow, ask any of those people how come they trusted those individuals to manage their finances, and it would seem like you\u2019re speaking Chinese to them.\n\n## And that area right there is where the real game is being played.\n\nThat\u2019s the space where critical thinking dulls, where the emperor sells clothes, and no one\u2019s looking at Pinocchio\u2019s nose. How on earth would a known dishonest, power hungry person convince the others that he should be the one that makes the decisions on behalf of everybody?\n\nWorse than that, they give them all the power, no accountability and a virtual 100% probability to screw them , and everybody just keeps pretending to be surprised when these things happens.\n\n# Why Does This Keep Happening to Me?\n\nYou change the country, you change the century but the song remains the same, and the mystery survives. The only way to keep convincing people to accept a deal that acts against their own self-interest is to create a story that makes the exploitation of mankind look like the solution to their problem. \n\n![Alt text](http://vignette2.wikia.nocookie.net/lostpedia/images/b/b2/Lastsupper.jpg/revision/latest?cb=20100117063640)\n\nYou look around, you find countries like Bolivia or Venezuela (just to give a few examples) that are extraordinarily blessed at the very same time with a rich abundance in natural resources and a starving population despite the fact that these two things should be mutually exclusive by any stretch of the imagination.\n\nYou can\u2019t be that incompetent if you tried.\n\nBut then again, this isn\u2019t about incompetence. Their solutions were already predetermined in the narrative, and when it doesn't work and the tale falls on its own weight, they\u2019ll just repeat the same process again, because the narrative remains the same.\n\nThey keep seizing more lands, more factories and they keep \u201ccracking down\u201d on competition and seize everything in the name of \u2018the common good\u2019. Then they bankrupt them as well and they seize more and bankrupt those too. \n\n### If it wasn\u2019t so heartbreaking it would be hilarious.\n\nHere\u2019s the crazy part of all this is that this wide spread phenomenon is completely irrelevant to the economic system, the economic policy, or to the continent, and it's happening across the board. \n\n![Alt Text](http://redlikeme.ca/wp-content/uploads/2015/10/bank-robbery-digital-art-hd-wallpaper-1920x1080-2127.jpg)\n\nFind me a person in southern Europe that has good things to say about politicians in the ECB.\n\nAll the solutions they present are hell bent on screwing the little guy, whether it\u2019s draconian austerity measures, raising the retirement age, bank bail outs\u2026Etc\n\nI\u2019m not saying that it\u2019s due to incompetence, dishonesty, or both. I\u2019m saying that it\u2019s irrelevant, because the solution is already pre-set beforehand to achieve one purpose, and one purpose only, that power keeps consolidating itself. \n\nThat might explain why we always keep hearing sentences like this one: *\u201cThe game is rigged\u201d*, which happens to be one of the most popular expressions of our generation.\n\nLet me give you another example.\n\nWhen you turn on the radio and there are some finance experts on, how many times we hear the following words: \n\n*They\u2019re making things worse; They\u2019re repeating the same mistakes again; Things are actually getting worse and not better; The solutions are creating more problems than solving; How come the recovery is worse than the recession?*\n\nYou see where this is going? \n\nAnd this is not exclusive to our generation, in fact this story form is a very common archetypal myth that exists across every society and period of human history. With the very same the result, that whatever action that will be taken it will only serve to reinforce the dominant narrative.\n\n# Once Upon a Time\n\nIt is believed that the cavemen were the first storytellers, and whoever controlled the dominant story had a strong pull on the rest of society.\n\n![Alt Text](http://www.kino.de/wp-content/gallery/homo-erectus-2007/homo-erectus-einfach-pr-hysterisch-11-rcm0x1920u.jpg)\n\nThe human story is at the heart of everything, it\u2019s the prima material of how most people perceive reality, the moment you question someone else\u2019s dominant narrative, the debate is over before it\u2019s even started. For many people, they much rather fall for the same thing again and again and until the end of times, rather than to dare questioning the story they grew up around.\n\n> ### *\u201cIt\u2019s easier to fool people, than show them that they have been fooled\u201d.*\u2014 Mark Twain\n\nThe crazy part however, is that the even if those individuals were to fully realized how they've been fooled, they would probably still willingly walk towards the fire nonetheless. Metaphorically speaking.\n\n### Unless of course, there is a new story that replaces the old story.\n\nI remember reading one of James Altucher\u2019s amazing posts and had a wake up call. I hope I\u2019m not butchering the story, but it basically it goes like this: A friend of James asked him to go with her to the bank to help her decide the best option for her to put her money. Since he has some solid expertise in the finance world, it seemed like a wise decision for her part.\n\nDuring that meeting in the bank, James just sat down, said nothing and only listened, when they finally left the bank he started explaining to her all the ways that they were trying to take advantage of her and rip her off.\n\n*\u201cHow can they do that to me?\u201d*\n\nThe next day, she went to the bank and did everything they asked her nonetheless.\n\n![Alt text](http://blogs-images.forbes.com/maggiemcgrath/files/2015/06/0211_hipster-piggy-bank-401k_1024x576.jpg)\n\n# This is How the Story Goes\n\nCommon folklore has it that there are those people among us that regular people that look just like me and you, but when they get a magical paper that says that they work for the status quo, then an invisible laser descends from the sky and grants them all sorts supernatural abilities and financial savoir-faire.\n\nWell, sort of... Everything they touch still goes to crap, but that doesn\u2019t matter anymore and their never-ceasing incompetence doesn\u2019t seem to bother anyone either. Because now, they're part of the narrative.\n\n### And apparently, narrative trumps logic. \n\nA successful investor once told me: *Never listen to government economists, if they knew how to manage money, they would\u2019ve made money themselves instead of telling people what to do.*\n\n![Alt Text](https://ascendingstarseed.files.wordpress.com/2016/08/cc12b-preppers2b-2bdoomsday.jpg)\n\nAs the Altucher story goes, along with countless others, whenever there is a threat to the narrative, the debate is over before it has even started. For many people in the world, defying authority is just about the last thing they would do, and that includes killing themselves and their own children.\n\nBut let\u2019s go back to the subject of the day. We tell ourselves a story that defies every single law of the universe, that the idea of good business is spending trillions of Dollars bombing millions of people and generating the biggest debtor nation the world has ever seen.\n\nIf that is not telling you anything then honestly, I don\u2019t know what does.\n\nWe tell ourselves even crazier stories, that if we just grabbed enough productive citizens and stacked them into jail cells for victim-less crimes, or for carrying bits of vegetation in their pockets, then we're going to revitalize the economy, and that oh! We will rehabilitate those poor souls through brutality and sexual violence.\n\n### Again, narrative trumps logic in ways logic can't even perceive.\n\nSome people choose to deny their programming, and that seems as the right choice because sooner or later those stories could start acting as their very own gatekeepers. I\u2019m not talking about inner resistance, I\u2019m saying that maybe we need a new story that replaces the old story.\n\n![Alt Text](http://i0.wp.com/dailyzen.co.uk/wp-content/uploads/2015/03/How-to-Make-Good-choices-and-make-the-most-of-them.jpg)\n\nThere has never been a better time for financial independence than the times we live in, there has never been so many options available for someone to start their own company, find jobs, or make their own movies even\u2026 All of that without dealing with a large number of resistant gate-keepers who may or may not have been programmed to serve a certain narrative.\n\nI don't know about you but personally, if I had to follow a narrative, I much rather have one that I designed for myself rather than one that I was born into.\n\n# Closing thoughts\n\nThey say that when there is a paradigm shift, there is usually a new story that renders the other story irrelevant, but until then and even though the tools are already available to the public, people will not make the final move until they start seeing a certain degree of mass-adoption around them.\n\nIt is that mass adoption aspect that would make it acceptable for their psyche to separate from that old, probably coercive narrative that has been attached to them.\n\n![Alt Text](http://www.elfm.co.uk/wp-content/uploads/2014/12/storytelling-night.jpg)\n\nA few minutes ago, I was just going to end this piece with a question: \u201cDoes the Blockchain need a story?\u201d\n\nBut then I realized that steemit has both the crypto-currency and the story aspect. So I\u2019m swapping that question for a few modest words:\n\nCan we just work together to build something beautiful? Do you guys see what we have here? Why don\u2019t we just focus on what we have and how we can improve it. After all, it\u2019s much harder to create something really great when you\u2019re being held back by unnecessary drama. Wouldn't you agree?\n\n And not to forget:\n\n### Your dream needs you full steem.\n \nSources: [1](http://www.geliosoft.com/100-happy-dollars-3d/) - [2](http://lostpedia.wikia.com/wiki/The_Lost_Supper) - [3](http://redlikeme.ca/tpp-is-all-about-banking-powers-which-will-remain-secret-for-5-years-after-signing/) - [4](http://www.kino.de/film/homo-erectus-2007/) - [5](http://money.cnn.com/pf/millennials-and-their-money/) - [6](https://ascendingstarseed.wordpress.com/category/economy-and-global-collapse/) - [7](http://dailyzen.co.uk/2015/03/19/how-to-make-good-choices-and-make-the-most-of-them/) - [8](https://storify.com/ProfKarim/the-power-of-storytelling)\n\n## [*Follow the Alien*](https://steemit.com/@the-alien)", + "category": "life", + "children": 49, + "created": "2016-09-06T00:18:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://www.geliosoft.com/100-happy-dollars-3d/falling-money-wallpaper.jpg", + "http://vignette2.wikia.nocookie.net/lostpedia/images/b/b2/Lastsupper.jpg/revision/latest?cb=20100117063640", + "http://redlikeme.ca/wp-content/uploads/2015/10/bank-robbery-digital-art-hd-wallpaper-1920x1080-2127.jpg", + "http://www.kino.de/wp-content/gallery/homo-erectus-2007/homo-erectus-einfach-pr-hysterisch-11-rcm0x1920u.jpg", + "http://blogs-images.forbes.com/maggiemcgrath/files/2015/06/0211_hipster-piggy-bank-401k_1024x576.jpg", + "https://ascendingstarseed.files.wordpress.com/2016/08/cc12b-preppers2b-2bdoomsday.jpg", + "http://i0.wp.com/dailyzen.co.uk/wp-content/uploads/2015/03/How-to-Make-Good-choices-and-make-the-most-of-them.jpg", + "http://www.elfm.co.uk/wp-content/uploads/2014/12/storytelling-night.jpg" + ], + "links": [ + "http://www.geliosoft.com/100-happy-dollars-3d/", + "http://lostpedia.wikia.com/wiki/The_Lost_Supper", + "http://redlikeme.ca/tpp-is-all-about-banking-powers-which-will-remain-secret-for-5-years-after-signing/", + "http://www.kino.de/film/homo-erectus-2007/", + "http://money.cnn.com/pf/millennials-and-their-money/", + "https://ascendingstarseed.wordpress.com/category/economy-and-global-collapse/", + "http://dailyzen.co.uk/2015/03/19/how-to-make-good-choices-and-make-the-most-of-them/", + "https://storify.com/ProfKarim/the-power-of-storytelling", + "https://steemit.com/@the-alien" + ], + "tags": [ + "life", + "steemit", + "philosophy", + "psychology", + "alien" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 110391035728415, + "payout": 1196.314, + "payout_at": "2016-09-13T00:18:21", + "pending_payout_value": "1196.314 HBD", + "percent_hbd": 10000, + "permlink": "logic-and-fiat-money-are-they-mutually-exclusive", + "post_id": 1141233, + "promoted": "100.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 381 + }, + "title": "Logic and Fiat Money, Are They Mutually Exclusive?", + "updated": "2016-09-06T08:14:00", + "url": "/life/@the-alien/logic-and-fiat-money-are-they-mutually-exclusive" + }, + { + "active_votes": [ + { + "rshares": 1068066740232, + "voter": "anonymous" + }, + { + "rshares": -14428335580523, + "voter": "summon" + }, + { + "rshares": 6580940624714, + "voter": "riverhead" + }, + { + "rshares": 2516500322385, + "voter": "badassmother" + }, + { + "rshares": 9730263409820, + "voter": "pharesim" + }, + { + "rshares": 2238089828373, + "voter": "samupaha" + }, + { + "rshares": 117245008705, + "voter": "sandra" + }, + { + "rshares": 5581077721826, + "voter": "kushed" + }, + { + "rshares": 1016281567712, + "voter": "ihashfury" + }, + { + "rshares": 4712575705195, + "voter": "wang" + }, + { + "rshares": 50128182486, + "voter": "adm" + }, + { + "rshares": 3101248946, + "voter": "boy" + }, + { + "rshares": 3765091051, + "voter": "bue-witness" + }, + { + "rshares": 690619464, + "voter": "bunny" + }, + { + "rshares": 54354410559, + "voter": "bue" + }, + { + "rshares": 1661935517, + "voter": "mini" + }, + { + "rshares": 213718493, + "voter": "moon" + }, + { + "rshares": 2001205407251, + "voter": "joseph" + }, + { + "rshares": 418315136885, + "voter": "recursive2" + }, + { + "rshares": 424995350979, + "voter": "recursive3" + }, + { + "rshares": -2859018151628, + "voter": "recursive" + }, + { + "rshares": 223774607744, + "voter": "officialfuzzy" + }, + { + "rshares": 14213361017, + "voter": "proctologic" + }, + { + "rshares": 11473937036, + "voter": "idol" + }, + { + "rshares": 623025846, + "voter": "healthcare" + }, + { + "rshares": 23639540033, + "voter": "tuck-fheman" + }, + { + "rshares": 967713364, + "voter": "daniel.pan" + }, + { + "rshares": 299060965565, + "voter": "chitty" + }, + { + "rshares": 121855691094, + "voter": "linouxis9" + }, + { + "rshares": 288235837, + "voter": "helen.tan" + }, + { + "rshares": 9548778927, + "voter": "brindleswan" + }, + { + "rshares": 38491019685, + "voter": "noaommerrr" + }, + { + "rshares": 1767163827, + "voter": "jocelyn" + }, + { + "rshares": 419437392055, + "voter": "chryspano" + }, + { + "rshares": 1579031296, + "voter": "easteagle13" + }, + { + "rshares": 16975075430, + "voter": "jademont" + }, + { + "rshares": 7579732231, + "voter": "fkn" + }, + { + "rshares": 1459747282, + "voter": "spaninv" + }, + { + "rshares": 6757762580, + "voter": "teamsteem" + }, + { + "rshares": 10632532459, + "voter": "elishagh1" + }, + { + "rshares": 16892420207, + "voter": "richman" + }, + { + "rshares": 1448343606, + "voter": "n25052016" + }, + { + "rshares": 7584918683, + "voter": "kefkius" + }, + { + "rshares": 37443492197, + "voter": "klye" + }, + { + "rshares": 666866364, + "voter": "coar" + }, + { + "rshares": 74100412917, + "voter": "asch" + }, + { + "rshares": 1419670146, + "voter": "murh" + }, + { + "rshares": 2578496905, + "voter": "error" + }, + { + "rshares": 39320777722, + "voter": "justtryme90" + }, + { + "rshares": 8666838603, + "voter": "zebbra2014" + }, + { + "rshares": 13246631412, + "voter": "johnerfx" + }, + { + "rshares": 75867207382, + "voter": "noganoo" + }, + { + "rshares": 3835227080462, + "voter": "satoshifund" + }, + { + "rshares": 364306847511, + "voter": "taoteh1221" + }, + { + "rshares": 401376869, + "voter": "applecrisp" + }, + { + "rshares": -2339939419364, + "voter": "stellabelle" + }, + { + "rshares": 93314085385, + "voter": "wingz" + }, + { + "rshares": 28201520191, + "voter": "juanmiguelsalas" + }, + { + "rshares": 212735022017, + "voter": "will-zewe" + }, + { + "rshares": 17038534997, + "voter": "andrei" + }, + { + "rshares": 79982031063, + "voter": "tim-johnston" + }, + { + "rshares": -209838822321, + "voter": "alexc" + }, + { + "rshares": 1177241468, + "voter": "johnerminer" + }, + { + "rshares": 5655530548, + "voter": "trogdor" + }, + { + "rshares": 2787011053, + "voter": "tee-em" + }, + { + "rshares": 175537967389, + "voter": "thedashguy" + }, + { + "rshares": 79382741, + "voter": "usefree" + }, + { + "rshares": 792170905, + "voter": "proglobyte" + }, + { + "rshares": 5943847648, + "voter": "mark-waser" + }, + { + "rshares": 1460965920149, + "voter": "sean-king" + }, + { + "rshares": 687075875567, + "voter": "publicworker" + }, + { + "rshares": 46038400775, + "voter": "honeythief" + }, + { + "rshares": 14127596797, + "voter": "magnebit" + }, + { + "rshares": 470524735958, + "voter": "fyrstikken" + }, + { + "rshares": 11246189112, + "voter": "treeshaface" + }, + { + "rshares": 267393527, + "voter": "artisan" + }, + { + "rshares": 4490182566, + "voter": "acassity" + }, + { + "rshares": 289162489, + "voter": "weedor" + }, + { + "rshares": 17550246480, + "voter": "grey580" + }, + { + "rshares": 1318198250, + "voter": "cattyboy" + }, + { + "rshares": 12952739395, + "voter": "bitcoinmeister" + }, + { + "rshares": 5365157925, + "voter": "arcaneinfo" + }, + { + "rshares": 266657278, + "voter": "ladyclair" + }, + { + "rshares": 47434235880, + "voter": "booja" + }, + { + "rshares": 330653046604, + "voter": "roelandp" + }, + { + "rshares": 3392620167, + "voter": "orly" + }, + { + "rshares": 5858174588, + "voter": "steamit" + }, + { + "rshares": 9866111769, + "voter": "aeico" + }, + { + "rshares": 5253410818, + "voter": "riscadox" + }, + { + "rshares": 22467197866, + "voter": "katyakov" + }, + { + "rshares": 34735743250, + "voter": "hitmeasap" + }, + { + "rshares": 47802301892, + "voter": "menta" + }, + { + "rshares": 281926950358, + "voter": "fabio" + }, + { + "rshares": 14545520870, + "voter": "elyaque" + }, + { + "rshares": 24971256573, + "voter": "tcfxyz" + }, + { + "rshares": 6918017824, + "voter": "futurefood" + }, + { + "rshares": 1946734032, + "voter": "pipertomcat" + }, + { + "rshares": 16677138219, + "voter": "picokernel" + }, + { + "rshares": 1339918531, + "voter": "btcshare7" + }, + { + "rshares": 23124728884, + "voter": "furion" + }, + { + "rshares": 690010021, + "voter": "busser" + }, + { + "rshares": 74680604, + "voter": "owdy" + }, + { + "rshares": 188768554, + "voter": "barbara2" + }, + { + "rshares": 211774654, + "voter": "ch0c0latechip" + }, + { + "rshares": 194127478, + "voter": "doge4lyf" + }, + { + "rshares": 112654580280, + "voter": "knircky" + }, + { + "rshares": 2068776947, + "voter": "gazm" + }, + { + "rshares": 1711089537, + "voter": "ausbitbank" + }, + { + "rshares": 1605307412, + "voter": "steem1653" + }, + { + "rshares": 126505514, + "voter": "egjoshslim" + }, + { + "rshares": 10429341978, + "voter": "asim" + }, + { + "rshares": 237084223, + "voter": "danielkt" + }, + { + "rshares": 1969204308, + "voter": "incomemonthly" + }, + { + "rshares": 4194090115, + "voter": "karen13" + }, + { + "rshares": 342507039, + "voter": "dr2073" + }, + { + "rshares": 242542379761, + "voter": "nabilov" + }, + { + "rshares": 10514634467, + "voter": "mun" + }, + { + "rshares": 2786532034, + "voter": "pigatto" + }, + { + "rshares": 826867066, + "voter": "thinkngrow" + }, + { + "rshares": 70528519000, + "voter": "inertia" + }, + { + "rshares": 41938187661, + "voter": "milestone" + }, + { + "rshares": 19329526526, + "voter": "artific" + }, + { + "rshares": 44336327098, + "voter": "yongyoon" + }, + { + "rshares": -128498217434, + "voter": "demotruk" + }, + { + "rshares": 5644661682, + "voter": "btcbtcbtc20155" + }, + { + "rshares": 1919200251, + "voter": "the-future" + }, + { + "rshares": 13274390807, + "voter": "nippel66" + }, + { + "rshares": 3093346077, + "voter": "imp3" + }, + { + "rshares": 10945767657, + "voter": "stevo" + }, + { + "rshares": 10151327610, + "voter": "benjiberigan" + }, + { + "rshares": 259629450569, + "voter": "calaber24p" + }, + { + "rshares": -30470822745, + "voter": "ubg" + }, + { + "rshares": 8266500094, + "voter": "rpf" + }, + { + "rshares": 2117017421, + "voter": "earnest" + }, + { + "rshares": -262081883, + "voter": "shing3e" + }, + { + "rshares": 1600176825, + "voter": "tokyodude" + }, + { + "rshares": 7971365358, + "voter": "neroru" + }, + { + "rshares": 204046586021, + "voter": "jl777" + }, + { + "rshares": 3900840609, + "voter": "zaebars" + }, + { + "rshares": 6548020005, + "voter": "positive" + }, + { + "rshares": 1399761805, + "voter": "alekst" + }, + { + "rshares": 1833955050, + "voter": "yarly" + }, + { + "rshares": 277681916, + "voter": "yarly2" + }, + { + "rshares": 278097823, + "voter": "yarly3" + }, + { + "rshares": 160825350, + "voter": "yarly4" + }, + { + "rshares": 161733355, + "voter": "yarly5" + }, + { + "rshares": 92188832, + "voter": "yarly7" + }, + { + "rshares": 11734903206, + "voter": "carlidos" + }, + { + "rshares": 12811217967, + "voter": "winstonwolfe" + }, + { + "rshares": 19696646539, + "voter": "krabgat" + }, + { + "rshares": 8065287272, + "voter": "webdeals" + }, + { + "rshares": 17558743505, + "voter": "proto" + }, + { + "rshares": 594907055, + "voter": "curator" + }, + { + "rshares": 207927318, + "voter": "bitmap" + }, + { + "rshares": 445158598, + "voter": "yarly10" + }, + { + "rshares": 238573730, + "voter": "yarly11" + }, + { + "rshares": 83484533, + "voter": "yarly12" + }, + { + "rshares": 214182446, + "voter": "fnait" + }, + { + "rshares": 195430067, + "voter": "keepcalmand" + }, + { + "rshares": 7109462134, + "voter": "lykkeliten" + }, + { + "rshares": 115507974, + "voter": "creatorgalaxy" + }, + { + "rshares": 13595360798, + "voter": "clevecross" + }, + { + "rshares": 7520902716, + "voter": "smailer" + }, + { + "rshares": 129103709, + "voter": "steemster1" + }, + { + "rshares": 1658509913, + "voter": "bullionstackers" + }, + { + "rshares": 30896278536, + "voter": "williambanks" + }, + { + "rshares": 77914394030, + "voter": "gomeravibz" + }, + { + "rshares": 8783779105, + "voter": "taker" + }, + { + "rshares": 3658561552, + "voter": "sykochica" + }, + { + "rshares": 53835780, + "voter": "sharon" + }, + { + "rshares": 1556598011, + "voter": "whitemike313" + }, + { + "rshares": 1472655783, + "voter": "merej99" + }, + { + "rshares": 54844677, + "voter": "lillianjones" + }, + { + "rshares": 3995394560, + "voter": "thebluepanda" + }, + { + "rshares": 25077308053, + "voter": "laoyao" + }, + { + "rshares": 6000428593, + "voter": "poeticsnake" + }, + { + "rshares": 2300718527, + "voter": "kalimor" + }, + { + "rshares": 63541793, + "voter": "coderg" + }, + { + "rshares": 1821180466, + "voter": "achim86" + }, + { + "rshares": 4338245273, + "voter": "ullikume" + }, + { + "rshares": 2979617190, + "voter": "cjclaro" + }, + { + "rshares": 1407114808, + "voter": "andrew0" + }, + { + "rshares": 7948406128, + "voter": "kurtbeil" + }, + { + "rshares": 101379161825, + "voter": "thisisbenbrick" + }, + { + "rshares": 70413598, + "voter": "ragnaroek" + }, + { + "rshares": 88710491389, + "voter": "joele" + }, + { + "rshares": 4645077272, + "voter": "oflyhigh" + }, + { + "rshares": 21851097144, + "voter": "sirwinchester" + }, + { + "rshares": -2482187793, + "voter": "kainmarx" + }, + { + "rshares": 23525650772, + "voter": "driv3n" + }, + { + "rshares": 55265906, + "voter": "msjennifer" + }, + { + "rshares": 53370316, + "voter": "ciao" + }, + { + "rshares": 12436071828, + "voter": "goingpaper" + }, + { + "rshares": 61746903, + "voter": "kpine" + }, + { + "rshares": 52985539, + "voter": "steemo" + }, + { + "rshares": 1664097198, + "voter": "quantumanomaly" + }, + { + "rshares": 52848854, + "voter": "steema" + }, + { + "rshares": 338891141, + "voter": "gamerate" + }, + { + "rshares": 71506742, + "voter": "evgenyche" + }, + { + "rshares": 230331964, + "voter": "vootka" + }, + { + "rshares": 61515128, + "voter": "confucius" + }, + { + "rshares": 61696026, + "voter": "immortality" + }, + { + "rshares": 983145708, + "voter": "bledarus" + }, + { + "rshares": 83962397834, + "voter": "miacats" + }, + { + "rshares": -37335893668, + "voter": "bitcalm" + }, + { + "rshares": 114992597, + "voter": "future-shock" + }, + { + "rshares": 50545877, + "voter": "party1998" + }, + { + "rshares": 61167862, + "voter": "immortal" + }, + { + "rshares": 53648513, + "voter": "jarvis" + }, + { + "rshares": 74131936, + "voter": "razberrijam" + }, + { + "rshares": -61687049, + "voter": "kanusteem" + }, + { + "rshares": 3900348752, + "voter": "matrixdweller" + }, + { + "rshares": 7833422368, + "voter": "theb0red1" + }, + { + "rshares": 51899170, + "voter": "fortuner" + }, + { + "rshares": 71551855, + "voter": "longevity" + }, + { + "rshares": 60661014, + "voter": "rashka" + }, + { + "rshares": 1310680382, + "voter": "chinadaily" + }, + { + "rshares": 651551511, + "voter": "jayfox" + }, + { + "rshares": 59610335965, + "voter": "serejandmyself" + }, + { + "rshares": 834306506, + "voter": "inferno" + }, + { + "rshares": 12520030511, + "voter": "gvargas123" + }, + { + "rshares": 4730854063, + "voter": "themanualbot" + }, + { + "rshares": 3289942651, + "voter": "matherly" + }, + { + "rshares": 1288112247, + "voter": "gdsprgdd" + }, + { + "rshares": 792593563, + "voter": "telos" + }, + { + "rshares": 51863356, + "voter": "johnbyrd" + }, + { + "rshares": 53039566, + "voter": "thomasaustin" + }, + { + "rshares": 51859074, + "voter": "thermor" + }, + { + "rshares": 51856300, + "voter": "ficholl" + }, + { + "rshares": 51852278, + "voter": "widell" + }, + { + "rshares": 3719392493, + "voter": "shneakysquirrel" + }, + { + "rshares": 1810222177, + "voter": "movievertigo" + }, + { + "rshares": 2519054922, + "voter": "steembeast" + }, + { + "rshares": 57399342, + "voter": "ethansteem" + }, + { + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "rshares": 475206804, + "voter": "wuyueling" + }, + { + "rshares": 58064982, + "voter": "zite" + }, + { + "rshares": 4156286103, + "voter": "steemitpatina" + }, + { + "rshares": 51562255, + "voter": "curpose" + }, + { + "rshares": -861184213, + "voter": "ontofractal" + }, + { + "rshares": 59978409, + "voter": "steembriefing" + }, + { + "rshares": 532936297, + "voter": "cryptoeasy" + }, + { + "rshares": 850866519, + "voter": "runridefly" + }, + { + "rshares": 1005088816, + "voter": "contentjunkie" + }, + { + "rshares": 2331050847, + "voter": "richardcrill" + }, + { + "rshares": 59995797, + "voter": "arnoldz61" + }, + { + "rshares": 51712804, + "voter": "troich" + }, + { + "rshares": 1442988265, + "voter": "nadin3" + }, + { + "rshares": 1683907739, + "voter": "davidjkelley" + }, + { + "rshares": 51718188, + "voter": "crion" + }, + { + "rshares": 51388276, + "voter": "hitherise" + }, + { + "rshares": 51379706, + "voter": "wiss" + }, + { + "rshares": 34329581722, + "voter": "sponge-bob" + }, + { + "rshares": 15597377801, + "voter": "digital-wisdom" + }, + { + "rshares": 254519172, + "voter": "reaction" + }, + { + "rshares": 52143228, + "voter": "stroully" + }, + { + "rshares": 5757204428, + "voter": "jwaser" + }, + { + "rshares": 51814474, + "voter": "thadm" + }, + { + "rshares": 51812703, + "voter": "prof" + }, + { + "rshares": 50356354, + "voter": "yorsens" + }, + { + "rshares": 157129613626, + "voter": "asksisk" + }, + { + "rshares": 54632424, + "voter": "budda" + }, + { + "rshares": 50065875, + "voter": "bane" + }, + { + "rshares": 51148009, + "voter": "vive" + }, + { + "rshares": 51142585, + "voter": "coad" + }, + { + "rshares": 131546618, + "voter": "illusiveman" + }, + { + "rshares": 2713459817, + "voter": "bwaser" + }, + { + "rshares": 51906983, + "voter": "sofa" + }, + { + "rshares": 54012814, + "voter": "warhammer" + }, + { + "rshares": 54839629, + "voter": "dr-who" + }, + { + "rshares": 106768414, + "voter": "dr-house" + }, + { + "rshares": 588271491, + "voter": "patelincho" + }, + { + "rshares": 23572897576, + "voter": "brains" + }, + { + "rshares": 54601718, + "voter": "imc" + }, + { + "rshares": 50918375, + "voter": "ailo" + }, + { + "rshares": 1615824466, + "voter": "bitcoinparadise" + }, + { + "rshares": 74117002, + "voter": "projecthor" + }, + { + "rshares": 5292676076, + "voter": "chick1" + }, + { + "rshares": 50523318, + "voter": "aoki" + }, + { + "rshares": 50470409, + "voter": "typingagent" + }, + { + "rshares": 63543002, + "voter": "nelyp" + }, + { + "rshares": 1548545048, + "voter": "ellepdub" + }, + { + "rshares": 53002525, + "voter": "swapman" + }, + { + "rshares": 8160990156, + "voter": "herpetologyguy" + }, + { + "rshares": 50441122, + "voter": "eavy" + }, + { + "rshares": 50439559, + "voter": "roto" + }, + { + "rshares": 59088198, + "voter": "drac59" + }, + { + "rshares": 4882248396, + "voter": "morgan.waser" + }, + { + "rshares": 1306905034, + "voter": "mrabdo" + }, + { + "rshares": 69546372, + "voter": "cherryleaf" + }, + { + "rshares": 50938725, + "voter": "haved" + }, + { + "rshares": 50708837, + "voter": "ardly" + }, + { + "rshares": 50704078, + "voter": "yotoh" + }, + { + "rshares": 51797456, + "voter": "timbot606" + }, + { + "rshares": 50433760, + "voter": "morse" + }, + { + "rshares": 50372583, + "voter": "carre" + }, + { + "rshares": 52171779, + "voter": "ltm" + }, + { + "rshares": 3039484418, + "voter": "strong-ai" + }, + { + "rshares": 71167473, + "voter": "igtes" + }, + { + "rshares": 154396017, + "voter": "buffett" + }, + { + "rshares": 163216276, + "voter": "zacariajames" + }, + { + "rshares": 124699787, + "voter": "tygeade" + }, + { + "rshares": 162784893, + "voter": "knights" + } + ], + "author": "fyrstikken", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "
    https://stakepool.com/wp-content/uploads/2016/08/photo3.jpg
    \n\nSo, I was sitting in my $5000 massage chair smoking a cuban cigar when all of a sudden all kinds of bells started ringing. So I had to stop what I was doing and walk all the way over to my enormous trading-desk on the opposite side of my man-cave to see what was going on, and of course - there it was... A new post from my ex-boyfriend who cannot believe I dumped him for a better looking guy, and I knew he was out for blood so I started reading:\n\n

    A littlebit of history first

    \n\nWhen I wrote against @stellabelle and her article about synero-amp vs steemit, @tuck-fheman started spamming my comment section with all kinds of accusations, and lately he has started what he calls a \"comic-strip\" about me where he is doing his very best to harass the hell out of me.\n\n
    I still stand by what I wrote in my article against @stellabelle - it was a very dumb move on her behalf and I have people on record who confess to buying synereo-amp and losing money because of her article. The point of calling her out was to let her know that she has a loud voice in this community, and that she therefore must be careful advising people about investments and projects in a market she has no real clue about, because she is new.
    \n\nThen, when I apologized in public to @heiditravels for using explicit words when I was mad at her for not showing up to a Public Relation Interview when she came to Per\u00fa, an Interview that would have gone out on Television to 10 million Peruvians in prime-time and maybe secure 200,000 new signups for Steemit, he went on another rampage and started posting screenshots of the conversation and tried to get people to flag my post, which did not work because people are not stupid around here - they see what is going on.\n\n

    I still think what @heiditravels did was selfish, but I am over it - It is history @tuck-fheman - she wanted the @dollarvigilante more then me, and I have come to accept that he is much better looking then me, no homo :) (Just kidding)

    \n\nToday @tuck-fheman posted another harassment-cartoon, and even went to the #steemitabuse chat and bragged about it, told people that I was a sociopath that needed to be stopped, a woman-abuser and many other things that was just degrading and sad to read from him.\n\n

    Tuck & Stella = Early adopters who made a lot of steem posting pure shit

    \n\nSo what do I do? He is one with the most reputation on Steemit because he was very early into steemit and was in the original \"circle-jerk\"-club as they called it. Apparently back in those days you could post a picture of your garbage-can and make thousands of steem and now a days you have to actually make real content with real value.\n\nThen we have @stellabelle - I have nothing against her, never tried to attack her in any way - just had to speak up when she decided to embrace synereo-amp in a way that felt like... she was pooping where she was eating and I have honestly not read a single article she has published since. Instead I have found new aspiring artists like @poeticsnake who make amazing drawings and really put in a lot of real work in her art.\n\n@stellabelle also is from the very early adopters of steemit who made a lot of steem by writing articles about how she ripped of her friends when she was a car-salesman, or how she used to shoplift in stores when she was rich. Something to be proud of? Would those articles be worth anything if she wrote them today?\n\n

    In case you don\u00b4t know what I do on Steemit, I make comedy, entertainment, cartoons Here are a few examples for earlier:

    \n\nhttps://www.youtube.com/watch?v=ojNbGf5oIhM\n\nhttps://www.youtube.com/watch?v=vh-TKt_GSCc\n\nhttps://www.youtube.com/watch?v=ijVJNn0qgxg\n\nhttps://www.youtube.com/watch?v=ZHzdXtFKwYA\n\nhttps://www.youtube.com/watch?v=0SMMo7aQnPY\n\n\n---\n

    I also do Technical Analysis of Forex, Stocks and Crypto-Currency in posts like this:

    \n\nhttps://www.youtube.com/watch?v=dyXt_kJhomU\n\n---\n\n

    And I also make funny songs about steemit and crypto like this:

    \n\nhttps://www.youtube.com/watch?v=6P2FB9Mg_YI\n\nand like this:\n\nhttps://www.youtube.com/watch?v=3gfntBEI3Aw\n\n---\n
    So please - Tuck-Fheman, Stellabelle - Leave me alone if you are going to act like bullies and collude and harass me - there is no point to that! Start doing something positive for Steemit instead of all this negativity! And to all the rest of you - I hope you see it that I loud and clear do not want to have anything to do with these two people.
    \n---\n\n
    \n\n
    \n\nBreaking up is never easy, I know - but you have to let me go :)", + "category": "steemit", + "children": 106, + "created": "2016-09-03T21:39:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://stakepool.com/wp-content/uploads/2016/08/photo3.jpg", + "https://img.youtube.com/vi/ojNbGf5oIhM/0.jpg", + "https://img.youtube.com/vi/vh-TKt_GSCc/0.jpg", + "https://img.youtube.com/vi/ijVJNn0qgxg/0.jpg", + "https://img.youtube.com/vi/ZHzdXtFKwYA/0.jpg", + "https://img.youtube.com/vi/0SMMo7aQnPY/0.jpg", + "https://img.youtube.com/vi/dyXt_kJhomU/0.jpg", + "https://img.youtube.com/vi/6P2FB9Mg_YI/0.jpg", + "https://img.youtube.com/vi/3gfntBEI3Aw/0.jpg", + "http://i.imgur.com/JhD2D0s.png", + "http://i.imgur.com/DLFAEdd.png" + ], + "links": [ + "https://www.youtube.com/watch?v=ojNbGf5oIhM", + "https://www.youtube.com/watch?v=vh-TKt_GSCc", + "https://www.youtube.com/watch?v=ijVJNn0qgxg", + "https://www.youtube.com/watch?v=ZHzdXtFKwYA", + "https://www.youtube.com/watch?v=0SMMo7aQnPY", + "https://www.youtube.com/watch?v=dyXt_kJhomU", + "https://www.youtube.com/watch?v=6P2FB9Mg_YI", + "https://www.youtube.com/watch?v=3gfntBEI3Aw" + ], + "tags": [ + "steemit", + "steem", + "abuse", + "witnesses", + "steemitabuse" + ], + "users": [ + "stellabelle", + "tuck-fheman", + "heiditravels", + "dollarvigilante", + "poeticsnake" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 28528575081428, + "payout": 112.665, + "payout_at": "2016-09-10T21:39:06", + "pending_payout_value": "112.665 HBD", + "percent_hbd": 10000, + "permlink": "steemit-harassment-wow-it-finally-happened-to-me-too-d", + "post_id": 1116057, + "promoted": "100.000 HBD", + "replies": [], + "stats": { + "flag_weight": 4.0, + "gray": false, + "hide": false, + "total_votes": 303 + }, + "title": "Steemit-Harassment - WoW - It finally happened to ME TOO :D", + "updated": "2016-09-03T22:52:36", + "url": "/steemit/@fyrstikken/steemit-harassment-wow-it-finally-happened-to-me-too-d" + } +] diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_tag.tavern.yaml b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_tag.tavern.yaml index bd35b17a..6589b578 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_tag.tavern.yaml +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_tag.tavern.yaml @@ -2,7 +2,10 @@ test_name: Hivemind bridge_api.get_ranked_posts promoted tag patterns test marks: - - patterntest + - patterntest # change in behaviour compared to original, not only replies but also top posts are in results + # note post /life/@thecryptofiend/things-i-wish-i-d-known-when-i-was-18 + # it is in the results despite not having 'steemit' in 'tags' + # it is because the post was edited and was changing tags - we don't clear old tags during edit (should be fixed at some point) includes: - !include ../../common.yaml diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending.pat.json index 11f4a754..125d333c 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending.pat.json @@ -19948,2547 +19948,2547 @@ { "active_votes": [ { - "rshares": 480436179104, + "rshares": 518181875581, "voter": "barrie" }, { - "rshares": 7864449914272, - "voter": "steempty" + "rshares": 31620103450538, + "voter": "smooth" }, { - "rshares": 231705234180, + "rshares": 260759332327, "voter": "anonymous" }, { - "rshares": 16854862331350, - "voter": "rainman" + "rshares": 2047759927809, + "voter": "badassmother" }, { - "rshares": 14446969817383, - "voter": "summon" + "rshares": 2099340340625, + "voter": "hr1" }, { - "rshares": 25305686361517, - "voter": "ned" + "rshares": 1402227395408, + "voter": "rossco99" }, { - "rshares": 35326666852152, - "voter": "jamesc" + "rshares": 23338638054, + "voter": "jaewoocho" }, { - "rshares": 4264966375681, - "voter": "riverhead" + "rshares": 1910039425215, + "voter": "xeroc" }, { - "rshares": 2331280387575, - "voter": "badassmother" + "rshares": 1661657401786, + "voter": "joseph" }, { - "rshares": 2097108315061, - "voter": "hr1" + "rshares": 471982260599, + "voter": "recursive3" }, { - "rshares": 118474244256, - "voter": "sandra" + "rshares": 3187826540990, + "voter": "recursive" }, { - "rshares": 186985754668, - "voter": "svk" + "rshares": 1282783470, + "voter": "mineralwasser" }, { - "rshares": 1112765112473, - "voter": "ihashfury" + "rshares": 702252849815, + "voter": "boombastic" }, { - "rshares": 1120603805124, - "voter": "rossco99" + "rshares": 1719075621, + "voter": "bingo-1" }, { - "rshares": 139902157720, - "voter": "liondani" + "rshares": 5936571539134, + "voter": "smooth.witness" }, { - "rshares": 2642718616169, - "voter": "wang" + "rshares": 457719147730, + "voter": "boatymcboatface" }, { - "rshares": 24281627442, - "voter": "jaewoocho" + "rshares": 9890456090, + "voter": "idol" }, { - "rshares": 6243689624471, - "voter": "steemit200" + "rshares": 131787410217, + "voter": "team" }, { - "rshares": 1868926634967, - "voter": "xeroc" + "rshares": 1702427102, + "voter": "jocelyn" }, { - "rshares": 6514602351120, - "voter": "complexring" + "rshares": 461461082967, + "voter": "leesunmoo" }, { - "rshares": 6410652893701, - "voter": "clayop" + "rshares": 1247396916090, + "voter": "gavvet" }, { - "rshares": 6132075386062, - "voter": "witness.svk" + "rshares": 74913635150, + "voter": "eeks" }, { - "rshares": 1772458968810, - "voter": "joseph" + "rshares": 8567499992, + "voter": "fkn" }, { - "rshares": 4727274896444, - "voter": "au1nethyb1" + "rshares": 11261443630, + "voter": "elishagh1" }, { - "rshares": 494824460005, - "voter": "recursive2" + "rshares": 599827540724, + "voter": "nanzo-scoop" }, { - "rshares": 3458312417787, - "voter": "recursive" + "rshares": 161287532172, + "voter": "steve-walschot" }, { - "rshares": 686881929841, - "voter": "boombastic" + "rshares": 182039074638, + "voter": "mummyimperfect" }, { - "rshares": 91206564426, - "voter": "mrs.agsexplorer" + "rshares": 313666285, + "voter": "coar" }, { - "rshares": 6953910678, - "voter": "bingo-0" + "rshares": 109431915950, + "voter": "asch" }, { - "rshares": 1330823260969, - "voter": "steempower" + "rshares": 1414823587, + "voter": "murh" }, { - "rshares": 450758929058, - "voter": "boatymcboatface" + "rshares": 6375528917, + "voter": "cryptofunk" }, { - "rshares": 1191961702407, - "voter": "cass" + "rshares": 2219594239, + "voter": "error" }, { - "rshares": 10604743495, - "voter": "idol" + "rshares": 5268583124, + "voter": "marta-zaidel" }, { - "rshares": 6904136925, - "voter": "nexusdev" + "rshares": 38749275184, + "voter": "ranko-k" }, { - "rshares": 783330802369, - "voter": "steemrollin" + "rshares": 985447048915, + "voter": "cyber" }, { - "rshares": 5146683930, - "voter": "sakr" + "rshares": 63472911304, + "voter": "theshell" }, { - "rshares": 296262169682, - "voter": "chitty" + "rshares": 52177367591, + "voter": "ak2020" }, { - "rshares": 117668471628, - "voter": "linouxis9" + "rshares": 417566592605, + "voter": "taoteh1221" }, { - "rshares": 82315328878, - "voter": "unosuke" + "rshares": 375915775849, + "voter": "hedge-x" }, { - "rshares": 3109715701, - "voter": "yefet" + "rshares": 18668166065, + "voter": "samether" }, { - "rshares": 16257411149, - "voter": "brindleswan" + "rshares": 33779461634, + "voter": "ratel" }, { - "rshares": 1799714267, - "voter": "jocelyn" + "rshares": 85401868413, + "voter": "herzmeister" }, { - "rshares": 74263607249, - "voter": "nenad-ristic" + "rshares": 5287000077, + "voter": "tee-em" }, { - "rshares": 79806365559, - "voter": "easteagle13" + "rshares": 30496214097, + "voter": "michaelx" }, { - "rshares": 17258698670, - "voter": "jademont" + "rshares": 5950236300, + "voter": "mark-waser" }, { - "rshares": 74888702310, - "voter": "eeks" + "rshares": 130482031811, + "voter": "geoffrey" }, { - "rshares": 508866333, - "voter": "paco-steem" + "rshares": 74777860177, + "voter": "kimziv" }, { - "rshares": 6128712690, - "voter": "spaninv" + "rshares": 79450691320, + "voter": "emily-cook" }, { - "rshares": 31076852778, - "voter": "instructor2121" + "rshares": 2251928158, + "voter": "superfreek" }, { - "rshares": -12893763252, - "voter": "james-show" + "rshares": 471516850, + "voter": "mrhankeh" }, { - "rshares": 2068009075, - "voter": "gekko" + "rshares": 17908173089, + "voter": "grey580" }, { - "rshares": 336346989448, - "voter": "teamsteem" + "rshares": 68200649381, + "voter": "bacchist" }, { - "rshares": 577046508309, - "voter": "nanzo-scoop" + "rshares": 20382051466, + "voter": "thebatchman" }, { - "rshares": 13067769111, - "voter": "fact" + "rshares": 59056857395, + "voter": "lehard" }, { - "rshares": 169323765740, - "voter": "steve-walschot" + "rshares": 76017835973, + "voter": "rubybian" }, { - "rshares": 10036865820, - "voter": "kefkius" + "rshares": 18268797910, + "voter": "konstantin" }, { - "rshares": 47419915237, - "voter": "hannixx42" + "rshares": 2649402156, + "voter": "romel" }, { - "rshares": 183044162935, - "voter": "mummyimperfect" + "rshares": 6941291365, + "voter": "gatoso" }, { - "rshares": 57489294954, - "voter": "oaldamster" + "rshares": 41821532061, + "voter": "furion" }, { - "rshares": 268804254, - "voter": "coar" + "rshares": 200664863, + "voter": "barbara2" }, { - "rshares": 109398386804, - "voter": "asch" + "rshares": 223036409, + "voter": "ch0c0latechip" }, { - "rshares": 1413643352, - "voter": "murh" + "rshares": 206422340, + "voter": "doge4lyf" }, { - "rshares": 2380104240, - "voter": "error" + "rshares": 12011310308, + "voter": "asim" }, { - "rshares": 5853981249, - "voter": "marta-zaidel" + "rshares": 85512692, + "voter": "snowden" }, { - "rshares": 40916611985, - "voter": "ranko-k" + "rshares": 14804978653, + "voter": "aaseb" }, { - "rshares": 1135543735246, - "voter": "cyber" + "rshares": 4431003942, + "voter": "karen13" }, { - "rshares": 50798219281, - "voter": "ak2020" + "rshares": 1455625353, + "voter": "jrd8526" }, { - "rshares": 260089147904, - "voter": "billbutler" + "rshares": 21565632626, + "voter": "artific" }, { - "rshares": 7897515214, - "voter": "thecryptofiend" + "rshares": 7164402609, + "voter": "lichtblick" }, { - "rshares": 32296517134, - "voter": "drinkzya" + "rshares": 37826396801, + "voter": "creemej" }, { - "rshares": 3923236237211, - "voter": "satoshifund" + "rshares": 84865861, + "voter": "wildchild" }, { - "rshares": 397051543, - "voter": "stiletto" + "rshares": 3871359622, + "voter": "maximkichev" }, { - "rshares": 56682668949, - "voter": "juanmiguelsalas" + "rshares": 167294697812, + "voter": "blueorgy" }, { - "rshares": 583788541552, - "voter": "andrarchy" + "rshares": 1631211812, + "voter": "poseidon" }, { - "rshares": 112713462099, - "voter": "kenny-crane" + "rshares": 2083366228, + "voter": "iamwne" }, { - "rshares": 17036364912, - "voter": "samether" + "rshares": 362447415925, + "voter": "calaber24p" }, { - "rshares": 33767337247, - "voter": "ratel" + "rshares": 10466922918, + "voter": "rpf" }, { - "rshares": 54688824107, - "voter": "thecryptodrive" + "rshares": 3694190342, + "voter": "bitcoiner" }, { - "rshares": 4699576112, - "voter": "dahaz159" + "rshares": 33624572763, + "voter": "deanliu" }, { - "rshares": 379204818665, - "voter": "kaylinart" + "rshares": 459345887, + "voter": "meteor78" }, { - "rshares": 552432841732, - "voter": "infovore" + "rshares": 30193718340, + "voter": "zaebars" }, { - "rshares": 13355491837, - "voter": "facer" + "rshares": 6948016204, + "voter": "positive" }, { - "rshares": 263013790227, - "voter": "trogdor" + "rshares": 780088825, + "voter": "raymonjohnstone" }, { - "rshares": 4675654152, - "voter": "tee-em" + "rshares": 19827631792, + "voter": "krabgat" }, { - "rshares": 31336803829, - "voter": "michaelx" + "rshares": 11734541225, + "voter": "sisterholics" }, { - "rshares": 5946252630, - "voter": "mark-waser" + "rshares": 1483259422, + "voter": "alex.chien" }, { - "rshares": 17023109715, - "voter": "albertogm" + "rshares": 8921616604, + "voter": "royalmacro" }, { - "rshares": 116594641815, - "voter": "geoffrey" + "rshares": 233934645, + "voter": "fnait" }, { - "rshares": 42673423694, - "voter": "kimziv" + "rshares": 207827906, + "voter": "keepcalmand" }, { - "rshares": 46235030853, - "voter": "honeythief" + "rshares": 1838091863, + "voter": "remlaps" }, { - "rshares": 82866843499, - "voter": "emily-cook" + "rshares": 3445177864, + "voter": "glitterpig" }, { - "rshares": 91972176401, - "voter": "mctiller" + "rshares": 7221227809, + "voter": "uwe69" }, { - "rshares": 35412152853, - "voter": "cryptoiskey" + "rshares": 896285424, + "voter": "metaflute" }, { - "rshares": 11723743800, - "voter": "primus" + "rshares": 50575844297, + "voter": "gomeravibz" }, { - "rshares": 484592257, - "voter": "mrhankeh" + "rshares": 9193626491, + "voter": "taker" }, { - "rshares": 38897615588, - "voter": "clement" + "rshares": 2236809039, + "voter": "merej99" }, { - "rshares": 46178109682, - "voter": "isteemit" + "rshares": 414945627496, + "voter": "laonie" }, { - "rshares": 68580548647, - "voter": "bacchist" + "rshares": 166006086500, + "voter": "twinner" }, { - "rshares": 72899731827, - "voter": "venuspcs" + "rshares": 22430898487, + "voter": "laonie1" }, { - "rshares": 3324885062, - "voter": "michaellamden68" + "rshares": 22947696195, + "voter": "laonie2" }, { - "rshares": 179676652871, - "voter": "asmolokalo" + "rshares": 22955764004, + "voter": "laonie3" }, { - "rshares": 38569797449, - "voter": "good-karma" + "rshares": 25206296089, + "voter": "laoyao" }, { - "rshares": 453653624734, - "voter": "roelandp" + "rshares": 14653942462, + "voter": "myfirst" }, { - "rshares": 3347929950, - "voter": "orly" + "rshares": 90711449970, + "voter": "somebody" }, { - "rshares": 45472590951, - "voter": "firepower" + "rshares": 3391693609, + "voter": "flysaga" }, { - "rshares": 255388351, - "voter": "mstang83" + "rshares": 5465055585, + "voter": "brendio" }, { - "rshares": 19227034654, - "voter": "hakise" + "rshares": 2084677795, + "voter": "gmurph" }, { - "rshares": 17256371639, - "voter": "r4fken" + "rshares": 18607683624, + "voter": "midnightoil" }, { - "rshares": 25548776759, - "voter": "tcfxyz" + "rshares": 2280336943, + "voter": "kalimor" }, { - "rshares": 7076198200, - "voter": "futurefood" + "rshares": 504711698206, + "voter": "glitterfart" }, { - "rshares": 142765809551, - "voter": "derekareith" + "rshares": 22951578069, + "voter": "laonie4" }, { - "rshares": 32325400002, - "voter": "picokernel" + "rshares": 22949307467, + "voter": "laonie5" }, { - "rshares": 10594872684, - "voter": "seanmchughart" + "rshares": 22946449112, + "voter": "laonie6" }, { - "rshares": 766081509, - "voter": "busser" + "rshares": 22942428841, + "voter": "laonie7" }, { - "rshares": 1296482376779, - "voter": "renohq" + "rshares": 3489545901, + "voter": "kurtbeil" }, { - "rshares": 18840499998, - "voter": "ausbitbank" + "rshares": 22939097897, + "voter": "laonie8" }, { - "rshares": 1451740615, - "voter": "mixa" + "rshares": 22936432119, + "voter": "laonie9" }, { - "rshares": 2226795955, - "voter": "steem1653" + "rshares": 46536921016, + "voter": "xiaohui" }, { - "rshares": 17220499402, - "voter": "sebastien" + "rshares": 177527074798, + "voter": "terrycraft" }, { - "rshares": 13516728290, - "voter": "sitaru" + "rshares": 1321003450, + "voter": "dolov" }, { - "rshares": 308826662759, - "voter": "jesta" + "rshares": 88179884, + "voter": "bigsambucca" }, { - "rshares": 34328964595, - "voter": "toxonaut" + "rshares": 2287717822, + "voter": "elfkitchen" }, { - "rshares": 118752539, - "voter": "snowden" + "rshares": 105894845081, + "voter": "joele" }, { - "rshares": 4709018700, - "voter": "thegoodguy" + "rshares": 6166349652, + "voter": "oflyhigh" }, { - "rshares": 15578903803, - "voter": "aaseb" + "rshares": 2229123966, + "voter": "paynode" }, { - "rshares": 1107663461, - "voter": "karen13" + "rshares": 1566982177, + "voter": "xiaokongcom" }, { - "rshares": 24973952155, - "voter": "igster" + "rshares": 253808801, + "voter": "xcepta" }, { - "rshares": 4289492867, - "voter": "dcryptogold" + "rshares": 3158713250, + "voter": "xianjun" }, { - "rshares": 12853559657, - "voter": "domavila" + "rshares": 12796476601, + "voter": "borran" }, { - "rshares": 2395414530, - "voter": "dmacshady" + "rshares": 64119004, + "voter": "jupiter.zeus" }, { - "rshares": 23336601075, - "voter": "grolelo" + "rshares": 70633121, + "voter": "stevescriber" }, { - "rshares": 1514372408, - "voter": "kendewitt" + "rshares": 50027573, + "voter": "loli" }, { - "rshares": 89580632, - "voter": "wildchild" + "rshares": 51199976, + "voter": "nano2nd" }, { - "rshares": 1682066491, - "voter": "natali22" + "rshares": 2249451928, + "voter": "njall" }, { - "rshares": 44666586658, - "voter": "sbq777t" + "rshares": 206879958, + "voter": "microluck" }, { - "rshares": 1953764546, - "voter": "the-future" + "rshares": 6547835526, + "voter": "userlogin" }, { - "rshares": 4296012707, - "voter": "adamt" + "rshares": 6802729666, + "voter": "rubenalexander" }, { - "rshares": 44807508492, - "voter": "mynameisbrian" + "rshares": 59219258, + "voter": "photo00" }, { - "rshares": 179093605311, - "voter": "blueorgy" + "rshares": 604279479, + "voter": "tagira" }, { - "rshares": 5008619742, - "voter": "poseidon" + "rshares": 2131733339, + "voter": "chinadaily" }, { - "rshares": 360289908808, - "voter": "calaber24p" + "rshares": 108403024, + "voter": "pollina" }, { - "rshares": 4210919359, - "voter": "fubar-bdhr" + "rshares": 2649789126, + "voter": "levycore" }, { - "rshares": 119399264, - "voter": "nedrob" + "rshares": 22930483067, + "voter": "laonie10" }, { - "rshares": 16044930360, - "voter": "heimindanger" + "rshares": 332237822, + "voter": "mrlogic" }, { - "rshares": 7311842917, - "voter": "geronimo" + "rshares": 59229074587, + "voter": "mandibil" }, { - "rshares": 3355524755, - "voter": "bones" + "rshares": 2132454023, + "voter": "shadowspub" }, { - "rshares": 20338607929, - "voter": "bendjmiller222" + "rshares": 59067894, + "voter": "bonapetit" }, { - "rshares": 5228680253, - "voter": "bitcoiner" + "rshares": 5053531368, + "voter": "richardcrill" }, { - "rshares": 3754893033, - "voter": "tarindel" + "rshares": 22091338934, + "voter": "laonie11" }, { - "rshares": 3786022381, - "voter": "azurejasper" + "rshares": 2101664455, + "voter": "eight-rad" }, { - "rshares": 30851492146, - "voter": "deanliu" + "rshares": 3336919086, + "voter": "xanoxt" }, { - "rshares": 599141666, - "voter": "siol" + "rshares": 1661479473, + "voter": "davidjkelley" }, { - "rshares": 5479123729, - "voter": "rainchen" + "rshares": 187911420, + "voter": "team101" }, { - "rshares": 5690877975, - "voter": "sharker" + "rshares": 109225703, + "voter": "rusla" }, { - "rshares": 34508226149, - "voter": "sauravrungta" + "rshares": 4892645779, + "voter": "mscleverclocks" }, { - "rshares": 530196643, - "voter": "qonq99" + "rshares": 727103786, + "voter": "ksena" }, { - "rshares": 53839881372, - "voter": "jl777" + "rshares": 11069296957, + "voter": "sponge-bob" }, { - "rshares": 7837739118, - "voter": "lostnuggett" + "rshares": 4268200560, + "voter": "l0k1" }, { - "rshares": 30002446832, - "voter": "zaebars" + "rshares": 15569990970, + "voter": "digital-wisdom" }, { - "rshares": 1808058993, - "voter": "yarly" + "rshares": 3791420478, + "voter": "ethical-ai" }, { - "rshares": 272610758, - "voter": "yarly2" + "rshares": 6830905360, + "voter": "jwaser" }, { - "rshares": 273018668, - "voter": "yarly3" + "rshares": 50858762, + "voter": "apparat" }, { - "rshares": 157733805, - "voter": "yarly4" + "rshares": 212888896291, + "voter": "asksisk" }, { - "rshares": 158624349, - "voter": "yarly5" + "rshares": 2675382304, + "voter": "bwaser" }, { - "rshares": 90416287, - "voter": "yarly7" + "rshares": 350998373, + "voter": "panther" }, { - "rshares": 838465852, - "voter": "raymonjohnstone" + "rshares": 659649765, + "voter": "ct-gurus" }, { - "rshares": 23815723291, - "voter": "masterinvestor" + "rshares": 54793782, + "voter": "park.bom" }, { - "rshares": 50619397, - "voter": "steemchain" + "rshares": 395173675944, + "voter": "charlieshrem" }, { - "rshares": 50619397, - "voter": "whalepool" + "rshares": 60104450664, + "voter": "tracemayer" }, { - "rshares": 206059171, - "voter": "sergey44" + "rshares": 23239991726, + "voter": "brains" }, { - "rshares": 117016257, - "voter": "mxo8" + "rshares": 407083055, + "voter": "anomaly" }, { - "rshares": 7787748060, - "voter": "summonerrk" + "rshares": 2401189699, + "voter": "ellepdub" }, { - "rshares": 197539708, - "voter": "strictlybusiness" + "rshares": 61292139, + "voter": "inarix03" }, { - "rshares": 1234205003, - "voter": "mohammed123" + "rshares": 172352271, + "voter": "ola1" }, { - "rshares": 5166865550, - "voter": "bbrewer" + "rshares": 12396603737, + "voter": "herpetologyguy" }, { - "rshares": 942251145, - "voter": "happyphoenix" + "rshares": 51826827, + "voter": "drac59" }, { - "rshares": 20257716778, - "voter": "krabgat" + "rshares": 4816713747, + "voter": "morgan.waser" }, { - "rshares": 4543551843, - "voter": "proto" + "rshares": 297771990, + "voter": "thefinanceguy" }, { - "rshares": 658330815, - "voter": "curator" + "rshares": 1258344048, + "voter": "anns" }, { - "rshares": 7211602623, - "voter": "sisterholics" + "rshares": 50907857, + "voter": "oxygen" }, { - "rshares": 437530299, - "voter": "yarly10" + "rshares": 50875769, + "voter": "cyan" }, { - "rshares": 1365336577, - "voter": "alex.chien" + "rshares": 50868434, + "voter": "jumbo" }, { - "rshares": 234176102, - "voter": "yarly11" + "rshares": 50865840, + "voter": "sting" }, { - "rshares": 81879061, - "voter": "yarly12" + "rshares": 50796122, + "voter": "factom" }, { - "rshares": 3675263114, - "voter": "tygergamer" + "rshares": 50794039, + "voter": "autodesk" }, { - "rshares": 3627578747, - "voter": "bkkshadow" + "rshares": 50568084, + "voter": "brazzers" }, { - "rshares": 11567371620, - "voter": "dimitarj" + "rshares": 50543061, + "voter": "rabobank" }, { - "rshares": 817422571, - "voter": "bullionstackers" + "rshares": 50538694, + "voter": "fenix" }, { - "rshares": 3082906297, - "voter": "dmilash" + "rshares": 50349676, + "voter": "albertheijn" }, { - "rshares": 2002481686, - "voter": "andreynoch" + "rshares": 3689644671, + "voter": "strong-ai" }, { - "rshares": 110940646, - "voter": "cryptoz" + "rshares": 52329350, + "voter": "ninjapainter" }, { - "rshares": 3391999835, - "voter": "glitterpig" + "rshares": 254506659, + "voter": "darkminded153" }, { - "rshares": 6404274840, - "voter": "shortcut" + "rshares": 527435916, + "voter": "grisha-danunaher" }, { - "rshares": 128587928653, - "voter": "steemdrive" + "rshares": 162917785, + "voter": "ctu" }, { - "rshares": 1075365048, - "voter": "metaflute" + "rshares": 162911190, + "voter": "front" }, { - "rshares": 58218132689, - "voter": "gomeravibz" + "rshares": 1630327346, + "voter": "rusteemitblog" }, { - "rshares": 2298169701, - "voter": "taker" + "rshares": 161089804, + "voter": "pyro" }, { - "rshares": 65485650, - "voter": "dras" + "rshares": 159025535, + "voter": "xtreme" }, { - "rshares": 6519151447, - "voter": "nekromarinist" + "rshares": 155528114, + "voter": "icesteem" }, { - "rshares": 6880289904, - "voter": "theprophet" + "rshares": 158602900, + "voter": "steem-wallet" }, { - "rshares": 240147448, - "voter": "frozendota" + "rshares": 158560941, + "voter": "steemthis" }, { - "rshares": 15543734691, - "voter": "felixxx" + "rshares": 74838700, + "voter": "dealzgal" }, { - "rshares": 3432112427, - "voter": "merej99" + "rshares": 255357124, + "voter": "orenshani7" }, { - "rshares": 254880160829, - "voter": "laonie" + "rshares": 68013381, + "voter": "storage" }, { - "rshares": 24852935259, - "voter": "rawnetics" + "rshares": 58460105, + "voter": "blackmarket" }, { - "rshares": 22374728157, - "voter": "thebluepanda" + "rshares": 61530871, + "voter": "gifts" }, { - "rshares": 25618981790, - "voter": "laonie1" + "rshares": 93882016, + "voter": "expat" }, { - "rshares": 26132274895, - "voter": "laonie2" + "rshares": 154566975, + "voter": "dimaisrael" }, { - "rshares": 26141438708, - "voter": "laonie3" + "rshares": 1593664040, + "voter": "steemlift" }, { - "rshares": 25094797142, - "voter": "laoyao" + "rshares": 138651704, + "voter": "toddemaher1" + } + ], + "author": "terrycraft", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "
    \n\nhttp://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman18.jpg\nImage credit / \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0444\u043e\u0442\u043e\n\n\n

    When looking through old photographs, you realize how much the world has changed around us.

    \n
    \u041f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u044f \u0441\u0442\u0430\u0440\u044b\u0435 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438, \u043e\u0441\u043e\u0437\u043d\u0430\u0451\u0448\u044c \u043d\u0430\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0441\u044f \u043c\u0438\u0440 \u0432\u043e\u043a\u0440\u0443\u0433 \u043d\u0430\u0441.
    \n\n\nhttp://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman16.jpg\nImage credit / \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0444\u043e\u0442\u043e\n\n\n

    I am deeply convinced that the people imprinted on these black-and-white photographs never suspected what will happen to them in the future, whether it is immediate or distant As well as they didn't realized how quickly the years will pass, changing all the world around. So, as you look at their careless faces, you fairly quickly realize that your current situation is not much different.

    \n
    \u042f \u0433\u043b\u0443\u0431\u043e\u043a\u043e \u0443\u0432\u0435\u0440\u0435\u043d\u0430 \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e \u043b\u044e\u0434\u0438, \u0437\u0430\u043f\u0435\u0447\u0430\u0442\u043b\u0451\u043d\u043d\u044b\u0435 \u043d\u0430 \u0447\u0451\u0440\u043d\u043e-\u0431\u0435\u043b\u044b\u0445 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f\u0445, \u043d\u0435 \u043f\u043e\u0434\u043e\u0437\u0440\u0435\u0432\u0430\u043b\u0438, \u0447\u0442\u043e \u0441\u0442\u0430\u043d\u0435\u0442 \u0441 \u043d\u0438\u043c\u0438 \u0432 \u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0435\u043c, \u0438 \u043d\u0435 \u043e\u0447\u0435\u043d\u044c, \u0431\u0443\u0434\u0443\u0449\u0435\u043c. \u041d\u0435 \u0437\u043d\u0430\u043b\u0438 \u043e\u043d\u0438 \u0442\u0430\u043a\u0436\u0435, \u043d\u0430\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u0442\u0440\u0435\u043c\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u0440\u043e\u0439\u0434\u0443\u0442 \u0433\u043e\u0434\u044b, \u0438 \u043a\u0430\u043a \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u0441\u044f \u043c\u0438\u0440 \u0432\u043e\u043a\u0440\u0443\u0433. \u041f\u043e\u044d\u0442\u043e\u043c\u0443, \u0433\u043b\u044f\u0434\u044f \u043d\u0430 \u0438\u0445 \u0431\u0435\u0441\u043f\u0435\u0447\u043d\u044b\u0435 \u043b\u0438\u0446\u0430, \u0434\u043e\u0432\u043e\u043b\u044c\u043d\u043e \u0431\u044b\u0441\u0442\u0440\u043e \u043e\u0441\u043e\u0437\u043d\u0430\u0451\u0448\u044c, \u0447\u0442\u043e \u0442\u0432\u043e\u0451 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0441\u0435\u0439\u0447\u0430\u0441 \u043c\u0430\u043b\u043e \u0447\u0435\u043c \u043e\u0442\u043b\u0438\u0447\u0430\u0435\u0442\u0441\u044f.
    \n\n\nhttp://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman14.jpg\nImage credit / \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0444\u043e\u0442\u043e\n\n\n

    Everything that happens around us changes the world we are witnessing. We live in an age of technological progress; the advent of the first computers, the Internet, gadgets, social networks, online games, e-commerce, cryptocurrency and, finally, a blockchain social network - the Steemit, which makes our minds work for creation of good content and its curation.

    \n
    \u0412\u0441\u0451 \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u044f\u0449\u0435\u0435 \u0432\u043e\u043a\u0440\u0443\u0433 \u043d\u0430\u0441 \u043c\u0435\u043d\u044f\u0435\u0442 \u043c\u0438\u0440 \u043d\u0430 \u043d\u0430\u0448\u0438\u0445 \u0433\u043b\u0430\u0437\u0430\u0445. \u041c\u044b \u0436\u0438\u0432\u0451\u043c \u0432 \u0432\u0435\u043a \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u0430; \u043f\u043e\u044f\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0435\u0440\u0432\u044b\u0445 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u043e\u0432, \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0430, \u0433\u0430\u0434\u0436\u0435\u0442\u043e\u0432, \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0445 \u0441\u0435\u0442\u0435\u0439, \u043e\u043d\u043b\u0430\u0439\u043d-\u0438\u0433\u0440, \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d\u043e\u0432, \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442 \u0438, \u043d\u0430\u043a\u043e\u043d\u0435\u0446, \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u0441\u0435\u0442\u0438 \u043d\u0430 \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d\u0435 - Steemit, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0437\u0430\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u043d\u0430\u0448\u0438 \u0443\u043c\u044b \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0445\u043e\u0440\u043e\u0448\u0435\u0433\u043e \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430 \u0438 \u0435\u0433\u043e \u043a\u0443\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f.
    \n\n\nhttp://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman09.jpg\nImage credit / \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0444\u043e\u0442\u043e\n\n\n

    And in 10 years, or maybe much earlier, we will see a completely different picture of reality. Generation Steem is coming. The generation that changed everything around and changed itself as well, in opposite to that generation you run with your eyes, trying to convince its immutability and the impossibility of change. No, this already will be the world of the past.

    \n
    \u0418 \u043b\u0435\u0442 \u0447\u0435\u0440\u0435\u0437 10, \u0430 \u043c\u043e\u0436\u0435\u0442 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0440\u0430\u043d\u044c\u0448\u0435, \u043c\u044b \u0443\u0432\u0438\u0434\u0438\u043c \u0432 \u043a\u0430\u0434\u0440\u0435 \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e \u0434\u0440\u0443\u0433\u0443\u044e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c. \u0413\u0440\u044f\u0434\u0451\u0442 Steem \u043f\u043e\u043a\u043e\u043b\u0435\u043d\u0438\u0435, \u043f\u043e\u043a\u043e\u043b\u0435\u043d\u0438\u0435, \u0438\u0437\u043c\u0435\u043d\u0438\u0432\u0448\u0435\u0435 \u0432\u0441\u0451 \u0432\u043e\u043a\u0440\u0443\u0433 \u0441\u0435\u0431\u044f \u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u0432\u0448\u0435\u0435\u0441\u044f \u0441\u0430\u043c\u043e, \u0430 \u043d\u0435 \u0442\u043e, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0441\u0435\u0439\u0447\u0430\u0441, \u043e\u0431\u0432\u043e\u0434\u044f \u0432\u0437\u0433\u043b\u044f\u0434\u043e\u043c, \u0432\u044b \u043f\u044b\u0442\u0430\u0435\u0442\u0435\u0441\u044c \u0443\u0431\u0435\u0434\u0438\u0442\u044c \u0432 \u0435\u0433\u043e \u043d\u0435\u0437\u044b\u0431\u043b\u0435\u043c\u043e\u0441\u0442\u0438 \u0438 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u043d. \u041d\u0435\u0442, \u044d\u0442\u043e \u0443\u0436\u0435 \u0431\u0443\u0434\u0435\u0442 \u043c\u0438\u0440 \u043f\u0440\u043e\u0448\u043b\u043e\u0433\u043e.
    \n\n\n\n

    Written to the music: Antonio Vivaldi - The Four Seasons.

    \n\n\nPlease follow me\n@panther\n\n
    \n\n---\n\nIf you like this article not follow only me, but also follow the author - @panther\n\n---\n\nAll STEEM Dollars for this post go to the featured author. \u0412\u0441\u0435 SD \u0437\u0430 \u043f\u043e\u0441\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442 \u0430\u0432\u0442\u043e\u0440.", + "category": "philosophy", + "children": 16, + "created": "2016-09-15T12:27:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman18.jpg", + "http://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman16.jpg", + "http://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman14.jpg", + "http://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman09.jpg" + ], + "links": [ + "http://bigpicture.ru/?p=384365&fb_comment_id=180555112091488_997346", + "https://steemit.com/@panther" + ], + "tags": [ + "philosophy", + "thoughts", + "steemit", + "ru" + ], + "users": [ + "panther" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61603577309634, + "payout": 220.99, + "payout_at": "2016-09-22T12:27:27", + "pending_payout_value": "220.990 HBD", + "percent_hbd": 10000, + "permlink": "a-look-from-the-past-vzglyad-iz-proshlogo-featuring-panther-as-author", + "post_id": 1253231, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 210 + }, + "title": "A Look From the Past / \u0412\u0437\u0433\u043b\u044f\u0434 \u0438\u0437 \u043f\u0440\u043e\u0448\u043b\u043e\u0433\u043e (featuring @panther as author).", + "updated": "2016-09-15T12:27:27", + "url": "/philosophy/@terrycraft/a-look-from-the-past-vzglyad-iz-proshlogo-featuring-panther-as-author" + }, + { + "active_votes": [ + { + "rshares": 480436179104, + "voter": "barrie" }, { - "rshares": 65214616, - "voter": "modogg" + "rshares": 7864449914272, + "voter": "steempty" }, { - "rshares": 7958908678, - "voter": "myfirst" + "rshares": 231705234180, + "voter": "anonymous" }, { - "rshares": 51767495130, - "voter": "somebody" + "rshares": 16854862331350, + "voter": "rainman" }, { - "rshares": 1935723185, - "voter": "flysaga" + "rshares": 14446969817383, + "voter": "summon" }, { - "rshares": 6864125594, - "voter": "brendio" + "rshares": 25305686361517, + "voter": "ned" }, { - "rshares": 2082514282, - "voter": "gmurph" + "rshares": 35326666852152, + "voter": "jamesc" }, { - "rshares": 72860205, - "voter": "kurzer42" + "rshares": 4264966375681, + "voter": "riverhead" }, { - "rshares": 11435966181, - "voter": "midnightoil" + "rshares": 2331280387575, + "voter": "badassmother" }, { - "rshares": 78269782470, - "voter": "mibenkito" + "rshares": 2097108315061, + "voter": "hr1" }, { - "rshares": 2375155298, - "voter": "kalimor" + "rshares": 118474244256, + "voter": "sandra" }, { - "rshares": 4276738846, - "voter": "ullikume" + "rshares": 186985754668, + "voter": "svk" }, { - "rshares": 2735302379, - "voter": "darrenturetzky" + "rshares": 1112765112473, + "voter": "ihashfury" }, { - "rshares": 59414599, - "voter": "michellek" + "rshares": 1120603805124, + "voter": "rossco99" }, { - "rshares": 26136684196, - "voter": "laonie4" + "rshares": 139902157720, + "voter": "liondani" }, { - "rshares": 26133889368, - "voter": "laonie5" + "rshares": 2642718616169, + "voter": "wang" }, { - "rshares": 26130809772, - "voter": "laonie6" + "rshares": 24281627442, + "voter": "jaewoocho" }, { - "rshares": 26126568283, - "voter": "laonie7" + "rshares": 6243689624471, + "voter": "steemit200" }, { - "rshares": 5977415250, - "voter": "kurtbeil" + "rshares": 1868926634967, + "voter": "xeroc" }, { - "rshares": 26122787391, - "voter": "laonie8" + "rshares": 6514602351120, + "voter": "complexring" }, { - "rshares": 26119897476, - "voter": "laonie9" + "rshares": 6410652893701, + "voter": "clayop" }, { - "rshares": 3300371180, - "voter": "steemleak" + "rshares": 6132075386062, + "voter": "witness.svk" }, { - "rshares": 28583578460, - "voter": "xiaohui" + "rshares": 1772458968810, + "voter": "joseph" }, { - "rshares": 1980457070, - "voter": "t3ran13" + "rshares": 4727274896444, + "voter": "au1nethyb1" }, { - "rshares": 7834943379, - "voter": "mevilkingdom" + "rshares": 494824460005, + "voter": "recursive2" }, { - "rshares": 21531331546, - "voter": "jphamer1" + "rshares": 3458312417787, + "voter": "recursive" }, { - "rshares": 11056722867, - "voter": "ekitcho" + "rshares": 686881929841, + "voter": "boombastic" }, { - "rshares": 127379962, - "voter": "bigsambucca" + "rshares": 91206564426, + "voter": "mrs.agsexplorer" }, { - "rshares": 1504058180, - "voter": "elfkitchen" + "rshares": 6953910678, + "voter": "bingo-0" }, { - "rshares": 93154573622, - "voter": "joele" + "rshares": 1330823260969, + "voter": "steempower" }, { - "rshares": 5999670912, - "voter": "oflyhigh" + "rshares": 450758929058, + "voter": "boatymcboatface" }, { - "rshares": 2078540879, - "voter": "paynode" + "rshares": 1191961702407, + "voter": "cass" }, { - "rshares": 62400081859, - "voter": "sirwinchester" + "rshares": 10604743495, + "voter": "idol" }, { - "rshares": 122933349, - "voter": "agussudaryanto" + "rshares": 6904136925, + "voter": "nexusdev" }, { - "rshares": 894298402, - "voter": "xiaokongcom" + "rshares": 783330802369, + "voter": "steemrollin" }, { - "rshares": 1802649539, - "voter": "xianjun" + "rshares": 5146683930, + "voter": "sakr" }, { - "rshares": 61313637, - "voter": "jfelton5" + "rshares": 296262169682, + "voter": "chitty" }, { - "rshares": 73061236, - "voter": "evgenyche" + "rshares": 117668471628, + "voter": "linouxis9" }, { - "rshares": 70633121, - "voter": "stevescriber" + "rshares": 82315328878, + "voter": "unosuke" }, { - "rshares": 4097488430, - "voter": "bledarus" + "rshares": 3109715701, + "voter": "yefet" }, { - "rshares": 52467942, - "voter": "loli" + "rshares": 16257411149, + "voter": "brindleswan" }, { - "rshares": 53638070, - "voter": "nano2nd" + "rshares": 1799714267, + "voter": "jocelyn" }, { - "rshares": 118127541, - "voter": "microluck" + "rshares": 74263607249, + "voter": "nenad-ristic" }, { - "rshares": 187339808, - "voter": "lisadang" + "rshares": 79806365559, + "voter": "easteagle13" }, { - "rshares": 9426175065, - "voter": "theb0red1" + "rshares": 17258698670, + "voter": "jademont" }, { - "rshares": 2057906517, - "voter": "chinadaily" + "rshares": 74888702310, + "voter": "eeks" }, { - "rshares": 31193669396, - "voter": "kyriacos" + "rshares": 508866333, + "voter": "paco-steem" }, { - "rshares": 59021275, - "voter": "cryptoblu" + "rshares": 6128712690, + "voter": "spaninv" }, { - "rshares": 59014859, - "voter": "instructor" + "rshares": 31076852778, + "voter": "instructor2121" }, { - "rshares": 7981765563, - "voter": "lemouth" + "rshares": -12893763252, + "voter": "james-show" }, { - "rshares": 739008163112, - "voter": "dollarvigilante" + "rshares": 2068009075, + "voter": "gekko" }, { - "rshares": 18699439170, - "voter": "anotherjoe" + "rshares": 336346989448, + "voter": "teamsteem" }, { - "rshares": 60945251, - "voter": "saveliy" + "rshares": 577046508309, + "voter": "nanzo-scoop" }, { - "rshares": 99328137981, - "voter": "serejandmyself" + "rshares": 13067769111, + "voter": "fact" }, { - "rshares": 4877223734, - "voter": "almerri" + "rshares": 169323765740, + "voter": "steve-walschot" }, { - "rshares": 728677907, - "voter": "alexma3x" + "rshares": 10036865820, + "voter": "kefkius" }, { - "rshares": 9824813120, - "voter": "gvargas123" + "rshares": 47419915237, + "voter": "hannixx42" }, { - "rshares": 443801352, - "voter": "keepdoodling" + "rshares": 183044162935, + "voter": "mummyimperfect" }, { - "rshares": 3657683169, - "voter": "shneakysquirrel" + "rshares": 57489294954, + "voter": "oaldamster" }, { - "rshares": 278004039, - "voter": "steevc" + "rshares": 268804254, + "voter": "coar" }, { - "rshares": 3341359657, - "voter": "movievertigo" + "rshares": 109398386804, + "voter": "asch" }, { - "rshares": 70361224, - "voter": "vasilii" + "rshares": 1413643352, + "voter": "murh" }, { - "rshares": 26113221925, - "voter": "laonie10" + "rshares": 2380104240, + "voter": "error" }, { - "rshares": 362426778, - "voter": "mrlogic" + "rshares": 5853981249, + "voter": "marta-zaidel" }, { - "rshares": 62362905, - "voter": "steempipe" + "rshares": 40916611985, + "voter": "ranko-k" }, { - "rshares": 55543445, - "voter": "bitchplease" + "rshares": 1135543735246, + "voter": "cyber" }, { - "rshares": 79273566479, - "voter": "someguy123" + "rshares": 50798219281, + "voter": "ak2020" }, { - "rshares": 90827598056, - "voter": "barrycooper" + "rshares": 260089147904, + "voter": "billbutler" }, { - "rshares": 3572205128, - "voter": "stillsafe" + "rshares": 7897515214, + "voter": "thecryptofiend" }, { - "rshares": 76843163, - "voter": "joelbow" + "rshares": 32296517134, + "voter": "drinkzya" }, { - "rshares": 28822571115, - "voter": "hilarski" + "rshares": 3923236237211, + "voter": "satoshifund" }, { - "rshares": 2149644744, - "voter": "therealpaul" + "rshares": 397051543, + "voter": "stiletto" }, { - "rshares": 4580066391, - "voter": "steemitpatina" + "rshares": 56682668949, + "voter": "juanmiguelsalas" }, { - "rshares": 5178202476, - "voter": "silverbug2000" + "rshares": 583788541552, + "voter": "andrarchy" }, { - "rshares": 55859919, - "voter": "rickmiller" + "rshares": 112713462099, + "voter": "kenny-crane" }, { - "rshares": 1233668048, - "voter": "lenar" + "rshares": 17036364912, + "voter": "samether" }, { - "rshares": 10020064820, - "voter": "etcmike" + "rshares": 33767337247, + "voter": "ratel" }, { - "rshares": 61596105, - "voter": "uri-bruck" + "rshares": 54688824107, + "voter": "thecryptodrive" }, { - "rshares": 5154589910, - "voter": "nulliusinverba" + "rshares": 4699576112, + "voter": "dahaz159" }, { - "rshares": 1698796327, - "voter": "runridefly" + "rshares": 379204818665, + "voter": "kaylinart" }, { - "rshares": 57841858, - "voter": "dianaju" + "rshares": 552432841732, + "voter": "infovore" }, { - "rshares": 88019548, - "voter": "uziriel" + "rshares": 13355491837, + "voter": "facer" }, { - "rshares": 57530129, - "voter": "mstoni" + "rshares": 263013790227, + "voter": "trogdor" }, { - "rshares": 4592499069, - "voter": "richardcrill" + "rshares": 4675654152, + "voter": "tee-em" }, { - "rshares": 25230942954, - "voter": "laonie11" + "rshares": 31336803829, + "voter": "michaelx" }, { - "rshares": 1687924866, - "voter": "eight-rad" + "rshares": 5946252630, + "voter": "mark-waser" }, { - "rshares": 62783765, - "voter": "lovetosteemit" + "rshares": 17023109715, + "voter": "albertogm" }, { - "rshares": 1660563580, - "voter": "davidjkelley" + "rshares": 116594641815, + "voter": "geoffrey" }, { - "rshares": 4350110165, - "voter": "baro" + "rshares": 42673423694, + "voter": "kimziv" }, { - "rshares": 9060248806, - "voter": "sponge-bob" + "rshares": 46235030853, + "voter": "honeythief" }, { - "rshares": 4765474309, - "voter": "l0k1" + "rshares": 82866843499, + "voter": "emily-cook" }, { - "rshares": 15558969971, - "voter": "digital-wisdom" + "rshares": 91972176401, + "voter": "mctiller" }, { - "rshares": 494724739, - "voter": "areynolds" + "rshares": 35412152853, + "voter": "cryptoiskey" }, { - "rshares": 3708378555, - "voter": "ethical-ai" + "rshares": 11723743800, + "voter": "primus" }, { - "rshares": 54247498, - "voter": "freesteem" + "rshares": 484592257, + "voter": "mrhankeh" }, { - "rshares": 2477345340, - "voter": "fajrilgooner" + "rshares": 38897615588, + "voter": "clement" }, { - "rshares": 2222639041, - "voter": "matthewtiii" + "rshares": 46178109682, + "voter": "isteemit" }, { - "rshares": 55401224, - "voter": "walternz" + "rshares": 68580548647, + "voter": "bacchist" }, { - "rshares": 6826713536, - "voter": "jwaser" + "rshares": 72899731827, + "voter": "venuspcs" }, { - "rshares": 852820572, - "voter": "tatianka" + "rshares": 3324885062, + "voter": "michaellamden68" }, { - "rshares": 12020525779, - "voter": "doitvoluntarily" + "rshares": 179676652871, + "voter": "asmolokalo" }, { - "rshares": 56439878, - "voter": "phusionphil" + "rshares": 38569797449, + "voter": "good-karma" }, { - "rshares": 607704096, - "voter": "kev7000" + "rshares": 453653624734, + "voter": "roelandp" }, { - "rshares": 1018487810, - "voter": "zettar" + "rshares": 3347929950, + "voter": "orly" }, { - "rshares": 55736056, - "voter": "lighter" + "rshares": 45472590951, + "voter": "firepower" }, { - "rshares": 207196967560, - "voter": "asksisk" + "rshares": 255388351, + "voter": "mstang83" }, { - "rshares": 25848472434, - "voter": "dubi" + "rshares": 19227034654, + "voter": "hakise" }, { - "rshares": 2673758412, - "voter": "bwaser" + "rshares": 17256371639, + "voter": "r4fken" }, { - "rshares": 6400398189, - "voter": "dexter-k" + "rshares": 25548776759, + "voter": "tcfxyz" }, { - "rshares": 50751176, - "voter": "roadhog" + "rshares": 7076198200, + "voter": "futurefood" }, { - "rshares": 350998373, - "voter": "panther" + "rshares": 142765809551, + "voter": "derekareith" }, { - "rshares": 1784221363, - "voter": "alina1" + "rshares": 32325400002, + "voter": "picokernel" }, { - "rshares": 50639382, - "voter": "doggnostic" + "rshares": 10594872684, + "voter": "seanmchughart" }, { - "rshares": 1094895432, - "voter": "wulfmeister" + "rshares": 766081509, + "voter": "busser" }, { - "rshares": 659556912, - "voter": "ct-gurus" + "rshares": 1296482376779, + "voter": "renohq" }, { - "rshares": 348073541, - "voter": "bones261" + "rshares": 18840499998, + "voter": "ausbitbank" }, { - "rshares": 387894501497, - "voter": "charlieshrem" + "rshares": 1451740615, + "voter": "mixa" }, { - "rshares": 61786622160, - "voter": "tracemayer" + "rshares": 2226795955, + "voter": "steem1653" }, { - "rshares": 9049304130, - "voter": "brains" + "rshares": 17220499402, + "voter": "sebastien" }, { - "rshares": 54448999, - "voter": "onlineworker" + "rshares": 13516728290, + "voter": "sitaru" }, { - "rshares": 50210467, - "voter": "post-successful" + "rshares": 308826662759, + "voter": "jesta" }, { - "rshares": 689134944, - "voter": "jessicanicklos" + "rshares": 34328964595, + "voter": "toxonaut" }, { - "rshares": 633657150, - "voter": "bones555" + "rshares": 118752539, + "voter": "snowden" }, { - "rshares": 54919358, - "voter": "steem4fobs" + "rshares": 4709018700, + "voter": "thegoodguy" }, { - "rshares": 492992904, - "voter": "echoesinthemind" + "rshares": 15578903803, + "voter": "aaseb" }, { - "rshares": 53397626, - "voter": "f1111111" + "rshares": 1107663461, + "voter": "karen13" }, { - "rshares": 2084637414, - "voter": "steemsquad" + "rshares": 24973952155, + "voter": "igster" }, { - "rshares": 574180710, - "voter": "anomaly" + "rshares": 4289492867, + "voter": "dcryptogold" }, { - "rshares": 27665434494, - "voter": "tarekadam" + "rshares": 12853559657, + "voter": "domavila" }, { - "rshares": 2399791213, - "voter": "ellepdub" + "rshares": 2395414530, + "voter": "dmacshady" }, { - "rshares": 51890765, - "voter": "gregorygarcia" + "rshares": 23336601075, + "voter": "grolelo" }, { - "rshares": 57056918, - "voter": "inarix03" + "rshares": 1514372408, + "voter": "kendewitt" }, { - "rshares": 573904238, - "voter": "ola1" + "rshares": 89580632, + "voter": "wildchild" }, { - "rshares": 849039554, - "voter": "jbaker585" + "rshares": 1682066491, + "voter": "natali22" }, { - "rshares": 5522323762, - "voter": "michelle.gent" + "rshares": 44666586658, + "voter": "sbq777t" }, { - "rshares": 11700805109, - "voter": "herpetologyguy" + "rshares": 1953764546, + "voter": "the-future" }, { - "rshares": 58261815, - "voter": "everittdmickey" + "rshares": 4296012707, + "voter": "adamt" }, { - "rshares": 53548226, - "voter": "mari5555na" + "rshares": 44807508492, + "voter": "mynameisbrian" }, { - "rshares": 4813549151, - "voter": "morgan.waser" + "rshares": 179093605311, + "voter": "blueorgy" }, { - "rshares": 50602980, - "voter": "cfisher" + "rshares": 5008619742, + "voter": "poseidon" }, { - "rshares": 51240567, - "voter": "billkappa442" + "rshares": 360289908808, + "voter": "calaber24p" }, { - "rshares": 51236745, - "voter": "niiboye" + "rshares": 4210919359, + "voter": "fubar-bdhr" }, { - "rshares": 51227561, - "voter": "battalar" + "rshares": 119399264, + "voter": "nedrob" }, { - "rshares": 1157070714, - "voter": "anns" + "rshares": 16044930360, + "voter": "heimindanger" }, { - "rshares": 50875769, - "voter": "cyan" + "rshares": 7311842917, + "voter": "geronimo" }, { - "rshares": 50873654, - "voter": "palladium" + "rshares": 3355524755, + "voter": "bones" }, { - "rshares": 50796122, - "voter": "factom" + "rshares": 20338607929, + "voter": "bendjmiller222" }, { - "rshares": 50794039, - "voter": "autodesk" + "rshares": 5228680253, + "voter": "bitcoiner" }, { - "rshares": 827252367, - "voter": "bapparabi" + "rshares": 3754893033, + "voter": "tarindel" }, { - "rshares": 3389664065, - "voter": "dodders007" + "rshares": 3786022381, + "voter": "azurejasper" }, { - "rshares": 3687326823, - "voter": "strong-ai" + "rshares": 30851492146, + "voter": "deanliu" }, { - "rshares": 161225748, - "voter": "iliyaa" + "rshares": 599141666, + "voter": "siol" }, { - "rshares": 162925257, - "voter": "uct" + "rshares": 5479123729, + "voter": "rainchen" }, { - "rshares": 1354011808, - "voter": "rusteemitblog" + "rshares": 5690877975, + "voter": "sharker" }, { - "rshares": 158798473, - "voter": "zapply" + "rshares": 34508226149, + "voter": "sauravrungta" }, { - "rshares": 201362779, - "voter": "mgibson" + "rshares": 530196643, + "voter": "qonq99" }, { - "rshares": 157118197, - "voter": "rage" + "rshares": 53839881372, + "voter": "jl777" }, { - "rshares": 159973989, - "voter": "capcom" + "rshares": 7837739118, + "voter": "lostnuggett" }, { - "rshares": 153699193, - "voter": "allgoodthings" + "rshares": 30002446832, + "voter": "zaebars" }, { - "rshares": 159531007, - "voter": "benetton" + "rshares": 1808058993, + "voter": "yarly" }, { - "rshares": 159425365, - "voter": "tipsandtricks" + "rshares": 272610758, + "voter": "yarly2" }, { - "rshares": 159318360, - "voter": "stimmt" + "rshares": 273018668, + "voter": "yarly3" }, { - "rshares": 159175576, - "voter": "fallout" + "rshares": 157733805, + "voter": "yarly4" }, { - "rshares": 159025535, - "voter": "xtreme" + "rshares": 158624349, + "voter": "yarly5" }, { - "rshares": 944924940, - "voter": "modernbukowski" + "rshares": 90416287, + "voter": "yarly7" }, { - "rshares": 158632601, - "voter": "cream" + "rshares": 838465852, + "voter": "raymonjohnstone" }, { - "rshares": 158637372, - "voter": "alterego" + "rshares": 23815723291, + "voter": "masterinvestor" }, { - "rshares": 158602900, - "voter": "steem-wallet" + "rshares": 50619397, + "voter": "steemchain" }, { - "rshares": 158560941, - "voter": "steemthis" + "rshares": 50619397, + "voter": "whalepool" }, { - "rshares": 158486055, - "voter": "zendesk" + "rshares": 206059171, + "voter": "sergey44" }, { - "rshares": 26843428547, - "voter": "goldmatters" + "rshares": 117016257, + "voter": "mxo8" }, { - "rshares": 81051650, - "voter": "dealzgal" + "rshares": 7787748060, + "voter": "summonerrk" }, { - "rshares": 158230871, - "voter": "helepa" + "rshares": 197539708, + "voter": "strictlybusiness" }, { - "rshares": 199633972, - "voter": "rishi556" + "rshares": 1234205003, + "voter": "mohammed123" }, { - "rshares": 92745520, - "voter": "storage" + "rshares": 5166865550, + "voter": "bbrewer" }, { - "rshares": 188144802, - "voter": "antaja" + "rshares": 942251145, + "voter": "happyphoenix" }, { - "rshares": 145960715, - "voter": "raph" + "rshares": 20257716778, + "voter": "krabgat" }, { - "rshares": 151162552, - "voter": "dougkarr" + "rshares": 4543551843, + "voter": "proto" }, { - "rshares": 1586499055, - "voter": "slammr76" + "rshares": 658330815, + "voter": "curator" }, { - "rshares": 73844343, - "voter": "blackmarket" + "rshares": 7211602623, + "voter": "sisterholics" }, { - "rshares": 79990132, - "voter": "gifts" + "rshares": 437530299, + "voter": "yarly10" }, { - "rshares": 85598308, - "voter": "expat" + "rshares": 1365336577, + "voter": "alex.chien" }, { - "rshares": 134906258, - "voter": "steemtrail" + "rshares": 234176102, + "voter": "yarly11" }, { - "rshares": 153178035, - "voter": "royfft" + "rshares": 81879061, + "voter": "yarly12" }, { - "rshares": 112446078, - "voter": "paulocouto" + "rshares": 3675263114, + "voter": "tygergamer" }, { - "rshares": 155872526, - "voter": "countofdelphi" + "rshares": 3627578747, + "voter": "bkkshadow" }, { - "rshares": 151306241, - "voter": "tnemm.atiaw" + "rshares": 11567371620, + "voter": "dimitarj" }, { - "rshares": 154295967, - "voter": "harleyismydog" + "rshares": 817422571, + "voter": "bullionstackers" }, { - "rshares": 148041723, - "voter": "newsfeed" + "rshares": 3082906297, + "voter": "dmilash" }, { - "rshares": 144957585, - "voter": "sawgunner13" + "rshares": 2002481686, + "voter": "andreynoch" }, { - "rshares": 147818170, - "voter": "dirlei.sdias" - } - ], - "author": "steve-walschot", - "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, - "beneficiaries": [], - "blacklists": [], - "body": "# Time for another upgrade of SteemPay.io! A lot of work has been done behind the scenes, and here's a brief overview:\n\n\n---\n\n\n\n\n\n# Pay on site\n\n### Users will be able to make their payments straight from the payments page using a 2 step sliding form. \n\n\n\nhttp://i.imgur.com/iinyGFl.png\n\n\n\nThis means no more need to open another tab page, fill in all the details in your wallet, and returning to SteemPay. Both the password and the active private key can be used to broadcast the transaction. \n\n\n\nSteemPay **does not** encourage password storing, however, there is an option available for those who prefer to save their password in the browser's ***localstorage.*** A warning pop up will appear explaining the risks of storing passwords in the browser.\n\n\n\nAfter a successful login, the user will see a quick overview of his available balances, and another confirmation is required to finalize the transaction straight from the payment window.\n\n\n\n\n\n# Mobile wallet\n\n### The mobile wallet is up and running, but my code seems like a mess due to trial and error. \n\nA **bounty** will be placed for someone to cleanup everything and make some minor corrections so the first version can be released very soon (and get approved on the official android & iOS stores). I feel the need to encourage bounties, so people can become engaged with the community, and hopefully I'll discover new talent to join me on the further expansion of SteemPay.\n\n\n\n# SteemFEST 1\n\nSteemPay will donate some money to SteemFEST 1. Me and @roelandp still need to work out the details, but SteemPay will be present and setup a donation terminal where users are free to send some donations towards the organization by using the mobile wallet with QR support (plans may still change). \n\n\n\n# Hardware upgrade\n\nYet another server upgrade was needed to house all services related to SteemPay. This includes many other side projects that will be announced later on. This should be the final server upgrade for SteemPay and related services. \n\n\n\nThe DNS is still propagating, so you might not see the recent changes on SteemPay.io yet.\n\n\n\n# General statistics implantation\n\nA lightweight database will be kept storing nothing but the transaction amounts processed trough SteemPay. This serves for having some overview on the monthly growth of the transactions, as well as the amounts processed. Every month, the statistics will be published.\n\n\n\n# Steem on!", - "category": "steempay", - "children": 14, - "created": "2016-09-14T06:19:21", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "is_paidout": false, - "json_metadata": { - "image": [ - "http://i.imgur.com/iinyGFl.png" - ], - "tags": [ - "steempay", - "steempayments", - "development", - "update" - ], - "users": [ - "roelandp" - ] - }, - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 174333402242155, - "payout": 1750.818, - "payout_at": "2016-09-21T06:19:21", - "pending_payout_value": "1750.818 HBD", - "percent_hbd": 10000, - "permlink": "steempay-upgrade-pay-on-site-or-steemfest-or-mobile-wallet", - "post_id": 1240557, - "promoted": "0.000 HBD", - "replies": [], - "stats": { - "flag_weight": 0.0, - "gray": false, - "hide": false, - "total_votes": 400 - }, - "title": "Steempay upgrade - Pay on site | SteemFEST | Mobile wallet", - "updated": "2016-09-14T06:20:42", - "url": "/steempay/@steve-walschot/steempay-upgrade-pay-on-site-or-steemfest-or-mobile-wallet" - }, - { - "active_votes": [ - { - "rshares": 518181875581, - "voter": "barrie" + "rshares": 110940646, + "voter": "cryptoz" }, { - "rshares": 31620103450538, - "voter": "smooth" + "rshares": 3391999835, + "voter": "glitterpig" }, { - "rshares": 260759332327, - "voter": "anonymous" + "rshares": 6404274840, + "voter": "shortcut" }, { - "rshares": 2047759927809, - "voter": "badassmother" + "rshares": 128587928653, + "voter": "steemdrive" }, { - "rshares": 2099340340625, - "voter": "hr1" + "rshares": 1075365048, + "voter": "metaflute" }, { - "rshares": 1402227395408, - "voter": "rossco99" + "rshares": 58218132689, + "voter": "gomeravibz" }, { - "rshares": 23338638054, - "voter": "jaewoocho" + "rshares": 2298169701, + "voter": "taker" }, { - "rshares": 1910039425215, - "voter": "xeroc" + "rshares": 65485650, + "voter": "dras" }, { - "rshares": 1661657401786, - "voter": "joseph" + "rshares": 6519151447, + "voter": "nekromarinist" }, { - "rshares": 471982260599, - "voter": "recursive3" + "rshares": 6880289904, + "voter": "theprophet" }, { - "rshares": 3187826540990, - "voter": "recursive" + "rshares": 240147448, + "voter": "frozendota" }, { - "rshares": 1282783470, - "voter": "mineralwasser" + "rshares": 15543734691, + "voter": "felixxx" }, { - "rshares": 702252849815, - "voter": "boombastic" + "rshares": 3432112427, + "voter": "merej99" }, { - "rshares": 1719075621, - "voter": "bingo-1" + "rshares": 254880160829, + "voter": "laonie" }, { - "rshares": 5936571539134, - "voter": "smooth.witness" + "rshares": 24852935259, + "voter": "rawnetics" }, { - "rshares": 457719147730, - "voter": "boatymcboatface" + "rshares": 22374728157, + "voter": "thebluepanda" }, { - "rshares": 9890456090, - "voter": "idol" + "rshares": 25618981790, + "voter": "laonie1" }, { - "rshares": 131787410217, - "voter": "team" + "rshares": 26132274895, + "voter": "laonie2" }, { - "rshares": 1702427102, - "voter": "jocelyn" + "rshares": 26141438708, + "voter": "laonie3" }, { - "rshares": 461461082967, - "voter": "leesunmoo" + "rshares": 25094797142, + "voter": "laoyao" }, { - "rshares": 1247396916090, - "voter": "gavvet" + "rshares": 65214616, + "voter": "modogg" }, { - "rshares": 74913635150, - "voter": "eeks" + "rshares": 7958908678, + "voter": "myfirst" }, { - "rshares": 8567499992, - "voter": "fkn" + "rshares": 51767495130, + "voter": "somebody" }, { - "rshares": 11261443630, - "voter": "elishagh1" + "rshares": 1935723185, + "voter": "flysaga" }, { - "rshares": 599827540724, - "voter": "nanzo-scoop" + "rshares": 6864125594, + "voter": "brendio" }, { - "rshares": 161287532172, - "voter": "steve-walschot" + "rshares": 2082514282, + "voter": "gmurph" }, { - "rshares": 182039074638, - "voter": "mummyimperfect" + "rshares": 72860205, + "voter": "kurzer42" }, { - "rshares": 313666285, - "voter": "coar" + "rshares": 11435966181, + "voter": "midnightoil" }, { - "rshares": 109431915950, - "voter": "asch" + "rshares": 78269782470, + "voter": "mibenkito" }, { - "rshares": 1414823587, - "voter": "murh" + "rshares": 2375155298, + "voter": "kalimor" }, { - "rshares": 6375528917, - "voter": "cryptofunk" + "rshares": 4276738846, + "voter": "ullikume" }, { - "rshares": 2219594239, - "voter": "error" + "rshares": 2735302379, + "voter": "darrenturetzky" }, { - "rshares": 5268583124, - "voter": "marta-zaidel" + "rshares": 59414599, + "voter": "michellek" }, { - "rshares": 38749275184, - "voter": "ranko-k" + "rshares": 26136684196, + "voter": "laonie4" }, { - "rshares": 985447048915, - "voter": "cyber" + "rshares": 26133889368, + "voter": "laonie5" }, { - "rshares": 63472911304, - "voter": "theshell" + "rshares": 26130809772, + "voter": "laonie6" }, { - "rshares": 52177367591, - "voter": "ak2020" + "rshares": 26126568283, + "voter": "laonie7" }, { - "rshares": 417566592605, - "voter": "taoteh1221" + "rshares": 5977415250, + "voter": "kurtbeil" }, { - "rshares": 375915775849, - "voter": "hedge-x" + "rshares": 26122787391, + "voter": "laonie8" }, { - "rshares": 18668166065, - "voter": "samether" + "rshares": 26119897476, + "voter": "laonie9" }, { - "rshares": 33779461634, - "voter": "ratel" + "rshares": 3300371180, + "voter": "steemleak" }, { - "rshares": 85401868413, - "voter": "herzmeister" + "rshares": 28583578460, + "voter": "xiaohui" }, { - "rshares": 5287000077, - "voter": "tee-em" + "rshares": 1980457070, + "voter": "t3ran13" }, { - "rshares": 30496214097, - "voter": "michaelx" + "rshares": 7834943379, + "voter": "mevilkingdom" }, { - "rshares": 5950236300, - "voter": "mark-waser" + "rshares": 21531331546, + "voter": "jphamer1" }, { - "rshares": 130482031811, - "voter": "geoffrey" + "rshares": 11056722867, + "voter": "ekitcho" }, { - "rshares": 74777860177, - "voter": "kimziv" + "rshares": 127379962, + "voter": "bigsambucca" }, { - "rshares": 79450691320, - "voter": "emily-cook" + "rshares": 1504058180, + "voter": "elfkitchen" }, { - "rshares": 2251928158, - "voter": "superfreek" + "rshares": 93154573622, + "voter": "joele" }, { - "rshares": 471516850, - "voter": "mrhankeh" + "rshares": 5999670912, + "voter": "oflyhigh" }, { - "rshares": 17908173089, - "voter": "grey580" + "rshares": 2078540879, + "voter": "paynode" }, { - "rshares": 68200649381, - "voter": "bacchist" + "rshares": 62400081859, + "voter": "sirwinchester" }, { - "rshares": 20382051466, - "voter": "thebatchman" + "rshares": 122933349, + "voter": "agussudaryanto" }, { - "rshares": 59056857395, - "voter": "lehard" + "rshares": 894298402, + "voter": "xiaokongcom" }, { - "rshares": 76017835973, - "voter": "rubybian" + "rshares": 1802649539, + "voter": "xianjun" }, { - "rshares": 18268797910, - "voter": "konstantin" + "rshares": 61313637, + "voter": "jfelton5" }, { - "rshares": 2649402156, - "voter": "romel" + "rshares": 73061236, + "voter": "evgenyche" }, { - "rshares": 6941291365, - "voter": "gatoso" + "rshares": 70633121, + "voter": "stevescriber" }, { - "rshares": 41821532061, - "voter": "furion" + "rshares": 4097488430, + "voter": "bledarus" }, { - "rshares": 200664863, - "voter": "barbara2" + "rshares": 52467942, + "voter": "loli" }, { - "rshares": 223036409, - "voter": "ch0c0latechip" + "rshares": 53638070, + "voter": "nano2nd" }, { - "rshares": 206422340, - "voter": "doge4lyf" + "rshares": 118127541, + "voter": "microluck" }, { - "rshares": 12011310308, - "voter": "asim" + "rshares": 187339808, + "voter": "lisadang" }, { - "rshares": 85512692, - "voter": "snowden" + "rshares": 9426175065, + "voter": "theb0red1" }, { - "rshares": 14804978653, - "voter": "aaseb" + "rshares": 2057906517, + "voter": "chinadaily" }, { - "rshares": 4431003942, - "voter": "karen13" + "rshares": 31193669396, + "voter": "kyriacos" }, { - "rshares": 1455625353, - "voter": "jrd8526" + "rshares": 59021275, + "voter": "cryptoblu" }, { - "rshares": 21565632626, - "voter": "artific" + "rshares": 59014859, + "voter": "instructor" }, { - "rshares": 7164402609, - "voter": "lichtblick" + "rshares": 7981765563, + "voter": "lemouth" }, { - "rshares": 37826396801, - "voter": "creemej" + "rshares": 739008163112, + "voter": "dollarvigilante" }, { - "rshares": 84865861, - "voter": "wildchild" + "rshares": 18699439170, + "voter": "anotherjoe" }, { - "rshares": 3871359622, - "voter": "maximkichev" + "rshares": 60945251, + "voter": "saveliy" }, { - "rshares": 167294697812, - "voter": "blueorgy" + "rshares": 99328137981, + "voter": "serejandmyself" }, { - "rshares": 1631211812, - "voter": "poseidon" + "rshares": 4877223734, + "voter": "almerri" }, { - "rshares": 2083366228, - "voter": "iamwne" + "rshares": 728677907, + "voter": "alexma3x" }, { - "rshares": 362447415925, - "voter": "calaber24p" + "rshares": 9824813120, + "voter": "gvargas123" }, { - "rshares": 10466922918, - "voter": "rpf" + "rshares": 443801352, + "voter": "keepdoodling" }, { - "rshares": 3694190342, - "voter": "bitcoiner" + "rshares": 3657683169, + "voter": "shneakysquirrel" }, { - "rshares": 33624572763, - "voter": "deanliu" + "rshares": 278004039, + "voter": "steevc" }, { - "rshares": 459345887, - "voter": "meteor78" + "rshares": 3341359657, + "voter": "movievertigo" }, { - "rshares": 30193718340, - "voter": "zaebars" + "rshares": 70361224, + "voter": "vasilii" }, { - "rshares": 6948016204, - "voter": "positive" + "rshares": 26113221925, + "voter": "laonie10" }, { - "rshares": 780088825, - "voter": "raymonjohnstone" + "rshares": 362426778, + "voter": "mrlogic" }, { - "rshares": 19827631792, - "voter": "krabgat" + "rshares": 62362905, + "voter": "steempipe" }, { - "rshares": 11734541225, - "voter": "sisterholics" + "rshares": 55543445, + "voter": "bitchplease" }, { - "rshares": 1483259422, - "voter": "alex.chien" + "rshares": 79273566479, + "voter": "someguy123" }, { - "rshares": 8921616604, - "voter": "royalmacro" + "rshares": 90827598056, + "voter": "barrycooper" }, { - "rshares": 233934645, - "voter": "fnait" + "rshares": 3572205128, + "voter": "stillsafe" }, { - "rshares": 207827906, - "voter": "keepcalmand" + "rshares": 76843163, + "voter": "joelbow" }, { - "rshares": 1838091863, - "voter": "remlaps" + "rshares": 28822571115, + "voter": "hilarski" }, { - "rshares": 3445177864, - "voter": "glitterpig" + "rshares": 2149644744, + "voter": "therealpaul" }, { - "rshares": 7221227809, - "voter": "uwe69" + "rshares": 4580066391, + "voter": "steemitpatina" }, { - "rshares": 896285424, - "voter": "metaflute" + "rshares": 5178202476, + "voter": "silverbug2000" }, { - "rshares": 50575844297, - "voter": "gomeravibz" + "rshares": 55859919, + "voter": "rickmiller" }, { - "rshares": 9193626491, - "voter": "taker" + "rshares": 1233668048, + "voter": "lenar" }, { - "rshares": 2236809039, - "voter": "merej99" + "rshares": 10020064820, + "voter": "etcmike" }, { - "rshares": 414945627496, - "voter": "laonie" + "rshares": 61596105, + "voter": "uri-bruck" }, { - "rshares": 166006086500, - "voter": "twinner" + "rshares": 5154589910, + "voter": "nulliusinverba" }, { - "rshares": 22430898487, - "voter": "laonie1" + "rshares": 1698796327, + "voter": "runridefly" }, { - "rshares": 22947696195, - "voter": "laonie2" + "rshares": 57841858, + "voter": "dianaju" }, { - "rshares": 22955764004, - "voter": "laonie3" + "rshares": 88019548, + "voter": "uziriel" }, { - "rshares": 25206296089, - "voter": "laoyao" + "rshares": 57530129, + "voter": "mstoni" }, { - "rshares": 14653942462, - "voter": "myfirst" + "rshares": 4592499069, + "voter": "richardcrill" }, { - "rshares": 90711449970, - "voter": "somebody" + "rshares": 25230942954, + "voter": "laonie11" }, { - "rshares": 3391693609, - "voter": "flysaga" + "rshares": 1687924866, + "voter": "eight-rad" }, { - "rshares": 5465055585, - "voter": "brendio" + "rshares": 62783765, + "voter": "lovetosteemit" }, { - "rshares": 2084677795, - "voter": "gmurph" + "rshares": 1660563580, + "voter": "davidjkelley" }, { - "rshares": 18607683624, - "voter": "midnightoil" + "rshares": 4350110165, + "voter": "baro" }, { - "rshares": 2280336943, - "voter": "kalimor" + "rshares": 9060248806, + "voter": "sponge-bob" }, { - "rshares": 504711698206, - "voter": "glitterfart" + "rshares": 4765474309, + "voter": "l0k1" }, { - "rshares": 22951578069, - "voter": "laonie4" + "rshares": 15558969971, + "voter": "digital-wisdom" }, { - "rshares": 22949307467, - "voter": "laonie5" + "rshares": 494724739, + "voter": "areynolds" }, { - "rshares": 22946449112, - "voter": "laonie6" + "rshares": 3708378555, + "voter": "ethical-ai" }, { - "rshares": 22942428841, - "voter": "laonie7" + "rshares": 54247498, + "voter": "freesteem" }, { - "rshares": 3489545901, - "voter": "kurtbeil" + "rshares": 2477345340, + "voter": "fajrilgooner" }, { - "rshares": 22939097897, - "voter": "laonie8" + "rshares": 2222639041, + "voter": "matthewtiii" }, { - "rshares": 22936432119, - "voter": "laonie9" + "rshares": 55401224, + "voter": "walternz" }, { - "rshares": 46536921016, - "voter": "xiaohui" + "rshares": 6826713536, + "voter": "jwaser" }, { - "rshares": 177527074798, - "voter": "terrycraft" + "rshares": 852820572, + "voter": "tatianka" }, { - "rshares": 1321003450, - "voter": "dolov" + "rshares": 12020525779, + "voter": "doitvoluntarily" }, { - "rshares": 88179884, - "voter": "bigsambucca" + "rshares": 56439878, + "voter": "phusionphil" }, { - "rshares": 2287717822, - "voter": "elfkitchen" + "rshares": 607704096, + "voter": "kev7000" }, { - "rshares": 105894845081, - "voter": "joele" + "rshares": 1018487810, + "voter": "zettar" }, { - "rshares": 6166349652, - "voter": "oflyhigh" + "rshares": 55736056, + "voter": "lighter" }, { - "rshares": 2229123966, - "voter": "paynode" + "rshares": 207196967560, + "voter": "asksisk" }, { - "rshares": 1566982177, - "voter": "xiaokongcom" + "rshares": 25848472434, + "voter": "dubi" }, { - "rshares": 253808801, - "voter": "xcepta" + "rshares": 2673758412, + "voter": "bwaser" }, { - "rshares": 3158713250, - "voter": "xianjun" + "rshares": 6400398189, + "voter": "dexter-k" }, { - "rshares": 12796476601, - "voter": "borran" + "rshares": 50751176, + "voter": "roadhog" }, { - "rshares": 64119004, - "voter": "jupiter.zeus" + "rshares": 350998373, + "voter": "panther" }, { - "rshares": 70633121, - "voter": "stevescriber" + "rshares": 1784221363, + "voter": "alina1" }, { - "rshares": 50027573, - "voter": "loli" + "rshares": 50639382, + "voter": "doggnostic" }, { - "rshares": 51199976, - "voter": "nano2nd" + "rshares": 1094895432, + "voter": "wulfmeister" }, { - "rshares": 2249451928, - "voter": "njall" + "rshares": 659556912, + "voter": "ct-gurus" }, { - "rshares": 206879958, - "voter": "microluck" + "rshares": 348073541, + "voter": "bones261" }, { - "rshares": 6547835526, - "voter": "userlogin" + "rshares": 387894501497, + "voter": "charlieshrem" }, { - "rshares": 6802729666, - "voter": "rubenalexander" + "rshares": 61786622160, + "voter": "tracemayer" }, { - "rshares": 59219258, - "voter": "photo00" + "rshares": 9049304130, + "voter": "brains" }, { - "rshares": 604279479, - "voter": "tagira" + "rshares": 54448999, + "voter": "onlineworker" }, { - "rshares": 2131733339, - "voter": "chinadaily" + "rshares": 50210467, + "voter": "post-successful" }, { - "rshares": 108403024, - "voter": "pollina" + "rshares": 689134944, + "voter": "jessicanicklos" }, { - "rshares": 2649789126, - "voter": "levycore" + "rshares": 633657150, + "voter": "bones555" }, { - "rshares": 22930483067, - "voter": "laonie10" + "rshares": 54919358, + "voter": "steem4fobs" }, { - "rshares": 332237822, - "voter": "mrlogic" + "rshares": 492992904, + "voter": "echoesinthemind" }, { - "rshares": 59229074587, - "voter": "mandibil" + "rshares": 53397626, + "voter": "f1111111" }, { - "rshares": 2132454023, - "voter": "shadowspub" + "rshares": 2084637414, + "voter": "steemsquad" }, { - "rshares": 59067894, - "voter": "bonapetit" + "rshares": 574180710, + "voter": "anomaly" }, { - "rshares": 5053531368, - "voter": "richardcrill" + "rshares": 27665434494, + "voter": "tarekadam" }, { - "rshares": 22091338934, - "voter": "laonie11" + "rshares": 2399791213, + "voter": "ellepdub" }, { - "rshares": 2101664455, - "voter": "eight-rad" + "rshares": 51890765, + "voter": "gregorygarcia" }, { - "rshares": 3336919086, - "voter": "xanoxt" + "rshares": 57056918, + "voter": "inarix03" }, { - "rshares": 1661479473, - "voter": "davidjkelley" + "rshares": 573904238, + "voter": "ola1" }, { - "rshares": 187911420, - "voter": "team101" + "rshares": 849039554, + "voter": "jbaker585" }, { - "rshares": 109225703, - "voter": "rusla" + "rshares": 5522323762, + "voter": "michelle.gent" }, { - "rshares": 4892645779, - "voter": "mscleverclocks" + "rshares": 11700805109, + "voter": "herpetologyguy" }, { - "rshares": 727103786, - "voter": "ksena" + "rshares": 58261815, + "voter": "everittdmickey" }, { - "rshares": 11069296957, - "voter": "sponge-bob" + "rshares": 53548226, + "voter": "mari5555na" }, { - "rshares": 4268200560, - "voter": "l0k1" + "rshares": 4813549151, + "voter": "morgan.waser" }, - { - "rshares": 15569990970, - "voter": "digital-wisdom" + { + "rshares": 50602980, + "voter": "cfisher" }, { - "rshares": 3791420478, - "voter": "ethical-ai" + "rshares": 51240567, + "voter": "billkappa442" }, { - "rshares": 6830905360, - "voter": "jwaser" + "rshares": 51236745, + "voter": "niiboye" }, { - "rshares": 50858762, - "voter": "apparat" + "rshares": 51227561, + "voter": "battalar" }, { - "rshares": 212888896291, - "voter": "asksisk" + "rshares": 1157070714, + "voter": "anns" }, { - "rshares": 2675382304, - "voter": "bwaser" + "rshares": 50875769, + "voter": "cyan" }, { - "rshares": 350998373, - "voter": "panther" + "rshares": 50873654, + "voter": "palladium" }, { - "rshares": 659649765, - "voter": "ct-gurus" + "rshares": 50796122, + "voter": "factom" }, { - "rshares": 54793782, - "voter": "park.bom" + "rshares": 50794039, + "voter": "autodesk" }, { - "rshares": 395173675944, - "voter": "charlieshrem" + "rshares": 827252367, + "voter": "bapparabi" }, { - "rshares": 60104450664, - "voter": "tracemayer" + "rshares": 3389664065, + "voter": "dodders007" }, { - "rshares": 23239991726, - "voter": "brains" + "rshares": 3687326823, + "voter": "strong-ai" }, { - "rshares": 407083055, - "voter": "anomaly" + "rshares": 161225748, + "voter": "iliyaa" }, { - "rshares": 2401189699, - "voter": "ellepdub" + "rshares": 162925257, + "voter": "uct" }, { - "rshares": 61292139, - "voter": "inarix03" + "rshares": 1354011808, + "voter": "rusteemitblog" }, { - "rshares": 172352271, - "voter": "ola1" + "rshares": 158798473, + "voter": "zapply" }, { - "rshares": 12396603737, - "voter": "herpetologyguy" + "rshares": 201362779, + "voter": "mgibson" }, { - "rshares": 51826827, - "voter": "drac59" + "rshares": 157118197, + "voter": "rage" }, { - "rshares": 4816713747, - "voter": "morgan.waser" + "rshares": 159973989, + "voter": "capcom" }, { - "rshares": 297771990, - "voter": "thefinanceguy" + "rshares": 153699193, + "voter": "allgoodthings" }, { - "rshares": 1258344048, - "voter": "anns" + "rshares": 159531007, + "voter": "benetton" }, { - "rshares": 50907857, - "voter": "oxygen" + "rshares": 159425365, + "voter": "tipsandtricks" }, { - "rshares": 50875769, - "voter": "cyan" + "rshares": 159318360, + "voter": "stimmt" }, { - "rshares": 50868434, - "voter": "jumbo" + "rshares": 159175576, + "voter": "fallout" }, { - "rshares": 50865840, - "voter": "sting" + "rshares": 159025535, + "voter": "xtreme" }, { - "rshares": 50796122, - "voter": "factom" + "rshares": 944924940, + "voter": "modernbukowski" }, { - "rshares": 50794039, - "voter": "autodesk" + "rshares": 158632601, + "voter": "cream" }, { - "rshares": 50568084, - "voter": "brazzers" + "rshares": 158637372, + "voter": "alterego" }, { - "rshares": 50543061, - "voter": "rabobank" + "rshares": 158602900, + "voter": "steem-wallet" }, { - "rshares": 50538694, - "voter": "fenix" + "rshares": 158560941, + "voter": "steemthis" }, { - "rshares": 50349676, - "voter": "albertheijn" + "rshares": 158486055, + "voter": "zendesk" }, { - "rshares": 3689644671, - "voter": "strong-ai" + "rshares": 26843428547, + "voter": "goldmatters" }, { - "rshares": 52329350, - "voter": "ninjapainter" + "rshares": 81051650, + "voter": "dealzgal" }, { - "rshares": 254506659, - "voter": "darkminded153" + "rshares": 158230871, + "voter": "helepa" }, { - "rshares": 527435916, - "voter": "grisha-danunaher" + "rshares": 199633972, + "voter": "rishi556" }, { - "rshares": 162917785, - "voter": "ctu" + "rshares": 92745520, + "voter": "storage" }, { - "rshares": 162911190, - "voter": "front" + "rshares": 188144802, + "voter": "antaja" }, { - "rshares": 1630327346, - "voter": "rusteemitblog" + "rshares": 145960715, + "voter": "raph" }, { - "rshares": 161089804, - "voter": "pyro" + "rshares": 151162552, + "voter": "dougkarr" }, { - "rshares": 159025535, - "voter": "xtreme" + "rshares": 1586499055, + "voter": "slammr76" }, { - "rshares": 155528114, - "voter": "icesteem" + "rshares": 73844343, + "voter": "blackmarket" }, { - "rshares": 158602900, - "voter": "steem-wallet" + "rshares": 79990132, + "voter": "gifts" }, { - "rshares": 158560941, - "voter": "steemthis" + "rshares": 85598308, + "voter": "expat" }, { - "rshares": 74838700, - "voter": "dealzgal" + "rshares": 134906258, + "voter": "steemtrail" }, { - "rshares": 255357124, - "voter": "orenshani7" + "rshares": 153178035, + "voter": "royfft" }, { - "rshares": 68013381, - "voter": "storage" + "rshares": 112446078, + "voter": "paulocouto" }, { - "rshares": 58460105, - "voter": "blackmarket" + "rshares": 155872526, + "voter": "countofdelphi" }, { - "rshares": 61530871, - "voter": "gifts" + "rshares": 151306241, + "voter": "tnemm.atiaw" }, { - "rshares": 93882016, - "voter": "expat" + "rshares": 154295967, + "voter": "harleyismydog" }, { - "rshares": 154566975, - "voter": "dimaisrael" + "rshares": 148041723, + "voter": "newsfeed" }, { - "rshares": 1593664040, - "voter": "steemlift" + "rshares": 144957585, + "voter": "sawgunner13" }, { - "rshares": 138651704, - "voter": "toddemaher1" + "rshares": 147818170, + "voter": "dirlei.sdias" } ], - "author": "terrycraft", + "author": "steve-walschot", "author_payout_value": "0.000 HBD", "author_reputation": 25.0, "beneficiaries": [], "blacklists": [], - "body": "
    \n\nhttp://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman18.jpg\nImage credit / \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0444\u043e\u0442\u043e\n\n\n

    When looking through old photographs, you realize how much the world has changed around us.

    \n
    \u041f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u044f \u0441\u0442\u0430\u0440\u044b\u0435 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438, \u043e\u0441\u043e\u0437\u043d\u0430\u0451\u0448\u044c \u043d\u0430\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0441\u044f \u043c\u0438\u0440 \u0432\u043e\u043a\u0440\u0443\u0433 \u043d\u0430\u0441.
    \n\n\nhttp://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman16.jpg\nImage credit / \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0444\u043e\u0442\u043e\n\n\n

    I am deeply convinced that the people imprinted on these black-and-white photographs never suspected what will happen to them in the future, whether it is immediate or distant As well as they didn't realized how quickly the years will pass, changing all the world around. So, as you look at their careless faces, you fairly quickly realize that your current situation is not much different.

    \n
    \u042f \u0433\u043b\u0443\u0431\u043e\u043a\u043e \u0443\u0432\u0435\u0440\u0435\u043d\u0430 \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e \u043b\u044e\u0434\u0438, \u0437\u0430\u043f\u0435\u0447\u0430\u0442\u043b\u0451\u043d\u043d\u044b\u0435 \u043d\u0430 \u0447\u0451\u0440\u043d\u043e-\u0431\u0435\u043b\u044b\u0445 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f\u0445, \u043d\u0435 \u043f\u043e\u0434\u043e\u0437\u0440\u0435\u0432\u0430\u043b\u0438, \u0447\u0442\u043e \u0441\u0442\u0430\u043d\u0435\u0442 \u0441 \u043d\u0438\u043c\u0438 \u0432 \u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0435\u043c, \u0438 \u043d\u0435 \u043e\u0447\u0435\u043d\u044c, \u0431\u0443\u0434\u0443\u0449\u0435\u043c. \u041d\u0435 \u0437\u043d\u0430\u043b\u0438 \u043e\u043d\u0438 \u0442\u0430\u043a\u0436\u0435, \u043d\u0430\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u0442\u0440\u0435\u043c\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u0440\u043e\u0439\u0434\u0443\u0442 \u0433\u043e\u0434\u044b, \u0438 \u043a\u0430\u043a \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u0441\u044f \u043c\u0438\u0440 \u0432\u043e\u043a\u0440\u0443\u0433. \u041f\u043e\u044d\u0442\u043e\u043c\u0443, \u0433\u043b\u044f\u0434\u044f \u043d\u0430 \u0438\u0445 \u0431\u0435\u0441\u043f\u0435\u0447\u043d\u044b\u0435 \u043b\u0438\u0446\u0430, \u0434\u043e\u0432\u043e\u043b\u044c\u043d\u043e \u0431\u044b\u0441\u0442\u0440\u043e \u043e\u0441\u043e\u0437\u043d\u0430\u0451\u0448\u044c, \u0447\u0442\u043e \u0442\u0432\u043e\u0451 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0441\u0435\u0439\u0447\u0430\u0441 \u043c\u0430\u043b\u043e \u0447\u0435\u043c \u043e\u0442\u043b\u0438\u0447\u0430\u0435\u0442\u0441\u044f.
    \n\n\nhttp://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman14.jpg\nImage credit / \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0444\u043e\u0442\u043e\n\n\n

    Everything that happens around us changes the world we are witnessing. We live in an age of technological progress; the advent of the first computers, the Internet, gadgets, social networks, online games, e-commerce, cryptocurrency and, finally, a blockchain social network - the Steemit, which makes our minds work for creation of good content and its curation.

    \n
    \u0412\u0441\u0451 \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u044f\u0449\u0435\u0435 \u0432\u043e\u043a\u0440\u0443\u0433 \u043d\u0430\u0441 \u043c\u0435\u043d\u044f\u0435\u0442 \u043c\u0438\u0440 \u043d\u0430 \u043d\u0430\u0448\u0438\u0445 \u0433\u043b\u0430\u0437\u0430\u0445. \u041c\u044b \u0436\u0438\u0432\u0451\u043c \u0432 \u0432\u0435\u043a \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u0430; \u043f\u043e\u044f\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0435\u0440\u0432\u044b\u0445 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u043e\u0432, \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0430, \u0433\u0430\u0434\u0436\u0435\u0442\u043e\u0432, \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0445 \u0441\u0435\u0442\u0435\u0439, \u043e\u043d\u043b\u0430\u0439\u043d-\u0438\u0433\u0440, \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d\u043e\u0432, \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442 \u0438, \u043d\u0430\u043a\u043e\u043d\u0435\u0446, \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u0441\u0435\u0442\u0438 \u043d\u0430 \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d\u0435 - Steemit, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0437\u0430\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u043d\u0430\u0448\u0438 \u0443\u043c\u044b \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0445\u043e\u0440\u043e\u0448\u0435\u0433\u043e \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430 \u0438 \u0435\u0433\u043e \u043a\u0443\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f.
    \n\n\nhttp://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman09.jpg\nImage credit / \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0444\u043e\u0442\u043e\n\n\n

    And in 10 years, or maybe much earlier, we will see a completely different picture of reality. Generation Steem is coming. The generation that changed everything around and changed itself as well, in opposite to that generation you run with your eyes, trying to convince its immutability and the impossibility of change. No, this already will be the world of the past.

    \n
    \u0418 \u043b\u0435\u0442 \u0447\u0435\u0440\u0435\u0437 10, \u0430 \u043c\u043e\u0436\u0435\u0442 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0440\u0430\u043d\u044c\u0448\u0435, \u043c\u044b \u0443\u0432\u0438\u0434\u0438\u043c \u0432 \u043a\u0430\u0434\u0440\u0435 \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e \u0434\u0440\u0443\u0433\u0443\u044e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c. \u0413\u0440\u044f\u0434\u0451\u0442 Steem \u043f\u043e\u043a\u043e\u043b\u0435\u043d\u0438\u0435, \u043f\u043e\u043a\u043e\u043b\u0435\u043d\u0438\u0435, \u0438\u0437\u043c\u0435\u043d\u0438\u0432\u0448\u0435\u0435 \u0432\u0441\u0451 \u0432\u043e\u043a\u0440\u0443\u0433 \u0441\u0435\u0431\u044f \u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u0432\u0448\u0435\u0435\u0441\u044f \u0441\u0430\u043c\u043e, \u0430 \u043d\u0435 \u0442\u043e, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0441\u0435\u0439\u0447\u0430\u0441, \u043e\u0431\u0432\u043e\u0434\u044f \u0432\u0437\u0433\u043b\u044f\u0434\u043e\u043c, \u0432\u044b \u043f\u044b\u0442\u0430\u0435\u0442\u0435\u0441\u044c \u0443\u0431\u0435\u0434\u0438\u0442\u044c \u0432 \u0435\u0433\u043e \u043d\u0435\u0437\u044b\u0431\u043b\u0435\u043c\u043e\u0441\u0442\u0438 \u0438 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u043d. \u041d\u0435\u0442, \u044d\u0442\u043e \u0443\u0436\u0435 \u0431\u0443\u0434\u0435\u0442 \u043c\u0438\u0440 \u043f\u0440\u043e\u0448\u043b\u043e\u0433\u043e.
    \n\n\n\n

    Written to the music: Antonio Vivaldi - The Four Seasons.

    \n\n\nPlease follow me\n@panther\n\n
    \n\n---\n\nIf you like this article not follow only me, but also follow the author - @panther\n\n---\n\nAll STEEM Dollars for this post go to the featured author. \u0412\u0441\u0435 SD \u0437\u0430 \u043f\u043e\u0441\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442 \u0430\u0432\u0442\u043e\u0440.", - "category": "philosophy", - "children": 16, - "created": "2016-09-15T12:27:27", + "body": "# Time for another upgrade of SteemPay.io! A lot of work has been done behind the scenes, and here's a brief overview:\n\n\n---\n\n\n\n\n\n# Pay on site\n\n### Users will be able to make their payments straight from the payments page using a 2 step sliding form. \n\n\n\nhttp://i.imgur.com/iinyGFl.png\n\n\n\nThis means no more need to open another tab page, fill in all the details in your wallet, and returning to SteemPay. Both the password and the active private key can be used to broadcast the transaction. \n\n\n\nSteemPay **does not** encourage password storing, however, there is an option available for those who prefer to save their password in the browser's ***localstorage.*** A warning pop up will appear explaining the risks of storing passwords in the browser.\n\n\n\nAfter a successful login, the user will see a quick overview of his available balances, and another confirmation is required to finalize the transaction straight from the payment window.\n\n\n\n\n\n# Mobile wallet\n\n### The mobile wallet is up and running, but my code seems like a mess due to trial and error. \n\nA **bounty** will be placed for someone to cleanup everything and make some minor corrections so the first version can be released very soon (and get approved on the official android & iOS stores). I feel the need to encourage bounties, so people can become engaged with the community, and hopefully I'll discover new talent to join me on the further expansion of SteemPay.\n\n\n\n# SteemFEST 1\n\nSteemPay will donate some money to SteemFEST 1. Me and @roelandp still need to work out the details, but SteemPay will be present and setup a donation terminal where users are free to send some donations towards the organization by using the mobile wallet with QR support (plans may still change). \n\n\n\n# Hardware upgrade\n\nYet another server upgrade was needed to house all services related to SteemPay. This includes many other side projects that will be announced later on. This should be the final server upgrade for SteemPay and related services. \n\n\n\nThe DNS is still propagating, so you might not see the recent changes on SteemPay.io yet.\n\n\n\n# General statistics implantation\n\nA lightweight database will be kept storing nothing but the transaction amounts processed trough SteemPay. This serves for having some overview on the monthly growth of the transactions, as well as the amounts processed. Every month, the statistics will be published.\n\n\n\n# Steem on!", + "category": "steempay", + "children": 14, + "created": "2016-09-14T06:19:21", "curator_payout_value": "0.000 HBD", "depth": 0, "is_paidout": false, "json_metadata": { "image": [ - "http://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman18.jpg", - "http://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman16.jpg", - "http://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman14.jpg", - "http://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman09.jpg" - ], - "links": [ - "http://bigpicture.ru/?p=384365&fb_comment_id=180555112091488_997346", - "https://steemit.com/@panther" + "http://i.imgur.com/iinyGFl.png" ], "tags": [ - "philosophy", - "thoughts", - "steemit", - "ru" + "steempay", + "steempayments", + "development", + "update" ], "users": [ - "panther" + "roelandp" ] }, "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 61603577309634, - "payout": 220.99, - "payout_at": "2016-09-22T12:27:27", - "pending_payout_value": "220.990 HBD", + "net_rshares": 174333402242155, + "payout": 1750.818, + "payout_at": "2016-09-21T06:19:21", + "pending_payout_value": "1750.818 HBD", "percent_hbd": 10000, - "permlink": "a-look-from-the-past-vzglyad-iz-proshlogo-featuring-panther-as-author", - "post_id": 1253231, + "permlink": "steempay-upgrade-pay-on-site-or-steemfest-or-mobile-wallet", + "post_id": 1240557, "promoted": "0.000 HBD", "replies": [], "stats": { "flag_weight": 0.0, "gray": false, "hide": false, - "total_votes": 210 + "total_votes": 400 }, - "title": "A Look From the Past / \u0412\u0437\u0433\u043b\u044f\u0434 \u0438\u0437 \u043f\u0440\u043e\u0448\u043b\u043e\u0433\u043e (featuring @panther as author).", - "updated": "2016-09-15T12:27:27", - "url": "/philosophy/@terrycraft/a-look-from-the-past-vzglyad-iz-proshlogo-featuring-panther-as-author" + "title": "Steempay upgrade - Pay on site | SteemFEST | Mobile wallet", + "updated": "2016-09-14T06:20:42", + "url": "/steempay/@steve-walschot/steempay-upgrade-pay-on-site-or-steemfest-or-mobile-wallet" }, { "active_votes": [ diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending_tag.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending_tag.pat.json index be0e462d..0e7daf03 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending_tag.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending_tag.pat.json @@ -11913,1716 +11913,1716 @@ { "active_votes": [ { - "rshares": 17090065130398, - "voter": "itsascam" + "rshares": 31308460859447, + "voter": "smooth" }, { - "rshares": 494615933987, - "voter": "barrie" + "rshares": 231810333637, + "voter": "anonymous" }, { - "rshares": 5104374858, - "voter": "style" + "rshares": 1020236794603, + "voter": "liondani" }, { - "rshares": 31615157678633, - "voter": "smooth" + "rshares": 1950774078440, + "voter": "xeroc" }, { - "rshares": 2010275785223, - "voter": "steemroller" + "rshares": 636514783207, + "voter": "masteryoda" }, { - "rshares": 170446135744, - "voter": "highasfuck" + "rshares": 5943125371535, + "voter": "smooth.witness" }, { - "rshares": 74804762347, - "voter": "donaldtrump" + "rshares": 800066797130, + "voter": "steemrollin" }, { - "rshares": 18179751582536, - "voter": "steemed" + "rshares": 14982933604, + "voter": "eeks" }, { - "rshares": 2274658800074, - "voter": "badassmother" + "rshares": 32368367444, + "voter": "instructor2121" }, { - "rshares": 3302758254286, - "voter": "pharesim" + "rshares": 326639006522, + "voter": "teamsteem" }, { - "rshares": 2097552675313, - "voter": "hr1" + "rshares": 178446109019, + "voter": "steve-walschot" }, { - "rshares": 23808318621, - "voter": "jaewoocho" + "rshares": 313697862, + "voter": "coar" }, { - "rshares": 6118815831981, - "voter": "steemit200" + "rshares": 1061253912, + "voter": "murh" }, { - "rshares": 7573847300816, - "voter": "complexring" + "rshares": 40553528416, + "voter": "ranko-k" }, { - "rshares": 209605523477, - "voter": "alex90342fastn1" + "rshares": 970586830705, + "voter": "cyber" }, { - "rshares": 1774669554492, - "voter": "joseph" + "rshares": 35244223389, + "voter": "drinkzya" }, { - "rshares": 86595142822, - "voter": "aizensou" + "rshares": 57203974765, + "voter": "thecryptodrive" }, { - "rshares": 4449298399355, - "voter": "au1nethyb1" + "rshares": 5287780547, + "voter": "tee-em" }, { - "rshares": 485122019613, - "voter": "recursive2" + "rshares": 31345579234, + "voter": "michaelx" }, { - "rshares": 667162488055, - "voter": "masteryoda" + "rshares": 88062402472, + "voter": "razvanelulmarin" }, { - "rshares": 3322708843362, - "voter": "recursive" + "rshares": 34073699558, + "voter": "cryptoiskey" }, { - "rshares": 1245640452, - "voter": "mineralwasser" + "rshares": 484636799, + "voter": "mrhankeh" }, { - "rshares": 729991138518, - "voter": "boombastic" + "rshares": 37152547241, + "voter": "clement" }, { - "rshares": 94001156030, - "voter": "mrs.agsexplorer" + "rshares": 49807514764, + "voter": "isteemit" }, { - "rshares": 5916196295178, - "voter": "smooth.witness" + "rshares": 68450553516, + "voter": "bacchist" }, { - "rshares": 437703098651, - "voter": "boatymcboatface" + "rshares": 52093553829, + "voter": "venuspcs" }, { - "rshares": 795220410822, - "voter": "pfunk" + "rshares": 14885828588, + "voter": "ausbitbank" }, { - "rshares": 10606181778, - "voter": "idol" + "rshares": 2632467953, + "voter": "steem1653" }, { - "rshares": 816027455333, - "voter": "steemrollin" + "rshares": 185292018100, + "voter": "anyx" }, { - "rshares": 5146683930, - "voter": "sakr" + "rshares": 80777327, + "voter": "snowden" }, { - "rshares": 1825959213, - "voter": "jocelyn" + "rshares": 629471993, + "voter": "luisucv34" }, { - "rshares": 60085696312, - "voter": "lovelace" + "rshares": 87223247, + "voter": "wildchild" }, { - "rshares": 59913432129, - "voter": "eeks" + "rshares": 2726160685, + "voter": "the-future" }, { - "rshares": 508881476, - "voter": "paco-steem" + "rshares": 167307855189, + "voter": "blueorgy" }, { - "rshares": 6128985263, - "voter": "spaninv" + "rshares": 3709595271, + "voter": "bitcoiner" }, { - "rshares": 36607117778, - "voter": "james-show" + "rshares": 30989825780, + "voter": "zaebars" }, { - "rshares": 306562166543, - "voter": "teamsteem" + "rshares": 799615699, + "voter": "raymonjohnstone" }, { - "rshares": 8667563285, - "voter": "richman" + "rshares": 50626015, + "voter": "steemchain" }, { - "rshares": 597469084444, - "voter": "nanzo-scoop" + "rshares": 50626015, + "voter": "whalepool" }, { - "rshares": 13068737980, - "voter": "acidyo" + "rshares": 4233708636, + "voter": "tygergamer" }, { - "rshares": 9836128503, - "voter": "kefkius" + "rshares": 15951876294, + "voter": "clevecross" }, { - "rshares": 183161435734, - "voter": "mummyimperfect" + "rshares": 138539449846, + "voter": "steemdrive" }, { - "rshares": 106596497756, - "voter": "asch" + "rshares": 50579614280, + "voter": "gomeravibz" }, { - "rshares": 1414294886, - "voter": "murh" + "rshares": 2157207095, + "voter": "merej99" }, { - "rshares": 16384992607, - "voter": "b4bb4r-5h3r" + "rshares": 22969491561, + "voter": "laonie1" }, { - "rshares": 2380357206, - "voter": "error" + "rshares": 23486297008, + "voter": "laonie2" }, { - "rshares": 5736901624, - "voter": "marta-zaidel" + "rshares": 23494592105, + "voter": "laonie3" }, { - "rshares": 1111891456384, - "voter": "cyber" + "rshares": 5831750244, + "voter": "brendio" }, { - "rshares": 63438373767, - "voter": "theshell" + "rshares": 416938566, + "voter": "gmurph" }, { - "rshares": 50829946401, - "voter": "ak2020" + "rshares": 50577648, + "voter": "michellek" }, { - "rshares": 24406094847, - "voter": "paul-labossiere" + "rshares": 23490269143, + "voter": "laonie4" }, { - "rshares": 8444643097, - "voter": "badger311" + "rshares": 23487998630, + "voter": "laonie5" }, { - "rshares": 8739309936, - "voter": "badger313" + "rshares": 23485020903, + "voter": "laonie6" }, { - "rshares": 8702812205, - "voter": "badger312" + "rshares": 23480867466, + "voter": "laonie7" }, { - "rshares": 9001957985, - "voter": "badger316" + "rshares": 3323846130, + "voter": "kurtbeil" }, { - "rshares": 9123908555, - "voter": "badger319" + "rshares": 23477419388, + "voter": "laonie8" }, { - "rshares": 9031542371, - "voter": "badger3101" + "rshares": 23474718053, + "voter": "laonie9" }, { - "rshares": 8484355705, - "voter": "badger3111" + "rshares": 2370262538, + "voter": "steemleak" }, { - "rshares": 9046660503, - "voter": "badger3121" + "rshares": 7991657587, + "voter": "mevilkingdom" }, { - "rshares": 8655000770, - "voter": "badger3131" + "rshares": 88206053, + "voter": "bigsambucca" }, { - "rshares": 8763029801, - "voter": "badger3141" + "rshares": 2343161589, + "voter": "paynode" }, { - "rshares": 8739438390, - "voter": "badger3171" + "rshares": 72135954, + "voter": "stevescriber" }, { - "rshares": 8546840544, - "voter": "badger3181" + "rshares": 51247757, + "voter": "loli" }, { - "rshares": 9133330900, - "voter": "badger3191" + "rshares": 52419023, + "voter": "nano2nd" }, { - "rshares": 8546677434, - "voter": "badger3112" - }, - { - "rshares": 8887954397, - "voter": "badger3132" - }, - { - "rshares": 8761078331, - "voter": "badger3162" - }, - { - "rshares": 8992228887, - "voter": "badger3113" + "rshares": 61430307, + "voter": "cryptoblu" }, { - "rshares": 8642792477, - "voter": "badger3123" + "rshares": 61423628, + "voter": "instructor" }, { - "rshares": 8766587545, - "voter": "badger3133" + "rshares": 802020725261, + "voter": "dollarvigilante" }, { - "rshares": 9118344314, - "voter": "badger3153" + "rshares": 4056826699, + "voter": "lamech-m" }, { - "rshares": 8796674420, - "voter": "badger3163" + "rshares": 23468511648, + "voter": "laonie10" }, { - "rshares": 8827229893, - "voter": "badger3193" + "rshares": 159631404, + "voter": "kamil5" }, { - "rshares": 8776802653, - "voter": "badger3114" + "rshares": 8706975244, + "voter": "garywilson" }, { - "rshares": 8685647702, - "voter": "badger3124" + "rshares": 50829277, + "voter": "bitchplease" }, { - "rshares": 8588443996, - "voter": "badger3144" + "rshares": 5831957227, + "voter": "trev" }, { - "rshares": 8510215906, - "voter": "badger3154" + "rshares": 99130059443, + "voter": "barrycooper" }, { - "rshares": 8377439541, - "voter": "badger3164" + "rshares": 32443492367, + "voter": "hilarski" }, { - "rshares": 8709594719, - "voter": "badger3174" + "rshares": 2029369552, + "voter": "shadowspub" }, { - "rshares": 8990131945, - "voter": "badger3194" + "rshares": 8558777427, + "voter": "rimann" }, { - "rshares": 8886390213, - "voter": "badger3105" + "rshares": 58139915, + "voter": "rickmiller" }, { - "rshares": 8829855890, - "voter": "badger3135" + "rshares": 5401518277, + "voter": "nulliusinverba" }, { - "rshares": 8423677653, - "voter": "badger3145" + "rshares": 22792452702, + "voter": "mikehere" }, { - "rshares": 9007775605, - "voter": "badger3155" + "rshares": 22621808463, + "voter": "laonie11" }, { - "rshares": 8700405144, - "voter": "badger3175" + "rshares": 3411072843, + "voter": "xanoxt" }, { - "rshares": 8476400832, - "voter": "badger3195" + "rshares": 4044651818, + "voter": "l0k1" }, { - "rshares": 8118050898, - "voter": "badger3106" + "rshares": 50798127, + "voter": "freesteem" }, { - "rshares": 8937624541, - "voter": "badger3116" + "rshares": 450072622, + "voter": "saramiller" }, { - "rshares": 8985650752, - "voter": "badger3126" + "rshares": 2353724275, + "voter": "zettar" }, { - "rshares": 8612200061, - "voter": "badger3136" + "rshares": 6066265903, + "voter": "dexter-k" }, { - "rshares": 8258400234, - "voter": "badger3146" + "rshares": 53871683, + "voter": "doggnostic" }, { - "rshares": 8490340780, - "voter": "badger3156" + "rshares": 674641805, + "voter": "ct-gurus" }, { - "rshares": 8706389295, - "voter": "badger3166" + "rshares": 53593366, + "voter": "jenny-talls" }, { - "rshares": 8621132771, - "voter": "badger3176" + "rshares": 415654681468, + "voter": "charlieshrem" }, { - "rshares": 8755875075, - "voter": "badger3186" + "rshares": 61826073622, + "voter": "tracemayer" }, { - "rshares": 8791679103, - "voter": "badger3196" + "rshares": 1386999849, + "voter": "bitcoinparadise" }, { - "rshares": 8719115915, - "voter": "badger3107" + "rshares": 2170339399, + "voter": "steemsquad" }, { - "rshares": 8471219511, - "voter": "badger315" + "rshares": 52104641, + "voter": "vsmith08162016" }, { - "rshares": 8967783289, - "voter": "badger318" + "rshares": 339288508, + "voter": "anomaly" }, { - "rshares": 9017453945, - "voter": "badger3151" + "rshares": 63405661, + "voter": "inarix03" }, { - "rshares": 8689488611, - "voter": "badger3161" + "rshares": 51238118, + "voter": "teemsteem" }, { - "rshares": 8949002867, - "voter": "badger3122" + "rshares": 50975390, + "voter": "steemprincess" }, { - "rshares": 8885762813, - "voter": "badger3142" + "rshares": 52329350, + "voter": "ninjapainter" }, { - "rshares": 9108975316, - "voter": "badger3152" + "rshares": 1630374239, + "voter": "rusteemitblog" }, { - "rshares": 8411478004, - "voter": "badger3172" + "rshares": 71727340, + "voter": "dealzgal" }, { - "rshares": 8925354284, - "voter": "badger3182" + "rshares": 68013381, + "voter": "storage" }, { - "rshares": 8680549060, - "voter": "badger3192" + "rshares": 58460105, + "voter": "blackmarket" }, { - "rshares": 8595056299, - "voter": "badger3143" + "rshares": 61530871, + "voter": "gifts" }, { - "rshares": 8858353164, - "voter": "badger3173" + "rshares": 99404487, + "voter": "expat" }, { - "rshares": 8564624091, - "voter": "badger3104" + "rshares": 140412636, + "voter": "steemtrail" }, { - "rshares": 8276422091, - "voter": "badger3134" + "rshares": 1593664040, + "voter": "steemlift" }, { - "rshares": 8683730541, - "voter": "badger3184" - }, + "rshares": 132623369, + "voter": "toddemaher1" + } + ], + "author": "mevilkingdom", + "author_payout_value": "0.000 HBD", + "author_reputation": 25.0, + "beneficiaries": [], + "blacklists": [], + "body": "## Hi Steemians! The greatest thing about being a collector is that people always know what to buy for your birthday. Not perfume or cookware, but always things you love!\n\nHere are some pictures of what I received the last couple of times.\n\n----\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC01422.JPG)
    \n\nThese are all the gifts I received for my birthday this year. I got some cool dolls, chocolates, care bears, my little ponies and even a puzzle. What a lovely 27th birthday!\n\n___\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC09982.JPG)
    \n\nChristmas is only once a year, good thing for my family! Lots of dolls and some ponies. You can tell everyone is really supportive of my hobby.\n___\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05838.JPG)
    \nThis is what **Sinterklaas** (he brings gifts on the 6th of December) brought me. Did you know I also collect Lego to some extent?\n___\n\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05066.JPG)
    \nGifts from **Disneyland Paris**\n___\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05622.JPG)
    \nEven more **Disneyland** gifts, this time for Christmas 2 years ago. Those cookies are just **THE BEST**!\nNot to mention that they're Mickey-shaped.\n\n___\n\nThank you very much for looking at my pictures! Don't forget to **follow me** for more pictures!\n\n\n---- \n\n### Who is Mande Walschot?\n\n> Mande Walschot resides in Belgium and currently owns over 1,350 boxed My Little Ponies, around 500 boxed dolls, 52 polly pockets, 25 plush care bears, 30 Tsum Tsums, about 3,000 Pok\u00e9mon cards, around 200 comic books and lots of stuffed toys! [Gemr spotlight collection](https://blogadmin.gemr.com/blog/collector-spotlight-mande-walschot/)\n\nAlso seen on [national television](http://ringtv.be/nieuws/mande-uit-halle-heeft-grootste-poppenverzameling-uit-regio) and [newspapers](http://www.hln.be/regio/nieuws-uit-halle/mande-leeft-samen-met-1-357-pony-s-a2797213/).\n\n\nSister of @steve-walschot, the creator of SteemPay.io and vouched Steem applications developer and girlfriend of game-enthusiast @herrlonnie.", + "category": "life", + "children": 3, + "created": "2016-09-15T17:14:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://mandesevilkingdom.com/steemit/post6/DSC01422.JPG", + "http://mandesevilkingdom.com/steemit/post6/DSC09982.JPG", + "http://mandesevilkingdom.com/steemit/post6/DSC05838.JPG", + "http://mandesevilkingdom.com/steemit/post6/DSC05066.JPG", + "http://mandesevilkingdom.com/steemit/post6/DSC05622.JPG" + ], + "links": [ + "https://blogadmin.gemr.com/blog/collector-spotlight-mande-walschot/", + "http://ringtv.be/nieuws/mande-uit-halle-heeft-grootste-poppenverzameling-uit-regio", + "http://www.hln.be/regio/nieuws-uit-halle/mande-leeft-samen-met-1-357-pony-s-a2797213/" + ], + "tags": [ + "life", + "story", + "collector", + "toys", + "mandesevilkingdom" + ], + "users": [ + "steve-walschot", + "herrlonnie" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 46309406304713, + "payout": 127.75, + "payout_at": "2016-09-22T17:14:30", + "pending_payout_value": "127.750 HBD", + "percent_hbd": 10000, + "permlink": "the-gift-of-family-stories-of-a-toy-collector-1", + "post_id": 1256309, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 109 + }, + "title": "The gift of family: Stories of a toy collector #1", + "updated": "2016-09-15T17:14:30", + "url": "/life/@mevilkingdom/the-gift-of-family-stories-of-a-toy-collector-1" + }, + { + "active_votes": [ { - "rshares": 8620751418, - "voter": "badger3115" + "rshares": 17090065130398, + "voter": "itsascam" }, { - "rshares": 9094322525, - "voter": "badger3165" + "rshares": 494615933987, + "voter": "barrie" }, { - "rshares": 8719839476, - "voter": "badger3185" + "rshares": 5104374858, + "voter": "style" }, { - "rshares": 8781852760, - "voter": "badger314" + "rshares": 31615157678633, + "voter": "smooth" }, { - "rshares": 9016623831, - "voter": "badger317" + "rshares": 2010275785223, + "voter": "steemroller" }, { - "rshares": 8754752298, - "voter": "badger3102" + "rshares": 170446135744, + "voter": "highasfuck" }, { - "rshares": 8716180752, - "voter": "badger3103" + "rshares": 74804762347, + "voter": "donaldtrump" }, { - "rshares": 8643109747, - "voter": "badger3125" + "rshares": 18179751582536, + "voter": "steemed" }, { - "rshares": 8609217889, - "voter": "badger3183" + "rshares": 2274658800074, + "voter": "badassmother" }, { - "rshares": 3846391057396, - "voter": "satoshifund" + "rshares": 3302758254286, + "voter": "pharesim" }, { - "rshares": 409101774211, - "voter": "taoteh1221" + "rshares": 2097552675313, + "voter": "hr1" }, { - "rshares": 397051543, - "voter": "stiletto" + "rshares": 23808318621, + "voter": "jaewoocho" }, { - "rshares": 329475959851, - "voter": "hisnameisolllie" + "rshares": 6118815831981, + "voter": "steemit200" }, { - "rshares": 16631729678, - "voter": "samether" + "rshares": 7573847300816, + "voter": "complexring" }, { - "rshares": 268888464827, - "voter": "trogdor" + "rshares": 209605523477, + "voter": "alex90342fastn1" }, { - "rshares": 76741877365, - "voter": "lizik" + "rshares": 1774669554492, + "voter": "joseph" }, { - "rshares": 6076030934, - "voter": "mark-waser" + "rshares": 86595142822, + "voter": "aizensou" }, { - "rshares": 17023109715, - "voter": "albertogm" + "rshares": 4449298399355, + "voter": "au1nethyb1" }, { - "rshares": 116598035112, - "voter": "geoffrey" + "rshares": 485122019613, + "voter": "recursive2" }, { - "rshares": 48043854952, - "voter": "kimziv" + "rshares": 667162488055, + "voter": "masteryoda" }, { - "rshares": 45329641437, - "voter": "honeythief" + "rshares": 3322708843362, + "voter": "recursive" }, { - "rshares": 783296766, - "voter": "mammasitta" + "rshares": 1245640452, + "voter": "mineralwasser" }, { - "rshares": 8023548500, - "voter": "svamiva" + "rshares": 729991138518, + "voter": "boombastic" }, { - "rshares": 84593236072, - "voter": "emily-cook" + "rshares": 94001156030, + "voter": "mrs.agsexplorer" }, { - "rshares": 88815259593, - "voter": "razvanelulmarin" + "rshares": 5916196295178, + "voter": "smooth.witness" }, { - "rshares": 11724844430, - "voter": "primus" + "rshares": 437703098651, + "voter": "boatymcboatface" }, { - "rshares": 47408810095, - "voter": "isteemit" + "rshares": 795220410822, + "voter": "pfunk" }, { - "rshares": 29507126925, - "voter": "venuspcs" + "rshares": 10606181778, + "voter": "idol" }, { - "rshares": 7412303704, - "voter": "dasha" + "rshares": 816027455333, + "voter": "steemrollin" }, { - "rshares": 164473451693, - "voter": "dashpaymag" + "rshares": 5146683930, + "voter": "sakr" }, { - "rshares": 179634701251, - "voter": "asmolokalo" + "rshares": 1825959213, + "voter": "jocelyn" }, { - "rshares": 71630423287, - "voter": "rubybian" + "rshares": 60085696312, + "voter": "lovelace" }, { - "rshares": 3348308505, - "voter": "orly" + "rshares": 59913432129, + "voter": "eeks" }, { - "rshares": 124605464759, - "voter": "joshbreslauer" + "rshares": 508881476, + "voter": "paco-steem" }, { - "rshares": 3822074668, - "voter": "getssidetracked" + "rshares": 6128985263, + "voter": "spaninv" }, { - "rshares": 255388351, - "voter": "mstang83" + "rshares": 36607117778, + "voter": "james-show" }, { - "rshares": 2771968021, - "voter": "soupernerd" + "rshares": 306562166543, + "voter": "teamsteem" }, { - "rshares": 18842523479, - "voter": "hakise" + "rshares": 8667563285, + "voter": "richman" }, { - "rshares": 16313475946, - "voter": "yogi.artist" + "rshares": 597469084444, + "voter": "nanzo-scoop" }, { - "rshares": 103519364, - "voter": "strawhat" + "rshares": 13068737980, + "voter": "acidyo" }, { - "rshares": 18271463213, - "voter": "r4fken" + "rshares": 9836128503, + "voter": "kefkius" }, { - "rshares": 102589641, - "voter": "cryptochannel" + "rshares": 183161435734, + "voter": "mummyimperfect" }, { - "rshares": 751105712, - "voter": "busser" + "rshares": 106596497756, + "voter": "asch" }, { - "rshares": 1296482376779, - "voter": "renohq" + "rshares": 1414294886, + "voter": "murh" }, { - "rshares": 90621183, - "voter": "cynetyc" + "rshares": 16384992607, + "voter": "b4bb4r-5h3r" }, { - "rshares": 178036418351, - "voter": "repholder" + "rshares": 2380357206, + "voter": "error" }, { - "rshares": 17933830494, - "voter": "senseiteekay" + "rshares": 5736901624, + "voter": "marta-zaidel" }, { - "rshares": 1107678597, - "voter": "karen13" + "rshares": 1111891456384, + "voter": "cyber" }, { - "rshares": 28215193752, - "voter": "dwinblood" + "rshares": 63438373767, + "voter": "theshell" }, { - "rshares": 232704872, - "voter": "hankrearden" + "rshares": 50829946401, + "voter": "ak2020" }, { - "rshares": 4205385163, - "voter": "dcryptogold" + "rshares": 24406094847, + "voter": "paul-labossiere" }, { - "rshares": 445694155351, - "voter": "knozaki2015" + "rshares": 8444643097, + "voter": "badger311" }, { - "rshares": 37813694617, - "voter": "creemej" + "rshares": 8739309936, + "voter": "badger313" }, { - "rshares": 2649700819, - "voter": "the-future" + "rshares": 8702812205, + "voter": "badger312" }, { - "rshares": 4296012707, - "voter": "adamt" + "rshares": 9001957985, + "voter": "badger316" }, { - "rshares": 352137668, - "voter": "illlefr4u" + "rshares": 9123908555, + "voter": "badger319" }, { - "rshares": 179093823083, - "voter": "blueorgy" + "rshares": 9031542371, + "voter": "badger3101" }, { - "rshares": 1048315760, - "voter": "poseidon" + "rshares": 8484355705, + "voter": "badger3111" }, { - "rshares": 353233017102, - "voter": "calaber24p" + "rshares": 9046660503, + "voter": "badger3121" }, { - "rshares": 7168473448, - "voter": "geronimo" + "rshares": 8655000770, + "voter": "badger3131" }, { - "rshares": 119052939, - "voter": "patrickgamer" + "rshares": 8763029801, + "voter": "badger3141" }, { - "rshares": 3756011902, - "voter": "tarindel" + "rshares": 8739438390, + "voter": "badger3171" }, { - "rshares": 53840494072, - "voter": "jl777" + "rshares": 8546840544, + "voter": "badger3181" }, { - "rshares": 7455410380, - "voter": "lostnuggett" + "rshares": 9133330900, + "voter": "badger3191" }, { - "rshares": 1808255843, - "voter": "yarly" + "rshares": 8546677434, + "voter": "badger3112" }, { - "rshares": 272625902, - "voter": "yarly2" + "rshares": 8887954397, + "voter": "badger3132" }, { - "rshares": 273033812, - "voter": "yarly3" + "rshares": 8761078331, + "voter": "badger3162" }, { - "rshares": 157733805, - "voter": "yarly4" + "rshares": 8992228887, + "voter": "badger3113" }, { - "rshares": 158624349, - "voter": "yarly5" + "rshares": 8642792477, + "voter": "badger3123" }, { - "rshares": 90416287, - "voter": "yarly7" + "rshares": 8766587545, + "voter": "badger3133" }, { - "rshares": 35139336747, - "voter": "anca3drandom" + "rshares": 9118344314, + "voter": "badger3153" }, { - "rshares": 206059171, - "voter": "sergey44" + "rshares": 8796674420, + "voter": "badger3163" }, { - "rshares": 20688732028, - "voter": "krabgat" + "rshares": 8827229893, + "voter": "badger3193" }, { - "rshares": 1376683720, - "voter": "pump" + "rshares": 8776802653, + "voter": "badger3114" }, { - "rshares": 4543588148, - "voter": "proto" + "rshares": 8685647702, + "voter": "badger3124" }, { - "rshares": 658428891, - "voter": "curator" + "rshares": 8588443996, + "voter": "badger3144" }, { - "rshares": 7217226926, - "voter": "sisterholics" + "rshares": 8510215906, + "voter": "badger3154" }, { - "rshares": 437560586, - "voter": "yarly10" + "rshares": 8377439541, + "voter": "badger3164" }, { - "rshares": 1404389769, - "voter": "alex.chien" + "rshares": 8709594719, + "voter": "badger3174" }, { - "rshares": 234191245, - "voter": "yarly11" + "rshares": 8990131945, + "voter": "badger3194" }, { - "rshares": 81879061, - "voter": "yarly12" + "rshares": 8886390213, + "voter": "badger3105" }, { - "rshares": 817422571, - "voter": "bullionstackers" + "rshares": 8829855890, + "voter": "badger3135" }, { - "rshares": 1353556396, - "voter": "jillstein2016" + "rshares": 8423677653, + "voter": "badger3145" }, { - "rshares": 110940646, - "voter": "cryptoz" + "rshares": 9007775605, + "voter": "badger3155" }, { - "rshares": 3302325689, - "voter": "glitterpig" + "rshares": 8700405144, + "voter": "badger3175" }, { - "rshares": 2721772895, - "voter": "weenis" + "rshares": 8476400832, + "voter": "badger3195" }, { - "rshares": 6276104780, - "voter": "shortcut" + "rshares": 8118050898, + "voter": "badger3106" }, { - "rshares": 947490604, - "voter": "metaflute" + "rshares": 8937624541, + "voter": "badger3116" }, { - "rshares": 53625340506, - "voter": "gomeravibz" + "rshares": 8985650752, + "voter": "badger3126" }, { - "rshares": 2298206027, - "voter": "taker" + "rshares": 8612200061, + "voter": "badger3136" }, { - "rshares": 6519151447, - "voter": "nekromarinist" + "rshares": 8258400234, + "voter": "badger3146" }, { - "rshares": 255125311951, - "voter": "laonie" + "rshares": 8490340780, + "voter": "badger3156" }, { - "rshares": 24365622803, - "voter": "rawnetics" + "rshares": 8706389295, + "voter": "badger3166" }, { - "rshares": 21936007997, - "voter": "thebluepanda" + "rshares": 8621132771, + "voter": "badger3176" }, { - "rshares": 9290853052, - "voter": "myfirst" + "rshares": 8755875075, + "voter": "badger3186" }, { - "rshares": 51805687934, - "voter": "somebody" + "rshares": 8791679103, + "voter": "badger3196" }, { - "rshares": 2179269063, - "voter": "flysaga" + "rshares": 8719115915, + "voter": "badger3107" }, { - "rshares": 1666074362, - "voter": "gmurph" + "rshares": 8471219511, + "voter": "badger315" }, { - "rshares": 75896047, - "voter": "kurzer42" + "rshares": 8967783289, + "voter": "badger318" }, { - "rshares": 12875031979, - "voter": "midnightoil" + "rshares": 9017453945, + "voter": "badger3151" }, { - "rshares": 112039552783, - "voter": "thisisbenbrick" + "rshares": 8689488611, + "voter": "badger3161" }, { - "rshares": 28616803100, - "voter": "xiaohui" + "rshares": 8949002867, + "voter": "badger3122" }, { - "rshares": 273268939036, - "voter": "fairytalelife" + "rshares": 8885762813, + "voter": "badger3142" }, { - "rshares": 1515144667, - "voter": "elfkitchen" + "rshares": 9108975316, + "voter": "badger3152" }, { - "rshares": 95730066975, - "voter": "joele" + "rshares": 8411478004, + "voter": "badger3172" }, { - "rshares": 62525016, - "voter": "nickche" + "rshares": 8925354284, + "voter": "badger3182" }, { - "rshares": 1006840529, - "voter": "xiaokongcom" + "rshares": 8680549060, + "voter": "badger3192" }, { - "rshares": 2029536701, - "voter": "xianjun" + "rshares": 8595056299, + "voter": "badger3143" }, { - "rshares": 4015538661, - "voter": "bledarus" + "rshares": 8858353164, + "voter": "badger3173" }, { - "rshares": 9424379191, - "voter": "mione" + "rshares": 8564624091, + "voter": "badger3104" }, { - "rshares": 132977963, - "voter": "microluck" + "rshares": 8276422091, + "voter": "badger3134" }, { - "rshares": 3738644213, - "voter": "lamech-m" + "rshares": 8683730541, + "voter": "badger3184" }, { - "rshares": 96646175509, - "voter": "serejandmyself" + "rshares": 8620751418, + "voter": "badger3115" }, { - "rshares": 11892332998, - "voter": "gvargas123" + "rshares": 9094322525, + "voter": "badger3165" }, { - "rshares": 62362905, - "voter": "steempipe" + "rshares": 8719839476, + "voter": "badger3185" }, { - "rshares": 78411391, - "voter": "joelbow" + "rshares": 8781852760, + "voter": "badger314" }, { - "rshares": 3803460203, - "voter": "booky" + "rshares": 9016623831, + "voter": "badger317" }, { - "rshares": 1258844947, - "voter": "lenar" + "rshares": 8754752298, + "voter": "badger3102" }, { - "rshares": 85972582, - "voter": "uziriel" + "rshares": 8716180752, + "voter": "badger3103" }, { - "rshares": 7622839970, - "voter": "einsteinpotsdam" + "rshares": 8643109747, + "voter": "badger3125" }, { - "rshares": 196299480, - "voter": "justyna" + "rshares": 8609217889, + "voter": "badger3183" }, { - "rshares": 1696748093, - "voter": "davidjkelley" + "rshares": 3846391057396, + "voter": "satoshifund" }, { - "rshares": 191746347, - "voter": "team101" + "rshares": 409101774211, + "voter": "taoteh1221" }, { - "rshares": 78524876091, - "voter": "markrmorrisjr" + "rshares": 397051543, + "voter": "stiletto" }, { - "rshares": 43493219768, - "voter": "sponge-bob" + "rshares": 329475959851, + "voter": "hisnameisolllie" }, { - "rshares": 15898616334, - "voter": "digital-wisdom" + "rshares": 16631729678, + "voter": "samether" }, { - "rshares": 465069683, - "voter": "areynolds" + "rshares": 268888464827, + "voter": "trogdor" }, { - "rshares": 3789294115, - "voter": "ethical-ai" + "rshares": 76741877365, + "voter": "lizik" }, { - "rshares": 44044569923, - "voter": "zahnspange" + "rshares": 6076030934, + "voter": "mark-waser" }, { - "rshares": 6975589641, - "voter": "jwaser" + "rshares": 17023109715, + "voter": "albertogm" }, { - "rshares": 633563845, - "voter": "kev7000" + "rshares": 116598035112, + "voter": "geoffrey" }, { - "rshares": 56897224, - "voter": "lighter" + "rshares": 48043854952, + "voter": "kimziv" }, { - "rshares": 849853966, - "voter": "edgarsart" + "rshares": 45329641437, + "voter": "honeythief" }, { - "rshares": 2732082679, - "voter": "bwaser" + "rshares": 783296766, + "voter": "mammasitta" }, { - "rshares": 1604998002, - "voter": "mcsvi" + "rshares": 8023548500, + "voter": "svamiva" }, { - "rshares": 2563669906, - "voter": "lilmisjenn" + "rshares": 84593236072, + "voter": "emily-cook" }, { - "rshares": 2201645172, - "voter": "alina1" + "rshares": 88815259593, + "voter": "razvanelulmarin" }, { - "rshares": 44345521597, - "voter": "brains" + "rshares": 11724844430, + "voter": "primus" }, { - "rshares": 511010052, - "voter": "anomaly" + "rshares": 47408810095, + "voter": "isteemit" }, { - "rshares": 2453286924, - "voter": "ellepdub" + "rshares": 29507126925, + "voter": "venuspcs" }, { - "rshares": 334777472, - "voter": "ola1" + "rshares": 7412303704, + "voter": "dasha" }, { - "rshares": 12365052286, - "voter": "herpetologyguy" + "rshares": 164473451693, + "voter": "dashpaymag" }, { - "rshares": 4918589707, - "voter": "morgan.waser" + "rshares": 179634701251, + "voter": "asmolokalo" }, { - "rshares": 50602980, - "voter": "cfisher" + "rshares": 71630423287, + "voter": "rubybian" }, { - "rshares": 50225780, - "voter": "steemq" + "rshares": 3348308505, + "voter": "orly" }, { - "rshares": 50223099, - "voter": "battalar" + "rshares": 124605464759, + "voter": "joshbreslauer" }, { - "rshares": 50214183, - "voter": "weare" + "rshares": 3822074668, + "voter": "getssidetracked" }, { - "rshares": 810369666, - "voter": "bapparabi" + "rshares": 255388351, + "voter": "mstang83" }, { - "rshares": 3767770521, - "voter": "strong-ai" + "rshares": 2771968021, + "voter": "soupernerd" }, { - "rshares": 341766085, - "voter": "darkminded153" + "rshares": 18842523479, + "voter": "hakise" }, { - "rshares": 205540805, - "voter": "sjamayee" + "rshares": 16313475946, + "voter": "yogi.artist" }, { - "rshares": 2288503420, - "voter": "senseye" + "rshares": 103519364, + "voter": "strawhat" }, { - "rshares": 158676075, - "voter": "iberia" + "rshares": 18271463213, + "voter": "r4fken" }, { - "rshares": 435351417, - "voter": "witchcraftblog" + "rshares": 102589641, + "voter": "cryptochannel" }, { - "rshares": 161693690, - "voter": "shadowproject" + "rshares": 751105712, + "voter": "busser" }, { - "rshares": 158044626, - "voter": "acute" + "rshares": 1296482376779, + "voter": "renohq" }, { - "rshares": 161082496, - "voter": "mrsgreen" + "rshares": 90621183, + "voter": "cynetyc" }, { - "rshares": 156847954, - "voter": "correct" + "rshares": 178036418351, + "voter": "repholder" }, { - "rshares": 156425539, - "voter": "planetearth" + "rshares": 17933830494, + "voter": "senseiteekay" }, { - "rshares": 156411729, - "voter": "blender" + "rshares": 1107678597, + "voter": "karen13" }, { - "rshares": 156378592, - "voter": "greenpeace" + "rshares": 28215193752, + "voter": "dwinblood" }, { - "rshares": 159387371, - "voter": "bosch" + "rshares": 232704872, + "voter": "hankrearden" }, { - "rshares": 159175576, - "voter": "fallout" + "rshares": 4205385163, + "voter": "dcryptogold" }, { - "rshares": 156043541, - "voter": "disneypixar" + "rshares": 445694155351, + "voter": "knozaki2015" }, { - "rshares": 155528114, - "voter": "icesteem" + "rshares": 37813694617, + "voter": "creemej" }, { - "rshares": 158218750, - "voter": "povesa" + "rshares": 2649700819, + "voter": "the-future" }, { - "rshares": 154247502, - "voter": "dougkarr" + "rshares": 4296012707, + "voter": "adamt" }, { - "rshares": 609620523, - "voter": "thirstyrecords" + "rshares": 352137668, + "voter": "illlefr4u" }, { - "rshares": 152441845, - "voter": "berek" + "rshares": 179093823083, + "voter": "blueorgy" }, { - "rshares": 167514290, - "voter": "pathtomydream" + "rshares": 1048315760, + "voter": "poseidon" }, { - "rshares": 115485161, - "voter": "paulocouto" + "rshares": 353233017102, + "voter": "calaber24p" }, { - "rshares": 151694143, - "voter": "ajmastaflex" + "rshares": 7168473448, + "voter": "geronimo" }, { - "rshares": 154296504, - "voter": "reser" + "rshares": 119052939, + "voter": "patrickgamer" }, { - "rshares": 145020464, - "voter": "newsfeed" + "rshares": 3756011902, + "voter": "tarindel" }, { - "rshares": 144801473, - "voter": "dirlei.sdias" + "rshares": 53840494072, + "voter": "jl777" }, { - "rshares": 153727461, - "voter": "jameswalker" + "rshares": 7455410380, + "voter": "lostnuggett" }, { - "rshares": 147383884, - "voter": "marianela" - } - ], - "author": "thisisbenbrick", - "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, - "beneficiaries": [], - "blacklists": [], - "body": "---\n\n
    I wanted to share another track/story taken from my debut EP Closer | Closure
    \n\n
    Written & Produced by Benbrick\nMixed by Goetz Botzenhardt\nMastered by Matt Colton
    \n\n
    You can get this track for 1 SBD scroll down for more info...
    \n\n---\n
    \n
    http://www.benbrick.co.uk/Uploads/steemit9/ASSR%20600.png


    \n\n
    And so she runs\nI never got the chance to find out\nWhat it all meant to her
    \n\n
    Oh yeah\u2026 I\u2019ll see her again\nBut by then it\u2019s too late\nTo dwell on insecurities
    \n\n
    We all act like this\u2026\nTalking hours about shit,\nBut not talking about each other
    \n\n
    Like it don\u2019t mean a thing when it means everything
    \n\n
    That makes it harder to say it\nBut where\u2019s the logic in that?
    \n\n
    All i\u2019m saying is.. I need you back
    \n\n
    Not just someone when the nights are colder\nI find it hard to put anything over
    \n\n
    What you and I had
    \n

    \n
    \n

    \n---\n\n
    Transfer 1 SBD with the track title + e-mail address (or find me in steemit.chat for anonymity)
    \n\n
    \ud83c\udd95 Benbrick - And So She Runs \ud83c\udd95\nBenbrick - The Only Shortcut\nBenbrick - Perfect Ending\nBenbrick - La Perfezione Brevemente\nBenbrick - Heaven is Empty\nBenbrick - Forever Holding On
    \n\n\n
    🏆 @knozaki2015 🏆 @pump and 🏆 @kevinwong 🏆\nThank you for buying all 5 tracks for 1 SBD each
    \n\n---\n\n

    Follow me

    \n\n---", - "category": "music", - "children": 13, - "created": "2016-09-14T12:39:42", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "is_paidout": false, - "json_metadata": { - "image": [ - "http://www.benbrick.co.uk/Uploads/steemit9/ASSR%20600.png" - ], - "links": [ - "http://benbrick.co.uk/buy/", - "http://www.benbrick.co.uk", - "http://www.goetz-botzenhardt.com/studio", - "https://www.attackmagazine.com/features/job-envy/matt-colton/", - "http://www.steemit.chat", - "https://steemit.com/introduceyourself/@thisisbenbrick/ricky-gervais-called-me-a-future-genius-and-my-music-stunningly-beautiful-we-met-this-year", - "https://steemit.com/introduce/@thisisbenbrick/hey-steems-i-m-benbrick-a-platinum-selling-songwriter-and-artist-here-s-pt-2-of-how-i-connected-with-ricky-gervais", - "https://steemit.com/music/@thisisbenbrick/i-recorded-this-on-freddie-mercury-s-piano-exclusively-for-steemit-com-my-thoughts-on-a-steem-vat", - "https://steemit.com/music/@thisisbenbrick/don-t-give-up-watching-the-royal-philharmonic-orchestra-record-my-songs-at-abbey-road-studios", - "https://steemit.com/music/@thisisbenbrick/i-went-to-la-bought-a-gopro-and-filmed-my-first-music-video-and-here-it-is", - "https://steemit.com/@knozaki2015", - "https://steemit.com/@pump", - "https://steemit.com/@kevinwong", - "http://www.steemit.com/@thisisbenbrick" - ], - "tags": [ - "music", - "life", - "love", - "story" - ] - }, - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 124266468101069, - "payout": 892.799, - "payout_at": "2016-09-21T12:39:42", - "pending_payout_value": "892.799 HBD", - "percent_hbd": 10000, - "permlink": "i-never-got-the-chance-to-find-out-what-it-all-meant-to-her", - "post_id": 1242711, - "promoted": "0.000 HBD", - "replies": [], - "stats": { - "flag_weight": 0.0, - "gray": false, - "hide": false, - "total_votes": 289 - }, - "title": "I Never Got The Chance To Find Out What It All Meant To Her", - "updated": "2016-09-14T12:39:42", - "url": "/music/@thisisbenbrick/i-never-got-the-chance-to-find-out-what-it-all-meant-to-her" - }, - { - "active_votes": [ + "rshares": 1808255843, + "voter": "yarly" + }, { - "rshares": 31308460859447, - "voter": "smooth" + "rshares": 272625902, + "voter": "yarly2" }, { - "rshares": 231810333637, - "voter": "anonymous" + "rshares": 273033812, + "voter": "yarly3" }, { - "rshares": 1020236794603, - "voter": "liondani" + "rshares": 157733805, + "voter": "yarly4" }, { - "rshares": 1950774078440, - "voter": "xeroc" + "rshares": 158624349, + "voter": "yarly5" }, { - "rshares": 636514783207, - "voter": "masteryoda" + "rshares": 90416287, + "voter": "yarly7" }, { - "rshares": 5943125371535, - "voter": "smooth.witness" + "rshares": 35139336747, + "voter": "anca3drandom" }, { - "rshares": 800066797130, - "voter": "steemrollin" + "rshares": 206059171, + "voter": "sergey44" }, { - "rshares": 14982933604, - "voter": "eeks" + "rshares": 20688732028, + "voter": "krabgat" }, { - "rshares": 32368367444, - "voter": "instructor2121" + "rshares": 1376683720, + "voter": "pump" }, { - "rshares": 326639006522, - "voter": "teamsteem" + "rshares": 4543588148, + "voter": "proto" }, { - "rshares": 178446109019, - "voter": "steve-walschot" + "rshares": 658428891, + "voter": "curator" }, { - "rshares": 313697862, - "voter": "coar" + "rshares": 7217226926, + "voter": "sisterholics" }, { - "rshares": 1061253912, - "voter": "murh" + "rshares": 437560586, + "voter": "yarly10" }, { - "rshares": 40553528416, - "voter": "ranko-k" + "rshares": 1404389769, + "voter": "alex.chien" }, { - "rshares": 970586830705, - "voter": "cyber" + "rshares": 234191245, + "voter": "yarly11" }, { - "rshares": 35244223389, - "voter": "drinkzya" + "rshares": 81879061, + "voter": "yarly12" }, { - "rshares": 57203974765, - "voter": "thecryptodrive" + "rshares": 817422571, + "voter": "bullionstackers" }, { - "rshares": 5287780547, - "voter": "tee-em" + "rshares": 1353556396, + "voter": "jillstein2016" }, { - "rshares": 31345579234, - "voter": "michaelx" + "rshares": 110940646, + "voter": "cryptoz" }, { - "rshares": 88062402472, - "voter": "razvanelulmarin" + "rshares": 3302325689, + "voter": "glitterpig" }, { - "rshares": 34073699558, - "voter": "cryptoiskey" + "rshares": 2721772895, + "voter": "weenis" }, { - "rshares": 484636799, - "voter": "mrhankeh" + "rshares": 6276104780, + "voter": "shortcut" }, { - "rshares": 37152547241, - "voter": "clement" + "rshares": 947490604, + "voter": "metaflute" }, { - "rshares": 49807514764, - "voter": "isteemit" + "rshares": 53625340506, + "voter": "gomeravibz" }, { - "rshares": 68450553516, - "voter": "bacchist" + "rshares": 2298206027, + "voter": "taker" }, { - "rshares": 52093553829, - "voter": "venuspcs" + "rshares": 6519151447, + "voter": "nekromarinist" }, { - "rshares": 14885828588, - "voter": "ausbitbank" + "rshares": 255125311951, + "voter": "laonie" }, { - "rshares": 2632467953, - "voter": "steem1653" + "rshares": 24365622803, + "voter": "rawnetics" }, { - "rshares": 185292018100, - "voter": "anyx" + "rshares": 21936007997, + "voter": "thebluepanda" }, { - "rshares": 80777327, - "voter": "snowden" + "rshares": 9290853052, + "voter": "myfirst" }, { - "rshares": 629471993, - "voter": "luisucv34" + "rshares": 51805687934, + "voter": "somebody" }, { - "rshares": 87223247, - "voter": "wildchild" + "rshares": 2179269063, + "voter": "flysaga" }, { - "rshares": 2726160685, - "voter": "the-future" + "rshares": 1666074362, + "voter": "gmurph" }, { - "rshares": 167307855189, - "voter": "blueorgy" + "rshares": 75896047, + "voter": "kurzer42" }, { - "rshares": 3709595271, - "voter": "bitcoiner" + "rshares": 12875031979, + "voter": "midnightoil" }, { - "rshares": 30989825780, - "voter": "zaebars" + "rshares": 112039552783, + "voter": "thisisbenbrick" }, { - "rshares": 799615699, - "voter": "raymonjohnstone" + "rshares": 28616803100, + "voter": "xiaohui" }, { - "rshares": 50626015, - "voter": "steemchain" + "rshares": 273268939036, + "voter": "fairytalelife" }, { - "rshares": 50626015, - "voter": "whalepool" + "rshares": 1515144667, + "voter": "elfkitchen" }, { - "rshares": 4233708636, - "voter": "tygergamer" + "rshares": 95730066975, + "voter": "joele" }, { - "rshares": 15951876294, - "voter": "clevecross" + "rshares": 62525016, + "voter": "nickche" }, { - "rshares": 138539449846, - "voter": "steemdrive" + "rshares": 1006840529, + "voter": "xiaokongcom" }, { - "rshares": 50579614280, - "voter": "gomeravibz" + "rshares": 2029536701, + "voter": "xianjun" }, { - "rshares": 2157207095, - "voter": "merej99" + "rshares": 4015538661, + "voter": "bledarus" }, { - "rshares": 22969491561, - "voter": "laonie1" + "rshares": 9424379191, + "voter": "mione" }, { - "rshares": 23486297008, - "voter": "laonie2" + "rshares": 132977963, + "voter": "microluck" }, { - "rshares": 23494592105, - "voter": "laonie3" + "rshares": 3738644213, + "voter": "lamech-m" }, { - "rshares": 5831750244, - "voter": "brendio" + "rshares": 96646175509, + "voter": "serejandmyself" }, { - "rshares": 416938566, - "voter": "gmurph" + "rshares": 11892332998, + "voter": "gvargas123" }, { - "rshares": 50577648, - "voter": "michellek" + "rshares": 62362905, + "voter": "steempipe" }, { - "rshares": 23490269143, - "voter": "laonie4" + "rshares": 78411391, + "voter": "joelbow" }, { - "rshares": 23487998630, - "voter": "laonie5" + "rshares": 3803460203, + "voter": "booky" }, { - "rshares": 23485020903, - "voter": "laonie6" + "rshares": 1258844947, + "voter": "lenar" }, { - "rshares": 23480867466, - "voter": "laonie7" + "rshares": 85972582, + "voter": "uziriel" }, { - "rshares": 3323846130, - "voter": "kurtbeil" + "rshares": 7622839970, + "voter": "einsteinpotsdam" }, { - "rshares": 23477419388, - "voter": "laonie8" + "rshares": 196299480, + "voter": "justyna" }, { - "rshares": 23474718053, - "voter": "laonie9" + "rshares": 1696748093, + "voter": "davidjkelley" }, { - "rshares": 2370262538, - "voter": "steemleak" + "rshares": 191746347, + "voter": "team101" }, { - "rshares": 7991657587, - "voter": "mevilkingdom" + "rshares": 78524876091, + "voter": "markrmorrisjr" }, { - "rshares": 88206053, - "voter": "bigsambucca" + "rshares": 43493219768, + "voter": "sponge-bob" }, { - "rshares": 2343161589, - "voter": "paynode" + "rshares": 15898616334, + "voter": "digital-wisdom" + }, + { + "rshares": 465069683, + "voter": "areynolds" + }, + { + "rshares": 3789294115, + "voter": "ethical-ai" + }, + { + "rshares": 44044569923, + "voter": "zahnspange" }, { - "rshares": 72135954, - "voter": "stevescriber" + "rshares": 6975589641, + "voter": "jwaser" }, { - "rshares": 51247757, - "voter": "loli" + "rshares": 633563845, + "voter": "kev7000" }, { - "rshares": 52419023, - "voter": "nano2nd" + "rshares": 56897224, + "voter": "lighter" }, { - "rshares": 61430307, - "voter": "cryptoblu" + "rshares": 849853966, + "voter": "edgarsart" }, { - "rshares": 61423628, - "voter": "instructor" + "rshares": 2732082679, + "voter": "bwaser" }, { - "rshares": 802020725261, - "voter": "dollarvigilante" + "rshares": 1604998002, + "voter": "mcsvi" }, { - "rshares": 4056826699, - "voter": "lamech-m" + "rshares": 2563669906, + "voter": "lilmisjenn" }, { - "rshares": 23468511648, - "voter": "laonie10" + "rshares": 2201645172, + "voter": "alina1" }, { - "rshares": 159631404, - "voter": "kamil5" + "rshares": 44345521597, + "voter": "brains" }, { - "rshares": 8706975244, - "voter": "garywilson" + "rshares": 511010052, + "voter": "anomaly" }, { - "rshares": 50829277, - "voter": "bitchplease" + "rshares": 2453286924, + "voter": "ellepdub" }, { - "rshares": 5831957227, - "voter": "trev" + "rshares": 334777472, + "voter": "ola1" }, { - "rshares": 99130059443, - "voter": "barrycooper" + "rshares": 12365052286, + "voter": "herpetologyguy" }, { - "rshares": 32443492367, - "voter": "hilarski" + "rshares": 4918589707, + "voter": "morgan.waser" }, { - "rshares": 2029369552, - "voter": "shadowspub" + "rshares": 50602980, + "voter": "cfisher" }, { - "rshares": 8558777427, - "voter": "rimann" + "rshares": 50225780, + "voter": "steemq" }, { - "rshares": 58139915, - "voter": "rickmiller" + "rshares": 50223099, + "voter": "battalar" }, { - "rshares": 5401518277, - "voter": "nulliusinverba" + "rshares": 50214183, + "voter": "weare" }, { - "rshares": 22792452702, - "voter": "mikehere" + "rshares": 810369666, + "voter": "bapparabi" }, { - "rshares": 22621808463, - "voter": "laonie11" + "rshares": 3767770521, + "voter": "strong-ai" }, { - "rshares": 3411072843, - "voter": "xanoxt" + "rshares": 341766085, + "voter": "darkminded153" }, { - "rshares": 4044651818, - "voter": "l0k1" + "rshares": 205540805, + "voter": "sjamayee" }, { - "rshares": 50798127, - "voter": "freesteem" + "rshares": 2288503420, + "voter": "senseye" }, { - "rshares": 450072622, - "voter": "saramiller" + "rshares": 158676075, + "voter": "iberia" }, { - "rshares": 2353724275, - "voter": "zettar" + "rshares": 435351417, + "voter": "witchcraftblog" }, { - "rshares": 6066265903, - "voter": "dexter-k" + "rshares": 161693690, + "voter": "shadowproject" }, { - "rshares": 53871683, - "voter": "doggnostic" + "rshares": 158044626, + "voter": "acute" }, { - "rshares": 674641805, - "voter": "ct-gurus" + "rshares": 161082496, + "voter": "mrsgreen" }, { - "rshares": 53593366, - "voter": "jenny-talls" + "rshares": 156847954, + "voter": "correct" }, { - "rshares": 415654681468, - "voter": "charlieshrem" + "rshares": 156425539, + "voter": "planetearth" }, { - "rshares": 61826073622, - "voter": "tracemayer" + "rshares": 156411729, + "voter": "blender" }, { - "rshares": 1386999849, - "voter": "bitcoinparadise" + "rshares": 156378592, + "voter": "greenpeace" }, { - "rshares": 2170339399, - "voter": "steemsquad" + "rshares": 159387371, + "voter": "bosch" }, { - "rshares": 52104641, - "voter": "vsmith08162016" + "rshares": 159175576, + "voter": "fallout" }, { - "rshares": 339288508, - "voter": "anomaly" + "rshares": 156043541, + "voter": "disneypixar" }, { - "rshares": 63405661, - "voter": "inarix03" + "rshares": 155528114, + "voter": "icesteem" }, { - "rshares": 51238118, - "voter": "teemsteem" + "rshares": 158218750, + "voter": "povesa" }, { - "rshares": 50975390, - "voter": "steemprincess" + "rshares": 154247502, + "voter": "dougkarr" }, { - "rshares": 52329350, - "voter": "ninjapainter" + "rshares": 609620523, + "voter": "thirstyrecords" }, { - "rshares": 1630374239, - "voter": "rusteemitblog" + "rshares": 152441845, + "voter": "berek" }, { - "rshares": 71727340, - "voter": "dealzgal" + "rshares": 167514290, + "voter": "pathtomydream" }, { - "rshares": 68013381, - "voter": "storage" + "rshares": 115485161, + "voter": "paulocouto" }, { - "rshares": 58460105, - "voter": "blackmarket" + "rshares": 151694143, + "voter": "ajmastaflex" }, { - "rshares": 61530871, - "voter": "gifts" + "rshares": 154296504, + "voter": "reser" }, { - "rshares": 99404487, - "voter": "expat" + "rshares": 145020464, + "voter": "newsfeed" }, { - "rshares": 140412636, - "voter": "steemtrail" + "rshares": 144801473, + "voter": "dirlei.sdias" }, { - "rshares": 1593664040, - "voter": "steemlift" + "rshares": 153727461, + "voter": "jameswalker" }, { - "rshares": 132623369, - "voter": "toddemaher1" + "rshares": 147383884, + "voter": "marianela" } ], - "author": "mevilkingdom", + "author": "thisisbenbrick", "author_payout_value": "0.000 HBD", "author_reputation": 25.0, "beneficiaries": [], "blacklists": [], - "body": "## Hi Steemians! The greatest thing about being a collector is that people always know what to buy for your birthday. Not perfume or cookware, but always things you love!\n\nHere are some pictures of what I received the last couple of times.\n\n----\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC01422.JPG)
    \n\nThese are all the gifts I received for my birthday this year. I got some cool dolls, chocolates, care bears, my little ponies and even a puzzle. What a lovely 27th birthday!\n\n___\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC09982.JPG)
    \n\nChristmas is only once a year, good thing for my family! Lots of dolls and some ponies. You can tell everyone is really supportive of my hobby.\n___\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05838.JPG)
    \nThis is what **Sinterklaas** (he brings gifts on the 6th of December) brought me. Did you know I also collect Lego to some extent?\n___\n\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05066.JPG)
    \nGifts from **Disneyland Paris**\n___\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05622.JPG)
    \nEven more **Disneyland** gifts, this time for Christmas 2 years ago. Those cookies are just **THE BEST**!\nNot to mention that they're Mickey-shaped.\n\n___\n\nThank you very much for looking at my pictures! Don't forget to **follow me** for more pictures!\n\n\n---- \n\n### Who is Mande Walschot?\n\n> Mande Walschot resides in Belgium and currently owns over 1,350 boxed My Little Ponies, around 500 boxed dolls, 52 polly pockets, 25 plush care bears, 30 Tsum Tsums, about 3,000 Pok\u00e9mon cards, around 200 comic books and lots of stuffed toys! [Gemr spotlight collection](https://blogadmin.gemr.com/blog/collector-spotlight-mande-walschot/)\n\nAlso seen on [national television](http://ringtv.be/nieuws/mande-uit-halle-heeft-grootste-poppenverzameling-uit-regio) and [newspapers](http://www.hln.be/regio/nieuws-uit-halle/mande-leeft-samen-met-1-357-pony-s-a2797213/).\n\n\nSister of @steve-walschot, the creator of SteemPay.io and vouched Steem applications developer and girlfriend of game-enthusiast @herrlonnie.", - "category": "life", - "children": 3, - "created": "2016-09-15T17:14:30", + "body": "---\n\n
    I wanted to share another track/story taken from my debut EP Closer | Closure
    \n\n
    Written & Produced by Benbrick\nMixed by Goetz Botzenhardt\nMastered by Matt Colton
    \n\n
    You can get this track for 1 SBD scroll down for more info...
    \n\n---\n
    \n
    http://www.benbrick.co.uk/Uploads/steemit9/ASSR%20600.png


    \n\n
    And so she runs\nI never got the chance to find out\nWhat it all meant to her
    \n\n
    Oh yeah\u2026 I\u2019ll see her again\nBut by then it\u2019s too late\nTo dwell on insecurities
    \n\n
    We all act like this\u2026\nTalking hours about shit,\nBut not talking about each other
    \n\n
    Like it don\u2019t mean a thing when it means everything
    \n\n
    That makes it harder to say it\nBut where\u2019s the logic in that?
    \n\n
    All i\u2019m saying is.. I need you back
    \n\n
    Not just someone when the nights are colder\nI find it hard to put anything over
    \n\n
    What you and I had
    \n

    \n
    \n

    \n---\n\n
    Transfer 1 SBD with the track title + e-mail address (or find me in steemit.chat for anonymity)
    \n\n
    \ud83c\udd95 Benbrick - And So She Runs \ud83c\udd95\nBenbrick - The Only Shortcut\nBenbrick - Perfect Ending\nBenbrick - La Perfezione Brevemente\nBenbrick - Heaven is Empty\nBenbrick - Forever Holding On
    \n\n\n
    🏆 @knozaki2015 🏆 @pump and 🏆 @kevinwong 🏆\nThank you for buying all 5 tracks for 1 SBD each
    \n\n---\n\n

    Follow me

    \n\n---", + "category": "music", + "children": 13, + "created": "2016-09-14T12:39:42", "curator_payout_value": "0.000 HBD", "depth": 0, "is_paidout": false, "json_metadata": { "image": [ - "http://mandesevilkingdom.com/steemit/post6/DSC01422.JPG", - "http://mandesevilkingdom.com/steemit/post6/DSC09982.JPG", - "http://mandesevilkingdom.com/steemit/post6/DSC05838.JPG", - "http://mandesevilkingdom.com/steemit/post6/DSC05066.JPG", - "http://mandesevilkingdom.com/steemit/post6/DSC05622.JPG" + "http://www.benbrick.co.uk/Uploads/steemit9/ASSR%20600.png" ], "links": [ - "https://blogadmin.gemr.com/blog/collector-spotlight-mande-walschot/", - "http://ringtv.be/nieuws/mande-uit-halle-heeft-grootste-poppenverzameling-uit-regio", - "http://www.hln.be/regio/nieuws-uit-halle/mande-leeft-samen-met-1-357-pony-s-a2797213/" + "http://benbrick.co.uk/buy/", + "http://www.benbrick.co.uk", + "http://www.goetz-botzenhardt.com/studio", + "https://www.attackmagazine.com/features/job-envy/matt-colton/", + "http://www.steemit.chat", + "https://steemit.com/introduceyourself/@thisisbenbrick/ricky-gervais-called-me-a-future-genius-and-my-music-stunningly-beautiful-we-met-this-year", + "https://steemit.com/introduce/@thisisbenbrick/hey-steems-i-m-benbrick-a-platinum-selling-songwriter-and-artist-here-s-pt-2-of-how-i-connected-with-ricky-gervais", + "https://steemit.com/music/@thisisbenbrick/i-recorded-this-on-freddie-mercury-s-piano-exclusively-for-steemit-com-my-thoughts-on-a-steem-vat", + "https://steemit.com/music/@thisisbenbrick/don-t-give-up-watching-the-royal-philharmonic-orchestra-record-my-songs-at-abbey-road-studios", + "https://steemit.com/music/@thisisbenbrick/i-went-to-la-bought-a-gopro-and-filmed-my-first-music-video-and-here-it-is", + "https://steemit.com/@knozaki2015", + "https://steemit.com/@pump", + "https://steemit.com/@kevinwong", + "http://www.steemit.com/@thisisbenbrick" ], "tags": [ + "music", "life", - "story", - "collector", - "toys", - "mandesevilkingdom" - ], - "users": [ - "steve-walschot", - "herrlonnie" + "love", + "story" ] }, "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 46309406304713, - "payout": 127.75, - "payout_at": "2016-09-22T17:14:30", - "pending_payout_value": "127.750 HBD", + "net_rshares": 124266468101069, + "payout": 892.799, + "payout_at": "2016-09-21T12:39:42", + "pending_payout_value": "892.799 HBD", "percent_hbd": 10000, - "permlink": "the-gift-of-family-stories-of-a-toy-collector-1", - "post_id": 1256309, + "permlink": "i-never-got-the-chance-to-find-out-what-it-all-meant-to-her", + "post_id": 1242711, "promoted": "0.000 HBD", "replies": [], "stats": { "flag_weight": 0.0, "gray": false, "hide": false, - "total_votes": 109 + "total_votes": 289 }, - "title": "The gift of family: Stories of a toy collector #1", - "updated": "2016-09-15T17:14:30", - "url": "/life/@mevilkingdom/the-gift-of-family-stories-of-a-toy-collector-1" + "title": "I Never Got The Chance To Find Out What It All Meant To Her", + "updated": "2016-09-14T12:39:42", + "url": "/music/@thisisbenbrick/i-never-got-the-chance-to-find-out-what-it-all-meant-to-her" }, { "active_votes": [ -- GitLab From bc89ef84028774efc746f7f7031e3bbbfec628ff Mon Sep 17 00:00:00 2001 From: ABW Date: Mon, 28 Sep 2020 14:46:09 +0200 Subject: [PATCH 2/4] [ABW]: _readme files added for various versions of get_ranked_posts --- .../tavern/bridge_api_patterns/get_ranked_posts/_readme.txt | 2 +- .../bridge_api_patterns/get_ranked_posts/created/_readme.txt | 4 ++++ .../bridge_api_patterns/get_ranked_posts/hot/_readme.txt | 4 ++++ .../bridge_api_patterns/get_ranked_posts/muted/_readme.txt | 4 ++++ .../bridge_api_patterns/get_ranked_posts/payout/_readme.txt | 4 ++++ .../get_ranked_posts/payout_comments/_readme.txt | 4 ++++ .../bridge_api_patterns/get_ranked_posts/promoted/_readme.txt | 4 ++++ .../bridge_api_patterns/get_ranked_posts/trending/_readme.txt | 4 ++++ 8 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/_readme.txt create mode 100644 hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot/_readme.txt create mode 100644 hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/_readme.txt create mode 100644 hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout/_readme.txt create mode 100644 hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments/_readme.txt create mode 100644 hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/_readme.txt create mode 100644 hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending/_readme.txt diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/_readme.txt index ba9c1ead..f4fcf1eb 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/_readme.txt +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/_readme.txt @@ -1,4 +1,4 @@ -Gives full information on given community. When observer is also given it adds context information for that account (see get_community_context) +Lists posts depending on given ranking criteria and filters. method: "bridge.get_ranked_posts" params: diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/_readme.txt new file mode 100644 index 00000000..3e548588 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/_readme.txt @@ -0,0 +1,4 @@ +See ../_readme.txt for details +Lists posts ranked by how new they are (with community pinned posts first in case tag points to community). + +"sort": "created" diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot/_readme.txt new file mode 100644 index 00000000..8a1c1483 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot/_readme.txt @@ -0,0 +1,4 @@ +See ../_readme.txt for details +Lists posts ranked by "hot score". + +"sort": "hot", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/_readme.txt new file mode 100644 index 00000000..fb511ea8 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/_readme.txt @@ -0,0 +1,4 @@ +See ../_readme.txt for details +Lists grayed out posts ranked by pending payout. + +"sort": "muted" diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout/_readme.txt new file mode 100644 index 00000000..078f0739 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout/_readme.txt @@ -0,0 +1,4 @@ +See ../_readme.txt for details +Lists posts ranked by payout, but only those with cashout time coming between 12 and 36 hours from head block. + +"sort": "payout" diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments/_readme.txt new file mode 100644 index 00000000..9f6770df --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments/_readme.txt @@ -0,0 +1,4 @@ +See ../_readme.txt for details +Lists replies ranked by pending payout. + +"sort": "payout_comments" diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/_readme.txt new file mode 100644 index 00000000..9470778e --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/_readme.txt @@ -0,0 +1,4 @@ +See ../_readme.txt for details +Lists promoted posts ranked by promotion amount. + +"sort": "promoted" diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending/_readme.txt new file mode 100644 index 00000000..33331d69 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending/_readme.txt @@ -0,0 +1,4 @@ +See ../_readme.txt for details +Lists posts ranked by "trending score" with community pinned posts first in case tag is pointing to community. + +"sort": "trending" -- GitLab From 7fccdcadc1b5a2d6ae508ecb2f394f76e5aa3092 Mon Sep 17 00:00:00 2001 From: ABW Date: Mon, 28 Sep 2020 18:10:54 +0200 Subject: [PATCH 3/4] [ABW]: merge with latest master reverted changes in patterns that should not have been accepted when reputation patterns were changed (gray, extra vote) fixed reputation patterns in votes due to fix in hive_votes_view (reputation from voter instead of author) --- .../get_account_posts/blog_steemit.pat.json | 2 +- .../get_account_posts/posts_gtg.pat.json | 8 +- .../get_account_posts/posts_steemit.pat.json | 2 +- .../get_account_posts/reblog.pat.json | 4 +- .../get_account_posts/replies_gtg.pat.json | 36 +- .../replies_gtg_observer.pat.json | 36 +- .../replies_steemit.pat.json | 40 +- .../get_discussion/gtg.pat.json | 14 +- .../get_discussion/steemit.pat.json | 74 +- .../bridge_api_patterns/get_post/gtg.pat.json | 2 +- .../get_post/steemit.pat.json | 2 +- .../get_profile/davr86.pat.json | 2 +- .../get_profile/gtg.pat.json | 2 +- .../get_profile/steemit.pat.json | 2 +- .../get_ranked_posts/_readme.txt | 2 +- .../get_ranked_posts/created.pat.json | 32 +- .../get_ranked_posts/created/_readme.txt | 4 + .../get_ranked_posts/created_paging.pat.json | 4 +- .../get_ranked_posts/created_tag.pat.json | 10 +- .../created_tag_paging.pat.json | 4 +- .../get_ranked_posts/hot.pat.json | 40 +- .../get_ranked_posts/hot/_readme.txt | 4 + .../get_ranked_posts/hot_paging.pat.json | 4 +- .../get_ranked_posts/hot_tag.pat.json | 20 +- .../get_ranked_posts/muted/_readme.txt | 4 + .../get_ranked_posts/payout.pat.json | 40 +- .../get_ranked_posts/payout/_readme.txt | 4 + .../get_ranked_posts/payout_comments.pat.json | 40 +- .../payout_comments/_readme.txt | 4 + .../payout_comments_paging.pat.json | 4 +- .../get_ranked_posts/payout_paging.pat.json | 4 +- .../get_ranked_posts/payout_tag.pat.json | 10 +- .../payout_tag_paging.pat.json | 4 +- .../get_ranked_posts/promoted.pat.json | 40 +- .../get_ranked_posts/promoted/_readme.txt | 4 + .../get_ranked_posts/promoted_paging.pat.json | 6 +- .../get_ranked_posts/promoted_tag.pat.json | 40 +- .../get_ranked_posts/tag_petrodollar.pat.json | 6 +- .../get_ranked_posts/trending.pat.json | 40 +- .../get_ranked_posts/trending/_readme.txt | 4 + .../get_ranked_posts/trending_paging.pat.json | 4 +- .../get_ranked_posts/trending_tag.pat.json | 40 +- .../trending_tag_paging.pat.json | 4 +- .../normalize_post/gtg.pat.json | 2 +- .../normalize_post/steemit_firstpost.pat.json | 2 +- .../a_limit_100.pat.json | 14 +- .../get_account_reputations/first.pat.json | 4 +- .../ste_limit_4.pat.json | 2 +- .../get_active_votes/all_data.pat.json | 344 +- .../get_active_votes/biophil.pat.json | 8 +- .../get_blog/limit_hundred.pat.json | 196 +- .../get_blog/normal.pat.json | 196 +- .../limit_100.pat.json | 292 +- .../polska.pat.json | 4 +- .../get_content/gtg.pat.json | 156 +- .../get_content/steemit_firstpost.pat.json | 196 +- .../get_content_replies/gtg.pat.json | 6 +- .../first.pat.json | 196 +- .../second.pat.json | 196 +- .../get_discussions_by_blog/steemit.pat.json | 196 +- .../admin.pat.json | 20 +- .../get_discussions_by_created/steem.pat.json | 2 +- .../get_discussions_by_hot/steem.pat.json | 268 +- .../steem.pat.json | 712 +-- .../steem.pat.json | 160 +- .../limit_20.pat.json | 324 +- .../polska.pat.json | 4 +- .../get_replies_by_last_update/admin.pat.json | 20 +- .../limit_100.pat.json | 154 +- .../get_state/steemit.pat.json | 198 +- .../get_account_reputations/first.pat.json | 2 +- .../get_blog/normal.pat.json | 196 +- .../author_permlink.pat.json | 180 +- .../category.pat.json | 180 +- .../empty_params.pat.json | 1232 +++--- .../long_category.pat.json | 2 +- .../no_data.pat.json | 1232 +++--- .../not_allowed_category.pat.json | 4 +- .../tag_limit.pat.json | 4 +- .../truncate_body.pat.json | 24 +- .../author_permlink.pat.json | 10 +- .../get_discussion/author_permlink.pat.json | 196 +- .../author.pat.json | 1162 ++--- .../author_date.pat.json | 1162 ++--- .../author_last_permlink.pat.json | 14 +- .../author_permlink.pat.json | 90 +- .../author_permlink_date.pat.json | 408 +- .../author_permlink_date_limit.pat.json | 196 +- .../author_tag.pat.json | 3828 ++++++++--------- .../get_discussions_by_blog/tag.pat.json | 256 +- .../tag_limit.pat.json | 196 +- .../startauthor_startpermlink_limit.pat.json | 20 +- .../tag_limit.pat.json | 4 +- .../get_discussions_by_hot/tag_limit.pat.json | 4 +- .../tag_limit.pat.json | 712 +-- .../tag_limit.pat.json | 4 +- .../tag_limit.pat.json | 4 +- 97 files changed, 7937 insertions(+), 7909 deletions(-) create mode 100644 hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/_readme.txt create mode 100644 hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot/_readme.txt create mode 100644 hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/_readme.txt create mode 100644 hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout/_readme.txt create mode 100644 hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments/_readme.txt create mode 100644 hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/_readme.txt create mode 100644 hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending/_readme.txt diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/blog_steemit.pat.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/blog_steemit.pat.json index 27103b0a..f2257866 100644 --- a/hivemind/tavern/bridge_api_patterns/get_account_posts/blog_steemit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/blog_steemit.pat.json @@ -408,7 +408,7 @@ ], "author": "steemit", "author_payout_value": "0.942 HBD", - "author_reputation": 25.0, + "author_reputation": 35.01, "beneficiaries": [], "blacklists": [], "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.", diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/posts_gtg.pat.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/posts_gtg.pat.json index e473d9eb..c1f9b342 100644 --- a/hivemind/tavern/bridge_api_patterns/get_account_posts/posts_gtg.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/posts_gtg.pat.json @@ -108,7 +108,7 @@ ], "author": "gtg", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.34, "beneficiaries": [], "blacklists": [], "body": "Suppose your miner node found `pow2`, but your `total_missed` count increased, instead of generating a block.\n\nIf this happens, double check your keys used in the `config.ini` file.\n\n```\nwitness = \"minerwitness\"\n\nminer = [\"minerwitness\",\"WIF_ACTIVE_PRIVATE_KEY\"]\nminer = [\"miner1\",\"WIF_ACTIVE_PRIVATE_KEY\"]\nminer = [\"miner2\",\"WIF_ACTIVE_PRIVATE_KEY\"]\nminer = [\"miner3\",\"WIF_ACTIVE_PRIVATE_KEY\"]\n\nmining-threads = 4\n\nprivate-key = WIF_SIGNING_PRIVATE_KEY\n```\n\nUsing keys without paying attention to their roles is a common mistake. @artakan [found out](https://steemit.com/mining/@artakan/important-info-for-steem-miner-do-not-use-your-steemit-com-account \"@artakan - Do not use your steemit.com account for mining\")\nthat issues with missing blocks tend to happen when you are using an account that was created through [steemit.com](https://steemit.com/ \"Blogging is the new mining\") but seems to work for the mined account.\n\nSo erroneous configuration might work for your mined account by pure coincidence. In other words, the same key has been defined for all roles, so: `WIF_ACTIVE_PRIVATE_KEY` is exactly the same as `WIF_SIGNING_PRIVATE_KEY`.\n\n![witness](https://grey.house/img/witness2.jpg)\n\nIf you believe this idea is of use and value to Steem, please vote for me as a [witness](https://steemit.com/witness-category/@gtg/witness-gtg \"witness-gtg\")\neither on [Steemit's Witnesses List](https://steemit.com/~witnesses \"Witnesses\") \nor by using your `cli_wallet` command:\n`vote_for_witness \"YOURACCOUNT\" \"gtg\" true true`", @@ -864,7 +864,7 @@ ], "author": "gtg", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.34, "beneficiaries": [], "blacklists": [], "body": "As you know, witness nodes are an essential part of the STEEM universe.\n\nIf I have a witness node with as much as (or as little as) 3% of witness approval, I can choose the right time to shut it down, listen to my favourite music album, walk my cat, and then start it up again, most probably without missing a block.\nA full-time witness, or one of the top19 witnesses, needs to produce blocks 1600 times more frequently.\nMaintaining such a server in the long run is not an easy task.\n\nWitnesses are vulnerable to DDoS attacks. An attacker who knows the network location of your witness node can saturate your uplink to a level that makes you unable to produce blocks on time. Effectively, this means **voting the witness out using a network-level attack**. Finding the IP address of your witness node is easier than you might think. Even if you follow the guidelines for setting up your public seed node on a different machine than the one you used to get your witness running, your witness still needs to connect to other nodes in the network.\nSo what does this mean? Take a look at: http://seeds.quisquis.de/steem.html\n(service provided by cyrano.witness)\n\nDoes any of these IP addresses look familiar?\nThe attacker still doesn't know which of them is yours, right?\n\nAn attack that makes the target IP unavailable for 3 seconds? Not exactly a difficult thing to do, right? So the attacker needs to make a guess by choosing from a set of suspected IP addresses he has obtained. Guessing doesn't cost him much. Neither does a high volume, short period DDoS attack. After that, he can see that your `total_missed` count increases, and he knows he guessed correctly. And then you are out.\n\n![witness](https://grey.house/img/witness2.jpg)\n\n## A concept of infrastructure: ##\n\n2 witness nodes (primary and backup)\n4 dedicated seed nodes\n\nOne witness node has your current signing key and does its job. The other is for failover, backup purposes. For example, whenever you need to upgrade your witness binary, you do that on the backup witness node, then change your signing key, so the backup node and the primary node switch their roles. \n**(Never leave your current signing key on two nodes at the same time!)**\n\nThese 4 seed nodes mentioned here only work on behalf of your witness i.e. they don\u2019t provide seed service on public network interfaces. \n_Your public seed node is not within the scope of this document._\n\nYour witness node connects **ONLY** to your seed nodes using VLAN or another private, low latency network solution of your choice. All other incoming/outgoing connections should be blocked except for the secure shell, preferably limited to access only from your IPs.\n\nEach seed node should be in a separate datacenter, ideally in a different part of the world, never in the same location as any of your (primary/backup) witness nodes. The purpose is to minimize the effects of a successful DDoS attack.\n\n_Please note that setting up all seed nodes in a single data center won\u2019t help. A DDoS attack targeted at that particular network will bring all your nodes down anyway._\n\n```\n +---+\n + +----+ | |\n | | |<-->| B |\n +--+ S1 |<-->| i |\n | | |<-->| g |\n | +----+ | |\n+------+ | | B |\n| +-+ +----+ | a |\n| W(p) | | | |<-->| d |\n| | +--+ S2 |<-->| |\n+------+ | | |<-->| U |\n | +----+ | g |\n VLAN| | l |\n | +----+ | y |\n+------+ | | |<-->| |\n| | +--+ S3 |<-->| I |\n| W(b) | | | |<-->| n |\n| +-+ +----+ | t |\n+------+ | | e |\n | +----+ | r |\n | | |<-->| n |\n +--+ S4 |<-->| e |\n | | |<-->| t |\n + +----+ | |\n +---+\n```\n```\nW(p) - primary witness\nW(b) - backup witness\nS1-4 - seed nodes\n```\nOf course, you need to keep your seed nodes (at least one of them) running all the time, otherwise your witness will not be able to sync the blockchain.\nBut if you do the math, you will see that the odds that all your seed nodes stop working at the same time are much lower than the chances that this happens to your witness node. \n\n\nIf one of your seed nodes falls victim to a DDoS attack, you can, depending on the features offered by your infrastructure provider:\n- do nothing (until most of them are targeted at the same time)\n- change its external interface IP address, routing the old one to a black hole\n- set up a new, additional, temporary seed node somewhere else\n- replace that seed node with a new one in another location\n\nIf you believe this idea is of use and value to Steem, please vote for me as a [witness](https://steemit.com/witness-category/@gtg/witness-gtg \"witness-gtg\")\neither on [Steemit's Witnesses List](https://steemit.com/~witnesses \"Witnesses\") \nor by using your `cli_wallet` command:\n`vote_for_witness \"YOURACCOUNT\" \"gtg\" true true`", @@ -1258,7 +1258,7 @@ ], "author": "gtg", "author_payout_value": "703.088 HBD", - "author_reputation": 25.0, + "author_reputation": 57.34, "beneficiaries": [], "blacklists": [], "body": "Hello, World!\n\nMy intention is not to make it into top 19. I could name many other candidates (clearly more than 19) with greater commitment to steem(it) who are a lot more appropriate as witnesses, but I'm sure I can be useful as a backup witness.\n\nI introduced myself here:\nhttps://steemit.com/introduceyourself/@gtg/hello-world\nThose of you who use https://steemit.chat know me as **Gandalf**.\nFor some time, I\u2019ve been using my magic powers (mostly those related to security and infrastructure) to improve steemit. For example, I\u2019ve improved our \"Perfect\" Forward Secrecy and made our communication with site more secure.\n\nMy **seed node** (EU based):\n`seed-node = gtg.steem.house:2001`\nYou can also use it to rsync data dir\n`rsync -Pa rsync://gtg.steem.house/witness_node_data_dir .`\n\nMy **witness node** is on a separate data center (an EU-based one as well).\nIf you believe I can be of value to steemit, please vote for me:\n`vote_for_witness YOURACCOUNT gtg true true`\n\n![witness](https://grey.house/img/witness.jpg)", @@ -1493,7 +1493,7 @@ ], "author": "gtg", "author_payout_value": "254.288 HBD", - "author_reputation": 25.0, + "author_reputation": 57.34, "beneficiaries": [], "blacklists": [], "body": "I'm Gandalf.\nThat's not my real name, but even my mom saved my number as ***Gandalf*** in her phone contact list.\nThat counts, right?\nI'm an IT Wizard, system admin, happily married, owner of a cat.\nOwned by a cat.\n\n![Nyunya](https://grey.house/img/niunia.jpg)\n\n**Nyunya** *(The Cat)* wants to watch everything I do, that's just her way of lending a helping paw. I\u2019m not sure if she is so fascinated by what I do or she wants to make sure I do it right.\n\nWhy am I here? What is my motivation?\nNot much different from that guiding my cat:\nCuriosity and to be a witness (node?) of what is emerging here.\n\nMay the STEEM be with you!", diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/posts_steemit.pat.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/posts_steemit.pat.json index 27103b0a..f2257866 100644 --- a/hivemind/tavern/bridge_api_patterns/get_account_posts/posts_steemit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/posts_steemit.pat.json @@ -408,7 +408,7 @@ ], "author": "steemit", "author_payout_value": "0.942 HBD", - "author_reputation": 25.0, + "author_reputation": 35.01, "beneficiaries": [], "blacklists": [], "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.", diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/reblog.pat.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/reblog.pat.json index aa969fe7..527c6f35 100644 --- a/hivemind/tavern/bridge_api_patterns/get_account_posts/reblog.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/reblog.pat.json @@ -12,7 +12,7 @@ ], "author": "atle-v", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 30.63, "beneficiaries": [], "blacklists": [], "body": "\n

    A beautiful day in September

    \n

    We went for a Sunday picnic in the nice weather on September 4 and it was so beautiful that I would like to share some pictures and a video with you good Steemit people.

    \n

    \n

    September is the beginning of fall here and the days are getting shorter and colder, but there can be some very nice and warm days too and this was one of those days.

    \n

    Being from Budapest, Anita knows what warm is, and what she felt that Sunday, she said, she'd been missing all summer. When the warm air gently stroked her cheek, it reminded her of spring in Hungary.

    \n

    Karoline does not like the car seat very much, so we don\u2019t go very far. We drove about 16 km from our house to a place I used to spend a lot of time growing up. From where we parked the car to where we had our picnic, is just a small walk in very flat terrain. It was so peaceful and quiet; we could hear the small bells on the sheep, and a stream and the nice breeze.

    \n

    I apologieses for my heavy breathing that is audible in the video. I was filming and taking pictures with my phone.

    \n", @@ -82,7 +82,7 @@ ], "author": "iamwne", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 55.49, "beneficiaries": [], "blacklists": [], "body": "http://img12.deviantart.net/c221/i/2016/089/2/5/speeder_concept_by_ehrendreich-d9x2n88.jpg\n\n**Process And Technique**\n\nI am constantly trying to grow as an artist. This often means using new techniques and tools. This time I have begin experimenting with Pixar Subdivsion Surface modeling. This was the first time that I had really used this method. It is great a making some rather complex forms with very little base geometry. Pretty powerful stuff. Not sure how well executed this model is but I thought it was an interesting start.\n\nThe geometric features in the front grate and along the side was from a displacement texture that was made in Zbrush. It is a, \"greeble\" generator and is great for scifi features like panels and such. The overall geometry was modeled in Modo. I tend to move in and out of Modo. For my main 3D tool I use 3DS Max. But Modo just has some interesting modeling tools that I rediscover from time to time.\n\nhttp://img04.deviantart.net/0859/i/2016/089/0/1/speeder_concept_1_by_ehrendreich-d9x2nla.jpg\n\n\n**The Concept**\n\nThe concept is something like the Star Wars land speeder. Luke's was more of a wreck. I was going for more of a \"downtown\" ride. Something more like a 70's Caddy or Lincoln. It was a interesting process to use the Pixar Subs it not only produces optimal geometry but can be fast to model with when you get used to it. \n\nhttp://img09.deviantart.net/d13f/i/2016/089/b/5/speeder_concept_3_by_ehrendreich-d9x2nnm.jpg\n\n\n**How Do You Get Into It**\n\nOkay I have to admit it was a good question that came from a posting someone made on my Deviant Art page http://ehrendreich.deviantart.com/art/Speeder-Concept-1-599746798 The poster notices that there are no door seams. Oops I noticed that now. That I no longer have the scene files that I originally used to make this. \n\nhttp://img06.deviantart.net/8099/i/2016/089/e/f/speeder_concept_4_by_ehrendreich-d9x2nrb.jpg", diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/replies_gtg.pat.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/replies_gtg.pat.json index 8384d0ca..3378cdc9 100644 --- a/hivemind/tavern/bridge_api_patterns/get_account_posts/replies_gtg.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/replies_gtg.pat.json @@ -3,7 +3,7 @@ "active_votes": [], "author": "chitty", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.16, "beneficiaries": [], "blacklists": [], "body": "But this is not an issue of Top Witnesses vs Backup witnesses. This is an issue that involves all members of the Steemit. If top witnesses keep receiving 1,370 Steems per day, their voting influence will keep growing while the rest of the users see their voting power diminished.", @@ -44,7 +44,7 @@ "active_votes": [], "author": "woman-onthe-wing", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 50.31, "beneficiaries": [], "blacklists": [], "body": "Thanks very much!", @@ -90,7 +90,7 @@ ], "author": "chitty", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.16, "beneficiaries": [], "blacklists": [], "body": "This is true, but you have to agree that the gap between top 19 witnesses and the rest of the users is getting bigger... nobody buys 1,370 steem per day, every day!... its impossible to match. The result of this is richer witnesses with more influence and \"normal\" users with very little to no influence at all.", @@ -131,7 +131,7 @@ "active_votes": [], "author": "arcange", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 55.76, "beneficiaries": [], "blacklists": [], "body": "Lol. You're welcome!\nBut I suspect you're working hard to hit the top 20 chart with your two comments :p", @@ -172,7 +172,7 @@ "active_votes": [], "author": "arcange", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 55.76, "beneficiaries": [], "blacklists": [], "body": "That's the purpose of using FREETEXT() instead of CONTAINS()", @@ -213,7 +213,7 @@ "active_votes": [], "author": "gamer00", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 42.73, "beneficiaries": [], "blacklists": [], "body": "Thank you!", @@ -254,7 +254,7 @@ "active_votes": [], "author": "lilmisjenn", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 54.45, "beneficiaries": [], "blacklists": [], "body": "See there is a positive to everything! That does sound like quite the cold compromise though! You should post up some pictures of the cherries! I love cherry picking! Yumm!", @@ -316,7 +316,7 @@ ], "author": "itay", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 56.94, "beneficiaries": [], "blacklists": [], "body": "I upvoted You", @@ -394,7 +394,7 @@ "active_votes": [], "author": "djm34", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 59.04, "beneficiaries": [], "blacklists": [], "body": "actually I won't send, however I expect to receive... lol (as you can see wanting to know who is who is a totally legitimate question...)", @@ -448,7 +448,7 @@ ], "author": "complexring", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 67.94, "beneficiaries": [], "blacklists": [], "body": "I don't see where @djm34 said that he doesn't trust @picokernel. That is a rather harsh accusation when all this user has done is stated he doesn't believe they are gpu miners. I see nothing else in his comment beyond that.", @@ -493,7 +493,7 @@ "active_votes": [], "author": "emsenn", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 47.61, "beneficiaries": [], "blacklists": [], "body": "Thanks! I'm really enjoying the site so far - beyond the technical aspects, the content here all seems pretty high-quality.", @@ -534,7 +534,7 @@ "active_votes": [], "author": "lilmisjenn", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 54.45, "beneficiaries": [], "blacklists": [], "body": "It took me a long time until I could say I have them from my own garden. That is why I am so appreciative and can make such a silly post over such simplicity! It is a skill I have also worked on mastering over the years. Thanks for your comment and for appreciating my fruit tree! I shall grow it for all that cannot and be extra grateful for its produce. What is your climate like? I also have restrictions on what I can grow around here due to climate. But its a small sacrifice for the serenity.", @@ -575,7 +575,7 @@ "active_votes": [], "author": "timcliff", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.15, "beneficiaries": [], "blacklists": [], "body": "I've been mining since last Friday and haven't found a block yet, so there are no witness details for my account yet. I wanted to check the \"total_missed\" count, since it sounds like this post could be describing my issue. After talking to peeps on Steemit chat, it sounds like I need to change the keys I'm using. I'm currently using my 'owner private' key for both.", @@ -616,7 +616,7 @@ "active_votes": [], "author": "timcliff", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.15, "beneficiaries": [], "blacklists": [], "body": "Is there a way to check the \"total_missed\" count without using cli_wallet?", @@ -657,7 +657,7 @@ "active_votes": [], "author": "eternalmoon", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 25.44, "beneficiaries": [], "blacklists": [], "body": "I wanted to, I just didn't know how. But someone did link me to a thing. Thanks for the advice!\nP.S. Cats are adorable! :D", @@ -698,7 +698,7 @@ "active_votes": [], "author": "ania", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 29.16, "beneficiaries": [], "blacklists": [], "body": "Thank you Gandalf :)", @@ -739,7 +739,7 @@ "active_votes": [], "author": "orcish", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 58.85, "beneficiaries": [], "blacklists": [], "body": "Thank you :)", @@ -821,7 +821,7 @@ "active_votes": [], "author": "mynomadicyear", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 48.79, "beneficiaries": [], "blacklists": [], "body": "Hi gtg, thanks for stopping by :)", diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/replies_gtg_observer.pat.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/replies_gtg_observer.pat.json index 8384d0ca..3378cdc9 100644 --- a/hivemind/tavern/bridge_api_patterns/get_account_posts/replies_gtg_observer.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/replies_gtg_observer.pat.json @@ -3,7 +3,7 @@ "active_votes": [], "author": "chitty", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.16, "beneficiaries": [], "blacklists": [], "body": "But this is not an issue of Top Witnesses vs Backup witnesses. This is an issue that involves all members of the Steemit. If top witnesses keep receiving 1,370 Steems per day, their voting influence will keep growing while the rest of the users see their voting power diminished.", @@ -44,7 +44,7 @@ "active_votes": [], "author": "woman-onthe-wing", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 50.31, "beneficiaries": [], "blacklists": [], "body": "Thanks very much!", @@ -90,7 +90,7 @@ ], "author": "chitty", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.16, "beneficiaries": [], "blacklists": [], "body": "This is true, but you have to agree that the gap between top 19 witnesses and the rest of the users is getting bigger... nobody buys 1,370 steem per day, every day!... its impossible to match. The result of this is richer witnesses with more influence and \"normal\" users with very little to no influence at all.", @@ -131,7 +131,7 @@ "active_votes": [], "author": "arcange", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 55.76, "beneficiaries": [], "blacklists": [], "body": "Lol. You're welcome!\nBut I suspect you're working hard to hit the top 20 chart with your two comments :p", @@ -172,7 +172,7 @@ "active_votes": [], "author": "arcange", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 55.76, "beneficiaries": [], "blacklists": [], "body": "That's the purpose of using FREETEXT() instead of CONTAINS()", @@ -213,7 +213,7 @@ "active_votes": [], "author": "gamer00", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 42.73, "beneficiaries": [], "blacklists": [], "body": "Thank you!", @@ -254,7 +254,7 @@ "active_votes": [], "author": "lilmisjenn", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 54.45, "beneficiaries": [], "blacklists": [], "body": "See there is a positive to everything! That does sound like quite the cold compromise though! You should post up some pictures of the cherries! I love cherry picking! Yumm!", @@ -316,7 +316,7 @@ ], "author": "itay", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 56.94, "beneficiaries": [], "blacklists": [], "body": "I upvoted You", @@ -394,7 +394,7 @@ "active_votes": [], "author": "djm34", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 59.04, "beneficiaries": [], "blacklists": [], "body": "actually I won't send, however I expect to receive... lol (as you can see wanting to know who is who is a totally legitimate question...)", @@ -448,7 +448,7 @@ ], "author": "complexring", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 67.94, "beneficiaries": [], "blacklists": [], "body": "I don't see where @djm34 said that he doesn't trust @picokernel. That is a rather harsh accusation when all this user has done is stated he doesn't believe they are gpu miners. I see nothing else in his comment beyond that.", @@ -493,7 +493,7 @@ "active_votes": [], "author": "emsenn", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 47.61, "beneficiaries": [], "blacklists": [], "body": "Thanks! I'm really enjoying the site so far - beyond the technical aspects, the content here all seems pretty high-quality.", @@ -534,7 +534,7 @@ "active_votes": [], "author": "lilmisjenn", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 54.45, "beneficiaries": [], "blacklists": [], "body": "It took me a long time until I could say I have them from my own garden. That is why I am so appreciative and can make such a silly post over such simplicity! It is a skill I have also worked on mastering over the years. Thanks for your comment and for appreciating my fruit tree! I shall grow it for all that cannot and be extra grateful for its produce. What is your climate like? I also have restrictions on what I can grow around here due to climate. But its a small sacrifice for the serenity.", @@ -575,7 +575,7 @@ "active_votes": [], "author": "timcliff", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.15, "beneficiaries": [], "blacklists": [], "body": "I've been mining since last Friday and haven't found a block yet, so there are no witness details for my account yet. I wanted to check the \"total_missed\" count, since it sounds like this post could be describing my issue. After talking to peeps on Steemit chat, it sounds like I need to change the keys I'm using. I'm currently using my 'owner private' key for both.", @@ -616,7 +616,7 @@ "active_votes": [], "author": "timcliff", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.15, "beneficiaries": [], "blacklists": [], "body": "Is there a way to check the \"total_missed\" count without using cli_wallet?", @@ -657,7 +657,7 @@ "active_votes": [], "author": "eternalmoon", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 25.44, "beneficiaries": [], "blacklists": [], "body": "I wanted to, I just didn't know how. But someone did link me to a thing. Thanks for the advice!\nP.S. Cats are adorable! :D", @@ -698,7 +698,7 @@ "active_votes": [], "author": "ania", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 29.16, "beneficiaries": [], "blacklists": [], "body": "Thank you Gandalf :)", @@ -739,7 +739,7 @@ "active_votes": [], "author": "orcish", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 58.85, "beneficiaries": [], "blacklists": [], "body": "Thank you :)", @@ -821,7 +821,7 @@ "active_votes": [], "author": "mynomadicyear", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 48.79, "beneficiaries": [], "blacklists": [], "body": "Hi gtg, thanks for stopping by :)", diff --git a/hivemind/tavern/bridge_api_patterns/get_account_posts/replies_steemit.pat.json b/hivemind/tavern/bridge_api_patterns/get_account_posts/replies_steemit.pat.json index 92882663..5c5800e9 100644 --- a/hivemind/tavern/bridge_api_patterns/get_account_posts/replies_steemit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_account_posts/replies_steemit.pat.json @@ -3,7 +3,7 @@ "active_votes": [], "author": "jack8831", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.59, "beneficiaries": [], "blacklists": [], "body": "You support fantastic system now!", @@ -61,7 +61,7 @@ ], "author": "rittr", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 52.8, "beneficiaries": [], "blacklists": [], "body": "I am Comment **Number 35** on the first Steemit Poster evaaar!", @@ -107,7 +107,7 @@ ], "author": "future24", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.16, "beneficiaries": [], "blacklists": [], "body": "Thank you!", @@ -173,7 +173,7 @@ ], "author": "ubg", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": -1.63, "beneficiaries": [], "blacklists": [], "body": "You have quadruple the liquidity any of the exchanges have. \n## Just make it rain!\nhttp://i.imgur.com/Maj5zM2.gif", @@ -234,7 +234,7 @@ ], "author": "flandude", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.22, "beneficiaries": [], "blacklists": [], "body": "http://i.imgsafe.org/d01598860e.jpg", @@ -287,7 +287,7 @@ ], "author": "deanliu", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 59.3, "beneficiaries": [], "blacklists": [], "body": "is this post truly the time zero, the origin, the big bang of all?", @@ -337,7 +337,7 @@ ], "author": "jelloducky", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 48.57, "beneficiaries": [], "blacklists": [], "body": "This platform is inspiring, thank you so much!", @@ -378,7 +378,7 @@ "active_votes": [], "author": "rednetkjh", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 0.15, "beneficiaries": [], "blacklists": [], "body": "https://steemit.com/bitcoin/@rednetkjh/bitcoin-chart-analysis-service", @@ -431,7 +431,7 @@ ], "author": "imarealboy777", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 50.3, "beneficiaries": [], "blacklists": [], "body": "Vesting , vesting 1 2 3 .", @@ -481,7 +481,7 @@ ], "author": "edbriv", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 48.86, "beneficiaries": [], "blacklists": [], "body": "GO STEEM !!! go!!!", @@ -527,7 +527,7 @@ ], "author": "bestmalik", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 38.04, "beneficiaries": [], "blacklists": [], "body": "GO STEEM !!!", @@ -568,7 +568,7 @@ "active_votes": [], "author": "lenerdie", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 53.78, "beneficiaries": [], "blacklists": [], "body": "Let's get crazy! happy steemit to everybody!", @@ -622,7 +622,7 @@ ], "author": "kamvreto", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 35.43, "beneficiaries": [], "blacklists": [], "body": "old post, starting the steemit like today.\nmy quote of the day \"Anyone can sell their STEEM for cash or vest it to boost their voting power.\"", @@ -663,7 +663,7 @@ "active_votes": [], "author": "zhuvazhuva", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 44.08, "beneficiaries": [], "blacklists": [], "body": "\u041f\u0440\u0438\u0432\u0435\u0442!", @@ -717,7 +717,7 @@ ], "author": "kamvreto", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 35.43, "beneficiaries": [], "blacklists": [], "body": "happy steeming all !!", @@ -771,7 +771,7 @@ ], "author": "patrick-g", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 52.02, "beneficiaries": [], "blacklists": [], "body": "You can also vote on your posts if you want.:) As in when you reply to other posts. Those are posts you can vote yourself up on.... :)", @@ -817,7 +817,7 @@ ], "author": "sictransitgloria", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 47.05, "beneficiaries": [], "blacklists": [], "body": "Go Steem!", @@ -871,7 +871,7 @@ ], "author": "gekko", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 52.62, "beneficiaries": [], "blacklists": [], "body": "I leave my mark here in mythical post 8]", @@ -925,7 +925,7 @@ ], "author": "kewpiedoll", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 52.84, "beneficiaries": [], "blacklists": [], "body": "Why did @ned flag this post?", @@ -986,7 +986,7 @@ ], "author": "kingtylervvs", "author_payout_value": "0.039 HBD", - "author_reputation": 25.0, + "author_reputation": 47.93, "beneficiaries": [], "blacklists": [], "body": "Thank you for posting. We all LOVE steem!\n\nI up-voted you too... BTW, should steemit let us steemers advertise using steem? Be sure to tell everyone you know to come vote here at: https://steemit.com/steemit/@kingtylervvs/if-steemit-ever-does-decide-to-advertise-there-is-only-1-way-it-could-work-in-my-opinion-debate\n\nThis is a democratic community decision.
    \n\n", diff --git a/hivemind/tavern/bridge_api_patterns/get_discussion/gtg.pat.json b/hivemind/tavern/bridge_api_patterns/get_discussion/gtg.pat.json index be79fad4..0057e046 100644 --- a/hivemind/tavern/bridge_api_patterns/get_discussion/gtg.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_discussion/gtg.pat.json @@ -3,7 +3,7 @@ "active_votes": [], "author": "gary-smith", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 52.71, "beneficiaries": [], "blacklists": [], "body": "so frustrated was mining for a while found a few blocks and received no reward now i know why thank you !", @@ -149,7 +149,7 @@ ], "author": "gtg", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.34, "beneficiaries": [], "blacklists": [], "body": "Suppose your miner node found `pow2`, but your `total_missed` count increased, instead of generating a block.\n\nIf this happens, double check your keys used in the `config.ini` file.\n\n```\nwitness = \"minerwitness\"\n\nminer = [\"minerwitness\",\"WIF_ACTIVE_PRIVATE_KEY\"]\nminer = [\"miner1\",\"WIF_ACTIVE_PRIVATE_KEY\"]\nminer = [\"miner2\",\"WIF_ACTIVE_PRIVATE_KEY\"]\nminer = [\"miner3\",\"WIF_ACTIVE_PRIVATE_KEY\"]\n\nmining-threads = 4\n\nprivate-key = WIF_SIGNING_PRIVATE_KEY\n```\n\nUsing keys without paying attention to their roles is a common mistake. @artakan [found out](https://steemit.com/mining/@artakan/important-info-for-steem-miner-do-not-use-your-steemit-com-account \"@artakan - Do not use your steemit.com account for mining\")\nthat issues with missing blocks tend to happen when you are using an account that was created through [steemit.com](https://steemit.com/ \"Blogging is the new mining\") but seems to work for the mined account.\n\nSo erroneous configuration might work for your mined account by pure coincidence. In other words, the same key has been defined for all roles, so: `WIF_ACTIVE_PRIVATE_KEY` is exactly the same as `WIF_SIGNING_PRIVATE_KEY`.\n\n![witness](https://grey.house/img/witness2.jpg)\n\nIf you believe this idea is of use and value to Steem, please vote for me as a [witness](https://steemit.com/witness-category/@gtg/witness-gtg \"witness-gtg\")\neither on [Steemit's Witnesses List](https://steemit.com/~witnesses \"Witnesses\") \nor by using your `cli_wallet` command:\n`vote_for_witness \"YOURACCOUNT\" \"gtg\" true true`", @@ -200,7 +200,7 @@ "active_votes": [], "author": "gtg", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.34, "beneficiaries": [], "blacklists": [], "body": "I encourage miners to visit [Steemit Chat](https://steemit.chat/channel/mining \"#mining\") where you can find help and share your experience.", @@ -244,7 +244,7 @@ "active_votes": [], "author": "gtg", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.34, "beneficiaries": [], "blacklists": [], "body": "yes, you can want to use [steemd.com/@youraccount](https://steemd.com) link to check witness details (at the time of generating block your miner become witness)", @@ -290,7 +290,7 @@ "active_votes": [], "author": "gtg", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.34, "beneficiaries": [], "blacklists": [], "body": "Please use your **active private key** for a miner, instead your owner key.", @@ -331,7 +331,7 @@ "active_votes": [], "author": "timcliff", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.15, "beneficiaries": [], "blacklists": [], "body": "Is there a way to check the \"total_missed\" count without using cli_wallet?", @@ -374,7 +374,7 @@ "active_votes": [], "author": "timcliff", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.15, "beneficiaries": [], "blacklists": [], "body": "I've been mining since last Friday and haven't found a block yet, so there are no witness details for my account yet. I wanted to check the \"total_missed\" count, since it sounds like this post could be describing my issue. After talking to peeps on Steemit chat, it sounds like I need to change the keys I'm using. I'm currently using my 'owner private' key for both.", diff --git a/hivemind/tavern/bridge_api_patterns/get_discussion/steemit.pat.json b/hivemind/tavern/bridge_api_patterns/get_discussion/steemit.pat.json index 047185fa..fdd0e5b9 100644 --- a/hivemind/tavern/bridge_api_patterns/get_discussion/steemit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_discussion/steemit.pat.json @@ -89,7 +89,7 @@ ], "author": "bestmalik", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 38.04, "beneficiaries": [], "blacklists": [], "body": "GO STEEM !!!", @@ -135,7 +135,7 @@ ], "author": "business", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 60.11, "beneficiaries": [], "blacklists": [], "body": "No way?", @@ -209,7 +209,7 @@ ], "author": "business", "author_payout_value": "0.036 HBD", - "author_reputation": 25.0, + "author_reputation": 60.11, "beneficiaries": [], "blacklists": [], "body": "Welcome to steemit, @steemit.", @@ -259,7 +259,7 @@ ], "author": "deanliu", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 59.3, "beneficiaries": [], "blacklists": [], "body": "is this post truly the time zero, the origin, the big bang of all?", @@ -309,7 +309,7 @@ ], "author": "edbriv", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 48.86, "beneficiaries": [], "blacklists": [], "body": "GO STEEM !!! go!!!", @@ -367,7 +367,7 @@ ], "author": "flandude", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.22, "beneficiaries": [], "blacklists": [], "body": "http://i.imgsafe.org/d01598860e.jpg", @@ -416,7 +416,7 @@ ], "author": "future24", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.16, "beneficiaries": [], "blacklists": [], "body": "Thank you!", @@ -470,7 +470,7 @@ ], "author": "gekko", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 52.62, "beneficiaries": [], "blacklists": [], "body": "I leave my mark here in mythical post 8]", @@ -520,7 +520,7 @@ ], "author": "gopher", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 30.29, "beneficiaries": [], "blacklists": [], "body": "Are you admin in steem? If you have been hacked, who can help you?", @@ -561,7 +561,7 @@ "active_votes": [], "author": "gopher", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 30.29, "beneficiaries": [], "blacklists": [], "body": "http://steem.com/@bittrex/transfers how this user can have these tranfers without any activity?", @@ -616,7 +616,7 @@ ], "author": "imarealboy777", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 50.3, "beneficiaries": [], "blacklists": [], "body": "Vesting , vesting 1 2 3 .", @@ -662,7 +662,7 @@ ], "author": "intelliguy", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 62.51, "beneficiaries": [], "blacklists": [], "body": "I thought we were talking about @ned and not @steemit", @@ -709,7 +709,7 @@ "active_votes": [], "author": "intelliguy", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 62.51, "beneficiaries": [], "blacklists": [], "body": "probably because it's one sentence. Doesn't add a lot of good, quality content? I don't know.", @@ -752,7 +752,7 @@ "active_votes": [], "author": "jack8831", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.59, "beneficiaries": [], "blacklists": [], "body": "You support fantastic system now!", @@ -802,7 +802,7 @@ ], "author": "jelloducky", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 48.57, "beneficiaries": [], "blacklists": [], "body": "This platform is inspiring, thank you so much!", @@ -864,7 +864,7 @@ ], "author": "jennamarbles", "author_payout_value": "0.024 HBD", - "author_reputation": 25.0, + "author_reputation": 57.93, "beneficiaries": [], "blacklists": [], "body": "Hello @steemit, I'm asking you to support my idea, in a new development STEEM. It will attract tens of thousands of people: https://steemit.com/openheart/@jennamarbles/first-steem-crowdfunding-we-can-make-this-world-better", @@ -924,7 +924,7 @@ ], "author": "kamvreto", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 35.43, "beneficiaries": [], "blacklists": [], "body": "happy steeming all !!", @@ -978,7 +978,7 @@ ], "author": "kamvreto", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 35.43, "beneficiaries": [], "blacklists": [], "body": "old post, starting the steemit like today.\nmy quote of the day \"Anyone can sell their STEEM for cash or vest it to boost their voting power.\"", @@ -1024,7 +1024,7 @@ ], "author": "kewpiedoll", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 52.84, "beneficiaries": [], "blacklists": [], "body": "we are. @steemit was the OP. @ned flagged it.", @@ -1074,7 +1074,7 @@ ], "author": "kewpiedoll", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 52.84, "beneficiaries": [], "blacklists": [], "body": "@steemit is not a \"user,\" it's the actual site itself. and this was the premier post akin to Satoshi's white paper. [See here](http://steemwhales.com/). I just thought it was odd the CEO would downvote the launch of the site he's CEO of.", @@ -1136,7 +1136,7 @@ ], "author": "kewpiedoll", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 52.84, "beneficiaries": [], "blacklists": [], "body": "Why did @ned flag this post?", @@ -1187,7 +1187,7 @@ ], "author": "kingtylervvs", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 47.93, "beneficiaries": [], "blacklists": [], "body": "PARTY PARTY.... P - A - R - T - Y????? BECAUSE I GOTTA!", @@ -1245,7 +1245,7 @@ ], "author": "kingtylervvs", "author_payout_value": "0.039 HBD", - "author_reputation": 25.0, + "author_reputation": 47.93, "beneficiaries": [], "blacklists": [], "body": "Thank you for posting. We all LOVE steem!\n\nI up-voted you too... BTW, should steemit let us steemers advertise using steem? Be sure to tell everyone you know to come vote here at: https://steemit.com/steemit/@kingtylervvs/if-steemit-ever-does-decide-to-advertise-there-is-only-1-way-it-could-work-in-my-opinion-debate\n\nThis is a democratic community decision.
    \n\n", @@ -1293,7 +1293,7 @@ "active_votes": [], "author": "lenerdie", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 53.78, "beneficiaries": [], "blacklists": [], "body": "Let's get crazy! happy steemit to everybody!", @@ -1347,7 +1347,7 @@ ], "author": "patrick-g", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 52.02, "beneficiaries": [], "blacklists": [], "body": "You can also vote on your posts if you want.:) As in when you reply to other posts. Those are posts you can vote yourself up on.... :)", @@ -1425,7 +1425,7 @@ ], "author": "proskynneo", "author_payout_value": "1.058 HBD", - "author_reputation": 25.0, + "author_reputation": 57.56, "beneficiaries": [], "blacklists": [], "body": "Glad to see this live and working! Excited to see where the community goes and excited to be able to use this through a gui instead of the command linne! :D", @@ -1499,7 +1499,7 @@ ], "author": "red", "author_payout_value": "0.100 HBD", - "author_reputation": 25.0, + "author_reputation": 54.7, "beneficiaries": [], "blacklists": [], "body": "Did you know you can earn STEEM by commenting on posts?", @@ -1539,7 +1539,7 @@ "active_votes": [], "author": "rednetkjh", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 0.15, "beneficiaries": [], "blacklists": [], "body": "https://steemit.com/bitcoin/@rednetkjh/bitcoin-chart-analysis-service", @@ -1600,7 +1600,7 @@ ], "author": "rittr", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 52.8, "beneficiaries": [], "blacklists": [], "body": "I am Comment **Number 35** on the first Steemit Poster evaaar!", @@ -1646,7 +1646,7 @@ ], "author": "sictransitgloria", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 47.05, "beneficiaries": [], "blacklists": [], "body": "Go Steem!", @@ -1692,7 +1692,7 @@ ], "author": "steem-id", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 53.22, "beneficiaries": [], "blacklists": [], "body": "Can I get some :D", @@ -2134,7 +2134,7 @@ ], "author": "steemit", "author_payout_value": "0.942 HBD", - "author_reputation": 25.0, + "author_reputation": 35.01, "beneficiaries": [], "blacklists": [], "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.", @@ -2201,7 +2201,7 @@ ], "author": "steemuwe", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 54.23, "beneficiaries": [], "blacklists": [], "body": "Bittrex is not a user - it's an exchange platform: **https://steemit.com/bittrex/@bittrex-richie/a-little-history-of-bittrex-com-how-it-all-started**\n\nhttps://bittrex.com/", @@ -2270,7 +2270,7 @@ ], "author": "ubg", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": -1.63, "beneficiaries": [], "blacklists": [], "body": "You have quadruple the liquidity any of the exchanges have. \n## Just make it rain!\nhttp://i.imgur.com/Maj5zM2.gif", @@ -2314,7 +2314,7 @@ "active_votes": [], "author": "yonuts", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 54.33, "beneficiaries": [], "blacklists": [], "body": "hello world! hello Steemit!", @@ -2355,7 +2355,7 @@ "active_votes": [], "author": "zhuvazhuva", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 44.08, "beneficiaries": [], "blacklists": [], "body": "\u041f\u0440\u0438\u0432\u0435\u0442!", @@ -2392,4 +2392,4 @@ "updated": "2016-07-23T13:03:00", "url": "/meta/@steemit/firstpost#@zhuvazhuva/re-steemit-firstpost-20160723t130259286z" } -} \ No newline at end of file +} diff --git a/hivemind/tavern/bridge_api_patterns/get_post/gtg.pat.json b/hivemind/tavern/bridge_api_patterns/get_post/gtg.pat.json index e190dc13..dd1ccd89 100644 --- a/hivemind/tavern/bridge_api_patterns/get_post/gtg.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_post/gtg.pat.json @@ -711,7 +711,7 @@ ], "author": "gtg", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.34, "beneficiaries": [], "blacklists": [], "body": "As you know, witness nodes are an essential part of the STEEM universe.\n\nIf I have a witness node with as much as (or as little as) 3% of witness approval, I can choose the right time to shut it down, listen to my favourite music album, walk my cat, and then start it up again, most probably without missing a block.\nA full-time witness, or one of the top19 witnesses, needs to produce blocks 1600 times more frequently.\nMaintaining such a server in the long run is not an easy task.\n\nWitnesses are vulnerable to DDoS attacks. An attacker who knows the network location of your witness node can saturate your uplink to a level that makes you unable to produce blocks on time. Effectively, this means **voting the witness out using a network-level attack**. Finding the IP address of your witness node is easier than you might think. Even if you follow the guidelines for setting up your public seed node on a different machine than the one you used to get your witness running, your witness still needs to connect to other nodes in the network.\nSo what does this mean? Take a look at: http://seeds.quisquis.de/steem.html\n(service provided by cyrano.witness)\n\nDoes any of these IP addresses look familiar?\nThe attacker still doesn't know which of them is yours, right?\n\nAn attack that makes the target IP unavailable for 3 seconds? Not exactly a difficult thing to do, right? So the attacker needs to make a guess by choosing from a set of suspected IP addresses he has obtained. Guessing doesn't cost him much. Neither does a high volume, short period DDoS attack. After that, he can see that your `total_missed` count increases, and he knows he guessed correctly. And then you are out.\n\n![witness](https://grey.house/img/witness2.jpg)\n\n## A concept of infrastructure: ##\n\n2 witness nodes (primary and backup)\n4 dedicated seed nodes\n\nOne witness node has your current signing key and does its job. The other is for failover, backup purposes. For example, whenever you need to upgrade your witness binary, you do that on the backup witness node, then change your signing key, so the backup node and the primary node switch their roles. \n**(Never leave your current signing key on two nodes at the same time!)**\n\nThese 4 seed nodes mentioned here only work on behalf of your witness i.e. they don\u2019t provide seed service on public network interfaces. \n_Your public seed node is not within the scope of this document._\n\nYour witness node connects **ONLY** to your seed nodes using VLAN or another private, low latency network solution of your choice. All other incoming/outgoing connections should be blocked except for the secure shell, preferably limited to access only from your IPs.\n\nEach seed node should be in a separate datacenter, ideally in a different part of the world, never in the same location as any of your (primary/backup) witness nodes. The purpose is to minimize the effects of a successful DDoS attack.\n\n_Please note that setting up all seed nodes in a single data center won\u2019t help. A DDoS attack targeted at that particular network will bring all your nodes down anyway._\n\n```\n +---+\n + +----+ | |\n | | |<-->| B |\n +--+ S1 |<-->| i |\n | | |<-->| g |\n | +----+ | |\n+------+ | | B |\n| +-+ +----+ | a |\n| W(p) | | | |<-->| d |\n| | +--+ S2 |<-->| |\n+------+ | | |<-->| U |\n | +----+ | g |\n VLAN| | l |\n | +----+ | y |\n+------+ | | |<-->| |\n| | +--+ S3 |<-->| I |\n| W(b) | | | |<-->| n |\n| +-+ +----+ | t |\n+------+ | | e |\n | +----+ | r |\n | | |<-->| n |\n +--+ S4 |<-->| e |\n | | |<-->| t |\n + +----+ | |\n +---+\n```\n```\nW(p) - primary witness\nW(b) - backup witness\nS1-4 - seed nodes\n```\nOf course, you need to keep your seed nodes (at least one of them) running all the time, otherwise your witness will not be able to sync the blockchain.\nBut if you do the math, you will see that the odds that all your seed nodes stop working at the same time are much lower than the chances that this happens to your witness node. \n\n\nIf one of your seed nodes falls victim to a DDoS attack, you can, depending on the features offered by your infrastructure provider:\n- do nothing (until most of them are targeted at the same time)\n- change its external interface IP address, routing the old one to a black hole\n- set up a new, additional, temporary seed node somewhere else\n- replace that seed node with a new one in another location\n\nIf you believe this idea is of use and value to Steem, please vote for me as a [witness](https://steemit.com/witness-category/@gtg/witness-gtg \"witness-gtg\")\neither on [Steemit's Witnesses List](https://steemit.com/~witnesses \"Witnesses\") \nor by using your `cli_wallet` command:\n`vote_for_witness \"YOURACCOUNT\" \"gtg\" true true`", diff --git a/hivemind/tavern/bridge_api_patterns/get_post/steemit.pat.json b/hivemind/tavern/bridge_api_patterns/get_post/steemit.pat.json index 18007864..086457c3 100644 --- a/hivemind/tavern/bridge_api_patterns/get_post/steemit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_post/steemit.pat.json @@ -407,7 +407,7 @@ ], "author": "steemit", "author_payout_value": "0.942 HBD", - "author_reputation": 25.0, + "author_reputation": 35.01, "beneficiaries": [], "blacklists": [], "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.", diff --git a/hivemind/tavern/bridge_api_patterns/get_profile/davr86.pat.json b/hivemind/tavern/bridge_api_patterns/get_profile/davr86.pat.json index 65017ed6..23e0fbf6 100644 --- a/hivemind/tavern/bridge_api_patterns/get_profile/davr86.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_profile/davr86.pat.json @@ -15,7 +15,7 @@ }, "name": "davr86", "post_count": 0, - "reputation": 25.0, + "reputation": 25, "stats": { "followers": 0, "following": 0, diff --git a/hivemind/tavern/bridge_api_patterns/get_profile/gtg.pat.json b/hivemind/tavern/bridge_api_patterns/get_profile/gtg.pat.json index d5768817..803917b9 100644 --- a/hivemind/tavern/bridge_api_patterns/get_profile/gtg.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_profile/gtg.pat.json @@ -15,7 +15,7 @@ }, "name": "gtg", "post_count": 51, - "reputation": 25.0, + "reputation": 57.34, "stats": { "followers": 80, "following": 31, diff --git a/hivemind/tavern/bridge_api_patterns/get_profile/steemit.pat.json b/hivemind/tavern/bridge_api_patterns/get_profile/steemit.pat.json index 108fda87..4c3b0483 100644 --- a/hivemind/tavern/bridge_api_patterns/get_profile/steemit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_profile/steemit.pat.json @@ -15,7 +15,7 @@ }, "name": "steemit", "post_count": 1, - "reputation": 25.0, + "reputation": 35.01, "stats": { "followers": 175, "following": 0, diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/_readme.txt index ba9c1ead..f4fcf1eb 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/_readme.txt +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/_readme.txt @@ -1,4 +1,4 @@ -Gives full information on given community. When observer is also given it adds context information for that account (see get_community_context) +Lists posts depending on given ranking criteria and filters. method: "bridge.get_ranked_posts" params: diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created.pat.json index 36e3c690..1f87ee7c 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created.pat.json @@ -70,7 +70,7 @@ ], "author": "anton333", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 54.81, "beneficiaries": [], "blacklists": [], "body": "\n

    Model of Skeleton hands,without scissors and glue.

    \n1


    \n2


    \n\n


    \n

    I need a piece of paper.

    \n3


    \n4


    \n5


    \n6


    \n7


    \n1


    \n

    Part 1 Part 2 Part 3 Part4 Part5 Part6 Part7 Part8 Part9 Part10

    \n", @@ -147,7 +147,7 @@ ], "author": "newsfeed", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 36.03, "beneficiaries": [], "blacklists": [], "body": "The Texas Rangers are 33-10 (.767) in one-run games this season. This would stand as a modern record for winning percentage in one-run games, besting the 2012 Orioles, who were 29-9 (.763).\n\n

    http://images.performgroup.com/di/library/sporting_news/a3/fa/texasrangers-getty-ftr-091516jpg_9u1oo1fjvsue1twr2494i9qcn.jpg?t=766994815

    \n\nBut if we dig deep into the archives of baseball history, we learn that this is actually the best record since the 1890 Brooklyn Bridegrooms, who were 14-4 (.778) in one-run games en route to an overall 86-43 (.667) record and the National League pennant.\n\n**Source / Read More...** sportingnews.com \n\n
    \n\n
    \n\n**NEWS FEED** \n*Get the latest headlines from around the world right on your Steemit Feed! With @newsfeed you always stay in the know about all sorts of topics ranging from Politics & Finance to Sports*\n\n**Currently In Beta**\n*Full news feed from hand picked creditable sources from all sides of the political and social realm. Although not fully operational, posts will be random while testing BUT do have real headlines!*", @@ -256,7 +256,7 @@ ], "author": "varda", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 50.73, "beneficiaries": [], "blacklists": [], "body": "\n

      In the morning, at 5 am when the moon completes his round, the alarm rings, my deepest sleep I wake up painfully. K\u00e9ops my cat starts singing tour and stops only when he filled his mess tin. Sweety then, the cat of my son jumps on the furniture in the kitchen and also claimed his bowl. Kashmir him not to come after me, until I make him hugs.

    \n

    \n

    \n

    \n

     A small cup of coffee and I'm up for the day. After my shower, I have to feed the fish pond and two hens, they are waiting for me impatiently for me to release them from their cages.

    \n

    \n


    \n

    \n


    \n

     6:15, I start my bag on her arm, my water bottle and my biscuit for lunch. On the road I am alone, few vehicles I meet. Great to run your car on a deserted road. In the winter when it snowed, I am the first to make tracks in the whiteness of the snow grows like cotton wool, sometimes, crazy beyond me and skids, it is an adrenaline rush. In summer the sun rises gives the sky a color of red sweetness, yellow, orange. In autumn, the trees begin to change color, it is a season because I love the beauty of trees is unique. 

    \n

    \n


    \n

    Here I come down the street or is my workplace, hospital, regional hospital, the CHR. Vehicles coming after one another because we start at 7am. The staff is found, speak, tells their evening then everyone goes to the same place: the time clock, control object of our hours worked.

    \n

    \n


    \n

     In the ladies locker room, it gets held: white jacket with blue and green patterns representing the logo of the institution, blue pants with various pockets which we do not serve! 

    \n

    \n


    \n

    We arrive in our service, mine is the neurological rehabilitation service: we give up (or so) of people who have a stroke, an accident with neurological trauma, people who have multiple sclerosis or Guillain barred and other chronic diseases whose name is almost unknown. 

    \n

    \n


    \n

    \n


    \n

    \n


    \n

    We start our day with a report on each patient last night, we have 20 in service. After beginning the nursing: we make the toilet of the patient who is totally dependent. We get up in the chair. For others, we must educate, continue the actions he has learned with the therapist in the individual care, the patient should regain maximum independence so they can go home and take care only . It's a job that can last from 3 months to 6 months beyond, we can not do anything for them. 

    \n

    \n


    \n

    Headline in this service is: you come to bed but you leave again walking. 

    \n


    \n

    Sometimes, we fail either because the patient does not want a return to autonomy, or because the patient is too ill. We give the same chance to everyone, rich, poor, alcoholic, drug addict, young or old. 

    \n


    \n

    The management of a patient goes from shaving the beard of a man to the presentation on the toilet, the room arrangement the carefully tended beds. 

    \n


    \n

    Lunch arrived around 8:30 am, few patient is in the dining hall for breakfast, other unfinished eat in bed Logistical assistance serves meals that are different if the patient is diabetic, diet, dieters, old, or in solid supply resumption. You should know that when the patient has had a stroke, a stroke, swallowing is absent, which means that if the patient eats a sandwich, but he swallows the bread goes in the bronchial tubes and not in the stomach, giving a false swallowing, bronchi become infected and it's a disaster. So this patient who made false swallowing should eat while cream consistency and drink thickened liquid. Which is not very good but I admit it must go through these stages in order to re-eat a day normally. 

    \n


    \n

    Physiotherapists arrive at 9am and leave a 17h, occupational therapists also. There is also a neuropsychologist, a speech therapist and all do work that allows the patient to regain maximum independence, which means that the patient all day is busy. Visitors can come between 14:30 and 19:30. 

    \n


    \n

    After lunch, we continue our work, when all is well, we finish around 10:30 or 11am but sometimes it is noon we are still in the rooms. 

    \n


    \n

    In terms of handling, the entry of the patient, it is usually in bed or in a wheelchair with a right hemiplegia or left, some have forgotten that they had half a disabled body, so it must withstand and no wear and show him how to do with one leg to go from wheelchair to bed and vice versa. Others are completely invalid, they know not move neither arms nor legs, and for those, or we wear them either we lift them with a forklift. 

    \n


    \n

    During dinner, we feed the disabled and we encode our care in the computer.

    \n


    \n

     Around 13h, we are a few naps after going on the toilet. Sometimes we have a problem in the pants, oops! When everyone is changed to bed, we have a service change ratio and the time, the hour of the end of our service is lagging. At 14h is the start of the morning shift. For my part, I take a good shower and I take the way home or waiting for my cats and my dog makes me a big party. 

    \n


    \n

    We must not believe that the nursing profession is simple, each service is different and you can not compare the care of each other. 

    \n


    \n

    I hope I have not bothered you with this long text, I wish you a good day to you all.     

    \n", @@ -315,7 +315,7 @@ ], "author": "ejaredallen", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 31.81, "beneficiaries": [], "blacklists": [], "body": "\n

    \n

    Nature

    \n

    I haven't stopped and taken a picture of the beauty around me in a long time. It's funny how we can get so caught up in work and the business of a crazy life and miss the simply beauty along the way. Sometime you've just got to stop and smell the roses; and while you're there, take a picture!

    \n

    \n

    These aren't roses, I know: they're wild flowers. They don't get the nurture and care that roses do, and yet they are provided for and they bloom into beautiful blossoms in their own time. They have a harder life than others, and that's how we humans are as well. Some of us were well taken care of growing up and were treated like roses, while others were left in the field to grow up alone and without the love and care we should have had. But we are all beautiful in our own ways and if we survive long enough, we will blossom into something spectacular.

    \n

    \n

    Colorado mountain rivers

    \n

    When the snow on the tops of the mountains melt, it feed the rushing rivers that carve their way down the mountainside. The climbing is excellent, the whether and the views are truly gorgeous, but something about the rivers rushing through the mountains draws you in. There is a memorization about the brave rivers unafraid of the mountains and simply rushing on by recklessly.

    \n

    \n

    Mississippi at sunset

    \n

    Sometimes the world just slows down and magic happens. This was one of those times. On the night before my sister's wedding in Tupelo, Mississippi the sky exploded in color. What a calm reassurance before a monumental event: the approval stamp of God upon the sanction of their marriage.

    \n

    \n

    Hundreds of years old Indian hieroglyphs in Arizona

    \n

    This was an incredible hike in the Arizona mountain ranges to discover a place where the Apache Indians, or perhaps some other tribe had lived hundreds of years ago!

    \n

    \n

    Uganda, Africa at twilight, from a moving bus

    \n

    Africa is always an adventure, but in 2015 we took a safari on the northern rim and caught this shot on the way back to the lodge. I love how the beauty of the world is unique in its diversity from place to place, even across the Atlantic.

    \n

    \n

    This is one of my favorite shots. I don't remember where I took it or when, but the colors, the bliss, the peacefulness of this field of flowers was stunning. I'm glad I was able to capture an image of its beauty to remember it by. And to think, all of this beauty was made by God in a second! His power to create a world is amazing and perfect in every way. We get to see His marvelous creation every day! 

    \n

    Follow me @ejaredallen for more pictures and great content!

    \n", @@ -379,7 +379,7 @@ ], "author": "cwbrooch", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 52.99, "beneficiaries": [], "blacklists": [], "body": "\n

    This is part 2 of my Memoir.  Missed Part 1? Click here.
    \nDon't know what's going on? Start from the beginning here.

    \n

    If you like what you're reading, follow me @cwbrooch for more craziness. if you love what you're reading recommend me to other peeps :) feedback is also very appreciated.

    \n

    \n

    Russian Roulette - A Memoir of my Two Years in Moscow - Part 2 - Under the Table Tactics

    \n

    In this part of my memoir I am going to attempt to describe the dark side of Moscow. All stories depicted here either happened directly to people I knew, or were described to me as  a it's-russia-get-used-to-it anecdote.
    \nYes, I will be talking about corruption and paying people under the table for things but bear in mind that even though it seems like a common practice definitely not all people do that and not all people experience the phenomenon.

    \n

    A ROUTINE POLICE CHECK 

    \n

    It is said that it is extremely wise to keep 2k-5k Rubles (about 28-68 Euro, 30-77 Dollars, 23-58 Pounds) in your registration papers at all times. They tend to disappear when you get your documents back from the officer... If one does not have such loose change, the guy tends to make one's life difficult. \"You were speeding\", \"You didn't stop at the STOP sign\", \"You're light is out\" etc. Driving is another interesting phenomenon in Moscow. You might think that since the metro is so packed, the streets will be empty. On the contrary, but I will not get into that right now as that makes a completely different post...  However, what I will tell you is  how one of my students passed her driving exam, which leads us to...

    \n

    PAYING TO PASS AN EXAM

    \n

    After her first failed attempt, my student looked at her instructor/examiner and asked: \"Could you please tell me what I did wrong, so I can work on it in the future?\" He stared back at her surprised and announced: \"Well, you didn't pay me extra, what do you expect?!\" At that point even I was shocked - \"So people openly tell you they want money?!\" \"Get used to it Kasia, It's Russia....\"
    \nNeedless to say, she was forced to pay the second time around and surprise, surprise, she passed....
    \n
    \nI taught English in a company. I came one week, and saw that everyone was kind of in a rush and slightly agitated. I asked what the problem was and they said they were waiting for an audit. I remember wishing them good luck... One lady looked at me and smiled \"We paid the guys to look the other way, it will be fine!\" I didn't even bother to comment as I had aleady known there was no point...

    \n

    GETTING INTO A PRIVATE EVENT

    \n

    It was the three of us - my BF, his friend and I. We wanted to do some clubbing and the friend decided we should go to a very trendy bar in the heart of Moscow. He had a loyalty card there and was well known among the bouncers. We didn't really look the part, but a hefty fee paid for each of us (by the friend) was enough to let us in...

    \n

    That was a minor party. Let's talk about the big stuff, involving bigger money!
    \nIf you know someone, who knows someone, who knows someone you might be able to (legally) attend the dress rehearsal of the famous Victory Parade in May (the 9th to be exact). It costs about 10k (137 Euro, 116 Pounds , 153 Dollars) Watch fragments of the video below to see the magnitude of what I am talking about. 

    \n

    The whole thing is long, play with it a little bit. The good stuff starts at about 40 minutes. Source

    \n

    https://www.youtube.com/watch?v=5EI3FYynz-Q

    \n

    To enter the actual parade however, you need to be a prominent member of the society (e.g. ex-military) or someone famous or filthy rich :)

    \n

    The event itself is quite impressive and for soldiers taking part in the march it is an honor among honors.  
    \nWe had the privilege of living 15 minutes on foot from the Red Square so we saw all the preparations and marches right outside our windows (till 11pm at night...)

    \n

    \n

    PS. I am aware that my portrayal of Moscow might seem bleak and depressing. Believe me, it was not. I;m simply trying to describe the juicy bits, the interesting stuff :) My next post will be more optimistic as I will be talking about sports, parks an recreations  :)

    \n

     ____________________________________________________________________________

    \n

    Thank you for reading Part 2 of my memoir.

    \n

    Want to find out more about living in Moscow? Follow me @cwbrooch :)

    \n

    My other work on Streemit:

    \n

    1) Russian Roulette - Preamble 

    \n

    2) Russian Roulette - Part 1 - Surviving Underground

    \n

    3) Why shouldn't you use google translate for learning English and which dictionaries are far better

    \n

    4)  How to learn vocabulary effectively in any language!

    \n

    5) About me: introduction  
    \n 

    \n


    \n", @@ -521,7 +521,7 @@ ], "author": "markrmorrisjr", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.26, "beneficiaries": [], "blacklists": [], "body": "## In this episode, a hot Aedapt girl helps Jack escape Killer giant Cockroaches! ##\n\n**Jake was peering through cracks between the plaster laths back into the room where they guard stood.** \n\n![enter image description here](https://s22.postimg.org/d4vifrmo1/Madison.jpg)\n***Missed an episode? Great more great reading for you [on my blog](https://steemit.com/@markrmorrisjr)! Be sure to follow me for awesome daily updates in your feed and leave me comments. I love comments!***\n\n\u201cNo, we\u2019re not that smart when we\u2019re under. We can really only do what we hear them telling us to do.\u201d Jake whispered, calmly as the big guard moved within inches of the wall, snorting. The guard turned, blasted a hole in the ceiling with his gun and charged back into the hall. \n\n*They heard him blasting the door of the next room open.*\n\n\u201cWe can\u2019t stay here. I\u2019m guessing you\u2019ve got this one on a signal blocker and there\u2019s not much time.\u201d \n\nThe girl turned and ran to a corner, where an iron hand rail rose up out of the floor in a curve. She disappeared through the floor and as Jack followed, he found a narrow, spiraling stair that led below. \n\nHe lost his footing and slid down the stairs, narrowly missing the girl. She stood in the room below, with ear to the door that led into the hall.\n\n![enter image description here](https://s16.postimg.org/90derv079/spiral_stair.jpg)\n\n*Jake followed close behind. The girl with the violet eyes opened the door and stepped out into the hall with the awakened Nosher right behind her and Jack bringing up the rear. Jack had no idea what to do next, but the girl seemed to be in her element, and willing to help.*\n\n**Hopefully, she was not leading them into more danger.** \n\nHe followed her past one door, and into the darkened room where they had first started. It was empty, which could only mean one thing. The Noshers who had recently occupied it were upstairs right now with the ugly guard. They were looking for Jack and the others and would soon head back down.\n\n\u201cShouldn\u2019t we just get out of here?\u201d Jack said. He stood with his back to the wall and the door opened a crack so that one eye could see down the hall toward the upper stairs.\n\n\u201cNot without these,\u201d the girl walked to where the guard had been and pointed up at the weapons, suspended above. She ran a hand along the doorframe, \u201cIt ought to be along here somewhere.\u201d She said.\n\n**\u201cWhat is?\u201d Jack hissed, shifting as her body pressed against his.** \n\nShe ran her hand along the top of the doorframe. He froze; she smelled good. It had been a long time since a girl had gotten this close to him, junior prom, in fact. He did not have a lot of time for dating with his work schedule. \n\n*To top it off, the smell of burnt fries that clung to him even after an hour in the shower was hardly an aphrodisiac.*\n\nThe girl put one hand on his chest and stood on tiptoe, pressing tight against him. \u201cOh, don\u2019t kid yourself; you just happened to be in my way.\u201d She laughed, scornfully, and pressed a hidden button at the top right corner of the door. Weapons rained down with a crash, and she quickly chose two handguns, handing one to Jack. \n\nShe pressed the button again, and the remaining weapons zipped back up into position. Jack had to grip the gun in his hand firmly to keep it from joining them.\n\n![enter image description here](https://s13.postimg.org/xp1l7jjyv/guns.jpg)\n\n**\u201cElectro magnet,\u201d she said and opened the door, moving out, weapon first.**\n\n\u201cI knew that,\u201d Jack said. He flattened himself against the hallway wall, like a TV detective. The magnet had occurred to him, but in his addled state, he had not really grasped the concept. Mostly he just did not like the idea of her being smarter than he was. \n\n\u201cKeep up\u201d he hissed to Jake, who had managed to grab a revolver.\nThe three moved quickly down the hall and turned toward the front door. The two roaches Jack had seen earlier, peered out from either side. \n\n**They had weapons leveled in his direction.**\n\n*The girl crouched and moved forward as if she were still a Nosher. It worked. Jack followed suit, and Jake did his best. His human consciousness was getting stronger by the minute.* \n\nHe had even started getting color back in his cheeks, and Jack was beginning to notice that the man seemed oddly familiar, the more human he became. \u201cCould be a side effect of this Nosher thinking,\" he guessed.\n\n\u201cThey're right behind us,\u201d the girl hissed to one of the roaches. \u201cBlast the next thing that comes down those stairs, you got me?\u201d \n\n**The bug clicked and hissed.** \n\n*Jack assumed it was a yes, because the two giant insects moved in and took up positions on either side of the hall.*\n\nJack bolted out the door and was relieved to see the Rabbit zip up just in time. Phineas sat behind the wheel, and the Things were nowhere in sight. Behind them, they heard the roaches open fire, and then a huge blast echoed down the hall. \n\n![enter image description here](https://s13.postimg.org/4klau8zdj/phin_rabbit.jpg)\n\nA gust of wind barreled out the door, raining cockroach guts over the three escaping figures. Jake stumbled, and Jack picked him up and shoved him into the back seat of the Rabbit.\n\nHe turned back to let the girl in, but she was gone. Phineas stood up on the running board, slapping the roof of the vehicle furiously. \u201cGet in the car! Let\u2019s go man!\u201d\n\n*By the time Jack had slid into the passenger seat, Phineas had the Rabbit patching out. They were up to top speed in a matter of seconds.*\n\n**\u201cFind a me a safe dime!\u201d Phineas yelled, standing as he worked the pedals and tried to see over the steering wheel at the same time.**\n\n\u201cWhat?\u201d Jack yelled over the whine of the engine.\n\n\u201cDime, a dimension, get us out of here.\u201d Phineas pleaded.\n\nJack opened the glove compartment and fiddled with the controls, but nothing happened.\n\n**\u201cDamn, guess I have to do everything, Phineas grumbled, \u201chere, take the wheel.\u201d** \n\n*The Leprechaun ducked under Jack\u2019s arms as he grabbed the steering wheel from his position in the passenger\u2019s seat.* \n\nPhineas leaned across the stick shift, his feet working the pedals as he started manipulating the glovebox controls. Jack\u2019s view through the windshield changed every few seconds. It was making steering from the passenger\u2019s seat even more of a challenge.\n\n*Meanwhile, Jake hunkered down in the back seat. From where Jack sat, he was not looking so good. He wondered how much time they had left.*\n\nJack swerved to miss a slow-moving vehicle that had just appeared as they shifted dimensions. Finally, Phineas settled for one that put them on a narrow two-lane country road. \n\nThe town disappeared, replaced by rows of fences. Phineas braked and turned off onto the shoulder of the road, rolling to a stop.\n\nJack\u2019s heartbeat slowly returned to normal. Meanwhile, Jake sounded like he was winding up in the back seat, his voice rolling into a high-pitched whine, perforated with short puffs of breath, like a woman in labor on a late-night sitcom.\n\n**\u201cYou okay, back there?\u201d Jack asked, climbing out onto the shoulder.** \n\nJake launched himself out of the back seat, landed face down in a shallow ditch, and promptly lost the entire contents of his stomach in a single \n\n\u201cralph\u201d.\n--------\n\nJack turned away, pulling his elbow up over his nose to avoid the horrendous smell of vomit. Meanwhile, Phineas dove around the hood of the car and into the ditch, pawing through the puke as if he was panning for gold. \n\n*A few seconds later, he came up for air, triumphantly holding the thumb drive.*\n\nHe stood, wiping his hands on Jake\u2019s jacket, and then looked at his watch. \u201cIt\u2019s past time,\u201d He said, pulling the transmitter from the man\u2019s neck. Jake lolled into the ditch; his eyes fluttered, and Phineas shoved Jack toward the driver\u2019s seat.\n\n**\u201cLet\u2019s go. We don\u2019t want to be here when they come to collect him.\u201d He said, climbing into the passenger\u2019s seat.**\n\n***Will Jake see the girl again? What about his Nosher friend, what becomes of him? Will they ever get the smell out of the ALICE? Stay tuned!***\n\n## Look for the upvote button below. If you liked the post, upvote and share! If you're not on Steemit yet, why not? You get free money for signing up! ##", @@ -578,7 +578,7 @@ ], "author": "blend", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 45.17, "beneficiaries": [], "blacklists": [], "body": "\n
      \n
    •  I\u2019m as surprised as anyone to be saying this but holy shit, these vape trick are really impressive.Yes, vaping still makes most people look like an extra who just stepped off the set of Blade Runner. But god dammit, King Titus is doing some stuff with smoke in this video that doesn\u2019t seem physically possible.How is he moving smoke rings through the air without breaking them? Let\u2019s just soak that in for a hot second.
    • \n
    \n\nhttps://youtu.be/i3Nd_FK1zUg\nsource>http://www.gizmodo.com.au/2016/09/so-uh-vape-tricks-are-cool-now/", @@ -627,7 +627,7 @@ "active_votes": [], "author": "philanthropest", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 29.41, "beneficiaries": [], "blacklists": [], "body": "\n

    James Comey -the Director of the FBI - puts tape over his personal laptop camera and webcams.  

    \n

    I'm not crazy for having masking tape over my camera...I'm not alone....

    \n

    https://www.youtube.com/watch?v=y02aBfNT8n4

    \n

    WHY AREN'T PEOPLE MORE CONCERNED ABOUT BEING LISTENED TO...YES, IT IS INVASIVE TO KNOW YOU ARE BEING WATCHED, BUT....

    \n
      \n
    • People SAY more revealing and interesting stuff than they DO....so, I would much rather be a blind fly on the wall than deaf.  
    • \n
    \n

    AS IF THEY AREN'T LISTENING TO YOU/ME....IF THEY ARE WATCHING...THEY ARE OBVIOUSLY LISTENING

    \n", @@ -1521,7 +1521,7 @@ ], "author": "charlieshrem", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 67.32, "beneficiaries": [], "blacklists": [], "body": "[![1427721443457173 (1).jpg](https://s15.postimg.org/e6gxjg8cb/1427721443457173_1.jpg)](https://postimg.org/image/5bg38xjjr/)\n\nThe day I went to prison I published an article Bitcoin for Prison. While I didn't get to read or see the article until someone mailed me a physical copy, I found out that my article had started a number of discussions and follow-on commentary.\n\nDuring my stay at Lewisburg Federal Prison Camp I observed many economic theories put into effect by inmates and the prison administration, including Gresham's law, hyperinflation, currency exchange, and others.\n\nThere are two markets in prison, the \"Administration Run Market\" (ARM) and the \"Inmate Run Market\" (IRM). \n\nFor the ARM, family and friends can add money to your account through Western Union, MoneyGram, or mailing a check. These funds get added to your account fairly quickly and can be used almost immediately, however with a strict spending limit. You get 300 minutes of phone use per month for about $70, and email costs about $0.05 a minute and is only available at specific times to specific people. Once a week you can shop in the commissary with a $360 a month spending limit. Further, certain products have limits of how much you can buy, for example the Mackerel (described below). Alternatively, the IRM is where you can buy sandwiches, wraps, pizzas, Italian ices, hire a personal trainer, get a haircut, pay someone to clean your cube, repair a watch, even inmate run caterers for your birthday or going home party. Additionally there were inmate run 'stores' which sold commissary items at a markup since you could only commissary shop once a week.\n\n[![mackerel-203x300.png](https://s18.postimg.org/pkn7zm1h5/mackerel_203x300.png)](https://postimg.org/image/iu6qq6eb9/)\n\nThe Mackerel (meaning literal packets of fish) is one of the competing currencies in the IRM. It has utility by being one of the best sources of protein on the compound. You can save it for a long time, the shelf life is a few years. The price is relatively the same across all prisons in the country, so even if you transfer prisons your property comes with you, including your Mackerel which is worth the same somewhere else. Unlike tunafish, chicken packets and protein bars, more people eat Mackerel. Those other food items can be used as currency as well, for example the guy who fixes your watch may only accept protein bars because he hates fish. There was even a form of digital currency being used, which I will discuss in another post.\n\n[![pzyQaHU.png](https://s15.postimg.org/tggsqn3uj/pzy_Qa_HU.png)](https://postimg.org/image/nfj3tkh87/)\n\nUtility and medium of exchange give it some value but what about scarcity ? If there is a virtually unlimited amount of Mackerel in the IRM, just like the Federal Reserve printing money, there is no scarcity and hyperinflation can occure if it is debased. \n\nUsing a simple equation, 467 (Number of Inmates) * 14 (Maximum Quantity Allowed to Purchase Per Inmate) * 52 (weeks, assuming every inmate buys the maximum mount of Mackerel every week)\n\nSo if in 2015 we assume that the Supply and Velocity grows at the exact same rate with the Price Level and Transactions unchanging, the amount of Mackerel would essentially double on an even inflation rate. This does not factor in the 3 year shelf life, where expired Mackerel becomes a secondary currency. I will discuss in my next post. \n\nI like to believe that the value of money is determined also psychological factors, like a commodity and not only by mechanical or mathematical factors. In prison many of these psychological factors come into play.\n\n[![1867-1967-Ten-10\u00a2-Cents-Commemorative-Centennial.jpg](https://s15.postimg.org/yqgpkthrv/1867_1967_Ten_10_Cents_Commemorative_Centennial.jpg)](https://postimg.org/image/ceiwrfinr/)\n\nMost people use Mackerel as a day-to-day currency for normal transactions, but for reasons I will explain in my next post, they are not the best long term store of value which is important for a currency. For longer term store of value, many inmates use stamps. Stamps have a set rate by the United States Postal Service and have similar characteristics as Mackerel aside for being edible. However, with the introduction of email on the compound many people stopped writing letters as email is cheaper and faster therefore reducing stamps ability to be a transactional currency as a majority of the inmates have no use for them. As a store of value they still hold weight because they are small and easy to store large amounts, while Mackerel is not.\n\nThe biggest value stamps have is that they can be mailed home and your family can redeem them for dollars as the local post office, but that feature can be stopped by better mail screening and overnight the stamp could lose its store of value utility. \n\nIn my next post I will discuss how currency exchangers work, what happens when the prison administration purposely floods the market, and how a secondary currency was created out of expired Mackerel called \u201cMoney Maks\u201d", @@ -1579,7 +1579,7 @@ ], "author": "profitgenerator", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 55.62, "beneficiaries": [], "blacklists": [], "body": "Let's analyze more deeply the relationship between USD and Oil. This is a continuation of this 3 part series, and in this part I will describe my opinions how to trade Oil, despite it's unpredictability. Here is the previous part:\n\n
    https://steemit.com/money/@profitgenerator/the-Oil-market-1-3
    \n\n------------------------------------\n
    \n
    [![oilfield-643836_1920.jpg](https://s16.postimg.org/j6asrkj79/oilfield_643836_1920.jpg)](https://postimg.org/image/5cmg2iqlt/)
    \n\n

    Oil and Dollar

    \n\nBefore we go into strategies, I have to explain more thoroughly what relationship I was talking about in the past article.\n\nSo we know that the Oil is denominated by the US Dollar, and we know that a cheap Oil is good for the US Economy, but I wasn't very precise here, this is not entirely true, there is something more here.\n\nFirst of all the commodity market is the only thing that keeps the US Dollar stable, since the Nixon lifting of the Gold standard. The USD is printed at will and the commodities are the only thing that give it some residual value.\n\nSo the commodity market has to be as liquid as possible in order to keep the USD stable, because every ounce of Gold, gram of grain or drop of Oil bought gives value to the USD, because it goes through the USD market.\n\nBut also the commodity market cannot be high in price, because that is bad for the USD. So you have to have a very liquid commodity market, but one that has low price. It sounds very contradictory (the velocity of money theory forbids this), so how you do you achieve this?\n\nWith a Paper Ponzi Scheme: https://en.wikipedia.org/wiki/Gold_certificate\n\nBy issuing commodities on paper, that are not backed by real commodities, or in other words extremely leveraged instruments. You can read more about this popular scam here:\n\n
    http://www.silverdoctors.com/Gold/Gold-news/comex-Gold-leverage-skyrockets-to-a-shocking-5421/\nhttp://www.zerohedge.com/news/2016-06-25/comex-registered-silver-now-more-leveraged-Gold
    \n\n
    [![Leverage-Of-COMEX-Registered-Silver-Contracts.png](https://s17.postimg.org/bgdwcshn3/Leverage_Of_COMEX_Registered_Silver_Contracts.png)](https://postimg.org/image/vnrc53f4b/)
    \n
    *(Source: https://srsroccoreport.com)*
    \n\nNow I am not sure if the same phenomena is happening to Oil as well, but it could be possible. The entire commodity market is undervalued while derivatives and over-leveraged scams are the popular choice of investment for investors.\n\nSo if this is true, then Oil, and the whole commodity market would be into a bullish run possibly. But what about the USD? Yes, the USD itself is in trouble too. The US national debt and outstanding liabilities are too big, and I think the FED will just do QE any minute now, printing up Dollars and perhaps pumping up the commodity market too.\n\nAlright so now it is very confusing, in the past article I established a bearish trend, and now I am saying a bullish scenario could happen? So which one is it. Well let's take them 1 by 1:\n\n* Venezuela economic collapse and Middle East wars = **Bullish**\n* Big Oil price not good for US so they will suppress it with any tool available = `Bearish`\n* OPEC increased Oil production together with [Iran's lifted embargo](http://www.nytimes.com/2016/03/08/world/middleeast/embargo-lifted-iranian-Oil-reaches-europe.html) = `Bearish` \n* Russia building Oil pipeline in South Europe = `Bearish`\n* China investing in Africa and importing Oil = **Bullish** (since the growing Chinese economy is a big Oil demand)\n* Rising Green Energy markets = `Bearish`\n* Paper ponzi scheme could collapse anytime = **Bullish**\n* New rounds of quantitative easing to erode global debts = **Bullish**\n\nSo it looks to me like a whipsaw, again it could be quantified to have more accurate numbers, but it looks like the risk is big in the market. I would certainly not go long or short on it, since it's pretty unpredictable based on these macroeconomic trends. Whatever monopoly controls the price of Oil has made sure to make the price unpredictable, so that people will be wiped out on both sides.\n\nSo then how to trade this, if long and short positions are too risky, what to do?\n\n----------------------\n
    \n
    [![money-finance-bills-500.jpg](https://s17.postimg.org/simy7jp3j/money_finance_bills_500.jpg)](https://postimg.org/image/kd4w9e0uj/)
    \n\n\n

    Trading the Oil Market

    \n\nIf long and short positions are too risky, then hedging is the only strategy left in my opinion. I would not trade Oil naked, but if we hedge it with the right instrument, it could be profitable.\n\n

    [Hedging](https://en.wikipedia.org/wiki/Hedge_%28finance%29)

    \n\nBut what to hedge, what pairs to hedge and how? Well there are many combinations, and you have to find the pairs that will make you money nontheless.\n\nBut let's cut the crap, I have found a setup that is ultra profitable, and I will share it with you, in exchange you can donate me some SBD and upvote my post and follow me, that is the least you can do for showing you this ultra profitable trading strategy.\n\nSo here are the pairs:\n* Oil / USD\n* XAU / USD\n* USD / JPY\n* DJI / USD\n\nWe will construct our `artificial index` from these, I will call it `ProfitGenerator`:\n\n
    [![profitgenerator.png](https://s12.postimg.org/421peh5v1/profitgenerator.png)](https://postimg.org/image/feeaw9ejt/)
    \n\nThis is how `ProfitGenerator` looks like, it is really a @profitgenerator, going up and up since 2009. The formula is the following:\n`BUY Oil / USD`\n`SELL XAU / USD`\n`SELL USD / JPY`\n`BUY DJI / USD`\n\nSo basically by buying the DOW 30 and Oil, and selling Gold and the USD/JPY, we get this artificial index that always makes our profits go up since 2009. Of course it has dips and volatility, but the trend line looks to go up:\n\n
    [![trend.png](https://s13.postimg.org/7c4281afb/trend.png)](https://postimg.org/image/mktzlt43n/)
    \n\nI have extrapolated it linearly in the future, and it could be a profitable investment.Looks like easy money to me, I might check it out as well, and look for even better hedging strategies.\n\n---------------------------\n\nBasically this is how I would trade Oil at the moment, not naked, but put inside this nice hedging strategy. So if you decide to try it out, you should reward me after you made some profits!\n\n\n---------------------------\n\n*Data sources: http://www.investing.com*\n\n***Disclaimer: The information provided on this page might be incorrect. I am not responsible if you lose money using the information on this page! This is not an investment advice, just my opinion and analysis for educational purposes.***\n\n\n-------------------------------------------\n\n\n

    Upvote & Follow Me: @profitgenerator

    ", @@ -1655,7 +1655,7 @@ ], "author": "rebeccamorgan", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 43.74, "beneficiaries": [], "blacklists": [], "body": "\n

    \n

    I don't know about you, but one of my favorite parts of eating sushi is the pickled ginger. Today, I stopped by the store to pick up some pickled ginger to go with the sushi I was making for lunch, but I was totally bummed that they didn't have any.

    \n

    So I went home and did what I do a lot...I improvised. Remembering the bag of whole, unpeeled ginger I had thrown in the freezer a while back, I got it out. Turns out, you can make great pickled ginger at home, and it's super easy! 

    \n

    Recipe:

    \n

    1/4 cup peeled, thinly sliced ginger

    \n

    1/4 cup seasoned sushi vinegar

    \n

    1 tablespoon ginger

    \n

    Put all the ingredients in a small seal-able container and let set in the refrigerator for at least one hour.

    \n

    I love to eat this with a simple tempura shrimp roll using 1 sheet of nori, 1/2 cup sushi rice, and tempura shrimp.

    \n

    YUM!

    \n", @@ -1773,7 +1773,7 @@ ], "author": "acidyo", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 62.78, "beneficiaries": [], "blacklists": [], "body": "Since I am really unskilled at PS/Gimp I decided to draw a signature myself!\n\nhttp://imgur.com/FU1u3Aa.jpg\n\nWas thinking of adding it after my posts like this:\nMaybe resize it a bit smaller and make it linkable to my account page, let me know what you think :)\n\nhttp://imgur.com/UIw3ArK.jpg", @@ -1879,7 +1879,7 @@ ], "author": "lloyddavis", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 44.22, "beneficiaries": [], "blacklists": [], "body": "I did a few of these a while back, I was experimenting with the technique. It was fun and I might well do some more, especially if there's an audience for them\n\nThe basic technique is to first to take a video clip and split it into a number of frames. I expect you can do this easily in Photoshop or something, but I'm a command line kind of guy so I used ffmpeg and ImageMagick - I learned a lot from reading [this post about it](\"https://room208.org/blog/posts/48793543478.html\"). I go for things that break down into about 12-24 frames because at 24 fps you're going to need 12 to get a half second loop.\n\nThen you load up each frame in your favourite graphics editor - I use GIMP because I'm cheap. For each frame, you create a new transparent layer and trace over the bits of the frame that you want to replicate. There's a bit of artistic choice in here about how much detail you want to include and how much colour filling you'll do. But the most basic thing is to create a simplified line drawing by running the brush over the key elements.\n\nSo for this one of Johnny Rotten, I only took twelve frames from the beginning and only traced his face and the mic and filled in his hair with an approximation of it's actual colour!\n\n\n\nIf you give your transparent layer a white background you've then got a finished frame for your clip. So export it and give it a number so that you know which order it goes in. Again, Photoshop and GIMP probably have this built in, but I'm awkward that way and like to make things as close to \"by hand\" as I can. This is also much slower, but it does feel like you've made something rather than just knowing which buttons to press.\n\nYou then sew the frames back up into a GIF file using ImageMagick's convert command - check out that [blog post again](\"https://room208.org/blog/posts/48793543478.html\") for the deep dive details.\n\nAlternatively you can take a still image and just trace it several times. That's what I did with this one of Louis Armstrong. Four frames, each slightly different from the others, when animated give it this jiggly quality as if he is playing.\n\n\n\nI'd love to see what other people make of this technique. Show me your work too!", @@ -2008,7 +2008,7 @@ ], "author": "patimaker", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 51.12, "beneficiaries": [], "blacklists": [], "body": "I just decided to draw a bird\nVery often I do not sleep at night, so I draw sorts of things\n\nhttp://s017.radikal.ru/i410/1609/b9/c2414d721dd3.png", @@ -2067,7 +2067,7 @@ ], "author": "archimedes", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 26.92, "beneficiaries": [], "blacklists": [], "body": "http://eoimages.gsfc.nasa.gov/images/imagerecords/57000/57723/globe_west_2048.jpg\n\n### The Controversial\n\nThe age of the Earth is controversial topic to say the least. It has been the battle ground for many groups of people. One group of people though have had a rather large voice in it, those being the deeply religious and gullible. \n\nhttps://pixabay.com/static/uploads/photo/2016/08/20/09/46/magnifying-glass-1607160_960_720.jpg\n\nConservapedia is a encyclopedia type website tasked with presenting the other side of the story. They have been on the forefront of the age of the Earth dispute for some time. Their motto is, \"The trustworthy encyclopedia\" but is this really true to any extent? Lets look at their page on the age of the Earth, http://www.conservapedia.com/Age_of_the_Earth\n\n### They claim is that the earth is about 6,000 years old.\n\nThe first thing that they claim is that the earth is about 6,000 years old. They say that historical and much scientific evidence point to that age strongly. One example being that dating substances through radioactive decay is not a valid because the assumption that radioactive decay is constant is wrong. This is just blatantly incorrect. The claim that it is an assumption is really facts backed with testing at least to a limited degree of accuracy. Even with rigorous testing to alter the decay rates of elements no substantial change has ever been detected. Even in the Oklo reactor which was a natural nuclear fission reactor that was active for a few hundred thousand years has had no change on the Sommerfeld's constant and neutron capture for almost 2 billion years.\n\n\n### Conclusion\n\nConservapedia makes frequent references archaic texts that have no solid facts backing any of their claims. Their delusional claims take into account little if not any real world facts. They present biased and fudged data as reliable information for profound question and answered. I conclusion they are so detached reality that I am surprised that anybody would take them seriously, and the fact that they are even able to upkeep a website.\n\n\n\n\n\n\n\n\n\n\n### Sources:\nwww.talkorigins.org/indexcc/CF/CF210.html\npixabay.com/static/uploads/photo/2016/08/20/09/46/magnifying-glass-1607160_960_720.jpg\neoimages.gsfc.nasa.gov/images/imagerecords/57000/57723/globe_west_2048.jpg", @@ -2190,7 +2190,7 @@ ], "author": "benberger", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 54.89, "beneficiaries": [], "blacklists": [], "body": "http://i67.tinypic.com/307wwzn.jpg", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/_readme.txt new file mode 100644 index 00000000..3e548588 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created/_readme.txt @@ -0,0 +1,4 @@ +See ../_readme.txt for details +Lists posts ranked by how new they are (with community pinned posts first in case tag points to community). + +"sort": "created" diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created_paging.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created_paging.pat.json index ce7be5d1..33a214bc 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created_paging.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created_paging.pat.json @@ -68,7 +68,7 @@ ], "author": "alienbutt", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 52.91, "beneficiaries": [], "blacklists": [], "body": "You decide what they are.\nAlien heads staked on a post or seed pods?\n\"\n\n\"", @@ -126,7 +126,7 @@ ], "author": "shla-rafia", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 55.33, "beneficiaries": [], "blacklists": [], "body": "http://tinyimg.io/i/n2EAXoC.jpg\n\nToday started excellent. My travel friends and I inhaled and the day was golden. \n\nI hitchhiked to the center and created flyers over a nice Super Pollem joint.\n\nhttp://tinyimg.io/i/ps2kPG7.jpg\nhttp://tinyimg.io/i/vR0b1QA.jpg\n\nI promoted to:\n\n- Google Foto Employee from L.A. \n- Bodybuilder\n- Artist with atelier in the city-center\n- A coffeeshop employee\n- The man who took me into town\n- Travellers\n- Homeless people\n- Tourists from Virginia\n- And many more\n\n7 hours of hardcore promo for a better tomorrow.\n\nhttp://tinyimg.io/i/bPQeOiK.jpg\nhttp://tinyimg.io/i/xnXlrol.jpg\nhttp://tinyimg.io/i/X3F0zEa.jpg\n\nThe people react very good to the SteemFest news. In no time many people here will know about it.\n\nI am 16 hours a day active now. Thanks for reading and cheers,\n\nMarty", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created_tag.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created_tag.pat.json index 40d3546b..4af6814b 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created_tag.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created_tag.pat.json @@ -12,7 +12,7 @@ ], "author": "cwbrooch", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 52.99, "beneficiaries": [], "blacklists": [], "body": "\n

    This is part 2 of my Memoir.  Missed Part 1? Click here.
    \nDon't know what's going on? Start from the beginning here.

    \n

    If you like what you're reading, follow me @cwbrooch for more craziness. if you love what you're reading recommend me to other peeps :) feedback is also very appreciated.

    \n

    \n

    Russian Roulette - A Memoir of my Two Years in Moscow - Part 2 - Under the Table Tactics

    \n

    In this part of my memoir I am going to attempt to describe the dark side of Moscow. All stories depicted here either happened directly to people I knew, or were described to me as  a it's-russia-get-used-to-it anecdote.
    \nYes, I will be talking about corruption and paying people under the table for things but bear in mind that even though it seems like a common practice definitely not all people do that and not all people experience the phenomenon.

    \n

    A ROUTINE POLICE CHECK 

    \n

    It is said that it is extremely wise to keep 2k-5k Rubles (about 28-68 Euro, 30-77 Dollars, 23-58 Pounds) in your registration papers at all times. They tend to disappear when you get your documents back from the officer... If one does not have such loose change, the guy tends to make one's life difficult. \"You were speeding\", \"You didn't stop at the STOP sign\", \"You're light is out\" etc. Driving is another interesting phenomenon in Moscow. You might think that since the metro is so packed, the streets will be empty. On the contrary, but I will not get into that right now as that makes a completely different post...  However, what I will tell you is  how one of my students passed her driving exam, which leads us to...

    \n

    PAYING TO PASS AN EXAM

    \n

    After her first failed attempt, my student looked at her instructor/examiner and asked: \"Could you please tell me what I did wrong, so I can work on it in the future?\" He stared back at her surprised and announced: \"Well, you didn't pay me extra, what do you expect?!\" At that point even I was shocked - \"So people openly tell you they want money?!\" \"Get used to it Kasia, It's Russia....\"
    \nNeedless to say, she was forced to pay the second time around and surprise, surprise, she passed....
    \n
    \nI taught English in a company. I came one week, and saw that everyone was kind of in a rush and slightly agitated. I asked what the problem was and they said they were waiting for an audit. I remember wishing them good luck... One lady looked at me and smiled \"We paid the guys to look the other way, it will be fine!\" I didn't even bother to comment as I had aleady known there was no point...

    \n

    GETTING INTO A PRIVATE EVENT

    \n

    It was the three of us - my BF, his friend and I. We wanted to do some clubbing and the friend decided we should go to a very trendy bar in the heart of Moscow. He had a loyalty card there and was well known among the bouncers. We didn't really look the part, but a hefty fee paid for each of us (by the friend) was enough to let us in...

    \n

    That was a minor party. Let's talk about the big stuff, involving bigger money!
    \nIf you know someone, who knows someone, who knows someone you might be able to (legally) attend the dress rehearsal of the famous Victory Parade in May (the 9th to be exact). It costs about 10k (137 Euro, 116 Pounds , 153 Dollars) Watch fragments of the video below to see the magnitude of what I am talking about. 

    \n

    The whole thing is long, play with it a little bit. The good stuff starts at about 40 minutes. Source

    \n

    https://www.youtube.com/watch?v=5EI3FYynz-Q

    \n

    To enter the actual parade however, you need to be a prominent member of the society (e.g. ex-military) or someone famous or filthy rich :)

    \n

    The event itself is quite impressive and for soldiers taking part in the march it is an honor among honors.  
    \nWe had the privilege of living 15 minutes on foot from the Red Square so we saw all the preparations and marches right outside our windows (till 11pm at night...)

    \n

    \n

    PS. I am aware that my portrayal of Moscow might seem bleak and depressing. Believe me, it was not. I;m simply trying to describe the juicy bits, the interesting stuff :) My next post will be more optimistic as I will be talking about sports, parks an recreations  :)

    \n

     ____________________________________________________________________________

    \n

    Thank you for reading Part 2 of my memoir.

    \n

    Want to find out more about living in Moscow? Follow me @cwbrooch :)

    \n

    My other work on Streemit:

    \n

    1) Russian Roulette - Preamble 

    \n

    2) Russian Roulette - Part 1 - Surviving Underground

    \n

    3) Why shouldn't you use google translate for learning English and which dictionaries are far better

    \n

    4)  How to learn vocabulary effectively in any language!

    \n

    5) About me: introduction  
    \n 

    \n


    \n", @@ -154,7 +154,7 @@ ], "author": "markrmorrisjr", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.26, "beneficiaries": [], "blacklists": [], "body": "## In this episode, a hot Aedapt girl helps Jack escape Killer giant Cockroaches! ##\n\n**Jake was peering through cracks between the plaster laths back into the room where they guard stood.** \n\n![enter image description here](https://s22.postimg.org/d4vifrmo1/Madison.jpg)\n***Missed an episode? Great more great reading for you [on my blog](https://steemit.com/@markrmorrisjr)! Be sure to follow me for awesome daily updates in your feed and leave me comments. I love comments!***\n\n\u201cNo, we\u2019re not that smart when we\u2019re under. We can really only do what we hear them telling us to do.\u201d Jake whispered, calmly as the big guard moved within inches of the wall, snorting. The guard turned, blasted a hole in the ceiling with his gun and charged back into the hall. \n\n*They heard him blasting the door of the next room open.*\n\n\u201cWe can\u2019t stay here. I\u2019m guessing you\u2019ve got this one on a signal blocker and there\u2019s not much time.\u201d \n\nThe girl turned and ran to a corner, where an iron hand rail rose up out of the floor in a curve. She disappeared through the floor and as Jack followed, he found a narrow, spiraling stair that led below. \n\nHe lost his footing and slid down the stairs, narrowly missing the girl. She stood in the room below, with ear to the door that led into the hall.\n\n![enter image description here](https://s16.postimg.org/90derv079/spiral_stair.jpg)\n\n*Jake followed close behind. The girl with the violet eyes opened the door and stepped out into the hall with the awakened Nosher right behind her and Jack bringing up the rear. Jack had no idea what to do next, but the girl seemed to be in her element, and willing to help.*\n\n**Hopefully, she was not leading them into more danger.** \n\nHe followed her past one door, and into the darkened room where they had first started. It was empty, which could only mean one thing. The Noshers who had recently occupied it were upstairs right now with the ugly guard. They were looking for Jack and the others and would soon head back down.\n\n\u201cShouldn\u2019t we just get out of here?\u201d Jack said. He stood with his back to the wall and the door opened a crack so that one eye could see down the hall toward the upper stairs.\n\n\u201cNot without these,\u201d the girl walked to where the guard had been and pointed up at the weapons, suspended above. She ran a hand along the doorframe, \u201cIt ought to be along here somewhere.\u201d She said.\n\n**\u201cWhat is?\u201d Jack hissed, shifting as her body pressed against his.** \n\nShe ran her hand along the top of the doorframe. He froze; she smelled good. It had been a long time since a girl had gotten this close to him, junior prom, in fact. He did not have a lot of time for dating with his work schedule. \n\n*To top it off, the smell of burnt fries that clung to him even after an hour in the shower was hardly an aphrodisiac.*\n\nThe girl put one hand on his chest and stood on tiptoe, pressing tight against him. \u201cOh, don\u2019t kid yourself; you just happened to be in my way.\u201d She laughed, scornfully, and pressed a hidden button at the top right corner of the door. Weapons rained down with a crash, and she quickly chose two handguns, handing one to Jack. \n\nShe pressed the button again, and the remaining weapons zipped back up into position. Jack had to grip the gun in his hand firmly to keep it from joining them.\n\n![enter image description here](https://s13.postimg.org/xp1l7jjyv/guns.jpg)\n\n**\u201cElectro magnet,\u201d she said and opened the door, moving out, weapon first.**\n\n\u201cI knew that,\u201d Jack said. He flattened himself against the hallway wall, like a TV detective. The magnet had occurred to him, but in his addled state, he had not really grasped the concept. Mostly he just did not like the idea of her being smarter than he was. \n\n\u201cKeep up\u201d he hissed to Jake, who had managed to grab a revolver.\nThe three moved quickly down the hall and turned toward the front door. The two roaches Jack had seen earlier, peered out from either side. \n\n**They had weapons leveled in his direction.**\n\n*The girl crouched and moved forward as if she were still a Nosher. It worked. Jack followed suit, and Jake did his best. His human consciousness was getting stronger by the minute.* \n\nHe had even started getting color back in his cheeks, and Jack was beginning to notice that the man seemed oddly familiar, the more human he became. \u201cCould be a side effect of this Nosher thinking,\" he guessed.\n\n\u201cThey're right behind us,\u201d the girl hissed to one of the roaches. \u201cBlast the next thing that comes down those stairs, you got me?\u201d \n\n**The bug clicked and hissed.** \n\n*Jack assumed it was a yes, because the two giant insects moved in and took up positions on either side of the hall.*\n\nJack bolted out the door and was relieved to see the Rabbit zip up just in time. Phineas sat behind the wheel, and the Things were nowhere in sight. Behind them, they heard the roaches open fire, and then a huge blast echoed down the hall. \n\n![enter image description here](https://s13.postimg.org/4klau8zdj/phin_rabbit.jpg)\n\nA gust of wind barreled out the door, raining cockroach guts over the three escaping figures. Jake stumbled, and Jack picked him up and shoved him into the back seat of the Rabbit.\n\nHe turned back to let the girl in, but she was gone. Phineas stood up on the running board, slapping the roof of the vehicle furiously. \u201cGet in the car! Let\u2019s go man!\u201d\n\n*By the time Jack had slid into the passenger seat, Phineas had the Rabbit patching out. They were up to top speed in a matter of seconds.*\n\n**\u201cFind a me a safe dime!\u201d Phineas yelled, standing as he worked the pedals and tried to see over the steering wheel at the same time.**\n\n\u201cWhat?\u201d Jack yelled over the whine of the engine.\n\n\u201cDime, a dimension, get us out of here.\u201d Phineas pleaded.\n\nJack opened the glove compartment and fiddled with the controls, but nothing happened.\n\n**\u201cDamn, guess I have to do everything, Phineas grumbled, \u201chere, take the wheel.\u201d** \n\n*The Leprechaun ducked under Jack\u2019s arms as he grabbed the steering wheel from his position in the passenger\u2019s seat.* \n\nPhineas leaned across the stick shift, his feet working the pedals as he started manipulating the glovebox controls. Jack\u2019s view through the windshield changed every few seconds. It was making steering from the passenger\u2019s seat even more of a challenge.\n\n*Meanwhile, Jake hunkered down in the back seat. From where Jack sat, he was not looking so good. He wondered how much time they had left.*\n\nJack swerved to miss a slow-moving vehicle that had just appeared as they shifted dimensions. Finally, Phineas settled for one that put them on a narrow two-lane country road. \n\nThe town disappeared, replaced by rows of fences. Phineas braked and turned off onto the shoulder of the road, rolling to a stop.\n\nJack\u2019s heartbeat slowly returned to normal. Meanwhile, Jake sounded like he was winding up in the back seat, his voice rolling into a high-pitched whine, perforated with short puffs of breath, like a woman in labor on a late-night sitcom.\n\n**\u201cYou okay, back there?\u201d Jack asked, climbing out onto the shoulder.** \n\nJake launched himself out of the back seat, landed face down in a shallow ditch, and promptly lost the entire contents of his stomach in a single \n\n\u201cralph\u201d.\n--------\n\nJack turned away, pulling his elbow up over his nose to avoid the horrendous smell of vomit. Meanwhile, Phineas dove around the hood of the car and into the ditch, pawing through the puke as if he was panning for gold. \n\n*A few seconds later, he came up for air, triumphantly holding the thumb drive.*\n\nHe stood, wiping his hands on Jake\u2019s jacket, and then looked at his watch. \u201cIt\u2019s past time,\u201d He said, pulling the transmitter from the man\u2019s neck. Jake lolled into the ditch; his eyes fluttered, and Phineas shoved Jack toward the driver\u2019s seat.\n\n**\u201cLet\u2019s go. We don\u2019t want to be here when they come to collect him.\u201d He said, climbing into the passenger\u2019s seat.**\n\n***Will Jake see the girl again? What about his Nosher friend, what becomes of him? Will they ever get the smell out of the ALICE? Stay tuned!***\n\n## Look for the upvote button below. If you liked the post, upvote and share! If you're not on Steemit yet, why not? You get free money for signing up! ##", @@ -211,7 +211,7 @@ ], "author": "blend", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 45.17, "beneficiaries": [], "blacklists": [], "body": "\n
      \n
    •  I\u2019m as surprised as anyone to be saying this but holy shit, these vape trick are really impressive.Yes, vaping still makes most people look like an extra who just stepped off the set of Blade Runner. But god dammit, King Titus is doing some stuff with smoke in this video that doesn\u2019t seem physically possible.How is he moving smoke rings through the air without breaking them? Let\u2019s just soak that in for a hot second.
    • \n
    \n\nhttps://youtu.be/i3Nd_FK1zUg\nsource>http://www.gizmodo.com.au/2016/09/so-uh-vape-tricks-are-cool-now/", @@ -260,7 +260,7 @@ "active_votes": [], "author": "philanthropest", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 29.41, "beneficiaries": [], "blacklists": [], "body": "\n

    James Comey -the Director of the FBI - puts tape over his personal laptop camera and webcams.  

    \n

    I'm not crazy for having masking tape over my camera...I'm not alone....

    \n

    https://www.youtube.com/watch?v=y02aBfNT8n4

    \n

    WHY AREN'T PEOPLE MORE CONCERNED ABOUT BEING LISTENED TO...YES, IT IS INVASIVE TO KNOW YOU ARE BEING WATCHED, BUT....

    \n
      \n
    • People SAY more revealing and interesting stuff than they DO....so, I would much rather be a blind fly on the wall than deaf.  
    • \n
    \n

    AS IF THEY AREN'T LISTENING TO YOU/ME....IF THEY ARE WATCHING...THEY ARE OBVIOUSLY LISTENING

    \n", @@ -1154,7 +1154,7 @@ ], "author": "charlieshrem", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 67.32, "beneficiaries": [], "blacklists": [], "body": "[![1427721443457173 (1).jpg](https://s15.postimg.org/e6gxjg8cb/1427721443457173_1.jpg)](https://postimg.org/image/5bg38xjjr/)\n\nThe day I went to prison I published an article Bitcoin for Prison. While I didn't get to read or see the article until someone mailed me a physical copy, I found out that my article had started a number of discussions and follow-on commentary.\n\nDuring my stay at Lewisburg Federal Prison Camp I observed many economic theories put into effect by inmates and the prison administration, including Gresham's law, hyperinflation, currency exchange, and others.\n\nThere are two markets in prison, the \"Administration Run Market\" (ARM) and the \"Inmate Run Market\" (IRM). \n\nFor the ARM, family and friends can add money to your account through Western Union, MoneyGram, or mailing a check. These funds get added to your account fairly quickly and can be used almost immediately, however with a strict spending limit. You get 300 minutes of phone use per month for about $70, and email costs about $0.05 a minute and is only available at specific times to specific people. Once a week you can shop in the commissary with a $360 a month spending limit. Further, certain products have limits of how much you can buy, for example the Mackerel (described below). Alternatively, the IRM is where you can buy sandwiches, wraps, pizzas, Italian ices, hire a personal trainer, get a haircut, pay someone to clean your cube, repair a watch, even inmate run caterers for your birthday or going home party. Additionally there were inmate run 'stores' which sold commissary items at a markup since you could only commissary shop once a week.\n\n[![mackerel-203x300.png](https://s18.postimg.org/pkn7zm1h5/mackerel_203x300.png)](https://postimg.org/image/iu6qq6eb9/)\n\nThe Mackerel (meaning literal packets of fish) is one of the competing currencies in the IRM. It has utility by being one of the best sources of protein on the compound. You can save it for a long time, the shelf life is a few years. The price is relatively the same across all prisons in the country, so even if you transfer prisons your property comes with you, including your Mackerel which is worth the same somewhere else. Unlike tunafish, chicken packets and protein bars, more people eat Mackerel. Those other food items can be used as currency as well, for example the guy who fixes your watch may only accept protein bars because he hates fish. There was even a form of digital currency being used, which I will discuss in another post.\n\n[![pzyQaHU.png](https://s15.postimg.org/tggsqn3uj/pzy_Qa_HU.png)](https://postimg.org/image/nfj3tkh87/)\n\nUtility and medium of exchange give it some value but what about scarcity ? If there is a virtually unlimited amount of Mackerel in the IRM, just like the Federal Reserve printing money, there is no scarcity and hyperinflation can occure if it is debased. \n\nUsing a simple equation, 467 (Number of Inmates) * 14 (Maximum Quantity Allowed to Purchase Per Inmate) * 52 (weeks, assuming every inmate buys the maximum mount of Mackerel every week)\n\nSo if in 2015 we assume that the Supply and Velocity grows at the exact same rate with the Price Level and Transactions unchanging, the amount of Mackerel would essentially double on an even inflation rate. This does not factor in the 3 year shelf life, where expired Mackerel becomes a secondary currency. I will discuss in my next post. \n\nI like to believe that the value of money is determined also psychological factors, like a commodity and not only by mechanical or mathematical factors. In prison many of these psychological factors come into play.\n\n[![1867-1967-Ten-10\u00a2-Cents-Commemorative-Centennial.jpg](https://s15.postimg.org/yqgpkthrv/1867_1967_Ten_10_Cents_Commemorative_Centennial.jpg)](https://postimg.org/image/ceiwrfinr/)\n\nMost people use Mackerel as a day-to-day currency for normal transactions, but for reasons I will explain in my next post, they are not the best long term store of value which is important for a currency. For longer term store of value, many inmates use stamps. Stamps have a set rate by the United States Postal Service and have similar characteristics as Mackerel aside for being edible. However, with the introduction of email on the compound many people stopped writing letters as email is cheaper and faster therefore reducing stamps ability to be a transactional currency as a majority of the inmates have no use for them. As a store of value they still hold weight because they are small and easy to store large amounts, while Mackerel is not.\n\nThe biggest value stamps have is that they can be mailed home and your family can redeem them for dollars as the local post office, but that feature can be stopped by better mail screening and overnight the stamp could lose its store of value utility. \n\nIn my next post I will discuss how currency exchangers work, what happens when the prison administration purposely floods the market, and how a secondary currency was created out of expired Mackerel called \u201cMoney Maks\u201d", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created_tag_paging.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created_tag_paging.pat.json index e6e90bdc..bd1d9700 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created_tag_paging.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/created_tag_paging.pat.json @@ -16,7 +16,7 @@ ], "author": "patimaker", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 51.12, "beneficiaries": [], "blacklists": [], "body": "I just decided to draw a bird\nVery often I do not sleep at night, so I draw sorts of things\n\nhttp://s017.radikal.ru/i410/1609/b9/c2414d721dd3.png", @@ -135,7 +135,7 @@ ], "author": "benberger", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 54.89, "beneficiaries": [], "blacklists": [], "body": "http://i67.tinypic.com/307wwzn.jpg", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot.pat.json index 8fd7fff8..1699724b 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot.pat.json @@ -1552,7 +1552,7 @@ ], "author": "dollarvigilante", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 68.46, "beneficiaries": [], "blacklists": [], "body": "
    https://dollarvigilante.com/wp-content/uploads/2016/09/crisisinbound-676x374.jpg
    \n\nIn past issues, we\u2019ve documented increasingly concerned billionaires warning of dangerous economic times. Many have favored gold as an alternative allocation in a world where $13 trillion-worth of debt is negative yielding, interest rates are artificially suppressed and we\u2019re on the brink of major wars.\n\nThe newest addition to this gold-loving billionaire's club, is none other than hedge-fund manager Paul Singer. At CNBC\u2019s Delivering Alpha Investors Conference this week, the founder of the $27-billion Elliott Management Fund, the 17th largest hedge fund in the world, mentioned that at current prices gold is \u201cundervalued\u201d and \u201cunderrepresented in many portfolios as the only ... store of value that has stood the test of time.\u201d\n\nSinger, along with numerous other hedge-fund managers, has been increasingly outspoken in his criticism of the Federal Reserve and other central banks for creating dangers in the market unlike any in what he terms the \u201c5,000 year-ish\u201d history of finance. Singer noted that \u201cit's a very dangerous time in the global economy and global financial markets.\"\n\nThis quote is frighteningly similar to the response given by Donald Trump on Fox Business not long ago when he was asked if he had money in the market. He answered, \u201cI did, but I got out,\u201d and then went on to say that he expected \u201cvery scary scenarios\u201d for investors.\n\nSinger also stated that he thinks owning medium- to long-term first world debt is a \u201creally bad idea\u201d... and then proceeded to tell listeners to sell their 30-year bonds.\n\nEarlier in the conference, prior to Singer, Ray Dalio who is the manager of the largest hedge fund in the world, Bridgewater Capital, was also vocal about the diminishing returns provided by government debt held by central banks. \u201cThere\u2019s only so much you can squeeze out of the debt cycle,\" he said. He went on to say that central banks are at a point now where their ability to stimulate is limited.\n\nSeated next to Dalio was Former Treasury secretary Timothy Geithner who voiced concern about limited \u201ctools in the keynesian arsenal,\u201d that probably wouldn\u2019t be enough to offset the next recession.\n\nGeithner obviously believes that a recession is on the way. Dalio and Singer are trying to convey the same message. A massive crunch is looming.\n\nWe agree with them, although we believe Geithner was sugarcoating what\u2019s to come.\n\nAfter all, we are on the precipice of a crash of biblical proportions according to the former chief economist of the Bank for International Settlements, William White.\n\nWe have mentioned his quote numerous time here at TDV but feel it\u2019s important to reiterate because of its magnitude: \u201cThe only question is whether we are able to look reality in the eye and face what is coming in an orderly fashion, or whether it will be disorderly. Debt jubilees have been going on for 5,000 years, as far back as the Sumerians.\u201d\n\nAs the Fed considers its second rate hike in 10 years, Singer condemned policy-makers for acting with \u201camazing arrogance\u201d when he and others had warned of a mortgage crisis prior to 2008.\n\nWhat he and those who agreed with his stance don\u2019t know, or at least won\u2019t state publicly, is that these shoddy central bank policies are detrimental by design. In other words, their sole purpose is to destabilize the world economy.\n\nThis deliberate market sabotage is necessary for the transference of power from the more developed nations to less developed ones. Ultimately, the idea is to eliminate smaller regional and national central banks. Once things get bad enough, these smaller banks will be blamed for provoking a given crisis. And, secondarily, the end goal is to blow up the entire system in order to bring in the one world government and central bank.\n\nThe elites have used the same tactics time and time again throughout history. First, they create the problem, then there is a reaction, and then finally they come swooping in to \u201cvaliantly save\u201d the day. It's happened numerous times before.\n
    https://dollarvigilante.com/wp-content/uploads/2016/09/1998_Time-MagCover_Greenspan-committe-save-world-The-Dollar-Vigilante.png
    \nAnd it will soon happen again.\n\nOf course, the globalists have demonstrated that every intervention only makes situations worse.\n\nWe reported on the blatant thievery going on at Wells Fargo in our last article and noted how the elites were probably laughing hysterically at what they\u2019re able to get away with. They were even able to convince many younger American voters that \u201cdemocratic socialism\u201d would be their savior, as seen by the significant, youthful support for Bernie Slanders. Debt and currency crises have already started to materialize, as we\u2019ve seen in the socialist utopia that is Venezuela. If this is any indication of what\u2019s to come, the future is looking awfully gloomy.\n\nAs Singer and others including Dalio have mentioned before, the most tried and true measure of wealth and value is gold.\n\nAt TDV we provide unique Austrian-economics based analysis from the anarcho-capitalist pespective of the state of the world\u2019s economy, as well as suggestions on how to protect your assets in these tempestuous and unprecedented times.\n\nJacob Rothschild, a member of the family partly responsible for the creation of all this chaos, even said himself that we are in \u201cuncharted waters\u201d and that it\u2019s \u201cimpossible to predict the unintended consequences of very low interest rates.\u201d\n\nWe have a pretty good idea of what the consequences will be and we\u2019re taking action to protect ourselves and even profit from them. Rothschild seems to know the consequences, as well, as he has been buying up gold and selling the stock market and the US dollar.\n\nYou can survive and profit from the orchestrated collapse too. Subscribe to TDV\u2019s newsletter here to receive constantly updated information on how to protect your family and friends.\n\nIn the end, it is getting truly bizarre just how many billionaires, central bankers and others of note are all warning of the coming collapse. We\u2019d almost begun to worry that they were going to pull a switch-a-roo on us, but if you asked the great majority of investors and financial analysts, they\u2019ll tell you that they see nothing but smooth sailing ahead.\n\nSo, while many are warning, many are hearing, but not listening. The bible said something about that, I believe.\n
    https://img1.steemit.com/0x0/https://www.dollarvigilante.com/wp-content/uploads/2016/08/Jeff-Berwick-The-Dollar-Vigilante-Steemit-Bio-1024x221.jpg
    ", @@ -2592,7 +2592,7 @@ ], "author": "gavvet", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 72.8, "beneficiaries": [], "blacklists": [], "body": "@herpetologyguy\n\nOne of my many tasks as a zoo keeper is connecting people to animals. \n-\n\n\n\n

    The museum I work at is unique because we showcase animals that are native to Virginia -- meaning that these are animals people will find close to home, rather than across the ocean in some distant country. This makes my job more crucial in that I am responsible for educating people about the reptiles and amphibians that they will find in their own backyards. And obviously, there\u2019s one group of reptiles that gives people more pause than almost any other animal . . . . 

    \n

    Snakes. 

    \n

    http://www.sciencemag.org/sites/default/files/styles/article_main_large/public/images/snake_0.jpg?itok=rxQ1zXVj   Picture Credit

    \n

    I do public programs featuring snakes quite frequently.  I believe people should know how to identify local venomous/non-venomous snakes, their role in the environment and how to deal with them when they are in close proximity to our homes.  Usually, I get eager audiences asking great questions.  But, every now and then, I get some idiot who tells me, \u201cI saw that same snake in my backyard! I chopped off its head with a shovel!\u201d

    \n

    Are they an idiot for killing the snake?  Not necessarily . . . I don\u2019t know the situation behind the encounter. But, only an idiot would walk into a wildlife facility, approach a zoo keeper and proudly declare that they kill the very same animals that the keeper is charged with the care for.  Would you walk into an animal shelter and tell someone working there that you enjoy stomping on puppies?  To us, there\u2019s not much difference\u2026 

    \n

    http://proactivepestga.com/wp-content/uploads/2014/11/killthesnake.png   Picture Credit\n

    \n

    The best we can do in these situations is to try to educate people. This can be difficult because so many people are set in their ways -- plus we have to combat an instinctive fear and prejudice against snakes.  So, I\u2019m going to briefly lay it all out for you and tell you \"Why you shouldn\u2019t kill that snake in your yard.\" 

    \n

    http://blogs.discovermagazine.com/science-sushi/files/2016/04/hognose_2-1024x683.jpg   Picture Credit

    \n

    1.  It\u2019s ILLEGAL in most states to kill a wild snake, unless that snake presents an IMMEDIATE threat.  And no, a snake crawling through your yard does not represent a good enough excuse to use force.  We\u2019re talking about a situation where a venomous snake is about to strike and you have no escape route but to fight your way out.  And guess what, that really doesn\u2019t ever happen (barring instances where someone purposefully provokes an animal).  Wildlife and law enforcement agencies are cracking down on people killing snakes, so it\u2019s better to keep yourself out of trouble. 

    \n

    http://www.mylakelandnow.com/wp-content/uploads/2016/02/arrest-handcuffs-male.jpg   Picture Credit

    \n

    2.  You are putting yourself in harm\u2019s way.  The vast majority of snake bites occur when people attempt to capture or kill snakes.  If left alone, the snake CANNOT hurt you.  Call wildlife services or trained professionals to remove the animal. 

    \n

    http://www.snakegetters.com/demo/bud-cotton-gg.jpg   Picture Credit

    \n

    3.  It\u2019s an incredibly beneficial animal, and you\u2019d be foolish to kill it.  Small snakes eat a huge variety of pest insects that destroy gardens, while large snakes typically feed on rats and other rodents that infest our homes.  If you see a large snake hanging around, you have a rodent problem; snakes will not hang around if there is no food source.  To keep snakes from being attracted to your property, do your best to remove any shelter or food sources that would attract rodents.  Some snakes even eat other snakes, and species like the harmless king snake will even feed on venomous species! 

    \n

    https://i.ytimg.com/vi/ImOj1CKTBqE/maxresdefault.jpg   Picture Credit

    \n

    4.  Another snake might show up.  Snakes will not typically inhabit the same area in order to avoid competition.  If you kill that harmless rat snake, but you still have a food source nearby, another snake may move in to make use of that source.  The new snake may be another harmless species or something a bit less desirable.  So why not let that harmless snake take care of the infestation for you?

    \n

    http://phenomena.nationalgeographic.com/files/2014/09/Smooth-snake-660x405.jpg   Picture Credit

    \n

    Having a snake around can be hugely beneficial to you.  It is a free, environmentally-safe form of pest control.  Snakes, including venomous species, are non-aggressive animals (unless you provoke them) that will actively do their best to AVOID people.  A resident snake will often go unnoticed by homeowners, and most encounters are fleeting glimpses of the snake making a hasty escape.  Remember that snakes have their own unique role in the environment, and regardless of our own fears and feelings towards them, they are a necessary part of life. 

    \n

       http://westernmassnaturalist.org/_Media/ratsnake-face-1_med_hr-2.jpeg   Picture Credit

    \n\n\nif you liked this also please check out:\nhttps://steemit.com/science/@herpetologyguy/what-are-herptiles-indentifying-reptiles-vs-amphibians\n\n\n***don't forget to follow @herpetologyguy***", @@ -2731,7 +2731,7 @@ ], "author": "juanmiguelsalas", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.22, "beneficiaries": [], "blacklists": [], "body": "### Have you ever wondered how the number Pi sounds in a piano? \nBecause the musician David Macdonald recorded it with an accuracy of 122 digits after the decimal point. Sounds pretty cool.\n\n
    https://youtu.be/wM-x3pUcdeo \n\n
    ", @@ -2805,7 +2805,7 @@ ], "author": "jackgallenhall", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 55.03, "beneficiaries": [], "blacklists": [], "body": "\n

    Watching this video and Enjoy.....

    \n

    https://youtu.be/tP1qbGrMDt8

    \n", @@ -3696,7 +3696,7 @@ ], "author": "charlieshrem", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 67.32, "beneficiaries": [], "blacklists": [], "body": "[![1427721443457173 (1).jpg](https://s15.postimg.org/e6gxjg8cb/1427721443457173_1.jpg)](https://postimg.org/image/5bg38xjjr/)\n\nThe day I went to prison I published an article Bitcoin for Prison. While I didn't get to read or see the article until someone mailed me a physical copy, I found out that my article had started a number of discussions and follow-on commentary.\n\nDuring my stay at Lewisburg Federal Prison Camp I observed many economic theories put into effect by inmates and the prison administration, including Gresham's law, hyperinflation, currency exchange, and others.\n\nThere are two markets in prison, the \"Administration Run Market\" (ARM) and the \"Inmate Run Market\" (IRM). \n\nFor the ARM, family and friends can add money to your account through Western Union, MoneyGram, or mailing a check. These funds get added to your account fairly quickly and can be used almost immediately, however with a strict spending limit. You get 300 minutes of phone use per month for about $70, and email costs about $0.05 a minute and is only available at specific times to specific people. Once a week you can shop in the commissary with a $360 a month spending limit. Further, certain products have limits of how much you can buy, for example the Mackerel (described below). Alternatively, the IRM is where you can buy sandwiches, wraps, pizzas, Italian ices, hire a personal trainer, get a haircut, pay someone to clean your cube, repair a watch, even inmate run caterers for your birthday or going home party. Additionally there were inmate run 'stores' which sold commissary items at a markup since you could only commissary shop once a week.\n\n[![mackerel-203x300.png](https://s18.postimg.org/pkn7zm1h5/mackerel_203x300.png)](https://postimg.org/image/iu6qq6eb9/)\n\nThe Mackerel (meaning literal packets of fish) is one of the competing currencies in the IRM. It has utility by being one of the best sources of protein on the compound. You can save it for a long time, the shelf life is a few years. The price is relatively the same across all prisons in the country, so even if you transfer prisons your property comes with you, including your Mackerel which is worth the same somewhere else. Unlike tunafish, chicken packets and protein bars, more people eat Mackerel. Those other food items can be used as currency as well, for example the guy who fixes your watch may only accept protein bars because he hates fish. There was even a form of digital currency being used, which I will discuss in another post.\n\n[![pzyQaHU.png](https://s15.postimg.org/tggsqn3uj/pzy_Qa_HU.png)](https://postimg.org/image/nfj3tkh87/)\n\nUtility and medium of exchange give it some value but what about scarcity ? If there is a virtually unlimited amount of Mackerel in the IRM, just like the Federal Reserve printing money, there is no scarcity and hyperinflation can occure if it is debased. \n\nUsing a simple equation, 467 (Number of Inmates) * 14 (Maximum Quantity Allowed to Purchase Per Inmate) * 52 (weeks, assuming every inmate buys the maximum mount of Mackerel every week)\n\nSo if in 2015 we assume that the Supply and Velocity grows at the exact same rate with the Price Level and Transactions unchanging, the amount of Mackerel would essentially double on an even inflation rate. This does not factor in the 3 year shelf life, where expired Mackerel becomes a secondary currency. I will discuss in my next post. \n\nI like to believe that the value of money is determined also psychological factors, like a commodity and not only by mechanical or mathematical factors. In prison many of these psychological factors come into play.\n\n[![1867-1967-Ten-10\u00a2-Cents-Commemorative-Centennial.jpg](https://s15.postimg.org/yqgpkthrv/1867_1967_Ten_10_Cents_Commemorative_Centennial.jpg)](https://postimg.org/image/ceiwrfinr/)\n\nMost people use Mackerel as a day-to-day currency for normal transactions, but for reasons I will explain in my next post, they are not the best long term store of value which is important for a currency. For longer term store of value, many inmates use stamps. Stamps have a set rate by the United States Postal Service and have similar characteristics as Mackerel aside for being edible. However, with the introduction of email on the compound many people stopped writing letters as email is cheaper and faster therefore reducing stamps ability to be a transactional currency as a majority of the inmates have no use for them. As a store of value they still hold weight because they are small and easy to store large amounts, while Mackerel is not.\n\nThe biggest value stamps have is that they can be mailed home and your family can redeem them for dollars as the local post office, but that feature can be stopped by better mail screening and overnight the stamp could lose its store of value utility. \n\nIn my next post I will discuss how currency exchangers work, what happens when the prison administration purposely floods the market, and how a secondary currency was created out of expired Mackerel called \u201cMoney Maks\u201d", @@ -4190,7 +4190,7 @@ ], "author": "healthyrecipes", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 65.0, "beneficiaries": [], "blacklists": [], "body": "\n

      Good afternoon Steemit, I am officially done breast feeding and am ready to get rid of the last few pounds that are still hanging on from my pregnancy so I have been trying out different ways to cut calories from my diet without loosing flavor. Spaghetti squash is a great substitute for pasta or in this case rice. Spaghetti squash has about 40 calories per cup while rice has upwards of 200. It also has fiber, potassium and vitamins A and C.  

    \n

    For chicken:

    \n
      \n
    • 1lb chicken breast
    • \n
    • 1 tsp ancho chili
    • \n
    • 1 tbs olive oil
    • \n
    • 1 lime (juice and zest)
    • \n
    • 1 tsp minced garlic
    • \n
    \n

    For squash:

    \n
      \n
    • 1 spaghetti squash (cut in half length wise and seeds removed)
    • \n
    • 1 tsp olive oil
    • \n
    • salt and pepper to taste
    • \n
    \n

    Preheat oven to 425F.  In a baking dish, sprinkle chicken with ancho chili.  Mix together oil, lime zest and juice and garlic.  Pour mixture over chicken.  Drizzle olive oil over squash and season with salt and pepper.  Place cut side down on baking sheet.  Bake a together for 30 min.  Shred squash with a fork and put in the bottom of bowls.  Shred chicken with forks and put on top of squash.  I added cheese, salsa and guacamole to ours but you can top with anything you like.  Enjoy!

    \n

    https://puu.sh/rcmnK/c059def2e0.png

    \n", @@ -4964,7 +4964,7 @@ ], "author": "curie", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 61.56, "beneficiaries": [], "blacklists": [], "body": "
    https://s11.postimg.org/jr2x6jjgj/Gallery_Cornelis_Van_Der_Geestd3286.jpg
    \n\n## Introduction\n[Project Curie](https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors) is a community project run by several Steemit authors. Its mission is to help reward content creators who are posting great original content, yet who have not yet become established. In the short time since Curie began, our writers group has partnered with @nextgencrypto and other whale accounts to bring rewards to these deserving authors. *Writers, artists, chefs, photographers, videographers, and many others have been recognized by these rewards.*\n\nEach day, the members of our Project will publish this list of the posts that Project Curie has chosen to reward recently. We hope that this list will provide more positive exposure to the authors we have selected. Also, it is an effort for us to be more transparent about which posts are being rewarded. We hope that you will consider following not only this @curie account, but also many of the authors whose work is featured here each day. **Please consider adding your comments on these posts also!**\n\nProject Curie's daily curation lists will now be called \"The Daily Curie\". We hope you like the name! Future editions of The Daily Curie will [feature our new logo](https://steemit.com/curie/@kevinwong/logo-contest-for-project-curie-contest-process-and-winners-announcement). For the latest on Project Curie, do check out our [Month #1 update](https://steemit.com/curie/@curie/special-edition-major-updates-and-project-curie-month-1-roundup-12-august-11-september-2016). \n\n----------------------\n\n## Today's Brief Analysis\n\nToday's list polls all posts curated between 17:00 14/09 UTC and 17:00 15/09 UTC. Project Curie voted on a total of **103 posts** by 99 unique authors. **SBD 3,832** has been generated for authors thus far, at an average of SBD 37 per post. \n\n----------------------\n| Author | Post | Payout |\n| --------- | ---------- | --------- |\n| [@faddat](https://steemit.com/@faddat) | [[SYSTEMS GEEK SERIES] Roll your own Docker Platform: Faster and cheaper than the cloud, more rebellious than legal weed!](https://steemit.com/beyondbitcoin/@faddat/roll-your-own-docker-platform-faster-and-cheaper-than-the-cloud-more-rebellious-than-legal-weed) | 616.681 SBD |\n| [@rampant](https://steemit.com/@rampant) | [Steemit Daily Drawing Tutorial - Gesture drawings (plus tool)](https://steemit.com/art/@rampant/steemit-daily-drawing-tutorial-gesture-drawings-plus-tool) | 215.310 SBD |\n| [@shenanigator](https://steemit.com/@shenanigator) | [Doing the Right Thing Will Get You Fired. What Do You Do?](https://steemit.com/economics/@shenanigator/doing-the-right-thing-will-get-you-fired-what-do-you-do) | 205.664 SBD |\n| [@penguinpablo](https://steemit.com/@penguinpablo) | [How to Carve an Apple Leaf](https://steemit.com/food/@penguinpablo/how-to-carve-an-apple-leaf) | 196.419 SBD |\n| [@nathanjtaylor](https://steemit.com/@nathanjtaylor) | [Fire And Grace Art Painting And Poetry](https://steemit.com/art/@nathanjtaylor/fire-and-grace-or-art-painting-and-poetry) | 189.043 SBD |\n| [@lily-da-vine](https://steemit.com/@lily-da-vine) | [Going Bananas in Acapulco](https://steemit.com/gardening/@lily-da-vine/going-bananas-in-acapulco) | 158.416 SBD |\n| [@budgetbucketlist](https://steemit.com/@budgetbucketlist) | [A 1-week plunge into Mexico City's madness! Art adventures, Frida-seeking and unfiltered exhaust fumes...](https://steemit.com/travel/@budgetbucketlist/a-1-week-plunge-into-mexico-city-s-madness-art-adventures-frida-seeking-and-unfiltered-exhaust-fumes) | 151.033 SBD |\n| [@benjiberigan](https://steemit.com/@benjiberigan) | [Anarchist Architecture, part 5: The cruelty of architectural codes and regulations.](https://steemit.com/architecture/@benjiberigan/anarchist-architecture-part-5-the-cruelty-of-architectural-codes-and-regulations) | 132.427 SBD |\n| [@ausbitbank](https://steemit.com/@ausbitbank) | [The time my town flooded, the fragility of the food supply and lessons learned (Original photos)](https://steemit.com/australia/@ausbitbank/the-time-my-town-flooded-the-fragility-of-the-food-supply-and-lessons-learned-original-photos) | 125.877 SBD |\n| [@emily-cook](https://steemit.com/@emily-cook) | [THE ISLE OF MAN FILM FESTIVAL 2016 -A week of parties, red carpets and a lot of hard work!](https://steemit.com/film/@emily-cook/the-isle-of-man-film-festival-2016-a-week-of-parties-red-carpets-and-a-lot-of-hard-work) | 121.336 SBD |\n| [@team-leibniz](https://steemit.com/@team-leibniz) | [Week 1 NFL Daily Fantasy Football Results - How my Bayesian Inspired Lineups Fared (+$84.00)](https://steemit.com/sports/@team-leibniz/week-1-nfl-daily-fantasy-football-results-how-my-bayesian-inspired-lineups-fared-usd84-00) | 119.473 SBD |\n| [@ionescur](https://steemit.com/@ionescur) | [Urban dreams of freedom: back to the countryside, back to the land](https://steemit.com/life/@ionescur/urban-dreams-of-freedom-back-to-the-countryside-back-to-the-land) | 110.564 SBD |\n| [@kimal73](https://steemit.com/@kimal73) | [New traditionl painting - \"The Battle\" - Steps of work](https://steemit.com/art/@kimal73/new-traditionl-painting-the-battle-steps-of-work) | 105.622 SBD |\n| [@juliac](https://steemit.com/@juliac) | [One of The Best Portraits That I've Ever Created: Einstein. What Do You Think?](https://steemit.com/art/@juliac/one-of-the-best-portraits-that-i-ve-ever-created-einstein-what-do-you-think) | 103.781 SBD |\n| [@luzcypher](https://steemit.com/@luzcypher) | [Cover Crops Can Grow Food Organically With No Fertilizers, No Pesticides, No Herbicides And No Chemicals](https://steemit.com/gardening/@luzcypher/cover-crops-can-grow-food-organically-with-no-fertilizers-no-pesticides-no-herbicides-and-no-chemicals) | 100.117 SBD |\n| [@akareyon](https://steemit.com/@akareyon) | [I find your lack of argument disturbing](https://steemit.com/philosophy/@akareyon/i-find-your-lack-of-argument-disturbing) | 98.525 SBD |\n| [@curving](https://steemit.com/@curving) | [The Ephemeral Cairn Gardens Of the Austin Greenbelt - A Photo Journal and Meditation](https://steemit.com/life/@curving/the-ephemeral-cairn-gardens-of-the-austin-greenbelt-a-photo-journal-and-meditation) | 96.834 SBD |\n| [@aleksandraz](https://steemit.com/@aleksandraz) | [Incredible Science - Brainbow Technology](https://steemit.com/science/@aleksandraz/incredible-science-brainbow-technology) | 89.777 SBD |\n| [@skapaneas](https://steemit.com/@skapaneas) | [IBD Crohn desease and Ulceritive collitis. what are they, self diagnose, self treat and more.](https://steemit.com/health/@skapaneas/ibd-crohn-desease-and-ulceritive-collitis-what-are-they-self-diagnose-self-treat-and-more) | 85.958 SBD |\n| [@gargon](https://steemit.com/@gargon) | [Proyecto Cervantes (13 - 15 Sept 2016): Compensaci\u00f3n y reconocimiento para escritores de habla hispana / Bringing rewards and recognition to spanish writers (Vol. III)](https://steemit.com/spanish/@gargon/proyecto-cervantes-13-15-sept-2016-compensacion-y-reconocimiento-para-escritores-de-habla-hispana-bringing-rewards-and) | 83.725 SBD |\n| [@iamwne](https://steemit.com/@iamwne) | [Blade Runner Inspired Digital Set - The Dark Market - Beauty Pass](https://steemit.com/art/@iamwne/blade-runner-inspired-digital-set-the-dark-market-beauty-pass) | 83.869 SBD |\n| [@stormblaze](https://steemit.com/@stormblaze) | [Where Do Deleted Files Go?](https://steemit.com/technology/@stormblaze/where-do-deleted-files-go) | 81.221 SBD |\n| [@yanarnst](https://steemit.com/@yanarnst) | [Steemit Food Art lesson 2 ''Salad with chicken liver and pine nuts''](https://steemit.com/food/@yanarnst/steemit-food-art-lesson-2-salad-with-chicken-liver-and-pine-nuts) | 78.034 SBD |\n| [@senseye](https://steemit.com/@senseye) | [Myths in the Sky: Ursa Major and Ursa Minor](https://steemit.com/science/@senseye/myths-in-the-sky-ursa-major-and-ursa-minor) | 72.174 SBD |\n| [@crasch](https://steemit.com/@crasch) | [Brain preservation: an ambulance to the future](https://steemit.com/aging/@crasch/brain-preservation-an-ambulance-to-the-future) | 72.082 SBD |\n| [@senseye](https://steemit.com/@senseye) | [Vivisecting the Stargazing Tribe: Visual Observers and Screen Scanners](https://steemit.com/science/@senseye/vivisecting-the-stargazing-tribe-visual-observers-and-screen-scanners) | 71.421 SBD |\n| [@cristi](https://steemit.com/@cristi) | [Radical Metabolism - No Food and Water for 8 Months](https://steemit.com/extreme/@cristi/radical-metabolism-no-food-and-water-for-8-months) | 69.559 SBD |\n| [@stranger27](https://steemit.com/@stranger27) | [Fibonacci sequence and Golden Ratio: magic numbers of Nature](https://steemit.com/popularscience/@stranger27/fibonacci-sequence-and-golden-ratio-magic-numbers-of-nature) | 66.258 SBD |\n| [@nekromarinist](https://steemit.com/@nekromarinist) | [Let's talk a little bit about phobias today!](https://steemit.com/art/@nekromarinist/let-s-talk-a-little-bit-about-phobias-today) | 61.776 SBD |\n| [@richman](https://steemit.com/@richman) | [If you want to lose a friend, lend him money (My life story)](https://steemit.com/story/@richman/if-you-want-to-lose-a-friend-lend-him-money-my-life-story) | 58.193 SBD |\n| [@maceytomlin](https://steemit.com/@maceytomlin) | [What Exactly is Ayahuasca? How Should You Prepare for a Ceremony?](https://steemit.com/psychedelics/@maceytomlin/what-exactly-is-ayahuasca-how-should-you-prepare-for-a-ceremony) | 58.197 SBD |\n| [@nili](https://steemit.com/@nili) | [Smart Life (part 2) - Resolving the Godel's paradox on the blockchain as a solution for a decentralized trusted protocol](https://steemit.com/blockchain/@nili/smart-life-part-2-resolving-the-godel-s-paradox-on-the-blockchain-as-a-solution-for-a-trusted-protocol) | 55.575 SBD |\n| [@optimistic-crone](https://steemit.com/@optimistic-crone) | [PROBIOTICS FOR LIFE!!! SUPER SIMPLE FERMENTED VEGETABLE 'KIM CHEE' RECIPE](https://steemit.com/food/@optimistic-crone/probiotics-for-life-super-simple-fermented-vegetable-kim-chee-recipe) | 54.909 SBD |\n| [@anarchyhasnogods](https://steemit.com/@anarchyhasnogods) | [Learning one dimensional motion using graphs- physics for beginners - part one](https://steemit.com/science/@anarchyhasnogods/learning-one-dimensional-motion-using-graphs-physics-for-beginners-part-one) | 53.295 SBD |\n| [@yostopia](https://steemit.com/@yostopia) | [Beginner's mind, creative mind... the making of a Vimeo Staff Pick.](https://steemit.com/photography/@yostopia/beginner-s-mind-creative-mind-the-making-of-a-vimeo-staff-pick) | 51.222 SBD |\n| [@reneenouveau](https://steemit.com/@reneenouveau) | [My response to Paul Steyn's myopic article \"Mr. Environmentalist\" shockingly published by National Geographic in Sept 2015.](https://steemit.com/environment/@reneenouveau/paul-steyn-takes-aim-at-mr-environmentalist-in-a-shocking-article-published-by-national-geographic-in-sept-2015) | 49.433 SBD |\n| [@king3071](https://steemit.com/@king3071) | [MY DREAM DESTINATION - SWITZERLAND](https://steemit.com/travel/@king3071/my-dream-destination-switzerland) | 49.816 SBD |\n| [@kolin.evans](https://steemit.com/@kolin.evans) | [Something a little more substantial for you to think about - the 'IS' / 'WAS' CPT (Continuous Probable Time-lines.)](https://steemit.com/science/@kolin.evans/something-a-little-more-substantial-for-you-to-think-about-the-is-was-cpt-continuous-probable-time-lines) | 47.288 SBD |\n| [@fenglosophy](https://steemit.com/@fenglosophy) | [Does the language you speak influence how you think?](https://steemit.com/life/@fenglosophy/does-the-language-you-speak-influence-how-you-think) | 44.070 SBD |\n| [@mandibil](https://steemit.com/@mandibil) | [SAVAGE [Gorm Just, Denmark 2009] - movie review by Mandibil](https://steemit.com/film/@mandibil/savage-gorm-just-denmark-2009-movie-review-by-mandibil) | 44.621 SBD |\n| [@therajmahal](https://steemit.com/@therajmahal) | [Making the Impossible... Possible](https://steemit.com/science/@therajmahal/making-the-impossible-possible) | 44.765 SBD |\n| [@carlitashaw](https://steemit.com/@carlitashaw) | [The World's Worst Oil Spills, Ramifications & Amazing Alternative Solutions.](https://steemit.com/science/@carlitashaw/the-world-s-worst-oil-spills-ramifications-and-amazing-alternative-solutions) | 44.986 SBD |\n| [@renzoarg](https://steemit.com/@renzoarg) | [Skip a pill - Antibiotics](https://steemit.com/science/@renzoarg/skip-a-pill-antibiotics) | 43.918 SBD |\n| [@rachelsvparry](https://steemit.com/@rachelsvparry) | [Under the Sea (again, but better this time)](https://steemit.com/art/@rachelsvparry/under-the-sea-again-but-better-this-time) | 43.436 SBD |\n| [@royalmacro](https://steemit.com/@royalmacro) | [lonely tree [An Original Abstract Art]](https://steemit.com/art/@royalmacro/lonely-tree-an-original-abstract-art) | 42.826 SBD |\n| [@stephmckenzie](https://steemit.com/@stephmckenzie) | [The Power of Choice--A Magnificent Key to True Personal Freedom](https://steemit.com/anarchy/@stephmckenzie/the-power-of-choice-the-magnificent-key-to-true-personal-freedom-for-everyone) | 42.441 SBD |\n| [@alwayzgame](https://steemit.com/@alwayzgame) | [10 simple steps to ruin your child's life](https://steemit.com/kids/@alwayzgame/10-simple-steps-to-ruin-your-child-s-life) | 42.475 SBD |\n| [@nonlinearone](https://steemit.com/@nonlinearone) | [Can Hemingway Improve Your Writing?](https://steemit.com/writing/@nonlinearone/can-hemingway-improve-your-writing) | 42.669 SBD |\n| [@kafkanarchy84](https://steemit.com/@kafkanarchy84) | [\"Johnny B. Goode\" Guitar Lesson and Intro to Theory, Vol. II](https://steemit.com/music/@kafkanarchy84/johnny-b-goode-guitar-lesson-and-intro-to-theory-vol-ii) | 41.326 SBD |\n| [@feline1991](https://steemit.com/@feline1991) | [A Steemit Original - A Lifetime of Seeking Happiness - Chapter 2 - Part 2](https://steemit.com/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-chapter-2-part-2) | 41.931 SBD |\n| [@geke](https://steemit.com/@geke) | [The Banker and the Bulova - an original poem (Steemit flash-writing challenge)](https://steemit.com/writing/@geke/the-banker-and-the-bulova-an-original-poem-steemit-flash-writing-challenge) | 41.497 SBD |\n| [@lscottphotos](https://steemit.com/@lscottphotos) | [LSCOTTPHOTOS Welcome to my family :) Thank you steemers <3 (Original Photos)](https://steemit.com/photography/@lscottphotos/lscottphotos-welcome-to-the-family-one-week-review-original-photos) | 40.201 SBD |\n| [@pinkisland](https://steemit.com/@pinkisland) | [My Philosophy of Education](https://steemit.com/writing/@pinkisland/my-philosophy-of-education) | 40.978 SBD |\n| [@jgcastrillo19](https://steemit.com/@jgcastrillo19) | [HOMO HABILIS (Hombre constructor) Parte cinco](https://steemit.com/spanish/@jgcastrillo19/homo-habilis-hombre-constructor-parte-cinco) | 39.708 SBD |\n| [@luisucv34](https://steemit.com/@luisucv34) | [Venezuela: The lack of opportunities (English edition)](https://steemit.com/freedom/@luisucv34/venezuela-the-lack-of-opportunities-english-edition) | 39.783 SBD |\n| [@beowulfoflegend](https://steemit.com/@beowulfoflegend) | [Silvanus and Empire, an Original Novel (Chapter Twenty)](https://steemit.com/writing/@beowulfoflegend/silvanus-and-empire-an-original-novel-chapter-twenty) | 39.543 SBD |\n| [@mariandavp](https://steemit.com/@mariandavp) | [From zero to hero - abstract office art by @mariandavp](https://steemit.com/art/@mariandavp/from-zero-to-hero-abstract-office-art-by-mariandavp) | 39.529 SBD |\n| [@nasimbabu](https://steemit.com/@nasimbabu) | [The technology that defends us from potentially deadly diseases](https://steemit.com/life/@nasimbabu/the-technology-that-defends-us-from-potentially-deadly-diseases) | 39.620 SBD |\n| [@royaltiffany](https://steemit.com/@royaltiffany) | [Steemit B'Day Movie Review Contest Update!](https://steemit.com/bdaymoviereview/@royaltiffany/steemit-b-day-movie-review-contest-update) | 37.706 SBD |\n| [@travelista](https://steemit.com/@travelista) | [An Adventure in Isla Esp\u00edritu Santo!](https://steemit.com/travel/@travelista/an-adventure-in-isla-espiritu-santo) | 37.218 SBD |\n| [@jpiper20](https://steemit.com/@jpiper20) | [We Meet At Night -- An Original Story (Part 4)](https://steemit.com/life/@jpiper20/we-meet-at-night-an-original-story-part-4) | 37.319 SBD |\n| [@kimal73](https://steemit.com/@kimal73) | [My new painting - \"Dexter\" - Modern Impressionism](https://steemit.com/art/@kimal73/my-new-painting-dexter-modern-impressionism) | 36.937 SBD |\n| [@krystle](https://steemit.com/@krystle) | [Keltorin's Flora and Fauna of Note - Firikwea - Valcanne's Guide to Keltorin](https://steemit.com/fiction/@krystle/keltorin-s-flora-and-fauna-of-note-firikwea-valcanne-s-guide-to-keltorin) | 36.972 SBD |\n| [@cryptoiskey](https://steemit.com/@cryptoiskey) | [Workout from home on the cheap! - 12th September #Ultimate workout companion for your kids!](https://steemit.com/steemit/@cryptoiskey/workout-from-home-on-the-cheap-12th-september-ultimate-workout-companion-for-your-kids) | 36.115 SBD |\n| [@getonthetrain](https://steemit.com/@getonthetrain) | [Top 10 Grisly Medieval Torture Methods](https://steemit.com/life/@getonthetrain/top-10-grisly-medieval-torture-methods) | 34.093 SBD |\n| [@ansharphoto](https://steemit.com/@ansharphoto) | [Roman Forum in the Morning, Rome](https://steemit.com/photography/@ansharphoto/roman-forum-in-the-morning-rome) | 33.328 SBD |\n| [@aboundlessworld](https://steemit.com/@aboundlessworld) | [Introducing The Steemit Stories Podcast!](https://steemit.com/steemit/@aboundlessworld/introducing-the-steemit-stories-podcast) | 33.728 SBD |\n| [@thornybastard](https://steemit.com/@thornybastard) | [Chapter 10: A Call from the Forest\u2014\u6765\u81ea\u68ee\u6797\u7684\u547c\u5524](https://steemit.com/cn/@thornybastard/chapter-10-a-call-from-the-forest) | 32.465 SBD |\n| [@crasch](https://steemit.com/@crasch) | [Installing Bitshares / graphene from source on Mac OS X Yosemite (10.5.5)](https://steemit.com/bitshares/@crasch/installing-bitshares-graphene-from-source-on-mac-os-x-yosemite-10-5-5) | 32.348 SBD |\n| [@dumar022](https://steemit.com/@dumar022) | [Workshop lesson 6: Wrench: You don't wanna mess with this](https://steemit.com/techreview/@dumar022/workshop-lesson-6-wrench-you-don-t-wanna-mess-with-this) | 32.155 SBD |\n| [@lapilipinas](https://steemit.com/@lapilipinas) | [Light from distant stars](https://steemit.com/science/@lapilipinas/light-from-distant-stars) | 32.778 SBD |\n| [@williambanks](https://steemit.com/@williambanks) | [Towards A Better Tomorrow : Part 1 - There but for grace!](https://steemit.com/life/@williambanks/towards-a-better-tomorrow-part-1-there-but-for-grace) | 31.434 SBD |\n| [@driv3n](https://steemit.com/@driv3n) | [How to Solve the Rubik's Cube like a boss - Part 2](https://steemit.com/life/@driv3n/how-to-solve-the-rubik-s-cube-like-a-boss-part-2) | 31.858 SBD |\n| [@timbot606](https://steemit.com/@timbot606) | [Growing up in Appalachia](https://steemit.com/life/@timbot606/growing-up-in-appalachia) | 31.548 SBD |\n| [@themagus](https://steemit.com/@themagus) | [A less privileged white growing up in South Africa in the 1970's - part 2](https://steemit.com/life/@themagus/a-less-privileged-white-growing-up-in-south-africa-in-the-1970-s-part-2) | 31.099 SBD |\n| [@echoesinthemind](https://steemit.com/@echoesinthemind) | [Hanging Upside Down / DO NOT Try At Home](https://steemit.com/life/@echoesinthemind/hanging-upside-down) | 31.736 SBD |\n| [@ysa](https://steemit.com/@ysa) | [My pictures from traveling to Estes Park, Colorado](https://steemit.com/photograpy/@ysa/my-pictures-from-traveling-to-estes-park-colorado) | 31.981 SBD |\n| [@aksinya](https://steemit.com/@aksinya) | [Our Trip to Wonderful, Scary and Unforgettable Kenya. Original Photos and Video](https://steemit.com/travel/@aksinya/our-trip-to-wonderful-scary-and-unforgettable-kenya-original-photos-and-video) | 31.882 SBD |\n| [@jgcastrillo19](https://steemit.com/@jgcastrillo19) | [HOMO HABILIS (Hombre constructor) Parte cuatro](https://steemit.com/spanish/@jgcastrillo19/wallet-homo-habilis-hombre-constructor-parte-cuatro) | 31.992 SBD |\n| [@successfully00](https://steemit.com/@successfully00) | [Knowing The Math - Mental Tricks - Multiplication Part 1](https://steemit.com/mathematics/@successfully00/knowing-the-math-mental-tricks-multiplication-part-1) | 31.037 SBD |\n| [@linzo](https://steemit.com/@linzo) | [A Life Fantasy (Original Poem)](https://steemit.com/poem/@linzo/a-life-fantasy-original-poem) | 30.964 SBD |\n| [@hilarski](https://steemit.com/@hilarski) | [Panama Critters.](https://steemit.com/panama/@hilarski/panama-critters) | 28.729 SBD |\n| [@sulev](https://steemit.com/@sulev) | [Photography #11 - Pictures from my Garden: Bees, Lizards and other (part 2)](https://steemit.com/photography/@sulev/photography-11-pictures-from-my-garden-bees-lizards-and-other-part-2) | 27.947 SBD |\n| [@steemswede](https://steemit.com/@steemswede) | [[BEER REVIEW] Thomas Hardy's Ale](https://steemit.com/beer/@steemswede/beer-review-thomas-hardy-s-ale) | 27.183 SBD |\n| [@marius19](https://steemit.com/@marius19) | [Set of paper coffee cups. Origami](https://steemit.com/steemit/@marius19/set-of-paper-coffee-cups-origami) | 26.439 SBD |\n| [@poeticsnake](https://steemit.com/@poeticsnake) | [Autumn is coming Doodle style! ( Tutorial with step by step drawings)](https://steemit.com/art/@poeticsnake/autumn-is-coming-doodle-style-tutorial-with-step-by-step-drawings) | 26.547 SBD |\n| [@kiddarko](https://steemit.com/@kiddarko) | [Peep Life a Story By KidDarko (with tattoo illistrations and video)](https://steemit.com/art/@kiddarko/peep-life-a-story-by-kiddarko-with-tattoo-illistrations-and-video) | 26.853 SBD |\n| [@shieha](https://steemit.com/@shieha) | [The Hardest Computer Game of All Time - Robot Odyssey - Part 2](https://steemit.com/games/@shieha/the-hardest-computer-game-of-all-time-robot-odyssey-part-2) | 26.372 SBD |\n| [@ayim](https://steemit.com/@ayim) | [Fixing Posture - Part 4: Neck](https://steemit.com/life/@ayim/fixing-posture-part-4-neck) | 26.142 SBD |\n| [@hitmeasap](https://steemit.com/@hitmeasap) | [I am Batman's Robin or Skywalkers R2-D2. - I've always been the co-pilot. Always been the second choice.](https://steemit.com/writing/@hitmeasap/i-am-batman-s-robin-or-skywalkers-r2-d2-i-ve-always-been-the-co-pilot-always-been-the-second-choice) | 25.747 SBD |\n| [@peskov](https://steemit.com/@peskov) | [Antonikha. Part 2 (featuring Vasily Peskov as author)](https://steemit.com/life/@peskov/antonikha-part-2-featuring-vasily-peskov-as-author) | 25.173 SBD |\n| [@aldentan](https://steemit.com/@aldentan) | [Advice from an angry dude: Breathe and interrupt your thoughts](https://steemit.com/life/@aldentan/advice-from-an-angry-dude-breathe-and-interrupt-your-thoughts) | 25.162 SBD |\n| [@beginningtoend](https://steemit.com/@beginningtoend) | [Poetry, art and a little home spun philosophy.](https://steemit.com/poetry/@beginningtoend/poetry-art-and-a-little-home-spum-philosophy) | 25.708 SBD |\n| [@kaykunoichi](https://steemit.com/@kaykunoichi) | [Suicide Note - Audio (Written & performed by myself)](https://steemit.com/life/@kaykunoichi/suicide-note-audio-written-and-performed-by-myself) | 25.523 SBD |\n| [@booky](https://steemit.com/@booky) | [Boosting Leadership Skills = Healthier Happier You and Your Workmates](https://steemit.com/life/@booky/boosting-leadership-skills-healthier-happier-you-and-your-workmates) | 24.083 SBD |\n| [@doubledex](https://steemit.com/@doubledex) | [Do you Know the Difference Between RIGHT & WRONG?](https://steemit.com/ethics/@doubledex/do-you-know-the-difference-between-right-and-wrong) | 24.516 SBD |\n| [@ekaterina4ka](https://steemit.com/@ekaterina4ka) | [We Knit Patterns by the Spokes. Post 2. \u0412\u044f\u0436\u0435\u043c \u0443\u0437\u043e\u0440\u044b \u0441\u043f\u0438\u0446\u0430\u043c\u0438. \u041f\u043e\u0441\u0442 2.](https://steemit.com/photography/@ekaterina4ka/we-knit-patterns-by-the-spokes-post-2-vyazhem-uzory-spicami-post-2) | 24.793 SBD |\n| [@scaredycatguide](https://steemit.com/@scaredycatguide) | [Real Talk - Vol 9. - Welcome To Dogmerica](https://steemit.com/real-talk/@scaredycatguide/real-talk-vol-9-welcome-to-dogmerica) | 24.207 SBD |\n| [@amy-goodrich](https://steemit.com/@amy-goodrich) | [Pineapple Mojito Green Smoothie](https://steemit.com/smoothie/@amy-goodrich/pineapple-mojito-green-smoothie) | 24.126 SBD |\n| [@scott.stevens](https://steemit.com/@scott.stevens) | [Awareness of Bitcoin is Now More Important Than Awareness of Geoengineering](https://steemit.com/bitcoin/@scott.stevens/awareness-of-bitcoin-is-now-more-important-than-awareness-of-geoengineering) | 24.875 SBD |\n| [@witchcraftblog](https://steemit.com/@witchcraftblog) | [My trip to Italy. Pisa.](https://steemit.com/travel/@witchcraftblog/my-trip-to-italy-pisa) | 24.265 SBD |\n| [@ibringawareness](https://steemit.com/@ibringawareness) | [\"Why I Got Stiffed\" Guy's Waiter Blog chapter 5](https://steemit.com/food/@ibringawareness/why-i-got-stiffed-guy-s-waiter-blog-chapter-5) | 24.224 SBD |\n| [@kimal73](https://steemit.com/@kimal73) | [My new illustration - Batman vs Superman - Modern Impressionism by kimal73](https://steemit.com/art/@kimal73/my-new-illustration-batman-vs-superman-modern-impressionism-by-kimal73) | 23.617 SBD |\n| [@leylar](https://steemit.com/@leylar) | [Seeds are great travelers ~ Own work](https://steemit.com/photography/@leylar/seeds-are-great-travelers-own-work) | 23.166 SBD |\n| [@ocrdu](https://steemit.com/@ocrdu) | [The pods that go \"pop\"](https://steemit.com/photography/@ocrdu/the-pods-that-go-pop) | 23.530 SBD |\n| [@rusla](https://steemit.com/@rusla) | [Japan. Part8.](https://steemit.com/travel/@rusla/japan-part8) | 23.209 SBD |\n| [@edgarsart](https://steemit.com/@edgarsart) | [Puppy Charcoal Original Pencil Drawing](https://steemit.com/art/@edgarsart/puppy-charcoal-original-pencil-drawing) | 23.879 SBD |\n| [@borishaifa](https://steemit.com/@borishaifa) | [To Write Or Not To Wirte? \u041f\u0438\u0441\u0430\u0442\u044c \u0438\u043b\u0438 \u043d\u0435 \u043f\u0438\u0441\u0430\u0442\u044c?](https://steemit.com/steemit/@borishaifa/to-write-or-not-to-wirte-pisat-ili-ne-pisat) | 23.730 SBD |\n| [@eveningstar92](https://steemit.com/@eveningstar92) | [Shit Happens, Move On-NSFW- Evening Star Art](https://steemit.com/art/@eveningstar92/shit-happens-move-on-nsfw-evening-star-art) | 23.092 SBD |\n| [@elewarne](https://steemit.com/@elewarne) | [Mixed Media](https://steemit.com/mixedmedia/@elewarne/mixed-media) | 23.059 SBD |\n| [@shredlord](https://steemit.com/@shredlord) | [Sunrise](https://steemit.com/art/@shredlord/sunrise) | 23.318 SBD |\n| [@sherlockcupid](https://steemit.com/@sherlockcupid) | [Let's Talk: Fears (Part One)](https://steemit.com/life/@sherlockcupid/let-s-talk-fears-part-one) | 23.720 SBD |\n| [@annesaya](https://steemit.com/@annesaya) | [Our Guiding Star, a poem (A tribute to writers)](https://steemit.com/poetry/@annesaya/our-guiding-star-a-poem-a-tribute-to-writers) | 23.384 SBD |\n| [@fitmama](https://steemit.com/@fitmama) | [Why Do I Bother....](https://steemit.com/life/@fitmama/why-do-i-bother) | 23.451 SBD |\n| [@ezzy](https://steemit.com/@ezzy) | [The Bionic Experiment - Part 1 (My Original Short Stories)](https://steemit.com/story/@ezzy/the-bionic-experiment-part-1-my-original-short-stories) | 23.480 SBD |\n| [@kingarbinv](https://steemit.com/@kingarbinv) | [Adventures in Nemaland - Part 8 (Video) + My best Pokemon catch so far.](https://steemit.com/blog/@kingarbinv/adventures-in-nemaland-part-8-video-my-best-pokemon-catch-so-far) | 23.292 SBD |\n| [@soulsistashakti](https://steemit.com/@soulsistashakti) | [How to Detect and Deflect Gaslighting from a Narcissist](https://steemit.com/abuse/@soulsistashakti/how-to-detect-and-deflect-gaslighting-from-a-narcissist) | 22.018 SBD |\n| [@puffin](https://steemit.com/@puffin) | [Tragical Impoverishment - Society's Dirt (Original Poem)](https://steemit.com/story/@puffin/tragic-impoverishment-society-s-dirt-original-poem) | 22.621 SBD |\n| [@cehuneke](https://steemit.com/@cehuneke) | [The Sugar Scandal: Corrupted Science in the Debate of Fat vs. Sugar and Coronary Heart Disease](https://steemit.com/health/@cehuneke/the-sugar-scandal-corrupted-science-in-the-debate-of-fat-vs-sugar-and-coronary-heart-disease) | 22.821 SBD |\n| [@tanata](https://steemit.com/@tanata) | [Little Black Dress involving](https://steemit.com/fashion/@tanata/little-black-dress-involving) | 22.237 SBD |\n| [@steemwriter](https://steemit.com/@steemwriter) | [YouTube Demonetization: A Step Towards Censorship?](https://steemit.com/new/@steemwriter/youtube-demonetization-a-step-towards-censorship) | 22.297 SBD |\n| [@michelle.gent](https://steemit.com/@michelle.gent) | [Dusty - one of my characters](https://steemit.com/story/@michelle.gent/dusty-one-of-my-characters) | 22.659 SBD |\n| [@edgarsart](https://steemit.com/@edgarsart) | [A Gift-Original Rose Drawing](https://steemit.com/art/@edgarsart/a-gift-original-rose-drawing) | 22.249 SBD |\n| [@runridefly](https://steemit.com/@runridefly) | [Minnow's Life - @runridefly original cartoon \"minnowsunite Whale sighting\" minnows and a whale](https://steemit.com/cartoon/@runridefly/minnow-s-life-runridefly-original-cartoon-minnowsunite-whale-sighting-minnows-and-a-whale) | 22.836 SBD |\n| [@doubledex](https://steemit.com/@doubledex) | [[SHORT STORY] The Cult of Personality - Part One](https://steemit.com/fiction/@doubledex/short-story-the-cult-of-personality-part-one) | 22.552 SBD |\n| [@lyubovbar](https://steemit.com/@lyubovbar) | [Look at the Flower Chicory: a Useful and Beautiful Flower ... my Favorite Photos of Chicory](https://steemit.com/photography/@lyubovbar/look-at-the-flower-chicory-a-useful-and-beautiful-flower-my-favorite-photos-of-chicory) | 22.795 SBD |\n| [@victoriart](https://steemit.com/@victoriart) | [Hazelnut Mood](https://steemit.com/art/@victoriart/hazelnut-mood) | 22.443 SBD |\n| [@heroic15397](https://steemit.com/@heroic15397) | [Amazing Birds in the Greater Montreal area](https://steemit.com/montreal/@heroic15397/amazing-birds-in-the-greater-montreal-area) | 22.987 SBD |\n| [@smartercars](https://steemit.com/@smartercars) | [Reviewing the Volkswagen Touareg ~ Smarter Car Reviews](https://steemit.com/cars/@smartercars/reviewing-the-volkswagen-touareg-smarter-car-reviews) | 22.975 SBD |\n| [@rubenalexander](https://steemit.com/@rubenalexander) | [Blues Jam & Techniques [9-14-2016]](https://steemit.com/music/@rubenalexander/blues-jam-9-14-2016) | 22.415 SBD |\n| [@matthew.raymer](https://steemit.com/@matthew.raymer) | [Life Stories](https://steemit.com/psychology/@matthew.raymer/life-stories) | 22.733 SBD |\n| [@positivesteem](https://steemit.com/@positivesteem) | [Common Sense Versus Degrees: The Man Who Has One Hundred Degrees](https://steemit.com/minnowsunite/@positivesteem/common-sense-versus-degrees-the-man-who-has-one-hundred-degrees) | 22.941 SBD |\n| [@d3nv3r](https://steemit.com/@d3nv3r) | [Cloud Mining - The Struggle is Real](https://steemit.com/mining/@d3nv3r/cloud-mining-the-struggle-is-real) | 22.266 SBD |\n| [@adubi](https://steemit.com/@adubi) | [Healing Food Plan: The Ultimate Cheat Sheet](https://steemit.com/life/@adubi/healing-food-plan-the-ultimate-cheat-sheet) | 22.947 SBD |\n| [@alitas](https://steemit.com/@alitas) | [(spanish) Cazuela de Calamar con Papas Rejilla](https://steemit.com/spanish/@alitas/spanish-cazuela-de-calamar-con-papas-rejilla) | 22.240 SBD |\n| [@mazi](https://steemit.com/@mazi) | [I Can See Clearly Now .... Platanus occidentalis](https://steemit.com/travel/@mazi/i-can-see-clearly-now-platanus-occidentalis) | 22.784 SBD |\n| [@mikemacintire](https://steemit.com/@mikemacintire) | [A Red Like No Other - My work](https://steemit.com/photography/@mikemacintire/a-red-like-no-other-my-work) | 22.289 SBD |\n| [@altzero](https://steemit.com/@altzero) | [Im\u00e1genes de una vida (2)](https://steemit.com/spanish/@altzero/imagenes-de-una-vida-2) | 21.555 SBD |\n| [@birdie](https://steemit.com/@birdie) | [Clouds That Demand Attention (Original Photos)](https://steemit.com/photography/@birdie/clouds-that-demand-attention-original-photos) | 21.397 SBD |\n| [@michaelstobiersk](https://steemit.com/@michaelstobiersk) | [An Original Painting by Michael Stobierski](https://steemit.com/art/@michaelstobiersk/5jbxxg-an-original-painting-by-michael-stobierski) | 21.367 SBD |\n| [@reddust](https://steemit.com/@reddust) | [Meditation Experience Can Be Really Scary](https://steemit.com/art/@reddust/meditation-experience-can-be-really-scary) | 21.583 SBD |\n| [@rubenalexander](https://steemit.com/@rubenalexander) | [The Price Is Right Theme Music Breakdown](https://steemit.com/art/@rubenalexander/the-price-is-right-theme-music-breakdown) | 21.937 SBD |\n| [@karisa](https://steemit.com/@karisa) | [Very tasty and delicious curd cookies specially for Steemit . Part 4](https://steemit.com/food/@karisa/very-tasty-and-delicious-curd-cookies-specially-for-steemit-part-4) | 21.940 SBD |\n| [@lyubovbar](https://steemit.com/@lyubovbar) | [Borovoye (Burabai) - Pearl of Kazakhstan: The Incredible Journey (Story of my Husband)](https://steemit.com/travel/@lyubovbar/borovoye-pearl-of-kazakhstan-the-incredible-journey-story-of-my-husband) | 20.616 SBD |\n| [@burnin](https://steemit.com/@burnin) | [Exploring the Off-Limits Areas of the Largest Cruise Ship In the World - Part 2](https://steemit.com/travel/@burnin/exploring-the-off-limits-areas-of-the-largest-cruise-ship-in-the-world-part-2) | 20.298 SBD |\n| [@reddust](https://steemit.com/@reddust) | [Eyes Of Wisdom](https://steemit.com/art/@reddust/eyes-of-wisdom) | 20.051 SBD |\n| [@levycore](https://steemit.com/@levycore) | [Hot Chocolate Art - Trying Draw Faces](https://steemit.com/food/@levycore/hot-chocolate-art-trying-draw-faces) | 20.233 SBD |\n| [@awesomenyl](https://steemit.com/@awesomenyl) | [Sunflower Paper Tutorial](https://steemit.com/art/@awesomenyl/sunflower-paper-tutorial) | 20.040 SBD |\n| [@aldentan](https://steemit.com/@aldentan) | [The epic and awesome guide to writing articles like a true artist that people want to read and share! [Edited for Steemit today]](https://steemit.com/writing/@aldentan/the-epic-and-awesome-guide-to-writing-articles-like-a-true-artist-that-people-want-to-read-and-share-edited-for-steemit-today) | 20.192 SBD |\n| [@naquoya](https://steemit.com/@naquoya) | [[ORIGINAL FICTION] Bad Trip part two: The Gamemaster](https://steemit.com/story/@naquoya/original-fiction-bad-trip-part-two-the-gamemaster) | 20.041 SBD |\n| [@moon32walker](https://steemit.com/@moon32walker) | [Top 10 Game Development Studios](https://steemit.com/gaming/@moon32walker/top-10-game-development-studios) | 20.468 SBD |\n| [@gustavopasquini](https://steemit.com/@gustavopasquini) | [Polenta with Ragu Meat Dry](https://steemit.com/food/@gustavopasquini/polenta-with-ragu-meat-dry) | 20.436 SBD |\n| [@benadapt](https://steemit.com/@benadapt) | [Capturing the Milky Way \u2014 A Photographer\u2019s Biggest Challenge](https://steemit.com/photography/@benadapt/capturing-the-milky-way-a-photographer-s-biggest-challenge) | 20.477 SBD |\n| [@altzero](https://steemit.com/@altzero) | [\u00bfQue es la nueva economia?](https://steemit.com/spanish/@altzero/que-es-la-nueva-economia) | 20.037 SBD |\n| [@por500bolos](https://steemit.com/@por500bolos) | [Uncovering The Most Transcendental & Biggest Secret In The Human Life. \u00bfSkeptical? I will challenge you to prove otherwise!!](https://steemit.com/spanish/@por500bolos/uncovering-the-most-transcendental-and-biggest-secret-in-the-human-life-skeptical-i-will-challenge-you-to-prove-otherwise) | 20.894 SBD |\n| [@zonpower](https://steemit.com/@zonpower) | [This is a place (An original Poem)](https://steemit.com/poem/@zonpower/this-is-a-place-an-original-poem) | 20.869 SBD |\n| [@katharsisdrill](https://steemit.com/@katharsisdrill) | [The rune-stones of Jelling, and a new realisation.](https://steemit.com/history/@katharsisdrill/the-rune-stones-of-jelling-and-a-new-realisation) | 19.761 SBD |\n| [@glezeddy](https://steemit.com/@glezeddy) | [MEZCLA DE TEQUILA PARA DAR EL \"GRITO\" (M\u00c9XICO)](https://steemit.com/steem/@glezeddy/mezcla-de-tequila-para-dar-el-grito-mexico) | 15.682 SBD |\n| [@onetree](https://steemit.com/@onetree) | [South African Slang - Enter Those Who Dare!](https://steemit.com/culture/@onetree/south-african-slang-enter-those-who-dare) | 33.017 SBD |\n| [@verbal-d](https://steemit.com/@verbal-d) | [Melodious Music Memoirs # 2: Impact](https://steemit.com/music/@verbal-d/melodious-music-memoirs-2-impact) | 30.372 SBD |\n| [@wanderingagorist](https://steemit.com/@wanderingagorist) | [Foraging Wild Rose Hips for Tea and Eating](https://steemit.com/travel/@wanderingagorist/wild-rose-hips-foraging-for-tea-and-eating) | 29.228 SBD |\n| [@knablinz](https://steemit.com/@knablinz) | [Hand-Made Collage Art By Knablinz ( Donuts & Coffee )](https://steemit.com/music/@knablinz/hand-made-collage-art-by-knablinz-donuts-and-coffee) | 35.939 SBD |\n\n---------------------------\n
    Note: All author rewards from this post will be used to fund Project Curie.
    Join us in #curie on Steemit.chat and follow us @curie!
    ", @@ -5396,7 +5396,7 @@ ], "author": "alienbutt", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 52.91, "beneficiaries": [], "blacklists": [], "body": "You decide what they are.\nAlien heads staked on a post or seed pods?\n\"\n\n\"", @@ -6362,7 +6362,7 @@ ], "author": "serejandmyself", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.84, "beneficiaries": [], "blacklists": [], "body": "#### Hey guys, welcome to the first chapter of my new novel.\n#### It is a mixture of 3 time lines, with 19th century, modern day and ancient times. The genre is probably something you would call a mixture of sci-fi, mystery, adventure and a bit more. \n#### Well, I welcome you to be the judge...\n\n

    [![b801c049484636e0faf71f56cca03864c0bd6.jpg](https://www.steemimg.com/images/2016/09/15/b801c049484636e0faf71f56cca03864c0bd6.jpg)](https://www.steemimg.com/image/1wrYT)

    \n\n__________________________________\n\n**Chapter ONE**\n\nIt seemed as nothing was different in yet another cold and slightly windy London evening. The smog from the river was rising up as usual and the chilly wind would bring the smell up to the embankment, where Charles was taking a rest, sitting down on his favorite bench. \n\nFrom here he could see the might of the power station from across the river and something was special in the way those chimneys threw out the smoke onto the city. \n\nHe just finished his walk along his usual route, walking amongst the cemetery outside the chapel. It always amused him; that mix of emotion and sorrow amongst the busy city people, especially during the busy afternoon hours.\n\nThat rusty smell kept mixing with up with the light freshness of the leaves from the tree nearby Charles\u2019s bench. As he threw a brief glimpse onto the clock on the parliament building he noticed that the small arrow was on 45 minutes\u2026 \n\nSuddenly he heard a murmur of horses; he turned his head before he could finish realizing what time it was. He saw that just a few yards up the road two horse carriages didn\u2019t manage to share the drive way. \n\n
    [![Saratogacarriagec5af5.jpg](https://www.steemimg.com/images/2016/09/15/Saratogacarriagec5af5.jpg)](https://www.steemimg.com/image/1w1bI)
    \n\nOne of the coachmen was shouting something and angrily waving his hands. Charles was able to see from here that the coachmen\u2019s grey clothing was partially covered in dirt, probably from the splash of the puddles from underneath the wheels. \n\nThe coachmen kept shouting something, Charles was unable to see the second carriage from where he was sitting, but was able to see some passersby, that starting to gather around the incident.\n\nIt was obvious that, just like him, those people had nothing better to do on this late afternoon then to watch in amusement the accident in the middle of the avenue.\n\nJust as Charles was starting to lose interest in the whole situation, the door of the cab that Charles could see, opened and a man dressed in a black suit and holding a pipe stepped out. He calmly put his hand in the upper inner pocket of the suit and pulled out some coins. The man made two steps up to driver and handed him the coins. At this moment the driver stopped shouting for a moment and it was clear from the look on his face that he was confused. \n\nThe cab driver counted the coins and said something to the man in the suit, the passenger didn\u2019t answer. He turned around and started to walk in the direction of the chapel. The cab driver clearly wasn\u2019t happy. He started to shout once again, but this time at the passenger. While the cab driver turned his attention to the passenger, Charles noticed how the second carriage that was involved in the accident managed to move a few yards back.\n\nIt was a much smaller carriage, and the driver was clearly seeable to Charles now. He seemed somewhat happy that he was not in the middle of the light anymore; he hurryingly turned the carriage and the horse around and started to move also in the direction of the chapel. \n\nAt this moment the driver of the first carriage started to lose interest in shouting and decided to clean himself up. As he started to calm down, the bemused passersby begun to walk back to where they were heading and Charles also turned his head back towards the power station.\n\nCharles was so busy watching the situation unfold that he didn\u2019t noticed that the passenger of the first carriage crossed the road and was now heading not towards the chapel anymore, but exactly in the other direction, towards the grey bench that Charles was sitting on.\n\nAt first Charles didn\u2019t pay any attention to just another man who was walking by. But then he noticed that calm walk of his and it hit him that this was the same passenger from the carriage.\n\n\u201cExcuse me sir?\u201d said Charles as the man closed up to the bench. \u201cYou are the gentleman from the carriage, aren\u2019t you?\u201d \u201cI saw you a minute ago, what happened?\u201d\n\nThe man stopped to walk and shared a look with Charles; he calmly sat down beside him and carried on smoking his pipe, as he was not hearing the questions Charles asked him. \n\n\u201cI do apologies for the intervention, but you must not be local, I can tell by your calmness, all the folks round here are always in a hurry\u201d Charles carried on talking as if not noticing that the man was ignoring him. \n\nAll of a sudden the weather begun to change, wind started to blow stronger and the few leaves that the tree was holding blew in the direction of the bench. The smell from the river rose up and as if that wasn\u2019t enough Charles felt like a small rain drop hit his head. He could clearly see the green water from where he was sitting through the decorations holes of the embankments fence. It was clear that it will start to rain soon by the appearing circles on the top of the river.\n\nAfter a few minutes of quietly seating by his new neighbor Charles caught himself looking at the clock on the tower, once again he saw the small arrow on 45 minutes\u2026\n\n\u201cAnd what do we pay the government for?\u201d \u201cIt would feel though they are taking our money and spend it on their fancy hats and suits, don\u2019t you find?\u201d Said Charles.\n\nAt this point the man took out the pipe into his left hand and begun to cough. After he finished coughing Charles heard him speak, at this point Charles understood that for some reason he would remember this moment for a long time to come. \n\n\u201cIt is likely to assume that they deserve to spend the money they earn\u201d Said the man, his voice was quite low and he had a certain accent Charles could quite catch.\n\n\u201cI don\u2019t think that money is of importance nowadays\u201d Said the man.\n\nCharles looked at the man with a smile - \u201cWhat is of importance? One might assume that philosophically speaking, importance can be found in nothing but what is good to us\u201d.\n\n\u201cNo body knows what can be important to others if we carry on like this, then\u2026\u201d Charles didn\u2019t finish his sentence as the man turned away from him and looked the other way. He then turned his head back and Charles noticed his eyes. His eyes were nothing like what Charles had seen before, they looked as though they were glass like and the as if they were blank, there was nothing behind them.\n\n\u201cWhat is important is that I am here now and that it is happening today. It is important to live your life because, just like your life Charles, it has an end\u201d, the man looked somewhat happy when he said that and Charles jumped back on the bench a little, he felt a small shiver run down his spine.\n\n\u201cWhat? How do you know my name sir? Have you been following me?\u201d questions were racing through Charles\u2019s mind. \n\n\u201cAs I said, this is now of importance. You life can find its end today when you get back to your gallery in your cold basement on Kinnerton street or you might listen to me and\u2026\u201d Charles didn\u2019t let the man finish his sentence. He jumped up from the bench; his cane flew within millimeters of the stranger leg as he jumped.\n\n\u201cHow dare you sir? Who gives you the right\u2026\u201d Charles raised his voice, he never allowed himself to raise his voice at a stranger beforehand.\n\n\u201cI think this conversation is over!\u201d exclaimed Charles. \u201cThat would be your choice\u201d replied the man, \u201cDo you think the time is right?\u201d \n\nCharles had already turned away in anger and was about to make his first step away. Something in the words of the man about the time made him think for a second, thoughts raced through his mind. The number 45 and the small arrow of the parliament clock were stuck in his head. \n\n\u201cI don\u2019t understand said Charles\u2026\u201d he turned his head back towards the clock; the arrow was still on 45 minutes. \u201cHow is that possible?\u201d Charles turned his head to the man, but there was no one on the bench. \n\nCharles begun to search the street rapidly with his eyes, it didn\u2019t even occur to him that it was heavily raining until that moment. \n\n
    [![tumblr_mkbyo2aby01s0rai7o1_50004ba9.gif](https://www.steemimg.com/images/2016/09/15/tumblr_mkbyo2aby01s0rai7o1_50004ba9.gif)](https://www.steemimg.com/image/1w5tK)
    \n\nThe streets were empty; there were no carriages or people to be seen around. Feeling scared he turned his head to the clock once again \u2013 \u201cHow can it still be 45 minutes...\u201d Charles was speaking out loud.\n\nThe next moment he felt like his knees weakened, his head was swirling and he dropped his cane, last thing he could hear was the clinging the of the cane\u2019s handle against the pavement. His thoughts mixed up with his eyesight; the man and his pipe, the handle of the clock, the carriage, the passersby, the power stations smoke\u2026\n \n_________________________________\n\n#### Follow me @serejandmyself for more \n\nImage credit - [1](https://ru.pinterest.com/spookynerd/i-m-a-surrealism-chick/) ; [2](https://giphy.com/search/carriage) ; [3](http://www.ibsrt.com/imglist/horse-and-carriage-id-48037-p-1.html) ;", @@ -7126,7 +7126,7 @@ ], "author": "ozchartart", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 68.09, "beneficiaries": [], "blacklists": [], "body": "Hello Steemers!\n\nhttps://img1.steemit.com/0x0/http://puu.sh/qPHEc/3b0d8913ce.png\n\n*POLONIEX*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmGz/0764821325.png\n*4 hour Poloniex chart - Sept 14, 2016*\n\nhttp://puu.sh/rciwF/1b96b56dcc.png\n*4 hour Poloniex chart - Sept 15, 2016*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmLb/755ca91186.png\n*1 day Poloniex chart - Sept 14, 2016*\n\nhttp://puu.sh/rciC9/edf3dcb758.png\n*1 day Poloniex chart - Sept 15, 2016*\nThe Poloniex price went down to the all time low, breaking it and making a slightly lower all time low, but still not giving any confirm of a bottom or bounce.\nVolume about 20% higher then yesterday.\n\n*BITTREX*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmDb/7461d3602b.png\n*4 hour Bittrex chart - Sept 14, 2016*\n\nhttp://puu.sh/rciod/ce32f1a029.png\n*4 hour Bittrex chart - Sept 15, 2016*\nThe Bittrex price broke the local low made just a slightly lower one, same as Poloniex with he all time low, looking like its heading towards the next support level (~0.0007, blue dashed).\nVolume on Bittrex was about 25% lower then yesterday (~5BTC's).\n\n\n*VOLUME COMPARISON*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmuE/227aa902ca.png\n*STEEM/BTC volume Bittrex Sept 14, 2016*\n\nhttp://puu.sh/rcifG/0c61511ea3.png\n*STEEM/BTC volume Bittrex Sept 15, 2016*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmwv/fd2112e3ab.png\n*STEEM/BTC volume Poloniex Sept 14, 2016*\n\nhttp://puu.sh/rcicN/b2384086a4.png\n*STEEM/BTC volume Poloniex Sept 15, 2016*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmry/db13b3282f.png\n*STEEM indexed global volume Sept 14, 2016*\n\nhttp://puu.sh/rcibB/7b2700dd82.png\n*STEEM indexed global volume Sept 15, 2016*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmlb/aca50530d5.png\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmof/8ca7889618.png\n*Coinmarketcap top volume cryptos Sept 14, 2016*\n\nhttp://puu.sh/rci8K/d68b7eb122.png\n*Coinmarketcap top volume cryptos Sept 15, 2016*\nOverall volume about 12% higher then yesterday, with Bittrex volume taking a dive and Poloniex gaining some.\n$STEEM again under top 30 in volume rankings.\n\n*COMMENT*\nOnce again, I will post the comment by commenting as it involves my personal opinion!\nThank you for understanding!\n\nIf anyone has any questions or need's help fell free to ask, I will try to explain as fast and as best as I can.\nCritics, comments, reply's, counters, advice's, etc. are always welcome!\nHave my charts helped you in any way?Let me know with a comment below :)\nAre there more people who are doing TA?\nPlease post the links to your TA's posts into the comments as well!\n\n*DISCLAIMER*\nI am showing multiple scenarios on the price movement, in the post itself I do not take any stance, either bullish or bearish. I am not responsible for neither you\u2019re winning nor you're losses upon trading! the \"comment\" section is my personal opinion and does not mean I have to or do hold any positions in the given market.\nEveryone who uses TA develops his own unique charting style, please keep that in mind.\n\nhttps://www.youtube.com/watch?v=i3bS5nRZOvU\n\nKind regards, OZ :)", @@ -7875,7 +7875,7 @@ ], "author": "knozaki2015", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 69.9, "beneficiaries": [], "blacklists": [], "body": "\n

    \"SPOTTED\"

    \n


    \n

    On my travel to Berlin, Germany I have SPOTTED this strange Building. 

    \n

    Can you guess the purpose of this strange corridor? 

    \n


    \n
    \"2016-08-14
    \nHere are some possible answers:

    \n
      \n
    • This is a Passage where people used to smuggle food and cigarettes between West and East Berlin
    • \n
    • This is a Hospital and connecting two Wings
    • \n
    • This is a worm hole and connecting Berlin and Jupiter
    • \n
    • This is a Hostel and the toilets are in the other Wing
    • \n
    • ....
    • \n
    \n


    \n\"2016-08-14
    \n
    \n 

    \n
    To make it more fun a reward of 10 STEEM POWER will be given to the first correct answer of the purpose of this strange corridor.  
    \n
    And a Special Reward of 5 Steem Power goes to the strangest, funniest Answer!  
    \n


    \n

    I will release the answer after a couple of hours so hurry and pick your answer. (2 answers per person only!!!)

    \n

    If you like my Post, please follow me! 

    \n

    I am blogging about the following topics :

    \n
      \n
    • I travel the world (Travel and Restaurant Blog)
    • \n
    • Exposed (Uncovering Stories you need to know)
    • \n
    • Lifehacks (How to save money,etc) 
    • \n
    • SPOTTED (Limited Edition Food ,Drinks, Gadgets)
    • \n
    • Steemperlen (German Version)
    • \n
    • SQUEEZE (Interview Series) 
    • \n
    • COOKED (10 Episodes Cooking Series)
    • \n
    \n", @@ -7999,7 +7999,7 @@ ], "author": "groovedigital", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 50.68, "beneficiaries": [], "blacklists": [], "body": "\n

    https://www.youtube.com/watch?v=iJCi8yLN8_M

    \n", @@ -8285,7 +8285,7 @@ ], "author": "mihaiart", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 59.7, "beneficiaries": [], "blacklists": [], "body": "Another fun drawing! I did remind myself to photo from inception to final result so this post is not only fun but informative as well.\n\nThe amazonian queen starts off as a naked lady. This part is important because the way her muscles are shaped and how the flesh reacts to her position will influence how the clothes and weapons look. It's the most important step\n\n
    https://www.steemimg.com/images/2016/09/15/14359031_1179410545449253_7138810569815121083_n9b234.jpg
    \n
    \n\nNow it is time to sketch the clothes, the accessories and the weapons. Notice how this si done OVER the original drawing so her leg is still flexed, inside the boot for example. That's how you get the natural look.\n\n
    https://www.steemimg.com/images/2016/09/15/14330163_1179410578782583_6894606683148969420_nd50ca.jpg
    \n
    \n\nWith all this in place, it's easy but still very important part to add the finishing touches and bring her out of the page. Look alive and fierce!\n\n
    https://www.steemimg.com/images/2016/09/15/14291733_1179410605449247_177194940755567235_n05e5d.jpg
    \n\n#### And that how I draw an Amazonian Woman :) \n#### What do you think?", @@ -8453,7 +8453,7 @@ ], "author": "halo", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 64.83, "beneficiaries": [], "blacklists": [], "body": "http://i1266.photobucket.com/albums/jj537/steemitgirlhalo/1e_zpszfkcfjtn.jpg\nhttp://i1266.photobucket.com/albums/jj537/steemitgirlhalo/4e_zpsqprjeml3.jpg\n\nhttp://i1266.photobucket.com/albums/jj537/steemitgirlhalo/2e_zps4liuaqhp.jpg\nhttp://i1266.photobucket.com/albums/jj537/steemitgirlhalo/6e_zpshjwzv5b4.jpg\n\nhttp://i1266.photobucket.com/albums/jj537/steemitgirlhalo/3e_zpstiifeqjc.jpg\nhttp://i1266.photobucket.com/albums/jj537/steemitgirlhalo/5e_zpserzptebm.jpg", @@ -8550,7 +8550,7 @@ ], "author": "titusfrost", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 54.94, "beneficiaries": [], "blacklists": [], "body": "# Is The Takeover of Crypto-Currencies About to Begin by the Central Banks?\n\nhttp://i.imgur.com/NxCYMpy.png\n([Image Source](http://www.e-corp-usa.com/ecoin/))\n\nThe show **Mr. Robot** has fictionalized the **\"Powers that Shouldn't Be\"** into a singular Corporation called **E Corp**. This E Corp is supposed to basically represent the powers behind the Global Central Bankers, the true World Rulers. The head of E Corp even states in a recent Episode \"Politicians are Puppets\", which reminds me of the quotation by Nathan Rothschild regarding the head on which the crown of England is placed. Clearly one could see that E Corp in the show is the fictionalization of the **\"Illuminati\"** if you will. The show is heavily laden with [esoteric symbolism](https://www.youtube.com/watch?v=l2lZn-ZcJMs) but to the public it comes across as \"counter-culture\" as the main character is the founding member of **\"F Society\"** a hacking group based directly on **\"Anonymous\"**. This hacking group causes a financial crash, which leads to E Corp releasing a new digital Currency called **\"ECoin\"**, the above image is from a promotional website for the TV show. \n\n## Is Mr. Robot demonizing Crypto-Currencies? \n\nhttp://i.imgur.com/f6gXhrn.jpg\n([Image Source](http://www.serialminds.com/2015/06/05/mr-robot-la-serie-che-sta-piacendo-tutti-forse-troppo/))\n\nNow the interesting part for those fans of crypto-currencies like everyone on **Steemit** and for everyone who uses **Bitcoin**. I think the reason for they added an \"Ecoin\" in this show is to demonize crypto-currencies. The powers that shouldn't be have no way to take over these crypto-currencies so they have decided to wage information war against them. With the countless videos warning about the rise of *\"digital only currency\"* being the *\"mark of the beast\"*, one could easily see lots of propaganda has already been employed. However this new form is quite intelligent, by associating \"ECoins\" with \"E Corp\" they make the average mind (who doesn't know what Bitcoin or Steemit really is), subconsciously associate all crypto-currencies with the Federal Reserve banskters, with \"E Corp\". This is classic subconscious guilt by association created entirely by fiction that is often employed in fictional movies. This is why I think the \"E Coin\" was added to the show, but I could be wrong, so why else might it be in this show? \n\n## Do the Elite Plan to Replace the Dollar with a Digital Only Currency? \nhttp://i.imgur.com/IJJxcBR.jpg\n([Image Source](https://www.cryptocoinsnews.com/why-bitcoin-value-doesnt-matter/))\n\nWe all know the financial system is basically teetering on the verge of collapse. It is the biggest ponzy scheme ever devised and like all ponzy schemes if the Federal Reserve doesn't increase demand for the use of it's currency the system will collapse. It was designed to collapse. I believe like many others for one reason, so they can start the whole process that made them so rich, all over again on a global scale. The new world order if you will, being run by financial despotism and technical autocracy. So, is their plan to create a financial collapse being shown in plain sight in this show? One idea I heard from my friend who maintains the [\"What is Real\" YouTube Channel](https://www.youtube.com/user/szymborski11) is they may \n>\"allow a false flag attack that they can blame on some shadowy hacking group, possibly even **Anonymous** itself as anyone can claim to be Anonymous\" \n\nPersonally I do not buy this theory as Anonymous is completely decentralized and would be almost impossible to blame for a false flag. However, to fully analyze a situation one must always look at every angle. \n\nSo if the system collapsed, especially overnight due to a hack, would they replace the Federal Reserve Notes with a new digital only \"E Coin\" backed by the IMF World Bank and their massive Gold Holdings, and Special Drawing Rights Holdings? The Group of Thirty, also known as the G30 reported in the [latest working papers on their website](http://group30.org/publications) that they want a return to a **GOLD Standard** just like how the Federal Reserve started out but in a new **Global Currency**. See my Documentary on the [\"Group of Thirty\"](https://www.youtube.com/watch?v=eOB9QfxsgdQ) for more on this group of 30 Central Bankers that meet in secret. So is it out of the realm of possibilities that the new Global Currency that the World Bank has planned for post the collapse of the Federal Reserve System is a new digital only currency based on Gold and SDR holdings? No this would make a lot of sense to me but what do you the readers think? \n\n## Decentralization the Key to Defeating Takeover of Crypto-Currencies by Central Banks\nhttp://i.imgur.com/KVNo7nE.jpg\n([Image Source](https://www.cryptocoinsnews.com/why-bitcoin-value-doesnt-matter/))\n\nThe decentralized concept at the basis of the crypto-currencies could be the key to their survival if the Central Banks decide to try and take over the market. Right now their is a few crypto-currencies that are from the perspective of a non trader even worth mentioning. **Bitcoin**, **Ethereum**, and **STEEM**, however if the Central Banks created a new \"ECoin\" it would easily make replace Bitcoin as the number 1 crypto-currency. However, there will always be a demand for crypto-currencies that are not \"Ecoins\", because thankfully we have a whole planet full of awesome people who will never conform to the system. The useless governments will always make things illegal that people want and can't buy with their new \"Ecoins\". So we will always have a demand for a currency like Bitcoin that is not a part of the centralized system, but is outside of that system's control. So try as they might, the powers that be can only wage information war against crypto-currencies because there will always be new entrepreneurs that create new currencies just like steemit, that are outside their systems of control. The harder the hidden hand squeezes the more of us will fall through their fingertips. \n\n#### Thanks for Reading! \nhttp://i.imgur.com/k10p6Pf.jpg\nIf you liked my article please join **steemit** and let me know by leaving a comment or upvoting! As always follow me on here [@TitusFrost](https://steemit.com/@titusfrost) for more hard hitting posts!", @@ -8695,7 +8695,7 @@ ], "author": "tanyabtc", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.51, "beneficiaries": [], "blacklists": [], "body": "Jellyfish is a perfect example of one of the weirdest creatures out there. In real life they are definitely not the most pleasant thing to touch and being surrounded with.\n\nIt wasn't a surprise for me but jellyfish don't have brains. Instead, they have nerve nets which sense changes in the environment and coordinate the animal's responses.\n\nHowever if you eliminate all of the fluff that people are talking about them, you can come up with something interesting and even fun.\n\nThis drawing is created using my favorite style, I hope you'll love it.\n\nhttp://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish2_zpswbrk9ied.jpg\n\nhttp://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish3_zpsx0rcjvko.jpg\n\nhttp://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish1_zpsge408hgu.jpg\n\nhttp://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish4_zpsmctahaql.jpg\n\n***\n\n###
    Follow me for my future art work: [@tanyabtc](https://steemit.com/@tanyabtc)
    ", @@ -9228,7 +9228,7 @@ ], "author": "markrmorrisjr", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.26, "beneficiaries": [], "blacklists": [], "body": "## In this episode, Joshua Claiborne stands trial for violation of the First Law ##\n\n**\u201cWhoa, whoa, whoa!\u201d Phil screamed, \u201cWhat the hell dude?\u201d**\n\n*The Reaper crumpled to the floor, arms flailing as Joshua rode it to the ground. Finally, the hands found the catches at either side of the helmet and popped it off. A black, shaggy head of hair emerged.* \n\n***If you've missed episodes, [visit my blog](https://steemit.com/@markrmorrisjr) to catch up. Be sure to follow me for updates in your feed!***\n\n\u201cEmil?\u201d Stella said, \u201cMeet Joshua. Are you okay?\u201d\n\nEmil, the Reaper suit\u2019s operator laughed, \u201cYeah, I\u2019m fine, but that was awesome! Can you teach us that?\u201d\n\n\u201cMan! Now I have to rebuild this helmet,\u201d Phil held up a small remote. \u201cAll I had to do was push this button,\u201d he said, pressing it, as the suit powered down. \u201cWhat did you do?\u201d\n\n\u201cThe \u2018nerve\u2019 bundle that controls these things motor skills is on the very top of the skull, under a thin piece of sheet metal, puncture it, it collapses. You didn\u2019t know that?\u201d Joshua said. \n\n\u201cWell, it appears we may need you more than you need us,\u201d Stella said. \u201cSo, just say the word and we\u2019ll get you where you need to be. Meanwhile, my team will be working on your son\u2019s location.\u201d\n\nJoshua dropped the letter opener and walked to the stairs, \u201cFine, whatever you need to collect from my meeting, get it. Now, who\u2019s driving?\u201d With that, he walked up the stairs, he had no more time to waste. \n\n**The Mapleton courthouse sat on a hill in the center of the town, overlooking the area around for miles.** \n\n*Joshua insisted that the team Stella had sent stop 5 miles out and allow him to ride in on the electric trike alone, while they observed the meeting from a distance.* \n\nHe carried the tiny remote in his shirt pocket, a gift from Phil. \u201cThat\u2019s my only prototype, so don\u2019t lose it,\u201d he\u2019d said. \n\n![enter image description here](https://s12.postimg.org/siuqjuiz1/Untitled_36.jpg)\n\nFrom the end of Main Street, looking up toward the courthouse, Joshua counted at least six reapers. He wondered how far the signal from the remote would travel. \n\nHe thought about pressing it now, disarming his enemy, then walking in, but he\u2019d still have to deal with the six drivers, if they managed to escape the suits. \n\nBesides, Stella seemed to think there was some secret they were going to give away, although Joshua couldn\u2019t imagine it. \n\n*He checked his watch, ten minutes until his scheduled time and while he knew better than to be late, he had no intention of giving the Consensus one more second than he had to.* \n\nThe trike spun it\u2019s tires on a patch of loose gravel as he started back up. He decided a quick approach was best. He charged up the hill, jumping the \u201cMayor\u2019s\u201d parking barrier and rolling up to the foot of the front stairs, he cranked the accelerator and the trike rose up on its back wheel, popping the two front wheels, over the bottom step. \n\nThe machine had more than enough power to climb the steps and Joshua skidded to a stop outside the courthouse door. He stopped and turned back toward the town, the six Reapers swarming toward him up the steps. He powered down, swung his leg up and over the bike and opened the door. \n\n**The Reapers followed him into the hall as he approached the court room.** \n\nThe Magistrate sat behind the judge\u2019s bench and Joshua couldn\u2019t help but smirk at the insult to the very concept of actual justice that this thing represented. \n\n\u201cJoshua Claiborne, appearing as requested,\u201d Joshua said, standing directly in front of the Magistrate. \n\n![enter image description here](https://s12.postimg.org/6h4lvyh7x/judge.jpg)\n\n> \u201cYes, Mr. Claiborne, have a seat,\u201d A woman\u2019s face, projected on the face shield of the Magistrate said.\n\n\u201cI\u2019d rather stand,\u201d he said. \n\n> \u201cSuit yourself, may we have the room, please?\u201d she said, looking toward the reapers that had entered the back doors of the courtroom.\n\nThey left quietly. \n\n> \u201cMr. Claiborne, you\u2019re charged with violation of the first law, in so\n> much as you have encouraged and joined in the activity of settling\n> outside of Consensus approved areas, acted outside of the legal\n> jurisdiction of the council and on more than one occasion, acted\n> against the best interest of Consensus, including attacking duly\n> authorized Magistrates in the course of their legally binding duties,\n> how do you plead?\u201d\n\n**The woman looked at Joshua, peering over a pair of short, square spectacles, like some sort of outdated stereotype.** \n\n\u201cNot guilty, by reason of illegitimacy of the currently established government and its ensigns. I am not, nor do I choose to become, subject to your law. I stand judged as innocent by natural law, insomuch as I have not caused harm to another human in aggression, damaged or stolen property, nor unnecessarily restricted the liberty of any other person. I recognize no other responsibility to my fellow man,\u201d Joshua said calmly. \n\n> \u201cBe that as it may, Mr. Claiborne, we are not here under the auspices of \u201cnatural law\u201d but rather, under the Council mandated authority of the Consensus and its Magisterial Ministry, of which I am a part and I assure you, you are subject to,\u201d\n\nThe woman intoned, her expression one of almost sheer boredom.\n\n> \u201cCourt finds the defendant guilty and remands the subject for immediate judicial murder.\u201d\n\nThe magistrate raised its arm and brought it down on the bench with a solid thud, that echoed through the court. Joshua felt his heart sink as the Reapers reentered the court and moved up to surround him. \n\n## Look for the upvote button below. If you liked the post, upvote and share! If you're not on Steemit yet, why not? You get free money for signing up! ##", @@ -9715,7 +9715,7 @@ ], "author": "mevilkingdom", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.06, "beneficiaries": [], "blacklists": [], "body": "## Hi Steemians! The greatest thing about being a collector is that people always know what to buy for your birthday. Not perfume or cookware, but always things you love!\n\nHere are some pictures of what I received the last couple of times.\n\n----\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC01422.JPG)
    \n\nThese are all the gifts I received for my birthday this year. I got some cool dolls, chocolates, care bears, my little ponies and even a puzzle. What a lovely 27th birthday!\n\n___\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC09982.JPG)
    \n\nChristmas is only once a year, good thing for my family! Lots of dolls and some ponies. You can tell everyone is really supportive of my hobby.\n___\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05838.JPG)
    \nThis is what **Sinterklaas** (he brings gifts on the 6th of December) brought me. Did you know I also collect Lego to some extent?\n___\n\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05066.JPG)
    \nGifts from **Disneyland Paris**\n___\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05622.JPG)
    \nEven more **Disneyland** gifts, this time for Christmas 2 years ago. Those cookies are just **THE BEST**!\nNot to mention that they're Mickey-shaped.\n\n___\n\nThank you very much for looking at my pictures! Don't forget to **follow me** for more pictures!\n\n\n---- \n\n### Who is Mande Walschot?\n\n> Mande Walschot resides in Belgium and currently owns over 1,350 boxed My Little Ponies, around 500 boxed dolls, 52 polly pockets, 25 plush care bears, 30 Tsum Tsums, about 3,000 Pok\u00e9mon cards, around 200 comic books and lots of stuffed toys! [Gemr spotlight collection](https://blogadmin.gemr.com/blog/collector-spotlight-mande-walschot/)\n\nAlso seen on [national television](http://ringtv.be/nieuws/mande-uit-halle-heeft-grootste-poppenverzameling-uit-regio) and [newspapers](http://www.hln.be/regio/nieuws-uit-halle/mande-leeft-samen-met-1-357-pony-s-a2797213/).\n\n\nSister of @steve-walschot, the creator of SteemPay.io and vouched Steem applications developer and girlfriend of game-enthusiast @herrlonnie.", @@ -10043,7 +10043,7 @@ ], "author": "eneismijmich", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 62.59, "beneficiaries": [], "blacklists": [], "body": "You must have heard that life is a journey, not a destination. This is the big truth that we, repeatedly, understand superficially. Often we are so focused on the goal, that we completely forget to enjoy the path.\n\nhttps://puu.sh/rbX2i/70e07ec186.png\n\nWhen we achieve the goal, we forget to enjoy it and immediately create a new goal. That is not life, this is racing with life. I am certain that you will not be happy, bur rather tired. Soul searches for the experience, while the mind and ego give signs if something is good or bad for us. Soul is completely indifferent. For the soul, every experience means celebration, while you are maybe crying because of the mind, to whom literally a lot of things does not make sense. \n\nThe same applies to the transformation called *death*. We celebrate resurrection as the greatest symbol of life, and then we are crying in the moment of someone's death. The mind is strange, isn't it?\n\nhttps://puu.sh/rbX1U/3cc83557c6.png\n\nRelax. It doesn't matter where you are in your level of expansion, you can't miss the road to home. While you are breathing, you are on the right track. Try to accept this moment as a moment in which there is no goal, and there is no end. The game never ends. This is excellent news. We came here to play, not to win. The game ends with victory, and God's Child in us still wants to play.\n\nOne beautiful wisdom reminds us: *\"Everything will be fine. If it isn't fine, then it isn't the end.\"* You always have the chance for new choices. This is very important to understand. You shouldn't hate the process just because you are not on your imaginary goal. You trust the process. You are exactly where your soul wants you to be. Don't let your mind tell you any different. \n\nhttps://puu.sh/rbXjG/ea493b7d14.png\n\nEverything is always a matter of the focus on things you have instead of the things you are missing. Today, again you are taking for granted the things that once were a goal. You forget to enjoy. Time is only an illusion of the mind. What if that is the point that you current process wants to teach you? If time is illusion, and it is, what's the hurry?\n\nhttps://puu.sh/rbWSn/313549d802.png\n\nTake a deep breath in and out. Experience life in the breath. The only goal is hiding in the breath of life. Everything is good, just the way it is. Don't forget that nothing ever happens without the God's blessing. Don't forget that you are guided. And, the most important, don't forget that we would most certainly go wrong if we'd try to determine what is the best time for us. The one who sees the big picture knows where you're headed and where you want to arrive.\n\nhttps://puu.sh/rbWLA/86e34b50b7.png\n\nTrust the process. It is the true test of our faith and wisdom. And enjoy. Without it nothing makes sense, right?\nThe sentence that many repeat in the end of the road: *\"I should've enjoyed more!\"*\n\nAll our life is a mere blink of an eye in the eternity. It is too small for such amount of worry. The life is not a serious thing, just the opposite. Life is the experience game. The point is not in the destination. The journey is our only destination. Isn't it then wiser to enjoy right away?\n\nhttps://puu.sh/rbX8F/2ea42f6dc9.png\n\n*\"Success isn't measured by money or material things.*\n*Success is measured by the amount of joy you feel.\"*\n\nFor more awesome images check this guy: [Psychedelic Maniac](thepsychedelicmaniac.tumblr.com)", @@ -10294,7 +10294,7 @@ ], "author": "kommienezuspadt", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 59.77, "beneficiaries": [], "blacklists": [], "body": "\n

    \n

    My entire life, I knew however things shook out, I\u2019d eventually be making comic books as a career. At 36, I\u2019m later to the party than I originally anticipated, but I\u2019ve had three decades to prepare for this! I remember as a kid, just being enamored with comic book art [\u2026and still am]. For years, I\u2019d draw these snake characters during class with my friend Neal. Just page after endless page of snakes killing each other. The kind of gratuitous fantasy violence that defines weirdos in high school.

    \n

    Eventually, photography took over my life, but I still read comics, thought about comics and drew comics when I managed to make time. A couple years ago I began stringing together a story for a comic called THEIA. A sci-fi conspiracy story rooted in the real world, based on actual science. I learned how to format full script for comics and graphic novels [\u2026you can read the finished THEIA script in my previous blog, \u201cFull script of THEIA sci-fi comic book! Exclusively on Steemit!\u201d]. This was a big divergence than my hack and slash snake comics with Neal [\u2026who\u2019s stories progressed with each turn of the page, like a Miyazaki film, but really horrible].

    \n

    \n

    It was during the process of writing the first draft for THEIA that I realized all these years I\u2019ve been so drawn to comics, the real allure for me was story telling and character creation, even more than great art. I\u2019ve been creating comics my entire life, and thus, creating characters along the way. Once I began disciplining myself with taking writing more seriously, I discovered other helpful tools to aide in the creation process. I began taking  inventories, outlining in depth documentation of each characters lives, affiliations and personalities. 

    \n

    Character profiles are something I\u2019ve done for 20 years. I mimicked my favorite fantasy artists like Gerald Brom, Boris Vallejo and the one and only, Frank Frazetta. I\u2019d seen pencil sketches of their concept designs with monsters, heroes and heroines, and just did my best to emulate them. I used to draw the typical front, side, three-quarter and head sketches as a reference bible [\u2026granted, much easier when it was just snakes].

    \n

    \n

    I\u2019ve been enjoying a renaissance of creativity since committing to doing comics full time, and character creation is where I spend most of my time. THEIA is still my priority as I have an active Patreon campaign and those pledging support are doing so for that particular title. I do, however, have two other stories I\u2019m developing which are currently knee deep in the character creation process. A Bukowski-esk pulp crime genre during the late 80\u2019s following a private investigator throughout his struggle with sobriety in Queens, NY.

    \n

    \n

    The other is a dark ghost story taking place in the mid-1800\u2019s, surrounding a recently deceased, troubled soul that finds himself caught between the realm of the living, and the afterlife; unable to pass for fear of judgement after a life of heinous acts. The characters in this story were inspired by my most interesting friends, and obscure tales of macabre lore during the industrial revolution and the Southwestern US history.

    \n

    I wish I was further along in my pursuit of story telling, world building and character creation. I wish I had decades of experience to share here on Steemit. I don\u2019t want to come across like I\u2019m the authority on these complex, disciplined skills; I\u2019ve only been seriously absorbing the art for a couple of years. I imagine, however, there are quite a few new writers, artists and creators here, navigating their own discoveries and process. With that in mind, [and in the spirit of all the things that makes Steemit great for me personally] here a few techniques I use to further my writing and a few resources I\u2019ve found helpful in house, right here on Steemit.

    \n

    \u2022 Real-life Inspiration: As mentioned, take inspiration from people in life. Friends, or even family. Accentuate the personalities. Exaggerate the quirks or circumstances. For me personally, it\u2019s a big help to to have someone in mind when drawing, and developing a character.

    \n

    \u2022 Character Inventories: Write up an involved character inventory [\u2026sometimes called a character bible]. A reference of everything you can imagine that defines that character. Their ethnicity, background, where they were born, how old they are, where they went to college, their diet, etc. It\u2019s tedious if you\u2019re working on a character heavy story with a big \u201ccast\u201d, but it pays dividends. Once you have those inventories, you can stick characters in situations and the story literally writes itself. If you have a character that\u2019s a passionate vegan, you can immediately come up with dozens of possibilities if they were accidentally locked in a butcher\u2019s freezer. Same with politics, religious, social issues. It really unloads much of the burden of dreaming up a brilliant scene.

    \n

    \n

    \u2022 Name Generators: Name generators are something I rely on quite a bit. There are many available online. They\u2019re usually free, and they\u2019re a great place to launch in to naming a character. Often times, once you have a name, more of the personality and background unfolds organically. www.seventhsanctum.com has an excellent list of name generators tailored specifically for several genres and character types.

    \n

    \u2022 Research: This is one of those things that seems obvious, but I challenge you to go deeper. For my ghost story, I started researching life in the mid-1800\u2019s in the Southwest and Dust Bowl of the United States. As I dug through historical sites, I found some of the events of that time. A few hours in, I read about droughts and plagues, which would have been rich content for a story, but going even deeper, I read about these crazy grasshopper plagues! Even deeper, I found accounts of specific families and individuals that described enormous clouds of locusts that swept through their homes and ate everything, including the clothes off their bodies! I encourage you to obsessively push through references, way past where most people would get their first idea and start writing. Beyond that is where you\u2019re going to unearth something truly unique and memorable. I\u2019ve already written a treatment for this epic locust plague in my ghost story [\u2026sort of nervous about what that\u2019s going to be like to draw, though].

    \n

    \u2022 Don\u2019t Lose The Magic: For me, the magic happens in the moments before I fall asleep. Without fail, that\u2019s where I get my best, originally ideas. Sometimes it\u2019s just a small line a dialog. Other times it\u2019s as vague as a plot point. It\u2019s a tough discipline to wake yourself up and write it down, but that [\u2026for me] is where the magic happens. It\u2019s invaluable, and worth the trouble of having to fall back asleep. I jot things down in the Notes app of my phone. I have some friends that just wake up and make audio recordings. You might get your best ideas during different times. Sometimes I have brilliant moments on long drives. Either way, document it! You\u2019ll be glad you did.

    \n

    Honestly, Steemit has been a revolution for me as well. Since the platform is incentivized, there is a tremendous wealth of references on writing, drawing, how-to\u2019s. Beyond that, I spent much of my time reading and curating novels and short stories posted by the authors bringing their work to the site. Just this morning, I found a comprehensive article by @jamielefay titled \u201cSteemit and the future of book publishing\u201d. Everything here, totally relevant if you\u2019re creating comics or graphic novels.

    \n

    \n

    Keep writing, creating and sharing! More work from my comic, THIEA, and other stories to come. I\u2019d love feedback and constructive criticism.

    \n

    I post daily. Follow me @kommienezuspadt so you don\u2019t miss a post.

    \n", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot/_readme.txt new file mode 100644 index 00000000..8a1c1483 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot/_readme.txt @@ -0,0 +1,4 @@ +See ../_readme.txt for details +Lists posts ranked by "hot score". + +"sort": "hot", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot_paging.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot_paging.pat.json index 00b6f6ab..2a9b1188 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot_paging.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot_paging.pat.json @@ -68,7 +68,7 @@ ], "author": "alienbutt", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 52.91, "beneficiaries": [], "blacklists": [], "body": "You decide what they are.\nAlien heads staked on a post or seed pods?\n\"\n\n\"", @@ -1034,7 +1034,7 @@ ], "author": "serejandmyself", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.84, "beneficiaries": [], "blacklists": [], "body": "#### Hey guys, welcome to the first chapter of my new novel.\n#### It is a mixture of 3 time lines, with 19th century, modern day and ancient times. The genre is probably something you would call a mixture of sci-fi, mystery, adventure and a bit more. \n#### Well, I welcome you to be the judge...\n\n

    [![b801c049484636e0faf71f56cca03864c0bd6.jpg](https://www.steemimg.com/images/2016/09/15/b801c049484636e0faf71f56cca03864c0bd6.jpg)](https://www.steemimg.com/image/1wrYT)

    \n\n__________________________________\n\n**Chapter ONE**\n\nIt seemed as nothing was different in yet another cold and slightly windy London evening. The smog from the river was rising up as usual and the chilly wind would bring the smell up to the embankment, where Charles was taking a rest, sitting down on his favorite bench. \n\nFrom here he could see the might of the power station from across the river and something was special in the way those chimneys threw out the smoke onto the city. \n\nHe just finished his walk along his usual route, walking amongst the cemetery outside the chapel. It always amused him; that mix of emotion and sorrow amongst the busy city people, especially during the busy afternoon hours.\n\nThat rusty smell kept mixing with up with the light freshness of the leaves from the tree nearby Charles\u2019s bench. As he threw a brief glimpse onto the clock on the parliament building he noticed that the small arrow was on 45 minutes\u2026 \n\nSuddenly he heard a murmur of horses; he turned his head before he could finish realizing what time it was. He saw that just a few yards up the road two horse carriages didn\u2019t manage to share the drive way. \n\n
    [![Saratogacarriagec5af5.jpg](https://www.steemimg.com/images/2016/09/15/Saratogacarriagec5af5.jpg)](https://www.steemimg.com/image/1w1bI)
    \n\nOne of the coachmen was shouting something and angrily waving his hands. Charles was able to see from here that the coachmen\u2019s grey clothing was partially covered in dirt, probably from the splash of the puddles from underneath the wheels. \n\nThe coachmen kept shouting something, Charles was unable to see the second carriage from where he was sitting, but was able to see some passersby, that starting to gather around the incident.\n\nIt was obvious that, just like him, those people had nothing better to do on this late afternoon then to watch in amusement the accident in the middle of the avenue.\n\nJust as Charles was starting to lose interest in the whole situation, the door of the cab that Charles could see, opened and a man dressed in a black suit and holding a pipe stepped out. He calmly put his hand in the upper inner pocket of the suit and pulled out some coins. The man made two steps up to driver and handed him the coins. At this moment the driver stopped shouting for a moment and it was clear from the look on his face that he was confused. \n\nThe cab driver counted the coins and said something to the man in the suit, the passenger didn\u2019t answer. He turned around and started to walk in the direction of the chapel. The cab driver clearly wasn\u2019t happy. He started to shout once again, but this time at the passenger. While the cab driver turned his attention to the passenger, Charles noticed how the second carriage that was involved in the accident managed to move a few yards back.\n\nIt was a much smaller carriage, and the driver was clearly seeable to Charles now. He seemed somewhat happy that he was not in the middle of the light anymore; he hurryingly turned the carriage and the horse around and started to move also in the direction of the chapel. \n\nAt this moment the driver of the first carriage started to lose interest in shouting and decided to clean himself up. As he started to calm down, the bemused passersby begun to walk back to where they were heading and Charles also turned his head back towards the power station.\n\nCharles was so busy watching the situation unfold that he didn\u2019t noticed that the passenger of the first carriage crossed the road and was now heading not towards the chapel anymore, but exactly in the other direction, towards the grey bench that Charles was sitting on.\n\nAt first Charles didn\u2019t pay any attention to just another man who was walking by. But then he noticed that calm walk of his and it hit him that this was the same passenger from the carriage.\n\n\u201cExcuse me sir?\u201d said Charles as the man closed up to the bench. \u201cYou are the gentleman from the carriage, aren\u2019t you?\u201d \u201cI saw you a minute ago, what happened?\u201d\n\nThe man stopped to walk and shared a look with Charles; he calmly sat down beside him and carried on smoking his pipe, as he was not hearing the questions Charles asked him. \n\n\u201cI do apologies for the intervention, but you must not be local, I can tell by your calmness, all the folks round here are always in a hurry\u201d Charles carried on talking as if not noticing that the man was ignoring him. \n\nAll of a sudden the weather begun to change, wind started to blow stronger and the few leaves that the tree was holding blew in the direction of the bench. The smell from the river rose up and as if that wasn\u2019t enough Charles felt like a small rain drop hit his head. He could clearly see the green water from where he was sitting through the decorations holes of the embankments fence. It was clear that it will start to rain soon by the appearing circles on the top of the river.\n\nAfter a few minutes of quietly seating by his new neighbor Charles caught himself looking at the clock on the tower, once again he saw the small arrow on 45 minutes\u2026\n\n\u201cAnd what do we pay the government for?\u201d \u201cIt would feel though they are taking our money and spend it on their fancy hats and suits, don\u2019t you find?\u201d Said Charles.\n\nAt this point the man took out the pipe into his left hand and begun to cough. After he finished coughing Charles heard him speak, at this point Charles understood that for some reason he would remember this moment for a long time to come. \n\n\u201cIt is likely to assume that they deserve to spend the money they earn\u201d Said the man, his voice was quite low and he had a certain accent Charles could quite catch.\n\n\u201cI don\u2019t think that money is of importance nowadays\u201d Said the man.\n\nCharles looked at the man with a smile - \u201cWhat is of importance? One might assume that philosophically speaking, importance can be found in nothing but what is good to us\u201d.\n\n\u201cNo body knows what can be important to others if we carry on like this, then\u2026\u201d Charles didn\u2019t finish his sentence as the man turned away from him and looked the other way. He then turned his head back and Charles noticed his eyes. His eyes were nothing like what Charles had seen before, they looked as though they were glass like and the as if they were blank, there was nothing behind them.\n\n\u201cWhat is important is that I am here now and that it is happening today. It is important to live your life because, just like your life Charles, it has an end\u201d, the man looked somewhat happy when he said that and Charles jumped back on the bench a little, he felt a small shiver run down his spine.\n\n\u201cWhat? How do you know my name sir? Have you been following me?\u201d questions were racing through Charles\u2019s mind. \n\n\u201cAs I said, this is now of importance. You life can find its end today when you get back to your gallery in your cold basement on Kinnerton street or you might listen to me and\u2026\u201d Charles didn\u2019t let the man finish his sentence. He jumped up from the bench; his cane flew within millimeters of the stranger leg as he jumped.\n\n\u201cHow dare you sir? Who gives you the right\u2026\u201d Charles raised his voice, he never allowed himself to raise his voice at a stranger beforehand.\n\n\u201cI think this conversation is over!\u201d exclaimed Charles. \u201cThat would be your choice\u201d replied the man, \u201cDo you think the time is right?\u201d \n\nCharles had already turned away in anger and was about to make his first step away. Something in the words of the man about the time made him think for a second, thoughts raced through his mind. The number 45 and the small arrow of the parliament clock were stuck in his head. \n\n\u201cI don\u2019t understand said Charles\u2026\u201d he turned his head back towards the clock; the arrow was still on 45 minutes. \u201cHow is that possible?\u201d Charles turned his head to the man, but there was no one on the bench. \n\nCharles begun to search the street rapidly with his eyes, it didn\u2019t even occur to him that it was heavily raining until that moment. \n\n
    [![tumblr_mkbyo2aby01s0rai7o1_50004ba9.gif](https://www.steemimg.com/images/2016/09/15/tumblr_mkbyo2aby01s0rai7o1_50004ba9.gif)](https://www.steemimg.com/image/1w5tK)
    \n\nThe streets were empty; there were no carriages or people to be seen around. Feeling scared he turned his head to the clock once again \u2013 \u201cHow can it still be 45 minutes...\u201d Charles was speaking out loud.\n\nThe next moment he felt like his knees weakened, his head was swirling and he dropped his cane, last thing he could hear was the clinging the of the cane\u2019s handle against the pavement. His thoughts mixed up with his eyesight; the man and his pipe, the handle of the clock, the carriage, the passersby, the power stations smoke\u2026\n \n_________________________________\n\n#### Follow me @serejandmyself for more \n\nImage credit - [1](https://ru.pinterest.com/spookynerd/i-m-a-surrealism-chick/) ; [2](https://giphy.com/search/carriage) ; [3](http://www.ibsrt.com/imglist/horse-and-carriage-id-48037-p-1.html) ;", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot_tag.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot_tag.pat.json index ef78dd0c..2d1b1ced 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot_tag.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot_tag.pat.json @@ -848,7 +848,7 @@ ], "author": "charlieshrem", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 67.32, "beneficiaries": [], "blacklists": [], "body": "[![1427721443457173 (1).jpg](https://s15.postimg.org/e6gxjg8cb/1427721443457173_1.jpg)](https://postimg.org/image/5bg38xjjr/)\n\nThe day I went to prison I published an article Bitcoin for Prison. While I didn't get to read or see the article until someone mailed me a physical copy, I found out that my article had started a number of discussions and follow-on commentary.\n\nDuring my stay at Lewisburg Federal Prison Camp I observed many economic theories put into effect by inmates and the prison administration, including Gresham's law, hyperinflation, currency exchange, and others.\n\nThere are two markets in prison, the \"Administration Run Market\" (ARM) and the \"Inmate Run Market\" (IRM). \n\nFor the ARM, family and friends can add money to your account through Western Union, MoneyGram, or mailing a check. These funds get added to your account fairly quickly and can be used almost immediately, however with a strict spending limit. You get 300 minutes of phone use per month for about $70, and email costs about $0.05 a minute and is only available at specific times to specific people. Once a week you can shop in the commissary with a $360 a month spending limit. Further, certain products have limits of how much you can buy, for example the Mackerel (described below). Alternatively, the IRM is where you can buy sandwiches, wraps, pizzas, Italian ices, hire a personal trainer, get a haircut, pay someone to clean your cube, repair a watch, even inmate run caterers for your birthday or going home party. Additionally there were inmate run 'stores' which sold commissary items at a markup since you could only commissary shop once a week.\n\n[![mackerel-203x300.png](https://s18.postimg.org/pkn7zm1h5/mackerel_203x300.png)](https://postimg.org/image/iu6qq6eb9/)\n\nThe Mackerel (meaning literal packets of fish) is one of the competing currencies in the IRM. It has utility by being one of the best sources of protein on the compound. You can save it for a long time, the shelf life is a few years. The price is relatively the same across all prisons in the country, so even if you transfer prisons your property comes with you, including your Mackerel which is worth the same somewhere else. Unlike tunafish, chicken packets and protein bars, more people eat Mackerel. Those other food items can be used as currency as well, for example the guy who fixes your watch may only accept protein bars because he hates fish. There was even a form of digital currency being used, which I will discuss in another post.\n\n[![pzyQaHU.png](https://s15.postimg.org/tggsqn3uj/pzy_Qa_HU.png)](https://postimg.org/image/nfj3tkh87/)\n\nUtility and medium of exchange give it some value but what about scarcity ? If there is a virtually unlimited amount of Mackerel in the IRM, just like the Federal Reserve printing money, there is no scarcity and hyperinflation can occure if it is debased. \n\nUsing a simple equation, 467 (Number of Inmates) * 14 (Maximum Quantity Allowed to Purchase Per Inmate) * 52 (weeks, assuming every inmate buys the maximum mount of Mackerel every week)\n\nSo if in 2015 we assume that the Supply and Velocity grows at the exact same rate with the Price Level and Transactions unchanging, the amount of Mackerel would essentially double on an even inflation rate. This does not factor in the 3 year shelf life, where expired Mackerel becomes a secondary currency. I will discuss in my next post. \n\nI like to believe that the value of money is determined also psychological factors, like a commodity and not only by mechanical or mathematical factors. In prison many of these psychological factors come into play.\n\n[![1867-1967-Ten-10\u00a2-Cents-Commemorative-Centennial.jpg](https://s15.postimg.org/yqgpkthrv/1867_1967_Ten_10_Cents_Commemorative_Centennial.jpg)](https://postimg.org/image/ceiwrfinr/)\n\nMost people use Mackerel as a day-to-day currency for normal transactions, but for reasons I will explain in my next post, they are not the best long term store of value which is important for a currency. For longer term store of value, many inmates use stamps. Stamps have a set rate by the United States Postal Service and have similar characteristics as Mackerel aside for being edible. However, with the introduction of email on the compound many people stopped writing letters as email is cheaper and faster therefore reducing stamps ability to be a transactional currency as a majority of the inmates have no use for them. As a store of value they still hold weight because they are small and easy to store large amounts, while Mackerel is not.\n\nThe biggest value stamps have is that they can be mailed home and your family can redeem them for dollars as the local post office, but that feature can be stopped by better mail screening and overnight the stamp could lose its store of value utility. \n\nIn my next post I will discuss how currency exchangers work, what happens when the prison administration purposely floods the market, and how a secondary currency was created out of expired Mackerel called \u201cMoney Maks\u201d", @@ -970,7 +970,7 @@ ], "author": "groovedigital", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 50.68, "beneficiaries": [], "blacklists": [], "body": "\n

    https://www.youtube.com/watch?v=iJCi8yLN8_M

    \n", @@ -1104,7 +1104,7 @@ ], "author": "tanyabtc", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.51, "beneficiaries": [], "blacklists": [], "body": "Jellyfish is a perfect example of one of the weirdest creatures out there. In real life they are definitely not the most pleasant thing to touch and being surrounded with.\n\nIt wasn't a surprise for me but jellyfish don't have brains. Instead, they have nerve nets which sense changes in the environment and coordinate the animal's responses.\n\nHowever if you eliminate all of the fluff that people are talking about them, you can come up with something interesting and even fun.\n\nThis drawing is created using my favorite style, I hope you'll love it.\n\nhttp://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish2_zpswbrk9ied.jpg\n\nhttp://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish3_zpsx0rcjvko.jpg\n\nhttp://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish1_zpsge408hgu.jpg\n\nhttp://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish4_zpsmctahaql.jpg\n\n***\n\n###
    Follow me for my future art work: [@tanyabtc](https://steemit.com/@tanyabtc)
    ", @@ -1637,7 +1637,7 @@ ], "author": "markrmorrisjr", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.26, "beneficiaries": [], "blacklists": [], "body": "## In this episode, Joshua Claiborne stands trial for violation of the First Law ##\n\n**\u201cWhoa, whoa, whoa!\u201d Phil screamed, \u201cWhat the hell dude?\u201d**\n\n*The Reaper crumpled to the floor, arms flailing as Joshua rode it to the ground. Finally, the hands found the catches at either side of the helmet and popped it off. A black, shaggy head of hair emerged.* \n\n***If you've missed episodes, [visit my blog](https://steemit.com/@markrmorrisjr) to catch up. Be sure to follow me for updates in your feed!***\n\n\u201cEmil?\u201d Stella said, \u201cMeet Joshua. Are you okay?\u201d\n\nEmil, the Reaper suit\u2019s operator laughed, \u201cYeah, I\u2019m fine, but that was awesome! Can you teach us that?\u201d\n\n\u201cMan! Now I have to rebuild this helmet,\u201d Phil held up a small remote. \u201cAll I had to do was push this button,\u201d he said, pressing it, as the suit powered down. \u201cWhat did you do?\u201d\n\n\u201cThe \u2018nerve\u2019 bundle that controls these things motor skills is on the very top of the skull, under a thin piece of sheet metal, puncture it, it collapses. You didn\u2019t know that?\u201d Joshua said. \n\n\u201cWell, it appears we may need you more than you need us,\u201d Stella said. \u201cSo, just say the word and we\u2019ll get you where you need to be. Meanwhile, my team will be working on your son\u2019s location.\u201d\n\nJoshua dropped the letter opener and walked to the stairs, \u201cFine, whatever you need to collect from my meeting, get it. Now, who\u2019s driving?\u201d With that, he walked up the stairs, he had no more time to waste. \n\n**The Mapleton courthouse sat on a hill in the center of the town, overlooking the area around for miles.** \n\n*Joshua insisted that the team Stella had sent stop 5 miles out and allow him to ride in on the electric trike alone, while they observed the meeting from a distance.* \n\nHe carried the tiny remote in his shirt pocket, a gift from Phil. \u201cThat\u2019s my only prototype, so don\u2019t lose it,\u201d he\u2019d said. \n\n![enter image description here](https://s12.postimg.org/siuqjuiz1/Untitled_36.jpg)\n\nFrom the end of Main Street, looking up toward the courthouse, Joshua counted at least six reapers. He wondered how far the signal from the remote would travel. \n\nHe thought about pressing it now, disarming his enemy, then walking in, but he\u2019d still have to deal with the six drivers, if they managed to escape the suits. \n\nBesides, Stella seemed to think there was some secret they were going to give away, although Joshua couldn\u2019t imagine it. \n\n*He checked his watch, ten minutes until his scheduled time and while he knew better than to be late, he had no intention of giving the Consensus one more second than he had to.* \n\nThe trike spun it\u2019s tires on a patch of loose gravel as he started back up. He decided a quick approach was best. He charged up the hill, jumping the \u201cMayor\u2019s\u201d parking barrier and rolling up to the foot of the front stairs, he cranked the accelerator and the trike rose up on its back wheel, popping the two front wheels, over the bottom step. \n\nThe machine had more than enough power to climb the steps and Joshua skidded to a stop outside the courthouse door. He stopped and turned back toward the town, the six Reapers swarming toward him up the steps. He powered down, swung his leg up and over the bike and opened the door. \n\n**The Reapers followed him into the hall as he approached the court room.** \n\nThe Magistrate sat behind the judge\u2019s bench and Joshua couldn\u2019t help but smirk at the insult to the very concept of actual justice that this thing represented. \n\n\u201cJoshua Claiborne, appearing as requested,\u201d Joshua said, standing directly in front of the Magistrate. \n\n![enter image description here](https://s12.postimg.org/6h4lvyh7x/judge.jpg)\n\n> \u201cYes, Mr. Claiborne, have a seat,\u201d A woman\u2019s face, projected on the face shield of the Magistrate said.\n\n\u201cI\u2019d rather stand,\u201d he said. \n\n> \u201cSuit yourself, may we have the room, please?\u201d she said, looking toward the reapers that had entered the back doors of the courtroom.\n\nThey left quietly. \n\n> \u201cMr. Claiborne, you\u2019re charged with violation of the first law, in so\n> much as you have encouraged and joined in the activity of settling\n> outside of Consensus approved areas, acted outside of the legal\n> jurisdiction of the council and on more than one occasion, acted\n> against the best interest of Consensus, including attacking duly\n> authorized Magistrates in the course of their legally binding duties,\n> how do you plead?\u201d\n\n**The woman looked at Joshua, peering over a pair of short, square spectacles, like some sort of outdated stereotype.** \n\n\u201cNot guilty, by reason of illegitimacy of the currently established government and its ensigns. I am not, nor do I choose to become, subject to your law. I stand judged as innocent by natural law, insomuch as I have not caused harm to another human in aggression, damaged or stolen property, nor unnecessarily restricted the liberty of any other person. I recognize no other responsibility to my fellow man,\u201d Joshua said calmly. \n\n> \u201cBe that as it may, Mr. Claiborne, we are not here under the auspices of \u201cnatural law\u201d but rather, under the Council mandated authority of the Consensus and its Magisterial Ministry, of which I am a part and I assure you, you are subject to,\u201d\n\nThe woman intoned, her expression one of almost sheer boredom.\n\n> \u201cCourt finds the defendant guilty and remands the subject for immediate judicial murder.\u201d\n\nThe magistrate raised its arm and brought it down on the bench with a solid thud, that echoed through the court. Joshua felt his heart sink as the Reapers reentered the court and moved up to surround him. \n\n## Look for the upvote button below. If you liked the post, upvote and share! If you're not on Steemit yet, why not? You get free money for signing up! ##", @@ -2124,7 +2124,7 @@ ], "author": "mevilkingdom", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.06, "beneficiaries": [], "blacklists": [], "body": "## Hi Steemians! The greatest thing about being a collector is that people always know what to buy for your birthday. Not perfume or cookware, but always things you love!\n\nHere are some pictures of what I received the last couple of times.\n\n----\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC01422.JPG)
    \n\nThese are all the gifts I received for my birthday this year. I got some cool dolls, chocolates, care bears, my little ponies and even a puzzle. What a lovely 27th birthday!\n\n___\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC09982.JPG)
    \n\nChristmas is only once a year, good thing for my family! Lots of dolls and some ponies. You can tell everyone is really supportive of my hobby.\n___\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05838.JPG)
    \nThis is what **Sinterklaas** (he brings gifts on the 6th of December) brought me. Did you know I also collect Lego to some extent?\n___\n\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05066.JPG)
    \nGifts from **Disneyland Paris**\n___\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05622.JPG)
    \nEven more **Disneyland** gifts, this time for Christmas 2 years ago. Those cookies are just **THE BEST**!\nNot to mention that they're Mickey-shaped.\n\n___\n\nThank you very much for looking at my pictures! Don't forget to **follow me** for more pictures!\n\n\n---- \n\n### Who is Mande Walschot?\n\n> Mande Walschot resides in Belgium and currently owns over 1,350 boxed My Little Ponies, around 500 boxed dolls, 52 polly pockets, 25 plush care bears, 30 Tsum Tsums, about 3,000 Pok\u00e9mon cards, around 200 comic books and lots of stuffed toys! [Gemr spotlight collection](https://blogadmin.gemr.com/blog/collector-spotlight-mande-walschot/)\n\nAlso seen on [national television](http://ringtv.be/nieuws/mande-uit-halle-heeft-grootste-poppenverzameling-uit-regio) and [newspapers](http://www.hln.be/regio/nieuws-uit-halle/mande-leeft-samen-met-1-357-pony-s-a2797213/).\n\n\nSister of @steve-walschot, the creator of SteemPay.io and vouched Steem applications developer and girlfriend of game-enthusiast @herrlonnie.", @@ -2452,7 +2452,7 @@ ], "author": "eneismijmich", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 62.59, "beneficiaries": [], "blacklists": [], "body": "You must have heard that life is a journey, not a destination. This is the big truth that we, repeatedly, understand superficially. Often we are so focused on the goal, that we completely forget to enjoy the path.\n\nhttps://puu.sh/rbX2i/70e07ec186.png\n\nWhen we achieve the goal, we forget to enjoy it and immediately create a new goal. That is not life, this is racing with life. I am certain that you will not be happy, bur rather tired. Soul searches for the experience, while the mind and ego give signs if something is good or bad for us. Soul is completely indifferent. For the soul, every experience means celebration, while you are maybe crying because of the mind, to whom literally a lot of things does not make sense. \n\nThe same applies to the transformation called *death*. We celebrate resurrection as the greatest symbol of life, and then we are crying in the moment of someone's death. The mind is strange, isn't it?\n\nhttps://puu.sh/rbX1U/3cc83557c6.png\n\nRelax. It doesn't matter where you are in your level of expansion, you can't miss the road to home. While you are breathing, you are on the right track. Try to accept this moment as a moment in which there is no goal, and there is no end. The game never ends. This is excellent news. We came here to play, not to win. The game ends with victory, and God's Child in us still wants to play.\n\nOne beautiful wisdom reminds us: *\"Everything will be fine. If it isn't fine, then it isn't the end.\"* You always have the chance for new choices. This is very important to understand. You shouldn't hate the process just because you are not on your imaginary goal. You trust the process. You are exactly where your soul wants you to be. Don't let your mind tell you any different. \n\nhttps://puu.sh/rbXjG/ea493b7d14.png\n\nEverything is always a matter of the focus on things you have instead of the things you are missing. Today, again you are taking for granted the things that once were a goal. You forget to enjoy. Time is only an illusion of the mind. What if that is the point that you current process wants to teach you? If time is illusion, and it is, what's the hurry?\n\nhttps://puu.sh/rbWSn/313549d802.png\n\nTake a deep breath in and out. Experience life in the breath. The only goal is hiding in the breath of life. Everything is good, just the way it is. Don't forget that nothing ever happens without the God's blessing. Don't forget that you are guided. And, the most important, don't forget that we would most certainly go wrong if we'd try to determine what is the best time for us. The one who sees the big picture knows where you're headed and where you want to arrive.\n\nhttps://puu.sh/rbWLA/86e34b50b7.png\n\nTrust the process. It is the true test of our faith and wisdom. And enjoy. Without it nothing makes sense, right?\nThe sentence that many repeat in the end of the road: *\"I should've enjoyed more!\"*\n\nAll our life is a mere blink of an eye in the eternity. It is too small for such amount of worry. The life is not a serious thing, just the opposite. Life is the experience game. The point is not in the destination. The journey is our only destination. Isn't it then wiser to enjoy right away?\n\nhttps://puu.sh/rbX8F/2ea42f6dc9.png\n\n*\"Success isn't measured by money or material things.*\n*Success is measured by the amount of joy you feel.\"*\n\nFor more awesome images check this guy: [Psychedelic Maniac](thepsychedelicmaniac.tumblr.com)", @@ -2591,7 +2591,7 @@ ], "author": "gavicrane", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 55.5, "beneficiaries": [], "blacklists": [], "body": "https://s11.postimg.io/b3prm8c8j/13658487_167145253714835_2120112308_n.jpg\n\"Reaping samurai\" ink and watercolor 2016---\nGood afternoon steemit, I've started a new sketch book that I've been using for my painting guides on here, so I thought I'd share some of my favorite images from my early 2016 sketch book. \n[[If any of these images are intresting and you have a question about them or would like me to do a guide on the effect, please let me know]]\n\n\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14349021_10202094280675368_232067415_n.jpg?oh=1dc9b910b80dec4563998a4e09207e9b&oe=57DDB98C\n\"Mua'chai\" watercolor 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14348940_10202094280435362_714766386_n.jpg?oh=67cad0f5c19e532122ac4f07701a47f4&oe=57DC87AC\n\"Demon school girl self defense technique #1\" watercolor 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14349044_10202094279475338_1919828752_n.jpg?oh=3b32c5a87fac888a585dd6178f6063be&oe=57DD972B\n\"Gunami\" watercolor and markers 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14341557_10202094279835347_1447452659_n.jpg?oh=07402d4729ca82c45ed60a91f612ff00&oe=57DC921D\n\"Nug\" watercolor 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14383452_10202094280075353_1948917659_n.jpg?oh=ea970142045f7f5556b2651183ff14dc&oe=57DDC720\n\"Gunmen roll\" markers 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14349101_10202094281475388_984093380_n.jpg?oh=2cc4c934936fc1a6f64e3083d1b46251&oe=57DCBA12\n\"Upskirt\" watercolor 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14383479_10202094281995401_180492323_n.jpg?oh=c473347749c230ef874bc7a86227abfa&oe=57DD964C\n\"Sushi\" ink 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14341654_10202094282595416_1956679206_n.jpg?oh=ae6b3d2eead014702651e8ac2992c76f&oe=57DCD933\n\"Sushi girl\" ink 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14383350_10202094283555440_1405254054_n.jpg?oh=d1fddd46cff58320a4db54553007f0f7&oe=57DCD84D\n\"4th type glow\" ink 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-12/14365268_10202094291035627_1939261453_n.jpg?oh=0c5ccf78315a810bf9e35141b8667fd9&oe=57DDD7EF\n\"Yellow night\" ink on acrylic 2016\nhttps://scontent-iad3-1.xx.fbcdn.net/v/t34.0-0/p280x280/14356025_10202094295955750_708260188_n.jpg?oh=8fd748ee5ce04f1b38e918680ef25476&oe=57DDD849\n\"Insufferable\" ink 2016", @@ -2663,7 +2663,7 @@ ], "author": "ayim", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 53.99, "beneficiaries": [], "blacklists": [], "body": "
    ![](http://svmassagetherapy.com/blog/wp-content/uploads/2014/11/slumpshoulder.jpg)
    \nHello Steemit, this might be something that can change your life. Muscle pain is inevitable, it can be an old injury, or just something that suddenly start irritating you and it will not stop. Having over worked muscles or your posture compromised causes a lot of kinks and knots in our body. Having deep tissue massage is great for alleviating pain. \n\n\n

    The benefits of have a deep tissue massage:

    \n* Increases blow flow in the body which causes healing to improve\n* Reduces inflammation\n* Loosen tight muscles cluster\n* Improve overall blood pressure \n* Breaks up scar tissue\n* Stress reliever. \n\n90 percent of the people who read this knows that massages are great. I'm an anomaly, I am not a fan of massages but I do believe in the benefits. I do help out the family when I was younger when they asked for massages and I have a natural talent for it. They were confused and would ask how did I know what to do to fix their back. it still remains a mystery til this day. There are many reason why people can't get massages because of the inconvenience, money, or unavailability which brings me to...\n\n

    Lacrosse ball

    \n![](http://d2ydh70d4b5xgv.cloudfront.net/images/7/7/mobilitas-mobility-peanut-the-original-double-lacrosse-ball-and-myofascial-1a1f82b10a664b959539aacdbdcf0a96.jpg)\n[Peanut Lacrosse ball](https://www.amazon.com/gp/product/B0140NJXY6/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B0140NJXY6&linkCode=as2&tag=lasted-20&linkId=1edab9bdbe3612327d257f4edd57cfb5)\n
    \nThis improve many of my family's lives when they started using it. My mother, dad, brother, and uncles all are a huge fan of these. The idea of lacrosse ball is to place it either on a wall and lean into or placed on the ground and lay on top of it to target stubborn pains and aches caused by tight muscles. It is used by many athletes but also adored by people that hate the idea of working out. The purpose (for example) is to place it somewhere on your back where it is the most uncomfortable and leave it there for around 20 - 30 seconds so that your muscle in that area would slowly release itself. What I personally do is to put 2 of these under my desk roll my feet with them. \n

    Foam roller

    \n![](https://images-na.ssl-images-amazon.com/images/I/71VxfEt9NtL._SL1500_.jpg)\n[Foam Roller](https://www.amazon.com/gp/product/B00KAEJ3V8/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00KAEJ3V8&linkCode=as2&tag=lasted-20&linkId=08ef65112539bb10114ba72a89ab1edd)
    \nThey are great for the overall body. Less intense as the lacrosse ball but they can improve your posture as you roll on top. Here you also do the same thing as the lacrosse ball you lay on top of it and find a tender spot and hold it there for around 20 - 30 seconds if you can and move to the next spot. I don't advise rolling the lower back since your spine is already curve in and your creating more of a sway back. This improve circulation on your thighs, side torso, chest, or any part of your body that can rest on top of this.\n\n

    Theracane

    \n![](https://images-na.ssl-images-amazon.com/images/I/31VpBRHxbUL.jpg)\n[Theracane](https://www.amazon.com/gp/product/B000PRMCJU/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B000PRMCJU&linkCode=as2&tag=lasted-20&linkId=e0fcdc173eac78ceda3dccef5b82dcaf)\n
    \n\nThis is the first thing I purchased when I had tense shoulders because I had a laptop bag which was a sling style bag. The uneven weight distribution caused intense pain and knots in my shoulder which I had no way of stretching it out. During that time I was a student living in the dorms. No car, not a lot of money, and it was super inconvenient to travel one hour to see a physical therapist for a massage. This was introduced to me by my brother who has knots majority of his life because he had bad posture. I gave it a go and it worked! This is great for people who are in a chair and can't just lay down on the floor suddenly like in an office setting. This can be used when reading something on your computer or anything that doesn't requires hands you can start using this to help reduce the pain on your shoulder and neck. \n\nThese three products I always use if I feel that my muscles are tight or overworked that particular day. They are always in hands reach and has improved my over knot issues. Have a great day Steemit, hope this helps!", @@ -2766,7 +2766,7 @@ ], "author": "gustavopasquini", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 56.39, "beneficiaries": [], "blacklists": [], "body": "https://gustavopasquini.files.wordpress.com/2016/09/untitled-design-24.png?w=1000\n\n> ### Traditional Brazilian Desserte to bring exquisite recipes to your fine dining table for special ocacsions.\n\n# INGREDIENTS\n\n> 2 bananas\n\n> 1 tablespoon melted margarine soup\n\n> 1/2 teaspoon brown sugar soup\n\n> 1/2 teaspoon ground cinnamon tea\n\n> 8 sheets of pasta for pastel\n\n> frying oil\n\n\n# PREPARATION\n\n### 1. Cut the banana into slices .\n\n### 2. in a bowl, mix with margarine, sugar and cinnamon .\n\n### 3. divide that filling in pastel masses and close with a fork .\n\n### 4. fry in hot oil, drain on absorbent paper and serve .\n\n-----------------------------------------------------------------------------------------------------------------------------------------------------------\n\n\nhttps://img1.steemit.com/0x0/http://gustavopasquini.com/wp-content/uploads/2016/07/2-1.png\n\n# About Me\n\n### In 2012 I began my cooking journey in Brasil and studied at \u201cSenac, Juiz de Fora\u201d, in Minas Gerais, developing my basic culinary techniques.\n\n### Later I worked in a local restaurant, and rose to a role in management, helping to increase the clientele base. I then discovered a refined bistro called \u201cAssunta\u201d in Minas Gerais and cooked as a Chef de parti. In this place I became sure of what I wanted for my life. Learning an important chef\u2019s culinary art at that time aroused my desire to live abroad; learn English and improve my culinary techniques.\n\n### Following this experience I traveled to Ireland in Europe and began working in an Irish restaurant as a Kitchen Porter and later working as a Chef de Parti.\n\n### Having met my girlfriend, I embarked on the third part of journey to Thailand in 2014 where I gained an Asian cooking experience and improved my International culinary techniques. In Bangkok I had the privilege of undertaking a course in one of the most prestigious international networks of French cuisine; \u201cLe Cordon Bleu\u201d.\n\n### Having completed the Advanced cooking level there I traveled to Italy and learnt more about Mediterranean cooking and then returned to Brasil, where I\u2019m now based.\n\nhttps://img1.steemit.com/0x0/https://gustavopasquini.files.wordpress.com/2016/01/logo_transparent.png?w=465\n\n-----------------------------------------------------------------------------------------------------------------------------------------------------------\n\n\n> ### [ Chef Recipes Site ](https://gustavopasquini.com)\n\n> ### [ Chef Recipes Shop ](https://gustavopasquini-shop.com)\n\n> ### [Blog Post ](https://gustavopasquini.wordpress.com/2016/09/15/pastel-of-banana-with-chocolate/)\n\n> ### [Recipe Site ](http://www.tudogostoso.com.br/receita/1660-pastel-de-banana.html)\n\n-----------------------------------------------------------------------------------------------------------------------------------------------------------", @@ -2901,7 +2901,7 @@ ], "author": "markrmorrisjr", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.26, "beneficiaries": [], "blacklists": [], "body": "## In this episode, a hot Aedapt girl helps Jack escape Killer giant Cockroaches! ##\n\n**Jake was peering through cracks between the plaster laths back into the room where they guard stood.** \n\n![enter image description here](https://s22.postimg.org/d4vifrmo1/Madison.jpg)\n***Missed an episode? Great more great reading for you [on my blog](https://steemit.com/@markrmorrisjr)! Be sure to follow me for awesome daily updates in your feed and leave me comments. I love comments!***\n\n\u201cNo, we\u2019re not that smart when we\u2019re under. We can really only do what we hear them telling us to do.\u201d Jake whispered, calmly as the big guard moved within inches of the wall, snorting. The guard turned, blasted a hole in the ceiling with his gun and charged back into the hall. \n\n*They heard him blasting the door of the next room open.*\n\n\u201cWe can\u2019t stay here. I\u2019m guessing you\u2019ve got this one on a signal blocker and there\u2019s not much time.\u201d \n\nThe girl turned and ran to a corner, where an iron hand rail rose up out of the floor in a curve. She disappeared through the floor and as Jack followed, he found a narrow, spiraling stair that led below. \n\nHe lost his footing and slid down the stairs, narrowly missing the girl. She stood in the room below, with ear to the door that led into the hall.\n\n![enter image description here](https://s16.postimg.org/90derv079/spiral_stair.jpg)\n\n*Jake followed close behind. The girl with the violet eyes opened the door and stepped out into the hall with the awakened Nosher right behind her and Jack bringing up the rear. Jack had no idea what to do next, but the girl seemed to be in her element, and willing to help.*\n\n**Hopefully, she was not leading them into more danger.** \n\nHe followed her past one door, and into the darkened room where they had first started. It was empty, which could only mean one thing. The Noshers who had recently occupied it were upstairs right now with the ugly guard. They were looking for Jack and the others and would soon head back down.\n\n\u201cShouldn\u2019t we just get out of here?\u201d Jack said. He stood with his back to the wall and the door opened a crack so that one eye could see down the hall toward the upper stairs.\n\n\u201cNot without these,\u201d the girl walked to where the guard had been and pointed up at the weapons, suspended above. She ran a hand along the doorframe, \u201cIt ought to be along here somewhere.\u201d She said.\n\n**\u201cWhat is?\u201d Jack hissed, shifting as her body pressed against his.** \n\nShe ran her hand along the top of the doorframe. He froze; she smelled good. It had been a long time since a girl had gotten this close to him, junior prom, in fact. He did not have a lot of time for dating with his work schedule. \n\n*To top it off, the smell of burnt fries that clung to him even after an hour in the shower was hardly an aphrodisiac.*\n\nThe girl put one hand on his chest and stood on tiptoe, pressing tight against him. \u201cOh, don\u2019t kid yourself; you just happened to be in my way.\u201d She laughed, scornfully, and pressed a hidden button at the top right corner of the door. Weapons rained down with a crash, and she quickly chose two handguns, handing one to Jack. \n\nShe pressed the button again, and the remaining weapons zipped back up into position. Jack had to grip the gun in his hand firmly to keep it from joining them.\n\n![enter image description here](https://s13.postimg.org/xp1l7jjyv/guns.jpg)\n\n**\u201cElectro magnet,\u201d she said and opened the door, moving out, weapon first.**\n\n\u201cI knew that,\u201d Jack said. He flattened himself against the hallway wall, like a TV detective. The magnet had occurred to him, but in his addled state, he had not really grasped the concept. Mostly he just did not like the idea of her being smarter than he was. \n\n\u201cKeep up\u201d he hissed to Jake, who had managed to grab a revolver.\nThe three moved quickly down the hall and turned toward the front door. The two roaches Jack had seen earlier, peered out from either side. \n\n**They had weapons leveled in his direction.**\n\n*The girl crouched and moved forward as if she were still a Nosher. It worked. Jack followed suit, and Jake did his best. His human consciousness was getting stronger by the minute.* \n\nHe had even started getting color back in his cheeks, and Jack was beginning to notice that the man seemed oddly familiar, the more human he became. \u201cCould be a side effect of this Nosher thinking,\" he guessed.\n\n\u201cThey're right behind us,\u201d the girl hissed to one of the roaches. \u201cBlast the next thing that comes down those stairs, you got me?\u201d \n\n**The bug clicked and hissed.** \n\n*Jack assumed it was a yes, because the two giant insects moved in and took up positions on either side of the hall.*\n\nJack bolted out the door and was relieved to see the Rabbit zip up just in time. Phineas sat behind the wheel, and the Things were nowhere in sight. Behind them, they heard the roaches open fire, and then a huge blast echoed down the hall. \n\n![enter image description here](https://s13.postimg.org/4klau8zdj/phin_rabbit.jpg)\n\nA gust of wind barreled out the door, raining cockroach guts over the three escaping figures. Jake stumbled, and Jack picked him up and shoved him into the back seat of the Rabbit.\n\nHe turned back to let the girl in, but she was gone. Phineas stood up on the running board, slapping the roof of the vehicle furiously. \u201cGet in the car! Let\u2019s go man!\u201d\n\n*By the time Jack had slid into the passenger seat, Phineas had the Rabbit patching out. They were up to top speed in a matter of seconds.*\n\n**\u201cFind a me a safe dime!\u201d Phineas yelled, standing as he worked the pedals and tried to see over the steering wheel at the same time.**\n\n\u201cWhat?\u201d Jack yelled over the whine of the engine.\n\n\u201cDime, a dimension, get us out of here.\u201d Phineas pleaded.\n\nJack opened the glove compartment and fiddled with the controls, but nothing happened.\n\n**\u201cDamn, guess I have to do everything, Phineas grumbled, \u201chere, take the wheel.\u201d** \n\n*The Leprechaun ducked under Jack\u2019s arms as he grabbed the steering wheel from his position in the passenger\u2019s seat.* \n\nPhineas leaned across the stick shift, his feet working the pedals as he started manipulating the glovebox controls. Jack\u2019s view through the windshield changed every few seconds. It was making steering from the passenger\u2019s seat even more of a challenge.\n\n*Meanwhile, Jake hunkered down in the back seat. From where Jack sat, he was not looking so good. He wondered how much time they had left.*\n\nJack swerved to miss a slow-moving vehicle that had just appeared as they shifted dimensions. Finally, Phineas settled for one that put them on a narrow two-lane country road. \n\nThe town disappeared, replaced by rows of fences. Phineas braked and turned off onto the shoulder of the road, rolling to a stop.\n\nJack\u2019s heartbeat slowly returned to normal. Meanwhile, Jake sounded like he was winding up in the back seat, his voice rolling into a high-pitched whine, perforated with short puffs of breath, like a woman in labor on a late-night sitcom.\n\n**\u201cYou okay, back there?\u201d Jack asked, climbing out onto the shoulder.** \n\nJake launched himself out of the back seat, landed face down in a shallow ditch, and promptly lost the entire contents of his stomach in a single \n\n\u201cralph\u201d.\n--------\n\nJack turned away, pulling his elbow up over his nose to avoid the horrendous smell of vomit. Meanwhile, Phineas dove around the hood of the car and into the ditch, pawing through the puke as if he was panning for gold. \n\n*A few seconds later, he came up for air, triumphantly holding the thumb drive.*\n\nHe stood, wiping his hands on Jake\u2019s jacket, and then looked at his watch. \u201cIt\u2019s past time,\u201d He said, pulling the transmitter from the man\u2019s neck. Jake lolled into the ditch; his eyes fluttered, and Phineas shoved Jack toward the driver\u2019s seat.\n\n**\u201cLet\u2019s go. We don\u2019t want to be here when they come to collect him.\u201d He said, climbing into the passenger\u2019s seat.**\n\n***Will Jake see the girl again? What about his Nosher friend, what becomes of him? Will they ever get the smell out of the ALICE? Stay tuned!***\n\n## Look for the upvote button below. If you liked the post, upvote and share! If you're not on Steemit yet, why not? You get free money for signing up! ##", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/_readme.txt new file mode 100644 index 00000000..fb511ea8 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/muted/_readme.txt @@ -0,0 +1,4 @@ +See ../_readme.txt for details +Lists grayed out posts ranked by pending payout. + +"sort": "muted" diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout.pat.json index 961f91a2..55861ac1 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout.pat.json @@ -1512,7 +1512,7 @@ ], "author": "infovore", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 68.05, "beneficiaries": [], "blacklists": [], "body": "I\u2019m ecstatic. It is with great pleasure that I welcome you guys to the ninth edition of SteemMag, a weekend digest for Steemians.\n\nhttps://s14.postimg.org/kkthwj1ox/FireShot_Screen_Capture__031____Magazine_\u2013_Steem.png\n\nEvery weekend, I take a look at some of the most important topics on Steemit and also reach out to top Steemians who have expert views on such topics.\nIn case you missed it, here are links to Issue [#1]( https://steemit.com/interview/@infovore/steemmag-steemit-s-weekend-digest-1-an-exclusive-interview-with-a-whale-and-this-week-on-steemit) , [#2]( https://steemit.com/steemmag/@infovore/steemmag-steemit-s-weekend-digest-2-an-exclusive-interview-with-a-whale-who-owns-a-bot-and-more-exciting-features-this-week-on) , [#3]( https://steemit.com/steemmag/@infovore/steemmag-steemit-s-weekend-digest-special-edition-3-a-focus-on-the-internal-market-system-plus-interesting-chats-with-some-top) , [#4]( https://steemit.com/steemmag/@infovore/steemmag-steemit-s-weekend-digest-4-the-fight-against-spam-and-the-reputation-score-a-look-at-both-sides-chats-with-a-hero-and-a) , [5](https://steemit.com/steemmag/@infovore/steemmag-steemit-s-weekend-digest-4-the-fight-against-spam-and-the-reputation-score-a-look-at-both-sides-chats-with-a-hero-and-a) and [#6](https://steemit.com/steemmag/@infovore/steemmag-steemit-s-weekend-digest-6-x-ray-on-a-pioneer-tag-chats-with-top-artists-on-steemit-a-new-mentorship-channel-steemmag), [#7]( https://steemit.com/steemmag/@infovore/steemmag-steemit-s-weekend-digest-mega-edition-7-falling-prices-and-superchargers-of-steem-chats-with-the-lazlo-of-steem) and [#8]( https://steemit.com/steemmag/@infovore/steemmag-steemit-s-weekend-digest-8-a-look-at-steemit-s-user-retention-rate-chats-with-an-analyst-project-leads-of-the-robinhood)\n\nThis week I will be taking a look, for the first time, a number of topics that have received lots of attention from Steemians. A number of posts by a co-founder and @steemitblog has spurred widespread discussions on **Curation efforts and Voting patterns**. Also, the issue of **\u201cID theft, harassment and plagiarism\u201d** was widely discussed. \nSteemMag in its usual manner reached out to a number of key Steemians who have in-depth knowledge of the issues and had chats with them\u2026. Really interesting chats\u2026. I had a great time getting everything ready.. I\u2019m sure you will enjoy it too.\nGet a cup of coffee and let\u2019s kick off the fun ride :)\n\n---\n**In page 1:**\nSteemMag had a chat with @riverhead \u2013 A whale who is also a witness and also the back-end moderator of Steemit.chat. A very nice guy I must say. We had a chat with him on topics ranging from how he joined Steemit, community participation and curation. I\u2019m sure you would enjoy hearing from him. \n I also had a chat with @firepower- who is the front-end Lead Moderator of Steemit.chat\n\n**In Page 2:**\nSteemMag had a chat with @anyx , The Lead of the Steemcleaners project\nWe also reached out to a number of steemians for our weekly Steemians Speak on an exciting topic that can bring some nostalgia. ;)\nAnd lots more\n---\n**SteemMag in Russian**\nIn addition to the ongoing translation of previous issues of SteemMag to chinese, @zaebars had the idea of translating previous issues of SteemMag and Official Steemit announcements to the Russian language. I believe this ongoing translation projects will help provide more language diversity on Steemit.... If you're interested in translating SteemMag to your native language. Please hit me on steemit.chat @infovore for further discussions.\n\nP.S [Here is the link to the Russian translation of steemMag](https://steemit.com/ru/@rusteemitblog/steemmag-ezhenedelnyi-stimit-daidzhest-8-perevod-stati-infovore) and [this](https://steemit.com/ru/@rusteemitblog/steemmag-ezhenedelnyi-stimit-daidzhest-8-2-perevod-stati-infovore)\n\n---\n\n

    A Chat With @riverhead

    \nhttps://s14.postimg.org/t0eh0af69/An_Exclusive_Interview_with__smooth.png\n\nSteemMag:\n**How did you get to know about steemit? And how has the journey been so far?**\n\n@riverhead:\n\nA friend of mine, who was involved early on, called me to tell me about really cool new crypto project. This was back in early April and I really liked the idea. A decentralized Buzzreditbook \u2013 how cool is that? Finally a blockchain project that wasn't trying to reinvent the financial world!\n\nSo far I've been having a blast with Steem and also the Steemit UI. Like any other large project there are good days and bad but the good days far outnumber the bad! I'm constantly amazed at the great people involved with the project. A quick look at steemtools.com is all it takes to see the deep pool of talent in and around the project.\n\n\nSM:\n**You are also a back-end moderator of steemit.chat. What are those things you've noticed so far?**\n\n@riverhead:\n\nThe biggest takeaway for me as moderator is just how little it takes for one person to get a channel completely fired up and turned into a troll-box. Thankfully we have a great team of levelheaded moderators that are helping to keep the peace!\n\nI have also been blown away by the people, such as Firepower, that have recognized the value of steemit.chat and have stepped up to do what they can to see it grow. Firepower has some great ideas and brings a lot of energy and optimism to the steemit.chat platform. Exciting times ahead!\n\n\n
    \n\nSM:\n**A number of Steemians complain of the platform not running as smooth as that of slack. What more functionality should Steemians look out for?**\n\nI completely agree with those that have noticed the relative sluggishness of Rocket Chat versus Slack. We have been scaling up server side hardware and software to try to address these issues. Slack and Rocket Chat provide similar services but are intended for different audiences. A few key differences to note:\n\n\u2013\tOn Slack we had around 1000 users compared to a little over 3000 on Rocket Chat.\n\n\u2013\tThe free Slack service has a global message history limit of 10000. With the volume of traffic we have now on Rocket Chat a message would only last a few seconds and Direct Messages just wouldn't be functional at all. To remove that limitation Slack charges $7 USD/account. Yes, $21,000 USD/month for a chat server at our current occupancy!\n\n\u2013\tSlack is designed for teams with external management structures and therefore does not have the depth of moderator tools we enjoy with Rocket Chat. There are almost no moderator controls at all in Slack. For Slack's intended audience this is fine but for a public community of this size it would be chaos. The most obvious omissions are channel specific moderators and the ability to assign commands based on account role (moderators can mute users for example).\n\n\u2013\tRocket Chat allows the community to own its own data and log files. The paid version of Slack has some of this functionality but a community is still more or less at the mercy of Slack's EULA.\n\n\u2013\tA specific example of a difference between a community owned service and a paid service: when a few Slack accounts were compromised and email/passwords changed there was a lengthy back and forth with Slack support which didn't really get anywhere. On Rocket Chat we could return the compromised accounts to their respective owners in a few minutes.\n\n\n\nSM:\n**As a whale, what do you look for in posts before voting?**\n\n@riverhead:\n**I've answered this question and gone back and deleted it about five times now. So let's try it again, this time with feeling.** The two biggest goals for my voting are to grow the platform and reward quality content creators. One thing to keep in mind is that as a large Steem Power holder my incentives lean much more toward long term success of the platform than rewards from curating.\n\nWhen I'm reviewing a post I try to determine first and foremost if it is original, or properly cited, content. Community projects like Curie, Steemcleaners, #steemitabuse-classic, etc. are great in assisting with this highest level filter. Next I try to determine if a post will be of interest to others \u2013 is this a link I'd send to friends even if it was on another platform?\n\nAlso important to me is if an author is putting out great content and no one has noticed. Inline with platform growth I have a strong incentive to get eyes on that person's work!\n\n
    \n\nSM:\n**There has been a recent rise in your curation efforts. How do you manage your daily activities and curation?**\n\n@riverhead:\nAren't open platforms great? There is no hiding on Steem! As mentioned above my primary goal is to grow value in the platform. Since I have no talent as writer, artist, or journalist this means curating content. A lot of content. Sadly there just aren't enough hours in the day to go through even half the content that's being generated! However I feel it needs to be done. To that end I have enlisted a good friend of mine, who also shares a lot of my values, to curate using my posting key. We are in constant communication and he's always trying to curate in a manner that fits the ethos I discussed above. He is his own person though so I suspect many will look with a raised eyebrow why one post got a vote and another did not. That's fine and all part of this great game!\n\n\nSM:\n**In which way do you think we can we a. Better distribute Steem power b. Improve the prices of Steem and SBD?**\n\n@riverhead:\n\nThis is an issue that will solve itself in time. A lot of the larger stakeholders seem to be idle from a curating perspective and also divesting their Steem Power and selling it. The net results in the short term is a lot of downward pressure on the price. Long term it means Steem will transition from a few early miners to users of the platform. \n\nThere are some that view whales powering down in a bad light. Naturally I am not in that camp but I can hardly claim an unbiased view. That said I do feel it is the best thing they can do to address the distribution issue. We cannot simultaneously want a flatter distribution of Steem and pressure people to not sell their stake. Personally I do not see the difference between one whale powering down a large stake or hundreds of people powering down a smaller stake. In my opinion the mechanic of the 104 week power down schedule levels the playing field from a dumping perspective.\n\nThe organic growth of Steemit, and by extension Steem, is exponential and effectively without bound. The downward pressure caused by my powering down is linear and has a very clear end point. The problem will solve itself so long as Steem is, and continues to be, a success.\n\nAs for the price of SBD I am quite happy with it priced around $1 USD/SBD. Like any stable coin it needs volume for the peg mechanisms to work. To generate volume a token needs some sort of utility. The interest rate on SBD is, again in my opinion, greatly overlooked by many. Also as the Steem platform grows in popularity so will the adoption of SBD by more services; much like the utility Bitcoin enjoys today as a payment token at many vendors.\n\n
    \n\n\nSM:\n**There have been a number of proposed features on the blockchain? What's your view on the recent 5 votes a day proposal? And powering down whales losing their voting powers?**\n\n\n@riverhead:\n\nFirst let\u2019s just clear up one big misconception: **The goal is not five votes per day nor is that what is being implemented.** It is akin to implying a $5 daily spending budget will only allow someone to buy 5 things. That \nwould only be true if everything cost $1. Want to buy five hundred items? Great \u2013 buy items that are worth $0.01. \n\nWant to vote more than five times per day? Great \u2013 don't vote 100% weight with every mouse click. This change creates incentives for users to better understand voting weights but more importantly makes it much easier to compete with the voting bots. Humans versus bots is the real battleground not whales versus dolphins versus minnows. There have been many great posts on steemit.com that do a much better job of explaining this than I can so I urge people to seek out those posts and educate yourselves.\n\nRemoving voting power from those powering down seems like a knee jerk reaction to a problem that will solve itself in time. I would rather see more focus on increasing demand for the Steem token than creating more barriers to exit. The 104 week power down schedule is sufficient in my opinion.\n\n\nSM:\n**Your personal message to Steemians and projects they should look out for?**\n\n@riverhead:\nWe are still in the twilight dawn of the Steem era and need to take a long view of things to come. There is great danger in band-aid quick fixes to seemingly unfair but temporary issues. Keep producing and curating quality content, spreading the word of Steem, and developing really cool tools and projects that enrich the ecosystem. The world will continue to come to us.\n\nIf I can leave you all with one parting message it is simply to be kind and respectful to one another. Steem is attracting people from all walks of life, religions, opinions, personal experiences, politics, and ambitions. It is simply not possible for everyone to agree with everyone else nor is it possible to beat people into our one world view. Accept gracefully that we will have and need diversity if we want this platform to reach its potential.\n\n---\n\nThanks @riverhead for the really insightful replies.. It\u2019s refreshing to read another perspective on the important issues affecting Steemians.\n\n---\nhttps://s12.postimg.org/4ijigtqcd/An_Exclusive_Interview.png\n\n

    A Chat with @firepower

    \n\nSteemMag:\n**What are some surprising activities you've noticed so far in the chat channels and what changes would you like to see?**\n\n@firepower:\nInitiatives that I'm part of such as RobinHoodWhale, SteemCleaners have all emerged from the discussions (public and private) on the platform. It was a surprise to see engagement at this level and the motivation amongst users of the platform to collaborate with a single mindset to bring positive changes we wanted to see on the site. I'd like to more users helping each other with the queries as the user participation grows here and lesser trolls and scammers.\n\nI'm currently putting together **\"Steemit Social\" \u2014 a community management team that in its initial stages will handle moderation of certain to-be-designated official channels for steemit related discussions here.** \n\nThat will help consolidate some of our efforts in increasing engagement and retention of good users on Steemit. Hopefully it will lead to more innovative initiatives on Steemit.com as people see the benefits of collaboration and JV on this Steemit.Chat platform and use it to further networking and great content creation. \nAlthough a fair bit of this has been achieved with a number of initiatives that we've seen on the site already but team building for Steemit Social is currently underway.\n\nSteemMag:\n**How are moderators for channels chosen?**\n\n@firepower:\nThere are several channels on Steemit Chat many of which are user created for personal reasons. I personally over see over 50 channels on a regular basis. \n\nFrom this vast number a dozen or so channels have been selected for moderation under Steemit Social initiative. The moderators for these channels are selected on the basis of their current participation on the channels. Those proven to be proactive, helpful, collaborative are considered (if they are willing to step up to the task of moderation) \n\nAlso in addition to this I will be selecting on basis of the time they can devote to moderation and a few other criteria. But they can and will be a mix of old timers and new users.\n\n---\n\nThanks @firepower for having a chat with SteemMag. We wish you all the best :)\n\n---\n\n**Check out page 2 for more awesome features you wouldn't want to miss :)**\n -->[Page 2](https://steemit.com/steemmag/@infovore/a-day-in-the-life-of-a-steemcleaner-steemians-speak-fondest-moment-on-steemit-this-week-on-steemit-steemmag-steemit-s-weekend)", @@ -3323,7 +3323,7 @@ ], "author": "ericvancewalton", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 70.47, "beneficiaries": [], "blacklists": [], "body": "Happiness is an empty\nrush hour train\nonly the scent \nof the past remains,\nstains of a crushed Cheeto\non a vacant seat,\na crumpled can of pop\nand graffiti covered shops\nthat rush by, unbroken\n\n![](http://i.giphy.com/YKTlviLgeXpbG.gif)\n\nHappiness is an empty\nrush hour train\na subtle sway \nto hush the pain\nas life\u2019s maelstrom\nbriefly slows its swirl\nthe fringes of my soul\nbegin an upward curl, a smile\n\nMuse strikes,\na welcome distraction\nfrom mortality\npulls me back from\nthe edge of never\nto maybe\u2026just wait and see\nplease spare me \nfrom obscurity\n\nHappiness is an empty\nrush hour train\nthe pause I prayed for\nspared me from being life\u2019s prey\nsweet muse diffuses the illusions,\nand I return to the conclusion\nthat I spell out the meaning\nof my existence,\none word at a time.\n\n\n---\n\nThe best compliment you can give is to share my work with others, either face-to-face or online. I appreciate all of your continued support!\n\nDid you miss today's episode of my serialized novel, Alarm Clock Dawn? If so [click here](https://steemit.com/story/@ericvancewalton/alarm-clock-dawn-an-original-novel-episode-24) to read it!", @@ -4689,7 +4689,7 @@ ], "author": "lobotony", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 59.16, "beneficiaries": [], "blacklists": [], "body": "\n

    Hello Steemians!

    \n

    This is the 2nd part of my story and trip to the north. My first stop was Iceland (Part 1). Further north I arrived in Greenland in the city Tassilaq, July 2009.

    \n

    \n


    \n

    Some facts: Greenland is the biggest island in the world!

    \n

    It is a politically autonomous part of Denmark and has the lowest population density in the world apart from the antarctic.

    \n

    Tassilaq is the greenlandic name for the city, Ammassalik the danish and it is located in the south-east of Greenland. Tassilaq means 'like a calm lake'  because it is located in a pretty quiet fjord.

    \n

    Tassilaq was like my headquarter or base. I made a couple of excursions as well as you can imagine :)

    \n

    Some impressions of Tassilaq and some images of my excursions. Hope you enjoy.

    \n


    \n

    The idyll is simply fabulous! 

    \n

    \n


    \n

    The even had a soccer field and I enjoyed watching them pretty much every day :) You can see it in the lower pat of the image.

    \n


    \n

    \n


    \n

    Tassilaq at twilight.

    \n

    \n


    \n

    These little friends had not much to do. Huskys are adorable and beautiful animals, I love them.

    \n

    \n


    \n

    But if you are in Greenland you have to do it: A dog-sled ride. It was awesome :)

    \n

    \n


    \n

    A different view on Tassilaq, from the distance. I was standing in a real flower carpet :)

    \n

    \n


    \n

    The harbor and a supply ship.

    \n

    \n


    \n

    The typical jerky, can be found next to the houses very often.

    \n

    \n


    \n

    And of course I went on a trip to see icebergs. A must :) We went in those little boats, you can see them in the lower part of the image.

    \n

    \n


    \n

    On our way to the icebergs...

    \n

    \n


    \n

    The colors, the landscape, the weather: A beautiful and breath taking mix.

    \n

    \n


    \n

    In the upper part, right side, you can see again the ice sheet, this part is always covered with ice!

    \n

    \n


    \n

    We are used to cars driving by our house. They have floes instead :)

    \n

    \n


    \n

    ... and finally some icbergs.

    \n

    \n

    \n

    \n


    \n

    This is probably my favourite image :)

    \n

    \n


    \n

    Stonehenge on ice ::))

    \n

    \n


    \n

    I hope you enjoyed this little insight into Greenland. I can only recommend to go there. It's an experience you'll never forget.

    \n

    Steem on!

    \n", @@ -6209,7 +6209,7 @@ ], "author": "lifeisawesome", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.43, "beneficiaries": [], "blacklists": [], "body": "You are what your friends are.\n\nhttps://cdn.pbrd.co/images/19tOaDNQT.jpg\n\nLet\u2019s be honest here. I firmly believe that the energy you give out, yet get back in life. It\u2019s karma in a sense, but I don\u2019t believe in this invisible force.\n\nOnly that if you give out trust, openness, honesty and much happiness to others, then likeminded people will gravitate towards you.\n\nYour life force is like an energy. If you surround yourself in that energy people that enjoy basking in that type of energy will gravitate towards it.\n\nThat\u2019s why I meet a ton of supremely open and trustworthy people.\n\nI absolutely repel narcissists. I used to be a magnet for them, but I know their deadly secret. I know what they don\u2019t want anyone else to know.\n\nDepth.\n\nhttps://cdn.pbrd.co/images/19v3xPBBM.jpg\n\nA narcissist will never be able to apologise, or accept their mistakes. Anything less and they see it as a competition for top dog. But a narcissist will be able to point out the mistakes of everyone they meet.\n\nI don\u2019t like people that don\u2019t let me venture into their depths.\n\nAnd they hate me.\n\nSo everything\u2019s good.\n\nSo the same can be said if you\u2019re negative. I know I keep saying it, but if you\u2019re a negative person you\u2019ll meet other people that will want to bask in that energy too.\n\nI used to be an overtly negative person.\n\nMy friends would laugh at my achievements, make me feel as if I wasn\u2019t worth much, or put me down in front of other people. They were no friends at all.\n\nhttps://cdn.pbrd.co/images/19ytSjj2e.jpg\n\nThey were nice to me in private though. Because there\u2019s no competition\n\nThey may appear to be a friend, but that\u2019s just for show. Truth be told they like looking better than you.\n\nBut the hard truth is:\n\nYou are beautiful.\n\nThere is amazing in there, somewhere.\n\nI know because I see it in my comments, some quite defiantly say,\n\n\u201cThere\u2019s no beautiful in me I think I never had it\u201d or something similar,\n\nYet perhaps you haven\u2019t met the right people yet to yank that the fuck out there for the world to see. Absolutely everyone has some sparkly awesome in them.\n\nI swear I haven\u2019t met a single person yet with no awesome that could be taken and sharpened to a fine point.\n\nhttps://cdn.pbrd.co/images/19zQKLn1k.jpg\n\nWhen my awesome started to surface every now and again I began to enjoy it. And it came to a point that I was mentally requesting my awesome daily to come out and play.\n\nUntil one day, it moved in with me.\n\nAnd this can be you too.\n\nIt all starts with you my friend.\n\nStart by leaving a nice message somewhere.\n\nYou guys are beautiful,\n\nThank you", @@ -8235,7 +8235,7 @@ ], "author": "calaber24p", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 68.93, "beneficiaries": [], "blacklists": [], "body": "

    The Evolution Of Virtual Economies And Their Future Global Impact On The World

    \n\nhttps://media.licdn.com/mpr/mpr/p/2/005/087/3c0/3e54334.jpg\n\nAnyone alive in the last twenty years has no doubt experienced the growth of the internet from a basic useful tool into a mammoth sized economic power that has thousands of use cases in our everyday life. However, had you been asked in the 90s if you thought the internet would evolve so rapidly and become such an integral part of our society\u2019s life, most would have scoffed. Many, even today, believe that the internet has stopped growing and most of the essential tools built for it have been created, but to me and others, who are taking notice of the innovation still happening in this space, it is clear this is just the beginning. I see the internet as a base layer of proof that virtual economies can exist and can work to provide livelihood to many around the world, but I see them evolving into something of a science fiction dream. I truly believe that within the next 100 years, we will have fully immersive, borderless and virtual economies that will dwarf the internet of today.\n\n

    Immersive Virtual Interconnectivity Between Humans And The Internet

    \n\nVirtual reality in the past few years has actually started to become a tangible reality that currently has some use cases, but the evolution of such systems will be the catalyst for a new paradigm in how we interact with the world and each other. The ultimate goal for virtual reality systems would be a system that provided the user immersive access to the internet directly to a point where their consciousness and the internet merge as one. Think of a matrix type of system that can be freely accessed from the comfort of your home, anywhere in the world. This complete immersion would quite literally create a second reality that one could live and interact with. Entire virtual worlds with access to all of our senses and feeling would be created to supply users with a boundless place to build only limited by creativity. With the creation and use of a device like this or something similar the following use cases would completely change the world into something unrecognizable to the people of today. Take in mind less extreme versions of this technology, without the merging of consciousnesses could also do the job, but im going to just assume the best case scenario for what could potentially be created. \n\nhttps://a2ua.com/ai/ai-001.jpg\n\n

    Massive Borderless Labor Markets

    \n\nThe first and largest change that would take place would simply be having access to a global labor marketplace with jobs and opportunities presented to people, regardless of where or what country they reside. If decentralized and free of regulation, these markets would have free market pay and ideology prevail. However there is another option which would be to treat various virtual worlds like different countries with options to create governments and provide regulation in those worlds. As an employer or employee you would be able to pick and choose where you wanted to run your business or work depending on which virtual world suited your needs. No longer would you be burdened by which country or area you choose to live in the real world, when a massive job market is accessible virtually in your house.\n\nThe way companies would change in response to this new technology would be immense. The most competitive companies would now have access to the entire labor market which would include the most efficient and smartest workers from all over the world, which they would pay accordingly. Business overhead would potentially be less expensive as well because companies wouldn\u2019t need to house workers during the day in physical buildings, but rather digital ones that could be purchased for cheap. Lower business costs would mean higher profitability which would better economic wellbeing for the employees and in return the global economy as a whole.\n\nhttp://www.hypergridbusiness.com/wp-content/uploads/2015/07/Matterport-VR.jpg\n\n

    Creation Of An Almost Completely Virtual Retail Economy

    \n\nIf we think about how much ecommerce has grown, and is still growing, since the inception of the internet, it is mind blowing. For many years ecommerce was a joke to people and most \u201ccritically acclaimed\u201d investors said it would never take off. Well, it did take off and now accounts for a giant portion of all international GDP. However, there is still something left to be desired with the online shopping experience that is available at in person retail stores. We as human beings still have a desire to touch, feel and most importantly try out products before we purchase them. With businesses that deal in products like clothing, perfume ect. we as consumers want to try the product before we buy it. With a completely virtual retail economy this could be achieved with virtual store fronts and the ability to try on a product before you buy it. Again, because of the lack of overhead for a small business running in one of the virtual worlds, the products would be less expensive and you know how they would fit when they were delivered to you in the real world. However, rather than just delivering you the product in the real world, you could be able to receive a copy in the virtual world as well. We already have a precedence set for virtual cosmetic items in MMORPGs and other multiplayer games. People will flock to the virtual retail economy because it provides them with a use case that is better than what we currently have.\n\n

    Virtual Real Estate Markets

    \n\nVirtual real estate markets also have a huge potential within the new virtual economies and worlds that will be created. Even though real estate would be able to be created relatively cheaply, storefronts, buildings and other locations that are considered prime real estate will be heavily demanded. There is a precedent set for this idea as well in an MMORPG called \u201cEntropia Universe\u201d , where one of the wealthier players purchased a space station and was able to make an income from it when other players would travel to new planets. Although completely virtual the property has had offers in the hundreds of thousands of dollars range. I foresee the same thing happening with real estate in the virtual worlds created, especially popular ones with millions of people accessing them. The idea of a virtual landlord would actually be feasible if someone was to purchase a lot of land and then rent it out. It would be like if each bitcoin created represented a plot of land and we were able to create buildings on that plot and rent it out. The possibilities with real estate are quite literally endless. Together with the creation of virtual worlds, the virtual real estate market would be massive.\n\nhttp://rebellion.nerdfitness.com/uploads/monthly_2016_04/57026c98a0b2e_Matrixchair.jpg.6fe1d4a62228cc05d0d4cf3348aaf616.jpg\n\nIn conclusion, many of the points I made here for a possible virtual economy might be seen as science fiction, which many of it is. However as we have seen with many technology before, technology inventions seem to stem from science fiction quite frequently. Who knows how different the world will be in 100 years. To put it in perspective, 100 years ago barely anyone was even using a radio, just think about what people 100 years in the future will be thinking about us. If my expectation for reality in the future does come true, I believe we will see what I have written about in the article take place.\n\n-Calaber24p", @@ -9069,7 +9069,7 @@ ], "author": "timsaid", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 64.69, "beneficiaries": [], "blacklists": [], "body": "\n
    \n

    Many things around us and with us happen we take for granted. We see, feel, taste, hear and smell unknowingly how it works. As we were children we called anything into question and now accept reality as it is. We lost the magic in all these wonderful things. This series addresses the wonder of natures and will bring its magic back to light. The second part of the Life Explorers - The Human Senses deals with the sense of hearing. We hear and feel sounds, when getting older we steadily lose the ability to hear things like music, that makes us happy. Hearing is important in our daily life, we need it for communication and it can even affect how we feel.    
    \n 

    \n

    To be able to understand why we hear we will investigate the nature and behavior of sounds, the human ear and the physical process behind hearing.    
    \n 

    \n

    Just like the eye needs visible light to see, the ear needs sound to hear. Both sound and light are waves by their nature. The main difference is that light is an electromagnetic wave whereby sound a longitudinal, mechanical wave. To further understand the mechanics of hearing we need to have a look into the physics behind it. What is a mechanical wave and what does longitudinal mean?
    Sound is created by a source that induces vibrations in a medium (air, water etc.). These sources are elastic materials, mostly solids, but also can be gases or liquids. By transferring the energy into the air particles the elastic material causes the molecules in the medium to get in motion. By moving the molecule forth it pushes a second molecule that gets in motion too. A chain reaction follows where the force is forwarded from the source through the molecules. You can imagine it this way:

    \n
    \n
    Fig.1 Illustration of a transversal sound wave. Credits: Dan Russell
    \n

    This is illustrating a longitudinal wave. Simply put, longitudinal means the particles are moving parallel to the wave. The opposite is a transverse wave, where the molecules move with a right angle to the wave.
    \n

    \n

    The first molecule, however, moves back and repeats until moving back into his equilibrium state. This state is a condition where no forces influence the particle and it remains motionless. The molecules that are pushed back and forth, create a wave of areas of high and low pressure called compressions and rarefactions. The air density is higher at the compression area, because more molecule are located their, while the rarefaction area has a lack of molecules and therefore has a lower air density. The figure below illustrates the areas of high and low pressure of a typical sound wave.

    \n
    \n
    Fig.2 Areas of air compression. Credits: Physics.info
    \n

    The absence of a medium renders it impossible to create a moving sound wave since there are no particles to pass the vibrations. R. BOYLES (1627- 1691) showed that this is the reason why we can\u2019t hear in outer space.

    \n

    Let\u2019s have a closer look at the sound waves
    \n

    \n

    Sound waves contain much information that is essential for distinguishing audible information. We will have a closer look at the basics of waves and how we can determine volume and pitch of a sound. Because waves occur periodically we will use the sine function to describe the sound waves. Sine functions are used whenever we want to describe something repeatable. The basic sine function is y(x) = sin (x) 

    \n
    \n
    Fig.3 Typical sine function.
    \n

    So far so good, the above function describes the basic sine function, but as I said above sound contains many information. We need to adjust our sine function in order to better describe a sound wave. Sound can be loud or quite for instance or have a high or low pitch. To mathematically describe the volume of a sound we introduce the amplitude A. The amplitude is half the distance between the maximum and minimum values of the function and is vertically stretching the graph. The higher the amplitude the louder the actual sound we hear. 

    \n

    y = A * sin (x) 

    \n
    \n
    Fig.3.1 Sine functions with different amplitudes.
    \n

    Another way to adjust the graph is by adding more or fewer cycles it completes in a certain time, the period B. The Period is stretching the graph horizontally and is responsible for the pitch. The less cycles the graph has the lower the pitch, therefore the pitch is higher with more cycles.

    \n

     y = A sin (B*x)

    \n
    \n
    Fig.3.2 Sine functions with different periods. 
    \n

    In the last Life Explorers article we learned that lights travels with around 3.000.000 m/s, this is both right and wrong. The speed depends on the medium it\u2019s traveling through. The following figure shows the speed of sound through different mediums in m/s

    \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n
    AluminumWaterAirHelium
    51101483344971
    \n


    \n

    Why is the speed of sound in aluminum higher than in air?

    \n

    As mentioned sound is created by a source of vibration. These vibrations, however, put molecules in motion by transferring energy from one molecule to another, a chain reaction happens. In solids, molecules have a rigid, fixed position and are packed very tightly. The air molecules are not rigid and have no fixed position. Transferring the energy from one molecule to another is easier in a solid than in a gas, since the next molecule is closer. This is the reason why sound waves move faster in solids. The greater the distance between sound source and hearer, the weaker is the sound wave, because of friction between the molecules the total energy is reducing.

    \n
    \n
    Fig.5 Conditions of aggregations. Credits: 2012books
    \n

    The human ear is capable of hearing frequencies between 20 Hz and 20.000 Hz. We saw that a small period causes a higher pitch and a high period a deeper pitch. The frequency tells us how many periods are made in a certain time. The higher the frequency the more periods are done. The following figure illustrates how the frequency and amplitude are affecting the sounds we hear.

    \n
    \n
    Fig.6 Relation between sound and wave. Credits: premedhq
    \n

    The frequency is given as f = 1/T. 20.000 Hz means 20.000 Periods are made in 1 second. Frequencies below 20 Hz are called infrasonic and above 20.000 Hz ultrasonic. Besides the having the right frequency we need to have the right loudness. The loudness depends on the amplitude and is measured in decibel. The lowest intensity the human ear can perceive is called threshold of hearing and is defined as 0 decibel. The intensity of sounds depends on:
    \n

    \n
      \n
    • The source of vibrations  
    • \n
    • The amplitude  
    • \n
    • The medium though which the sound travels    
    • \n
    • The distance between the source and observer
    • \n
    • Objects between the source and observer
    • \n
    • Interference  
      \n
    • \n
    \n

    Interference happens when two sound waves combine. We have two possible ways to combine waves: constructive and destructive interference. Constructive interference increases the amplitude, whereas destructive interference compensate the waves.

    \n
    \n
    Fig.6 Constructive and destructive interference. Credits: arnes
    \n

    Now that we know more about waves let\u2019s investigate how we hear and some sound phenomena
    \n

    \n

    To understand how hearing works we need to know the structure of the human ear. The ear has three parts: The outer, middle and the inner ear. Each with it\u2019s specific function.

    \n
    \n
    Fig.7 Structure of the human ear. Credits: yourarticlelibrary
    \n

    The outer ear

    \n

    The outer ear is the only visible part of the ear. It reaches till the Tympanum (Eardrum). The function of the pinna is similar to a funnel, it directs sound waves into the inner parts of the ear. Another main role is in adjusting the pressure. Within the inner ear the air is compressed and has a higher pressure than outside. The pinna is lowering this pressure difference and makes sure that sound is passed correctly and with less waste of energy. By collecting the sound vibration and directing them into the ear it helps us to decide where a sound comes from. It also functions as a protection to the sensitive inner parts of the ear. It produces earwax, also known as cerumen, which protects again insects, water and bacteria. This way it is assisting in keeping the ear canal clean.
    \n
    \n
    \nThe middle ear

    \n

    The middle ear begins with the Tympanum (Eardrum) and reaches to the cochlea (Inner ear). After the sounds waves are led by the pinna to the middle ear they hit the Tympanum which is a very thin diameter and make it vibrate. These vibrations are amplified in the middle ear and transferred to the ossicles, also known as the three middle ear bones: Malleus (Hammer), Incus (Anvil) and Stapes (Stiddrup). The last bones, the Stirrup is connected to membrane on the inner ear, called the oval windows.
    \n

    \n

    The inner ear

    \n

    This is the place where the actual hearing happens. It consists of the Cochlea, the organs of balance and nerves linked to the central auditory system and brain. The oval window is covering the Cochlea, which is filled with two fluids ( endolymph and perilymph). After the sound finds it's way into the inner ear it reaches the cochlea. Within the Cochlea is the organ of corti, which has tiny hairs. When the sound wave hits the eardrum it vibrates and these vibrations go to the middle ear bones. The Stirrup, the last bones, transfers these vibrations through the oval window and to the cochlea. The energy from these vibrations forces the fluid in the cochlea to move, in turn moving the hair in the organ of corti. The movement of these hair causes nerve impulses which are sent to the brain and finally are converted to what we hear.

    \n


    \n
    \n
    Fig.8 Section through the Organ of Corti. Credits: wikipedia
    \n

    Applying science in our daily lifes

    \n

    By observing the nature we can adapt and use the physics to our benefits. Following are some practical use of sound waves:

    \n

    Doppler Effect:

    \n

    The Doppler effect is named after the Austrian physicist Christian Doppler and describes a moving source of sound waves towards an observer. The observer perceives higher frequencies when the source if moving towards, and lower frequencies when moving away from the observer. A common example is the siren of police and ambulances. When approaching towards us we hear a higher \u201csound\u201d and when passing by it decreases in its frequency.
    \nThe reason behind this effect is in the development of sound waves. When the wave is originated it still has to travel to the observer. The nearer the source means a shorter period for a wave to hit our ears, and the higher the frequency.   

    \n
    \n
    Fig.9 Doppler Effect. Credits: school-for-champions
    \n

    Cymatics:  

    \n

    Cymatics are pretty cool! The Swiss Hans Jenny took a plate and put a thin layer of particles on it. The same works with a liquid or similar. Then he set the plates into oscillation and tried different frequencies. While it's best to just watch the video and be amazed, the basic idea is that different frequencies organize into different shapes. (Note: This video is not from Hans Jenny):

    \n

    <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Q3oItpVa9fs\" frameborder=\"0\" allowfullscreen></iframe>  
    \n  
    \n  
    \nSonography:

    \n

    Simply put Sonography uses ultrasound to display the internal body. Frequencies over 20.000 Hz are used in this method. Our tissues reflect these ultrasonic waves differently, depending on the density. Bones reflect the waves differently than muscles do. The echo of the tissue is recorded and processed to an image. 

    \n
    \n


    \n

    Author's Note:
    \nThe Life Explorer Series is a community magazine that brings together writers to post about a variety of topics. All topics and authors using the lifeexplorer tag or title are part of this group and have permission to post under the heading Life Explorer. If you would like to write with the Life Explorer series about a topic, reach out and get in chat contact with
    @timsaid to learn more.
    \n

    \n

    Make sure to catch all these Life Explorer authors:
    \n@prufarchy
    \n@yogi.artist
    \n@disofdis
    \n

    \n

    And if you've missed the previous edition, check out the first Life Explorer post:

    \n

    Life Explorers - The Human Senses Part I: Sight

    \n
    \n", @@ -10592,7 +10592,7 @@ ], "author": "fairytalelife", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.97, "beneficiaries": [], "blacklists": [], "body": "\n

    \n


    \n

    One of my greatest drawing feats was a total fluke.

    \n

    For years I had it in my head I was going to draw braids. From the influence of Rapunzel to my endless fascination with Laura Ingalls Wilder's Little House series, I drew and drew. But I could not figure out how to draw believable braids. You can fake it for only so long.

    \n

    When I was about 11, I had an epiphany. Whilst sprawled on top of my grandparents' bed in their magnificent house in Minnesota, it came to me. I don't know how, but I was drawing and decided to put a few interlocking lines together. I wasn't trying to draw braids per se - I had given that up. But braids I drew. And they looked like braids. Once I saw what I had done, I panicked. Would I remember how to do it again? I drew the same sequence of shapes again. Braids! It was like I had spent all my unconscious hours in my brain trying to figure out this braid pattern. Never having had long hair myself or any sisters, I had no one to practice on. My brain must have been putting it together piece by piece over the years, because this winter day was pivotal. If I could draw braids, what else could I do?

    \n

    And with that, please enjoy the first time I have done a braid drawing demo. 

    \n

    \n

    \n

    \n

    \n

    \n

    \n

    \n

    \n

    \n

    \n

    And that is how I did it then. I wonder if I have that first successful attempt locked away somewhere with childhood memories in boxes? Maybe one day I'll find it. 

    \n

    The funniest thing is that I remember exactly where I was when I figured out a drawing problem that evaded me for years. 

    \n

    It was the first time I began to really understand how practice pays off.

    \n

    \n


    \n

    Drawings \u00a9 Johanna Westerman 2016

    \n

    \n

    I so much wanted long hair when I was little - we twisted yarn into \"braids\" and those were my flowing locks. And I sit here with my hero grandpa.

    \n", @@ -11973,7 +11973,7 @@ ], "author": "jesta", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.31, "beneficiaries": [], "blacklists": [], "body": "The 0.3.5 update is primarily focused on a new post inspector, some minor tweaks and a few bug fixes. \n\nIf you're unfamiliar with [steemstats.com](https://steemstats.com), I'd recommend you check out the [rest of my blog posts](https://steemit.com/@jesta) to read through the evolution of this tool.\n\n## Improved Post Inspector\n\n![New Post Inspector](http://i.imgur.com/i14vq0K.png)\n\nThe new post inspector is designed in preparation for the upcoming vote changes (in steem 0.14.0) and helping understand the impact votes have on posts. The header is now the post's title (which if clicked, goes to the post), the author, the time posted, as well as a link to the post on steemd.com or steemdb.com.\n\nFor each vote, from left to right, you have the following information:\n\n- The calculated weight of the vote (the bold number), and below it, the vote weight percentage specified by the voter, and the total percentage of weight contributed to the post (in parentheses) .\n- The account who cast the vote and how long ago it was cast\n- The total reward shares contributed to the post by the voter\n- The current/estimated contribution to the author's post reward.\n- The current/estimated curation reward the voter will receive.\n\nThe current/estimated rewards currently only works for posts in the first payout period, but the post inspector now works from both the Recent Activity screen and the Posts screen.\n\n### Bug Fixes & Improvements\n\n- Fixed a bug on the curation stats reward that was displaying SBD.\n- Fixed an issue with comment payout calculations sometimes displaying incorrectly.\n- Removing a watched account now also resets the account followers/following tabs.\n- Fixed a few memory leaks (still more work needs to be done here)\n- Attempt at fixing the timezone problem. For those of you that experienced the time calculations being incorrect, please let me know if the post inspector's dates are now correct.\n- Added link on each post that leads to steemdb.com.\n- Added link on each user that leads to steemdb.com.\n- Added new operation types for 0.14.0 support next week.\n\n### Future of steemstats\n\nI've mentioned this before in a few of my other posts, but never in an update for steemstats itself. Currently I am evaluating the potential of merging steemstats.com and steemdb.com into a single website, focusing both on the realtime and historical aspects in the same tool. \n\nThis somewhat long process has caused me to halt the addition of new features on steemstats, until I fully evaluate if and how this would work. Over the past few weeks I've been actively learning and exploring react, evaluating it as a replacement for angular, which currently powers steemstats. I have also been expanding the APIs on steemdb for an integration regardless of the chosen direction.\n\nWe are currently in the 0.3.x series of steemstats, and 0.4.0 is going to be one of two things:\n\n- A feature rich version of steemstats that integrates the steemdb api endpoints currently being created\n- A brand new, open source version of steemstats and steemdb into a single application (steemdb will become an API)\n\nUnfortunately, 0.4.0 won't likely be ready until October at the very earliest, possibly even later in the year. I have a number of other things to do over the next 30-60 days that will shape the next 6-12 months of my life, much of it involving development on projects directly related to steem. This also means that news on the steemstats front will be going a bit quiet, except for critical fixes and maintenance. \n\nBut - if you have feature requests or bug reports, feel free to submit them. I keep track of it all. I love chatting about this stuff and it's a pleasure to work on a project that serves over a thousand steemians use each day ;)", @@ -13113,7 +13113,7 @@ ], "author": "sterlinluxan", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.29, "beneficiaries": [], "blacklists": [], "body": "https://i.ytimg.com/vi/-9p8atSEaBQ/sddefault.jpg\n

    The Paradigm Shift is Under Way;\u00a0\u00a0Anarchapulco Rising

    \n\nAnarchists are working\u00a0tirelessly\u00a0to alter\u00a0the course of history and save mankind from the fetters of its own creation. And they are winning. History is unfolding according to the aims of these freethinkers and contrarians. People are waking\u00a0up and questioning\u00a0government. They are becoming disobedient and beginning\u00a0to oppose their masters.\n\nThere is proof of this\u00a0paradigm shift.\n\nThe\u00a0Anarchapulco conference in Acapulco, Mexico is rising. It represents the culmination of all the\u00a0rabble rousing and truth-speaking currently under way. It is a result of this\u00a0choir of anarchists singing hymnals of truth and beckoning people into the light of freedom.\u00a0\n\n\"nathan-thumb\"\n

    Anarchapulco Highlights, Speakers, and Prices

    \n\nWhat is Anarchapulco?\n\nIt is an anarcho-capitalist\u00a0conference held in the last week in February, the 25th through 28th. \u00a0Jeff Berwick, the Dollarvigilante, masterminded and created the event to highlight anarchist ingenuity, compassion, and creativity.\n\nThe conference focuses on\u00a0how anarchists\u00a0are accomplishing their goals, what they are doing to unchain society, live\u00a0more freely, and abolish all government. It features some of the most prominent\u00a0and eloquent orators the anarchist movement has seen. It is world-changing.\n\nSpeakers include, Barry Cooper, Adam Kokesh, Derrick Broze, Roger Ver, Amanda Rachwitz, Larken Rose, Dayna Martin, Jeffery Tucker, Jeff Berwick, Max Igan, Josie Wales, Anarchy Girl, Mark Victor, Dan Dicks, Stephanie Murphy, and many more. I will be speaking as well, and it will be my first public appearance aside from my YouTube videos and writings.\n\nThere\u00a0are also \u00a0workshops and an Ayahuasca ceremony hosted by Barry Cooper called Ayahuascapulco. It should occur on the final evening of the conference. Jeff Berwick will be holding the Dollar Vigilante summit meeting as well. And when night falls, there will be a bacchanalia and other parties to celebrate life, liberty, and love. As an added bonus,\u00a0many of the vendors at the conference will be accepting bitcoin and possibly other cryptocurrencies.\n\nGrab your tickets\u00a0today at the Anarchapulco homepage. They\u00a0are 245 dollars, but students get a special discounted rate. Tickets are also available for the workshops and are on the same link posted above.\n\nI can't wait to meet\u00a0you.\n\nBrave the future! \u00a0Evacuate the State! \u00a0And watch this Anarchapulco informational video below:\n\nhttps://youtu.be/-9p8atSEaBQ\n
    \"You never change things by fighting the existing reality. To change something, build a new model that makes the existing model obsolete.\"
    \n\n
    \n\nMy name is Sterlin. Follow me @\u00a0Psychologic-Anarchist. I also run\u00a0the Psychologic-Anarchist Facebook\u00a0page\u00a0and produce many\u00a0YouTube videos. My interests lie in the intersection of counseling psychology and anarchism. I write about the depredations of psychiatry, and also the new philosophy of compassionate anarchism. We have a large community devoted to discussing psychology and relational voluntaryism.\n\n\"Me", @@ -15271,7 +15271,7 @@ ], "author": "dollarvigilante", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 68.46, "beneficiaries": [], "blacklists": [], "body": "
    https://dollarvigilante.com/wp-content/uploads/2016/09/Jubilee-Jolt-Dow-Down-400-Stocks-Smashed-In-Biggest-Drop-Since-Brexit.jpg
    \n\nIt was just two days ago that we wrote, \u201cGold Has Biggest One Day Rally Since Brexit as Elites Rush Into Gold\u201d.\n\nNow, to end the week, US stocks had their biggest drop since Brexit on Friday.\n\nThe Dow Jones Industrial Average fell 394.46 points, or 2.1%, to 18085.45, and the S&P 500 declined 2.45%, while the Nasdaq Composite lost 2.5%.\n\nMost pegged the blame on concern over a 0.25% rate hike by the Federal Reserve at their upcoming September 20th-21st meeting.\n\nFederal funds futures, which are used by traders to place bets on central bank policy, on Friday showed a 24% chance of a US interest-rate rise in September, compared with an 18% chance as of Thursday.\n\nEric Rosengren, President of the Federal Reserve Bank of Boston said Friday that \u201ca reasonable case can be made\u201d for raising interest rates to avoid overheating the economy.\n\nOf course, no one asks, \u201chow does an economy overheat\u201d? An economy isn\u2019t a cake. If an economy is \u201coverheating\u201d it would mean that trade is going well, profits are being made and capital accumulated. Why would one want to avoid \u201coverheating\u201d the economy?\n\nWell, the US and all other Western monetary systems are run by a communist-style central planning agency who deem it their task to manipulate interest rates and counterfeit money in response to the perceived \u201coverheating\u201d or \u201ccooling\u201d.\n\nIt\u2019s nonsense, of course, and the only shocking thing is that no one has taken the central bankers out into the town square and hung them yet.\n\nBut, in this communist-style system, ALL eyes and ears are focused on the politburo to see what the wise leaders have deemed is best for the rest of us plebs. And this is the case, yet again, as the market has jitters that a rate hike of 0.25% could destroy the entire worldwide economy, monetary and financial system\u2026 a state of affairs that could never have happened without central planning.\n\nEven more hilarious, is the fact that anyone could deem a system with nearly 50 million people on food stamps and nearly \u2153 of the entire public jobless as \u201coverheating\u201d.\n\nARE WE IN FOR A MASSIVE CRASH THIS JUBILEE YEAR?\n\nThe Jubilee Year ends on October 2nd. And, based on our analysis we said that 2016 would be highly volatile, there\u2019d be massive change and all the building blocks towards global government would be put into place.\n\nWe were right, straight off the bat when January was the worst opening month to a year for worldwide stock markets in history. Then, in June, with Brexit, we saw the continued fracturing of the EU (which we were the first to boldly predict on the end day of the Shemitah last year (\u201cEurozone Collapses, Borders Erected on Shemitah End Day\u201d).\n\nAnd the day after Brexit saw the worst one-day worldwide stock market drop in history. Exactly 7 years, 7 months, 7 weeks and 7 days since the Shemitah end-day crash in 2008.\n\nWe\u2019ve profited massively from our analysis, with the TDV newsletter\u2019s Premium portfolio up 200% from a year ago.\n\nOur positions in gold & silver have done very well since the very first day of 2016.\n\n
    https://dollarvigilante.com/wp-content/uploads/2016/09/Gold-One-Year-Chart.jpg
    \nSince the beginning of the year, gold has risen\u00a024.9% and silver has skyrocketed 37.1%.\n\nAnd bitcoin has also risen nearly 9% since the start of September.\n\n
    https://dollarvigilante.com/wp-content/uploads/2016/09/bitcoin-1-month-chart-The-Dollar-Vigilante.jpg
    \n\nBut the question is, will we see another massive crash by October 2nd, or soon after?\n\nThere is no way to know for sure, of course.\n\nBut I\u2019ve said for months now that I expect September/October to be a very volatile and dangerous time in the markets.\n\nOnly time will tell if that is the case or not. \u00a0We'll find out early next week if this drop on Friday carries through.\n\nBut, as we warned, be prepared for massive volatility and, potentially, a massive crash during this time period.\n\nMany of our subscribers have been enjoying all this volatility, while most others are living in fear on days like today. \u00a0Here is just one subscriber's comments from our private subscriber's only Facebook group with his gains from just today alone.\n\n
    https://dollarvigilante.com/wp-content/uploads/2016/09/Testimonials-18-The-Dollar-Vigilante.jpg
    \n\nTo join our group of worldwide vigilantes, many of whom are happy to help you with any questions you may have, click here.\n\nMost people are worried sick this weekend after Friday's market action. \u00a0But here at TDV we are all looking forward to Monday to see if the markets continue to drop in free fall.\n\nBut, even if it doesn't, we are positioned to profit from the volatility which we expect to continue throughout this fall. \u00a0This is not going to be a boring few months ahead!\n\nFollow along with us here at Steemit ( @dollarvigilante ) where Dollar Vigilante articles are posted first before anywhere else.\n\n
    https://img1.steemit.com/0x0/https://www.dollarvigilante.com/wp-content/uploads/2016/08/Jeff-Berwick-The-Dollar-Vigilante-Steemit-Bio-1024x221.jpg
    ", @@ -16574,7 +16574,7 @@ ], "author": "charleshosk", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 63.55, "beneficiaries": [], "blacklists": [], "body": "![Deus Ex](https://upload.wikimedia.org/wikipedia/commons/thumb/6/67/Medea_rappresentation_%282009%29_07.JPG/360px-Medea_rappresentation_%282009%29_07.JPG)\n\nI wanted to draft a brief update on IOHK's efforts on Ethereum Classic (ETC). We've had the opportunity to schedule more than three dozen meetings with developers, community managers and academic institutions. We've also managed to have several long discussions with several of the community groups supporting ETC to get a better sense of commitments, goals and philosophy. \n\nOverall, it's been a really fun experience getting to know a completely decentralized philosophical movement. It's also been illuminating to parse the challenges ahead for the fragile movement as it charts its own path forward. I'll break the report down into what we learned and what we are going to do. \n\n**What We Learned**\n\nCarlo Vicari and I have been trying to map out the total ETC community and also get some metadata about who they are (vocation, age, geography, interests...) so we can better understand the core constituencies. We will publish some preliminary stats sometime next week, but as a rough summary there are currently several meetup groups, a telegram group, a reddit, several Chinese specific hubs, a slack with over 1,000 members and a few other lingering groups. \n\nDaily activity is growing and there is interest in more formal structure. With respect to developers, there are about a dozen people with development skills and knowledge of the EVM and solidity in the developer channel. They have been holding pretty deep discussions about potential directions and roadmaps. The biggest topics are currently pivoting consensus to PoW without the difficult bomb, new monetary policy and also safer smart contracts. \n\nThere is also interest in forming a pool of capital to pay for development efforts ranging from core infrastructure to DApps on top of the system. I haven't taken a position on this effort because we still need to address some governance and legal questions. Regardless of whether this pool materializes, IOHK's commitment of three full time developers will be funded solely by IOHK. \n\n![Democles](https://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Damocles-WestallPC20080120-8842A.jpg/470px-Damocles-WestallPC20080120-8842A.jpg)\n\nIt seems that the price and trading volume of ETC has held relatively stable despite the virtual sword of damocles that is the DAO hacker and RHG funds. It seems that there is enough community interest in ETC to keep liquidity. I do think there will be tremendous volatility ahead and it's going to be impossible to predict when black swans are going to land in our laps, but I suppose that's what makes it fun?\n\n**IOHK's Commitment**\n\nAfter the initial conversations and analysis, we have determined the following serious deficits with ETC:\n\n1. There isn't an official or reliable channel of information about the events of the ecosystem or commitments of various actors. This reality has lead to FUD, impersonations and attempts at market manipulation in the absence of clarity. \n\n2. The roadmap of ETC needs to include at a minimum an emphasis on safety, sustainability and stability. There is a strong desire amongst the ETC community members we had discussions with to focus on reliable, high assurance applications that run on a network with proven fundamentals. Effectively, this needs to be the antithesis of move fast and break things. \n\n3. There is a desire amongst several well capitalized actors to donate capital to a pool to fund the growth of ETC. This desire has been complicated by the lack of a clear governance structure that will avoid fraud or misuse of funds. Furthermore an open pool would allow funds to potentially become tainted by RHG or Dao hacker donating funds to it. While code is law covers the protocol level use of funds, it does not shield actors from the legal realities of their actions. It is unclear how these funds should be treated or if accepting them would constitute a crime. \n\n4. The media is uncertain how to report on ETC outside of a referential curiosity to ethereum itself . There needs to be a re-branding and media strategy to ensure new users enter the ecosystem with a clear understanding of what ETC is about and how it differs from ETH. \n\n5. Concepts like the replay attack and also new potential technology that could be adopted are not fully understood by ETC community members or general developers. There needs to be actors dedicated to education and explanation.\n\n6. The Ethereum Foundation owns the Ethereum trademark. Further use of this branding could provoke a trademark infringement lawsuit to companies using the Ethereum brand and name. This complicates the formation of a centralized governance entity or steering committee if it chooses to use ethereum classic as its name. It also complicates business commitments to building on the ETC chain. \n\nThere are likely more problems, but these seem to be the most pressing for the time being. They are also compounded by the decentralized nature of the movement, which seems to be a boon for resilience, but a curse for agility. Given this fact, IOHK obviously cannot move unilaterally to address all of these problems; however, we can chart a course and invite the community to follow where they deem reasonable. \n\nThus IOHK is in the process of doing the following:\n\n1. We have interviewed several community manager candidates and will make our final selection sometime next week. He or she will be responsible for assisting meetup group founders, managing social media channels, broadcasting accurate information, combating FUD, collecting feedback from the ETC community and dealing with media entities. My hope is this position will be defined by its interactions with the ETC community and give us a starting point for timely and credible information at the very least.\n\n2. IOHK is going to subsidize an educator to produce content on ETC ranging from the replay attack to new proposals suggested in various roadmaps. We have one candidate in mind and are finalizing the contract and duration of the relationship. All content will be released under a creative commons license and our hope is to again let this role be community driven. \n\n3. IOHK has had numerous discussions with academic partners about the consensus algorithm of ETC and also the smart contract model. We would like to see if the EVM can be improved to be more secure and that Typescript and Purescript could be used as ETC's smart contract languages representing both a functional and imperative approach to development that maps nicely onto the skillsets of existing developers. We are seeing what types of partnerships are possible in the next few months and will provide an update. \n\n4. We've also spent quite a bit of time looking at Smart contract languages on the horizon. There are some excellent ideas coming from [Synereo](https://www.synereo.com/whitepapers/synereo.pdf) and [Juno's Hopper](https://github.com/hopper-lang/hopper). IOHK has entered into a partnership with Kent University to begin an analysis of Transaction Languages used in cryptocurrencies. We will have a survey report available sometime in Q4 of 2016. This report will form the basis of our organization's understanding of the interplay of smart contracts in cryptocurrencies. Once available we will release it to the general public as a whitepaper. \n\n5. We have decided that [Scorex 2](https://github.com/ScorexFoundation/Scorex/tree/664d035d3a0f1b9580480cd29b15863e9b5cb654) will make a good base to build our ETC Main Client ([Read Alex's First Blog on It](http://chepurnoy.org/blog/2016/09/scorex-2-dot-0-a-full-node-view/)). The core is going through a massive refactoring that will be finished sometime this month. From this point, we will retain a scala specific team (our three developer commitment) to fork Scorex 2 and build a full ETC Node including a wallet with GUI. The architecture of Scorex should allow for much faster iterative improvements and also a great opportunity to test our new blockchain specific database [IODB](https://github.com/input-output-hk/iodb/blob/master/doc/authenticated_structures_and_database_layer.md) .\n\n6. With respect to the developer hires in particular, we have taken quite a few resumes already, but also want to make the process open to the general public. Our new community manager will post the job ad on the ETC reddit once he's been hired. I expect the first developer to be announced sometime in September. Quality scala developers with the requisite skills to make meaningful contributions to Ethereum are rare and require careful vetting. \n\n7. With respect to a technological steering committee to guide the roadmap process, we are proposing the formation of a federated group tentatively called the smart contract engineering taskforce (after the IETF). Ideally we could develop an RFC process to propose improvement proposals from the community without the need for a formal, centralized entity. We'd love to see this form as a DAO. There could be two tracks covering changes requiring forks and changes that are iterative in nature. We will start the discussion about this group sometime in early October. \n\n8. IOHK cannot resolve the trademark issue, but will make a commitment to not use the Ethereum brand or name in its repos or company assets. This said, we would like to see some form of bilateral resolution to this situation. It seems pyrrhic to seek trademark enforcement on a decentralized movement. We also understand the confusion this issue is causing the general public and developers. \n\nOverall, it's been a great two months and I look forward to the next few to see ETC continue to grow and become a strong, stable cryptocurrency. I'd like to thank the awesome community and all their help. I'd also like to thank the people who had enough patience to talk with Carlo and me despite the long meetings.\n\n======\nEdit: Special Shout out to the Ethereum Classic Russian Community: [https://ethclassic.ru/](https://ethclassic.ru/)", @@ -17934,7 +17934,7 @@ ], "author": "aizensou", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 62.0, "beneficiaries": [], "blacklists": [], "body": "Attention: This post has been written by @maryfromsochi\n

    I fell in love with Barcelona at first sight. And I got over  our break-up very hard. I noticed that almost everyone who visited Barcelona wants to go back to this city. I'm not an exception. Barcelona means incredible Gaudi\u0092s architecture, green parks on the Montjuic where you can find parrots instead of pigeons, it means beaches with endless sea and just a fantastic atmosphere, without which your inner peace seems impossible.

    \n

    \n

                               Today I want to tell you about the places you must visit in Barcelona.

    \n

                                                                                                                                                                                      

    \n

    Park Guell

    \n

    Everyone knows that one of the main attractions of Barcelona is the architecture of Antonio Gaudi, the brilliant and unusual artist who is completely different from his colleagues. His creations decorate Barcelona. There\u0092s even a separate park -  the Park Guell, which impresses with its scale and imagination.

    \n

    \n

    This park was initially conceived by the industrialist Guell as a good  business project. He was planning to sell houses in the park. But the local inhabitants decided that the portions of the land were too far from the center and no one wanted to buy the buildings. As a result, it was sold nothing but two houses which were bought by Guell and Gaudi. But, if they lived today, they would be amazed to the success of their own  project. Now there\u0092re long lines in the Park Guell and sometimes you have to buy tickets previously.

    \n

                                                                                                                                                                                     

    \n

    Sagrada Familia (Temple Expiatori de la Sagrada Familia)

    \n

    Construction of the park started in 1882 and at present time the process of building hasn\u0092t stopped yet.

    \n

    \n

    The Spanish Government estimates that it will have been completed only by 2026! This slowness is due to the fact that construction is carried out exclusively on the donations of parishioners. And the number of  parishioners is unbelievable. We lined up to the box office and stood there an hour and a half.  In the ticket booth we were  told that there were tickets only for day after tomorrow! But even if you do not get inside, you should just come to the famous temple and enjoy its grandeur. Having seen  it up close, I involuntarily opened my mouth and pulled out the sounds of delight! That was probably the most impressive sight in a long time.

    \n

                                                                                                                                                                                      

    \n

    Restaurant \u00ab7 Doors\u00bb (7 Portes)

    \n

    Here is everything that you need to try if you are in Barcelona: paella of seafood and excellent sangria.

    \n

    \n

    This restaurant has been working since 1836 and its visitors deserve a separate discussion. Che Guevara, Woody Allen, Marquez and other famous people dined here.

    \n

    \n

    You can sit right at the table where they were drinking wine. Prices, service and atmosphere - everything is fine. After a hot and tiring walk - that's all you need! Moreover, the prices of food are even cheaper than those in snack bars by the sea.

    \n

                                                                                                                                                                                      

    \n

    Boqueria Market

    \n

    It is the most famous and ancient market of Barcelona. It has existed since 1217. And you will find it anyway, even if you\u0092re not planning to visit it. It is located next to the main pedestrian Rambla. This market is quite expensive, but here you can find everything you can dream of: the famous ham, fresh oysters and mussels .. mmm ... For 1 euro you can buy fresh juice from papaya and coconut. And at the market entrance there\u0092s a window full of  cut fruit (they are sold with a fork)! In this market I spent more than one hour \u0085

    \n

    \n

                                                                                                                                                                                      

    \n

    Montjuic

    \n

    It\u0092s one of my favorite places I\u0092ve ever  visited. And I wouldn't mind  moving there. Montjuic - a mountain in Barcelona. There you can see the most famous fountain with color backlight, which attracts more and more tourists every evening. Just above the fountain - The National Art Museum of Catalonia (MNAC), and even higher - Montjuic treasure,its parks and the museum of the famous Catalan artist Joan Miro. This is the best museum I have ever visited in my life.

    \n

    \n

    And it is not because of the paintings, the reason is the building itself with its terrace, overlooking Barcelona. I want to live in this museum!!!!

    \n

    \n

    On Montjuic there are also several theaters, one of which is open and resembles a Greek one!

    \n

    \n

    In general, I can talk about this mountain endlessly! It is a delight!

    \n

                                                                                                                                                                                      

    \n

    In the next post I will tell you about the most interesting places outside of Barcelona: the mountain of Montserrat and the park Port Aventura. They stole my heart forever. )

    \n

    \n

                  And remember\u0085 travelling is the best of pleasures!                 

    \n\n\n___________________________________________________________________________\nAttention: This post has been written by @maryfromsochi\n\n@knozaki2015 features authors and artist to promote them and a diversity of content. \n@aizensou is helping with promoting new authors, so we can feature even more new authors!\n\nPlease note that translating software has been used for this post. The author is not a native English speaker.\n**The author will receive 100% of the STEEM Dollars from this post**\n\nDon't just follow me, follow the author as well, if you like this post @maryfromsochi", @@ -18991,7 +18991,7 @@ ], "author": "officialfuzzy", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 68.51, "beneficiaries": [], "blacklists": [], "body": "
    https://i.imgsafe.org/2fdd34ad55.png
    \n\n**Beyond Bitcoin hangouts enable everyone's voice to be heard--Steemit lets the community vote on our Top Guests!**\n---\nI have decided to extend this trial run for announcing hangouts in a way that gives everyone an incentive to promote our events and themselves, their projects and alliances that germinate in this very hangout community. So until further notice if you want to be covered in beyond bitcoin hangouts in any serious way, we will be asking for you to upvote this post, RSVP and give upvotes to other projects/topics you find valuable.\n\n**How to get Coverage of your Project: Leverage Your Community!**\n---\nPost to this and future Hangout Announcements telling us if you are going to be there and what project/topic you would like to cover with the Beyond Bitcoin Community. The highest voted project/topics at the start of the hangout every Friday @ 10am EST will be covered first, followed 2nd highest, 3rd highest...etc in sequence from highest to lowest.\n\n**How much time will we have?**\n---\nHangouts will be at least 45 minutes long, but depending on attendance and projects/topics to be covered may last up to 2 hours. Given this, we will try to be as flexible with guest speakers as possible, but will be forced to limit the number covered in any hangout to 5. This should enable us to at least let people speak/take questions for 25-30 minutes each.\n\n**Is *coverage* all I get?**\n---\nNo. You also get the opportunity to post links relevant to your projects, steemit posts/updates about your project and have those links posted to soundcloud and the steemit thread where the hangout is posted.\nWe might even be willing to promote good projects we cover on twitter and steemit!\n\n**Is any topic off Limits?**\n---\nYes. We reserve the right to learn from the newest trickster trolling steemit consistently searching for way to insert chaos into the equation and devise future strategies for negating these. Naturally if these efforts become ham-fisted attempts at shutting down free speech in honest conversations, the audience will hold us accountable.\nBut with that said....pretty much anything can be covered--even up to and including current events. However, I personally will only be voting up stories that touch the blockchain in some way shape or form and will be asking the community to downvote absolute Rubbish! ;)\n\n**How to Join**\n===\n## **Step 1:** [Download Mumble Here](http://www.mumble.com/mumble-download.php)\n## **Step 2:** https://www.youtube.com/watch?v=oQSilwOySU8\n## **Step 3:** \nhttps://img1.steemit.com/0x0/https://c3.staticflickr.com/8/7354/27300935122_5cd4c54644.jpg\n## **Step 4:**\n## **RSVP Below with the following details:**\n----\n### 1. Project/Topic Name/News Piece\n### 2. Relevant Steemit Tag?\n### 3. Appropriate links to share?\n### 4. Steemit and/or Mumble account name of Representative/Speaker\n### 5. How should we Introduce you/your project/your news coverage?\n### 6. Were you referred by someone to our hangouts? Do they have a steem account? If so post it here to give them part of the SBD earned from this thread!\n\n\n\n## Listen to last week's hangout:\n", @@ -20980,7 +20980,7 @@ ], "author": "dantheman", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 71.46, "beneficiaries": [], "blacklists": [], "body": "
    \n\nhttp://www.thedigeratilife.com/images/market-emotions-2.jpg\n
    \nSome people have suggested that we reduce the power down period to improve market liquidity. I have been thinking about the economics of this and wanted to share my thoughts. \n\n## Power Down Delay Slows Price Discovery \n\nPrice is the balance point between supply and demand at any given point in time. The Power Down restrictions have the impact of holding *Supply* off the market. Much of this *supply* wants to sell at today's price, but cannot. The reason it *wants to sell* is because those doing the selling have earned a *massive* profit in a short period of time. Their costs are next to nothing. They will continue to sell until the price falls low enough that it isn't worth selling. \n\nIf Steem Power were liquid, then the price would fall toward this equilibrium faster in a *race to the exits*. The people that dump first win (in the short term) and the rest lose (in the short term). There will always be a market value and the price will never go to 0 so long as there is at least one person who believes in the *potential value* of the platform. My experience with BitShares and dozens of other cryptocurrency projects is that nothing with any community behind it will fall to 0. Even simple Bitcoin clones that have been around for years and offer relatively little innovation with non-existent development teams (Doge, Peercoin, Namecoin) continue to be traded with $100K+ in daily volume with marketcap in the millions. \n\n## Power Down makes Cashout more Fair \n\nWith a power down system, everyone is forced to \"dollar-cost-average\" their selling over 2 years. This means that whales that might have cashed out $1M dollars at the height of the bubble were only able to cash out $50,000 at the high prices while they have watched their remaining Steem Power fall in value to $200,000. Their average \"cashout\" price will not be the height of the market, but the market average over 2 years. \n\nThis has pros and cons. In some sense it limits the ability of speculators to buy and sell over periods of a couple of months. Anyone speculating over more than a couple of days is paying a very large inflation tax. The loss of this speculative capital impacts the liquidity and potentially the price. We live in a world where traders want the ability to move to the next big thing and having capital tied up in the *last big thing* is a much riskier proposition. \n\n## Author Rewards\n\nAuthor Rewards are also designed to delay cashout by paying in Steem Dollars. You could sell immediately at a loss, or you could \"trust and wait\" and make more. As the price falls, the market value of the immediate author rewards also falls, but this is *OK*. Authors looking for a quick buck need to go elsewhere. Meanwhile, those who stay and work to grow the long-term value of the platform will gain in Steem Power. When the value of the platform finally grows as a result of years of effort they will be the new whales. \n\nYou may only get $10 worth of Steem Power for a post today. It might not even seem to be worth your time, but if you and others stick around and grow the value of the platform then one day your $10 will be worth $400 if we grow the platform to Bitcoin scale. If we grow to Facebook scale it will be worth $4000. \n\n## Starting a Company\nThose who start a company are paid in shares that are worthless. They cannot be sold on the market until one day in the distant future the company is successful and has an IPO. The present value of the shares isn't what the entrepreneurial employees care about, it is the future value. \n\nLikewise, a farmer who spends millions of dollars on land, equipment, and seeds works day in and day out in the hope that his farm will eventually produce a crop worth enough to justify his time and effort. The farmer is in the red clear up until the day he brings his harvest to market. \n\nDon't join Steemit for the quick buck. Be glad there is someone willing to pay such high prices for a stake in Steem today. Don't fear the fall in market value, look at the incredible amounts people are still earning. Don't look at what you have today, look at what you could have in the future. \n\nSteem is in the early adopter phase, those who work hard and help pull this platform forward will reap what they sow. \n\n\n## Changing the Power Down Period\n\nIf we were to reduce the Power Down period from 2 years to 1 year or even 6 months, this would dramatically increase the net present value of Steem Power while simultaneously increase the amount of liquid Steem on the market in the short term. The end result would be faster price discovery, but no one can say whether the new price will be higher or lower than the old price. \n\nSome people speculate that value that is 2+ years in the future is discounted to near 0 value today (especially in the world of cryptocurrency). This means that longer time horizons have diminishing marginal utility when it comes to encouraging voters to behave in the long-term best interest of the platform.\n\n## Emotional Response \n\nDespite all the logic in the world, humans have irrational feelings with respect to profit and loss. Slow steady growth *feels* much better than *rapid rise* followed by *slow steady decline* even if both curves end up at the same final value (long term growth). I for one prefer a slow steady rise, but that isn't possible until after the *rapid rise* has fully corrected and realigned. This will take time and won't happen until after fear, desperation, panic, and despondency set in.\n\nThose who know about this emotional roller coaster can ride the waves and maximize their profit, but most people give in to their irrational emotional side and buy high and sell low. My preference is to sell high and buy low. \n\nDon't let the market price set your opinion on the value of a platform, instead make rational buy / sell decisions that factor in both short-term trends and long-term value. This applies to any investment you might consider.", @@ -22571,7 +22571,7 @@ ], "author": "gavvet", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 72.8, "beneficiaries": [], "blacklists": [], "body": "I work as a data specialist for a large corporate. \n\nThis last couple of weeks I had my own Edward Snowden moment.\n-\nhttps://upload.wikimedia.org/wikipedia/commons/6/60/Edward_Snowden-2.jpg\nhttps://en.wikipedia.org/wiki/Edward_Snowden\n\n\nOur country recently had an election. Internet access in my country is expensive so if you offer people free internet access or wifi pretty much everyone will take you up on the offer so this company struck up a deal with the electoral commission to offer free wifi at all election voting stations\u2026 so that those who were waiting in line would be able to surf the web while waiting\u2026\n\nThat\u2019s really big of them\u2026.\n\n \u2026what\u2019s the catch?\n-\nWell you have to watch a two minute video from their sponsors\u2026\n\nThat sounds reasonable right? You stuck in a queue anyway right?\n\nSo they ask you to register\u2026 this is where it starts get a bit grey for me\u2026 after all you have just had to sit through a message from their sponsors and they made a cool $2 million profit for the day just from their sponsors by the way.\n\nSo the registration is to get your full names, email address etc. is taking it a bit far\u2026\n\nBut wait there is more\u2026\n-\nAs part of the registration you have to accept the terms and conditions\u2026.which we know nobody reads.\n\nIf anyone had read the T&C\u2019s they would have seen the clause wherein you accept and agree to allowing them to install a tracking pixel on your phone, which just by the way can\u2019t even be removed if you format the device.\n\nAt the same time that you agree to have the tracking pixel installed you also waive all your rights to protection of personal information and consent to alleviate yourself of all of the privacy rights the legislators have tried so hard to guarantee\u2026\n\nEssentially you give the company a signed blank check to anything and everything they deems fit to do with your data\u2026\n-\nSimply marvelous\u2026\n\nA sample of the data that is being collected came buy my desk\u2026 \n\nIt contains:\n>All your private details from the registration\nAll your device details\nGeolocation information\nYour web browsing activities\nSites visited \u2013 time on site etc.\nApp activity etc.\n\nThe company now wants to apply data science to categorize and classify you so that they can package you up as a product and sell you to their customers.\n-\n\nSo with you free wifi lunch at the voting booth you end up getting a little more than you bargained for. And the best\u2026 or worst\u2026 part about it all is everybody \u201clegally\u201d consented to it.\n1.2 Million devices were registered in one day\u2026. I prefer to use the terms \u201ccompromised\u201d or \u201cinfected\u201d\n\nI guess the question we need to start asking ourselves next time someone asks us to a free lunch is\u2026\n\nWould Edward Snowden be there? and what would he think?\n-", @@ -23697,7 +23697,7 @@ ], "author": "b0y2k", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 65.94, "beneficiaries": [], "blacklists": [], "body": "http://magmauk.com/images/steemit/compass/compassLogo2.png\n\nHi guys,\nsorry for the long break in updates but real life took over for a while and i have been swamped with work. Maybe one day I can sit back, relax and enjoy being a race team rider and manager haha. Maybe... but for now the day job keeps me afloat!\n\nOk so back to the real reason for this post. \n\n**The Compass cup 2016!**\n\nhttp://magmauk.com/images/steemit/compass/winnersCup.jpg\n\nThe compass cup is a once yearly event where all the local clubs from the ACU meet up and compete.\n\nAs all of our clubs are primarily schoolboy clubs the majority of the competitors range from 6-17 years old. \n\nEach year we beg and borrow for sponsorship so as the season is almost over for this year I thought I would give steemit the chance to step in and help the kids out. The club is completely non profit based and as such relys heavily on the good will of the parents and local companys. \n\nhttp://magmauk.com/images/steemit/compass/compass1.jpg\n\nI will still be running the Factory Steemit team for next season and I\u2019m making great progress, but as this is still in the planning stages I wanted to get something going right now! I have put aside my teams work for the next few weeks to help out on this. The race is October 21st so there is a lot to do in a short space of time!\n\nAll the people involved in this are doing this for free, they volunteer their time and energy for the club and for the kids. I think it would be great to give them something back for this effort. Oh and by the way... I'm not riding for the team and I\u2019m not involved in the day on race day! I'm doing this simply to help them out and to promote Steemit. Every single Steem $ from this post will be used and donated to the team.\n\nSo I would like to raise enough sponsorship to pay for the teams shirts and kit. Plus, I thought it would be great to get a big steemit banner made as well to really push the message across. There will be six clubs at race day from across the south east of England. The event will be covered online and also in local publications and newspapers, it's a great chance to promote steemit! :)\n\n\n\nFor anyone who didn\u2019t know my local club is Mid Sussex Motocross Club\nhttp://www.msmxc.co.uk\n\nhttp://magmauk.com/images/steemit/compass/compass2.jpg\n\nFor Mid Sussex Motocross Club there will be 35 team members and a manager representing us for the cup.\n\nThere are 5 riders in each class:\n\nClass | Age group\n------------ | -------------\nAutos | 6 \u2013 8 years\nJuniors | 7 \u2013 10 years\nSmall Wheel | 9 \u2013 12 years\nBig Wheel | 11 \u2013 15 years\nYouth Open | 14 \u2013 17 years\nAdult B | 35+\nAdult A | 17-34\n\n\nOnce/ if we get enough funding I will work on some designs for the kit and post them here to show you guys. All Steem $ earned in these posts will be passed on to the team. I will be doing all the design, ordering and running about for free. As with everyone who helps out at the club it is all voluntary.\n\nhttp://magmauk.com/images/steemit/compass/compass6.jpg\n\nFor these kids it\u2019s an amazing chance to get to ride and compete against the best the south of England has to offer. Their first chance to take on the best! Let\u2019s give them something to remember :)\n\nhttp://magmauk.com/images/steemit/compass/compass5.jpg\n\nAs Always a massive thank you to every single person who comments, follows and votes for my projects. You guys rock and i couldn't do it without you!\n\nhttp://magmauk.com/images/steemit/compass/compass3.jpg\n\nSo please steemit it would be a great start to the Factory Steemit project to be able to sponsor the team event! \nLet\u2019s do this :)\n\nhttp://magmauk.com/images/steemit/compass/compass4.jpg\n\nP.S. \nThe competition shirts.\nhttps://steemit.com/motocross/@b0y2k/steemit-factory-racing-custom-shirt-giveaway-the-redraw-results\nThe shirts from the previous competition are in the printing process now. I will be doing a seperate update about them shortly which will include all the details of the company I am using if anyone wished to check up on myself or my transparency.\n\n**Have a great weekend guys!**", @@ -24308,7 +24308,7 @@ ], "author": "sigmajin", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 61.43, "beneficiaries": [], "blacklists": [], "body": "People often notice the many similarities between me and Jesus. Today, I will attempt to explain the voting power changes coming on the 13th in a parable, just like Jesus would. \n\nGoing into this, I\u200b want to correct an error in my earlier post on the subject. In my earlier post, I misunderstood some graphs on the white paper and assumed that the vote target was a \"sweet spot\" and that going above or below it would result in a penalty to voting power. This, in fact, is not true. You are only penalized for casting too few votes, not for casting too many. If you cast more than the target number of votes, your decreased voting power will be entirely offset by your increased number of actual votes. \n\nYou can read some of the discussion that led to this post [here](https://steemit.com/steem-help/@biophil/announcement-all-votes-will-be-up-to-8-times-more-powerful-in-new-hard-fork) and [here](https://steemit.com/steem/@sigmajin/what-every-user-should-know-about-the-upcoming-change-in-voting)\n\n##
    **The 5 Curating Brothers**
    \nImagine for a moment that there are 5 brothers. These five brothers do all of the curating on steemit. They all have the same amount of steem power. In this theoretical steemit system, the total daily reward pool is $8,500.\n
    http://www.msnbc.com/sites/msnbc/files/styles/ratio--3-2--830x553/public/articles/155658114.jpg
    \n* **Andy** devotes the most time to his curating duties. He casts the target 40 votes per day.\n\n* **Ben** is not as good as Andy at managing his time and his votes, but he still tries. He casts 30 votes a day.\n\n* **Carl** doesn't have very much time to delegate to curating. He casts 20 votes a day\n\n* **David** Has even less time. He casts 10 votes a day.\n\n* **Frank** barely has any time to devote to curation, he casts 5 votes a day.\n\nIn total, 85 votes are cast every day to award $8500. Each vote, therefore, is worth $100.\n\n#
    Brothers Vote Value At the 40 Vote per Day Target
    \nX | votes cast per day | Median Vote strength | Adjusted Votes Per Day| total value cast per day\n------------ | ------------- | ------------- | ------------- | -------------\nAndy | 40 | 1 |40 | $4000\nBen | 30| 1 | 30 | $3000\nCarl | 20 | 1 |20 | $2000\nDavid | 10 | 1 |10 | $1000\nFrank | 5 | 1 | 5| $500\n**Total** | **85** | **1** | **85** |**$8500**\n\nNote that, for a fixed amount of steem power and reward pool, Andy is unique in that he cannot earn more money by voting more. He wouldn't lose money, but the change to his voting power would make any vote above 40 a wipe. He actually _can_ lose money by clumping his votes. Ideally, at 40 votes, he should be able to cast every single one of his 40 votes at 100% power by spacing his votes at 36-minute intervals through the day. If there was a super-Andy who cast 80 votes per day, his adjusted vote value would be the same as Andy's, because he would be unable to cast his full 80 votes and also wait long enough to cast them all at 100%.\n\n#
    Brothers Vote Value at the 5 vote per day target
    \nX | votes cast per day |Median Vote Value | Adjusted | total value cast per day\n------------ | ------------- | ------------- | ------------- | -------------\nAndy | 40 | .125 | 5 |$1700\nBen | 30| .166 | 5| $1700\nCarl | 20 | .25 | 5 |$1700\nDavid | 10 | .50 |5 | $1700\nFrank | 5 | 1 |5 |$1700\n**Total** | **85** | **.29** | **25**|**$8500**\n\nNotice that, because they are above the vote target, Andy, Ben, Carl, and David all have median vote values below 1.0 Just like Super Andy in the previous example, the \"extra\" votes that they cast above the target threshold attenuate their voting power. Andy could bring his voting down to 5/day (just like frank) and be able to cast 100% votes, but it wouldn't really make a difference. He is not being penalized for casting too many votes.\n\nNote here that the monetary value of a single 100% vote did go up. \n
    \nTo begin with, it was \n
    \n` 8500 / 85 =100 `\n\nAfter the target change, it is \n\n` 8500 /25 = $340 `\n
    \nIn this particular case, it went up just over 200%. However, this increase was insufficient to make up for the 87% decrease in the number of votes that could be cast. The farther away each brother was from actually casting the maximum number of votes, the less his average influence was effected.\n\nTo use shennanigator's model, if you could cast 40 100% votes per day worth 10 cents each before the change, after the change you would be able to cast 5 100% votes worth 34 cents after the change.\n\nHere are the before and after numbers for the total $ influence exerted by the brothers.\nx | 40 vote target | 5 vote target | % gain/loss\n------------ | ------------- | -------------| -------------\nAndy | $4000 |$1700 |-57.5%\nBen | $3000 |$1700 |-10%\nCarl | $2000 |$1700 | -15%\nDavid| $1000 |$1700 | +70%\nFrank | $500 |$1700 | +240%\n\n# Lowering the Bar Does not Improve Participation(it just improves how many get over the bar)\n\nBiophil wrote in my previous thread\n> It just depends on total voter participation; if participation goes up (a good thing), the increase won't be 8x. If it goes down (a bad thing), the increase will actually be more than 8x. It's very difficult to predict.\n\nThis is somewhat misleading. Imagine a classroom with 40 students in it. At the end of the year, 4 students are scheduled to be awarded a certificate for perfect attendance. On the very last day, the principal comes into the classroom and announces that, in addition to the 4 students who actually have perfect attendance, 10 students who have been absent 2 days or less will also get the certificate. \n
    \nhttps://anticap.files.wordpress.com/2011/08/lowering-the-bar.jpg\n
    \nBy doing this, the principal has not, in fact, increased attendance. He has merely increased the superficial appearance of attendance by rewarding imperfect attendance the same way he rewards perfect attendance. In the same sense, the 5-day target does not increase participation. It merely gives the same reward to lower participation as it does to higher.\n\nIn fact, it disincentivizes high participation. In the new system, there is less reason for andy to take the time to read and vote on 40 posts. He can still do so, but why should he? He can be like frank, put in much less work, and get the same level of influence.\n\n# I heard the new voting target is helping fight bots... how is it doing that?\n\nIt's really not. At least, not directly. It does hurt bots (because most bots are Andys, though I would argue that most Andys are not bots). Basically, if you're a high power frank, this new target helps you at the expense of _all_ andy's, bots included. When we say this decreases the influence of bots, what we really mean is that it decreases the influence of _all_ very active curators.\n#
    Which brother are you?
    \nIf you look at the charts above, it becomes clear that there are two factors that influence how the change to a 5 vote target will affect each individual voter.\n\n1. How close are you to optimal voting right now? If you're an andy or a ben, you're probably going to see a decrease in influence.\n2. How close is everybody else? If you're currently a more optimal voter than average, this will definitely hurt you. If you're a less optimal voter, this will definitely help you. \n
    \n
    \nIn a world where every poster was an andy, this change would have precisely the type of cosmetic effect @shenanigator and others have described. If everyone on steemit were a Frank or a Dave, and there were only a few Andy's, this vote would decrease the voting power of the andy's significantly.\n\nAt the end of the day, what you need to take away from this and my other post on the topic is that this change is not cosmetic, or a \"bug fix\", or a way to give users two dollar bills for 8 quarters. It is a very real re-distribution of influence with very real consequences to active curators. We should look long and hard at the effects of this redistribution when it happens, because its very possible that some of the best curators here will, to coin a phrase, get Franked in the Andy.", @@ -25915,7 +25915,7 @@ ], "author": "ericvancewalton", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 70.47, "beneficiaries": [], "blacklists": [], "body": "In [yesterday\u2019s episode]( https://steemit.com/story/@ericvancewalton/4ziyjc-alarm-clock-dawn-an-original-novel-episode-22) Adam made history by being one of the first people ever to time-travel. This was an elaborate scheme of Johann\u2019s Pfizer\u2019s to insure XenTek\u2019s lead in the technology sector (thereby insuring the continued upwards-growth of XenTek company stock) by harvesting technology from the future and bringing it back to their own time. \n\nToday we will find out the end result of this first jump forward in time. Also, Johann shares some incredible information with his second in command at XenTek, Seth Busby. \n\nI decided to continue this giveaway for one more day\u2026\n\n### Who\u2019s your favorite character so far and why? A random commenter who answers this question will receive 5 Steem dollars upon the close of voting. Thanks everyone! ###\n\n---\n \n
    *Did you miss Episode 23 of Alarm Clock Dawn? If so [click here](https://steemit.com/story/@ericvancewalton/4ziyjc-alarm-clock-dawn-an-original-novel-episode-22) to catch up.*
    \n\n
    Are you new to Alarm Clock Dawn? If so [click here](https://steemit.com/story/@ericvancewalton/alarm-clock-dawn-an-original-novel-part-1) to start at the beginning.
    \n\n---\n\n
    ![](https://s4.postimg.org/w2mbiyyd9/image.png)
    \n\n---\n\n\nAdam was stunned by the desperation of these news headlines. He looked up at the bank of monitors that displayed the video feeds from the different security team members' helmet cams, their faces appeared in a smaller screen to the bottom left of each of the five video feeds. Suddenly he noticed that three of the five feeds went blank, quickly one right after another. \n\n
    ![](http://i.giphy.com/hCnLJqJlA1OTe.gif)
    \n\nAdam spoke into the microphone of his headset, \u201cHey, are you guys all right?\u201d he asked, speaking into the microphone of his headset. Silence was all he heard in return. \n\nOnly two screens were still active. Adam looked carefully at the events unfolding before his eyes. At first he thought he saw a member of his own security team, but the uniform was slightly different, sleeker, and the officer wore a gray lens that was hanging from a thin metal arm and came over one eye. Suddenly only two thoughts rushed into the forefront of his mind\u2014*the UNIFORM and the LENS.*\n\nAdam quickly leaned forward in his chair and reluctantly uttered the words that just came to him into the microphone. \u201cThe uniform and the lens!\u201d\n\nQuickly he saw the remaining two personnel move in closer to the guard. As the guard threw a lightning quick punch, another of the helmet cams went blank. There was so much commotion in the last active screen that Adam couldn't tell what was going on. \n\nAdam was then startled as he saw a familiar face standing in front of the craft's door in the video monitor. It was the crew leader. He blinked three times, just as planned. Adam opened the hatch and was confused as the large man with the square jaw came walking up the ramp with his hands bound behind his back. Following closely behind him was an equally large XenTek security guard with the very same single tinted lens over his eye as the \u201cWorld Wise\u201d news anchor Adam had seen on his Holo. \n\n\u201cJump,\u201d the crew chief whispered with a wild look in his eyes. \n\nAdam panicked. \u201cBut the rest\u2014\u201d \n\n\u201cJump. Now!\u201d \n\nAdam reached over the console and flipped the switch. As he did so, he heard the craft\u2019s engines begin to hum. \n\n
    ![](http://i.giphy.com/K0mOruRosiugU.gif)
    \n\n\u201cStep away from those controls!\u201d the security guard screamed as he leapt across the craft at Adam. Adam stretched for the red button, barely reaching it with the tip of his finger before the security guard tackled him to the ground. \n\n
    ![](http://i.giphy.com/12JAA1gGLbWMA8.gif)
    \n\nImmediately there was a pop and a slight vibration as an electrostatic charge again filled the air. Adam felt a thud and searing pain as his forehead hit the edge of the craft's stainless steel console, and the world at once faded to black.\n\n\n### CHAPTER 8 ###\n\n\u201cMr. Pfizer, sir,\u201d Busby said as he noticed a half empty crystal decanter of whiskey and a pair of matching lowball glasses in the middle of the director's desk. Johann was slouched in his burgundy leather chair, staring out the window at the swirling gray sky. The rich leather of the chair creaked as he swiveled just enough for Busby to see his profile.\n\n\u201cHmmpf. What is it?\u201d the director slurred.\n\nBusby was concerned as he never had seen this boss even tipsy before. \u201cAre you okay, sir?\u201d\nJohann laughed as he struggled to pull himself together and rock himself out of the overstuffed chair. \u201cOh, Seth, of course I'm fine. Jusss feeling a liddle mela-melancholy, hpmph, that's all.\u201d He pulled himself to his unsteady feet. \n\nFor a moment Busby was speechless. This was the first time in over twenty years of working for Johann that he called him by his first name. \n\n\u201cI have some exciting news for you, sir.\u201d\n\n\u201cPlease, Seth, when we're here in this office alone call me Johann. There'll be time for your news later. I have something to get ovv of ma chest.\u201d He slurred. \n\n\u201cOkay, sir\u2014I mean, Johann,\u201d he said, catching himself. Calling him anything other than sir or director felt unnatural.\n\nJohann braced himself on the corner of his desk as he swayed slightly back and forth. \u201cThisss place Seth, well, it's my life . . . all I have. You see, I have no children, no wife, no real friends. It seems,\u201d Johann chuckled, \u201cpeople feel about me one of two ways. I\u2019m either hated or I\u2019m feared.\u201d \n\n\u201cThat's not true, sir.\u201d Seth said, resting his hand lightly on Johann's shoulder. \n\n\u201cDon't bullssshit me!\u201d Johann\u2019s voice boomed. Seth quickly pulled away and squinted, fanning away the eye-stinging cloud of whiskey vapors. \n\nJohann reigned in his temper and took a long deep breath. \u201cI'm sorry, Seth. You are, sshall we say, differrrnt but a damn good man. Honest, loyal. One of the few people . . . I feel I can trust. In your next paycheck, you will see the first of many subshtantial increases,\u201d Johann said, waving his finger wildly in the air.\n\n\u201cThank you, Johann. I appreciate that, but it's really not necessary.\u201d \n\n\u201cIt is necess-necessary, and stop being so damned accommodating. I have eyes everywhere, you know. I've been watching you for years. The way you conduct yourself with the team, despite your, umm how should we say, your sexual preferences, it took me years to come to terms with this. Despite this, I believe you haf whad it takes to . . . to . . . .\u201d Johann seemed to lose his train of thought for a second. \n\n\u201cI'm sorry? I have what it takes for what, Johann?\u201d \n\nThe director forcefully patted Seth twice on the cheek. \u201cYou have what it takes to sit in this chair!\u201d Johann pointed toward his chair and nodded in encouragement. \u201cGo ahead, give it a try and see how it feels.\u201d \n\nSeth slowly made his way around the desk and sunk into the buttery soft leather of Johann\u2019s executive chair.\n\n\u201cBut you're going to have to toughen up!\u201d Johann barked.\n\nThe look on Seth's face registered true bewilderment. \u201cBut sir, I mean, Johann. I could never . . .\u201d\n\nJohann smiled as he looked at Seth across the desk and chuckled. \u201cOh son, you can and you will. I will have it no other way. Let me share with you a secret that took me nearly ten years of mistakes and hardship to discover.\u201d \n\nBusby leaned in close, transfixed as Johann's mood became noticeably somber. Johann straightened his pocket square and took a deep breath. \u201cThe most difficult lesson for me to learn was the need to graduate beyond the comfortable world of moral absolutes. As messy and confusing as it makes things at first, reality just isn't black and white.\u201d Johann sat on the edge of his desk to steady himself.\n\n\u201cWhen you sit in this chair, you'll be measured by only one thing: the rate of return you provide to the shareholders. In the end, this is all that matters. The faster you come to terms with this, the easier it will be. If you want to be a success and sleep well at night, you must learn that in the world in which we operate there are only shades of gray. The truth is so much more complex than you could even comprehend right now, but the time will come soon when you will find out.\u201d \n\n---\n\n
    ![](https://s18.postimg.org/9phdrughl/TBC.png)
    \n\n---\n\n*Alarm Clock Dawn is the first novel of a trilogy. The sequel entitled, Truth Is Stranger, will be published in the Spring of 2017.*\n\nPlease visit [my website](http://www.ericvancewalton.net) to sign up for my author newsletter. My newsletter subscribers will receive exclusive updates on the release of the sequel and other special offers.\n\nIf you\u2019re enjoying this serialized version of my debut novel the best compliment you can give is to share this story with others, either face-to-face or online. I appreciate all of your continued support!", @@ -27119,7 +27119,7 @@ ], "author": "infovore", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 68.05, "beneficiaries": [], "blacklists": [], "body": "https://s14.postimg.io/yfrsezw41/THE_TRAVELLER_2.png\n\n

    A Chat with @anyx - Lead, SteemCleaners Project

    \nhttps://img1.steemit.com/0x0/http://i.imgur.com/9cvHo2P.png\n\nSM:\n**What's a typical day like in the life of a steemcleaner?**\n\n@anyx:\nThere's a bunch of administrative work organizing and logging things. But most of the day is hard work is sorting through the new section of steemit, basically trying to figure out if a post is legitimate or not. There's a few \"tells\" whether or not a post is more likely to be plagiarized (e.g. a new account), or a spun article (e.g. broken english), and sometimes it's just intuition.\n\nAnother part of the day is unfortunately drama, and trying to convince people that what we are doing is justified. Not everyone cares about producing original content, and a lot of people don't mind if someone gets paid for someone else\u2019s work, and sometimes there isn't much we can do to change their minds.\nAnd finally, we also try our best to generally help people. For example, people who have been unjustly flagged (see the r4fken case), we upvote them to unhide their posts/comments.\n\nSM:\n**Do you think your anti-plagiarism, anti-ID theft campaign is bearing fruits?**\n\n@anyx:\nI don't think we have made any significant progress. Guiding new users in the right direction is one thing, but unless our message reaches the higher ups, we are fruitless in our endeavours.\n\nThe majority of whales are unconvinced in what we are trying to accomplish (@steemcleaners only has a very select group of followers and helpers), and furthermore, some whales go completely against our ideology. For example, one whale upvoted a bunch of recipe articles, to hundreds of dollars each. Within the same day, we saw a flurry of new accounts created that were just plagiarizing recipes, literally spamming tons of plagiarized content, hoping to \"catch\" said whale.\n\nAnd it worked. The whale upvoted many of the plagiarized recipes, and these spammers were rewarded. Sadly, when an average user sees this happen -- when spammers get rewarded, and they get nothing for their hard work -- they get frustrated and probably get tempted to leave the site. That's possibly contributing to the downturn in activity and price here.\n\n
    \n\nSM:\n**What from your own perspective should steemians look out for before upvoting or flagging a post?**\n\n@anyx:\nI say this over and over again, but no one listens. And I expect once again that no one will.\nStop upvoting things without first considering who the poster is.\n\nThis isn't facebook or reddit, your votes aren't worthless. They mean something, and you should take consideration on what you are rewarding, as what gets rewarded will be incentivized to continue, just like I mentioned with the recipe example. The more plagiarism gets upvoted, the more we will see of it. But on the other hand, the more that good, original content gets upvoted, the more of it we will see. So be selective, you are literally shaping the future of steemit with your votes.\n\nI have noticed that most people don't bother to flag spam or plagiarism, and that is sorely disappointing to me. Do take the time to flag spam, at the very least. We are witnessing a \"bystander effect\" where everyone is watching this garbage appear but almost no one is taking action to stop it. \n\nSM:\n**How's cheetah doing?**\n@anyx:\nCheetah is running along as good as she has ever been. A lot of her actions recently have been for flagging spam, and I am hoping to work on some more advanced features for this shortly. Not much to say about her, as I've been less active these past two weeks due to real life obligations, but more will come soon. :)\n\n
    \n\nSM:\n**Which blockchain based features would you like to see as soon as possible?**\n\n@anyx:\nThis is a tough question. There was a lot of talk on some potential censorship that came with \"negative voting\" or \"vote cancelling\" that was discussed recently, and I agree that these things need a lot more consideration before they are implemented. That may come to a surprise to many of you whom consider me to be some sort of thought police or even \"hitler\"; but yes, I am against actual censorship.\n\nThe blockchain based feature here on Steemit that I would most look forward to is a more fluid way to use the witness list for rewarding Steemit activities. Right now the list is quite static, and the reward that the small oligarch gets is quite large. I would much like to see the oligarch break into a more decentralized approach, such that other users and projects would have access to the witness funds.\n\nI know many people would use their witness funds for good projects. For example, if I were a witness I would use ALL the funding to reward anyone fighting abuse. The robinhoodwhale or curie projects could use the funds as power to curate better. Many developers not in the top 19 are doing absolutely fantastic work too. But unfortunately, I do not even know where a lot of the funding is currently going -- so a smarter, more transparent, and more decentralized approach here would be very cool.\n\n---\n\nThanks @anyx for taking the time to have an interview with SteemMag. Great job you\u2019re doing. All the best\n\n---\n
    \n\n

    Steemians Speak \u2013What\u2019s Your Fondest Memory On Steemit

    \n\nhttps://s14.postimg.org/o30wf6d75/CUPCAKE.png\n\nDespite the various issues we\u2019re facing on Steemit, we\u2019ve all had really exciting times on Steemit. To look at this weekend\u2019s theme from another perspective, SteemMag reached out to a number of Steemains asking them:\n\n

    What\u2019s Your Fondest Moment on Steemit?

    \n@camilla \nMy best Steemit memory must be finding @stellabelle\u2019s posts when I first joined this community. She was one of the first women I saw posting on Steem and she was brave, free, honest and full of great ideas. She encouraged me to start writing and creating my own work. Thank you StellaBelle!\n\n@anduweb \nMy first whale upvote. \nI remember having the idea to create steem.ly and having this nervousness to get the domain before anyone else, deploying the app and writing the announcement post. Many hours in the making and it was a great idea to not clog messages with long ugly links but list them simply with a cool looking short link like steem.ly/xyz. \n\nI remember reading the post dozens of times before pressing Post, tweaking it to perfection. After posting it, i had the post on one screen autorefreshing the page and steemitx on the 2nd screen constantly checking the stream of votes from the filtered list of whales. My heart was in a tight grip, waiting to see what recognition it gets.\n\nI kept staring at the screens for hours and at one point I laid back on the couch still looking at the monitors, falling asleep in shots (it was way past midnight) waking up from time to time. \nAnd in a sleepy glance i saw it, an upvote from @dantheman. I jumped from the couch and confirmed it. I screamed of joy inside. I would have done it loudly but everyone else was asleep and would have called me crazy. But I am crazy. Steemit crazy. #steemon\n\n
    \n@dwinblood:\nThey are a moving mass that vie for which one excites me the most, Larken Rose joining, wow this is real I'm making money, my @chaospoet resurrection actually working and being an unusual outlet, and the acceptance and reception of the steemit community for articles personal in nature I was expecting ridicule and instead received support.\n\n@ash \nmy [first post]( https://steemit.com/technology/@ash/hello-world) and to learn and see what Graphene Technology is capable of\n\n@mrwang \nMy fondest memory on steemit is actually a tie, lol... \nWhen I found the-alien post \"zen and the art of not giving a fuck\" not only did it inspire me to write and re-release a very personal video dedicated to my grandmother but was literally a blueprint of my climb to success as an Actor/Filmmaker Episode 5 Goodbye American Beauty of my awareness campaign #nobodysperfect \n\nThe other was the moment I realized how much of a positive influence I became when I took a huge gamble by releasing Episode 1 - Awareness steemit.com \u2026 I didn't know how the community was going to receive it and what I did was open a door for others dealing with similar struggles to feel confident about sharing those struggles with everybody on Steemit.\n\n
    \n\n@romanskv \nWhen I received the high evaluation of this artistic [work]( https://steemit.com/art/@romanskv/hi-steemit-i-present-to-you-my-outsider-works)\n\n@illuminaughti \nThe moment that sticks out for me was when I had my first \u2018big hit\u2019. I was at work when I saw the payout go up to $200 and started to have a \u201cmanic attack\u201d. My head was spinning, my cheeks were flushed. I couldn\u2019t believe it. I went from being unsure if I could buy food this week to being paid for creating something I was passionate about! You always remember your first!\n\n@sauravrungta \nThe discovery of Steemit itself is the fondest memory. I remember the day I came across this site and was completely blown away. I couldn't sleep that night and the whole week that followed!\nWithin Steemit itself, my fondest memory was when I received my first compliment for my article. This was so new to me and having people actually appreciate your content is just wow!\n\n@royaltiffany\nMy fondest memory of Steemit, was when I discovered it. The novelty, the excitement of finding something new, the research and all the questions...it was a thrill!\n\n\n---\n\n

    This Week On Steemit

    \nhttps://img1.steemit.com/0x0/https://www.steemimg.com/images/2016/07/30/THETRAVELLER26edca.jpg\nA lot of interesting events happened this week. And in case you missed them, we\u2019ve got your back. Here are some of the most important events that happened on Steemit this week.\n~ Steem retains last week\u2019s position and it\u2019s currently 7th on the coinmarketcap.com\u2019s crypto market capitalization list.\n\n~ Steemit co-founder @Ned launches Steem bounty system and also discusses proposal for voting rights delegation, steem power distribution and holding.\n\n~ @good-karma releases updates for eSteem \u2013 an Android and iOS app for browsing Steemit\n\n~This adds to the growing collection of dedicated steem apps. For a comprehensive list check out SteemTools.com\n\n~ @steemitblog announces New Advanced Formatting Features\n\n~ Account creations reached a week high of 1 025 on 2016-09-05\n\n~ Post, replies and votes are steadily increasing with Post& Replies having (+2.74%) and Votes (+2.83%) fall. [Source](Steemle.com)\n\n~ Meanwhile, SBD loses value with rates ranging from 1 SD = 0.75 -0.82 this week\n\n~$0.57 and $0.87 were the lowest and highest value traded this week for a unit of Steem respectively.\n\n\n
    \n\n----\n\n--> [Page 1](https://steemit.com/steemmag/@infovore/steemmag-steemit-s-weekend-digest-9-of-community-curation-and-reputation-chats-with-a-whale-steemit-chat-lead-moderators-a-day)\n\n----\n\nP.S\nIf you've got any suggestions, please make a comment using the reply box below or send a message to me on steemit.chat @infovore.\nWould love to hear from you \nOoh. And don\u2019t forget to follow my blog. ;)", @@ -28516,7 +28516,7 @@ ], "author": "gavvet", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 72.8, "beneficiaries": [], "blacklists": [], "body": "
    https://s21.postimg.org/u24cdappj/A_Day_in_the_Life_of_John_D_Rockefeller_2.jpg
    \n\nNumerous sources consider John D. Rockefeller as being the richest person in modern history ([Forbes](http://www.forbes.com/sites/carlodonnell/2014/07/11/the-rockefellers-the-legacy-of-historys-richest-man/#33c0aa8160e7) is one of the sources). Adjusted for inflation, his net worth would be north of $300 billion today. Rockefeller lived between 1839 and 1937 (died age 97). \n\nHe made his immense fortune in the oil industry; Rockefeller was a dedicated philanthropist. Leaving aside historical facts (not the point of this post), I will delve into his daily routines, as he told them to Orison Swett for his early-1900s book [_How They Succeeded_](https://www.amazon.com/dp/140698275X): \n\n_\"The riches man in the United States, John Davidson Rockefeller, has consented to break his rule never to talk for publication; and he has told me the story of his early struggles and triumphs, and given utterance to some striking interesting observations anent the same.\"_\n___\nEarlier in this series:\n\n#### 1. [A day in the Life of Nikola Tesla](https://steemit.com/life/@cristi/habits-1-a-day-in-the-life-of-nikola-tesla)\n#### 2. [A day in the Life of Benjamin Franklin](https://steemit.com/story/@cristi/habits-2-a-day-in-the-life-of-benjamin-franklin)\n#### 3. [A day in the Life of Thomas Edison](https://steemit.com/story/@cristi/a-day-in-the-life-of-thomas-edison-habits-3-video-from-1922-incl)\n#### 4. [A day in the Life of Albert Einstein](https://steemit.com/story/@knozaki2015/a-day-with-albert-einstein-featuring-cristi)\n#### 5. [A day in the Life of Charles Darwin](https://steemit.com/story/@dragonslayer109/a-day-in-the-life-of-charles-darwin-featuring-new-author-cristi)\n___\n## The Daily Habits of John D. Rockefeller\n\nSome of his biographers claim that Rockefeller followed a strict routine during the last 40 years of his life.\n\n**6 A.M.** Wake-up and read the newspaper.\n**8 A.M.** Breakfast, followed by a puzzle game (numerica).\n**9 - 10:15 A.M.** Working through correspondence. He would often receive thousands of letters per day. Can you guess what they were about?! \n**10:15 - 12 P.M.** Play golf.\n**12:15 - 1 P.M.** Bathe and afternoon rest.\n**1 - 2:30 P.M.** Lunch and another puzzle game.\n**2:30 - 5:30 P.M.** Reading more correspondence (30 minutes) and motoring. \n**5:30 - 6:30 P.M.** Rest.\n**7 - 9 P.M.** Dinner and more rounds of numerica.\n**9 - 10 P.M.** Listen to music and chatter with guest.\n**10:30 P.M.** Lights off. \n\nCredits to [Jonathan Roseland](http://www.limitlessmindset.com/limitless-characters/79-8-life-hacking-lessons-from-the-richest-man-ever.html) for the data. \n\nIf you've been following my series on the habits of remarkable figures, you can notice a stark resemblance between J. D. Rockefeller and Charles Darwin's routine. \n\nHowever, I should be careful to point out that this routine was followed in the second part of his life (the last 40 years), when he might not have been so actively involved in business like he was in his earlier years. I did not find data on his daily habits as a younger person. \n___\n## Interesting to Note\n\n- he was the son of a con artist/bigamist. According to [history.com](http://www.history.com/news/10-things-you-may-not-know-about-john-d-rockefeller):\n\n_\"The tycoon\u2019s father, William Avery Rockefeller, was a traveling snake-oil salesman who posed as a deaf-mute peddler and hawked miracle drugs and herbal remedies. The smooth-talking huckster dubbed \u201cDevil Bill\u201d alternately fathered children, including the future industrialist, with his wife and mistress, the couple\u2019s live-in housekeeper.\"_\n\n- he was a devoted religious believer\n- he abstained from consuming alcohol and tobacco\n- he donated up of $500 million to philanthropy\n- as young kid, two of his ambitions were to live to 100 and to make $100,000 (a lot of money for that time period):\n\nHe achieved his second ambition, that of making 100 grand, in his early years. Very close to accomplishing his first ambition too, Rockefeller died age 97 (of arteriosclerosis). \n___\n## Ending Thoughts\n\nI'll end leaving you with a great line that Rockefeller told Swett during their discussion - as presented in [_How They Succeeded_](https://www.amazon.com/dp/140698275X):\n\n_\"When I asked Mr. Rockefeller what he considers has most helped him in obtaining success in business, he answered: It was early training, and the fact that I was willing to persevere. I do not think there is any other quality so essential to success of any kind as the quality of perseverance. It overcomes almost everything, even nature.\"_\n___\n###
    To stay in touch, follow @cristi
    \n\n#story #life #success #habits \n\nCredits for Image: [Oscar White via Wikimedia Commons](https://upload.wikimedia.org/wikipedia/commons/5/5d/John_D_Rockefeller_by_Oscar_White_c1900.jpg)\n___\n[Cristi Vlad](http://cristivlad.com), Self-Experimenter and Author", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout/_readme.txt new file mode 100644 index 00000000..078f0739 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout/_readme.txt @@ -0,0 +1,4 @@ +See ../_readme.txt for details +Lists posts ranked by payout, but only those with cashout time coming between 12 and 36 hours from head block. + +"sort": "payout" diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments.pat.json index ca1f6d66..b8544cd9 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments.pat.json @@ -420,7 +420,7 @@ ], "author": "smooth", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 65.6, "beneficiaries": [], "blacklists": [], "body": "I will sponsor an additional 2000 SBD toward this campaign in addition to my vote on the post, plus any rewards on this comment.", @@ -770,7 +770,7 @@ ], "author": "charlieshrem", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 67.32, "beneficiaries": [], "blacklists": [], "body": "I have a series of posts I'm writing now about socioeconomic observations in prison. If the Steemit community likes it, Ill post it here exclusively.", @@ -928,7 +928,7 @@ ], "author": "adm", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 52.98, "beneficiaries": [], "blacklists": [], "body": "This is an article spun to avoid automatic plagiarism detection.\nHere is the source:\nhttp://health.learninginfo.org/muscle-building-tips.htm", @@ -1073,7 +1073,7 @@ ], "author": "steemdrive", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 63.23, "beneficiaries": [], "blacklists": [], "body": "
    [![vote-Ohare.jpg](https://s19.postimg.org/vpowej1g3/vote_Ohare.jpg)](http://www.steemit.com/@steemdrive)
    ", @@ -1250,7 +1250,7 @@ ], "author": "steemapp", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 58.83, "beneficiaries": [], "blacklists": [], "body": "Hi, @smooth this is @str11ngfello, the iOS developer on Steemy. \n\nHere's my linked in profile ->\nhttps://www.linkedin.com/in/lynn-duke-097a724\n\n @cyonic here as a followup edit, my linkedin profile here:\nhttps://www.linkedin.com/in/johnelliotwhite\n\nGive me a few moments and I'll add a blurb to my linked in profile that references Steemy. Look for it towards the top. \n\nHere is a quick vid I made of Steemy at the request of many users. \n\nhttps://youtu.be/kHbOHuXQWg4\n\nHere's to hoping we can prove ourselves a bit. STEEM ON!", @@ -1359,7 +1359,7 @@ ], "author": "michaelx", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 60.67, "beneficiaries": [], "blacklists": [], "body": "It doesn't matter at all in the big picture, when company accounts are used to censor any conversation (as they have been doing and will likely continue to do) they please, regardless of community voting consensus. \n\nThis has already been proven by the actions of management using those accounts for this purpose.\n\nAnyone believing Steemit as it exists currently to be a censorship free platform for free speech is sadly mistaken.", @@ -1537,7 +1537,7 @@ ], "author": "condra", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 63.01, "beneficiaries": [], "blacklists": [], "body": "Congrats to everyone, and forgive me if you didn't place. It wasn't easy to omit so many amazing shots. The standard was very high and there were hundreds of submissions. Huge love for all the Steemit #photography community.", @@ -1664,7 +1664,7 @@ ], "author": "blueorgy", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 64.05, "beneficiaries": [], "blacklists": [], "body": "**Amazing Entries** once again this weekend! The talent here on steemit just keeps on growing with each #SteemitPhotoChallenge and I feel it's 100% a direct result of this **trending topic**. So be proud of your work and if you didn't make it into the **Top 3** don't even think about giving up, the computation is tuff and @condra had a difficult time deciding I'm sure.\n\n
    \n\n**Honourable Mentions**\n\n @kristylynn I really enjoyed this photo! It reminded me of when I was a kid grabbing dandelions at every change and blowing them all over the place! My father absolutely hated this because they would end up growing all over his lawn. Great work with the depth and the color is very pleasing. Thank you for bring back some old memories.\n\n@minion I tried to capture a very similar shot during my little exploration last sunday morning. I of course failed to get such a crisp, captivating, and **Super Lush** photo if you can describ the vibrant green colors this way. Great job on capturing that moment right before the water droplet escapes the branch , not easy and patience is required. \n\n**Finalist**\n\n@bebecitosfotos This flower is epic! The clarity and brightness is spot on and even the viewed in post and at lower resolution it still comes off as perfectly in focus (always a very difficult thing to do while using Macro). The background is just muted enough to capture a actual backdrop while not taking away fro the foreground image. Excellent work.\n\n@dercoco What can I say about this one... how about **EYES**. I have always loved the reptile eye, Great Work.\n\n@mweich This is spot on! Being able to capture the pollen on the Bee's legs was a great feat I tell you that, while still keeping other expects and depths of the photo in great focus is even harder, very still hand you must have! The angle of the photo and the choice of background imagery defiantly gave this photo an edge when it came to being Macro. The background is often forgot when capturing with Macro even thought it plays such a big role, you seem to have a very good eye for it. And **Congratulations!** on taking First Place!\n\n
    \n\nAgain I can't say it enough great job everyone, keep it up!\nCan't wait for next weekend's challenge @jamtaylor make it a good one ;)\n\nBlue", @@ -1778,7 +1778,7 @@ ], "author": "cheetah", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 64.17, "beneficiaries": [], "blacklists": [], "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.youtube.com/watch?v=Jetfhhkg_YU", @@ -1880,7 +1880,7 @@ ], "author": "knircky", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 56.69, "beneficiaries": [], "blacklists": [], "body": "Nope a stock is not a ponzu scheme and steem is not either.\n\nI am sick of people that cannot understand how things calling them Ponzi schemes, so they can sound smarter than they are.", @@ -1982,7 +1982,7 @@ ], "author": "anyx", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 64.71, "beneficiaries": [], "blacklists": [], "body": "This user is a serial plagiarist who has taken to spinning articles to plagiarize, instead of providing sources and discussion.\n\n!cheetah ban", @@ -2080,7 +2080,7 @@ ], "author": "thylbom", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 51.33, "beneficiaries": [], "blacklists": [], "body": "I definitely agree that the password recovery problem is a good one to work on. People who have been involved in crypto for some time are almost instinctively aware of the importance of safeguarding private keys, but \"mainstream\" adopters are accustomed to a world of hand-holding where the powers that be can bail you out if you are careless, stupid, forgetful or unlucky. If a method can be devised to facilitate recovery without sacrificing security, it can avoid problems of negative user experience that could hurt the platform's prospects for widespread adaption.", @@ -2170,7 +2170,7 @@ ], "author": "r4fken", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": -5.58, "beneficiaries": [], "blacklists": [], "body": "Do I understand correctly that you're referencing the initial \"mining\" by a select group of devs and friends, resulting in \"overwhelming control\" by means of vests now?\nOr am I just imagining things? :)", @@ -2460,7 +2460,7 @@ ], "author": "lukestokes", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.1, "beneficiaries": [], "blacklists": [], "body": "`dictatorship`, `hindenburg`, `titanic` and a hitler meme are all a bit too over the top for me. I'm glad you're voicing your concerns, but a \"Dan must be stopped\" call to action against the very person who created what we are all enjoying isn't (IMO) the best approach for having a respectful dialogue about the issue. It seems many are already discussing the issue on github and voicing their disapproval there. We'll see where it goes from here, and it's definitely something to keep an eye on. For that, I thank you, but I won't give you my vote on this post because I think the tone is counter productive to a rational, open conversation about the issue. I may be wrong and maybe a more alarmist tone is called for. As with many things, we shall see over time.", @@ -2606,7 +2606,7 @@ ], "author": "recursive", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 60.6, "beneficiaries": [], "blacklists": [], "body": "> This state of being creates a paradox for those with aims to change the world. If you are at complete peace with the way things are, then what motive is there to change the world? On what basis should you choose to act? This is the very heart of economics, the study of human action. This is the root of my current internal conflict.\n\nMahayana (Great Vehicle) buddhism may have an answer to that apparent conflict you are experiencing. According to the Mahayana tradition, true enlightenment cannot be reached merely by cultivating inner peace and eliminating delusions and suffering in isolation of other people, because doing so remains a selfish endeavor that implies that one hasn't truly reached the state of selflessness that underlies enlightenment. \n\nInstead, at some point along the path to enlightenment, one realizes that one's true nature is that of being conscious: a pure form of benevolent consciousness without shape and boundaries, and that permeates all that is. At that point, one doesn't seek anymore to deliver from suffering that fictious \"ego\" entity that has long been identified as a delusion, but instead seeks to deliver all of consciousness from suffering, including all sentient beings. This intrinsic benevolence of consciousness is what we call \"compassion\", and is the central tenet of Mahayana tradition. It is both the ultimate goal and the mean to reach that goal. By cultivating compassion, one reveals his compassionate nature, and this compassion is what will eventually lead to a contradiction with the ego and materialistic delusions, and their dissolution. \n\nFrom that perspective, he who seeks enlightenment will first accept reality as it is, and reach what first feels as a form of blissful and permanent internal peace (this is typically what Hinayana / Small Vehicule buddhism think is enlightenment, and this includes some famous western self-help authors), but will soon realize that there is one type of suffering that transcends attachment and the delusion of self and that can't be addressed by meditation and spiritual practice alone but on the contrary become more and more sharp: the suffering of seeing others suffering within this reality. This is because suffering is a noble truth, a truth that can't be denied, ignored or accepted but simply acknowledged as being true. This leads to a paradox where embracing reality leads to embracing a form of suffering that can only be eliminated by altering reality which cannot be achieved if one simply embraces reality. The only solution to this apparent paradox is to realize that reality is impermanent and can be embraced while being altered. It should be accepted in the present so that one may live free from delusions and attachment, and reduce suffering to the prime denominator of the quintessential and universally experienced suffering of being alive, while being actively shaped with all one's will and energy into a future reality where other sentient beings suffer less.\n\nUnder the mahayana assumption that consciousness is intrinsically benevolent and unable not to experience compassion as it gets closer to enlightenment, acting with all one's will and energy against the corruption that permeates reality and increases suffering of other sentient beings is not only consistent, but the one and only true way to enlightenment.\n\nArguably, government is one such big chunk of pervasive corruption that has spread like weed in our consensual reality, and creates an inordinate amount of suffering. From that perspective, being anarchist isn't only a political view, it is a statement of compassion. Ask the Dalai Lama what he thinks about governments...", @@ -2676,7 +2676,7 @@ ], "author": "val-a", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 52.49, "beneficiaries": [], "blacklists": [], "body": "\u041f\u0440\u043e\u0447\u0438\u0442\u0430\u0439\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437 \u0432\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u043f\u0438\u0440\u0430\u043c\u0438\u0434\u044b:\n> \u0414\u043e\u0445\u043e\u0434 _\u043f\u0435\u0440\u0432\u044b\u043c_ _\u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c_ \u043f\u0438\u0440\u0430\u043c\u0438\u0434\u044b \u0432\u044b\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0437\u0430 \u0441\u0447\u0435\u0442 \u0432\u043a\u043b\u0430\u0434\u043e\u0432 \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432.\n\n\u041a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430 _\u043f\u0435\u0440\u0432\u044b\u043c_ \u0438 _\u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c_ (\u043f\u043e\u0434 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u044e\u0442\u0441\u044f \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u044b), \u0430 \u0432 \u0441\u043b\u0443\u0447\u0430\u0435 \u0421\u0442\u0438\u043c\u0430 \u0434\u043e\u0445\u043e\u0434 \u043f\u043e\u043b\u0443\u0447\u0430\u044e\u0442 \u043d\u0435 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u044b, \u0430 \u0430\u0432\u0442\u043e\u0440\u044b \u043e\u0442 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043d\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043d\u0438 \u043a\u043e\u043f\u0435\u0439\u043a\u0438 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u0435\u0436\u0434\u0435 \u043e\u043d\u0438 \u043d\u0430\u0447\u043d\u0443\u0442 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u0434\u043e\u0445\u043e\u0434. \u0418\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u044b \u0442\u0435\u043e\u0440\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0445\u043e\u0434, \u0435\u0441\u043b\u0438 \u0446\u0435\u043d\u0430 STEEM, SP \u0438\u043b\u0438 SD \u0432\u044b\u0440\u0430\u0441\u0442\u0435\u0442, \u043d\u043e \u044d\u0442\u043e\u0433\u043e \u0438\u043c \u043d\u0438\u043a\u0442\u043e \u043d\u0435 \u043e\u0431\u0435\u0449\u0430\u0435\u0442 (\u0432 \u043e\u0442\u043b\u0438\u0447\u0438\u0438 \u043e\u0442 \u043f\u0438\u0440\u0430\u043c\u0438\u0434). \u041a \u0442\u043e\u043c\u0443 \u0436\u0435 \u0430\u0432\u0442\u043e\u0440\u0430\u043c \u0432\u044b\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0433\u043e\u043d\u043e\u0440\u0430\u0440 \u043d\u0435 \u0441 \u0434\u0435\u043d\u0435\u0433 \u043d\u043e\u0432\u044b\u0445 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432, \u0430 \u0440\u0430\u0437\u043c\u044b\u0442\u0438\u0435\u043c \u0434\u043e\u043b\u0438 \u0432\u0441\u0435\u0445 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0445 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432 \u0432 STEEM \u0438\u043b\u0438 \u0432 SP, \u0432 \u0442\u043e\u043c \u0447\u0438\u0441\u043b\u0435 \u0438 \u0434\u043e\u043b\u0438 \u043a\u0438\u0442\u043e\u0432. \u0414\u043e\u0445\u043e\u0434 \u043a\u0438\u0442\u043e\u0432, \u0438\u043b\u0438 \u043b\u044e\u0431\u043e\u0433\u043e, \u043a\u0442\u043e \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043b \u043d\u0430 \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u043c \u044d\u0442\u0430\u043f\u0435 \u0437\u0430\u0432\u0438\u0441\u0438\u0442 \u043e\u0442 \u043d\u043e\u0432\u044b\u0445 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0439 \u0432 \u0442\u043e\u0439 \u0436\u0435 \u0441\u0442\u0435\u043f\u0435\u043d\u0438 \u043a\u0430\u043a \u0438 \u0432 \u043b\u044e\u0431\u043e\u0439 \u0434\u0440\u0443\u0433\u043e\u0439 \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442\u0435.\n\n\u0412\u043c\u0435\u0441\u0442\u043e \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f \u0441 \u043f\u0440\u0438\u0440\u0430\u043c\u0438\u0434\u043e\u0439, \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0432\u043d\u0435\u0435 \u0441\u0440\u0430\u0432\u043d\u0438\u0442\u044c \u0441 \u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u043c \u0441\u0442\u0430\u0440\u0442\u0430\u043f\u043e\u043c, \u0432\u043e\u0437\u044c\u043c\u0438\u0442\u0435 \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \u0422\u0432\u0438\u0442\u0435\u0440 - \u043f\u043e \u0431\u043e\u043b\u044c\u0448\u043e\u043c\u0443 \u0441\u0447\u0435\u0442\u0443 \u043e\u043d\u0438, \u044f\u0432\u043b\u044f\u0441\u044c \u0443\u0431\u044b\u0442\u043e\u0447\u043d\u043e\u0439 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0435\u0439 (\u0434\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 10 \u043b\u0435\u0442 \u0438 \u043e\u043d\u0430 \u0434\u043e \u0441\u0438\u0445 \u043f\u043e\u0440 \u0443\u0431\u044b\u0442\u043e\u0447\u043d\u0430), \u043f\u043b\u0430\u0442\u044f\u0442 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c (\u043d\u0435 \u043d\u0430\u043f\u0440\u044f\u043c\u0443\u044e, \u0430 \u043a\u043e\u0441\u0432\u0435\u043d\u043d\u043e, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \u043e\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0432 \u0434\u0430\u0442\u0430\u0446\u0435\u043d\u0442\u0440\u0435) \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u044f \u0434\u043e\u043b\u044e/\u0430\u043a\u0446\u0438\u0438 \u0444\u0430\u0443\u043d\u0434\u0435\u0440\u043e\u0432 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u0430\u043c. \u041f\u043e\u0447\u0435\u043c\u0443 \u0430\u043a\u0446\u0438\u0438 \u0442\u0432\u0438\u0442\u0435\u0440\u0430 \u0441\u0442\u043e\u044f\u0442 \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0443\u043b\u044f? \u041f\u043e\u0447\u0435\u043c\u0443 \u0422\u0432\u0438\u0442\u0435\u0440 \u043d\u0438\u043a\u0442\u043e \u043d\u0435 \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u043e\u0439 \u043f\u0438\u0440\u0430\u043c\u0438\u0434\u043e\u0439?\n\n\u0418\u043b\u0438 \u0441\u0440\u0430\u0432\u043d\u0438\u0442\u0435 \u0441\u0442\u0438\u043c \u0441 \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u043e\u043c - \u0441 \u0442\u0430\u043a\u0438\u043c \u0436\u0435 \u0443\u0441\u043f\u0435\u0445\u043e\u043c \u0438 \u0431\u0438\u0442\u043a\u043e\u0438\u043d \u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0437\u0432\u0430\u0442\u044c \u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u043e\u0439 \u043f\u0438\u0440\u0430\u043c\u0438\u0434\u043e\u0439 - \u0432\u0435\u0434\u044c \u043f\u043b\u0430\u0442\u0438\u0442 \u0436\u0435 \u043c\u0430\u0439\u043d\u0435\u0440\u0430\u043c \u0434\u0435\u043d\u044c\u0433\u0430\u043c\u0438 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432.\n\n(p.s. \u043f\u0440\u043e\u0433\u043e\u043b\u043e\u0441\u0443\u044e \u0437\u0430 \u0441\u0435\u0431\u044f, \u0447\u0442\u043e \u0431\u044b \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043a\u0430\u043a \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c SP \u0434\u043b\u044f \u0440\u0435\u043a\u043b\u0430\u043c\u044b \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445 \u043f\u043e\u0441\u0442\u043e\u0432)", @@ -3302,7 +3302,7 @@ ], "author": "donkeypong", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 69.86, "beneficiaries": [], "blacklists": [], "body": "## I strongly oppose the \"5 votes a day\" target. \n\nI thought one of the greatest changes to be implemented so far was when that target INCREASED. People have not been so stressed in the last month or two about curation rewards; they just vote for what they like and have fun. \n\nI don't think Steemit will be FUN anymore if there is an expected target of 5 votes per day. People will spend much less time on the site. They will vote for predictably popular content. And we will be right back where we were a couple of months ago. \n\nNo, it will be worse than that. Because 20 votes a day used to stress people out. 5 votes a day? NO ONE can do any real curation under that scheme.\n\nAs an individual and an established author, the 5 votes a day could be great for me. If we go back to the days when everybody upvoted the same posts, then maybe I'd get all those votes again. I could quit my job and write for Steemit full time. \n\nAnd we'd go back to the days when emerging authors and artists got far fewer votes and rewards. \n\nAs far as curation and voting bots, they are being used for very good purposes also. Rather than turning our tails and running away from them, why don't we use them for the greater good? I think the mega-whales' curation teams are doing a far better job than ever before at redistributing rewards; I make nothing from being involved in that effort, but I think it is working quite well. Give the vote sliders and the voting bots more time; Steemit's front page is finally diversifying and newer people are getting rewards like never before. \n\nOne more thing: Redistribution of Steemit's resources from big whale accounts to the masses MUST be one of our top priorities. How does this help? I understand that big whale accounts may make less on curation rewards, but I think few of them are concerned with this anymore; they're trying to channel their votes to worthy posters. They have recognized that their big stakes will be worth nothing unless we make this thing succeed.\n\nUnder this scheme, the big whales will need to sell the max on exchanges every week and other people buy their Steem for any real redistribution to occur. That will hold down the price and our competitors will zoom right by us. \n\nSteem Team, I understand you are trying to solve real problems with these tweaks. I don't normally comment on them because I feel that Steemit is good enough that there is some margin for error with these back-end decisions. But this is far, far too severe a change for the platform to absorb.\n\n## If I am wrong, then I'd love to hear that from the community, and I am open to learning from other views. Give us time for this discussion, please, before forcing through such a change. Until then, I oppose this change.", @@ -3392,7 +3392,7 @@ ], "author": "jhermanbeans", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 56.9, "beneficiaries": [], "blacklists": [], "body": "Fascinating world. Can't wait to see where it goes!", @@ -3514,7 +3514,7 @@ ], "author": "luminousvisions", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 56.98, "beneficiaries": [], "blacklists": [], "body": "### @dantheman ... you just downvoted my comment?\n\nwhat is that all about? what's wrong with it?\n\n#### I'm just suggestion a solution and in return for offering my help ... you downvote me?!?\n\n\nlook at what I've been up to;\n[little baby dolphin](https://steemit.com/steemit/@luminousvisions/little-baby-dolphin-goes-to-steemit-school)\nI'm already working on a solution!", @@ -3618,7 +3618,7 @@ ], "author": "cheetah", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 64.17, "beneficiaries": [], "blacklists": [], "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments/_readme.txt new file mode 100644 index 00000000..9f6770df --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments/_readme.txt @@ -0,0 +1,4 @@ +See ../_readme.txt for details +Lists replies ranked by pending payout. + +"sort": "payout_comments" diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments_paging.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments_paging.pat.json index f9b18ea6..c820af6f 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments_paging.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments_paging.pat.json @@ -88,7 +88,7 @@ ], "author": "blueorgy", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 64.05, "beneficiaries": [], "blacklists": [], "body": "**Amazing Entries** once again this weekend! The talent here on steemit just keeps on growing with each #SteemitPhotoChallenge and I feel it's 100% a direct result of this **trending topic**. So be proud of your work and if you didn't make it into the **Top 3** don't even think about giving up, the computation is tuff and @condra had a difficult time deciding I'm sure.\n\n
    \n\n**Honourable Mentions**\n\n @kristylynn I really enjoyed this photo! It reminded me of when I was a kid grabbing dandelions at every change and blowing them all over the place! My father absolutely hated this because they would end up growing all over his lawn. Great work with the depth and the color is very pleasing. Thank you for bring back some old memories.\n\n@minion I tried to capture a very similar shot during my little exploration last sunday morning. I of course failed to get such a crisp, captivating, and **Super Lush** photo if you can describ the vibrant green colors this way. Great job on capturing that moment right before the water droplet escapes the branch , not easy and patience is required. \n\n**Finalist**\n\n@bebecitosfotos This flower is epic! The clarity and brightness is spot on and even the viewed in post and at lower resolution it still comes off as perfectly in focus (always a very difficult thing to do while using Macro). The background is just muted enough to capture a actual backdrop while not taking away fro the foreground image. Excellent work.\n\n@dercoco What can I say about this one... how about **EYES**. I have always loved the reptile eye, Great Work.\n\n@mweich This is spot on! Being able to capture the pollen on the Bee's legs was a great feat I tell you that, while still keeping other expects and depths of the photo in great focus is even harder, very still hand you must have! The angle of the photo and the choice of background imagery defiantly gave this photo an edge when it came to being Macro. The background is often forgot when capturing with Macro even thought it plays such a big role, you seem to have a very good eye for it. And **Congratulations!** on taking First Place!\n\n
    \n\nAgain I can't say it enough great job everyone, keep it up!\nCan't wait for next weekend's challenge @jamtaylor make it a good one ;)\n\nBlue", @@ -202,7 +202,7 @@ ], "author": "cheetah", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 64.17, "beneficiaries": [], "blacklists": [], "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.youtube.com/watch?v=Jetfhhkg_YU", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_paging.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_paging.pat.json index 2a58e70f..e7fc26e8 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_paging.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_paging.pat.json @@ -1328,7 +1328,7 @@ ], "author": "jesta", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.31, "beneficiaries": [], "blacklists": [], "body": "The 0.3.5 update is primarily focused on a new post inspector, some minor tweaks and a few bug fixes. \n\nIf you're unfamiliar with [steemstats.com](https://steemstats.com), I'd recommend you check out the [rest of my blog posts](https://steemit.com/@jesta) to read through the evolution of this tool.\n\n## Improved Post Inspector\n\n![New Post Inspector](http://i.imgur.com/i14vq0K.png)\n\nThe new post inspector is designed in preparation for the upcoming vote changes (in steem 0.14.0) and helping understand the impact votes have on posts. The header is now the post's title (which if clicked, goes to the post), the author, the time posted, as well as a link to the post on steemd.com or steemdb.com.\n\nFor each vote, from left to right, you have the following information:\n\n- The calculated weight of the vote (the bold number), and below it, the vote weight percentage specified by the voter, and the total percentage of weight contributed to the post (in parentheses) .\n- The account who cast the vote and how long ago it was cast\n- The total reward shares contributed to the post by the voter\n- The current/estimated contribution to the author's post reward.\n- The current/estimated curation reward the voter will receive.\n\nThe current/estimated rewards currently only works for posts in the first payout period, but the post inspector now works from both the Recent Activity screen and the Posts screen.\n\n### Bug Fixes & Improvements\n\n- Fixed a bug on the curation stats reward that was displaying SBD.\n- Fixed an issue with comment payout calculations sometimes displaying incorrectly.\n- Removing a watched account now also resets the account followers/following tabs.\n- Fixed a few memory leaks (still more work needs to be done here)\n- Attempt at fixing the timezone problem. For those of you that experienced the time calculations being incorrect, please let me know if the post inspector's dates are now correct.\n- Added link on each post that leads to steemdb.com.\n- Added link on each user that leads to steemdb.com.\n- Added new operation types for 0.14.0 support next week.\n\n### Future of steemstats\n\nI've mentioned this before in a few of my other posts, but never in an update for steemstats itself. Currently I am evaluating the potential of merging steemstats.com and steemdb.com into a single website, focusing both on the realtime and historical aspects in the same tool. \n\nThis somewhat long process has caused me to halt the addition of new features on steemstats, until I fully evaluate if and how this would work. Over the past few weeks I've been actively learning and exploring react, evaluating it as a replacement for angular, which currently powers steemstats. I have also been expanding the APIs on steemdb for an integration regardless of the chosen direction.\n\nWe are currently in the 0.3.x series of steemstats, and 0.4.0 is going to be one of two things:\n\n- A feature rich version of steemstats that integrates the steemdb api endpoints currently being created\n- A brand new, open source version of steemstats and steemdb into a single application (steemdb will become an API)\n\nUnfortunately, 0.4.0 won't likely be ready until October at the very earliest, possibly even later in the year. I have a number of other things to do over the next 30-60 days that will shape the next 6-12 months of my life, much of it involving development on projects directly related to steem. This also means that news on the steemstats front will be going a bit quiet, except for critical fixes and maintenance. \n\nBut - if you have feature requests or bug reports, feel free to submit them. I keep track of it all. I love chatting about this stuff and it's a pleasure to work on a project that serves over a thousand steemians use each day ;)", @@ -2468,7 +2468,7 @@ ], "author": "sterlinluxan", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.29, "beneficiaries": [], "blacklists": [], "body": "https://i.ytimg.com/vi/-9p8atSEaBQ/sddefault.jpg\n

    The Paradigm Shift is Under Way;\u00a0\u00a0Anarchapulco Rising

    \n\nAnarchists are working\u00a0tirelessly\u00a0to alter\u00a0the course of history and save mankind from the fetters of its own creation. And they are winning. History is unfolding according to the aims of these freethinkers and contrarians. People are waking\u00a0up and questioning\u00a0government. They are becoming disobedient and beginning\u00a0to oppose their masters.\n\nThere is proof of this\u00a0paradigm shift.\n\nThe\u00a0Anarchapulco conference in Acapulco, Mexico is rising. It represents the culmination of all the\u00a0rabble rousing and truth-speaking currently under way. It is a result of this\u00a0choir of anarchists singing hymnals of truth and beckoning people into the light of freedom.\u00a0\n\n\"nathan-thumb\"\n

    Anarchapulco Highlights, Speakers, and Prices

    \n\nWhat is Anarchapulco?\n\nIt is an anarcho-capitalist\u00a0conference held in the last week in February, the 25th through 28th. \u00a0Jeff Berwick, the Dollarvigilante, masterminded and created the event to highlight anarchist ingenuity, compassion, and creativity.\n\nThe conference focuses on\u00a0how anarchists\u00a0are accomplishing their goals, what they are doing to unchain society, live\u00a0more freely, and abolish all government. It features some of the most prominent\u00a0and eloquent orators the anarchist movement has seen. It is world-changing.\n\nSpeakers include, Barry Cooper, Adam Kokesh, Derrick Broze, Roger Ver, Amanda Rachwitz, Larken Rose, Dayna Martin, Jeffery Tucker, Jeff Berwick, Max Igan, Josie Wales, Anarchy Girl, Mark Victor, Dan Dicks, Stephanie Murphy, and many more. I will be speaking as well, and it will be my first public appearance aside from my YouTube videos and writings.\n\nThere\u00a0are also \u00a0workshops and an Ayahuasca ceremony hosted by Barry Cooper called Ayahuascapulco. It should occur on the final evening of the conference. Jeff Berwick will be holding the Dollar Vigilante summit meeting as well. And when night falls, there will be a bacchanalia and other parties to celebrate life, liberty, and love. As an added bonus,\u00a0many of the vendors at the conference will be accepting bitcoin and possibly other cryptocurrencies.\n\nGrab your tickets\u00a0today at the Anarchapulco homepage. They\u00a0are 245 dollars, but students get a special discounted rate. Tickets are also available for the workshops and are on the same link posted above.\n\nI can't wait to meet\u00a0you.\n\nBrave the future! \u00a0Evacuate the State! \u00a0And watch this Anarchapulco informational video below:\n\nhttps://youtu.be/-9p8atSEaBQ\n
    \"You never change things by fighting the existing reality. To change something, build a new model that makes the existing model obsolete.\"
    \n\n
    \n\nMy name is Sterlin. Follow me @\u00a0Psychologic-Anarchist. I also run\u00a0the Psychologic-Anarchist Facebook\u00a0page\u00a0and produce many\u00a0YouTube videos. My interests lie in the intersection of counseling psychology and anarchism. I write about the depredations of psychiatry, and also the new philosophy of compassionate anarchism. We have a large community devoted to discussing psychology and relational voluntaryism.\n\n\"Me", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_tag.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_tag.pat.json index 6f718b7c..f75b07cf 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_tag.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_tag.pat.json @@ -1512,7 +1512,7 @@ ], "author": "infovore", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 68.05, "beneficiaries": [], "blacklists": [], "body": "I\u2019m ecstatic. It is with great pleasure that I welcome you guys to the ninth edition of SteemMag, a weekend digest for Steemians.\n\nhttps://s14.postimg.org/kkthwj1ox/FireShot_Screen_Capture__031____Magazine_\u2013_Steem.png\n\nEvery weekend, I take a look at some of the most important topics on Steemit and also reach out to top Steemians who have expert views on such topics.\nIn case you missed it, here are links to Issue [#1]( https://steemit.com/interview/@infovore/steemmag-steemit-s-weekend-digest-1-an-exclusive-interview-with-a-whale-and-this-week-on-steemit) , [#2]( https://steemit.com/steemmag/@infovore/steemmag-steemit-s-weekend-digest-2-an-exclusive-interview-with-a-whale-who-owns-a-bot-and-more-exciting-features-this-week-on) , [#3]( https://steemit.com/steemmag/@infovore/steemmag-steemit-s-weekend-digest-special-edition-3-a-focus-on-the-internal-market-system-plus-interesting-chats-with-some-top) , [#4]( https://steemit.com/steemmag/@infovore/steemmag-steemit-s-weekend-digest-4-the-fight-against-spam-and-the-reputation-score-a-look-at-both-sides-chats-with-a-hero-and-a) , [5](https://steemit.com/steemmag/@infovore/steemmag-steemit-s-weekend-digest-4-the-fight-against-spam-and-the-reputation-score-a-look-at-both-sides-chats-with-a-hero-and-a) and [#6](https://steemit.com/steemmag/@infovore/steemmag-steemit-s-weekend-digest-6-x-ray-on-a-pioneer-tag-chats-with-top-artists-on-steemit-a-new-mentorship-channel-steemmag), [#7]( https://steemit.com/steemmag/@infovore/steemmag-steemit-s-weekend-digest-mega-edition-7-falling-prices-and-superchargers-of-steem-chats-with-the-lazlo-of-steem) and [#8]( https://steemit.com/steemmag/@infovore/steemmag-steemit-s-weekend-digest-8-a-look-at-steemit-s-user-retention-rate-chats-with-an-analyst-project-leads-of-the-robinhood)\n\nThis week I will be taking a look, for the first time, a number of topics that have received lots of attention from Steemians. A number of posts by a co-founder and @steemitblog has spurred widespread discussions on **Curation efforts and Voting patterns**. Also, the issue of **\u201cID theft, harassment and plagiarism\u201d** was widely discussed. \nSteemMag in its usual manner reached out to a number of key Steemians who have in-depth knowledge of the issues and had chats with them\u2026. Really interesting chats\u2026. I had a great time getting everything ready.. I\u2019m sure you will enjoy it too.\nGet a cup of coffee and let\u2019s kick off the fun ride :)\n\n---\n**In page 1:**\nSteemMag had a chat with @riverhead \u2013 A whale who is also a witness and also the back-end moderator of Steemit.chat. A very nice guy I must say. We had a chat with him on topics ranging from how he joined Steemit, community participation and curation. I\u2019m sure you would enjoy hearing from him. \n I also had a chat with @firepower- who is the front-end Lead Moderator of Steemit.chat\n\n**In Page 2:**\nSteemMag had a chat with @anyx , The Lead of the Steemcleaners project\nWe also reached out to a number of steemians for our weekly Steemians Speak on an exciting topic that can bring some nostalgia. ;)\nAnd lots more\n---\n**SteemMag in Russian**\nIn addition to the ongoing translation of previous issues of SteemMag to chinese, @zaebars had the idea of translating previous issues of SteemMag and Official Steemit announcements to the Russian language. I believe this ongoing translation projects will help provide more language diversity on Steemit.... If you're interested in translating SteemMag to your native language. Please hit me on steemit.chat @infovore for further discussions.\n\nP.S [Here is the link to the Russian translation of steemMag](https://steemit.com/ru/@rusteemitblog/steemmag-ezhenedelnyi-stimit-daidzhest-8-perevod-stati-infovore) and [this](https://steemit.com/ru/@rusteemitblog/steemmag-ezhenedelnyi-stimit-daidzhest-8-2-perevod-stati-infovore)\n\n---\n\n

    A Chat With @riverhead

    \nhttps://s14.postimg.org/t0eh0af69/An_Exclusive_Interview_with__smooth.png\n\nSteemMag:\n**How did you get to know about steemit? And how has the journey been so far?**\n\n@riverhead:\n\nA friend of mine, who was involved early on, called me to tell me about really cool new crypto project. This was back in early April and I really liked the idea. A decentralized Buzzreditbook \u2013 how cool is that? Finally a blockchain project that wasn't trying to reinvent the financial world!\n\nSo far I've been having a blast with Steem and also the Steemit UI. Like any other large project there are good days and bad but the good days far outnumber the bad! I'm constantly amazed at the great people involved with the project. A quick look at steemtools.com is all it takes to see the deep pool of talent in and around the project.\n\n\nSM:\n**You are also a back-end moderator of steemit.chat. What are those things you've noticed so far?**\n\n@riverhead:\n\nThe biggest takeaway for me as moderator is just how little it takes for one person to get a channel completely fired up and turned into a troll-box. Thankfully we have a great team of levelheaded moderators that are helping to keep the peace!\n\nI have also been blown away by the people, such as Firepower, that have recognized the value of steemit.chat and have stepped up to do what they can to see it grow. Firepower has some great ideas and brings a lot of energy and optimism to the steemit.chat platform. Exciting times ahead!\n\n\n
    \n\nSM:\n**A number of Steemians complain of the platform not running as smooth as that of slack. What more functionality should Steemians look out for?**\n\nI completely agree with those that have noticed the relative sluggishness of Rocket Chat versus Slack. We have been scaling up server side hardware and software to try to address these issues. Slack and Rocket Chat provide similar services but are intended for different audiences. A few key differences to note:\n\n\u2013\tOn Slack we had around 1000 users compared to a little over 3000 on Rocket Chat.\n\n\u2013\tThe free Slack service has a global message history limit of 10000. With the volume of traffic we have now on Rocket Chat a message would only last a few seconds and Direct Messages just wouldn't be functional at all. To remove that limitation Slack charges $7 USD/account. Yes, $21,000 USD/month for a chat server at our current occupancy!\n\n\u2013\tSlack is designed for teams with external management structures and therefore does not have the depth of moderator tools we enjoy with Rocket Chat. There are almost no moderator controls at all in Slack. For Slack's intended audience this is fine but for a public community of this size it would be chaos. The most obvious omissions are channel specific moderators and the ability to assign commands based on account role (moderators can mute users for example).\n\n\u2013\tRocket Chat allows the community to own its own data and log files. The paid version of Slack has some of this functionality but a community is still more or less at the mercy of Slack's EULA.\n\n\u2013\tA specific example of a difference between a community owned service and a paid service: when a few Slack accounts were compromised and email/passwords changed there was a lengthy back and forth with Slack support which didn't really get anywhere. On Rocket Chat we could return the compromised accounts to their respective owners in a few minutes.\n\n\n\nSM:\n**As a whale, what do you look for in posts before voting?**\n\n@riverhead:\n**I've answered this question and gone back and deleted it about five times now. So let's try it again, this time with feeling.** The two biggest goals for my voting are to grow the platform and reward quality content creators. One thing to keep in mind is that as a large Steem Power holder my incentives lean much more toward long term success of the platform than rewards from curating.\n\nWhen I'm reviewing a post I try to determine first and foremost if it is original, or properly cited, content. Community projects like Curie, Steemcleaners, #steemitabuse-classic, etc. are great in assisting with this highest level filter. Next I try to determine if a post will be of interest to others \u2013 is this a link I'd send to friends even if it was on another platform?\n\nAlso important to me is if an author is putting out great content and no one has noticed. Inline with platform growth I have a strong incentive to get eyes on that person's work!\n\n
    \n\nSM:\n**There has been a recent rise in your curation efforts. How do you manage your daily activities and curation?**\n\n@riverhead:\nAren't open platforms great? There is no hiding on Steem! As mentioned above my primary goal is to grow value in the platform. Since I have no talent as writer, artist, or journalist this means curating content. A lot of content. Sadly there just aren't enough hours in the day to go through even half the content that's being generated! However I feel it needs to be done. To that end I have enlisted a good friend of mine, who also shares a lot of my values, to curate using my posting key. We are in constant communication and he's always trying to curate in a manner that fits the ethos I discussed above. He is his own person though so I suspect many will look with a raised eyebrow why one post got a vote and another did not. That's fine and all part of this great game!\n\n\nSM:\n**In which way do you think we can we a. Better distribute Steem power b. Improve the prices of Steem and SBD?**\n\n@riverhead:\n\nThis is an issue that will solve itself in time. A lot of the larger stakeholders seem to be idle from a curating perspective and also divesting their Steem Power and selling it. The net results in the short term is a lot of downward pressure on the price. Long term it means Steem will transition from a few early miners to users of the platform. \n\nThere are some that view whales powering down in a bad light. Naturally I am not in that camp but I can hardly claim an unbiased view. That said I do feel it is the best thing they can do to address the distribution issue. We cannot simultaneously want a flatter distribution of Steem and pressure people to not sell their stake. Personally I do not see the difference between one whale powering down a large stake or hundreds of people powering down a smaller stake. In my opinion the mechanic of the 104 week power down schedule levels the playing field from a dumping perspective.\n\nThe organic growth of Steemit, and by extension Steem, is exponential and effectively without bound. The downward pressure caused by my powering down is linear and has a very clear end point. The problem will solve itself so long as Steem is, and continues to be, a success.\n\nAs for the price of SBD I am quite happy with it priced around $1 USD/SBD. Like any stable coin it needs volume for the peg mechanisms to work. To generate volume a token needs some sort of utility. The interest rate on SBD is, again in my opinion, greatly overlooked by many. Also as the Steem platform grows in popularity so will the adoption of SBD by more services; much like the utility Bitcoin enjoys today as a payment token at many vendors.\n\n
    \n\n\nSM:\n**There have been a number of proposed features on the blockchain? What's your view on the recent 5 votes a day proposal? And powering down whales losing their voting powers?**\n\n\n@riverhead:\n\nFirst let\u2019s just clear up one big misconception: **The goal is not five votes per day nor is that what is being implemented.** It is akin to implying a $5 daily spending budget will only allow someone to buy 5 things. That \nwould only be true if everything cost $1. Want to buy five hundred items? Great \u2013 buy items that are worth $0.01. \n\nWant to vote more than five times per day? Great \u2013 don't vote 100% weight with every mouse click. This change creates incentives for users to better understand voting weights but more importantly makes it much easier to compete with the voting bots. Humans versus bots is the real battleground not whales versus dolphins versus minnows. There have been many great posts on steemit.com that do a much better job of explaining this than I can so I urge people to seek out those posts and educate yourselves.\n\nRemoving voting power from those powering down seems like a knee jerk reaction to a problem that will solve itself in time. I would rather see more focus on increasing demand for the Steem token than creating more barriers to exit. The 104 week power down schedule is sufficient in my opinion.\n\n\nSM:\n**Your personal message to Steemians and projects they should look out for?**\n\n@riverhead:\nWe are still in the twilight dawn of the Steem era and need to take a long view of things to come. There is great danger in band-aid quick fixes to seemingly unfair but temporary issues. Keep producing and curating quality content, spreading the word of Steem, and developing really cool tools and projects that enrich the ecosystem. The world will continue to come to us.\n\nIf I can leave you all with one parting message it is simply to be kind and respectful to one another. Steem is attracting people from all walks of life, religions, opinions, personal experiences, politics, and ambitions. It is simply not possible for everyone to agree with everyone else nor is it possible to beat people into our one world view. Accept gracefully that we will have and need diversity if we want this platform to reach its potential.\n\n---\n\nThanks @riverhead for the really insightful replies.. It\u2019s refreshing to read another perspective on the important issues affecting Steemians.\n\n---\nhttps://s12.postimg.org/4ijigtqcd/An_Exclusive_Interview.png\n\n

    A Chat with @firepower

    \n\nSteemMag:\n**What are some surprising activities you've noticed so far in the chat channels and what changes would you like to see?**\n\n@firepower:\nInitiatives that I'm part of such as RobinHoodWhale, SteemCleaners have all emerged from the discussions (public and private) on the platform. It was a surprise to see engagement at this level and the motivation amongst users of the platform to collaborate with a single mindset to bring positive changes we wanted to see on the site. I'd like to more users helping each other with the queries as the user participation grows here and lesser trolls and scammers.\n\nI'm currently putting together **\"Steemit Social\" \u2014 a community management team that in its initial stages will handle moderation of certain to-be-designated official channels for steemit related discussions here.** \n\nThat will help consolidate some of our efforts in increasing engagement and retention of good users on Steemit. Hopefully it will lead to more innovative initiatives on Steemit.com as people see the benefits of collaboration and JV on this Steemit.Chat platform and use it to further networking and great content creation. \nAlthough a fair bit of this has been achieved with a number of initiatives that we've seen on the site already but team building for Steemit Social is currently underway.\n\nSteemMag:\n**How are moderators for channels chosen?**\n\n@firepower:\nThere are several channels on Steemit Chat many of which are user created for personal reasons. I personally over see over 50 channels on a regular basis. \n\nFrom this vast number a dozen or so channels have been selected for moderation under Steemit Social initiative. The moderators for these channels are selected on the basis of their current participation on the channels. Those proven to be proactive, helpful, collaborative are considered (if they are willing to step up to the task of moderation) \n\nAlso in addition to this I will be selecting on basis of the time they can devote to moderation and a few other criteria. But they can and will be a mix of old timers and new users.\n\n---\n\nThanks @firepower for having a chat with SteemMag. We wish you all the best :)\n\n---\n\n**Check out page 2 for more awesome features you wouldn't want to miss :)**\n -->[Page 2](https://steemit.com/steemmag/@infovore/a-day-in-the-life-of-a-steemcleaner-steemians-speak-fondest-moment-on-steemit-this-week-on-steemit-steemmag-steemit-s-weekend)", @@ -2135,7 +2135,7 @@ ], "author": "sigmajin", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 61.43, "beneficiaries": [], "blacklists": [], "body": "People often notice the many similarities between me and Jesus. Today, I will attempt to explain the voting power changes coming on the 13th in a parable, just like Jesus would. \n\nGoing into this, I\u200b want to correct an error in my earlier post on the subject. In my earlier post, I misunderstood some graphs on the white paper and assumed that the vote target was a \"sweet spot\" and that going above or below it would result in a penalty to voting power. This, in fact, is not true. You are only penalized for casting too few votes, not for casting too many. If you cast more than the target number of votes, your decreased voting power will be entirely offset by your increased number of actual votes. \n\nYou can read some of the discussion that led to this post [here](https://steemit.com/steem-help/@biophil/announcement-all-votes-will-be-up-to-8-times-more-powerful-in-new-hard-fork) and [here](https://steemit.com/steem/@sigmajin/what-every-user-should-know-about-the-upcoming-change-in-voting)\n\n##
    **The 5 Curating Brothers**
    \nImagine for a moment that there are 5 brothers. These five brothers do all of the curating on steemit. They all have the same amount of steem power. In this theoretical steemit system, the total daily reward pool is $8,500.\n
    http://www.msnbc.com/sites/msnbc/files/styles/ratio--3-2--830x553/public/articles/155658114.jpg
    \n* **Andy** devotes the most time to his curating duties. He casts the target 40 votes per day.\n\n* **Ben** is not as good as Andy at managing his time and his votes, but he still tries. He casts 30 votes a day.\n\n* **Carl** doesn't have very much time to delegate to curating. He casts 20 votes a day\n\n* **David** Has even less time. He casts 10 votes a day.\n\n* **Frank** barely has any time to devote to curation, he casts 5 votes a day.\n\nIn total, 85 votes are cast every day to award $8500. Each vote, therefore, is worth $100.\n\n#
    Brothers Vote Value At the 40 Vote per Day Target
    \nX | votes cast per day | Median Vote strength | Adjusted Votes Per Day| total value cast per day\n------------ | ------------- | ------------- | ------------- | -------------\nAndy | 40 | 1 |40 | $4000\nBen | 30| 1 | 30 | $3000\nCarl | 20 | 1 |20 | $2000\nDavid | 10 | 1 |10 | $1000\nFrank | 5 | 1 | 5| $500\n**Total** | **85** | **1** | **85** |**$8500**\n\nNote that, for a fixed amount of steem power and reward pool, Andy is unique in that he cannot earn more money by voting more. He wouldn't lose money, but the change to his voting power would make any vote above 40 a wipe. He actually _can_ lose money by clumping his votes. Ideally, at 40 votes, he should be able to cast every single one of his 40 votes at 100% power by spacing his votes at 36-minute intervals through the day. If there was a super-Andy who cast 80 votes per day, his adjusted vote value would be the same as Andy's, because he would be unable to cast his full 80 votes and also wait long enough to cast them all at 100%.\n\n#
    Brothers Vote Value at the 5 vote per day target
    \nX | votes cast per day |Median Vote Value | Adjusted | total value cast per day\n------------ | ------------- | ------------- | ------------- | -------------\nAndy | 40 | .125 | 5 |$1700\nBen | 30| .166 | 5| $1700\nCarl | 20 | .25 | 5 |$1700\nDavid | 10 | .50 |5 | $1700\nFrank | 5 | 1 |5 |$1700\n**Total** | **85** | **.29** | **25**|**$8500**\n\nNotice that, because they are above the vote target, Andy, Ben, Carl, and David all have median vote values below 1.0 Just like Super Andy in the previous example, the \"extra\" votes that they cast above the target threshold attenuate their voting power. Andy could bring his voting down to 5/day (just like frank) and be able to cast 100% votes, but it wouldn't really make a difference. He is not being penalized for casting too many votes.\n\nNote here that the monetary value of a single 100% vote did go up. \n
    \nTo begin with, it was \n
    \n` 8500 / 85 =100 `\n\nAfter the target change, it is \n\n` 8500 /25 = $340 `\n
    \nIn this particular case, it went up just over 200%. However, this increase was insufficient to make up for the 87% decrease in the number of votes that could be cast. The farther away each brother was from actually casting the maximum number of votes, the less his average influence was effected.\n\nTo use shennanigator's model, if you could cast 40 100% votes per day worth 10 cents each before the change, after the change you would be able to cast 5 100% votes worth 34 cents after the change.\n\nHere are the before and after numbers for the total $ influence exerted by the brothers.\nx | 40 vote target | 5 vote target | % gain/loss\n------------ | ------------- | -------------| -------------\nAndy | $4000 |$1700 |-57.5%\nBen | $3000 |$1700 |-10%\nCarl | $2000 |$1700 | -15%\nDavid| $1000 |$1700 | +70%\nFrank | $500 |$1700 | +240%\n\n# Lowering the Bar Does not Improve Participation(it just improves how many get over the bar)\n\nBiophil wrote in my previous thread\n> It just depends on total voter participation; if participation goes up (a good thing), the increase won't be 8x. If it goes down (a bad thing), the increase will actually be more than 8x. It's very difficult to predict.\n\nThis is somewhat misleading. Imagine a classroom with 40 students in it. At the end of the year, 4 students are scheduled to be awarded a certificate for perfect attendance. On the very last day, the principal comes into the classroom and announces that, in addition to the 4 students who actually have perfect attendance, 10 students who have been absent 2 days or less will also get the certificate. \n
    \nhttps://anticap.files.wordpress.com/2011/08/lowering-the-bar.jpg\n
    \nBy doing this, the principal has not, in fact, increased attendance. He has merely increased the superficial appearance of attendance by rewarding imperfect attendance the same way he rewards perfect attendance. In the same sense, the 5-day target does not increase participation. It merely gives the same reward to lower participation as it does to higher.\n\nIn fact, it disincentivizes high participation. In the new system, there is less reason for andy to take the time to read and vote on 40 posts. He can still do so, but why should he? He can be like frank, put in much less work, and get the same level of influence.\n\n# I heard the new voting target is helping fight bots... how is it doing that?\n\nIt's really not. At least, not directly. It does hurt bots (because most bots are Andys, though I would argue that most Andys are not bots). Basically, if you're a high power frank, this new target helps you at the expense of _all_ andy's, bots included. When we say this decreases the influence of bots, what we really mean is that it decreases the influence of _all_ very active curators.\n#
    Which brother are you?
    \nIf you look at the charts above, it becomes clear that there are two factors that influence how the change to a 5 vote target will affect each individual voter.\n\n1. How close are you to optimal voting right now? If you're an andy or a ben, you're probably going to see a decrease in influence.\n2. How close is everybody else? If you're currently a more optimal voter than average, this will definitely hurt you. If you're a less optimal voter, this will definitely help you. \n
    \n
    \nIn a world where every poster was an andy, this change would have precisely the type of cosmetic effect @shenanigator and others have described. If everyone on steemit were a Frank or a Dave, and there were only a few Andy's, this vote would decrease the voting power of the andy's significantly.\n\nAt the end of the day, what you need to take away from this and my other post on the topic is that this change is not cosmetic, or a \"bug fix\", or a way to give users two dollar bills for 8 quarters. It is a very real re-distribution of influence with very real consequences to active curators. We should look long and hard at the effects of this redistribution when it happens, because its very possible that some of the best curators here will, to coin a phrase, get Franked in the Andy.", @@ -3338,7 +3338,7 @@ ], "author": "infovore", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 68.05, "beneficiaries": [], "blacklists": [], "body": "https://s14.postimg.io/yfrsezw41/THE_TRAVELLER_2.png\n\n

    A Chat with @anyx - Lead, SteemCleaners Project

    \nhttps://img1.steemit.com/0x0/http://i.imgur.com/9cvHo2P.png\n\nSM:\n**What's a typical day like in the life of a steemcleaner?**\n\n@anyx:\nThere's a bunch of administrative work organizing and logging things. But most of the day is hard work is sorting through the new section of steemit, basically trying to figure out if a post is legitimate or not. There's a few \"tells\" whether or not a post is more likely to be plagiarized (e.g. a new account), or a spun article (e.g. broken english), and sometimes it's just intuition.\n\nAnother part of the day is unfortunately drama, and trying to convince people that what we are doing is justified. Not everyone cares about producing original content, and a lot of people don't mind if someone gets paid for someone else\u2019s work, and sometimes there isn't much we can do to change their minds.\nAnd finally, we also try our best to generally help people. For example, people who have been unjustly flagged (see the r4fken case), we upvote them to unhide their posts/comments.\n\nSM:\n**Do you think your anti-plagiarism, anti-ID theft campaign is bearing fruits?**\n\n@anyx:\nI don't think we have made any significant progress. Guiding new users in the right direction is one thing, but unless our message reaches the higher ups, we are fruitless in our endeavours.\n\nThe majority of whales are unconvinced in what we are trying to accomplish (@steemcleaners only has a very select group of followers and helpers), and furthermore, some whales go completely against our ideology. For example, one whale upvoted a bunch of recipe articles, to hundreds of dollars each. Within the same day, we saw a flurry of new accounts created that were just plagiarizing recipes, literally spamming tons of plagiarized content, hoping to \"catch\" said whale.\n\nAnd it worked. The whale upvoted many of the plagiarized recipes, and these spammers were rewarded. Sadly, when an average user sees this happen -- when spammers get rewarded, and they get nothing for their hard work -- they get frustrated and probably get tempted to leave the site. That's possibly contributing to the downturn in activity and price here.\n\n
    \n\nSM:\n**What from your own perspective should steemians look out for before upvoting or flagging a post?**\n\n@anyx:\nI say this over and over again, but no one listens. And I expect once again that no one will.\nStop upvoting things without first considering who the poster is.\n\nThis isn't facebook or reddit, your votes aren't worthless. They mean something, and you should take consideration on what you are rewarding, as what gets rewarded will be incentivized to continue, just like I mentioned with the recipe example. The more plagiarism gets upvoted, the more we will see of it. But on the other hand, the more that good, original content gets upvoted, the more of it we will see. So be selective, you are literally shaping the future of steemit with your votes.\n\nI have noticed that most people don't bother to flag spam or plagiarism, and that is sorely disappointing to me. Do take the time to flag spam, at the very least. We are witnessing a \"bystander effect\" where everyone is watching this garbage appear but almost no one is taking action to stop it. \n\nSM:\n**How's cheetah doing?**\n@anyx:\nCheetah is running along as good as she has ever been. A lot of her actions recently have been for flagging spam, and I am hoping to work on some more advanced features for this shortly. Not much to say about her, as I've been less active these past two weeks due to real life obligations, but more will come soon. :)\n\n
    \n\nSM:\n**Which blockchain based features would you like to see as soon as possible?**\n\n@anyx:\nThis is a tough question. There was a lot of talk on some potential censorship that came with \"negative voting\" or \"vote cancelling\" that was discussed recently, and I agree that these things need a lot more consideration before they are implemented. That may come to a surprise to many of you whom consider me to be some sort of thought police or even \"hitler\"; but yes, I am against actual censorship.\n\nThe blockchain based feature here on Steemit that I would most look forward to is a more fluid way to use the witness list for rewarding Steemit activities. Right now the list is quite static, and the reward that the small oligarch gets is quite large. I would much like to see the oligarch break into a more decentralized approach, such that other users and projects would have access to the witness funds.\n\nI know many people would use their witness funds for good projects. For example, if I were a witness I would use ALL the funding to reward anyone fighting abuse. The robinhoodwhale or curie projects could use the funds as power to curate better. Many developers not in the top 19 are doing absolutely fantastic work too. But unfortunately, I do not even know where a lot of the funding is currently going -- so a smarter, more transparent, and more decentralized approach here would be very cool.\n\n---\n\nThanks @anyx for taking the time to have an interview with SteemMag. Great job you\u2019re doing. All the best\n\n---\n
    \n\n

    Steemians Speak \u2013What\u2019s Your Fondest Memory On Steemit

    \n\nhttps://s14.postimg.org/o30wf6d75/CUPCAKE.png\n\nDespite the various issues we\u2019re facing on Steemit, we\u2019ve all had really exciting times on Steemit. To look at this weekend\u2019s theme from another perspective, SteemMag reached out to a number of Steemains asking them:\n\n

    What\u2019s Your Fondest Moment on Steemit?

    \n@camilla \nMy best Steemit memory must be finding @stellabelle\u2019s posts when I first joined this community. She was one of the first women I saw posting on Steem and she was brave, free, honest and full of great ideas. She encouraged me to start writing and creating my own work. Thank you StellaBelle!\n\n@anduweb \nMy first whale upvote. \nI remember having the idea to create steem.ly and having this nervousness to get the domain before anyone else, deploying the app and writing the announcement post. Many hours in the making and it was a great idea to not clog messages with long ugly links but list them simply with a cool looking short link like steem.ly/xyz. \n\nI remember reading the post dozens of times before pressing Post, tweaking it to perfection. After posting it, i had the post on one screen autorefreshing the page and steemitx on the 2nd screen constantly checking the stream of votes from the filtered list of whales. My heart was in a tight grip, waiting to see what recognition it gets.\n\nI kept staring at the screens for hours and at one point I laid back on the couch still looking at the monitors, falling asleep in shots (it was way past midnight) waking up from time to time. \nAnd in a sleepy glance i saw it, an upvote from @dantheman. I jumped from the couch and confirmed it. I screamed of joy inside. I would have done it loudly but everyone else was asleep and would have called me crazy. But I am crazy. Steemit crazy. #steemon\n\n
    \n@dwinblood:\nThey are a moving mass that vie for which one excites me the most, Larken Rose joining, wow this is real I'm making money, my @chaospoet resurrection actually working and being an unusual outlet, and the acceptance and reception of the steemit community for articles personal in nature I was expecting ridicule and instead received support.\n\n@ash \nmy [first post]( https://steemit.com/technology/@ash/hello-world) and to learn and see what Graphene Technology is capable of\n\n@mrwang \nMy fondest memory on steemit is actually a tie, lol... \nWhen I found the-alien post \"zen and the art of not giving a fuck\" not only did it inspire me to write and re-release a very personal video dedicated to my grandmother but was literally a blueprint of my climb to success as an Actor/Filmmaker Episode 5 Goodbye American Beauty of my awareness campaign #nobodysperfect \n\nThe other was the moment I realized how much of a positive influence I became when I took a huge gamble by releasing Episode 1 - Awareness steemit.com \u2026 I didn't know how the community was going to receive it and what I did was open a door for others dealing with similar struggles to feel confident about sharing those struggles with everybody on Steemit.\n\n
    \n\n@romanskv \nWhen I received the high evaluation of this artistic [work]( https://steemit.com/art/@romanskv/hi-steemit-i-present-to-you-my-outsider-works)\n\n@illuminaughti \nThe moment that sticks out for me was when I had my first \u2018big hit\u2019. I was at work when I saw the payout go up to $200 and started to have a \u201cmanic attack\u201d. My head was spinning, my cheeks were flushed. I couldn\u2019t believe it. I went from being unsure if I could buy food this week to being paid for creating something I was passionate about! You always remember your first!\n\n@sauravrungta \nThe discovery of Steemit itself is the fondest memory. I remember the day I came across this site and was completely blown away. I couldn't sleep that night and the whole week that followed!\nWithin Steemit itself, my fondest memory was when I received my first compliment for my article. This was so new to me and having people actually appreciate your content is just wow!\n\n@royaltiffany\nMy fondest memory of Steemit, was when I discovered it. The novelty, the excitement of finding something new, the research and all the questions...it was a thrill!\n\n\n---\n\n

    This Week On Steemit

    \nhttps://img1.steemit.com/0x0/https://www.steemimg.com/images/2016/07/30/THETRAVELLER26edca.jpg\nA lot of interesting events happened this week. And in case you missed them, we\u2019ve got your back. Here are some of the most important events that happened on Steemit this week.\n~ Steem retains last week\u2019s position and it\u2019s currently 7th on the coinmarketcap.com\u2019s crypto market capitalization list.\n\n~ Steemit co-founder @Ned launches Steem bounty system and also discusses proposal for voting rights delegation, steem power distribution and holding.\n\n~ @good-karma releases updates for eSteem \u2013 an Android and iOS app for browsing Steemit\n\n~This adds to the growing collection of dedicated steem apps. For a comprehensive list check out SteemTools.com\n\n~ @steemitblog announces New Advanced Formatting Features\n\n~ Account creations reached a week high of 1 025 on 2016-09-05\n\n~ Post, replies and votes are steadily increasing with Post& Replies having (+2.74%) and Votes (+2.83%) fall. [Source](Steemle.com)\n\n~ Meanwhile, SBD loses value with rates ranging from 1 SD = 0.75 -0.82 this week\n\n~$0.57 and $0.87 were the lowest and highest value traded this week for a unit of Steem respectively.\n\n\n
    \n\n----\n\n--> [Page 1](https://steemit.com/steemmag/@infovore/steemmag-steemit-s-weekend-digest-9-of-community-curation-and-reputation-chats-with-a-whale-steemit-chat-lead-moderators-a-day)\n\n----\n\nP.S\nIf you've got any suggestions, please make a comment using the reply box below or send a message to me on steemit.chat @infovore.\nWould love to hear from you \nOoh. And don\u2019t forget to follow my blog. ;)", @@ -4647,7 +4647,7 @@ ], "author": "gavvet", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 72.8, "beneficiaries": [], "blacklists": [], "body": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/00/Emblem_of_Italy.svg/390px-Emblem_of_Italy.svg.png\nImage Credit\n>In a recent, very inspirational post @gavvet has highlighted the importance (both from a cultural and a community development viewpoint) of fostering the growth of linguistic diversity on Steemit. \nhttps://steemit.com/languages/@gavvet/the-birth-of-linguistic-diversity-on-steemit\n\nIn un post pubblicato recentemente, @gavvet ha messo in evidenza l\u00b4importanza (sia dal punto di vista culturale che in termini di sviluppo della comunita\u00b4) della crescita della diversita\u00b4 linguistica su Steemit.\n\n>Publishing high-quality content in languages other than English (possibly including English translations to increase visibility) is a key step towards making Steemit viral worldwide. However, at the moment posting on Steemit in \u201cforeign\u201d languages is a bit of a chicken and egg game\u2026 \n\n>Many people feel their language community is too small for their native language post to have an impact, but at the same time everybody acknowledges that the community will hardly grow unless they publish more posts in their own language and then share them on e.g.Facebook, so that outsiders can discover Steemit and decide to join.\n\nLa pubblicazione di materiale di qualita\u00b4 su Steemit in lingue diverse dall\u00b4inglese (eventualmente con una traduzione in inglese per aumentarne la visibilita\u00b4) e\u00b4 un passaggio chiave per la crescita virale di Steemit su scala globale. Tuttavia, al momento la pubblicazione su Steemit in lingue \u201cstraniere\u201d e\u00b4 bloccata in un circolo vizioso...\nMolti considerano che la propria comunita\u00b4 linguistica e\u00b4 troppo piccola perche\u00b4 un post in lingua originale abbia un impatto visibile, ma allo stesso tempo tutti sono d\u00b4accordo nel dire che la comunita\u00b4 non puo\u00b4 crescere se non si pubblicano piu\u00b4 post in lingua originale e non si condividono su Facebook, ecc, per permettere a persone esterne di scoprire Steemit ed iscriversi.\n\nhttps://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Trevi_fountain_2015.jpg/640px-Trevi_fountain_2015.jpg\nImage Credit\n>I think that one way out of this deadlock involves seeking help from a highly visible \u201cwhale\u201d, willing to promote foreign language posts (including English translation) through the \u201cfeatured author\u201d scheme. The idea is that if such posts make a sizeable impact, this will raise awareness of the size of the language community and motivate foreign language writers. As my native language is Italian, and @gavvet has kindly agreed to support this idea, I am asking all Italian authors who are interested in writing a bilingual (English/Italian) post to be featured by @gavvet, to get in touch with me @claudiop63 via the chat and also to join the #italian channel in order to discuss strategies, etc.\n\nLet\u00b4s bring more Italy into Steemit! \n-\n\nRitengo che una strategia per spezzare il circolo vizioso possa essere quella di farsi aiutare da una \u201cwhale\u201d che sia pronta a promuovere post in lingua straniera (che includano una traduzione in inglese), attraverso il sistema \u201cfeatured author\u201d. L\u00b4idea e\u00b4 che se tali post avranno un impatto visibile, la comunita\u00b4 linguistica si rinsaldera\u00b4 e gli autori saranno motivati a pubblicare in lingua originale.\nVisto che io sono di madrelingua italiana, e che @gavvet ha gentilmente accettato di sostenere questa strategia, chiedo a tutti gli autori italiani interessati a pubblicare post bilingui (Italiano/Inglese) come featured authors di @gavvet di contattarmi @claudiop63 tramite la chat e di entrare, se non lo hanno gia\u00b4 fatto, nel canale #italian, per poi discutere strategie, ecc.\n\nCerchiamo di riempire Steemit di Italia!\n-", @@ -5038,7 +5038,7 @@ ], "author": "celebr1ty", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 63.05, "beneficiaries": [], "blacklists": [], "body": "\n

    \n

    This little spider suddenly appeared on the hand of my husband, and they became friends. He was crawling on him as a close friend, jump, run, and then began to dance! He especially liked to sit on the watch! They indulge in a long time, and both were happy to communicate!

    \n

    And you notice these little things around you?

    \n

    \n

    \n

    \n

    \n

    \n

    \n

    \n

    \n

    \n

    Don't forget to follow me!  

    \n

    \u042d\u0442\u043e\u0442 \u043c\u0430\u043b\u0435\u043d\u044c\u043a\u0438\u0439 \u043f\u0430\u0443\u043a \u043e\u043a\u0430\u0437\u0430\u043b\u0441\u044f \u043d\u0435\u043e\u0436\u0438\u0434\u0430\u043d\u043d\u043e \u043d\u0430 \u0440\u0443\u043a\u0435 \u043c\u043e\u0435\u0433\u043e \u043c\u0443\u0436\u0430, \u0438 \u043e\u043d\u0438 \u0441\u0440\u0430\u0437\u0443 \u043f\u043e\u0434\u0440\u0443\u0436\u0438\u043b\u0438\u0441\u044c. \u041e\u043d \u043f\u043e\u043b\u0437\u0430\u043b \u043f\u043e \u043d\u0435\u043c\u0443, \u043a\u0430\u043a \u0431\u043b\u0438\u0437\u043a\u0438\u0439 \u0434\u0440\u0443\u0433, \u043f\u0440\u044b\u0433\u0430\u043b, \u0431\u0435\u0433\u0430\u043b, \u0430 \u043f\u043e\u0442\u043e\u043c \u043d\u0430\u0447\u0430\u043b \u0442\u0430\u043d\u0446\u0435\u0432\u0430\u0442\u044c! \u041e\u0441\u043e\u0431\u0435\u043d\u043d\u043e \u0435\u043c\u0443 \u043f\u043e\u043d\u0440\u0430\u0432\u0438\u043b\u0430\u0441\u044c \u043f\u043e\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043d\u0430 \u0447\u0430\u0441\u0430\u0445! \u0411\u0430\u043b\u043e\u0432\u0430\u043b\u0438\u0441\u044c \u043e\u043d\u0438 \u0434\u043e\u043b\u0433\u043e \u0438 \u043e\u0431\u0430 \u043e\u0441\u0442\u0430\u043b\u0438\u0441\u044c \u0434\u043e\u0432\u043e\u043b\u044c\u043d\u044b\u0435 \u043e\u0442 \u043e\u0431\u0449\u0435\u043d\u0438\u044f! 

    \n

    \u0410 \u0432\u044b \u0437\u0430\u043c\u0435\u0447\u0430\u0435\u0442\u0435 \u044d\u0442\u0438\u0445 \u043c\u0430\u043b\u0435\u043d\u044c\u043a\u0438\u0445 \u0441\u0443\u0449\u0435\u0441\u0442\u0432 \u0432\u043e\u043a\u0440\u0443\u0433 \u0441\u0435\u0431\u044f?

    \n

    \u041d\u0435 \u0437\u0430\u0431\u044b\u0432\u0430\u0439\u0442\u0435 \u043f\u043e\u0434\u043f\u0438\u0441\u044b\u0432\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u043c\u0435\u043d\u044f! 

    \n", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_tag_paging.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_tag_paging.pat.json index ecb9ab70..5aa54a85 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_tag_paging.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_tag_paging.pat.json @@ -316,7 +316,7 @@ ], "author": "simba", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 64.66, "beneficiaries": [], "blacklists": [], "body": "Hey everyone, this is guessing game no. 11,\n\nRules are:\n\nThe winner is the first to guess what's in the picture\nWinner will be announced after payout.\nWinner will receive 30% of the payout of the post, to make it more fair.\n\n![](http://i.imgur.com/HUrMyISh.jpg)\n\nWhat do you think it is?", @@ -774,7 +774,7 @@ ], "author": "royaltiffany", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 61.34, "beneficiaries": [], "blacklists": [], "body": "

    B'Day Movie Review Contest

    \n
    http://i.imgur.com/lHYSnw8.jpg
    \n\n

    Greetings cinephiles!

    \n\nI am bringing to you a new awesome challenge, a challenge for all those who love movies, love to write about movies and are not afraid to show it! Of course, being me, I added a twist for some extra-fun!\n\nSo, here is what you have to do in order to participate in the contest:\n \nTO DO*:\n \n - first, go here , now, select the year you were born, assuming you are not born in 1873, you wont have a problem finding it.\n\n
    http://i.imgur.com/bHEhBgS.png
    \n\n - you'll see all the movies and series released that year, in order of popularity.\n\n
    http://i.imgur.com/A4dDjuj.png
    \n\n - please ignore the TV series and find THE MOST POPULAR MOVIE RELEASED ON YOUR BIRTHDAY,in USA, for example, in my case, I scrolled down and this is the most popular movie released on my birthday: \n\n
    http://i.imgur.com/g4xXO1L.png
    \n\n\n* I picked IMDB because its popularity, if you can't find the exact date there, feel free to find it from any other source. If for some reason there was no movie released on your exact birthday, pick the most popular released in the month and year of your birth. \n\n\nRULES: \n\n - watch or re-watch your b'day movie\n\n - write a review, now, you don't have to be a major movie critique in order to write a nice review of the movie. Here is a nice example of a movie review by @condra , Nazi Punks, Fuck Off! - My Green Room Review \n\n - include in the review a few lines about your favorite scene and why it's your favorite\n\n - tell us, how or if, it relates to anything in your life, even if by coincidence like in my case (Lethal Weapon 2, i have a NBK (Natural Born Killer) tattooed on my arm)\n \n - post it on your blog with the title \"My b'day movie review - YourMovieTitle\", use #bdaymoviereview and #moviereview tags and link it below in the comments. \n\n - all entries must be submitted before Friday 16th Of Sembtember 2016, 11:59 pm UTC.\n\nEXTRA RULES:\n\n - The review must be original, please refrain from copy/paste. As stated above, you don't have to be an established movie critique in order to write a few lines about it. You just need to have an opinion, sure, you can write like a critique, or just rant about it. In other words, write in your voice and style! \n\n - You can use any formatting, include pics, videos or gifs. \n\n

    PRIZES

    \n\n

    I am giving away 75 SBD, plus 50% of whatever SBD this post makes, split in 3 equal prizes

    \n\n1st Prize: picked by 3 judges \n\n2nd Prize: random extraction*\n\n3rd Prize: \"the last entry\"**\n\n*each entry will receive a number, the extraction of that number will be recorded and post it in the winner announcement post (all entries are eligible except the one picked by the judges for the 1st prize) \n\n**the last entry before the specified time above, wins the 3rd prize (except if it's the one picked for the 1st or 2nd prize) \n\n

    JUDGING

    \n\nIn order to make it fair for everyone, I decided to ignore the votes received on your entries, as well as the payout. Soooo, we have 3 amazing judges for one of your prize: \n\n

    | @smooth | @condra | @razvanelulmarin |

    \n\n

    Please allow the judges 24-48 hours to go trough all the entries and choose. Winners will be announced as soon as they decide.

    \n\n
    \n\nI wish you all good luck and don't forget to have fun! Enjoy your movies! \n\n
    \n\nDon't forget to follow me for updates!", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted.pat.json index 03c5ce69..9b1ebcad 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted.pat.json @@ -1708,7 +1708,7 @@ ], "author": "ned", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 62.11, "beneficiaries": [], "blacklists": [], "body": "https://www.biznessapps.com/blog/wp-content/uploads/2013/12/shutterstock_148639682.png\n\n# Over the last few weeks I've been thinking about ways we could increase the demand for Steem Power, the quality of curated content and the incentives to participate as a Steem curator.\n\nHere are a couple ideas I have been kicking around. They're not fully mature and could use a good rinsing by the community.\n\n## Allow Steem holders to delegate their Steem Power voting rights to a **voting pool**\n\nA delegated voting pool could socialize voting power and individualize rewards. One prime use for this could be the @steemit account. @steemit could create a voting pool and invite anyone with a verified identity and good reputation to join the pool as a curator. This could increase the number of unique curators, help bootstrap Steem as an identity database and give people even more incentives to sign up.\n\nTo show the numbers, an example would be Alice Bob and Charley each delegate their SP of 2, 3, and 7 to one voting pool. Now they each have 4, 4, and 4 SP to be used to curate. Better curation would earn them more curation rewards. \n\nA side effect of delegated voting pools could be voting markets. Any user would have the power to create a voting pool and these users could charge curators for participation. Some of the platform's whales could be interested in offering subscription models to minnows as a way to get more voting influence.\n\n## If powering down stake loses voting influence\n\nImagine that any stake being powered down would lose its rights to use voting influence. This could make the system very clear in the regard that stake is either in or it is out. Users could be able to choose any % of their stake to power down regardless of how many accounts they have and only the % stake that is powering down would lose voting influence. Stopping a power down could return all voting rights.\n\nPerhaps the effect of this could be 1/ more interest to stay in the platform and 2/ more fluidity in the witness queue 3/ more fairness regarding the PoS nature of Steem 4/ more clarity from participants looking to exit the system\n\n## Combined effect?\nPerhaps these proposals could have a combined effect that increases the demand and fluidity of Steem Power while improving the curated experience for people visiting Steem based websites.\n\n#### What are your thoughts and questions?", @@ -2522,7 +2522,7 @@ ], "author": "laonie", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 61.29, "beneficiaries": [], "blacklists": [], "body": "

    |

    What Is The RobinHood Whale?

    \r\n------------ | -------------\r\nhttps://img1.steemit.com/0x0/http://i.imgur.com/zk4a0fC.jpg | The @robinhoodwhale (RHW) is the community's solution to an essential problem that plagues Steemit: how to get noticed and upvoted before you have a big enough following. Right now, if you are not upvoted by a \"whale\" account, it is very difficult to get exposure and any substantial rewards, which leads to many great authors leaving Steemit. Robin Hood wants to be the \"whale\" that finds and helps a diverse set of talented, yet unrecognized authors. \r\nMore Info Here -> The RobinHood Whale Initiave | [Announcing RobinHoodWhale](https://steemit.com/robinhoodwhale/@robinhoodwhale/announcing-robinhoodwhale-the-steemit-deep-sea-savior)\n

    Voting History (Real-Time Update)

    \n
  • 01-09 What Do We Do When Life Gets in the Way of Our Dreams? by @leahlindeman in introduction
  • \n
  • 01-09 A Tale of a Couponer- The Beginning by @sgnsteems in savings
  • \n
  • 01-09 Abortion: Your body, your choice? Or is it the child's body that you are choosing for? by @heretickitten in politics
  • \n
  • 01-09 My Experience Partying with Tai Lopez (The \"Here In My Garage\" Guy) by @randomstories in story
  • \n
  • 01-09 The Power of Fear (An Original Poem) by @delphia16 in life
  • \n
  • 01-09 Toilet Fires, Marilyn Manson, and My Introduction to the Sweet, Sweet Taste of Satire by @lesliestarrohara in life
  • \n
  • 01-09 I have one word for you...\"Math Sucks!\" How I Convince My Students with Special Needs That Algebra is Important. by @hanshotfirst in mathematics
  • \n
  • 01-09 The Adam and Eve of Cryptography, Meet Alice and Bob! by @norbu in cryptography
  • \n
  • 01-09 The best exercise for longevity, great health and a great body by @chhayll in fitness
  • \n
  • 31-08 Hello Steemit! I interviewed CEO Ned Scott on \"Steemit.com - The Future of Social Media\" [Liberty Entrepreneurs Podcast] by @ashe-oro in introduceyourself
  • \n
  • 31-08 Taking the Mask off Steemit: Does Steemit Work for You or Do You Work for Steemit? by @strangerarray in writing
  • \n
  • 31-08 Hello Steemit! Welcome to my world\u2026 may the adventure begin! by @melisalerue in introduceyourself
  • \n
  • 31-08 The new normal by @mattclarke in steemit
  • \n
  • 31-08 A Totally Different Life in One Year by @sarahjordan in life
  • \n
  • 31-08 Why Children are Like Pit Bulls - Part 1 by @papa-pepper in family
  • \n
  • 31-08 This Year, a DJ's Saving My Life - Meet David Olam by @steemitpatina in music
  • \n
  • 31-08 Tips and Tricks to Winning at Blackjack - Lessons Learned by a Solo Card Counter by @contentjunkie in life
  • \n
  • 30-08 How English was Made: One Language\u2019s Long Journey from Humble to Honorificabilitudinitatibus by @mione in science
  • \n
  • 30-08 Most Voted Authors by Whales - This Week's Data (Aug. 22 - Aug. 29) by @cristi in programming
  • \n
  • 30-08 STEEM Analysis :: Ownership Distribution and the Whale Selling Pressure by @furion in steemstats
  • \n
  • 30-08 The Dark Side of the Blockchain - Chapter Eight - Ned by @gonzo in sciencefiction
  • \n
  • 30-08 Is It Better to Starve? by @emsenn in politics
  • \n
  • 30-08 Synereo Analysis - Let's do it right this time. by @creationlayer in real-talk
  • \n
  • 30-08 How I made Bank Selling My School's WiFi Password by @aaronburt in life
  • \n
  • 30-08 Child Abuse and my experiences dealing with it as a child. (The actions, effects and outcomes.) by @kainmarx in life
  • \n
  • 30-08 15-Year-Old Regret is Laid To Rest: A Poem by @tltran in poetry
  • \n
  • 30-08 Benetton: the creativity, the controversy and the reality that we try to avoid. by @diana.catherine in art
  • \n
  • 30-08 The Creation of The Book \"Beatrix Percival\" - Inspiration & Creative Process by @artist1989 in writing
  • \n
  • 30-08 Announcing RobinHoodWhale, the Steemit Deep Sea Savior by @robinhoodwhale in robinhoodwhale
  • \n
  • 28-08 Buying organic tobacco leaves as an agricultural commodity to make your own affordable, high-quality cigarettes: a guide in pictures by @mada in life
  • \n
  • 28-08 Quantum Computers: The Future of Computing by @sauravrungta in technology
  • \n
  • 28-08 Trusting the Hive Mind: Building My Own Voting Bot for Robinhoodwhale by @lukestokes in robinhoodwhale
  • \n
  • 28-08 Wicker heart with roses made from paper and ribbon! Beautiful present from my wife to hers grandmother on 70th birthday! by @lukmarcus in art
  • \n
  • 28-08 Color for the color blind - The science behind the EnChroma glasses by @owdy in science
  • \n
  • 28-08 Graphic Design and Social Media Pro from Panama by @anahilarski in introduceyourself
  • \n
  • 28-08 Yes, you are right to fear and hate Islam. There are 1.7 billion potential criminals out there. by @sitaru in life
  • \n
  • 28-08 Time Lapse Daisy Painting, Start to finish in 4 minutes by @kiddarko in art
  • \n
  • 28-08 Experimental Learning - Space Education; By Dr. Dorit Israeli by @dorit-israeli in education
  • \n
  • 28-08 Thoughts on Steemit power distribution and SteemPower. An anthropology based approach! by @webosfritos in steemit
  • \n
  • 28-08 Sometimes We Just Need To Rage Against The Machine by @naquoya in anarchism
  • \n
  • 28-08 Modern Day Edgar Cayce/Nostradamus by @kazumba in science
  • \n
  • 28-08 On International Dog Day - Be More Dog by @jaytaylor in photography
  • \n
  • 27-08 A Rant about a Germ Obsessed Parent and Outdoor Play by @kateblack in life
  • \n
  • 27-08 The Economics of Ponyville by @josephknowles in money
  • \n
  • 27-08 Join a Niche Online Community - Here's 10 Reasons Why by @tonypeacock in groups
  • \n
  • 27-08 [Alpha] Squeek.io - Twitter alternative for the steem blockchain by @picokernel in steem
  • \n
  • 27-08 Hi, I Am RobinHoodWhale And Here is My Story From The Blockchain Folklore by @robinhoodwhale in introduceyourself
  • \n
  • 28-08 Rewarding Broken English: Has Steemit become a platform for practicing English as a foreign language? by @invisiblegorilla in steemit
  • \n
  • 27-08 GHOSTS OF CROATIA - PART II: Abandoned Underground Airport by @vermillion666 in underground
  • \n
  • 27-08 MEDITATION: The Art and Benefits of Freeing Your Mind by @kain-jc in life
  • \n
  • 27-08 Rachmaninoff \u2013 BIG HANDS. Me - small hands by @cherish in music
  • \n
  • 27-08 My Trip to Amsterdam, a Dream City with No Boundaries. Including a Sensation White Party. by @blinova in travel
  • \n
  • 26-08 Four Generations of Silence--How I Solved a Long-Standing Family Mystery with DNA by @stephmckenzie in science
  • \n
  • 26-08 Journey to Samos (Greece), the island where IS refugees don't go anymore - by chrisadventures by @chrisadventures in life
  • \n
  • 26-08 Impressing People By Living On Credit by @doitvoluntarily in blog
  • \n
  • 26-08 Apparently That Deserves A Round Of Applause by @arrowj in blog
  • \n
  • 27-08 How to Forex - A Beginners Guide to Forex Trading - Part 3: Forex Trading Strategies by @senseiteekay in forex
  • \n
  • 26-08 Changing the Way the World Views Breasts - My Intro by @marissah in introduceyourself
  • \n
  • 27-08 My Life Ended When I Was 25 Years Old \u2013 Part 1 by @menta in life
  • \n
  • 26-08 Is Ginger The New Black? Lavender Beard Adventure \u2014 collaboration with @wingz by @justyna in photography
  • \n
  • 25-08 Why Invest in Fusion Energy by @elemenya in science
  • \n
  • 25-08 Law, memes and mental illness: Towards a New Psychiatry by @johan-nygren in anarchy
  • \n
  • 25-08 Robots are sexy! Let me introduce myself. by @krishnasuperstar in introduceyourself
  • \n
  • 25-08 How Colour Can Change the Feel of a Photograph by @thecryptofiend in photography
  • \n
  • 25-08 How to build self confidence and learn to be successful by @quickfingersluc in life
  • \n
  • 25-08 Unpublished Doris Mayday fashion editorial! STEEMIT EXCLUSIVE! by @kommienezuspadt in photography
  • \n
  • 25-08 The Power to Create Good by @krnel in philosophy
  • \n
  • 25-08 War Against Drugs, The Intensive Campaign of the Newly Elected President of the Republic of Philippines by @juvyjabian in politics
  • \n
  • 24-08 Mistakes, Discipleship and The School Of Life. [Response to @onetree's post] by @omfedor in life
  • \n
  • 24-08 Are We Using Our Free Time to Shorten Our Lives? by @pulpably in technology
  • \n
  • 25-08 Steemdrive: First Steemit Billboard to hit USA in Chicago, Illinois - Vote for the \u201cAmerican Dream\"! by @steemdrive in steemit
  • \n
  • 24-08 Military Aircraft [original photography] - Part II - Up Close and Personal at MacDill USAFB by @jessica-miller in photography
  • \n
  • 25-08 [STEEMLOCATOR.COM] Locate Businesses accepting Steem all over the World! My contribution to this community. by @oumar in steem
  • \n
  • 24-08 My five absolute favorite alcoholic beverages. by @lauralemons in recipe
  • \n
  • 24-08 Steem API Explorer by @lantto in steem
  • \n
  • 24-08 Open plan offices are a nightmare by @bitcalm in business
  • \n
  • 24-08 Parts of Me: How I learned to become a parent at 12 years old (Part 2) The sheltered life. by @kryptik in life
  • \n
  • 24-08 Here are some frequently asked questions about topsoil in gardens. by @veronikapmy1989 in gardening
  • \n
  • 24-08 A Dear Wang Letter - how I miss you and Steemit by @deanliu in fun
  • \n
  • 24-08 Hunting today, with phone camera [10 photos include] by @trisnawati in photography
  • \n
  • 23-08 Virtual Travelling or Five interesting Places that Can Be Visited with Google Street View by @phenom in travel
  • \n
  • 23-08 Innate sense of rebellion. Attacking perceived wrongness. First step towards Anarchism. by @dwinblood in story
  • \n
  • 24-08 Stranded In The Alps, An Earthly Offering & The Magic Of The Ganesh Mantra by @yogi.artist in yoga
  • \n
  • 23-08 How to Write a Ruby on Rails App for STEEM by @inertia in radiator
  • \n
  • 24-08 Taking Steemit to the end of the Land: Land\u2019s End, Cornwall, England [part 1] by @webdeals in photography
  • \n
  • 23-08 Steemit will change the world ? by @marrywiger in life
  • \n
  • 23-08 Steemit is on fire and I am celebrating... In three dimensions! by @thebatchman in steemit
  • \n
  • 24-08 Why the Federal Reserve Can NEVER Raise Interest Rates by @jasonstaggers in economics
  • \n
  • 23-08 My Photography Countryside Travelling / \u604b\u4e0a\u90a3\u67ff\u5b50\uff0c\u60f3\u5403\u4f60\u5f97\u6709\u53e3\u597d\u7259 by @myfirst in travel
  • \n
  • 23-08 LOST IN TIME ( An Original Poem - Vol.1) by @masonmiler in writing
  • \n
  • 23-08 The SteemCleaners Guide for Dealing with Abuse on Steemit by @steemcleaners in steemcleaners
  • \n
  • 23-08 Announcing SteemCleaners, the Steemit Abuse Fighting Team! by @steemcleaners in steemcleaners
  • \n
  • 23-08 BEACH Scenes Malaysia - Port Dickson Beach by @lat-nayar in photography
  • \n
  • 23-08 Perpetual Motion Machines and Crypto-Bootstrapping: How I Commissioned My Own Portrait with Steem Dollars by @kafkanarchy84 in steem
  • \n
  • 22-08 Why Do You Use Photoshop?! Why I Photoshop My Images. by @nicoledphoto in photography
  • \n
  • 22-08 UFC 202: McGregor vs Diaz Prefight History and Postfight Analysis by @daut44 in ufc
  • \n
  • 22-08 How I bankrupt my first startup by not understanding the definition of MVP - Minimum Viable Product, and how I will avoid it next time :) by @noisy in programming
  • \n
  • 22-08 Hey I\u2019m Danny! Join me on my wildlife adventures through Africa! by @dannystravels in introduceyourself
  • \n
  • 22-08 #1 Abu Dhabi - The Arrival by @chris.roy in photography
  • \n
  • 22-08 Channel Island Occupation: Atlantic Seawall Bunkers - Germany's Concrete Battleships by @thenakedgod in travel
  • \n
  • 22-08 The Dirty Little Secret Some Copywriters Just Don\u2019t Want You To Know. by @kreativ in marketing
  • \n
  • 22-08 Existentialism and Nihilism - Why I, myself, am an existentialist. by @infinitor in philosophy
  • \n
  • 22-08 The Myth of Selfishness by @kyriacos in philosophy
  • \n
  • 22-08 Schr\u00f6dinger's Cat Paradox: Both Rich and Poor - Recovering After a Series of Knockdowns by @steemingnow in money
  • \n
  • 22-08 Wait, is that a BLUE BEE! Steemit Colours! by @mweich in photography
  • \n
  • 22-08 Bot-baiting, a basic analysis. - Is there such thing as a bot threat? by @renzoarg in steemit
  • \n
  • 22-08 Why do women gain more weight than men? by @tanata in health
  • \n
  • 21-08 Bitshares Trading Diary, Day 7: Attack Of The Short Sellers by @nxtblg in bitshares
  • \n
  • 21-08 The Popular Depression: Chapter 1 by @wadepaterson in writing
  • \n
  • 21-08 From Montana to Guatemala in 2 weeks, 3500 miles with no car & $200 to start! Hitch-hiking, border patrol, Hare Krishnas, by @kennyskitchen in travel
  • \n
  • 21-08 3D Printing: What Types of 3D Printer Filament Are Available by @cryptos in printing3d
  • \n
  • 21-08 The Story Of Troye - A Young Entrepreneur Is Born by @steemitwithstu in story
  • \n
  • 21-08 Death Penalty is Needed in all Societies - Even in an Anarchism Society - Here is why ... by @fat-like-buddha in news
  • \n
  • 20-08 The monkey mind and the inner-child. How I get back on track. by @newandold in life
  • \n
  • 20-08 Sony 90mm Macro vs Lensbong Setup by @timelapse in photography
  • \n
  • 20-08 The Old Dog Investigates: Roads, is There a Better Way? by @kus-knee in life
  • \n
  • 20-08 Locally Grown Food and You: Farmer's Markets! Some Info For Healthy Food by @jed78 in food
  • \n
  • 20-08 Things Make Sense in Retrospect - The Hindsight Bias by @cristi in psychology
  • \n
  • 20-08 What they DID tell you about chemtrails. But you weren't listening! [3 minutes read] by @freiheit in life
  • \n", @@ -3082,7 +3082,7 @@ ], "author": "kafkanarchy84", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 63.32, "beneficiaries": [], "blacklists": [], "body": "# Happy September. #\nimage
    \n\n**I know others on this website have said this, so I'm not the first, but yeah, I quit my job to write for Steemit.** \n\nActually, though, that's not entirely true. It's kind of true. I quit my job because something shifted inside of me. When the job was gone, Steemit, on the selfsame day, rose up into my focus immediately to fill the void like it was just waiting for me to finally get real. To do this stuff I've always been wanting to do. And always *have been doing* at the expense of sleep, money, time, etc. I was now beginning to get *paid for it.* What the!?!\n\n**The first half of August was bliss.** After some initial discouragement, I found some good verbs in the mouth of one Sterlin Luxan, and was inspired to actually dig down inside of myself and make a more [honest post.](https://steemit.com/steemit/@kafkanarchy84/why-i-have-quit-five-jobs-in-the-past-six-years-a-steemit-confessional) I finally made twenty bucks on the site. From there I thought, hell, I'll just do this full time. I began to make significant sums of cash for an honest day's worth of work writing, and felt that with my side job, as long as I hammered down, I would be able to cover my family's usual expenses by the time September rolled around.\n\n\nhttps://s22.postimg.org/wk9d1kjsx/image.jpg\n*Spending time with my son has been one of the biggest bonuses of leaving my 9-5.*\n# **Well. August 31st. Paying all my bills with SBDs? No such luck, my friend.** # \n\nBut I will tell you one thing. I never dreamed I could pull down 2Gs cold, hard cash through writing in less than a month, even if one half of it is still vested in Steem Power (I am happy about this). I was sick to my stomach, though. I have a wife and a child. Playing games at this point was not an option. Still....I had heard something that was very lovely and very clear.\n\nIt was a kind of feeling I have never had before, but which was also at once very perfectly familiar. As my kid is playing on the Octopus slide behind me, and I am staring out at the sea, it hits me: ***It's over. You will never teach kids again.***\n\nimage
    \n\n**Weird. It's like my wish, but this time I am not even wishing for it. It comes to me. I just know that that chapter of my life is completed. That was the day after I quit my job.**\n\n**Fast forward to the end of the month.** I haven't made enough money like I had hoped....I pray to someone or something over my Matsuya beef bowl in the sketchy back alley district of the burlesque dancers: *what should I do?* I was really, really feeling low and full of doubts and self-accusations.\n\nImmediately that silly voice came back again: \n # *(Keep doing what you're doing)* #\n\nI haven't been eating this month. Haven't been sleeping. Have had headaches. Upset stomach. Welcome to fear. Welcome to the real shit. You were so cocky! Are you lazy!? You didn't like your job but so what!? You've got a family!!! Son comes home from daycare. *DAAAAADDDYYYYYY!!!!!!! Let's play!!!!!*\n\nPull yourself together.\nDon't show your frayed nerves.\n\n**My wife is equally worried.**\nShe needs security. She wants to get into massage. Vocal training school. So many dreams. Here I am sitting around the house in my underwear when all I really want to do is hand her a big fat envelope full of money.\n\nhttps://s17.postimg.org/56h7g4qxb/image.jpg\n\n**I've never been lazy. I will work my ass off when I care, and when I need to.** Fuck sleep. Fuck food. Fuck everything but the goal. \n\n# I just can't seem to give a damn about most shit that everybody else says is important. #\nWell, a lot of shit, at least. Still. Mouths to feed, my friend. But that \"voice,\" didn't it mean something? And despite the nerves, hasn't this been one of the happiest, most productive months of my life? Yes. Yes, and yes. Besides, the other job was no good. Bad, unsustainable situation. You know that, Graham.\n\nhttps://s15.postimg.org/i7lfk6hzv/image.jpg\n*My buddy Kevin shows up to the Local.*\n\n**Back to now, August, 31st, 2016. Evening. I went to my friend Craig's bar tonight.** At the depth of my despair, on the bus ride over, I received a mail from my other friend, Aidan. There might be some part time work at his school. Mail sounds promising. \n\nAfter a couple beers at Craig's place it is settled I will work Saturdays mixing booze and playing guitar. I am starting to feel good again. It is starting to seem possible that I can build my own, full-time, part-time \"Steem-lance\" schedule. [Fake priest weddings](https://steemit.com/religion/@kafkanarchy84/my-life-as-a-fake-priest-true-believer), English classes, serving beer and singing....and....\n\n# STEEEEEEEEEEEEMMMMMM!!!!!!! #\n\nAnd you know what? \n\nI am going to document it every step of the way. This is the first episode. Hope to see you next time, from my first day on the job as a bartender. \n\nhttps://youtu.be/jasziAzaiZ4\n\n
    image
    \n\nhttps://s17.postimg.org/yb9pkx39b/image.jpg\n*Basically how I feel now that I have discovered Steemit.com*\n\nPeace, Love, and Anarchy,\n\n~KafkA\n\nP.S. Another thing I have never been good at is keeping a consistent diary. I'm too private, and can't be bothered, even for myself. Should \"My Steemit Life\" transform into an existentialist thought stream ramble resembling a blog-turned-extended-acid trip, please forgive me. Maybe I will commit to 5 episodes. That sounds like a good number to me. Deal?\n\n***\n*Graham Smith is a Voluntaryist activist residing in Niigata, Japan.*", @@ -3925,7 +3925,7 @@ ], "author": "timsaid", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 64.69, "beneficiaries": [], "blacklists": [], "body": "\n
    \n

    Many things around us and with us happen we take for granted. We see, feel, taste, hear and smell unknowingly how it works. As we were children we called anything into question and now accept reality as it is. We lost the magic in all these wonderful things. This series addresses the wonder of natures and will bring its magic back to light. The first part of the Life Explorers - The Human Senses starts with the sense of sight. We see forms and colors, see bright and dark. But why?
    \n 

    \n

    To be able to answer this question we first need to have look at the nature off light. Light is a form of electromagnetic (EM) radiation, to be accurate we need to speak of visible light because only a small portion of the actual EM spectrum is visible to the human eye. The following illustration shows the EM spectrum. Frequency and wavelength are inversely proportional, the shorter the wavelength the higher the frequency. With higher frequencies the amount of energy is rising, this is for instance the reason why Gamma Rays are deadly. The high energy of the gamma rays are devastating for biological cells as they are ionizing and cause secondary radiation like X-Rays or electron diffraction. E= h \u2022 f is formula which depicts the proportionality of E energy and f frequency (h stands for the Planck constant).    Here a little example for the energy of a short and a long wavelength. 

    \n \n \n \n \n \n \n \n \n \n \n \n
    redE=h \u2022 f = 6,626 070 040 \u00b7 10\u221234 J*s * 384 THz1,59 eV
    violetE=h \u2022 f = 6,626 070 040 \u00b7 10\u221234 J*s * 789 THz3,26 eV
    \n
    \n
    Fig. 1. The electromagnetic spectrum. Source: Livescience
    \n

    As shown above the visible light is only a tiny portion of the EM spectrum. The human eye is able to see colors from red to violet, which is equivalent to wavelengths from 780nm to 380nm (nm = nanometer).

    \n

     
    \nWhy do is the Steemit logo blue and not red?

    \n
    \n

    Sure because @dantheman and @ned decided so :) But on a scientific base, how come we see blue and not another color? 

    \n

    Now that we know what visible light is let\u2019s have a look at the interaction of EM radiation and the objects we see. The actual color we perceive depends on the physical principle of reflection and adsorption.  
    \n
    \nMost objects reflect light but before that happens they adsorb part of the light they receive. The wavelength they adsorb determines what your eye will process later. For instance when all wavelengths expect red (780nm) are adsorbed the object will reflect red. Same goes for a blue steemit logo for instance. The logo absorbs all wavelengths expect the blue.   

    \n

    More than one wavelength can be reflected the same time, this therefore is why we see shades of the same color.   

    \n
    \n

    We can see purple color when blue and red are reflected wavelengths. We see white when an object absorbs no light.  
    \nIsaac Newton showed that white light contains all colors. He used a prism to separate the colors of spectrum of visible light.    

    \n

    How does reflection and adsorption work?     

    \n

    To understand how adsorption works we need to have a closer look into the chemistry of molecules. As described light hitting an object, here molecule, is adsorbed and we see the complementary color as a result. The following abbreviations will be used: HOMO = Highest occupied molecule orbital and LUMO = Lowest unoccupied molecule orbital. Carrots are orange, but why?      

    \n
    \n

    Electrons are moving in a certain space around the nucleus, called orbitals. The energy of light promotes an electron from a bonding or non-bonding orbital into an empty anti-bonding orbital, from HOMO to LUMO. The gap between these two orbitals is equivalent to the amount of energy that is needed to promote the electrons. A larger gap therefore requires light with more energy, for instance blue or violet. The chemical molecule that gives the carrot its orange color is called beta-carotene. Beta-carotene absorbs light between 400nm and 500nm with a peak at 470nm. Having a look at our additive color schema we will see that the complementary color of blue is yellow. Now is that not only blue, but a wide range of light between 400nm and 500nm is absorbed.      

    \n
    \n

    So when light hits the electrons of beta-carotene the electrons move from HOMO to LUMO and adsorb the light between 400nm and 500nm. This is the wavelength needed to promote the electron with the exact amount to energy needed.  

    \n
    \n

    Note: The electron moves back from LUMO to HOMO. The energy from the light used to promote the electron from HOMO to LUMO can be emitted in form of radiation or heat. In summer we all notice that black material gets warmer than bright. This is because the complete wavelength of the VIS is absorbed and emitted as heat.     

    \n

    Transforming waves to information  

    \n

    Now that we know how the light is absorbed by objects we need to examine how our eyes work. Without the human eye we wouldn\u2019t see anything, that\u2019s for sure. But how are we able to distinguish colors and brightness? Our retina has approximately 6 million cones and 120 million rods. When the reflected light hits our retina these cells become active.
    \n We have three different type of cone cells, S(-hort), M-(medium) and L-(ong) cones. Short, medium and long refer to the wavelength the cell is responding to. The rods however can work with different wavelengths and thus do not matter when it comes to color. They are responsible for brightness and become active when there is less light. While the cones are active and working we speak of photopic vision, responsible for color sight. Scotopic vision is the terminus for sight in low light and only seeing in shades of gray.   

    \n
    Fig. 2. Eye and retinal profile. Source: Kevinmd
    \n

    As described the human retina has three kinds of cones. Each sensitive to a different wavelength. The following illustrations depicts the relation of wavelength and cones. These three cones together make it possible that we see colors. By combining cones we are able to see over 200 million different colors.  

    \n
    Fig. 3. Spectral sensitivity of the receptor (rods and cones). Source: Wikibooks; Sensory Systems 
    \n

    So when light hits a cone it becomes activated. How does this activation work?
    \n 

    \n

    This is a very complex biochemical process I will try to explain without going too much into detail since we could do several posts just about this process. However we will have a look at the basic.   

    \n

    Both, cones and rods contain a light-sensitive receptor protein called Rhodopsin, also known as visual purple. Under the influence of light Rhodopsin decomposes into Opsin and trans-Retinal. This process repeats and creates a cascade. The end of the processes results in regulating a molecule named Glutamat. The cells behind the retina turn these signals into nerve impulses to make it processable for the human brain.   

    \n


    \n

    Thank you for reading the first part of Life Explorers - The Human Senses, Don't miss the next part.
    \nDo you have an questions or suggestions? Want to know about a scientific topic? Leave a comment.
    \n
    \nTim Said

    \n", @@ -4621,7 +4621,7 @@ ], "author": "leavemealone", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 45.25, "beneficiaries": [], "blacklists": [], "body": "As we all sit here trying to build steem and support the project, Ned and Dan (two founders of Steemi) are transferring to Poloniex and dumping all over the buy orders killing the price. Why are they doing this? This needs to be stopped!!!\n\n![dumping](https://puu.sh/qWKV3/dde86c2c45.png)\n\nAnyone have any ideas what is going on here? Is it time to get out while we can?", @@ -4892,7 +4892,7 @@ ], "author": "pinkisland", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 59.17, "beneficiaries": [], "blacklists": [], "body": "\n

                                                      

    \n

             Behind the desk, every student sits and observes every teacher and how they address the lesson. They look at one figure inside the class within their vision and that make the view limited in their eyes. But let switch the roles and try to see how the teacher look at their student in that big vision. Looking to a speaker is different than observing the reader. Chapter one in the book \u201cTeachers, Schools, and Society\u201d by David Miller Sadker and Karen R. Zittleman, discuss how teacher scenery is different from that of student and it guides the reader to find the positive and negative points for a teacher to encounter in his career; it will help reader to discover whether they should complete aiming for to become a teacher.

    \n

             The goal for every reader is to find and choose the best career that will find happiness and bring the joy while practicing it. That\u2019s what makes the chapter more comfortable to read in; it didn\u2019t force the material on the reader but instead, it gives suggestions and real life examples about how being a teacher would look like. \u201cYou be the Judge\u201d is whole examples for a student to know how being a teacher could have a negative or positive impact on their lives, and it\u2019s a good way to them clarify their position whether to continue with being a teacher as a career meant to them or not convinced by. Also, there was a survey in the chapter that shows how many teachers get paid yearly in different states; it\u2019s a good side to the students to know that being a teacher could provide a decent life for them as a job.

    \n

             Teachers need to have a bunch of specification in orders to be called a successor. Preparing a teacher to this career and guiding them to be effective to his class is an important step that could impact the whole future of both teachers and learner. That idea of preparation considers as an informative process and not implicit, and it\u2019s a good topic that's been clarified in that chapter. Moreover, another idea that been addressed at the end of the chapter is how the student could improve his skills and concepts of the learning process before graduation, and that been shown with listing several steps that the student should put into consideration in order to become successful and creative. It does not only help the learner himself in the long run but also give a chance to make his future classes more creative and cooperative at the time. For instance, some of the steps say that the teacher should study their courses that the handle carefully and planned for them ahead to make sure it\u2019s clear to him and would be to students at the time. Also, they should have a good impression during their learning process and to keep on building it on. That\u2019s how a student could have some ideas to consider and to begin with if they are struggling with what to start with or improve while they are still learning about their career.

    \n

             Students should figure out if the teaching career is the one that meant to them and they will enjoy practicing end for most of their life. That chapter did a good job in discussing some topic that will help the student take their decision regarding this career and if they willing to take that challenge and start filling and building their knowledge. It does not only help the student to become successful teachers but also prepare them to make a more bright future for the generation they will be willing to teach, and to be creative with their work and thoughts. So, after knowing and considering what a teacher need to handle and think of, the student will start to find their own way to teach and make their job process different from other teachers they encounter before. 

    \n


    \n", @@ -5210,7 +5210,7 @@ ], "author": "serioustruth", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 53.24, "beneficiaries": [], "blacklists": [], "body": "\n

    Yesterday I added a really crappy post on Steemit. Although it was a bit of a negative post, I received some positive feedback. I realised that I have been looking at Steemit from the wrong perspective. 

    \n

    \n

    You see... I am a teacher, and to look at something from a teacher's perspective, is totally different than looking at something from a parent's point of view, or even a fellow steemit writer.  I would like to thank @RHW for listening, and I am very glad to be part of this community. Many projects are being launched,  and the whales are putting in a lot of effort to notice the new aspiring writers.

    \n

    I have changed my view on things now,  I make a point to read as many posts as possible. I comment if needed, and I upvote a post if I find it interesting. We are not in a race here. We are after all in the business of finding new undiscovered talent and to be heard. Now, also said, that what interests me, might not be interesting to you at all. 

    \n

    What I have noticed is that there are quite a few nasty people on steemit. I am certainly not going to call them by their names, but I really feel sorry for these people, as they would not give someone the time of day.

    \n

    I felt very offended by some of the comments made about my post, but realised that negative feedback can be changed into a positive view. 

    \n

    I do not promote or upvote a post just for the sake of upvoting. 

    \n

    I  do my fair share by reading as many posts as possible about my interests. Now, also said, that what interests me, might not be interesting to you at all. 

    \n

    But people are just people.............people should try and upvote the good posts and promote these writers, so we can have new and exciting reading material here on Steemit. 

    \n

    If you do not succeed today, tomorrow is a new day. Try harder. Do not let negative comments make you lose your way. Don't give up. Stay positive. 

    \n

    Because if you are noticed by the right person, then your posts will mean something. Then you will have a voice.

    \n

    I am totally up for a good debate and if you don't agree with me on posts, then feel free to contact me and we can discuss your opinion. Everyone is entitled to their own opinion. If you like my posts please follow me on@serioustruth
    \nTogether we can change the world. Feel free to share or promote my posts. I want to make a difference to the way people think.

    \n

     \u2764Keep on steeming!

    \n", @@ -5822,7 +5822,7 @@ ], "author": "sean-king", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 67.17, "beneficiaries": [], "blacklists": [], "body": "\n
    You shall no longer take things at second or third hand, nor look through the eyes of the dead, nor feed on the specters in books, You shall not look through my eyes either, nor take things from me, You shall listen to all sides and filter them from your self.  --Walt Whitman, Song of Myself 
    \n


    \n
    The whole history of these books [the Gospels] is so defective and doubtful that it seems vain to attempt minute enquiry into it: and such tricks have been played with their text, and with the texts of other books relating to them, that we have a right, from that cause, to entertain much doubt what parts of them are genuine. In the New Testament there is internal evidence that parts of it have proceeded from an extraordinary man; and that other parts are of the fabric of very inferior minds. It is as easy to separate those parts, as to pick out diamonds from dunghills.  --Thomas Jefferson, letter to John Adams
    \n


    \n
    There is no coming to consciousness without pain.  --Carl Jung
    \n


    \n


    \n

    _______________________________________________________

    \n

    Redeeming Christ, Part II, Chapter 5, How We Got Our Bibles

    \n


    \n

    Below is Chapter 4 of \"Redeeming Christ\".  Some of what I say below may not make sense unless you've read the Indispensable Introduction, Chapter 1, Chapter 2, Chapter 3 and Chapter 4.  

    \n


    \n

    _______________________________________________________

    \n


    \n

    \n

    (Jefferson's official portrait.  Source:  Wikipedia)

    \n


    \n

    Divine Inspiration

    \n


    \n

    If the earthly Jesus didn\u2019t authorize our Bibles, and if Christians argued for centuries over its makeup, how did history finally settle on \u201cthe\u201d Bible? Well, as we shall come to see, it didn\u2019t. But, to the extent that some modern Literalists believe that there is a single agreed-upon, infallible book of scripture, it is due, in their view, to the concept of \u201cdivine inspiration\u201d\u2014the idea that God\u2019s hand directed both the writing and the compilation of the Bible over hundreds of years.

    \n


    \n

    But, is this idea of divine inspiration a reasonable one? As suggested in the prior chapter, if God had intended for us to look to a history book for our spiritual salvation, he certainly should have, dare I say would have, made his intentions plainer, no? As Professor Ehrman notes:

    \n


    \n
    It is one thing for believers to affirm, on theological grounds, that the decisions about the canon, like the books themselves, were divinely inspired, but it is another thing to look at the actual history of the process and to ponder the long, drawn-out arguments over which books to include and which to reject. The process did not take a few months or years. It took centuries. And even then there was no unanimity. (Lost Christianities at 230)
    \n


    \n


    \n

    Because few lay Christians have ever done so, let\u2019s examine this drawn-out process in more detail. 

    \n


    \n


    \n

    The Gospels

    \n


    \n

    Much of the early arguments over the Bible centered upon which gospels should be included, and which excluded, from the New Testament. After all, as previously noted, there were far more gospels in circulation than merely the four known to our Bibles today:

    \n


    \n
    The greatest difficulty was in choosing the Gospels, and after much controversy, four were chosen: three, those of Matthew, Mark, and Luke, are synopses of Jesus\u2019 life, while John\u2019s Gospel concentrates on a few specific miracles performed by Christ. (Solomon J. Schepps, Foreward to the 1979 edition of Lost Books of the Bible at 9)
    \n


    \n


    \n

    Limiting the Gospels to only four was very important to some early Literalist leaders, although other Literalists and most Gnostics opposed this limitation, and the rationale for it was strained at best. Irenaeus, who we met in the last chapter, was one of the earliest and most vehement proponents of a four gospel canon, arguing that, \u201cit is not possible that there can be more or fewer than four\u201d for \u201c just as there are four regions of the universe, and four principal winds\u201d there must be only four gospels. Though hardly compelling, this rationale has been frequently cited over the centuries. 

    \n


    \n

    Later orthodox Literalists, who ultimately assumed control over the selection process (as we will discuss below), did offer more rational justifications for limiting the gospels to four: They deemed some of the additional ones to be merely supplementary or redundant and therefore unnecessary, while they viewed others, particularly those without a Literalist bent, as outright heretical:

    \n


    \n
    Of the accounts of the life of Jesus that were rejected by the Fathers, many were considered supplementary rather than false. Such was the case with the Gospels of Peter and Nicodemus and the two accounts of Christ\u2019s infancy (I and II Infancy)\u2026.
    \n


    \n

    ***

    \n


    \n
    Peter\u2019s Gospel, which was once held as high as those of Matthew and Mark, and more highly than those of Luke and John, was ultimately rejected because it differs too much in its details from the three chosen synopses. The Gospel of Thomas, one of the Nag Hammadi documents, was rejected for a very different reason. It opens by saying that he who understand the words of Jesus will be saved. This, of course, is in direct contradiction to the chosen Gospels\u2026which say that it is he who believes that will be saved\u2026. (Forward to the 1979 edition of Lost Books of the Bible at 9-10)
    \n


    \n


    \n

    The last of the \u201cchosen\u201d gospels, often called the fourth gospel, was that of John. But the modern reader may be surprised to learn that many early Christians disapproved of it selection:

    \n


    \n
    Even its first generation of readers disagreed as to whether John was a true gospel or a false one\u2014and whether it should be part of the New Testament. John\u2019s defenders among early Christians revered it as the \u201clogos gospel\u201d\u2014the gospel of the divine word or reason (logos, in Greek)\u2014and derided those who opposed it as \u201cirrational\u201d (alogos, lacking reason). Its detractors, by contrast, were quick to point out that John\u2019s narrative differs significantly from those of Matthew, Mark, and Luke. [A]t crucial moments in its account, for example, John\u2019s gospel directly contradicts the combined testimony of the other New Testament gospels. (Elaine Pagels, Beyond Belief: The Secret Gospel of Thomas at 34-35)
    \n


    \n


    \n

    Even so, because it can be bent to a Literalist interpretation, John\u2019s gospel came to be accepted as canon. 

    \n


    \n

    By way of contrast, the Gospel of Peter--a book much prized by most early Christians, rivaling in popularity the Gospels of Matthew and Mark and exceeding Luke and John--was ultimately rejected because it lent itself to a potentially \u201cheretical\u201d interpretation known as docetism. Although it came in a variety of forms, docetism can be understood for purposes of this book as the belief that Christ\u2019s divine nature kept him from experiencing true pain and suffering during his life and death. Serapion (c. 199), the orthodox Bishop of Antioch, (c. 199), concluded that because the Gospel of Peter could be interpreted in a manner inconsistent with orthodox teachings (which held that Jesus suffered in the ordinary sense), it could not have been written by the Apostle Peter. 

    \n


    \n

    While modern scholarship has confirmed that the Gospel of Peter was not written by the historical Peter, Serapion\u2019s rationale for dismissing it should concern those who assert the Bible\u2019s infallibility. Serapion discarded the book simply because he disagreed with it, not because he had any actual evidence or knowledge of forgery. Thus, in Serapion\u2019s approach we see the beginnings of an orthodox \u201clitmus test\u201d for determining the authenticity of early Christian manuscripts\u2014those that largely agreed with the orthodox position, or could be interpreted or easily edited to do so, were frequently held to be authentic, while those that outright contradicted orthodox views were always discarded as forgeries. 

    \n


    \n

    Renowned scholar Bruce M. Metzger, PhD, acknowledges that the compilers of the Bible applied just such a litmus test. According to Metzger, for a book to be considered canonical it must have met three tests:

    \n


    \n

    First, the books must have had apostolic authority\u2014that is, they must have been written either by apostles themselves, who were eyewitnesses to what they wrote about, or by followers of apostles.

    \n


    \n

    [S]econd, there was the criterion of conformity to what was called the rule of faith. That is, was the document congruent with the basic Christian tradition that the [orthodox] church recognized as normative? 

    \n


    \n

    And third, there was the criterion of whether a document had had continuous acceptance and usage by the church at large. [Quoted in The Case For Christ at 66]

    \n


    \n


    \n

    Other scholars have noted that the litmus test came in four parts rather than three, recognizing an additional requirement that the book be \u201cancient\u201d. But regardless, it is the second test, the \u201crule of faith\u201d, that is most intriguing to critical scholars. 

    \n


    \n

    The \u201crule of faith\u201d, sometimes called the \"standard of faith\" rested on the now questionable assumption that the orthodox view of Christianity represented the exclusive authentic tradition. Under this standard, any early Christian document that contradicted the orthodox understanding was considered by the orthodox Literalists of the second and third centuries to be a forgery. For instance, the Gospel of Peter met every prong of the orthodox litmus test noted above save one\u2014the \u201crule of faith\u201d. After all, it was ostensibly written by the Apostle Peter and it was widely used and considered authentic by a great number of Christians, proving itself to be even more popular than Luke or John. The simple fact is that we don\u2019t read the Gospel of Peter in our Bibles today only because parts of it could not be reconciled with certain orthodox teachings and, as we shall see, it was the orthodox who compiled our Bibles. 

    \n


    \n

    Perhaps this rationale for excluding the Gospel of Peter and other books is acceptable to those who take it on faith that the orthodox tradition was the true and complete one, but it is troublesome for those who know otherwise. After all, the reasoning employed by the early orthodox is circular: \u201cWe\u2019re right and they are wrong\u201d, contended the orthodox leaders who compiled our Bibles. \u201cSo those manuscripts that agree with us are obviously authentic, while those that do not are certainly forgeries. Therefore we shall create a collection of the \u2018authentic\u2019 teachings, and then we can point to the authenticity of this collection as proof that our interpretation of Christianity is the right one.\u201d One doesn\u2019t have to be a logician to find the holes in that reasoning.

    \n


    \n


    \n

    The Letters

    \n


    \n

    Not surprisingly, the debate over the Bible wasn\u2019t limited to the Gospels alone, but included the New Testament letters (epistles) as well. Several of the epistles in our present-day Bibles were not well respected by important early Christians, even some Literalist ones. In Origen\u2019s (c. 210) catalogue of New Testament scriptures, the Epistles of James and Jude are omitted, and Origen notes that many Christians were skeptical of 2 Peter and 2 and 3 John. More than a hundred years later, Eusebius (c. 315) states that some Christians of his time still doubted or outright rejected the authenticity of these same five books. Eusebius himself considered Revelation to be spurious. Jerome (c. 382) spoke dubiously of the epistle to the Hebrews. As late as the fifth century, the Syrian church venerated only 22 books, excluding 2 Peter, 2 and 3 John, Jude and Revelation. By contrast, the present day Ethiopian church accepts all twenty-seven books of our present day New Testament, but adds four more. 

    \n


    \n

    The famous fourth century teacher known as Didymus the Blind was among those who believed that 2nd Peter was a forgery. Interestingly though, he cited the Shepard of Hermas and other noncanonical books favorably. 

    \n


    \n

    The last book of the Bible, Revelation, is not included in the various catalogues of the New Testament offered by such notable early Christians as Cyril, Bishop of Jerusalem (c. 340); the Bishops at the Council of Caudices (c. 364); Gregory Nazianzen, Bishop of Constantinople (c. 375); and Philastrius, Bishop of Brixia in Venice (c. 380). 

    \n


    \n

    In short, as late at 400 CE there was no accepted, universal canon of Christian scripture. And, as we shall soon see, there still isn\u2019t even today. 

    \n


    \n


    \n

    Forgery, Forgery Everywhere

    \n


    \n

    Forgery was commonly practiced in ancient times, so early Christians had reason to be skeptical when their opponents pointed to various manuscripts to \"cinch\" their argument. And as we shall see, we have even more reasons to be skeptical of these same manuscripts today. 

    \n


    \n

    Arguing in support of the integrity of our modern Bibles, Literalists often cite the research of critical scholars who have proven many of the excluded texts, such as the once-prized Gospel of Peter, to be forgeries (i.e., it was not really written by the historical Peter). But, these Literalists overlook the fact that these very same scholars have also shown several of our New Testament letters to be forgeries:

    \n


    \n
    Scholars have long recognized that even some of the books accepted into the canon are probably forgeries. Christian scholars, of course, have been loathe to call them that and so more commonly refer to them as \u201cpseudonymous\u201d writings. Possibly this is a more antiseptic term, but its does little to solve the problem of a potential deceit, for an author who attempts to pass off his own writing as that of some other well-know person has written a forgery. That is no less true of the book allegedly written to Titus that made it into the New Testament (Paul\u2019s Letter to Titus) than of the book allegedly written by Titus that did not (Pseudo-Titus), both claiming to be written by apostles (Paul and Titus), both evidently written by someone else. (Ehrman, Lost Christianities at 9)
    \n


    \n


    \n

    In fact, all of Paul\u2019s New Testament \u201cPastoral letters\u201d--1 and 2 Timothy and Titus--are now known to have been written long after Paul\u2019s death, very likely in the late first century.  Among the New Testament books attributed to Paul, only Galatians, 1 and 2 Corinthians, 1 Thessalonians, Philippians, Romans, and Philemon are universally recognized by critical and \u201cfaithful\u201d scholars alike as authentic. Ephesians, Colossians and 2 Thessalonians are sometimes disputed, but the definite consensus of critical scholars is that they are either fabrications or severely edited versions of some now lost originals. 

    \n


    \n

    Although I cannot document here all of the various, compelling reasons why critical scholars are so sure that many New Testament epistles are faked, I will take a moment here discuss the Pastorals. 

    \n


    \n

    In addition to the skepticism expressed by early prominent Christians and church fathers like those noted in the previous section above, the earliest extant catalogue of Paul\u2019s letters makes no mention at all of the Pastorals. Indeed, there is no evidence of their existence prior to c. 190 when Irenaeus conveniently makes mention of them. And yet, even despite these references by Irenaeus, Eusebius (c. 300), the so-called \u201cFather of Church History\u201d, does not include the Pastorals in his catalogue of the books of sacred scripture, even though he definitely knew of them. 

    \n


    \n

    But modern scholars have many additional reasons for doubting the authenticity of the Pastorals. For one, they curiously reference aspects of church structure and hierarchical governance that, although favored by the orthodox, did not exist during Paul\u2019s lifetime. The structure of church governance discussed in the Pastorals (a top-down hierarchy) is in many ways inconsistent and irreconcilable with the organizational structure of Paul\u2019s churches described in his authentic writings (which took a more democratic, bottom-up presbyterian approach).

    \n


    \n

    Additionally, the vocabulary and tone of the Pastorals is curious. They use a number of words not found elsewhere in Paul\u2019s authentic writings, and specifically contradict the teachings of the known authentic writings on many points. Not surprisingly, these points of contradiction typically advance an orthodox understanding of Christianity, with the Pastorals apparently serving to \u201cclarify\u201d those parts of Paul\u2019s authentic writings that lent themselves to a Gnostic, \"heretical\" interpretation. 

    \n


    \n

    For these and other reasons, critical scholars are in near unanimous agreement that the Pastorals are second century forgeries, and rather poor ones at that. 

    \n


    \n


    \n

    Circumstantial Evidence of Forgery

    \n


    \n

    Although the most \u201cfaithful\u201d of Literalist attempt to dispute the direct evidence of forgery noted above--rationalizing, for example, that the unusual vocabulary of the Pastorals might be attributable to the fact that Paul may have dictated his various letters at different times to different scribes who sometimes paraphrased him (while nonetheless perfectly preserving his \"divinely inspired\" message, we are assured)--there can be no dispute on the following point: To advance their cause, certain highly educated proto-orthodox forgers authored letters in the names of the Apostles or their followers, letters that their descendants eventually excluded from the Bible for one reason or another. For example, as mentioned previously, some orthodox sympathizer forged a letter from Titus, now called \u201cPseudo-Titus\u201d (meaning \u201cfalse Titus\u201d), that is not found in our New Testament. Extra-biblical documents forged in the name of the Apostle Paul include 3 Corinthians (created in the second century largely in order to undermine the docetic \u201cheresy\u201d, it was eventually accepted as canonical only by the Armenian church and certain Syrian churches), several letters from Paul to the Roman philosopher Seneca (designed to cast Paul as a great philosopher), and at least one to the church at Laodicea. Yet other known Pauline forgeries are lost to history\u2014we know them only because they are referenced in ancient writings that have been preserved. 

    \n


    \n

    Faithful readers should not be surprised that all these letters were being forged in Paul\u2019s name. After all, 2 Thessalonians (2:2) records that Paul was concerned that people were forging letters in his name even in his own time. However:

    \n


    \n
    In an interesting twist, scholars today are not altogether confident that 2 Thessalonians itself was written by Paul. And so we have a neat irony: either 2 Thessalonians was written by Paul and someone else was producing forgeries in Paul\u2019s name, or 2 Thessalonians itself is a forgery that condemns the production of forgeries in Paul\u2019s name. Either way, someone was forging books in Paul\u2019s name. (Lost Christianities at 10)
    \n


    \n


    \n

    Although these undisputed forgeries weren\u2019t included in our New Testaments, to the relief of many Literalists, their mere existence casts additional doubt on many of the books that did. These extra-biblical forgeries prove indisputably that some early, highly-educated proto-orthodox sympathizers--members of the very group whose spiritual descendants ultimately organized and canonized the New Testament as Holy Writ (as we shall see)--were ready, willing, and able to employ deceit to advance their cause and to undermine the authority of their Christian opponents, going even so far as to forge letters in the name of key Apostles. Even the Catholic Encyclopedia admits as much: \"Both Catholics and Gnostics were concerned in writing these fictions. The former had no motive other than that of pious fraud.\" Gnostic forgeries were then presumably \"impious frauds.\" 

    \n


    \n

    Combine this known and admitted propensity for forgery with the doctrine-based litmus test later adopted by their descendants for purposes determining the authenticity of ancient Christian documents, and it would be a divinely inspired miracle indeed if some forgeries didn\u2019t make it into our New Testaments. 

    \n


    \n

    So, even if we ignore the all-but-conclusive direct evidence of forgery within our New Testament, we have compelling circumstantial evidence as well: We know with certainty that the Literalist Church had the means to commit forgery, as evidenced by, among other things, their extant forgeries that did not make it into the New Testament. We also know that the Literalists had the motive to forge documents and include them in the canon (e.g., by forging documents in Apostles\u2019 names and designating those documents as the infallible Word of God, Literalists would gain an advantage in the battles for the heart and soul of early Christianity). Finally, Literalists had the opportunity to include forged documents in the Bible: A century or two after these documents were forged, the spiritual descendants of these Literalist forgers attempted to \"close the cannon\" and adpoted a doctrine-based litmus test of authenticity that all but assured some forged documents would be canonized. 

    \n


    \n

    In light of this evidence, it is only the most \u201cfaithful\u201d of Christians who deny that parts of the New Testament are obvious forgeries. Sadly, such \u201cfaithfulness\u201d borders on irrationality: It is not merely \u201cevidence of things unseen\u201d (as Paul defined faith), but the irrational rejection of things seen plainly. It is not merely an acceptance of the unprovable, but acceptance in spite of overwhelming evidence to the contrary. Why should anyone have such faith? More importantly, why would a benevolent, loving God have made such irrational faith a precondition of salvation? I can think of no reason at all, but I can, and have, identified many reasons why less than benevolent, power-driven humans did so. 

    \n


    \n


    \n

    Bibles, Bibles Everywhere

    \n


    \n

    Even if we ignore the known forgeries in the New Testament, there are many other problems with Literalist claims of the Bible's infallibility. One is that, as previously alluded, there is simply no such thing as the Bible. Over centuries what we now call the Bible has undergone numerous changes, and \"the\" church has never enjoyed a definitive version. For example, the identity of the books comprising the Old Testament has changed over the years, the Apocrypha was dropped from the Protestant Bible altogether after the Council of Trent (1545-1563) and, as we have seen, the books of the New Testament weren\u2019t fixed until the late fourth century or early fifth century, and even then there still wasn\u2019t complete unanimity in Christendom. The Catholic Encyclopedia admits, \"The idea of a complete and clear-cut canon of the New Testament existing from the beginning...has no foundation in history.\" 

    \n


    \n

    Another problem with claims of biblical infallibility is that, even today (and ignoring disputes over which books are canonical) we have numerous versions of \u201cthe\u201d Bible. Just since the King James Version was first published in the early 1600\u2019s, English speaking peoples have seen more than three hundred English translations of the Bible alone! A trip to the local bookstore will acquaint the reader with some of these, and a somewhat more comprehensive listing can be found here.

    \n


    \n

    So, why the need for so many Bibles?

    \n


    \n

    Well, different versions exist for two primary reasons: (1) scholars disagree about which of the ancient manuscripts should be translated into our modern Bibles, and (2) translators disagree as to how to properly translate a given manuscript into a language understandable by modern audiences. Let\u2019s discuss each of these disagreements, beginning with the last one first.

    \n


    \n


    \n

    Difficult Translations

    \n


    \n

    Jesus and his immediate followers, like most Jews of Palestine for centuries before them, spoke Aramaic, a language that is all but dead today. However, the oldest complete New Testament manuscripts still in existence are all written in an ancient form of Greek, called \u201cKoine\u201d, and all of these oldest manuscripts are \u201cuncials\u201d, meaning that they are written in only capital Greek letters with no spaces between words, no line breaks, and almost no punctuation marks\u2014i.e., no periods, no commas, no page breaks, and no exclamation points. 

    \n


    \n

    These facts are important for several reasons. First, they demonstrate that, with only a few exceptions, even the oldest existing copies of the New Testament capture the words of Jesus and the Apostles only in translated form. We do not know the actual words that were originally spoken by Jesus and his Apostles in Aramaic, rather we have only a Greek hearsay translation. And, unfortunately, something is always lost in translation: As Rabbi Judah eloquently stated, \u201cHe who translates a biblical verse literally is a liar, but he who elaborates on it is a blasphemer.\u201d 

    \n


    \n

    The translator\u2019s job is to express in language understandable to his audience the meaning of words originally spoken or written by someone else using a different language. Given linguistic differences in grammar, syntax, punctuation and figures of speech, this is no easy task under the best of circumstances\u2014but, Bible translators face additional complications. NAMELYTHEYARECHARGEDWITHACCURATELYTRANSLATINGANCIENTMANUSCRIPTSTHATAREWRITTENINALLCAPSDEVOIDOFPUNTUATIONORSPACESANDTHATWEREWRITTENTHOUSANDSOFYEARSAGOINLANGUAGEORDIALECTSTHATHAVEBEENDEADFORCENTURIES.

    \n


    \n

    If that last \"all caps\" sentence didn\u2019t make any sense, it is only because I wrote it in uncial form in hopes of giving the reader some appreciation for the difficult task of translating ancient uncials. Here\u2019s what I actually said: \u201cNamely they are charged with accurately translating ancient manuscripts that were written in all caps, which are virtually devoid of punctuation marks or spaces, and that were written thousands of years ago in languages or dialects that have been dead for centuries.\" If the reader had difficulty making sense of the \"all caps\" phrase above (even though it was written in modernEnglish), imagine how much greater the difficulty of interpreting a dead, foreign language written in such a manner. 

    \n


    \n

    The first step in any translation of an ancient document is to develop an understanding of the original author\u2019s intent. As anyone who has ever attempted to interpret a document knows, this is more art than science, especially when the original author has been dead for two millennia, came from a foreign culture, and spoke a dead language. Given the difficultly that each present day generation has in understanding the next one (and vice versa), imagine how much more difficult it must be for a modern translator to truly see the world through the eyes of a first century writer from another culture. 

    \n


    \n

    In short, despite their best efforts, a translator\u2019s presuppositions (paradigms) affect his or her understanding of the original writer\u2019s intent, and therefore taint his or her interpretation of the original writer\u2019s words. The Preface to the New King James Version of the Bible, which is itself \u201cthe fifth revision of a historic document translated from specific Greek texts\u201d, is to be commended for acknowledging as much explicitly:

    \n


    \n
    [T]he most important differences in the English New Testaments of today are due\u2026to the way in which translators view the task of translation: How literally should the [original] text be rendered? How does the translator view the matter of biblical inspiration? Does the translator adopt a paraphrase when a literal rendering would be quite clear and more to the point?\u201d [parentheticals and emphasis added]
    \n


    \n


    \n

    In other words, as the preface to the New King James version makes clear, the meaning of the translated Bible varies according to the particular translator\u2019s presuppositions, including whether or not the translator presupposes that the Bible is a spiritual book written by mortals, or a divinely inspired book of history. Or, said another way, the Paradigm of Historicity affects the translation! In this manner, centuries of translator bias (until very recently, almost exclusively Literalist ones) have been not-so-subtly incorporated into the substance of the most Bible versions available to us today. We will expose many of these as we proceed. 

    \n


    \n

    Assuming a translator can overcome the first challenge of truly understanding the intent of the original writer, the second step in translation is to then render the that understanding in language comprehensible to the translator\u2019s audience. The Christian William Tyndale was the first translator to offer an English Bible (c. 1526) derived from the most ancient Greek manuscripts available at the time (rather than later Latin manuscripts that had served as the basis for most previous translations). For this, he was eventually burned at the stake for heresy. Even so, many of his words survive to this day. It was Tyndale who, via artful translation, created from whole cloth many of the most memorable words and phrases found in our modern Bibles:

    \n


    \n
    It was Tyndale who established \u2026that the Bible should not be in the language of scholars but in the spoken language of the people. [H]e coined such words as \u201cPassover,\u201d \u201cscapegoat,\u201d \u201cmercy seat,\u201d and \u201clong-suffering.\u201d
    \n

    \n
    Many expressions of Tyndale are also unforgettable, cherished by countless readers of the English Bible: \u201cthe kingdom of heaven is at hand\u201d (Matt. 3:2); \u201cthe pinnacle of the temple\u201d (Matt. 4:5); \u201cthe salt of the earth\u201d (Matt. 5:13); \u201cdaily bread\u201d (Matt. 6:11); \u201cConsider the lilies of the field, how they grow\u201d (Matt. 6:28); \u201cmeek and lowly in heart\u201d (Matt 11:29); \u201cshepherds abiding in the field\u201d (Luke 2:8); \u201ceat, drink, and be merry\u201d (Luke 12:19); \u201cfatted calf\u201d (Luke 15:23); \u201conly begotten son\u201d (John 1:14, 18); \u201cin my Father\u2019s house are many mansions\u201d (John 14:2); \u201cin whom we live and move and have our being\u201d (Acts 17:28); \u201cGod forbid\u201d (Rom 3:4); \u201csounding brass\u201d and \u201ctinkling cymbal\u201d (1 Cor. 13:1); \u201cin the twinkling of an eye\u201d (1 Cor. 15:52); \u201csinging and making melody (Eph. 5:19); \u201coffice of a bishop\u201d (1 Tim. 3:1); \u201cthe pleasures of sin for a season\u201d (Heb. 11:25); \u201can advocate with the Father\u201d (1 John 2:1); and \u201cBehold, I stand at the door and knock\u201d (Rev 3:20). (How We Got the Bible at 178-179)
    \n


    \n

    Despite their familiarity, the above expressions do not appear in the original Greek, at least not in so many words: 

    \n


    \n
    [I]t is noteworthy that these expressions could have been translated differently from the Greek text, yet because Tyndale had such an ear for the English language, these [para]phrases live on. [parentheticals added]. (How We Got the Bible at 179)
    \n


    \n

    In short, as previously stated, something is always lost (and sometimes added)in translation. 

    \n


    \n


    \n

    An Important Diversion to Discuss Misleading Translations 

    \n


    \n

    Before moving on to discuss the second primary reason that there are so many versions of the Bible\u2014namely, disagreements over which ancient documents to translate,--its worth pausing here to explore the significance of translator bias. Until very recently, virtually all Bible translations were overseen by committed Christians steeped in the Literalist, orthodox tradition. Even most of the so-called heretics of the last thousand years were, like William Tyndale, Literalists. Consequently, the Paradigm of Historicity, and all orthodox doctrines derived therefrom, weighed heavily on their efforts, and the biases of these original translators have influenced subsequent translations ever since. 

    \n


    \n

    Translators who presuppose that the Bible is the \u201cinspired\u201d word of God naturally \u201cview the task of translation\u201d, if only unconsciously, as supporting this idea. Such translators assume that God\u2019s inspired Word simply can\u2019t contradict itself or contain error. Thus, centuries of translators have adopted interpretations and translations that seek to reconcile or downplay inconsistencies or discrepancies that are evident in the original tongue. For example:

    \n


    \n
    All of the Gospels present but one view of Jesus, that he is the Son of God. Yet in presenting this view their individual descriptions of him and his sayings often employ different words. Through the years, these verbal distinctions, either intentionally or unintentionally, tended to be \u201charmonized\u201d by the scribes. Thus it is a sound conclusion that in parallel accounts the text which preserves the minute verbal differences is generally the [more authentic] text. (How We Got the Bible at 93)
    \n


    \n


    \n

    The result of this translator and scribal bias for consistency is that some parts of our modern Bibles appear to modern readers to be more of a coherent whole than they actually are, while other parts appear to less of a whole than they should. The following pages will provide numerous examples of the former, but here I will note one very basic example of the latter: 

    \n


    \n

    \u201cJesus\u201d is the Greek rendering of the Hebrew name \u201cJoshua\u201d, meaning \u201csavior.\u201d It was a very common name among first century Jews. And yet it has become customary among translators to render the name of the Old Testament hero of Exodus as \u201cJoshua\u201d and that of the New Testament hero of the same name as \u201cJesus\u201d. Inconsistently translating these names adds to Jesus\u2019 uniqueness while at the same time obscuring certain similarities in the lives and actions of the two biblical heroes that may otherwise be obvious. The differing nomenclature discourages the reader from drawing analogies between the lives of the two figures, analogies that the authors of the gospels almost certainly intended. 

    \n


    \n

    Translator bias has also served to obscure some striking similarities between the New Testament and other Gnostic scriptures. The Bible is almost always rendered in the familiar \u201cchurch speak\u201d originally adopted by Literalist translators over the centuries. However, it\u2019s important to understand that identical Greek words and ideas appearing in surviving Gnostic writings are typically rendered in unfamiliar \u201cpagan\u201d, heretical language, or simply left un-translated altogether, making these works seem more foreign, bizarre, and incredible than they should. To illustrate the point, let\u2019s consider just how strange, dare I say Gnostic, parts of the New Testament sound if we translate them from the Greek using the same principles often employed when translating Gnostic manuscripts.

    \n


    \n

    The Greek word for wisdom is \u201cSophia\u201d, which is also the name of the Greek goddess that personified the same. In Gnostic mythology, Sophia was the companion and lover of the Logos (often translated as \u201cword\u2019, which we will discuss more below), which all Christians equate with Christ (thanks to the opening chapter of the fourth gospel). This may be one reason why translators almost always translate the Greek word \u201cSophia\u201d as simply \u201cwisdom\u201d in the New Testament, but as \u201cSophia\u201d in most Gnostic texts. But is such inconsistent treatment justified? What happens, for example, when we translate some familiar Bible passages using principals of translation traditionally applied to Gnostic texts? Let\u2019s begin with words attributed to Paul in Colossians 1:8 (highlighted words are those that have been reworded using more consistently applied principles of translation, as is done with non-canonical books from the time):

    \n


    \n
    We proclaim [Christ]\u2026teaching every man in the ways of Sophia that each may become an initiated member of Christ. (Colossians 1:28)
    \n


    \n


    \n

    Translated in this manner, and remembering that in Gnostic theology, Sophia was the lover of the Logos (Christ), Paul sounds\u2026well\u2026radical. In essence, Paul teaches that we become one with Christ (that is, \u201cmembers\u201d of Christ) by learning the ways (i.e., assuming the role) of his mythical lover, Sophia. Though strange, this lesson is actually consistent with orthodox doctrine that the church is the \u201cbride of Christ\u201d, and it is also indistinguishable from the Gnostic teaching on this subject.

    \n


    \n

    Continuing: 

    \n


    \n
    My purpose is that they may\u2026become one in love, so that they may\u2026experience the Gnosis of God\u2019s mystery, namely, Christ, in whom are hidden all the treasures of Sophia and Gnosis. [emphasis added] (Colossians 2:2-3)
    \n


    \n


    \n

    Here Paul teaches that mystical \u201coneness\u201d is achieved through Gnosis (or experiential knowledge) of God\u2019s \u201cmystery\u201d, which he defines as Christ. Christ is not discussed as an historical personage, but as a higher consciousness that, once identified with to the exclusion of our ego (i.e., once we become one with it), leads to spiritual insight\u2014hidden wisdom (Sophia) and knowledge (gnosis). This is pure Christian Gnosticism, plain and simple. Only the common misleading translation keeps us from seeing it as such. 

    \n


    \n

    Proceeding further:

    \n


    \n
    We speak of Sophia among the initiated; not the Sophia of this aeon, nor of the rulers of this aeon, who are passing away; but we speak of God\u2019s Sophia in a mystery. (1 Corinthians 2:6)
    \n


    \n


    \n

    And:

    \n


    \n
    It is central to our faith that in the end we will all attain Oneness through Gnosis of God\u2019s Son, becoming fully initiated human beings, equal to nothing less than the pleroma of Christ. (Ephesians 4:13)
    \n


    \n


    \n

    \u201cGod\u2019s Sophia\u201d, \u201cinitiated\u201d, \u201cmystery\u201d, \u201caeons\u201d, \u201coneness\u201d and \u201cpleroma\u201d, all of these are quintessentially Gnostic terms, terms one would find repeated over and over in most any Christian Gnostic texts such as those found at Nag Hammadi. And yet, although they are expressed in the original Greek manuscripts of our Bibles, these terms are foreign to most Christians simply because bias, primarily the doctrine of divine inspiration and the Paradigm of Historicity, keeps translators from expressing Paul in this way. Rather than use the word \u201cinitiated\u201d, which is a more proper and accurate translation of the original Greek, and one they surely would have used if translating the same word in a Gnostic text, translators substitute the word \u201cmature.\u201d Rather than use the Greek word \u201cGnosis\u201d, which describes subjective, experiential knowledge (like knowing how to ride a bike) as opposed to objective, intellectual knowledge (like one plus one equals two), translators just use the more antiseptic (if somewhat misleading) English word \u201cknowledge\u201d, which has the added benefit of obscuring Paul\u2019s Gnostic tendencies.

    \n


    \n

    Another example of a translation that obscures the similarities between the Gnostic texts and the New Testament is the rendering of logos in many Gnostic texts as logos, but in the New Testament as \u201cWord\u201d (such as in John 1:1) The Greek word logos, which is the root of the English word \u201clogic\u201d, has no strict English equivalent. It can be alternatively translated as \u201cword\u201d, \u201creason\u201d, or \u201cidea\u201d depending upon context, but it actually contains elements of all three, plus more. No one English word captures the true essence of the Greek logos. 

    \n


    \n

    In the centuries before and immediately after Jesus, \"logos\" was a term of art used by pagan philosophers and adepts of the Mysteries Religions, including the Christian Gnostics. They generally used it to describe the thoughts of God\u2019s Mind through which God created and sustains the universe, or said another way, the objects of God\u2019s consciousness. To put it in terms readily understandable to most present-day Literalist Christians, before God spoke the words \u201cLet there by light\u201d (Genesis 1:3), God had to first have the idea (logos) of light in mind, else his words would have had no meaning or effect. Because thought, which is made manifest in words, must precede action, Gnostics came to view God\u2019s thoughts/ideas/words as the true source and sustainer of all Creation, present with God \u201cin the beginning\u201d, for creation could not exist prior to God conceiving of it. These divine thoughts or ideas, which are separate from God and yet one with Him (in the same sense that our thoughts are separate from our minds yet have no existence outside of them) are the divine logos. It will serve our purposes sufficiently if we conceptualize the divine logos for now as God\u2019s consciousness. 

    \n


    \n

    In Gnostic mythology, which the reader will recall contains much figurative language, creation is the result of the one transcendent God becoming consciousness of Himself. Exactly how this happened is a mystery symbolized in numerous and varying myths, but Gnostics reasoned rightly that consciousness requires both a subject and an object\u2014that is, there must be a witness (the person or thing that is conscious\u2014i.e., the \u201cmind\u201d) as well as the witnessed (i.e., the person or thing of which on is conscious, or the \u201cthought\u201d). In the Gnostic allegorical myths that seek to encode this truth, Gnostics often referred to the original witness (i.e., the \u201cmind\u201d of God) as \u201cthe Father\u201d. Likewise, they referred to the thoughts of that Divine Mind, the ideas which God\u2019s Mind contemplates, as \u201cthe Son\u201d or \u201cthe Logos\u201d (Word). Thus, thoughts (the Son) were conceptualized as the \u201coffspring\u201d or \u201cfirst born\u201d or \u201cbegotten\u201d of the mind (the Father), present with God at the dawn of creation. Before God thought, nothing was, for consciousness did not exist. Thus, Father and Son are as inseparable as thought is from mind. The Athanasian Creed expresses these ideas perfectly:

    \n


    \n
    The Father is made of none, neither created nor begotten, The Son is of the Father alone, neither made nor created, but begotten. [N]one is afore or after the other, none is greater or less than another.
    \n


    \n


    \n

    And, as Origen once noted, \u201cThe Father did not beget the Son, but ever is begetting him.\u201d

    \n


    \n

    The experience of this simple idea was almost certainly part of the fundamental Inner Mystery taught by all Gnostic Mystery Schools in the centuries before and after Jesus. Centuries before Christ the pagan Gnostic Heraclitus (c. 600 BCE) wrote, \u201cThe Father and Son are the same.\u201d According to Clement of Alexandria, the pagan Gnostic Euripides had years before \u201cdivined as in a riddle that the Father and the Son are one God.\u201d The legendary pagan sage Orpheus, who lived, if at all, thousands of years before Christ, is quoted by the Christian Clement of Alexandria as having taught: 

    \n


    \n
    Behold the Logos divine. Tread well the narrow path of life and gaze on Him, the world\u2019s great ruler, our immortal king. (Quoted in The Jesus Mysteries at 83)
    \n


    \n

    Clement of Alexandria himself writes:

    \n


    \n
    The Son is the Consciousness of God. The Father only sees the world as reflected in the Son. (Quoted in The Jesus Mysteries at 84) [parentheticals added]
    \n


    \n


    \n

    Continuing with this idea for a moment, it is important to note that Gnostics sought to explain the mystery of human consciousness by characterizing it as fragmented, dispersed pieces of the One Divine Consciousness\u2014that is, of the Son or logos, which Christians specifically equate with Christ. How portions of the One Divine Consciousness came to be dismembered and encapsulated within each of us, how we lost our ability to \u201caccess\u201d or \u201crely on\u201d it in our daily lives, and how we can regain it, are all mysteries described allegorically in many Gnostic and Christian myths. For Christians, the most important of these myths are those describing the Incarnation of Christ (God\u2019s consciousness becoming encapsulated in man), the Fall of Man (man losing his ability to rely on that consciousness and instead being ruled by his unconscious paradigms and passions, which Paul called \u201cthe flesh\u201d), and Christ\u2019s Crucifixion and Resurrection (describing the way back to union with God, or oneness with the cosmic consciousness). 

    \n


    \n

    These Gnostic teachings about the dispersion of human consciousness, and its reunion with God, may seem quite strange to Literalists, so I will again remind the reader of just a few of Paul\u2019s words on this subject:

    \n


    \n
    For just as the body is a unity and yet has many members, and all the members, though many , form only one body, so it is with Christ\u2026.[i.e., the logos or Son]. For by means of one shared Spirit [or consciousness] we were all baptized into one [spiritual] body\u2026. 
    \n


    \n
    Now you (collectively) are Christ\u2019s body [i.e., the Logos, the One Divine Consciousness], and individually members [i.e., dispersed pieces] of it. (1 Corinthians 12:11-27)
    \n


    \n
    It is inherent in our faith that in the end we will all attain Oneness through Gnosis of God\u2019s Son, becoming fully initiated human beings, equal to nothing less than the pleroma [fullness] of Christ. [Ephesians 4:13 as rendered in Jesus and the Lost Goddess at 149))
    \n


    \n


    \n

    In Ephesians 4:25, Paul writes \u201c[w]e are all parts of one body and members one of another.\u201d In Colossians 1:25-28, Paul writes that his purpose in life is to reveal to us the Mystery that was hidden in past ages--namely, that Christ (i.e., the logos) is in us! In Galations 1:15, Paul writes that \u201cGod revealed his Son in me\u201d [emphasis added]. Demonstrating that he had come to identify completely with this higher consciousness within him, and ceased identifying with his ego, Paul states, \u201c[I]t is no longer I [i.e., my ego or \"flesh\"] who live, but Christ [the logos] lives in me; and the life I now live in this body I live by faith\u2014by reliance on and complete trust in the Son of God\u2026.\u201d 

    \n


    \n

    As we have previously noted, Jesus offers the same teachings, most explicitly in the Gospel of John (17:19-26). There, Jesus prays that his followers will come to know their true nature. He prays that they will be \u201csanctified by the Truth\u201d so that they:

    \n


    \n
    all may be One--just as You, Father, are in Me and I in you, they also may be One in Us. [I] in them and You in Me, in order that they may become One and perfectly united....
    \n


    \n


    \n

    And nowhere is this pre-Christian, Gnostic teaching of creation emerging from the oneness of God through the facility of the logos (which is then dispersed among all peoples) better illustrated than in the opening Chapter of the Gospel of John (v. 1-4): 

    \n


    \n
    In the beginning was the Logos [i.e., Divine Consciousness, or thoughts of God, confusingly translated as \u201cthe Word\u201d], and the Logos was with God, and the Logos was God. He was with God in the beginning. All things came into being by Him, and apart from him nothing came into being [i.e., nothing existed prior to God becoming conscious]. In him was the life and that life was the light [i.e., consciousness] of men.
    \n


    \n


    \n

    I could continue with innumerable examples of how misleading translations, warped as they are by the Paradigm of Historicity and doctrine of divine inspiration, have served to obscure similarities between Gnostic and Literalist texts. But the above is hopefully sufficient evidence for now that, properly translated and freed of the Paradigm of Historicity, large parts of the New Testament support, indeed demand, a Gnostic interpretation. 

    \n


    \n

    (to be continued in Chapter 5, Part 2)

    \n


    \n", @@ -6278,7 +6278,7 @@ ], "author": "benadapt", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 56.39, "beneficiaries": [], "blacklists": [], "body": "Shoutout to @jacor, for featuring my post here.\n\nFollowing on from this, I will now be featuring other authors to help promote a diversity of content and new authors. All STEEM Dollars for these posts go to the featured author.\n\nIf you are looking to be featured as an author, please contact me via email - ben.adaptnetwork@gmail.com\n\nEdit: From the comments, it seems that this type of author promotion is not the way to go. A 're-steemit' button has been suggested and I think this is a great idea.\n\n
    \n\n
    \n\nIf you've played the indie-hit video game FireWatch, by Campo Santo, then chances are that you fell in love with the idea of staying in a fire tower, just as I have.\n\nThe American novelist and poet, Jack Kerouac, famously spent the summer of 1956 manning a fire tower on Washington\u2019s Desolation Peak, in the northern Cascades. Even though he was alone with pencil and paper by design, he didn\u2019t get much writing done. I don\u2019t blame him, the views from the tower are incredible and there\u2019s plenty to fill an adventurer\u2019s time for 63 days.\n\nSo, if the idea of a few days in the sky in a cool-looking fire tower is appealing, you\u2019ll be pleased to know that you can actually rent one of these bad boys.\n\nSince Jack Kerouac\u2019s stay in the 50s, new technologies have made fire lookouts mostly obsolete, some were even torn down. Others were left to rust and splinter, becoming squatter\u2019s dens and canvases for high-altitude graffiti artists. But dozens around the US have survived and are available for rent, evolving into modest sources of revenue for the U.S. Forest Service\u2019s depleted accounts. The Forest Fire Lookout Association maintains a list of available towers; many are available for as little as $20 a night.\n\nLets take a look at a few below:\n\n

    1. Black Mountain Lookout, California

    \n\n
    \n\nBlack Mountain Lookout is located on the eastern edge of the Beckwourth Ranger District, 10 miles from Highway 395, near Milford, California.\n\nThe lookout was constructed in 1934 and is a great example of Civilian Conservation Corps (CCC) architecture. The C-3-type lookout is situated on a single story 10 foot tower and is extremely well-preserved.\n\nThe one-room lookout cabin is set on a tower, rising 10 feet above the ground. It is furnished with two single beds with mattresses, but can accommodate up to four people. There is also space for tent camping adjacent to the lookout, for up to four visitors.\n\nA closer look in pictures:\n\n
    \n
    \n
    \n
    \n\n

    2. Hirz Mountain Lookout, California

    \n\n
    \n\nThis fire tower sits atop Hirz Mountain, California at an elevation of 3,540 feet, offering 360-degree views of Mt. Shasta\u2019s snow-laced peak to the north.\n\nThe McCloud River Wintu tribe held Hirz Mountain in reverence and had a name for it in their own language. But it was a miner, Henry Hirz, who gave the mountain its modern name.\n\nWhen the lookout was built, it was originally a structure that sat on the ground. The mountain was a strategic location for detecting fires because it had a direct view into the headwaters of the McCloud River and most of its tributaries. In 1937, the Forest Service and the Civilian Conservation Corps rebuilt the Hirz Mountain Lookout cabin and included a garage and outhouse. It was one of the last CCC-era lookouts to be built. In 1949, a steel tower was added, constructed of a steel K-brace tower that stands 20 feet above ground level.\n\nA quick look inside the tower:\n\n
    \n
    \n\n

    3. Hornet Lookout, Montana

    \n\n
    \n\nThe Hornet Lookout is as old school as it gets and features a two-story construction. The ground level provides a living space for two guests and the second story is a small loft used solely for full views of the region. The lookout\u2019s rustic accommodations include a propane cook stove, propane lantern and a small wood stove for heat.\n\nThe lookout provides astounding 360-degree views of the surrounding terrain, including Glacier National Park and Kintla Lake on clear days. Apparently, on some nights, the Northern Lights may be seen from the lookout.\n\nA 'slightly' more modern look:\n\n
    \n\n

    4. Fall Mountain Lookout Cabin, Oregon

    \n\n
    \n\nFall Mountain Lookout Tower is situated about 20 miles from John Day, in central Oregon. It provides 360-degree views of the surrounding Strawberry Mountain Wildness, as well as the towns of Seneca and Mt. Vernon.\n\nThe tower was built in 1933 and sits at an elevation of 5,949 feet. Before satellite surveillance systems, lookout personnel monitored the forest from this 18-foot perch for signs of smoke, alerting fire guards when necessary. Today guests can watch the sun rise and set, spot wildlife from the catwalk and witness dramatic thunderstorms that traverse the territory during summer months.\n\nThe one-room, 14-by-14 cabin sits atop an 18-foot tower and sleeps two. The cabin is furnished with a futon bed and a table and chairs. It has electricity and in the kitchen area, an electric stove and refrigerator.\n\nHere's a few more snaps:\n\n
    \n
    \n
    \n
    \n\n

    5. Indian Ridge Lookout, Oregon

    \n\n
    \n\nThe Indian Ridge Lookout sits at an elevation of 5,405 feet in the Willamette National Forest. Indian Ridge was named for the old Indian hunting trail that runs along the summit.\n\nBuilt in 1958, the lookout was used for firefighting by Forest Service personnel until 1973 and is still staffed occasionally during emergencies.\n\nA closer look inside the tower:\n\n
    \n
    \n
    \n
    \n\n

    6. Little Guard Lookout, Idaho

    \n\n
    \n\nThe newest tower on this list, the Little Guard Lookout is located about 9 miles north of Shoshone Camp, was one of the last remaining fire lookouts used in the Coeur d\u2019Alene River area and has only just recently become inactive.\n\nThe structure standing today on Little Guard Peak is the third in a series of lookout buildings that originated back to 1919. In October 1990, Little Guard Lookout was accepted for listing in the National Historic Lookout Register and the first for Idaho.\n\nThe fully furnished two-story fire lookout has dimensions of 14 x 14 feet, an external cat walk, and a gabled roof. It sleeps four guests, but space is tight. The kitchen is on the ground floor and is equipped with a small propane refrigerator, propane cook stove, table, chairs and basic cooking utensils.\n\nA few more photos:\n\n
    \n
    \n
    \n\n

    7. Spruce Mountain Fire Lookout Tower

    \n\n
    \n\nPerched atop a forested mountain, Spruce Mountain Fire Lookout Tower offers panoramic views that include Medicine Bow Peak, Rob Roy Reservoir, Jelm Mountain and the southern end of the Snowy Range. After being occupied as a fire lookout, the 55-foot tall structure was renovated and opened to the public for overnight rental in 1977.\n\nThe lookout cabin is furnished with two single beds with mattresses and can accommodate up to four guests. Inside amenities include a table with chairs, cookware, dishes, utensils, cleaning supplies, a propane heater, propane cook stove and oven, propane refrigerator and propane lights.\n\nAll photos: courtesy Recreation.gov\n\nFor more information on renting one of these towers visit firelookout.org. But first, let me know which one is your favourite?\n\n
    \n\nPlease follow me on my blog @benadapt if you enjoy my topics and content. I will also follow back so that we can build a community together.\n\n@benadapt features authors to promote a diversity of content and new authors. All STEEM Dollars for these posts go to the featured author.\n\nIf you are looking to be featured as an author, please contact me via email - ben.adaptnetwork@gmail.com\n\nShoutout to @jacor, for featuring my post here and passing on this idea.\n\nEdit: From the comments, it seems that this type of author promotion is not the way to go. A 're-steemit' button has been suggested and I think this is a great idea.\n\n
    ", @@ -6563,7 +6563,7 @@ ], "author": "horizonkinetics", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 48.81, "beneficiaries": [], "blacklists": [], "body": "\n

    \n

    Horizon Kinetics LLC is a NY-based investment firm and author of numerous research reports with increasing experience in the cryptocurrency space.  We have been authoring research on cryptocurrencies, and bitcoin in particular, since late-2015.  Since our founding over 20 years ago, we have continuously received invaluable feedback on our research from our subscribers.  We now share some of our work on cryptocurrencies with the Steem community.   Here is our first piece.  Additional information on Horizon Kinetics LLC is available at www.horizonkinetics.com. We can be reached via email at info@horizonkinetics.com. 

    \n

    We look forward to your comments!   \u2013Hugh Ross, COO Horizon Kinetics

    \n


    \n

    When the colony of Virginia made tobacco legal tender, the first problem was that the incentive was created to increase production. The second problem was the creation of very low-grade tobacco that some people refused to accept as payment. The policy ultimately created low tobacco prices for farmers. In 1682, there were riots and the tobacco crops of various farms were destroyed.

    \n

    The non-uniformity of a currency (apart from paper) is a not a trivial problem. Throughout history, it has been a significant issue. In colonial Plymouth, Massachusetts, the Wampanoag Tribe\u2019s wampum was made legal tender at the rate of six white beads or three purple beads per penny. Unfortunately, supply of beads was limited. It was hard for prices to rise in the sense that the bead, as an instrumentality, was not divisible.(1)

    \n

    Historically, therefore, the government really needed to take over responsibility for coinage. That created another problem. How does one prevent the government from abusing the privilege by basically destroying the value of the currency by issuance?

    \n

    Enter Bitcoin. It is very hard to counterfeit since all Bitcoin in existence are always visible in the Blockchain ledger. Supply of Bitcoin is fixed; it is hardwired in the code. This is a possible revolution in currency design. If nothing else, it is a new asset class.

    \n

    (1)Barry Eichengreen, Exorbitant Privilege: The Rise and Fall of the Dollar and the Future of the International Monetary System (New York: Oxford University Press, 2011), 9-10

    \n

    ---------------------

    \n

    Disclaimers:

    \n

    Horizon Kinetics LLC (\u201cHorizon Kinetics\u201d) is the parent holding company to several SEC-registered investment advisors including Horizon Asset Management LLC, Kinetics Asset Management LLC, and Kinetics Advisers, LLC. Horizon Kinetics authors research reports based on information available to the public.  No representation is made with regard to the reports\u2019 accuracy or completeness and all expressions of opinion reflect judgment as of the date set forth and are subject to change. This document is neither an offer, recommendation nor solicitation to buy or sell securities. Horizon Kinetics and each of its respective employees and affiliates may have positions in securities of companies mentioned herein.  You may visit our website at www.horizonkinetics.com to find additional information on Horizon Kinetics.  All views expressed in these research reports accurately reflect the research analysts\u2019 personal views about any and all of the subject matter, securities or issuers. No part of the research analysts\u2019 compensation was, is, or will be, directly or indirectly, related to the specific recommendations or views expressed by the research analysts in the research reports. Reproduction and dissemination of these reports outside the constraints of this social media space is strictly prohibited. \u00a9Horizon Kinetics LLC\u00ae 2016.

    \n", @@ -7759,7 +7759,7 @@ ], "author": "tuck-fheman", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 71.52, "beneficiaries": [], "blacklists": [], "body": "https://s18.postimg.org/aid72t4nt/too_old.png\n\n# [I'm Too Old For This](https://youtu.be/MqBNSMbEzI0)\n\nYou youngin's holding onto your new age Eckhart Tolle \"live in the now\" Aleister Crowley regurgitated belief systems and rah rah sycophant always positive philosophies (so long as the handouts are still being raked in), all while rewarding, if not exalting, people with a complete disregard for human decency amaze me and give me pause to think ... **what in the $@#! happened to this world?!**\n
    \n\nhttps://i.imgflip.com/1adksj.jpg\n\n# Back In My Day\n\nDuring my heyday, people were able to speak their mind, so long as they did so with respect and allowed others to voice their opinion as well. Everyone was different, and that's what made each individual interesting. Nowadays, it seems most people just want to be like everyone else and fit in. Don't rock the boat, else you won't get your reward! It's like being in a Kindergarten class full of 20-30 somethings.\n\nThis younger generation seems to worry more about figuring out how to make themselves into a Gawd, while at the same time arguing over which psychopathic authoritarian they are going to vote for as their supreme leader. They do more thinking about who to vote for to control their lives than they do how they are going to survive on their own for the next 40 years or more.\n\nhttps://s16.postimg.org/dqbzdofj9/OK_dees_1_Copy.jpg \n\nWhich one of these \"leaders\" (and I must quote that) is going to do more for me, seems to be the biggest question of younger generations. While at the same time they hold onto the belief that everything was created just for them and everyone else is merely a part of them; their own personal sock puppets of pleasure who must reward them when they do something they consider to be worthwhile.\n
    \n\nhttps://cdn.meme.am/instances/57755618.jpg\n\n# Vaporware Is Skeery\n\nOne of my biggest disappointments in this community came when @stellabelle, the person with the highest reputation on the site, made a post about an announced feature she liked in another decentralized blogging platform that doesn't even exist. \n\n### The horror! \n\nMany were quick to point out that the other platform was \"vaporware\", yet felt so threatened by her post about this \"vaporware\" that they created fictional stories to apparently discredit her. Others jumped on the bandwagon at every chance in the comments section. For what? For pointing out an announced feature in \"vaporware\"? Some even called this apparent \"vaporware\" a \"competitor\"!?\n\nhttps://s11.postimg.org/e5699gp5v/cover_ears.jpg\n\n# [Faith No More](https://youtu.be/3yVI3UgtvwU)\n\nThis says a lot about the faith these people actually have in Steemit. The fact that a piece of \"vaporware\" can be considered a \"competitor\" to Steemit, along with the fact that these people feel threatened by this \"vaporware\" would make Leon Festinger roll over in his grave; **because he's dead ... just like this generations ability to debate on a topic without their favorite psychology book in front of them to fashion a response from someone else's thoughts.**\n\nWe even have one of the largest whales on Steemit flagging comments that dare mention a non-existent \"competitor\" or anyone saying anything that, in their mind, is considered \"divisive\" to the community. A flag from this person will all but hide a comment from anyone's view without seeking it out at the bottom of the page. \n\nhttps://s15.postimg.org/820q6kvkr/safe_space.jpg\n\n# [In Muh Safe Space](https://youtu.be/sXQkXXBqj_U)\n\n\nSo much for being a place to discuss anything openly. And yet, people here complain about Facebook and Reddit, yet I can mention Facebook all day on Reddit, and vice versa, and never have to worry that my comment will be hidden by a single individual. Even worse, Facebook and Reddit are some of the most censored platforms in existence.\n\n### Put that in your **[hash pipe](https://youtu.be/_9BGLtqqkVI)** and smoke it!\n\nSome here are taking it upon themselves to create a safe space for everyone else, because apparently the competition from these non-existent platforms is so strong we must hide their non-existent features very mention from the fragile masses. Back in my day, there was a saying ... \"competition is good\", but apparently that's no longer the case.\n\nhttps://s22.postimg.org/cal6wr4tt/manstuff.jpg\n\n# [Smells Like Teen Spirit](https://youtu.be/hTWKbfoikeg)\n\nHere on Steemit, it's hard to find anyone that appreciates sports, guns, hunting, cars or anything that my generation considers to be laced with testosterone. Sure I find computer/programming talk interesting, but it's rare these days to find people online that can talk the 4 basic man groups as well. I've found a few, but for the most part they are hiding within the Steemit caves of obscurity.\n\nSteemit advertises that \"original content\" is rewarded, yet anyone that can speak in great detail on any of those 4 basic man groups will rarely, if ever, be rewarded for doing so. There are a few of these well written articles on these topics here on Steemit, but you will be hard pressed to find one earning more than $5. Why Is that? \n\n### I'll tell you why ... because Steemit, for the most part, is lacking testosterone. \n# (\u256f\u00b0\u25a1\u00b0)\u256f\ufe35 \u253b\u2501\u253b\n
    \n\nhttps://s13.postimg.org/oou4yaqp3/Grinds_my_gears1.jpg\n\n# [What Grinds My Gears](https://youtu.be/Q685Ko2DHDs)\n\nYou know what really grinds my gears? Steemit. **Steemit really grinds my gears.** Why? Because I'm too old for this shit! And for that reason, **this will be my last post on Steemit**. I will be relinquishing my posting key access for this account and leave it to the younger generation of Tuck Fheman's, so they can post happy thoughts about all things Steemit and be rewarded untold fortunes for doing so. I am just holding them back.\n\nI did my best to be a part of this generations next big thing, but generation Steemit is just too namby-pamby for this old codger. \n\n
    \nhttps://s22.postimg.org/9mkkeg19t/giphy.gif\n
    \n
    \nhttps://s20.postimg.org/bcrfwvml9/mic_drop.gif\n
    \n\n
    ", @@ -8766,7 +8766,7 @@ ], "author": "fyrstikken", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 70.42, "beneficiaries": [], "blacklists": [], "body": "
    \n\n

    We are now 600+ users registered and 20-30 active hosts at any time of the day talking about steemit, crypto and news 24/7 live on air and this is how you do it to become a host on steemspeak radio stakepool

    \n\n

    WE WANT TO HEAR YOU TOO!

    \n\nFirst, make sure you have a GOOD Microphone and a GREAT Headset. When you are on air talking about your latest steemit-post or something else that is on your mind, you want to sound great and make sure you don\u00b4t transmit echo, so if you don\u00b4t have headphones - buy some before you join.\n\nSecond, Download the Teamspeak 3 Client that works for your Operative System or Phone from Official Teamspeak Download.\n\nThird, Connect your TeamSpeak 3 Client to this server: ts.steemspeak.com\n\n---\n
    It is THAT Simple!
    \n---\n\n---\nOK, Now that you have logged in, you need to set your Push To Talk Button! And to do that I have included a good youtube-tutorial for you here so that you can easily figure out how to do it in settings->capture->push to talk->hotkeys\n\n

    Setting up the Push to Talk button!

    \nhttps://www.youtube.com/watch?v=u89aMcyfr2s\n\n

    The Mac Version settings are found in the Teamspeak 3->Preferences ->Capture

    \n\n---\n
    If you just want to listen, go to steemspeak.com24/7 all year!
    \n---", @@ -10159,7 +10159,7 @@ ], "author": "fyrstikken", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 70.42, "beneficiaries": [], "blacklists": [], "body": "
    Ladies and Gentlemen Welcome to the STEEMIT SHOW! 100% Pure Entertainment ONLY FOR YOU!
    \n---\nhttps://www.youtube.com/watch?v=0SMMo7aQnPY\n\n\n---\n
    Welcome to @fyrstikken I am so happy to see you! Leave a comment below so I know you have been here :)
    \n---", @@ -10516,7 +10516,7 @@ ], "author": "woo7739", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 58.19, "beneficiaries": [], "blacklists": [], "body": "![29637d.jpg](https://www.steemimg.com/images/2016/09/01/29637d.jpg)\n\nThis photo seems real. Because it IS REAL!\n\nTeam CSL, one of the most famous cosplay group in Korea, posted unbelievable photos about Silent Hill.\n\nLet's take a look at the rest of photos.\n\n![4b7c8d.jpg](https://www.steemimg.com/images/2016/09/01/4b7c8d.jpg)\n\n![52cdcc.jpg](https://www.steemimg.com/images/2016/09/01/52cdcc.jpg)\n\n![6ef4bd.jpg](https://www.steemimg.com/images/2016/09/01/6ef4bd.jpg)\n\n![9e4d4f.jpg](https://www.steemimg.com/images/2016/09/01/9e4d4f.jpg)\n\n![103f314.jpg](https://www.steemimg.com/images/2016/09/01/103f314.jpg)\n\n![11eef23.jpg](https://www.steemimg.com/images/2016/09/01/11eef23.jpg)\n\n![12aaa03.jpg](https://www.steemimg.com/images/2016/09/01/12aaa03.jpg)\n\n![13cbf58.jpg](https://www.steemimg.com/images/2016/09/01/13cbf58.jpg)\n\nAnd a YouTube video here.\n\nhttps://www.youtube.com/watch?v=KaBzFJnziVs\n\nYou see quality of their cosplay? I think they are so awesome.\n\nI am trying to convince them to post their contents by themselves.\n\n![005751a.jpg](https://www.steemimg.com/images/2016/09/01/005751a.jpg)\nhttps://www.steemimg.com/images/2016/09/01/11296c4.md.jpg\n\nTheir reaction regarding Steemit, is positive.\n\nBut they're not completely convinced yet. You know, it's too good to be true.\n\nWith that said, I need your support.\n\nAll Steem Dollar reward will go to them, I am sure they will find how fascinating Steemit is.", @@ -11057,7 +11057,7 @@ ], "author": "marketingmonk", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 59.83, "beneficiaries": [], "blacklists": [], "body": "https://steemit-bucket-4a743ec2.s3.amazonaws.com/Getting%20More%20Attention%20By%20Using%20The%20Promote%20Button.jpg\n\nThis is the eighth installment of what will turn into a paid course called The Complete Steemit Course.\n\nHere is Steemit Tutorial 8: Getting More Attention By Using The Promote Button:\n\n**(please note that this video was updated with a corrected version 23 hours after the original post)**\nhttps://www.youtube.com/watch?v=ob9Zksnguzg\n\nPrevious lessons here:\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-1-creating-an-account-on-steemit-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-2-steemit-account-dashboard-overview-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-3-creating-our-first-ever-basic-post-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-4-reading-writing-decorating-and-voting-on-comments-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-5-voting-power-weighting-spying-and-managing-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-6-getting-paid-twice-from-the-steem-network-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-7-buying-steem-power-with-steem-dollars-or-bitcoin-video\n\nPlease upvote to show your support, I really appreciate it.\nhttps://img1.steemit.com/0x0/https://www.cryptoversity.com/wp-content/uploads/Steemit-upvote-cta-3.gif", @@ -11980,7 +11980,7 @@ ], "author": "thecryptofiend", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 62.89, "beneficiaries": [], "blacklists": [], "body": "\n

    Introduction

    \n

    \n

    I have found myself in a contemplative mood over the last few days.  The main reason for this that I am due to have surgery on my left eye this Thursday (1st September) - sorry for constantly bringing it up and being such a wimp.  

    \n

    The surgery is routine and is in some ways self-inflicted - it is due to a complication with having had laser eye surgery last year to correct my vision.  

    \n

    Had I not had that done I wouldn't be in this position (although) I don't regret it.  No procedure is without risk and since this is a second procedure the risk is increased.  It is even greater because I am also a type I diabetic (on insulin) which slows healing down and makes complications more likely.

    \n

    My eyesight is very important to me particularly due to my artistic hobbies like photography.  Luckily my right eye is absolutely fine at the moment.

    \n

    Anyway the natural anxiety over this has lead me to be quite introspective and think about life in general.  I have been thinking back to some of the the things I have learned and how they might have helped me had I known them when I was younger.

    \n

    They are in no particular order.  I make no apologies for some of them being quite obvious or even the sort of cheesy advice you would read on a greeting card.

    \n

    So here they are in no particular order:

    \n


    \n

    Money and your career are important but not that important

    \n

    \n

    When I was younger I was (like many kids) convinced that having lots of money would bring happiness.  Having the latest Nike Air Jordans and most fashionable clothes, gadgets and the like was a matter of not only pride but vane necessity.

    \n

    It was only later that I started to realise that whilst money is a necessity for paying bills and the like it is only a tool.  Above a certain level of comfort having more money doesn't really equate to being happier.  It just equates to being able to have more \"things\" i.e. possessions.  

    \n

    Depending on how you get the money it can also lead to a poverty of the more valuable commodity which is time.  

    \n

    By similar extension whilst your career should be important it should not be the most important thing in your life.  No matter what you do you aren't going to be able to buy yourself more time so don't waste it needlessly going after more money or a better position at work.  

    \n

    It is a kind of Faustian pact where you get the worse end of the deal.  

    \n

    Time is the truly important commodity and sharing it with others is one of the most valuable uses of it.

    \n


    \n

    Following the herd (or shoal) doesn't doesn't pay off

    \n

    \n

    We are all programmed by society and culture to follow what is \"normal\" and ordinary.  This is especially true during those early teen years.  Even though we pretend to rebel by picking subcultures like goth, emo, metalhead or whatever this is just a thinly veiled surface level of individuality.  

    \n

    At it's base it is as conformist as anything else and is merely designed to massage our egos whilst still allowing us to be cocooned within the comfort of our own selected \"tribe\".

    \n

    Truly great people, the kind that change the world don't follow herds or tribes or anything else.  They set their own destiny and forge their own path.  

    \n

    They make the world follow them.

    \n

    I know what kind of person I would rather be and it isn't one of the sheep.

    \n


    \n

    Follow your own dreams not those of others

    \n

    \n

    This is related to the idea of ignoring \"herd mentality\".  We often have dreams and expectations placed upon us by our family, friends and teachers.  I remember once telling one of my teachers that I wanted to be an artist or a film director and being told:

    \n

    \"You are much too clever to waste your life on something like that.  You should be a doctor or a lawyer.\"

    \n

    It may seem like a complement but these kind of sentiments can be just as damaging as more obviously disparaging ones because they psychologically close down certain options in our lives.  One can be made to feel that doing what we want would be letting our family, friends and educators down so we push those things aside and just do what is expected of us.

    \n

    This ultimately leads to dissatisfaction with our work and our lives.  It is much harder to change this in your thirties or later and much easier in practical terms to do it when you are in your teen years and choosing your career.  

    \n

    Paradoxically it seems harder in your teens to say no to the psychological pressure even though it is ultimately your choice.

    \n

    Self confidence in your own ability to know what you truly want early one pays off in the long term.  Don't live your life for other people.

    \n


    \n

    People who agree with you all the time aren't helping you

    \n

    \n

    We naturally like to associate with people who have similar views to us and seem agreeable to us.  This is part of human nature.  Unfortunately what many of us don't realise when we are younger is that a good friend needs to be honest with us.  

    \n

    Someone who is always a \"Yes-man\" can actually encourage us to stagnate and reinforce our negative behaviours.  It is simply not healthy and it is dishonest.  Your best friends are those who tell you the truth and call you out on your bullshit.  

    \n

    Similarly in your work and acedemic life it is important to listen to conflicting opinions.  Just reading material that agrees with what you already think prevents you from evolving both from a personal and an intellectual standpoint.  

    \n

    We can see this in modern internet culture where people focus purely on material that agrees with their political or societal opinions.  

    \n

    Ultimately it leads to greater division, polarisation and entrenchment of attitudes.

    \n


    \n

    There is no shame in changing your opinion

    \n

    \n

    To some degree people who have very strong opinions may be respected.  It is seen as a sign of confidence.  

    \n

    It could also be a sign of inflexibility and inability to change.  

    \n

    I believe now that life is all about change and evolution.  If you stop moving you get left behind.  

    \n

    When I was younger I would stubbornly hold on to opinions and beliefs as a matter of pride.  There was a certain amount of machismo behind sticking to your opinions and not conceding to those of others.  To change them would be seen as some sort of humiliation.

    \n

    This is a complete fallacy of course.  

    \n

    To stick to an opinion merely for the sake of not changing is not only foolish it is positively pathological.  

    \n

    Ultimately it means that you do not progress as a person.  I now realise there is no shame in changing your position and admitting that you were wrong.  

    \n

    In many ways it is a lot braver because you are sure to get flack from others who are unable to do the same for \"flip-flopping\".

    \n


    \n


    \n

    Cherish your friends and family because you don't know how long you have with them

    \n

    \n

    I found this out the hard way in my early twenties.  A friend of mine (let's call him John) who I had been with throughout Junior school went to a different college from me.  This was in a different area of the country.  Though we often made plans to get together they would often follow through for logistical reasons.

    \n

    Over time our conversations and meetings became less and less frequent as \"life\" started to get in the way.  

    \n

    A few years later when I was home from University and I hadn't heard from him in a while I bumped into a mutual friend.

    \n

    Nothing in my life had prepared me for what I heard next.  

    \n

    A year earlier John had been involved in a minor road accident whilst riding his motorbike.  He had fallen off as a result and had received what seemed at the time like a minor knock to his head.  Feeling fine he had decided that he didn't need to go to hospital.  

    \n

    Unfortunately for him, that minor knock on his head had ruptured a small artery in his meninges, resulting in a slow but progressive increase in intracranial pressure.  

    \n

    A few hours later he literally dropped dead.  He was only 21.

    \n

    I felt so much guilt.  

    \n

    This friend had been so close, like a brother to me.  

    \n

    He had died so suddenly and I hadn't even known.  

    \n

    I had so many regrets - maybe if we had gotten together before his death it could somehow have changed things just enough to prevent this from happening?  

    \n

    I kept having such thoughts and I still have them from time to time.

    \n

    I don't think I have every truly gotten over the trauma of this.

    \n

    You assume that the people you care about and love will always be there just because you can't imagine life without them.  

    \n

    The fact is life is fragile.  Nobody knows how long they have to live.

    \n

    Life and death happen all around us all the time.  

    \n

    Appreciate and spend time with loved ones whilst you can because you never know when that time will be up, either for you or for them.

    \n


    \n

    Your parents and grandparents were young too

    \n

    \n

    One of my teachers at school used to say that -

    \n

    \"When you are young you know everything except your own ignorance.\" 

    \n

     This is so true.  Once we become teenagers we tend to assume we know better than everyone else.  

    \n

    When our parents and grandparents give us valuable advice we tend to ignore it because - what do they know?  

    \n

    We tend to forget that they were once young and had the same kind of hopes and dreams we do.  By being further on in their lives and having more experience they can give us a perspective that we lack.

    \n

    They are a resource that we ignore at our peril.

    \n


    \n

    Never give up on your hobbies and interests

    \n

    \n

    We all know the saying that \"variety is the spice of life\".  We all tend to get pushed for time as we get older and develop more responsibilities.  

    \n

    It is very easy to give up on those simple hobbies that gave us so much pleasure when we were younger.  

    \n

    Whether it was engaging in a particular sport, listening to music, enjoying nature or just travelling we tend to give less importance and priority to these activities.

    \n

    These kind of activities are very important for recharging our mental energy and helping us to get away from the worries and concerns of life.  

    \n

    One could almost consider them to be like a from of activity based meditation.

    \n

    I gave up on my art work for many years due to the sheer workload I had during University and then in work.  

    \n

    This was a mistake and it was only through being forced to re-enage with it through ill health that I realised how important and fulfilling a part of my life it was and now still is.

    \n


    \n

    My Final Point: Life is short make sure you actually experience it

    \n

    \n

    As you get older you start to realise how quickly time passes by.  We have a tendency to live in either the past or the future, rarely experiencing the present.  

    \n

    Not only does this make time appear to pass more quickly but it also leaves us unable to appreciate what we have at the time only realising it later through the lens of hindsight.  

    \n

    One of the principles of mindfulness is the idea of recapturing and experiencing the moment.  

    \n

    I think we would all do well to follow this idea.  

    \n

    By reconnecting with our momentary existence we can become more aware of our own thoughts, feelings and what we ultimately want.  

    \n

    It can also allow us to readjust our focus on what is important and start to concentrate on it more whilst we still have time.  

    \n

    So many of us simply drift through our lives without the kind of focus this could provide and you don't want to be the person who starts making these kind of observations when it is too late for you to be doing anything with them.

    \n

    You don't want to end up feeling like you were just a passive bystander or a passenger in your own life.

    \n


    \n

    Conclusion

    \n

    \n

    Thanks very much for reading.  I hope you found it useful and interesting.

    \n

    Do you have any similar things that you wished you had known when you were younger? Please share in the comments below.

    \n

    This will probably be my last post for a while as I am due to have eye surgery tomorrow and will be recuperating for some days.  

    \n

    If I have time I might put out another post before the operation but if I don't please all take care and I wish you all the best.

    \n


    \n

    You can find more of my work by following me @thecryptofiend - thanks.

    \n", @@ -12392,7 +12392,7 @@ ], "author": "scott.stevens", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 56.63, "beneficiaries": [], "blacklists": [], "body": "\n

    August 25, 2016

    \n

    What happens when this ends?

    \n

    \n

    Did we really need a scientific paper to tell us that there is \"no conspiracy\" with regards to chemtrails and geoengineering? Apparently, we did. The obvious--to most of us--is getting, well, too obvious.  Some self-declared scientific types had to review some pictures and all agree (mostly, 76 of 77) that nothing of the sort is happening right in front of us.

    \n

    Really now?

    \n

    First, the published articles that I recently saw in the news referencing the published paper

    \n

    The New York Times: 

    \n

    \n

    Now Science Daily:

    \n


    \n

    \n

    A quick excerpt to get us started:

    \n

    The authors of this study, including Carnegie's Ken Caldeira, conducted a survey of the world's leading atmospheric scientists, who categorically rejected the existence of a secret spraying program. The team's findings, published by Environmental Research Letters, are based on a survey of two groups of experts: atmospheric chemists who specialize in condensation trails and geochemists working on atmospheric deposition of dust and pollution.

    \n

    The survey results show that 76 of the 77 participating scientists said they had not encountered evidence of a secret spraying program, and agree that the alleged evidence cited by the individuals who believe that atmospheric spraying is occurring could be explained through other factors, such as typical airplane contrail formation and poor data sampling.

    \n

    The research team undertook their study in response to the large number of people who claim to believe in a secret spraying program. In a 2011 international survey, nearly 17 percent of respondents said they believed the existence of a secret large-scale atmospheric spraying program to be true or partly true. And in recent years a number of websites have arisen claiming to show evidence of widespread secret chemical spraying, which they say is linked to negative impacts on human health and the environment.

    \n

    \u2026

    \n

    \"The experts we surveyed resoundingly rejected contrail photographs (emphasis mine) and test results as evidence of a large-scale atmospheric conspiracy.\"

    \n

    ---------------------

    \n

    Did you get that? \"Photographs\", that\u2019s (almost) all they looked at, studied or examined; that\u2019s it! Just some static pictures. In my \u201cscientific research\u201d I went a step further. How could I not? My job, my reputation, my incumbent responsibility to my employer and nightly audience was at stake. Instead of examining photographs, which I already had thousands of, I bought four cameras, two computers, and some time lapse software so that I could watch the entire day\u2019s weather happenings in under five minutes. These cameras would begin recording the sky, snapping a picture every five-seconds from sunup and finish at dark, day after day after day. Pictures were not good enough for me. I needed video just to see if there was something that I was missing! 

    \n

    I would get home from doing the 10pm news, change my clothes, and go upstairs to begin rendering the four movies. I had one camera covering each of the cardinal directions and then watch each one. It is truly amazing what we don't see when we watch clouds without the aid of compressing time by 150 times or 300 times. At these speeds, it all makes sense. To be able to see all different layers of the atmosphere working together, or against each other, a fog that seems like and even feels calm, but is actually violently whipping around, even clouds retaining their shapes and sizes as they pass through each other, WTF! 

    \n

    https://youtu.be/Yi4YFzyeEZ0

    \n

    What is quickly understood is that the wind does not carry the clouds, the water molecule is riding upon another force, another current, apart from the wind. This was a revelation to me and once realized by the wider atmospheric sciences community will utterly revolutionize the science. I lost count of the times I would see a cloud layer moving EXACTLY 90 or 180 degrees opposed to the layer immediately above or below. This is impossible in a natural setting. Now reflect on how many chemtrails you seen in the shape of a perfect \"T\" or \"X\". Think of alignments... 

    \n

    An excerpt of me discussing when I started recording the sky with time lapse.

    \n

    https://youtu.be/LXsPhe9zWoA?t=8m18s

    \n

    I began this operation in January of 2005, just slightly more than six months after having my \u201cAh-ha\u201d moment; in which I came to understand that all the planet\u2019s weather was profoundly impacted by man-made technology. Still, I had questions of where did all these planes, trails, and conspiracy fit into this complex story? It wasn\u2019t until I was four months into this project that I finally got my answer. Only then did I understand that these planes were tracing out geometric patterns while isolating perturbations, distortions, or gaps in already existing trails. It was freaking \u201cBrilliant!\u201d, was my exclamation.  

    \n

    These revealed perturbations ARE the reason for the chemtrails!

    \n

    \n


    \n

    \n

    Watch an example in this narrated video of the planes unique flight patterns recorded by during those early days of my research.

    \n

    https://youtu.be/WVhbdhT9xoY

    \n

    How else would the weather makers know where to target, how much energy to target and the results of their work, without these straight chalk lines in the sky to gauge their effectiveness? If you\u2019re going to pulse the atmosphere with \u201csomething\u201d you\u2019ve then got to go figure out if you got it right! Was the \"input\" enough, or not enough? Was the intended impact sufficient to achieve the desired result, Yes-or-No? 

    \n

    Straight lines across a moving fluid would allow for the direct observation of the atmospheric intervention and yet still appear to be just contrails to the masses below. It is an utterly elegant program that now with forty years under its belt has remained in the dark recesses of atmospheric sciences. A science that is so obsessed with the illusory CO2 issue that there is no intellectual capacity or energy available to see what\u2019s happening right of front of their faces. 

    \n

    \n

    A train yard,  1976 - Engine EL 831 Marion, Ohio  -- Chemtrails already in the sky

    \n

    Again, a very well played hand guys. Aircraft, in plain sight, some trails, but not too many, usually\u2026 Then get the program to use commercial aircraft (the most economical solution available versus military transport types) to do the work so it blends in with everything else up there, and then share the wealth that results from the program. The Military Industrial Complex makes a mint with all the planes, satellites, computers and esoteric technology perfected upon deployment. Those in the \u201cknow\u201d get to play in the energy, food & agricultural, insurance, re-insurance and commodities futures markets making billion upon billions of dollars with foreknowledge of what is to come weather and climate wise. 

    \n

    War, weather warfare is a racket and the population is told that we are experiencing \u201cclimate change\u201d when really it is \u201ceco-terrorism\u201d as Former Defense Secretary William Cohen termed these activities back in 1996, some twenty years ago! 

    \n

    The full quote: \"...some scientists in their laboratories trying to devise certain types of pathogens that would be ethnic specific so that they could just eliminate certain ethnic groups and races; and others are designing some sort of engineering, some sort of insects that can destroy specific crops. Others are engaging even in an eco-type of terrorism whereby they can alter the climate, set off earthquakes, volcanoes remotely through the use of electromagnetic waves.

    \n

    So there are plenty of ingenious minds out there that are at work finding ways in which they can wreak terror upon other nations. It's real, and that's the reason why we have to intensify our efforts, and that's why this is so important.

    \n

    \n

    Another point to consider: With GLOBAL geoengineering now four decades active what is the true trend-line of the planet\u2019s surface temperature? I contend that this number has been totally lost and smeared by these activities. No one outside of those involved specifically with these activities knows the true state of Planet Earth\u2019s climate. It has been hijacked.. for some reason that is apparently worthy of this massive, expensive and covert operation.

    \n

    What we need is an Edward Snowden to emerge from the geoengineering programs to come forward and share the truth with humanity so we can make intelligent, informed and sane decisions about what to do to prepare for the coming decades. Is it an Ice Age as the Sun is screaming or is it a middling along like the past 20 years with little change in the surface temperatures or a resumption of the warming like we experienced during the first half of the 20th Century? 

    \n

    Which is it? 

    \n

    \n

    We deserve to know, sooner than later.

    \n

    \n

    This global weather and climate engineering program WILL END. My question becomes, \"What happens then?\"  This issue is the most important one facing all of us today. Not tomorrow or next year, but today.

    \n

    Keep looking up,

    \n

    @scott.stevens

    \n

    \n", @@ -12812,7 +12812,7 @@ ], "author": "james-show", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 58.33, "beneficiaries": [], "blacklists": [], "body": "Trading Steem is not hard. In that part steem(it) development team has done a great job. Compared to the establishment Steem is a huge step in the right direction of fairness and openness.\n# How the JS index works\nJS measures the net result of the buyers and sellers actions.\nEveryone buying Steem (or anything else) in any financial instruments market does it to profit. Interesting distinction is however if those buyers or seller do expect their profits short term or long term.\n\n## How short term Steem \u201cspeculators\u201d act?\nThey buy steem and expect return in a matter of days, weeks, months.\n## How long term Steem \u201cinvestors\u201d act?\nThey buy steem and expect return in a matter of years. They buy steem, and in this particular high devaluation environment that Steem is quickly power up .\n\nMeasuring the net result from the Steem \u201cspeculators\u201d and Steem \u201cinvestors\u201d buying, compared to Steem owners selling can give us the ultimate tool to measure the future price movement of Steem (in the short to medium term).\n\n# And it turns out to be incredible easy\nAll of the described above is nothing more than the \u2026 increase/decrease of the total Steem held by exchanges! (with a few caveats I will keep proprietary for now)\n\n# How this matters\u2026 give me a practice example.\nOK here it is.\nSteem hit a local low of 0.001224 btc/steem on 08/29 4:30 UTC. Since then the price is generally higher. Should you buy (out of FOMO) or wait for the price to come down to even lower levels sometime in the near future.\nIf JS index has fallen down since 08/29 (as it has indeed) this means that all the buying (price increase) was by short time speculators. So, if no news justifie their buying exuberance, you can expect soon those speculative buyers to give up/cash out of their short term position and the price to continue following the long term trend of the JS index itself.\n\n# Initial JS index\nThe index is set at __1000.000__ as for 2016-07-26 12:56:12 UTC\n\n# Current JS index\nAs of 2016-08-31 03:03 (UTC) the value is: __553.650__\n#\n[EDIT]\nBelow is a chart of JS Index and Steem price for July 27th to Aug 30th NB some days have more than one data point.\n#\n\n![Imgur](http://i.imgur.com/Ukazg7G.png)\n#\n#steemit #trading #finance #steem #money", @@ -13463,7 +13463,7 @@ ], "author": "steemapp", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 58.83, "beneficiaries": [], "blacklists": [], "body": "
    [![SteemyLogoHeadOnlyLarge00009.md.png](https://www.steemimg.com/images/2016/09/09/SteemyLogoHeadOnlyLarge00009.md.png)](https://www.steemimg.com/image/uGfn3)
    \n\n# BETA AVAILABLE - Steemy for iOS and Android\n(*special shout out to @xeroc for his guiding hand during on-device tx signing implementation)\n\nWe're happy to announce that the first public beta of [Steemy](https://steemit.com/steemit/@steemapp/introducing-steemy-fully-native-ios-android-apps-for-steem) is available for iOS and Android! If you'd like to participate in the beta, simply send an email to steemapp@gmail.com and which device (iOS or Android) so we can send you a beta invite. We're utilizing hockeyapp.net (microsoft) to manage the beta. \n\n### Some important things about the beta:\n- *Use at your own risk - **period**.* \n- Don't login with an account that has your life savings in STEEM. Why? Because this is a beta product!\n- Don't login with your password if you don't feel comfortable - you can still use the app without logging in. Key import options will be available in a future version.\n- Images you upload from your mobile device are publicly available to the world. \n- Image hosting providers could change during the beta and your images could be wiped out permanently without notice\n- We receive crash reports, analytics and other useful debugging information from HockeyApp\n- Once signed up, you will receive notifications to download all future versions of the beta\n- Are there known issues? Yup! Expect frequent beta versions with no announcement.\n- Hockey provides features to send us feedback directly. There's a 100% chance we'll get your feedback if you submit through hockey app or email us steemapp@gmail.com.\n\n# How You Can Help\nWe are developing at a feverishly-fast pace...as fast as two guys can who have day jobs and families to support. If we could, we'd say adios to the day job and focus 100% on Steemy (that's a dream I have weekly). That being said, the reality is that we are building this with our own time, energy and spare funds. That makes us no less passionate or driven, but imposes real-world constraints on development.\n\nYou can help us by:\n1) Participating in the beta\n2) Giving us constructive feedback on crashes, design, and other app-specifics\n3) Of course, financial - any funds we receive via upvoting go directly to supporting our monthly server costs, red bull addiction, etc...\n\n# How to sign up for the beta\n- Email us at steemapp@gmail.com and tell us which device (iOS or Android) you want an invite for\n- Or, if you don't care who sees your email address, post a comment below and specify iOS or Android (or both)\n\n# What is Steemy?\n\n[Learn more about Steemy Here](https://steemit.com/steemit/@steemapp/introducing-steemy-fully-native-ios-android-apps-for-steem)", @@ -14057,7 +14057,7 @@ ], "author": "thecryptofiend", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 62.89, "beneficiaries": [], "blacklists": [], "body": "\n

    Introduction

    \n

    Continuing on from the previous tutorial style I though it would be useful to cover how an image evolves from the original RAW file to final finished and corrected file.

    \n

    TLDR: The Finished Image VS the Original Side by Side

    \n

    \n


    \n

    The Final image is on the left and the original image is on the right.  You can also see a large version of the final image at the bottom of the post.

    \n

    The original image is already pretty good and only needs very minor corrections for blemishes, colour balance etc. - using the right kind of lighting and lenses helps with this - as well as the model having good skin and makeup.  

    \n

    The equipment used was my Nikon D800 camera with Nikon 85mm/1.8 lens shooting wide open.

    \n

    The model here is Gabriella Kennedy. She was backlit using the window behind her and a reflector held in front for front lighting and highlights in the eyes.

    \n


    \n

    Basic Skin Retouching in LR and Photoshop

    \n

    I have used the spot removal tool in Lightroom to remove some minor blemishes which leaves me with the image below.  I have described use of this in more detail in my previous tutorial.

    \n

    \n

    Basic skin retouching to remove blemishes in Photoshop.

    \n

    \n

    Larger version to show this.

    \n

    \n

    The difference is subtle but I don't want to go too far and remove too much skin detail.  I'm just using the spot healing brush tool as detailed in my previous photo repair tutorial.  This photo is already pretty blemish free so doesn't need anything more advanced.

    \n

    Temperature Adjustment

    \n

    \n

    Detail to show the difference.  The colour seems off.  So I'm going to do a colour balance adjustment here.

    \n

    \n


    \n

    \n


    \n

    This is an improvement but it's not perfect.  I might do more fine adjustment in Lightroom.  

    \n

    Background Fix

    \n

    I also want to remove the window bar behind her.  So on new layer (Cmd/Ctrl+Shift+N).  I use the clone stamp tool to copy the background to the right over to bar.  The clone stamp tool looks exactly like a stamp and is just below the healing brush.  It directly clones an area without any intelligent modifications.

    \n

    \n

    So the bar is now gone.

    \n


    \n

    Eye Veins

    \n

    \n

    OK I might do some very subtle work on the eye veins.  Again I will create a new layer (Cmd/Ctrl+Shift+N) and zoom in and carefully use the healing brush to erase the veins.

    \n

    \n

    \n

    This is to show the difference to one of the eyes.  This is a bit too much so I will enlarge the image and reduce the opacity of this layer to 50%.

    \n

    Here is the full size image.  This looks about right.

    \n

    \n


    \n

    Final Adjustments in Lightroom

    \n

    I'll save this and open it up in Lightroom for final adjustments. Just before saving I couldn't resist doing another colour balance change but it is really unnecessary as I will fix the colours in Lightroom.

    \n

    \n

    \n

    I have basically adjusted the exposure very slightly to +0.10 -

    \n

    I have also tried auto temperature which gave a more balanced result but the colours didn't look right to me.  It set the Blue/Yellow slider to +13, so as a compromise I set it half way to +6 which looked better to my eye.

    \n

    I also reduced the saturation by -11 as it seemed a bit strong to me.  The image is essentially finished apart from cropping.

    \n


    \n

    Final Image With and Without Cropping

    \n

    \n

    Uncropped

    \n


    \n

    \n

    Cropped.  The difference is very subtle but I think the crop emphasises the eyes and face more.

    \n


    \n

    THE END

    \n

    I hope you found this useful.  I've tried to keep it short and to the point.

    \n

    You can see more of my work @thecryptofiend - hope you enjoy.

    \n


    \n

    (Verification for me here: http://www.aapicture.com/about-me)

    \n", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/_readme.txt new file mode 100644 index 00000000..9470778e --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted/_readme.txt @@ -0,0 +1,4 @@ +See ../_readme.txt for details +Lists promoted posts ranked by promotion amount. + +"sort": "promoted" diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_paging.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_paging.pat.json index 83b686e3..1eff2af9 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_paging.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_paging.pat.json @@ -156,7 +156,7 @@ ], "author": "elissahawke", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 58.96, "beneficiaries": [], "blacklists": [], "body": "Money Money Money ahhhh HAAAH ahhhh ha haaaaaaa all the things I would do.... if I-\nI always wondered about the charismatic Ken O\u00b4Keefe. \n*Is this what controlled opposition looks like?*\n\nhttp://www.thepeoplesvoice.org/TPV3/media/blogs/blog/29/okeefe-c29.jpg\n\nI took my chances and admired him for his truly heartfelt passionate work.\nThere are *fuck all* strong male role models willing to prick the beast and speak truth to power. \nKen was a welcome swearing voice in the wilderness of white apathy.\n\nSadly his latest project has been derailed in under three months\nDespite how much good he has done, how many people he has helped, something is happening to his work now.\nKen is looking like a liability.\nWill he just facepalm in a years time and just blame it all on luurve\n\nHe is a walking cliche of the two-headed man this year.\n\nMax Igan certainly spells out *what the whole lot of us* might unwittingly have accomplished... even if he *is* just a tad dramatic \n-that this will put an end to *all* fundraisers\n-bring an end to *all* trust \n-an end to any voice that *put their name * to the project\n-effectively put an end to any co-ordinated response to the system.\n\nMax, Its just Ken. \nIts not armageddon\n\nIs *that* what we __all__ have been __participating in *wittingly and unwittingly*__?\n\nI swear I will never fucking learn!\nIs *__that__ why Dodgy Deanna recruited __me,__ right at the 11th hour...?*\nWas there some chance some of them *knew right from the start this shit was already on its way down the toilet*, either to go off its own rails or be derailed?\n\nAm I becoming *effective*?\n\nPooh for thought\n\nI\u00b4m sorry to my friends and anyone who has donated time or money to the World Citizen Solutions oxymoron.\nI am sorry I endorsed the \"project\". \n\nIm sorry Im alive some days but Im doing my best.\nAs Grandma says \"DOUBT MEANS DONT\" and I wish I listened to my gut.\n\n\nHere are the lessons\n-No one can change the world we can only change ourselves.\n-Donating money to a cause does not excuse you from doing the personal work required to be sovereign and higher than government. This is only your natural state if you know it and self educate to lovingly reclaim it.\n\nRedeem your soul. Rescind your *walking dead* status and come alive again as the flesh, and not the corporation.\nI *know* a \"citizen\" *can not be* sovereign.\nI *know* how not to pay tax, I escaped civilisation and lived in a tent for years so I could study contract law.\nI *know* only self-realised sovereign beings can exist \"outside of government\" with large effort, sustained courage and usually requires physical relocation and or jail time. \nFor me that effort is worth it to no longer be obligated to pay taxes to the warmongering Australian government that claims it owns me. It is very hard to learn financial independence in a foreign country but its easier for me to do that than bomb someones lovely kids in Syria.\ni *know* sovereign beings dont use lawyers. To use a lawyer is to declare yourself incompetent.\nYou go *by special appearance* if you are mad enough to go at all. If you are not unconscious or being dragged in handcuffs.\n\nI have also come to appreciate the power of *sealed and notarised affadavits* declaring sovereignty, *combined* with a UCC1-308 __*will*__ disqualify the states jurisdiction over your flesh in breaches of acts statutes and regulations when there is no harmed or injured parties.\nSorry for that boring sentence.\n\nI didnt feel the need to *financially* support this mission of Ken O\u00b4Keefe. \u00b0\u00b0\nNor did I feel the need to correct him on these glaring inconsistencies in his original plan, *(or the globe earth in the promo ; )* because\n1-i assume hes busy\n2-takes years of self education to realise these things\n3-I am no authority \nKen knows me as a mad lady who lived in a van made of weed\n\n\u00b0\u00b0I am still burned from that experience with Ken two years ago watching David Ickes manager Sean Adl-Tabatabai and his assistant Deanna Amato bleeding the UK and Europe dry for all their goodwill donations to THE PEOPLES VOICE channel.\nOnce I saw through that ruse I I estimated *most*, maybe (70%) of the people working there were compromised agents. They were all connected like worker bees but seemed independent at first.\nThat was 2 million pounds they siphoned, from a loving gullible public thinking if they throw $20 or $1000 at this darn \"slavery problem\" it will go away..\n\nI did enormously enjoy many off the off the cuff speeches Ken has made over the years, so, when asked to support this money gathering mission with a small endorsement I simply sent this, declaring my position.\n\n__*We Need to stop.\nWe need to change.\nWe need to govern ourselves by our consciences.\nWe need voluntary societies based on the non aggressive principle\nThat is human rights. \nThat is freedom.*__\n\n I got more of an inkling that something was up soon after sending my endorsement when I got a thankyou letter from *Deanna Amato*. \nI didnt know Ken was working with her again. I lost trust in her last time.\nI wrote to Ken and told him my concerns.\n\nA few facebook friends told me they had donated, probably, five thousand dollars combined.\nOne was a littled piqued when I offhandedly told him, I hope you get your moneys worth... \n\nNot that I doubted Kens financial integrity at this stage but I am very aware how legal sharks work, how legal \"experts\" by definition can not even *comprehend* sovereignty as they have that BAR so far in their arses theyre crosseyed. \nI just knew Ken could blow that $150 grand on dumbarse legal experts that could teach him nothing.\nOffer him nothing but receipts. \nLike everyone donating their $5 looking for the magic paper, Ken was going to be donating all the little donations straight back UP to our masters in great chunk collections of dosh hoping to buy this __golden ticket__ off *some lawyer friend*, that can free us all.\n\nI have been watching for months a man and his ego.\nI left him to his de-vices, hoping that he will pull this gravy train up before it spills. \nI dont think he has much more pride to lose in a crash so he\u00b4s driving rather recklessly. That is his right.\nIf we are mad at him, we should also be mad at ourselves for not doing more, for not being more of the strength and good we saw in him.\n\nThe more I read of Kens recent \"Subversion report\" about his team, the more I realise it *really* aint looking good.\n\nI have only had a day to look at this. It is not impossible that Max, and all his team are agents sent to compromise Ken and make him look incompetent and, as if he is stealing. \nStranger things have happened. \nBut Max aint trying to buy land in Dominica. So we need to make sure if Ken really *is*.\nKen needs to admit it if he is trying to sink those donations into land. \n\nIf he is the tool of someone else, boy, they really enjoy watching him flounder\n\nKen told us all back in Dec 2015 that he had \"the worlds leading human rights attorneys\" working on a way to write a contract that could extradite us from government financial demands when the government is committing war crimes.\nI personally dont feel a need for this contract as even when living in Aus I learned to become self employed, un-employed, work for cash...do *anything* so I could protest this thievery by not having it automatically taken out of a paycheck of a bigger corporation, or government salary. \n\nI know too much. \nI refused to pay all fines tolls and taxes for decades in Australia after I woke up to the trickle UP money scam of all government, and *how easy it is to simply __never receive__ offers to contract, from your government* by __scrawling RETURN TO SENDER - NOT AT THIS ADDRESS__ on the front and __returning__ every and all boring correspondances they send. There is no old nanny sitting at a desk judging you for not opening your contract. Its just logged into a computer somewhere that you never received it.\nSneakily, the fuckers, regard all their contracts as tacitly accepted if you do nothing and just throw them in the bin.\nYou must always RETURN TO SENDER. Make the buggers work!\nWhy?\n\nBecause I know every man is only my equal.\nBecause I have inner strength and Id rather die on my feet than live on my knees.\nBecause so far, money has not compromised my principles\n\nBy Feb 2016 Ken had no observable progress on the legal work and it was getting embarrassing for members on the team being asked by supporters where their money had gone and for what purpose.\n\nKen then (uh oh) \"fell in love\" at Anarchapulco with a girl \"who was paid to come by the organiser,\" said Max... but not to *perform*, (as such ; )\nShe has achieved a public reputation for targeting alternative media types, derailing two so far...\nIts no crime to get around but when you leave destruction in your wake, three times, people may start to think you jinxed them.\n\nKen joked she may be a \"honeypot\" to steer him off mission. I dont think hes as efficient as *he* thinks.\nI think anyone could pretty much seduce anyone after they broke out of ten years of monogamy. \n\nI do not know what a woman could do to deserve the public embarrassment Ken has dished his ex wife this year.\nWhy is Ken so disrespectful to the mother of his two boys, allowing himself to be so spastically bedazzled?\nIts like a midlife crisis red sportscar fantasy. This is not the guy most people were impressed enough to donate dollars to.\nI often wondered as I researched him before interviewing him, \"once a marine, always a marine?\".\nI consoled myself thinking Ken was doing too much in his personal life challenging Israel and the Fed to be controlled by them\nRight now I\u00b4m 50/50.\nKen might be being handled by someone, or a honeypot, or, *through* a honeypot, or seriously, drop all the paranoia it really could just be a middle aged guy on his last hurrah with his neo Yoko Ono\nI am personally terrified by people who dont think of the fallout of their actions in love. \nLove is life and death stuff. \n\nI dont trust *anyone* in this. Perhaps theyre *all working* for the same team as they explode into splinters. Perhaps I even was, calling for people to help his mission. Ugh I hate how naiive I am. Fucking Pollyanna\n\nPerhaps some knew. Perhaps Ken. Perhaps Sophie. Perhaps Max, perhaps Deanna. Most wouldnt need to know, the handlers know how to make everyone flee in fear once you suspect someone you love and trust is a massive liar running a scam.\n\nReading over both Ken and Maxs statements both contain holes in their logic and research.\nKen remarks \"its silly to think a legally viable UCC contract could achieve anything other than perhaps some temporary defence against the system\"\nand this about Max -\"I felt like I was dealing with a child incapable of understanding a most basic concept - distracting madness\"\n\nMy experience and research suggests the UCC international contract is *__exactly__* the paperwork required to declare oneself outside of any government jurisdiction. Its an option available to any and all who educate ourselves. It may take a few years reading and listening to gain back all they have stolen, but no one can learn it for you so you will do it when you decide to free yourself.\n\nKen has not studied the first rule of sovereignty.\nHis lawyer *authorities* work __first__ for The Crown, and maybe later, a bit, for us.\n\nThis is something he either has or will come to understand. Recognising what it would take to educate each individual to excoriate themselves from their governments peacefully is too big a task, he either \n-has months of bookwork ahead sending back thousands of donations, \n-he can reroute the whole \"project\" for the die hard followers and buy himself more time, \n-or he can buy some land somewhere and just fuck off and hide for a few years.\n\nPeople who want to believe the best will grant him time to try more things... somehow keep going.\n\nThose who have been burnt before dont want to sit quiet and let ourselves be fooled again.\nKen has had $150 thousand in donations for almost a year and has nothing to show for it besides the hotel receipts from his 2 month rebound playdate.\nHe says he will have legal paperwork in days proving his project is getting back on track. \nThe race is on\n\nTo hear through Max that Ken is trying to buy land is a good opportunity for us to challenge him to give the money back, before breaking his word. Most will just kiss their $20 goodbye, and this phenomena of people going bad for money will go on while we are slaves in their system.\nYes.\nThere is a fucking hole in the bucket\n\nTo hear Ken accuse Maxs underlying rationale, as jealousy, is sad. Ken is delirious. You frisky old dogs. Even if its true, its embarrassingly juvenile peacocking by Ken. It really seems like stellar insecurities have been tweaked by someone or something. \nThe problem is Ken, *you have done fuck all for a year since you got the money in your bank -besides free yourself of your family and enjoy a string of hotels with your shortsighted trophy.*\n__On the goodwill of thousands of people.__\n\nKen keeps saying \"nothing has changed in the legal stature of the contract viability so why is everyone abandoning me?\" /subverting the project.\n\nBecause there __*is no project*__, as such, any more.\nAs each of us awaken to your derailment we each need to honor ourselves and challenge you to get back on track or return the money to those who ask, as you said you would from day one, if targets werent met. \nThe target is a one page contract (that can be read in under a minute and comprehended within 10 mins), expressing terms of ones absolute unwillingness to cooperate with war crime.\n\nWe could give you more time, if Max didnt alert us that youre trying to buy land.\nIf this becomes evidential, is provable, we must try to stop you from hurting your future and so many others.\n\nKen says \"critical legal work is underway and soon to be completed.\" \nSince his *whole team* seems to have __quit__, maybe to redeem his arse he needs to just open up the accounts, show everyone how much money has gone where, how much is left, and be transparent. I wont regain my trust with anything less.\n\nI know we\u00b4re all human and could all lose our minds if we suddenly had a hundred grand and a new love, but this is something bleak. \n\nI am 100% on one thing though. There is a possibility this girl doesnt really love him, that really she loves his accomplishments, things that she can one day achieve for herself. That he is falling for the idol worship is also telling, like a pattern. The \"relationship\" may grow on forever but one thing is for sure ...based on Maxs email release, Ken is trying to weasel about for as long as it takes so that he can buy some land in the non-extraditable Dominica, RIGHT NOW.\n\nIf you made a sizeable donation ASK FOR IT TO BE RETURNED in goodwill. \nKen must be stopped from doing this to himself.\nTo think a man of his intellectual ability could be lulled in to this madness by his penis. \nIts unheard of\nJust joshin ; )\n\nTo think thousands of people are going to be broken hearted and despondant about future endeavours is possibly a good thing. We will all be forced to do the actual work to free ourselves. Until each and every one stand up to the governments ourselves instead of cowering behind our dodgy uncle having an off year.\n\nTo think that all Ken really got out of this last hurrah after decades of good work, was $150 grand and a groupie. \nI suppose some people would think its a pretty good deal\n\nLife is fucking tragic.", @@ -206,7 +206,7 @@ ], "author": "anduweb", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 59.97, "beneficiaries": [], "blacklists": [], "body": "Luke, the man with the numbers :) I love the idea. Interesting stats to look at:\n* Highest promoted amount per post\n* Highest number of promoters per post\n* Highest non-author promoted amount\n\nThere may be others who have already though to do 15.001. I too started with 10.001 in mind and got to 13.63 to have a good front-ish seat :) but I think amounts will start being higher and higher as pressure builds to be on the *first page*.\n\n@berniesanders is the real MVP, have said it before and it's still valid. Nice ROI on your post! Classic bump and reward case. Exactly what Post Promotion has been built for.\nI'm more testing the thing now but thank you for the feedback! It's good to see that my *marketing* campaign is showing results!\n\nYeah, up one for @smooth and @jesta! #classy", @@ -286,7 +286,7 @@ ], "author": "alexandre", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.17, "beneficiaries": [], "blacklists": [], "body": "This is a photo I made in Nepal\nIt reminds me of our way of life\nIf you reach the top you'll get happiness\nhttp://s015.radikal.ru/i332/1608/53/27eea95fb893.png\n \nShot with Canon\nlinz EF 70-300mm f/4-5.6\niso - 400\n1/60 sec\n\nIf you liked my photos - subscribe to my blog\nhttps://steemit.com/@alexandre", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_tag.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_tag.pat.json index 797f4577..1b411bcf 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_tag.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted_tag.pat.json @@ -520,7 +520,7 @@ ], "author": "kafkanarchy84", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 63.32, "beneficiaries": [], "blacklists": [], "body": "# Happy September. #\nimage
    \n\n**I know others on this website have said this, so I'm not the first, but yeah, I quit my job to write for Steemit.** \n\nActually, though, that's not entirely true. It's kind of true. I quit my job because something shifted inside of me. When the job was gone, Steemit, on the selfsame day, rose up into my focus immediately to fill the void like it was just waiting for me to finally get real. To do this stuff I've always been wanting to do. And always *have been doing* at the expense of sleep, money, time, etc. I was now beginning to get *paid for it.* What the!?!\n\n**The first half of August was bliss.** After some initial discouragement, I found some good verbs in the mouth of one Sterlin Luxan, and was inspired to actually dig down inside of myself and make a more [honest post.](https://steemit.com/steemit/@kafkanarchy84/why-i-have-quit-five-jobs-in-the-past-six-years-a-steemit-confessional) I finally made twenty bucks on the site. From there I thought, hell, I'll just do this full time. I began to make significant sums of cash for an honest day's worth of work writing, and felt that with my side job, as long as I hammered down, I would be able to cover my family's usual expenses by the time September rolled around.\n\n\nhttps://s22.postimg.org/wk9d1kjsx/image.jpg\n*Spending time with my son has been one of the biggest bonuses of leaving my 9-5.*\n# **Well. August 31st. Paying all my bills with SBDs? No such luck, my friend.** # \n\nBut I will tell you one thing. I never dreamed I could pull down 2Gs cold, hard cash through writing in less than a month, even if one half of it is still vested in Steem Power (I am happy about this). I was sick to my stomach, though. I have a wife and a child. Playing games at this point was not an option. Still....I had heard something that was very lovely and very clear.\n\nIt was a kind of feeling I have never had before, but which was also at once very perfectly familiar. As my kid is playing on the Octopus slide behind me, and I am staring out at the sea, it hits me: ***It's over. You will never teach kids again.***\n\nimage
    \n\n**Weird. It's like my wish, but this time I am not even wishing for it. It comes to me. I just know that that chapter of my life is completed. That was the day after I quit my job.**\n\n**Fast forward to the end of the month.** I haven't made enough money like I had hoped....I pray to someone or something over my Matsuya beef bowl in the sketchy back alley district of the burlesque dancers: *what should I do?* I was really, really feeling low and full of doubts and self-accusations.\n\nImmediately that silly voice came back again: \n # *(Keep doing what you're doing)* #\n\nI haven't been eating this month. Haven't been sleeping. Have had headaches. Upset stomach. Welcome to fear. Welcome to the real shit. You were so cocky! Are you lazy!? You didn't like your job but so what!? You've got a family!!! Son comes home from daycare. *DAAAAADDDYYYYYY!!!!!!! Let's play!!!!!*\n\nPull yourself together.\nDon't show your frayed nerves.\n\n**My wife is equally worried.**\nShe needs security. She wants to get into massage. Vocal training school. So many dreams. Here I am sitting around the house in my underwear when all I really want to do is hand her a big fat envelope full of money.\n\nhttps://s17.postimg.org/56h7g4qxb/image.jpg\n\n**I've never been lazy. I will work my ass off when I care, and when I need to.** Fuck sleep. Fuck food. Fuck everything but the goal. \n\n# I just can't seem to give a damn about most shit that everybody else says is important. #\nWell, a lot of shit, at least. Still. Mouths to feed, my friend. But that \"voice,\" didn't it mean something? And despite the nerves, hasn't this been one of the happiest, most productive months of my life? Yes. Yes, and yes. Besides, the other job was no good. Bad, unsustainable situation. You know that, Graham.\n\nhttps://s15.postimg.org/i7lfk6hzv/image.jpg\n*My buddy Kevin shows up to the Local.*\n\n**Back to now, August, 31st, 2016. Evening. I went to my friend Craig's bar tonight.** At the depth of my despair, on the bus ride over, I received a mail from my other friend, Aidan. There might be some part time work at his school. Mail sounds promising. \n\nAfter a couple beers at Craig's place it is settled I will work Saturdays mixing booze and playing guitar. I am starting to feel good again. It is starting to seem possible that I can build my own, full-time, part-time \"Steem-lance\" schedule. [Fake priest weddings](https://steemit.com/religion/@kafkanarchy84/my-life-as-a-fake-priest-true-believer), English classes, serving beer and singing....and....\n\n# STEEEEEEEEEEEEMMMMMM!!!!!!! #\n\nAnd you know what? \n\nI am going to document it every step of the way. This is the first episode. Hope to see you next time, from my first day on the job as a bartender. \n\nhttps://youtu.be/jasziAzaiZ4\n\n
    image
    \n\nhttps://s17.postimg.org/yb9pkx39b/image.jpg\n*Basically how I feel now that I have discovered Steemit.com*\n\nPeace, Love, and Anarchy,\n\n~KafkA\n\nP.S. Another thing I have never been good at is keeping a consistent diary. I'm too private, and can't be bothered, even for myself. Should \"My Steemit Life\" transform into an existentialist thought stream ramble resembling a blog-turned-extended-acid trip, please forgive me. Maybe I will commit to 5 episodes. That sounds like a good number to me. Deal?\n\n***\n*Graham Smith is a Voluntaryist activist residing in Niigata, Japan.*", @@ -1215,7 +1215,7 @@ ], "author": "leavemealone", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 45.25, "beneficiaries": [], "blacklists": [], "body": "As we all sit here trying to build steem and support the project, Ned and Dan (two founders of Steemi) are transferring to Poloniex and dumping all over the buy orders killing the price. Why are they doing this? This needs to be stopped!!!\n\n![dumping](https://puu.sh/qWKV3/dde86c2c45.png)\n\nAnyone have any ideas what is going on here? Is it time to get out while we can?", @@ -1486,7 +1486,7 @@ ], "author": "pinkisland", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 59.17, "beneficiaries": [], "blacklists": [], "body": "\n

                                                      

    \n

             Behind the desk, every student sits and observes every teacher and how they address the lesson. They look at one figure inside the class within their vision and that make the view limited in their eyes. But let switch the roles and try to see how the teacher look at their student in that big vision. Looking to a speaker is different than observing the reader. Chapter one in the book \u201cTeachers, Schools, and Society\u201d by David Miller Sadker and Karen R. Zittleman, discuss how teacher scenery is different from that of student and it guides the reader to find the positive and negative points for a teacher to encounter in his career; it will help reader to discover whether they should complete aiming for to become a teacher.

    \n

             The goal for every reader is to find and choose the best career that will find happiness and bring the joy while practicing it. That\u2019s what makes the chapter more comfortable to read in; it didn\u2019t force the material on the reader but instead, it gives suggestions and real life examples about how being a teacher would look like. \u201cYou be the Judge\u201d is whole examples for a student to know how being a teacher could have a negative or positive impact on their lives, and it\u2019s a good way to them clarify their position whether to continue with being a teacher as a career meant to them or not convinced by. Also, there was a survey in the chapter that shows how many teachers get paid yearly in different states; it\u2019s a good side to the students to know that being a teacher could provide a decent life for them as a job.

    \n

             Teachers need to have a bunch of specification in orders to be called a successor. Preparing a teacher to this career and guiding them to be effective to his class is an important step that could impact the whole future of both teachers and learner. That idea of preparation considers as an informative process and not implicit, and it\u2019s a good topic that's been clarified in that chapter. Moreover, another idea that been addressed at the end of the chapter is how the student could improve his skills and concepts of the learning process before graduation, and that been shown with listing several steps that the student should put into consideration in order to become successful and creative. It does not only help the learner himself in the long run but also give a chance to make his future classes more creative and cooperative at the time. For instance, some of the steps say that the teacher should study their courses that the handle carefully and planned for them ahead to make sure it\u2019s clear to him and would be to students at the time. Also, they should have a good impression during their learning process and to keep on building it on. That\u2019s how a student could have some ideas to consider and to begin with if they are struggling with what to start with or improve while they are still learning about their career.

    \n

             Students should figure out if the teaching career is the one that meant to them and they will enjoy practicing end for most of their life. That chapter did a good job in discussing some topic that will help the student take their decision regarding this career and if they willing to take that challenge and start filling and building their knowledge. It does not only help the student to become successful teachers but also prepare them to make a more bright future for the generation they will be willing to teach, and to be creative with their work and thoughts. So, after knowing and considering what a teacher need to handle and think of, the student will start to find their own way to teach and make their job process different from other teachers they encounter before. 

    \n


    \n", @@ -1804,7 +1804,7 @@ ], "author": "serioustruth", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 53.24, "beneficiaries": [], "blacklists": [], "body": "\n

    Yesterday I added a really crappy post on Steemit. Although it was a bit of a negative post, I received some positive feedback. I realised that I have been looking at Steemit from the wrong perspective. 

    \n

    \n

    You see... I am a teacher, and to look at something from a teacher's perspective, is totally different than looking at something from a parent's point of view, or even a fellow steemit writer.  I would like to thank @RHW for listening, and I am very glad to be part of this community. Many projects are being launched,  and the whales are putting in a lot of effort to notice the new aspiring writers.

    \n

    I have changed my view on things now,  I make a point to read as many posts as possible. I comment if needed, and I upvote a post if I find it interesting. We are not in a race here. We are after all in the business of finding new undiscovered talent and to be heard. Now, also said, that what interests me, might not be interesting to you at all. 

    \n

    What I have noticed is that there are quite a few nasty people on steemit. I am certainly not going to call them by their names, but I really feel sorry for these people, as they would not give someone the time of day.

    \n

    I felt very offended by some of the comments made about my post, but realised that negative feedback can be changed into a positive view. 

    \n

    I do not promote or upvote a post just for the sake of upvoting. 

    \n

    I  do my fair share by reading as many posts as possible about my interests. Now, also said, that what interests me, might not be interesting to you at all. 

    \n

    But people are just people.............people should try and upvote the good posts and promote these writers, so we can have new and exciting reading material here on Steemit. 

    \n

    If you do not succeed today, tomorrow is a new day. Try harder. Do not let negative comments make you lose your way. Don't give up. Stay positive. 

    \n

    Because if you are noticed by the right person, then your posts will mean something. Then you will have a voice.

    \n

    I am totally up for a good debate and if you don't agree with me on posts, then feel free to contact me and we can discuss your opinion. Everyone is entitled to their own opinion. If you like my posts please follow me on@serioustruth
    \nTogether we can change the world. Feel free to share or promote my posts. I want to make a difference to the way people think.

    \n

     \u2764Keep on steeming!

    \n", @@ -3000,7 +3000,7 @@ ], "author": "tuck-fheman", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 71.52, "beneficiaries": [], "blacklists": [], "body": "https://s18.postimg.org/aid72t4nt/too_old.png\n\n# [I'm Too Old For This](https://youtu.be/MqBNSMbEzI0)\n\nYou youngin's holding onto your new age Eckhart Tolle \"live in the now\" Aleister Crowley regurgitated belief systems and rah rah sycophant always positive philosophies (so long as the handouts are still being raked in), all while rewarding, if not exalting, people with a complete disregard for human decency amaze me and give me pause to think ... **what in the $@#! happened to this world?!**\n
    \n\nhttps://i.imgflip.com/1adksj.jpg\n\n# Back In My Day\n\nDuring my heyday, people were able to speak their mind, so long as they did so with respect and allowed others to voice their opinion as well. Everyone was different, and that's what made each individual interesting. Nowadays, it seems most people just want to be like everyone else and fit in. Don't rock the boat, else you won't get your reward! It's like being in a Kindergarten class full of 20-30 somethings.\n\nThis younger generation seems to worry more about figuring out how to make themselves into a Gawd, while at the same time arguing over which psychopathic authoritarian they are going to vote for as their supreme leader. They do more thinking about who to vote for to control their lives than they do how they are going to survive on their own for the next 40 years or more.\n\nhttps://s16.postimg.org/dqbzdofj9/OK_dees_1_Copy.jpg \n\nWhich one of these \"leaders\" (and I must quote that) is going to do more for me, seems to be the biggest question of younger generations. While at the same time they hold onto the belief that everything was created just for them and everyone else is merely a part of them; their own personal sock puppets of pleasure who must reward them when they do something they consider to be worthwhile.\n
    \n\nhttps://cdn.meme.am/instances/57755618.jpg\n\n# Vaporware Is Skeery\n\nOne of my biggest disappointments in this community came when @stellabelle, the person with the highest reputation on the site, made a post about an announced feature she liked in another decentralized blogging platform that doesn't even exist. \n\n### The horror! \n\nMany were quick to point out that the other platform was \"vaporware\", yet felt so threatened by her post about this \"vaporware\" that they created fictional stories to apparently discredit her. Others jumped on the bandwagon at every chance in the comments section. For what? For pointing out an announced feature in \"vaporware\"? Some even called this apparent \"vaporware\" a \"competitor\"!?\n\nhttps://s11.postimg.org/e5699gp5v/cover_ears.jpg\n\n# [Faith No More](https://youtu.be/3yVI3UgtvwU)\n\nThis says a lot about the faith these people actually have in Steemit. The fact that a piece of \"vaporware\" can be considered a \"competitor\" to Steemit, along with the fact that these people feel threatened by this \"vaporware\" would make Leon Festinger roll over in his grave; **because he's dead ... just like this generations ability to debate on a topic without their favorite psychology book in front of them to fashion a response from someone else's thoughts.**\n\nWe even have one of the largest whales on Steemit flagging comments that dare mention a non-existent \"competitor\" or anyone saying anything that, in their mind, is considered \"divisive\" to the community. A flag from this person will all but hide a comment from anyone's view without seeking it out at the bottom of the page. \n\nhttps://s15.postimg.org/820q6kvkr/safe_space.jpg\n\n# [In Muh Safe Space](https://youtu.be/sXQkXXBqj_U)\n\n\nSo much for being a place to discuss anything openly. And yet, people here complain about Facebook and Reddit, yet I can mention Facebook all day on Reddit, and vice versa, and never have to worry that my comment will be hidden by a single individual. Even worse, Facebook and Reddit are some of the most censored platforms in existence.\n\n### Put that in your **[hash pipe](https://youtu.be/_9BGLtqqkVI)** and smoke it!\n\nSome here are taking it upon themselves to create a safe space for everyone else, because apparently the competition from these non-existent platforms is so strong we must hide their non-existent features very mention from the fragile masses. Back in my day, there was a saying ... \"competition is good\", but apparently that's no longer the case.\n\nhttps://s22.postimg.org/cal6wr4tt/manstuff.jpg\n\n# [Smells Like Teen Spirit](https://youtu.be/hTWKbfoikeg)\n\nHere on Steemit, it's hard to find anyone that appreciates sports, guns, hunting, cars or anything that my generation considers to be laced with testosterone. Sure I find computer/programming talk interesting, but it's rare these days to find people online that can talk the 4 basic man groups as well. I've found a few, but for the most part they are hiding within the Steemit caves of obscurity.\n\nSteemit advertises that \"original content\" is rewarded, yet anyone that can speak in great detail on any of those 4 basic man groups will rarely, if ever, be rewarded for doing so. There are a few of these well written articles on these topics here on Steemit, but you will be hard pressed to find one earning more than $5. Why Is that? \n\n### I'll tell you why ... because Steemit, for the most part, is lacking testosterone. \n# (\u256f\u00b0\u25a1\u00b0)\u256f\ufe35 \u253b\u2501\u253b\n
    \n\nhttps://s13.postimg.org/oou4yaqp3/Grinds_my_gears1.jpg\n\n# [What Grinds My Gears](https://youtu.be/Q685Ko2DHDs)\n\nYou know what really grinds my gears? Steemit. **Steemit really grinds my gears.** Why? Because I'm too old for this shit! And for that reason, **this will be my last post on Steemit**. I will be relinquishing my posting key access for this account and leave it to the younger generation of Tuck Fheman's, so they can post happy thoughts about all things Steemit and be rewarded untold fortunes for doing so. I am just holding them back.\n\nI did my best to be a part of this generations next big thing, but generation Steemit is just too namby-pamby for this old codger. \n\n
    \nhttps://s22.postimg.org/9mkkeg19t/giphy.gif\n
    \n
    \nhttps://s20.postimg.org/bcrfwvml9/mic_drop.gif\n
    \n\n
    ", @@ -4007,7 +4007,7 @@ ], "author": "fyrstikken", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 70.42, "beneficiaries": [], "blacklists": [], "body": "
    \n\n

    We are now 600+ users registered and 20-30 active hosts at any time of the day talking about steemit, crypto and news 24/7 live on air and this is how you do it to become a host on steemspeak radio stakepool

    \n\n

    WE WANT TO HEAR YOU TOO!

    \n\nFirst, make sure you have a GOOD Microphone and a GREAT Headset. When you are on air talking about your latest steemit-post or something else that is on your mind, you want to sound great and make sure you don\u00b4t transmit echo, so if you don\u00b4t have headphones - buy some before you join.\n\nSecond, Download the Teamspeak 3 Client that works for your Operative System or Phone from Official Teamspeak Download.\n\nThird, Connect your TeamSpeak 3 Client to this server: ts.steemspeak.com\n\n---\n
    It is THAT Simple!
    \n---\n\n---\nOK, Now that you have logged in, you need to set your Push To Talk Button! And to do that I have included a good youtube-tutorial for you here so that you can easily figure out how to do it in settings->capture->push to talk->hotkeys\n\n

    Setting up the Push to Talk button!

    \nhttps://www.youtube.com/watch?v=u89aMcyfr2s\n\n

    The Mac Version settings are found in the Teamspeak 3->Preferences ->Capture

    \n\n---\n
    If you just want to listen, go to steemspeak.com24/7 all year!
    \n---", @@ -5400,7 +5400,7 @@ ], "author": "fyrstikken", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 70.42, "beneficiaries": [], "blacklists": [], "body": "
    Ladies and Gentlemen Welcome to the STEEMIT SHOW! 100% Pure Entertainment ONLY FOR YOU!
    \n---\nhttps://www.youtube.com/watch?v=0SMMo7aQnPY\n\n\n---\n
    Welcome to @fyrstikken I am so happy to see you! Leave a comment below so I know you have been here :)
    \n---", @@ -5933,7 +5933,7 @@ ], "author": "marketingmonk", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 59.83, "beneficiaries": [], "blacklists": [], "body": "https://steemit-bucket-4a743ec2.s3.amazonaws.com/Getting%20More%20Attention%20By%20Using%20The%20Promote%20Button.jpg\n\nThis is the eighth installment of what will turn into a paid course called The Complete Steemit Course.\n\nHere is Steemit Tutorial 8: Getting More Attention By Using The Promote Button:\n\n**(please note that this video was updated with a corrected version 23 hours after the original post)**\nhttps://www.youtube.com/watch?v=ob9Zksnguzg\n\nPrevious lessons here:\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-1-creating-an-account-on-steemit-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-2-steemit-account-dashboard-overview-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-3-creating-our-first-ever-basic-post-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-4-reading-writing-decorating-and-voting-on-comments-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-5-voting-power-weighting-spying-and-managing-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-6-getting-paid-twice-from-the-steem-network-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-7-buying-steem-power-with-steem-dollars-or-bitcoin-video\n\nPlease upvote to show your support, I really appreciate it.\nhttps://img1.steemit.com/0x0/https://www.cryptoversity.com/wp-content/uploads/Steemit-upvote-cta-3.gif", @@ -6856,7 +6856,7 @@ ], "author": "thecryptofiend", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 62.89, "beneficiaries": [], "blacklists": [], "body": "\n

    Introduction

    \n

    \n

    I have found myself in a contemplative mood over the last few days.  The main reason for this that I am due to have surgery on my left eye this Thursday (1st September) - sorry for constantly bringing it up and being such a wimp.  

    \n

    The surgery is routine and is in some ways self-inflicted - it is due to a complication with having had laser eye surgery last year to correct my vision.  

    \n

    Had I not had that done I wouldn't be in this position (although) I don't regret it.  No procedure is without risk and since this is a second procedure the risk is increased.  It is even greater because I am also a type I diabetic (on insulin) which slows healing down and makes complications more likely.

    \n

    My eyesight is very important to me particularly due to my artistic hobbies like photography.  Luckily my right eye is absolutely fine at the moment.

    \n

    Anyway the natural anxiety over this has lead me to be quite introspective and think about life in general.  I have been thinking back to some of the the things I have learned and how they might have helped me had I known them when I was younger.

    \n

    They are in no particular order.  I make no apologies for some of them being quite obvious or even the sort of cheesy advice you would read on a greeting card.

    \n

    So here they are in no particular order:

    \n


    \n

    Money and your career are important but not that important

    \n

    \n

    When I was younger I was (like many kids) convinced that having lots of money would bring happiness.  Having the latest Nike Air Jordans and most fashionable clothes, gadgets and the like was a matter of not only pride but vane necessity.

    \n

    It was only later that I started to realise that whilst money is a necessity for paying bills and the like it is only a tool.  Above a certain level of comfort having more money doesn't really equate to being happier.  It just equates to being able to have more \"things\" i.e. possessions.  

    \n

    Depending on how you get the money it can also lead to a poverty of the more valuable commodity which is time.  

    \n

    By similar extension whilst your career should be important it should not be the most important thing in your life.  No matter what you do you aren't going to be able to buy yourself more time so don't waste it needlessly going after more money or a better position at work.  

    \n

    It is a kind of Faustian pact where you get the worse end of the deal.  

    \n

    Time is the truly important commodity and sharing it with others is one of the most valuable uses of it.

    \n


    \n

    Following the herd (or shoal) doesn't doesn't pay off

    \n

    \n

    We are all programmed by society and culture to follow what is \"normal\" and ordinary.  This is especially true during those early teen years.  Even though we pretend to rebel by picking subcultures like goth, emo, metalhead or whatever this is just a thinly veiled surface level of individuality.  

    \n

    At it's base it is as conformist as anything else and is merely designed to massage our egos whilst still allowing us to be cocooned within the comfort of our own selected \"tribe\".

    \n

    Truly great people, the kind that change the world don't follow herds or tribes or anything else.  They set their own destiny and forge their own path.  

    \n

    They make the world follow them.

    \n

    I know what kind of person I would rather be and it isn't one of the sheep.

    \n


    \n

    Follow your own dreams not those of others

    \n

    \n

    This is related to the idea of ignoring \"herd mentality\".  We often have dreams and expectations placed upon us by our family, friends and teachers.  I remember once telling one of my teachers that I wanted to be an artist or a film director and being told:

    \n

    \"You are much too clever to waste your life on something like that.  You should be a doctor or a lawyer.\"

    \n

    It may seem like a complement but these kind of sentiments can be just as damaging as more obviously disparaging ones because they psychologically close down certain options in our lives.  One can be made to feel that doing what we want would be letting our family, friends and educators down so we push those things aside and just do what is expected of us.

    \n

    This ultimately leads to dissatisfaction with our work and our lives.  It is much harder to change this in your thirties or later and much easier in practical terms to do it when you are in your teen years and choosing your career.  

    \n

    Paradoxically it seems harder in your teens to say no to the psychological pressure even though it is ultimately your choice.

    \n

    Self confidence in your own ability to know what you truly want early one pays off in the long term.  Don't live your life for other people.

    \n


    \n

    People who agree with you all the time aren't helping you

    \n

    \n

    We naturally like to associate with people who have similar views to us and seem agreeable to us.  This is part of human nature.  Unfortunately what many of us don't realise when we are younger is that a good friend needs to be honest with us.  

    \n

    Someone who is always a \"Yes-man\" can actually encourage us to stagnate and reinforce our negative behaviours.  It is simply not healthy and it is dishonest.  Your best friends are those who tell you the truth and call you out on your bullshit.  

    \n

    Similarly in your work and acedemic life it is important to listen to conflicting opinions.  Just reading material that agrees with what you already think prevents you from evolving both from a personal and an intellectual standpoint.  

    \n

    We can see this in modern internet culture where people focus purely on material that agrees with their political or societal opinions.  

    \n

    Ultimately it leads to greater division, polarisation and entrenchment of attitudes.

    \n


    \n

    There is no shame in changing your opinion

    \n

    \n

    To some degree people who have very strong opinions may be respected.  It is seen as a sign of confidence.  

    \n

    It could also be a sign of inflexibility and inability to change.  

    \n

    I believe now that life is all about change and evolution.  If you stop moving you get left behind.  

    \n

    When I was younger I would stubbornly hold on to opinions and beliefs as a matter of pride.  There was a certain amount of machismo behind sticking to your opinions and not conceding to those of others.  To change them would be seen as some sort of humiliation.

    \n

    This is a complete fallacy of course.  

    \n

    To stick to an opinion merely for the sake of not changing is not only foolish it is positively pathological.  

    \n

    Ultimately it means that you do not progress as a person.  I now realise there is no shame in changing your position and admitting that you were wrong.  

    \n

    In many ways it is a lot braver because you are sure to get flack from others who are unable to do the same for \"flip-flopping\".

    \n


    \n


    \n

    Cherish your friends and family because you don't know how long you have with them

    \n

    \n

    I found this out the hard way in my early twenties.  A friend of mine (let's call him John) who I had been with throughout Junior school went to a different college from me.  This was in a different area of the country.  Though we often made plans to get together they would often follow through for logistical reasons.

    \n

    Over time our conversations and meetings became less and less frequent as \"life\" started to get in the way.  

    \n

    A few years later when I was home from University and I hadn't heard from him in a while I bumped into a mutual friend.

    \n

    Nothing in my life had prepared me for what I heard next.  

    \n

    A year earlier John had been involved in a minor road accident whilst riding his motorbike.  He had fallen off as a result and had received what seemed at the time like a minor knock to his head.  Feeling fine he had decided that he didn't need to go to hospital.  

    \n

    Unfortunately for him, that minor knock on his head had ruptured a small artery in his meninges, resulting in a slow but progressive increase in intracranial pressure.  

    \n

    A few hours later he literally dropped dead.  He was only 21.

    \n

    I felt so much guilt.  

    \n

    This friend had been so close, like a brother to me.  

    \n

    He had died so suddenly and I hadn't even known.  

    \n

    I had so many regrets - maybe if we had gotten together before his death it could somehow have changed things just enough to prevent this from happening?  

    \n

    I kept having such thoughts and I still have them from time to time.

    \n

    I don't think I have every truly gotten over the trauma of this.

    \n

    You assume that the people you care about and love will always be there just because you can't imagine life without them.  

    \n

    The fact is life is fragile.  Nobody knows how long they have to live.

    \n

    Life and death happen all around us all the time.  

    \n

    Appreciate and spend time with loved ones whilst you can because you never know when that time will be up, either for you or for them.

    \n


    \n

    Your parents and grandparents were young too

    \n

    \n

    One of my teachers at school used to say that -

    \n

    \"When you are young you know everything except your own ignorance.\" 

    \n

     This is so true.  Once we become teenagers we tend to assume we know better than everyone else.  

    \n

    When our parents and grandparents give us valuable advice we tend to ignore it because - what do they know?  

    \n

    We tend to forget that they were once young and had the same kind of hopes and dreams we do.  By being further on in their lives and having more experience they can give us a perspective that we lack.

    \n

    They are a resource that we ignore at our peril.

    \n


    \n

    Never give up on your hobbies and interests

    \n

    \n

    We all know the saying that \"variety is the spice of life\".  We all tend to get pushed for time as we get older and develop more responsibilities.  

    \n

    It is very easy to give up on those simple hobbies that gave us so much pleasure when we were younger.  

    \n

    Whether it was engaging in a particular sport, listening to music, enjoying nature or just travelling we tend to give less importance and priority to these activities.

    \n

    These kind of activities are very important for recharging our mental energy and helping us to get away from the worries and concerns of life.  

    \n

    One could almost consider them to be like a from of activity based meditation.

    \n

    I gave up on my art work for many years due to the sheer workload I had during University and then in work.  

    \n

    This was a mistake and it was only through being forced to re-enage with it through ill health that I realised how important and fulfilling a part of my life it was and now still is.

    \n


    \n

    My Final Point: Life is short make sure you actually experience it

    \n

    \n

    As you get older you start to realise how quickly time passes by.  We have a tendency to live in either the past or the future, rarely experiencing the present.  

    \n

    Not only does this make time appear to pass more quickly but it also leaves us unable to appreciate what we have at the time only realising it later through the lens of hindsight.  

    \n

    One of the principles of mindfulness is the idea of recapturing and experiencing the moment.  

    \n

    I think we would all do well to follow this idea.  

    \n

    By reconnecting with our momentary existence we can become more aware of our own thoughts, feelings and what we ultimately want.  

    \n

    It can also allow us to readjust our focus on what is important and start to concentrate on it more whilst we still have time.  

    \n

    So many of us simply drift through our lives without the kind of focus this could provide and you don't want to be the person who starts making these kind of observations when it is too late for you to be doing anything with them.

    \n

    You don't want to end up feeling like you were just a passive bystander or a passenger in your own life.

    \n


    \n

    Conclusion

    \n

    \n

    Thanks very much for reading.  I hope you found it useful and interesting.

    \n

    Do you have any similar things that you wished you had known when you were younger? Please share in the comments below.

    \n

    This will probably be my last post for a while as I am due to have eye surgery tomorrow and will be recuperating for some days.  

    \n

    If I have time I might put out another post before the operation but if I don't please all take care and I wish you all the best.

    \n


    \n

    You can find more of my work by following me @thecryptofiend - thanks.

    \n", @@ -7268,7 +7268,7 @@ ], "author": "james-show", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 58.33, "beneficiaries": [], "blacklists": [], "body": "Trading Steem is not hard. In that part steem(it) development team has done a great job. Compared to the establishment Steem is a huge step in the right direction of fairness and openness.\n# How the JS index works\nJS measures the net result of the buyers and sellers actions.\nEveryone buying Steem (or anything else) in any financial instruments market does it to profit. Interesting distinction is however if those buyers or seller do expect their profits short term or long term.\n\n## How short term Steem \u201cspeculators\u201d act?\nThey buy steem and expect return in a matter of days, weeks, months.\n## How long term Steem \u201cinvestors\u201d act?\nThey buy steem and expect return in a matter of years. They buy steem, and in this particular high devaluation environment that Steem is quickly power up .\n\nMeasuring the net result from the Steem \u201cspeculators\u201d and Steem \u201cinvestors\u201d buying, compared to Steem owners selling can give us the ultimate tool to measure the future price movement of Steem (in the short to medium term).\n\n# And it turns out to be incredible easy\nAll of the described above is nothing more than the \u2026 increase/decrease of the total Steem held by exchanges! (with a few caveats I will keep proprietary for now)\n\n# How this matters\u2026 give me a practice example.\nOK here it is.\nSteem hit a local low of 0.001224 btc/steem on 08/29 4:30 UTC. Since then the price is generally higher. Should you buy (out of FOMO) or wait for the price to come down to even lower levels sometime in the near future.\nIf JS index has fallen down since 08/29 (as it has indeed) this means that all the buying (price increase) was by short time speculators. So, if no news justifie their buying exuberance, you can expect soon those speculative buyers to give up/cash out of their short term position and the price to continue following the long term trend of the JS index itself.\n\n# Initial JS index\nThe index is set at __1000.000__ as for 2016-07-26 12:56:12 UTC\n\n# Current JS index\nAs of 2016-08-31 03:03 (UTC) the value is: __553.650__\n#\n[EDIT]\nBelow is a chart of JS Index and Steem price for July 27th to Aug 30th NB some days have more than one data point.\n#\n\n![Imgur](http://i.imgur.com/Ukazg7G.png)\n#\n#steemit #trading #finance #steem #money", @@ -7919,7 +7919,7 @@ ], "author": "steemapp", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 58.83, "beneficiaries": [], "blacklists": [], "body": "
    [![SteemyLogoHeadOnlyLarge00009.md.png](https://www.steemimg.com/images/2016/09/09/SteemyLogoHeadOnlyLarge00009.md.png)](https://www.steemimg.com/image/uGfn3)
    \n\n# BETA AVAILABLE - Steemy for iOS and Android\n(*special shout out to @xeroc for his guiding hand during on-device tx signing implementation)\n\nWe're happy to announce that the first public beta of [Steemy](https://steemit.com/steemit/@steemapp/introducing-steemy-fully-native-ios-android-apps-for-steem) is available for iOS and Android! If you'd like to participate in the beta, simply send an email to steemapp@gmail.com and which device (iOS or Android) so we can send you a beta invite. We're utilizing hockeyapp.net (microsoft) to manage the beta. \n\n### Some important things about the beta:\n- *Use at your own risk - **period**.* \n- Don't login with an account that has your life savings in STEEM. Why? Because this is a beta product!\n- Don't login with your password if you don't feel comfortable - you can still use the app without logging in. Key import options will be available in a future version.\n- Images you upload from your mobile device are publicly available to the world. \n- Image hosting providers could change during the beta and your images could be wiped out permanently without notice\n- We receive crash reports, analytics and other useful debugging information from HockeyApp\n- Once signed up, you will receive notifications to download all future versions of the beta\n- Are there known issues? Yup! Expect frequent beta versions with no announcement.\n- Hockey provides features to send us feedback directly. There's a 100% chance we'll get your feedback if you submit through hockey app or email us steemapp@gmail.com.\n\n# How You Can Help\nWe are developing at a feverishly-fast pace...as fast as two guys can who have day jobs and families to support. If we could, we'd say adios to the day job and focus 100% on Steemy (that's a dream I have weekly). That being said, the reality is that we are building this with our own time, energy and spare funds. That makes us no less passionate or driven, but imposes real-world constraints on development.\n\nYou can help us by:\n1) Participating in the beta\n2) Giving us constructive feedback on crashes, design, and other app-specifics\n3) Of course, financial - any funds we receive via upvoting go directly to supporting our monthly server costs, red bull addiction, etc...\n\n# How to sign up for the beta\n- Email us at steemapp@gmail.com and tell us which device (iOS or Android) you want an invite for\n- Or, if you don't care who sees your email address, post a comment below and specify iOS or Android (or both)\n\n# What is Steemy?\n\n[Learn more about Steemy Here](https://steemit.com/steemit/@steemapp/introducing-steemy-fully-native-ios-android-apps-for-steem)", @@ -9033,7 +9033,7 @@ ], "author": "churdtzu", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 65.89, "beneficiaries": [], "blacklists": [], "body": "![jumpingpeoplesteemitanarchyfaba6.jpg](https://www.steemimg.com/images/2016/09/06/jumpingpeoplesteemitanarchyfaba6.jpg)\n\nFor many of us, Steemit has already changed so much - the way we navigate the web, the way we think about money, and for a fortunate committed few, it's even changed their professions. However, the change that I expect from this model goes even deeper. It's possible that Steemit, and descendent technologies, may play a part in creating a voluntary world, a stateless world, in which everyone who takes money from someone, or puts someone in a cage without their consent, or orders such acts, will be seen and treated as a criminal. There are several ways in which Steemit can aid this cause. Let's start with the most important - the conversation.\n\n# It changes the way we talk\n![argument288ba5.jpg](https://www.steemimg.com/images/2016/09/06/argument288ba5.jpg)\n## The problem with voluntaryist argumentation\nMany of you might have noticed, and even been a party to, hard-line conversations about anarchy, in which the voluntaryist proceeds to take the words of the other party, and question them about some perceived inconsistency in their beliefs, attempting to lead them through a Socratic dialogue, in order to bring them to accept the truth - that the other party is wrong - very, very wrong. You also might have noticed (as I eventually noticed, after years of banging my head on walls) that this technique almost never works.\n\nOf course, the reason that it doesn't work, is because people have a need to feel that they're being understood, that their concerns are heard, that their thoughts are valid. In brief, they need to feel like people. If you don't treat someone like a person - unless you're talking to an exceptionally patient person - you're unlikely to receive a personable response.\n## An oasis\nThe comment section on YouTube is a running joke. Facebook discussions descend into dirtslinging, strawmen and threats. You may wade through many racist and sexist comments before you find something that is truly valuable information, and even then it may be tainted with aggression. In contrast, Steemit's comments sections seem like a desert oasis - all but filled with calm discussion, respect, insight, or at the very least, positivity. Surely, this is a place where one can have a constructive conversation about controversial topics.\n## The incentive to be good\nI have noticed over these few short months, the way that Steemit has changed the way that I interact with people, especially online - on Steemit and other social networks. I've found myself a few times, even as I'm about to make a statement which is mildly passive-aggressive, thinking \"Hold on - is this something I would write if my reputation were on the line? If not, maybe I shouldn't write it.\" Even when I'm going to give someone some piercing criticism, which, if presented in the wrong way, may seem a condemnation, I can find ways to demonstrate empathy, such as compliments or other niceties.\n\nIt may sound like an unfortunate description of humanity (or of myself) to say it, but when our bank balances and reputations are on the line in every moment, we can find ways to communicate more kindly, and therefore, more fluidly, with the people we interact with.\n## Commitment and consistency\nIn Cialdini's famous and excellent book, [Influence: The psychology of persuasion](http://amzn.to/2c5z38T) he describes how, when people make a commitment to something, they are more likely to see it as part of their identity, and strive to live up to that identity.\n\nWhen people are kind to each other, respectful, and even open-minded on Steemit, it's not just that they're pretending to be nice. By acting nicer, they become nicer. By acting more open-minded, they become more open-minded.\n## The quality of our ideas\nIf the ideas of voluntaryism are as good as we believe they are, then surely a place like Steemit, where people are strongly encouraged to be respectful, considerate, empathetic and even open-minded, would be an ideal place to discuss them. If it turns out that our ideas are not as good as we think they are, then it gives us the perfect medium to discover something even better. That is beautiful.\n# Tax-free and shameless\n![breakchains10ab9.png](https://www.steemimg.com/images/2016/09/06/breakchains10ab9.png)\nIn many developed countries, taxes are generally seen as legitimate and necessary, and people claim to be proud of paying their taxes - sometimes because they truly believe it, and sometimes because they don't want to face the fact that they have been forced into an elaborate con, from which they have no apparent escape.\u007f\n\nBut what if they did have an escape? What if, instead of being paid as an employee, having their income taxes automatically deducted from their pay, they were paid directly. What if thousands or millions of people were making income, or making a living, this way, and decided to openly flout the tax authority, publicly, knowing that it wouldn't have the resources to pursue any more than a small fraction of the cases?\n\nObviously, that would damage the appearance of legitimacy of the state, and also the perception of omniscience and omnipotence that its proponents tend to ascribe to it.\n# Development of cryptoanarchic solutions\n>\"Unlike the communities traditionally associated with the word 'anarchy', in a crypto-anarchy the government is not temporarily destroyed but permanently forbidden and permanently unnecessary. It\u2019s a community where the threat of violence is impotent because violence is impossible, and violence is impossible because its participants cannot be linked to their true names or physical locations.\"\n> - Wei Dai\n\nWe all know that Steemit/Steem is much more accessible than virtually any other cryptocurrency, being based around a style of platform which more than one billion people are already familiar with. That's pretty cool, and that means that more money will flow into cryptocurrency, meaning more attention, and thus even more development for similar technologies.\n\nMore development in cryptocurrency means more methods to control money, and other forms of information, publicly, privately, or anonymously, without governments being able to do anything about it.\n# Conclusion\nSteemit is an important step, a continuation of the snowball effect of cryptocurrency, leading us to a voluntary, cryptoanarchic future, full of wonders we have not yet imagined, and degrees of freedom as yet unforeseeable. Boldly we take our pens, pads, keyboards and wallets, building a highway to a world where concepts are our language and our tools, but never our weapons, where the purity of ideas is worth fighting for, but never worth fighting with.\n\n---\n\n# About me\n\n[![kurt robinson in the mountains of puebla](https://www.steemimg.com/images/2016/08/26/pictureofmecroppedbdb8d.md.jpg)](https://www.steemimg.com/image/gsqzK)\n\nMy name is Kurt Robinson. I grew up in Australia, but now I live in Guadalajara, Jalisco. I write interesting things about voluntaryism, futurism, science fiction, travelling Latin America, and psychedelics. Remember to press follow so you can stay up to date with all the cool shit I post, and follow our podcast where we talk about crazy ideas for open-minded people, here: @paradise-paradox, and like us on Facebook here - [The Paradise Paradox](https://www.facebook.com/theparadiseparadox/)\n\n# Some other cool posts\n\nHere are some other posts of mine to check out:\n\n[Freedom seekers' song: \"Freedom on the beach (To Acapulco Part 2)\"](https://steemit.com/music/@churdtzu/freedom-seekers-song-freedom-on-the-beach-to-acapulco-part-2)\n\n[Everyone deserves truth; everyone deserves compassion](https://steemit.com/life/@churdtzu/everyone-deserves-truth-everyone-deserves-compassion)\n\n[Impossible! A conversation with a statist about starting a business](https://steemit.com/anarchism/@churdtzu/impossible-a-conversation-with-a-statist-about-starting-a-business)\n\n[Freedom trumps fear: Everything you do is an act of liberty](https://steemit.com/freedom/@churdtzu/freedom-trumps-fear-everything-you-do-is-an-act-of-liberty)", @@ -9307,7 +9307,7 @@ ], "author": "claudiop63", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 60.17, "beneficiaries": [], "blacklists": [], "body": "\n

    \n

    Image Credit

    \n

     This post is based on a presentation I gave at the United Nations' Office in Geneva in 2011, available here.   

    \n

    Most successful and innovative organizations worldwide are knowledge-intensive organizations. Professional knowledge, in particular technical know-how, is a key asset for such organizations as their success depends to a large extent on their ability to create, manage and transfer knowledge efficiently. Let us call this process knowledge valorisation.  

    \n

    I review below some of the key enablers of knowledge valorisation by sketching a sort of road map. 

    \n

    Step 1

    \n

     The first step shown below might look trivial, but I believe that most organizations (in particular those which are in the process of restructuring, M&A, etc) might find it worthwhile. 

    \n

    \n

    In other words, the first challenge is to make sure that knowledge is properly tracked and stored, especially if the organization is very large.  If knowledge turns out to be mostly in implicit form, the organization runs a significant risk to lose knowledge and performance as a result of staff turnover, as when the key people leave or retire, nobody may be able to run some critical processes. In addition, as implicit knowledge is difficult to share, if explicit knowledge on key processes is not available, it is difficult for new recruits to become quickly operational.  

    \n

    Step 2 

    \n

    If a large body of documents spanning the organizational knowledge landscape is available in electronic format, it is appropriate to set up and use a formal knowledge classification scheme. The most powerful approach to knowledge classification, following the principles of semantics, is based on two components:  

    \n
      \n
    • Taxonomies, i.e. multi-level, tree-like classification frameworks. An example of a comprehensive, well-known taxonomy is Linnaeus\u2019 classification scheme for nature as divided into three kingdoms: mineral, vegetable and animal. Linnaeus used five levels: class, order, genus, species, and variety. Advanced knowledge management might call for the definition of multiple taxonomies, as shown in the example below.  
    • \n
    \n


    \n
      \n
    • Classification rules, i.e. a set of criteria to place each document in one (or more) positions in the taxonomy. Rules are typically based on specific properties of the document. Simple classification rules are based on keywords and other metadata, e.g. if a document has \u201cJava\u201d as a keyword, it is likely to be classified under a \u201ccomputer science\u201d branch of a technological taxonomy.  
    • \n
    \n

    The above elements, taken as a whole constitute an ontology, i.e. a detailed, potentially exhaustive description of a knowledge domain in terms of a collection of data records, together with their metadata/attributes, organized and classified in one or more taxonomy-based \u201ccatalogues\u201d.  

    \n

    \n

     The pictures above refer to an ontology which is relevant to a public research organization which regards technology transfer as part of its mission. Such organizations feel strong pressure by their funding bodies to demonstrate the positive socio-economic impact of public research on society through concrete examples. In order to meet such demands, they must define and implement a proactive and cost-effective Knowledge & Technology Transfer (KTT) strategy. Then it is essential that all the knowledge assets in the organization are identified (technologies, general know-how, training capabilities) and as many KTT channels (licensing of intellectual property, joint R&D with industry, training, people mobility \u2026) as possible are enabled.  

    \n

    Step 3 

    \n

    At this point, a classification engine is used: 

    \n

    \n

     The ultimate deliverable is a context-sensitive, searchable knowledge catalogue   

    \n


    \n

    \n

     

    \n

    Informal Summary 

    \n

    All the tools described above aim at avoiding that in a large organization people reinvent the wheel all the time, just out of lack of knowledge of what their colleagues are working/have worked on.  

    \n

    Moreover, using the wheel analogy: if you are into technology transfer, such tools will help you show your \"wheel\" outside your organization and identify whoever could use it to make an innovative car! 

    \n

    Please note that some older comments to this post refer to (very different) content which has now been removed. Please disregard them.  

    \n", @@ -11382,7 +11382,7 @@ ], "author": "calaber24p", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 68.93, "beneficiaries": [], "blacklists": [], "body": "Revamping Curation Is The Way To Increase Steem Power Demand\n\nIf you haven\u2019t been living under a rock, for the past month or so, it has been quite clear that the price of Steem has been rapidly falling. Although before the run up to $4 was most likely in a bubble and the system is in no danger of failing, as it has worked at this price before, I still believe there is a long term solution that needs to be found to fix this problem. Ned made a post yesterday talking about ideas he had, which mostly, in my opinion focused on lowering the supply entering the market, but this is only a symptom of the problem. My solution although a bit drastic addresses the problem which is a lack of incentive to purchase Steem and power up. \n\nhttp://www.chicagoartistsresource.org/sites/chicagoartistsresource.org/files/curator_1.jpg\n\nTo begin, what are the incentives now? Well the main incentive is having weight while voting, as well as getting a daily return on the Steem Power you have in the system. These might seem like adequate incentives in theory, but in practice I think we are seeing something very different. The problem right now is even with the daily interest we are getting on our Steem Power, we have still been losing money due to the price drops. The interest, which is supposed to act like inflation protection, is actually doing nothing because as long as the price is falling, people are not going to want to move their Steem dollars or Steem into Steem Power. We need to give a greater incentive to hold and purchase Steem Power that will benefit us as a community in the long run. Sure we can wait for the price to fall and have people cash out and make it cheaper to enter the system, but this still doesn\u2019t address the underlying problem.\n\nSo what is my solution? I strongly believe we need to move the payout split to 50:50 between authors and curators from the current 75:25 it is at. I know this will be controversial, especially because many authors today, INCLUDING MYSELF, are making essentially a living off the site, but ultimately it comes down to what is best for the community. We need to look at who is adding more value to the site, the authors or the curators. Depending on who you ask their answer might be different, but in my opinion both are equally as important. One cannot survive without the other and the payouts should reflect that.\n\nhttps://steemit.com/images/steemit-share.png\n\nCurating is supposed to be a heavy incentive for people to enter the system, but the earnings from it are subpar at best. For example, I have 20,000 Steem Power and my average earnings per day is around 6 Steem Power. That means my daily return on investment is .03% a day and only around 11% a year and that is with a pretty profitable curating strategy. Sure it will technically come out to a bit higher than 11% due to compounding but it still won\u2019t make that much of a difference. A huge selling point to me was that if you choose to curate rather than create content you will also be able to earn a sufficient amount, but no one is going to put 20,000 Steem into Steem Power that they would have to wait 2 years to pull out if the reward of waiting is not sufficient enough. Selling Steemit as a platform where the users who upvote the content are equally as valuable as the users who create the content makes users actually want to buy Steem and convert it into Steem Power. \n\nWe should not focus on slowing down the supply that enters the market, but rather retaining and creating new users that will become active daily. Once people have upvotes that actually mean something we will see people flock to the system. Rather than just browsing reddit and upvoting, with no return, they would have a much better experience here. The majority of the people on the site are not authors but lurkers or readers and we need to cater specifically to that crowd because they will end up as the masses, should more come. Authors deserve to be paid for their work but the percentage of money that goes to payouts is a lot. \n\n\nhttp://www.firebellymarketing.com/wp-content/uploads/2011/10/building-community-Firebelly-570x467.jpg\n\nLike I stated before, I have been very successful and Steemit which is why I want to cut down my rewards, because if we continue in the direction we are currently going, it will become a race to the bottom , at which point everyone will leave. I strongly believe that splitting the curation rewards and author rewards equally can benefit the demand for Steem power in the long run and cause a higher amount of user retention within the system. \n\n-Calaber24p", @@ -11663,7 +11663,7 @@ ], "author": "steemitjobs", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 51.57, "beneficiaries": [], "blacklists": [], "body": "![](https://farm9.staticflickr.com/8190/29530201275_dfa5fb3fac_b.jpg)\n# Blockchain Developer\n\n### Who We Are \nSteemit is a social media and blockchain platform where the community\u2019s voice and time are worth something. Facebook, Twitter, and Instagram\u2019s success is built on the backs of its users. With Steemit, we embrace a blockchain-based community in which people earn for their contributions. Steemit is gaining traction on the forefront of a social media, marketplace, and blockchain revolution with the goal of building an online community that\u2019s cooperative and resistant to censorship. \n\n### Who We're Looking For\nWe are looking for a blockchain developer who can work in an extremely faced paced environment to help scale the Steemit platform over the next year and beyond. You will be an essential member of the team who will provide added agility and expertise to ensure an unbeatable product.\n\n### Responsibilities\n- Independently identify and manage bugs, schedule tasks, investigate code\n- Handle full development cycle of components (formalize task, write code, test, set-up and support production, resolve user requests)\n- Write flexible, manageable, and modular code that can adapt to post-launch change\n- Build scalable, efficient, high performance solutions\n\n### Qualifications\n- Bachelor\u2019s in Computer Science (or similar) or equivalent experience\n- Expert in C++ or newer\n- Hands on experience with Git\n- Collaborative team player capable of listening to different perspectives and implementing the best solution based on those views\n\nIf this is a job that you are interested in, please send your resume to `jobs@steemit.com`. We'll be waiting!\n\n*This position is located in Blacksburg, VA*", @@ -11985,7 +11985,7 @@ ], "author": "steemitjobs", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 51.57, "beneficiaries": [], "blacklists": [], "body": "![](https://farm9.staticflickr.com/8190/29530201275_dfa5fb3fac_b.jpg)\n# Community & Social Media Manager\n\n### Who We Are \nSteemit is a social media and blockchain platform where the community\u2019s voice and time are worth something. Facebook, Twitter, and Instagram\u2019s success is built on the backs of its users. With Steemit, we embrace a blockchain-based community in which people earn for their contributions. Steemit is gaining traction on the forefront of a social media, marketplace, and blockchain revolution with the goal of building an online community that\u2019s cooperative and resistant to censorship. \n\n### Who We're Looking For\nWe are looking for an exceptional communicator to be the liaison between Steemit and our rapidly growing user base. This is a role where you will be an expert in building and growing communities on and offline; you\u2019ve got ideas for this and can implement them. You can also think big picture and for the long term \u2013 your ideas will reflect that. Online communities are where you thrive and as such you know how to leverage them and will be able to do so for Steemit. You have a track record of getting things done, live and breath social media, and want to work with a fast growing company that will change the world.\n\n### Responsibilities\n- Help deliver a best in class user experience to Steemit users who engage with us through social media\n- Be an active voice on relevant channels as a Steemit advocate\n- Monitor and post content to and across other social media networks including Facebook, Twitter, Reddit, etc. on a daily basis\n- Develop and track performance metrics for social media channels and advise on ways to maximize performance\n- Develop customer acquisition strategies through social media channels\n\n### Qualifications\n- 2 or more years of experience managing a brand's online presence\n- Motivated self-starter with great communication and writing/editing skills\n- Ability to collaborate and work with others, taking their viewpoints into consideration\n- Good judgment, professionalism, and levelheadedness as a social media ambassador\n- Nice to have: Interest in cryptocurrency and blockchains with experience in the community\n\nIf this is a job that you are interested in, please send your resume to `jobs@steemit.com`. We'll be waiting!\n\n*This position is located in Blacksburg, VA*", @@ -12336,7 +12336,7 @@ ], "author": "craig-grant", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 67.62, "beneficiaries": [], "blacklists": [], "body": "change gon come\nhttps://www.youtube.com/watch?v=pb7shsTextM\n\n### read Ned's post @ https://steemit.com/steem/@ned/increasing-curation-demand-for-steem-power-and-community-interaction\n---\n\n---\nhttps://www.steemimg.com/images/2016/09/07/20160907_200828f7272.jpg\nhttps://www.steemimg.com/images/2016/09/07/20160907_20085398483.jpg\n\n#### Get 3 meals for $30(shipping included), each meal serves two. That's $5 per meal for the highest quality food you will ever taste @ [https://www.homechef.com](https://www.homechef.com/invite/ezxbJf89eBnV)\n---\n\nFollow @craig-grant\n\nHeaven = have fun :)", @@ -14422,7 +14422,7 @@ ], "author": "dantheman", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 71.46, "beneficiaries": [], "blacklists": [], "body": "
    https://i.imgflip.com/p1ij6.jpg
    **CENSORSHIP**
    \n\nLanguage is a very powerful tool because it shapes the way we think. The words we choose to use [impact how we think, feel, and reason about the world around us](https://en.wikipedia.org/wiki/Linguistic_relativity). Today I would like to address the word *censorship* because it is a very hot topic on steemit.\n\nThe first problem we always face is different and ambiguous definitions for censorship. Unfortunately, it isn\u2019t always practical to *define* our terms in every debate and therefore drama queens toss the term \u201ccensorship\u201d around far too easily. I would go so far as to say that the censorship card is played about as often and illegitimately as the race card. Often those who play the *race card* are more *racist and oppressive* than those they slander, the same principle applies to those who play the censorship card.\n\n## Censorship requires Aggression \n\nThe defining characteristic of a free society is the absence of initiation of violence. This includes the credible threat of violence, fraud, theft, etc. Without the threat of aggression people can freely say whatever they want, whenever they want without fear that their person or property will be harmed. A critical distinction of a free society is that you cannot express yourself in ways that violate the property rights of others.\n\n## Graffiti is Aggression and violation of Property Rights\n \nGraffiti is defined as writing or drawings scribbled, scratched, or **sprayed illicitly on a wall or other surface in a public place**. In a free society the Graffiti artist would be tracked down and expected to pay restitution to the property owner. No rational individual would argue that the artist has been censored by the property owner or that the property owner is the one initiating aggression against the artist.\n\n## Property Owner defines Art vs Graffiti \nThere are places where graffiti-style art is acceptable and is actually encouraged. In this case no aggression has occurred and therefore the action is legitimate. \n\n
    https://farm8.staticflickr.com/7485/15754046208_7d666a75a9_o.jpg
    \n\n## Spam, Porn, Harassment, and Fraudulent posts are Digital Graffiti \n\nWhen it comes to websites like Facebook, YouTube, Google, Reddit, and Steemit we have digital property owned by individuals providing a free and voluntary service to society. It is not possible for these organizations to censor user content because they are not using violence, theft, etc. \n\nThe only true censorship is when government agents approach these companies and demand content be removed under threat of force or violence. Provided these companies are not under any kind of threat, there can be no censorship.\n\nWhen someone [demands that YouTube share ad revenue](/steemit/@calaber24p/censorship-on-youtube-creates-an-unique-opportunity-for-decentralized-platforms-like-steemit-to-create-an-alternative-video) they are taking the role of the Graffiti artist that demands property owners not repaint over their artwork.\n\nSome people may consider the [Graffiti artwork worth thousands of dollars](https://en.wikipedia.org/wiki/Banksy), but this doesn\u2019t change the moral character of the vandalism. Likewise, some people may feel their humor, sarcasm, teasing, crude language, or vulgar posts to be artwork and demand that other users see it and/or up vote it for payment. \n\n## Graffiti Hurts Community Value \n\nWe all love the idea that Free Speech adds value to the speaker, but our selfish desires to be heard come at the expense of the listeners. Few people desire to move into a neighborhood where there is unfettered graffiti and complete disrespect for property rights. Likewise, few people want to join an online community where there are no standards of mutual respect.\n\n## A Perception Problem \n\nWe have a very real problem in society today. The problem is that people feel *entitled* to things that are not theirs. Whether it is health care, google ranking, reputation, or [right for gay couples to be served by particular vendors who oppose gay marriage](http://www.politifact.com/florida/statements/2013/jul/08/tony-perkins/wedding-vendors-have-been-forced-participate-same-/). These entitlements can only be delivered by initiating force and violence against innocent people.\n\nIf a particular vendor (YouTube, Facebook, Google, or your Local Florist) will not serve you, then you must take your business elsewhere. Vendors who lose a significant amount of business will voluntarily reconsider their policies. \n\n## But they have a monopoly! \n\nTo the extent that a business gains the vast majority of the market share without relying on government regulations to shield them from competition, the monopoly is deserved and was earned by providing a quality product that others were unable to compete with.\n\nThere are no laws forcing everyone to use Google, YouTube, Reddit, or Facebook. There are no regulations preventing competitors from starting up and competing. Complaining about their unwillingness to serve you is like a local mall refusing to allow certain tenants. It will certainly make business more challenging for those tenants, but the prospective tenants are not entitled to a prime high-traffic spot in the mall.\n\n## Flagging Posts based upon Differing Opinions \n\nSome people have been complaining about users who down-vote posts they disagree with. The basis of the idea is that all posts are *entitled to* funding from those who support the ideas. This stance is in direct opposition to the vested interests of every stakeholder. \n\n\n
    http://godfatherpolitics.com/wp-content/uploads/2014/03/thomas-jefferson.png
    \n\nWhat should happen when one stakeholder wishes to fund a cause abhorrent to another stakeholder of equal size? The two opinions are canceled out and the remaining stakeholders get to decide.\n\n## Incentive to be Tolerant and Inclusive \n\nAll users, particularly whales, have financial incentive to be tolerant and inclusive. This grows the overall network effect and makes everyone the most money possible. To the extent any community adopts a culture of intolerance that overly restricts the range of acceptable opinion it will push people away. New communities will form to serve the needs of those who are rejected and the free market competition for mindshare will continue.\n\n\n## Conclusion\n\nIf Steem remains a libertarian / anarchist enclave then it will fail to attract a broader audience and that in turn will mean that ordinary people will not get involved with cryptocurrency. Likewise, if Steemit fails to curtail abusive, threatening, and toxic individuals it will also drive away the broader audience leaving only those with skin thick enough to take the abuse of trolls. \n\nI want Steem be a healthy, vibrant community with engaging discussions from people with all points of view. Unfortunately (and fortunately?), I am only one of many users who have a say in what kind of content gets voted on. Each and every one of us contributes to the culture and we will all succeed or fail based upon how we act.\n\nLets stop throwing the term \u201ccensorship\u201d around here on Steemit unless it is explicitly referring to the threat of violence. It is out of place and conjures up inappropriate negative reactions similar to playing the race card. Instead, lets focus on the rights of all voters to express their opinion for or against any post. If you disagree with how someone is voting, then focus your argument on how something adds or removes value to the community rather than whether someone is committing the \u201cvile\u201d sin of non-censorship by utilizing their legitimate voting rights.\n\nSteemit is a free and voluntary platform built on the basis of free association; censorship is impossible in such an environment even if the community or steemit.com chooses to minimize the visibility of some content or block it all together. \n\nThe blockchain is open, your content is logged and recorded for all time. Anyone who wants to see your content or offer a competing service to steemit.com is free to curate and display what they like. \n\n## P.S. On Definitions \n\nWe live in a world where common words are generally used in ways that are in direct contradiction of their meaning. The unfortunate reality dramatically lowers the quality of public discourse because it allows people to talk past each other. Activists leverage the emotional response to the word censorship to provoke people into violating the property rights of others. It may well be that censorship is taking on a broader meaning that would also encompass the no coerced behavior of Google, Facebook, etc. The problem with the broader meaning is that the word censorship is no longer useful for accurately defining moral/immoral behavior. Under the broader definition, accusing someone of censorship is as meaningless as accusing them of filtering spam emails. How dare they censor spam artists!", @@ -15999,7 +15999,7 @@ ], "author": "the-alien", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 67.82, "beneficiaries": [], "blacklists": [], "body": "![Alt Text](http://www.geliosoft.com/100-happy-dollars-3d/falling-money-wallpaper.jpg)\n\nHave you ever wondered why people keep trusting career politicians to handle their finances? It\u2019s a fascinating thing really. This is one of the biggest mind-boggling mysteries that seem to defy even time itself, mysteries that are impossible to explain from a purely rational point of view.\n\nAsk any person in the world \u2013 scratch that \u2013 ask any person in the history of the world to describe politics in one word and you are guaranteed to hear some of the following words: Deceiving, dishonest, incompetent, cheating\u2026Etc. And probably, this is from the generous side.\n\nNow, ask any of those people how come they trusted those individuals to manage their finances, and it would seem like you\u2019re speaking Chinese to them.\n\n## And that area right there is where the real game is being played.\n\nThat\u2019s the space where critical thinking dulls, where the emperor sells clothes, and no one\u2019s looking at Pinocchio\u2019s nose. How on earth would a known dishonest, power hungry person convince the others that he should be the one that makes the decisions on behalf of everybody?\n\nWorse than that, they give them all the power, no accountability and a virtual 100% probability to screw them , and everybody just keeps pretending to be surprised when these things happens.\n\n# Why Does This Keep Happening to Me?\n\nYou change the country, you change the century but the song remains the same, and the mystery survives. The only way to keep convincing people to accept a deal that acts against their own self-interest is to create a story that makes the exploitation of mankind look like the solution to their problem. \n\n![Alt text](http://vignette2.wikia.nocookie.net/lostpedia/images/b/b2/Lastsupper.jpg/revision/latest?cb=20100117063640)\n\nYou look around, you find countries like Bolivia or Venezuela (just to give a few examples) that are extraordinarily blessed at the very same time with a rich abundance in natural resources and a starving population despite the fact that these two things should be mutually exclusive by any stretch of the imagination.\n\nYou can\u2019t be that incompetent if you tried.\n\nBut then again, this isn\u2019t about incompetence. Their solutions were already predetermined in the narrative, and when it doesn't work and the tale falls on its own weight, they\u2019ll just repeat the same process again, because the narrative remains the same.\n\nThey keep seizing more lands, more factories and they keep \u201ccracking down\u201d on competition and seize everything in the name of \u2018the common good\u2019. Then they bankrupt them as well and they seize more and bankrupt those too. \n\n### If it wasn\u2019t so heartbreaking it would be hilarious.\n\nHere\u2019s the crazy part of all this is that this wide spread phenomenon is completely irrelevant to the economic system, the economic policy, or to the continent, and it's happening across the board. \n\n![Alt Text](http://redlikeme.ca/wp-content/uploads/2015/10/bank-robbery-digital-art-hd-wallpaper-1920x1080-2127.jpg)\n\nFind me a person in southern Europe that has good things to say about politicians in the ECB.\n\nAll the solutions they present are hell bent on screwing the little guy, whether it\u2019s draconian austerity measures, raising the retirement age, bank bail outs\u2026Etc\n\nI\u2019m not saying that it\u2019s due to incompetence, dishonesty, or both. I\u2019m saying that it\u2019s irrelevant, because the solution is already pre-set beforehand to achieve one purpose, and one purpose only, that power keeps consolidating itself. \n\nThat might explain why we always keep hearing sentences like this one: *\u201cThe game is rigged\u201d*, which happens to be one of the most popular expressions of our generation.\n\nLet me give you another example.\n\nWhen you turn on the radio and there are some finance experts on, how many times we hear the following words: \n\n*They\u2019re making things worse; They\u2019re repeating the same mistakes again; Things are actually getting worse and not better; The solutions are creating more problems than solving; How come the recovery is worse than the recession?*\n\nYou see where this is going? \n\nAnd this is not exclusive to our generation, in fact this story form is a very common archetypal myth that exists across every society and period of human history. With the very same the result, that whatever action that will be taken it will only serve to reinforce the dominant narrative.\n\n# Once Upon a Time\n\nIt is believed that the cavemen were the first storytellers, and whoever controlled the dominant story had a strong pull on the rest of society.\n\n![Alt Text](http://www.kino.de/wp-content/gallery/homo-erectus-2007/homo-erectus-einfach-pr-hysterisch-11-rcm0x1920u.jpg)\n\nThe human story is at the heart of everything, it\u2019s the prima material of how most people perceive reality, the moment you question someone else\u2019s dominant narrative, the debate is over before it\u2019s even started. For many people, they much rather fall for the same thing again and again and until the end of times, rather than to dare questioning the story they grew up around.\n\n> ### *\u201cIt\u2019s easier to fool people, than show them that they have been fooled\u201d.*\u2014 Mark Twain\n\nThe crazy part however, is that the even if those individuals were to fully realized how they've been fooled, they would probably still willingly walk towards the fire nonetheless. Metaphorically speaking.\n\n### Unless of course, there is a new story that replaces the old story.\n\nI remember reading one of James Altucher\u2019s amazing posts and had a wake up call. I hope I\u2019m not butchering the story, but it basically it goes like this: A friend of James asked him to go with her to the bank to help her decide the best option for her to put her money. Since he has some solid expertise in the finance world, it seemed like a wise decision for her part.\n\nDuring that meeting in the bank, James just sat down, said nothing and only listened, when they finally left the bank he started explaining to her all the ways that they were trying to take advantage of her and rip her off.\n\n*\u201cHow can they do that to me?\u201d*\n\nThe next day, she went to the bank and did everything they asked her nonetheless.\n\n![Alt text](http://blogs-images.forbes.com/maggiemcgrath/files/2015/06/0211_hipster-piggy-bank-401k_1024x576.jpg)\n\n# This is How the Story Goes\n\nCommon folklore has it that there are those people among us that regular people that look just like me and you, but when they get a magical paper that says that they work for the status quo, then an invisible laser descends from the sky and grants them all sorts supernatural abilities and financial savoir-faire.\n\nWell, sort of... Everything they touch still goes to crap, but that doesn\u2019t matter anymore and their never-ceasing incompetence doesn\u2019t seem to bother anyone either. Because now, they're part of the narrative.\n\n### And apparently, narrative trumps logic. \n\nA successful investor once told me: *Never listen to government economists, if they knew how to manage money, they would\u2019ve made money themselves instead of telling people what to do.*\n\n![Alt Text](https://ascendingstarseed.files.wordpress.com/2016/08/cc12b-preppers2b-2bdoomsday.jpg)\n\nAs the Altucher story goes, along with countless others, whenever there is a threat to the narrative, the debate is over before it has even started. For many people in the world, defying authority is just about the last thing they would do, and that includes killing themselves and their own children.\n\nBut let\u2019s go back to the subject of the day. We tell ourselves a story that defies every single law of the universe, that the idea of good business is spending trillions of Dollars bombing millions of people and generating the biggest debtor nation the world has ever seen.\n\nIf that is not telling you anything then honestly, I don\u2019t know what does.\n\nWe tell ourselves even crazier stories, that if we just grabbed enough productive citizens and stacked them into jail cells for victim-less crimes, or for carrying bits of vegetation in their pockets, then we're going to revitalize the economy, and that oh! We will rehabilitate those poor souls through brutality and sexual violence.\n\n### Again, narrative trumps logic in ways logic can't even perceive.\n\nSome people choose to deny their programming, and that seems as the right choice because sooner or later those stories could start acting as their very own gatekeepers. I\u2019m not talking about inner resistance, I\u2019m saying that maybe we need a new story that replaces the old story.\n\n![Alt Text](http://i0.wp.com/dailyzen.co.uk/wp-content/uploads/2015/03/How-to-Make-Good-choices-and-make-the-most-of-them.jpg)\n\nThere has never been a better time for financial independence than the times we live in, there has never been so many options available for someone to start their own company, find jobs, or make their own movies even\u2026 All of that without dealing with a large number of resistant gate-keepers who may or may not have been programmed to serve a certain narrative.\n\nI don't know about you but personally, if I had to follow a narrative, I much rather have one that I designed for myself rather than one that I was born into.\n\n# Closing thoughts\n\nThey say that when there is a paradigm shift, there is usually a new story that renders the other story irrelevant, but until then and even though the tools are already available to the public, people will not make the final move until they start seeing a certain degree of mass-adoption around them.\n\nIt is that mass adoption aspect that would make it acceptable for their psyche to separate from that old, probably coercive narrative that has been attached to them.\n\n![Alt Text](http://www.elfm.co.uk/wp-content/uploads/2014/12/storytelling-night.jpg)\n\nA few minutes ago, I was just going to end this piece with a question: \u201cDoes the Blockchain need a story?\u201d\n\nBut then I realized that steemit has both the crypto-currency and the story aspect. So I\u2019m swapping that question for a few modest words:\n\nCan we just work together to build something beautiful? Do you guys see what we have here? Why don\u2019t we just focus on what we have and how we can improve it. After all, it\u2019s much harder to create something really great when you\u2019re being held back by unnecessary drama. Wouldn't you agree?\n\n And not to forget:\n\n### Your dream needs you full steem.\n \nSources: [1](http://www.geliosoft.com/100-happy-dollars-3d/) - [2](http://lostpedia.wikia.com/wiki/The_Lost_Supper) - [3](http://redlikeme.ca/tpp-is-all-about-banking-powers-which-will-remain-secret-for-5-years-after-signing/) - [4](http://www.kino.de/film/homo-erectus-2007/) - [5](http://money.cnn.com/pf/millennials-and-their-money/) - [6](https://ascendingstarseed.wordpress.com/category/economy-and-global-collapse/) - [7](http://dailyzen.co.uk/2015/03/19/how-to-make-good-choices-and-make-the-most-of-them/) - [8](https://storify.com/ProfKarim/the-power-of-storytelling)\n\n## [*Follow the Alien*](https://steemit.com/@the-alien)", @@ -17276,7 +17276,7 @@ ], "author": "fyrstikken", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 70.42, "beneficiaries": [], "blacklists": [], "body": "
    https://stakepool.com/wp-content/uploads/2016/08/photo3.jpg
    \n\nSo, I was sitting in my $5000 massage chair smoking a cuban cigar when all of a sudden all kinds of bells started ringing. So I had to stop what I was doing and walk all the way over to my enormous trading-desk on the opposite side of my man-cave to see what was going on, and of course - there it was... A new post from my ex-boyfriend who cannot believe I dumped him for a better looking guy, and I knew he was out for blood so I started reading:\n\n

    A littlebit of history first

    \n\nWhen I wrote against @stellabelle and her article about synero-amp vs steemit, @tuck-fheman started spamming my comment section with all kinds of accusations, and lately he has started what he calls a \"comic-strip\" about me where he is doing his very best to harass the hell out of me.\n\n
    I still stand by what I wrote in my article against @stellabelle - it was a very dumb move on her behalf and I have people on record who confess to buying synereo-amp and losing money because of her article. The point of calling her out was to let her know that she has a loud voice in this community, and that she therefore must be careful advising people about investments and projects in a market she has no real clue about, because she is new.
    \n\nThen, when I apologized in public to @heiditravels for using explicit words when I was mad at her for not showing up to a Public Relation Interview when she came to Per\u00fa, an Interview that would have gone out on Television to 10 million Peruvians in prime-time and maybe secure 200,000 new signups for Steemit, he went on another rampage and started posting screenshots of the conversation and tried to get people to flag my post, which did not work because people are not stupid around here - they see what is going on.\n\n

    I still think what @heiditravels did was selfish, but I am over it - It is history @tuck-fheman - she wanted the @dollarvigilante more then me, and I have come to accept that he is much better looking then me, no homo :) (Just kidding)

    \n\nToday @tuck-fheman posted another harassment-cartoon, and even went to the #steemitabuse chat and bragged about it, told people that I was a sociopath that needed to be stopped, a woman-abuser and many other things that was just degrading and sad to read from him.\n\n

    Tuck & Stella = Early adopters who made a lot of steem posting pure shit

    \n\nSo what do I do? He is one with the most reputation on Steemit because he was very early into steemit and was in the original \"circle-jerk\"-club as they called it. Apparently back in those days you could post a picture of your garbage-can and make thousands of steem and now a days you have to actually make real content with real value.\n\nThen we have @stellabelle - I have nothing against her, never tried to attack her in any way - just had to speak up when she decided to embrace synereo-amp in a way that felt like... she was pooping where she was eating and I have honestly not read a single article she has published since. Instead I have found new aspiring artists like @poeticsnake who make amazing drawings and really put in a lot of real work in her art.\n\n@stellabelle also is from the very early adopters of steemit who made a lot of steem by writing articles about how she ripped of her friends when she was a car-salesman, or how she used to shoplift in stores when she was rich. Something to be proud of? Would those articles be worth anything if she wrote them today?\n\n

    In case you don\u00b4t know what I do on Steemit, I make comedy, entertainment, cartoons Here are a few examples for earlier:

    \n\nhttps://www.youtube.com/watch?v=ojNbGf5oIhM\n\nhttps://www.youtube.com/watch?v=vh-TKt_GSCc\n\nhttps://www.youtube.com/watch?v=ijVJNn0qgxg\n\nhttps://www.youtube.com/watch?v=ZHzdXtFKwYA\n\nhttps://www.youtube.com/watch?v=0SMMo7aQnPY\n\n\n---\n

    I also do Technical Analysis of Forex, Stocks and Crypto-Currency in posts like this:

    \n\nhttps://www.youtube.com/watch?v=dyXt_kJhomU\n\n---\n\n

    And I also make funny songs about steemit and crypto like this:

    \n\nhttps://www.youtube.com/watch?v=6P2FB9Mg_YI\n\nand like this:\n\nhttps://www.youtube.com/watch?v=3gfntBEI3Aw\n\n---\n
    So please - Tuck-Fheman, Stellabelle - Leave me alone if you are going to act like bullies and collude and harass me - there is no point to that! Start doing something positive for Steemit instead of all this negativity! And to all the rest of you - I hope you see it that I loud and clear do not want to have anything to do with these two people.
    \n---\n\n
    \n\n
    \n\nBreaking up is never easy, I know - but you have to let me go :)", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/tag_petrodollar.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/tag_petrodollar.pat.json index b2b141d1..d323bef6 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/tag_petrodollar.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/tag_petrodollar.pat.json @@ -240,7 +240,7 @@ ], "author": "highimpactflix", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 59.9, "beneficiaries": [], "blacklists": [], "body": "If the contents of this article/video were taught in schools, the veil of secrecy would be lifted, one of the greatest scams in history would be revealed and life just might be a little better.\n\n\u201cThe State,\u201d Bastiat wrote, \u201cis that great fiction by which everyone seeks to live at the expense of everyone else.\u201d \n
    https://www.steemimg.com/images/2016/09/08/lawtiat-quote-picture.jpg9d3a8dd471c.jpg
    \n\t\nThe French economist penned those words before he was able to witness another \u201cgreat fiction,\u201d which currently works to undermine ALL the labor and ALL the accumulated wealth of EVERY American and, by extension, virtually EVERY laboring individual on this planet.\n\nThis article is a little lengthy, so I created a video that's about 24 minutes long that used this article as the script. If you're a busy person (and what thinking person isn't, these days?) you can download the video and play it in your car or at down time at work or whatever. Enjoy the video, share the knowledge and leave your comments. And, of course, your upvotes are always appreciated!\n
    \n\t\nWe all work for this fiction every day. People beg for this fiction. Many borrow from others to obtain this fiction. Some even kill so that they can unlawfully accumulate more of this fiction. Without this fiction you could have no clothing for your back, no roof over your head and no food for your stomach. That great fiction is the American Dollar.\n\t\nYou can pull a NOTE out of your pocket and examine it. But you would be searching in vain for any intrinsic value. The value is not found in the ink, nor the material in which the ink is impregnated, nor in the wording. In fact, the wording provides the hint you\u2019ll need to begin to realize that there is NOTHING in and of itself that imputes any value into this piece of paper \u2013 nothing, that is, but a construct of belief \u2013 oh, and one other thing. Brute force, but we\u2019ll get to that later\n
    https://www.steemimg.com/images/2016/09/08/193420100020FRN20G00042149A10002cb72.jpg
    \n\t\nOur Dollar\u2019s history begins with Article 1 sec. 8 of the Constitution. It states that, \u201cCongress shall have the power to coin money, regulate the value thereof and fix the standards of weights and measures.\u201d\n\t\nIn 1792 the Coinage Act was passed \u201cestablishing a mint and regulating the COINS of the U.S.\u201d This law created and defined America\u2019s money.\n\tIt called for a coin called the DOLLAR to contain about \u00be of an ounce of silver.\n\tIt also called for a Half Dollar, Quarter, Dime and Half dime \u2013 all made of silver\n\tIt called for a coin called an EAGLE, each worth 10 DOLLARS and containing a half an ounce of gold.\n\tIt also called for a Half Eagle and a Quarter Eagle. All made of Gold\n\tEach coin, according to this act, would bear an impression of Liberty, the Word Liberty and the year of coinage. \n\nThe reverse side shall have an impression of an Eagle with the inscription, \u201cUnited States of America.\u201d\n\tSo, the definition of money was \u2013 \u201cA silver coin of the United States of the value of 1/10 of an Eagle\u201d or 1 DOLLAR.\n\tAn Eagle was defined as \u201cA GOLD coin of the United States of the value of 10 DOLLARS\u201d\n\tFor the first 80 years of our history these coins were known as \u201cLawful Money.\u201d\n
    http://flowinghairdollar.com/wp-content/uploads/2009/07/flowing-hair-dollar.jpg
    \n\t\nIn 1794 the US mint in Philadelphia began minting coins. The illustration above is what they looked like. They were strictly composed of either GOLD or SILVER, painstakingly fashioned to the proper weight. So strict was the standard on weights and measures and so serious was the language of the U.S. Coinage Act, that Section 19 invoked the death penalty for anyone caught debasing the nation\u2019s money\n\t\nArticle 1 Section 10 of the Constitution states, \u201cNo state shall coin money, emit bills of credit, make anything but GOLD and SILVER COIN a tender of payment of debts.\u201d\n\t\u201cEmit bills of credit\u201d equates to the issuance of un-backed paper promissory notes as money. \n\tAmerica\u2019s entire economy was anchored to GOLD and SILVER by requiring the states to tender all payments in these coins. Some leaders today, however, claim that Gold is NOT money [Bernake Video]. This claim, according to the law of the land and good ole common sense, is a LIE!\n
    https://www.steemimg.com/images/2016/09/08/Limits-on-State-Powerb1132.jpg
    \t\nThis Gold and Silver standard stood as a PROTECTION for the people from the corrupt Banksters who love to loan out money they don\u2019t have and profit from the interest. Such a debasing practice, known as Fractional Reserve Banking, is outright Counterfeiting and, therefore, THEFT!\n\t\nThe Gold system ensured that the nation\u2019s wealth was distributed to all the people, rather than being centralized in the hands of a few. It CONSTRAINED governments from issuing un-backed notes of debt, which is what a Federal Reserve Note is today.\t\n\t\nThe fact is, many, including Benjamin Franklin, held that a dishonest money system was a main reason for the Revolutionary War. He wrote, \u201cThe refusal of King George III to allow the colonies to operate an honest money system, which freed the ordinary man from the clutches of the money manipulators, was probably the prime cause of the Revolution.\u201d\n
    https://www.steemimg.com/images/2016/09/08/George_III_by-Allan-Ramsay-in-1762e80e9.jpg
    \t\nTwo central banks materialized in early America in order to manipulate the nation\u2019s money supply. The 1st Bank of the United States was established in 1791, in spite of opposition from people like Thomas Jefferson, who argued against its Constitutionality and wrote, \u201cI believe that banking institutions are more dangerous to our liberties than standing armies. If the American people ever allow private banks to control the issue of their currency, first by inflation, then by deflation, the banks and corporations that will grow up\u2026 will deprive the people of all property until their children wake-up homeless on the continent their fathers conquered. The issuing power should be taken from the banks and restored to the people, to whom it properly belongs.\u201d 1st Bank\u2019s charter was revoked by James Madison.\n\t\nIn 1816 the 2nd Bank of the U.S. was formed. Andrew Jackson, sworn enemy of the Central Bank, despised the thought of private Bankers controlling America\u2019s money. Its charter was revoked in 1833.\n\t\nGold\u2019s discovery in California in 1849, caused the mint to add a 1 Dollar 10th Gold Eagle and a 20 Dollar Double Gold Eagle in order to distribute the gold across the population, honoring the founder\u2019s principle of decentralizing power by spreading the wealth.\n
    https://www.steemimg.com/images/2016/09/08/California_Clipper_500cad3c.jpg
    \t\nThe presence and universal acceptance of gold shackled private bankers and severely limited inflation. It is interesting to note that in the 57 years from 1833 to 1890, GOLD, priced at $20.67/oz fluctuated only 1 PENNY. From 1891 to 1930 gold fluctuated .74 CENTS from a low of $20.58 to a high of $21.32.\n\t\nIn 1861, Individual rights-Trampling President, Abraham Lincoln, financed the \u201cWar of Northern Aggression,\u201d by printing un-backed paper money, an act that debased America\u2019s money and, according to the Coinage Act of 1792, placed him under penalty of death.\n
    https://www.steemimg.com/images/2016/09/08/lincoln_movie112035843.jpg
    \t\nDuring this criminal act, the treasury, reeled in coins and replaced them with Lincoln\u2019s Greenback. These notes were denominated in both dollars and cents. Virtually all of America\u2019s money was converted to paper.\n\t\nIn just 4 years nearly 100% of the gains in the standard of living and the purchasing power of the dollar had been wiped out along with over 600,000 lives!\n\t\nAfter the war, the mint resumed coining money. The dollar gained value, even going through periods of increasing buying power. In 1866, contrary to the Constitution, they replaced the SILVER dime with a 5 CENT NICKLE, allowing them to quickly replenish their silver reserves. \n\t\nUnfortunately, the U.S. Government was still issuing paper dollars in the form of notes.\n\t\nHere, an 1878 $20 note reads, \u201cThis note is legal tender at its face value for all debts public and private, EXCEPT duties on imports and interest on the public debt.\u201d In other words, neither foreign nations, nor the international bankers who financed them, would accept this as money \u2013 because it wasn\u2019t money. It was a NOTE, a LOAN, an I.O.U. It was DEBT. The creators of this debt are saying, \u201cyou can use it as money among yourselves, but don\u2019t try to pay US with it!\u201d\n
    https://www.steemimg.com/images/2016/09/08/20-type-10a666e.jpg
    \t\nAll money, created out of thin air, is DEBT. They expect YOU to accept that debt as a fair trade for your labor, while THEY reject that debt for themselves.\n\t\nIn the 1880\u2019s the treasury began issuing a NEW kind of paper money called silver and gold certificates.\n\t\nThe legalese on these certificates reads, \u201cThis CERTIFIES that there has been deposited in the treasury of the United States, ONE silver dollar, payable to the bearer on demand.\u201d\n
    https://www.steemimg.com/images/2016/09/08/US2BCurrency2B18802B1002BDollars2BSilver2BCertificatec6bf0.jpg
    \nEach silver certificate represented one PHYSICAL SILVER or GOLD coin in the Treasury.\n\t\nThis bill says nothing about a \u201cnote\u201d because this isn\u2019t an I.O.U. There is NO restriction on imports or interest on the public debt. Foreign nations and international bankers would accept this as money because it WAS MONEY. However, if the government decreed that they will no longer honor that certificate, you are left with a fancy-looking piece paper.\n\t\nThe early 1900s brought men like J.P. Morgan to the forefront. Morgan, publically considered a financial luminary at the time, exploited his mass influence by publishing rumors that a prominent bank in N.Y. was insolvent. Morgan knew this would cause mass hysteria which would affect other banks as well. And it did. The public, in fear of losing their deposits, immediately began mass withdrawals. Consequently, the banks were forced to call in their loans, causing the recipients to sell their property. Thus, a spiral of bankruptcies, repossessions and turmoil emerged. Frederick Allen of LIFE Magazine later wrote, \u201cThe Morgan interests took advantage to precipitate the panic of 1907, guiding it shrewdly as it progressed.\u201d [LIFE Mag cover]\t\t\n
    https://www.steemimg.com/images/2016/09/08/JP-Morgan_Carnegie-Steel_HD_768x432-16x99f66b.jpg
    \t\t\nThe 1907 financial crisis, that caused the New York Stock Exchange to lose 50% from the previous year, prompted people to beg the Government to \u201cbreak the grip of the money trust.\u201d This paved the way for Morgan and his allies to step in with the solution to the problem they created\u2026 and on December 23rd 1913, the Federal Reserve was born.\n
    https://www.steemimg.com/images/2016/09/08/fed_reserve22094.jpg
    \t\t\nThe Federal Reserve, a cartel of international banking counterfeiters and money manipulators, began printing Federal Reserve Notes, a Government sanctioned bank note. This note, like the Greenback, which preceded it, was a demand note. It was redeemable for Gold, but only in Washington or at a member bank. If you lived far away, it was HIGHLY unlikely that you would redeem this paper for the precious metal.\t\n
    https://www.steemimg.com/images/2016/09/08/federal-reserve-1914.jpgw480581d2.jpg
    \t\t\nThe note itself admits that it is NOT Lawful money. Something that can be exchanged for lawful money is NOT lawful money itself.\n\t\n19 Years after the FEDs creation, in 1932, FDR, another counterfeit enabling President, also subject to the criminal penalty of death, according to the Coinage Act of 1792, demonetized gold, ending the production of gold coins, certificates and silver dollars in order to \u201cstimulate the economy.\u201d He allowed the FED to print notes that were NOT redeemable for lawful money.\n\t\nOne year later, in April of 1933, FDR issued executive order 6102 requiring all persons (under threat of $10,000 fine, up to 10 years in prison, or both) to deliver on or before May 1, 1933 their gold coins, bullion and gold certificates to the Federal Reserve in exchange for $20.67 in Federal Reserve Paper. [$10,000 = $180.000 today]\n
    http://www.zerohedge.com/sites/default/files/images/user5/imageroot/2012/08/Executive_Order_6102.jpg
    \t\t\nAfter the confiscation of gold and the criminalization of those holding it, gold was raised 60% to $35/oz. resulting in an immediate loss for those who had surrendered the precious metal.\n\t\nAmerica\u2019s leaders had stolen the Labor and TRUE wealth of her citizens and replaced it with worthless paper.\n\t\n11 Years later, in 1944, while WW2 continued to rage, 730 delegates from all 44 Allied nations gathered at Mount Washington Hotel in Bretton Woods, NH to establish rules for commercial and financial relations among the world\u2019s industrial states. Because of the economic and physical devastation inflicted on virtually every country involved in the war and because the U.S. emerged from that conflict as an economic and military powerhouse in possession of an estimated 50% of the world\u2019s known gold, the Bretton Woods agreement replaced the British Pound and established the U.S. Dollar as the world\u2019s reserve currency. This meant that international commodities were priced in DOLLARS.\n
    https://www.steemimg.com/images/2016/09/08/bretton-woods-mount-washington-hotel55d8c.jpg\t
    \nThe agreement, which gave the U.S. an incredible financial advantage, was made under the condition that those dollars would remain redeemable for gold at a consistent rate of $35/oz. But with the unrestricted, unregulated 30-year-old Federal Reserve Fox watching over the Gold-filled hen house, and its greedy fingers itching to print more notes, those nations would soon discover that entrusting your nation\u2019s wealth to a nation that had already ripped off its own citizens was a financially destructive act.\n\t\n1945 brought an end to the War, revealing two of the planets undisputed super-powers; the United States and Russia. Thus began 4 decades of sustained political and military tensions, including the ever-looming threat of mutual nuclear destruction. The Cold War had begun!\n\t\nAmerica, after Bretton Woods, entered a time of great economic recovery and prosperity. Such that, in the 18 years between 1946 and 1964 Americans were busy adding 78 million baby-booming children to the population.\n
    https://www.steemimg.com/images/2016/09/08/babyboom-8462f4.jpg
    \t\nHowever, as prosperous and financially beneficial as Bretton Woods was to Americans, it had a major flaw. There was nothing in the agreement to prevent the FED from expanding the supply of Federal Reserve Notes. Soon there wouldn\u2019t be enough gold to back all the notes in circulation.\n\t\n1964 brought the last year America\u2019s coins were struck with silver, finally physically detaching our national coinage from any link to precious metals.\n\t\nDuring the 60s and early 70s, as the Vietnam War intensified, it became clear to the countries that had entrusted the U.S. with their gold, that the FED was running budget deficits and flooding the world with paper dollars. The French, under Charles De Gaulle, became suspicious that the U.S. would be unable to honor its Bretton Woods obligations to redeem their excess dollars into gold and, as the French exchanged surplus dollars for Gold, the U.S. Treasury\u2019s gold stock declined alarmingly!\n\t\nRather than use his presidential powers to eliminate the counterfeiting bankers, return the U.S. to a sound money system and honor their Bretton Woods agreement, Nixon chose a different course on Aug. 15th 1971, [Nixon\u2019s address]\n
    \n\u201cDefend the dollar against the speculators,\u201d sounds similar to the 1907 \u201cbreak the grip of the money trust,\u201d mantra that lead to the creation and scourge of the Federal Reserve. Nixon\u2019s decree closed the gold window, unilaterally ending the Bretton Woods agreement, and robbing EVERY nation that trusted us!\n\t\nAs a seemingly unrelated side note, the details of which rest beyond the scope of this video, Nixon, 59 days prior to this announcement of Global Theft, officially initiated the War on Drugs. This effectively gave rise to national crime, empowered drug cartels and, as the Iran/Contra scandal would later reveal, created a government monopoly and financial windfall through covert, governmentally controlled, drug trafficking and sales.\n
    https://www.steemimg.com/images/2016/09/08/40-years-of-the-war-on-drugs_worst-results1dc03.jpg
    \t\nIn 1973 Nixon struck a deal with King Faisal of Saudi Arabia to ONLY accept U.S. Dollars as payment for oil and to invest any excess profits in U.S. Treasury bonds, notes and bills. Military protection of Saudi Oil fields would, in return, be supplied by the U.S. By 1975 the same offer was extended to EVERY member of OPEC, who also agreed to ONLY sell their oil in U.S. Dollars.\n\tThis detachment of the U.S. Dollar from Gold and its connection to foreign oil FORCED EVERY importing nation in the world to start maintaining a constant supply of Federal Reserve Paper. In order to obtain that paper, they would have to send real physical goods to America.\nEvery nation NEEDS a robust economy in order to survive, and since you can\u2019t get oil unless you purchase dollars, the powers-that-be, who run the U.S. have ensured that there is a constant demand for those dollars. While the demand remains for dollars, the dollar will hold its value \u2013 even while the FED continues to print and type them into existence.\n\t\nThis is the origin of the PetroDollar System. Worthless paper went out, everything America wanted came in and the U.S. got very, very rich as a result. So the members of OPEC were kept in power by the U.S., while the exporter nations amassed great wealth and banked their dollars at the Federal Reserve in the United States. This is the PetroDollar cycle.\n
    https://www.steemimg.com/images/2016/09/08/220-Petrodollar-e1369235061479-1024x55922b71.jpg
    \t\nAfter the PetroDollar recycling system was implemented, 70% of Saudi Arabia\u2019s wealth landed in one account\u2026the Federal Reserve of N.Y. So, the U.S. kept the Saudis in power, they got rich and America had an unlimited credit card.\n\t\nHere\u2019s how it works:\nJapan needs to by oil to keep their economy moving. They make a Honda and sell it to America for dollars. They take some of those dollars and give them to OPEC. OPEC gives Japan oil for dollars because they don\u2019t accept the Yen or any other currency. OPEC, then, takes those dollars and gives them back to the U.S. at the Federal Reserve. So the Fed prints the currency and exchanges it for REAL goods from our trading partners; those countries use it to pay their oil bill and OPEC invests it back into the U.S. \u2013 PetroDollar recycling.\n\t\nAs long as oil can ONLY be purchased with dollars, and we can print them for nothing \u2013 America has its very own money tree.\n\nIn the 16 years between 1975 and 1991, the U.S. used their oil-backed currency to outspend all other nations in order to amass the most powerful weaponry and military in world history. The Soviet Union Never had a chance. With the collapse of the communist BLOC and the end of the Cold War in 1991 as well as America\u2019s emergence as the undisputed world Super Power, many believed a new era of peace and stability had begun.\n\t\nBut the powers-that-be had other ideas. Within that same year, the U.S. invaded Iraq in the 1st Gulf War, crushing the Iraqi military, destroying its infrastructure and imposing crippling sanctions which continued for the next decade (throughout H.W. Bush and Clinton\u2019s administration) resulting in the deaths of more than half a million children. Clinton\u2019s administration was fully aware of these deaths.\nThe two pillars that underpin American Supremacy are: The dollar as the World Reserve currency which is backed by the second pillar -- the awesome Might of the U.S. Military.\n\t\nIf the dollar loses its status as the world\u2019s reserve currency, there will be no more funding for the empire we\u2019ve build around the globe. And an unfunded military becomes an impotent military.\n\t\nIf that supremacy relies on other nations holding dollars for oil, then any nation which challenges that arrangement becomes the target of American discipline, through acts of war like sanctions or direct military engagement.\n\t\nIn November of 2000, Saddam Hussein, became the challenger of that arrangement by announcing that he would begin trading oil for Euros. From 2001 to the beginning of the war, Iraq exported about 3.3 billion barrels of oil. The U.S. bought 2.5 billion of those barrels\u2026but had to pay in Euros. The PetroDollar System was under threat.\n\n\t\nIt was at this time that the Bush Administration, with the help of MSM, fabricated the story of Iraq\u2019s possession of WMD\u2019s. Iraq was quickly placed on the list of \u201caxis of evil\u201d nations. [Bush video]\n\n\t\nIs it a mere coincidence that less than 10 months after a direct assault on the PetroDollar Arrangement that this happened [911 compilation video]\n
    https://www.steemimg.com/images/2016/09/08/timthumb.phpsrchttp3A2F2Fwww.veteranstoday.com2Fwp-content2Fuploads2F20162F042F13930618000816_PhotoI.jpgq90w795h470zc122e73.jpg
    \t\nThe horrible tragedy of that day was used as a catalyst to strip American of their freedoms, further expand the military budget and invade Iraq. Once the U.S. had control in Iraq, oil sales were immediately switched back to the dollar, costing the Iraqis 17% of their profits due to the Euro\u2019s higher value. \n\t\nThis pattern of PetroDollar protection was replayed when, in Libya, Gahdafi was in the process of organizing a block of African countries to create a gold-based currency called the Dinar, with the intent of replacing the dollar in that region. In 2011, U.S. and NATO forces destabilized and toppled the Libyan government, executing Gaddafi in the process and immediately set up the Libyan Central Bank.\n\t\nThose who control the U.S. understand that even if a few countries begin to sell their oil in another currency, it will set up a chain reaction and the dollar will collapse. They understand that there is nothing else holding up the value of the dollar at this point, and so does the rest of the world. And it is the brute force of the U.S. military that is deployed to crush each and every resistant state in the Middle East and Africa.\n\t\nChina and Russia have made it clear that they will not tolerate an attack on Iran or Syria. If Iran, their key oil-producing ally, falls \u2013 they will be unable to escape the dollar without setting off a global conflict. And since it is America who has chosen to rob other nations with their PetroDollar scheme, at whom do you think other nations will be angry for burdening them with so much forced debt?\n
    https://www.steemimg.com/images/2016/09/08/petrodollar653ff.jpg
    \t\nThe dollars in your pocket, represent the labor at which you worked in order to obtain them. But those dollars are debt, generated by a war-mongering cabal of elite international banking criminals who have managed to pull off the greatest heist in human history.\n\t\nWe are all in this together. We have been enslaved and it is up to us to work on creating solutions to free ourselves from the taskmasters who have fashioned our chains.\n\n-----\nI'm Brian, the owner and creator of the YouTube Channel [HighImpactFlix](https://www.youtube.com/channel/UC7KZFVVnKjiCzkxWD-Qrakg) and the HighImpactFlix [Facebook page](https://www.facebook.com/HighImpactFlix/?fref=ts). My aim is to create useful, relevant, exciting and engaging content that will inform and **IMPACT** those who take the time to view it. Bottom line: I strive to make it worth your while to check out my videos!\n
    https://www.steemimg.com/images/2016/09/01/HIFFacebookcoverreal3bccb9e.png
    \nThanks for watching/reading. If you enjoyed this or, if it impacted you in any positive way, consider sharing and commenting. And, if you want, Upvote and [![alt text](https://img1.steemit.com/0x0/http://i.imgsafe.org/dd8bd8753d.gif)](https://steemit.com/@highimpactflix)
    It's MUCH appreciated! Revenue generated goes back into creating even more \"in-your-face\" content. Peace!", @@ -332,7 +332,7 @@ ], "author": "lecrazycanuckeh", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 42.02, "beneficiaries": [], "blacklists": [], "body": "Hey guys just another short video where I share my point of view.\n\nAs the title states this one is about the petrodollar where I do my best to explain the reasons of my beliefs as a laymen. If I can get it, surely you can too!\n\nAs always sharing thoughts is encouraged :)\nhttps://youtu.be/3A7Bz76xfN8\nLots of great documentaries out there, hope it helped to spark an interest. Cheers", @@ -421,7 +421,7 @@ ], "author": "highimpactflix", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 59.9, "beneficiaries": [], "blacklists": [], "body": "When I first created and launched this video (actually it was a series of 2 videos; Parts 1 &2) on YouTube a little over 2 years ago, it received over 2.5 million hits in a few short months and had _**TENS of THOUSANDS**_ of likes and few dislikes. Then, without warning and without explanation, YT demonetized it and finally REMOVED it. To this day, no reason was given. By every indication it was headed for the viral stratosphere!\n
    http://i68.tinypic.com/2emzr4y.jpg
    \nCensorship, by the way, is one of the main reasons I'm here on Steemit. \n\nI HATE this YouTube message!\n
    http://i65.tinypic.com/2wme4xj.jpg
    \n\nI have since repackaged and renamed the video series. Additionally, I've combined both videos into one action-packed, information-infused short film on the birth of our monetary system; tracing it's roots from the sound money of Gold and Silver \n
    http://i63.tinypic.com/o91tao.gif
    \n to the inception of the non-federal, treasonous Federal Reserve, \n
    http://i66.tinypic.com/d4lnd.jpg
    \nto the Bretton Woods accord, \n
    http://i63.tinypic.com/157n1up.jpg
    \nNixon's closing of the gold window (\"happy\" anniversary on that one BTW),\n
    http://i65.tinypic.com/2u7m7x3.jpg
    \nall the way through to the birth of the Petrodollar and the reason we're even in the Middle east. \n
    http://i63.tinypic.com/3a61.jpg
    \n\nAs Bastiat wrote, \"The state is that great fiction, by which everyone seeks to live at the expense of everyone else.\" And what a GREAT FICTION it is!! Enjoy the video!\n
    \n\n\n____\nI'm Brian Young, owner of the HighImpactFlix YouTube channel. https://www.youtube.com/channel/UC7KZFVVnKjiCzkxWD-Qrakg \n
    http://i67.tinypic.com/v7ckur.png
    \nFeel free to follow me on Facebook: https://www.facebook.com/HighImpactFlix/\nInstagram @HighImpactFlix\nTwitter @HighImpactFlix\n\nCHEERS!!", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending.pat.json index 125d333c..1f52d096 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending.pat.json @@ -1552,7 +1552,7 @@ ], "author": "dollarvigilante", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 68.46, "beneficiaries": [], "blacklists": [], "body": "
    https://dollarvigilante.com/wp-content/uploads/2016/09/crisisinbound-676x374.jpg
    \n\nIn past issues, we\u2019ve documented increasingly concerned billionaires warning of dangerous economic times. Many have favored gold as an alternative allocation in a world where $13 trillion-worth of debt is negative yielding, interest rates are artificially suppressed and we\u2019re on the brink of major wars.\n\nThe newest addition to this gold-loving billionaire's club, is none other than hedge-fund manager Paul Singer. At CNBC\u2019s Delivering Alpha Investors Conference this week, the founder of the $27-billion Elliott Management Fund, the 17th largest hedge fund in the world, mentioned that at current prices gold is \u201cundervalued\u201d and \u201cunderrepresented in many portfolios as the only ... store of value that has stood the test of time.\u201d\n\nSinger, along with numerous other hedge-fund managers, has been increasingly outspoken in his criticism of the Federal Reserve and other central banks for creating dangers in the market unlike any in what he terms the \u201c5,000 year-ish\u201d history of finance. Singer noted that \u201cit's a very dangerous time in the global economy and global financial markets.\"\n\nThis quote is frighteningly similar to the response given by Donald Trump on Fox Business not long ago when he was asked if he had money in the market. He answered, \u201cI did, but I got out,\u201d and then went on to say that he expected \u201cvery scary scenarios\u201d for investors.\n\nSinger also stated that he thinks owning medium- to long-term first world debt is a \u201creally bad idea\u201d... and then proceeded to tell listeners to sell their 30-year bonds.\n\nEarlier in the conference, prior to Singer, Ray Dalio who is the manager of the largest hedge fund in the world, Bridgewater Capital, was also vocal about the diminishing returns provided by government debt held by central banks. \u201cThere\u2019s only so much you can squeeze out of the debt cycle,\" he said. He went on to say that central banks are at a point now where their ability to stimulate is limited.\n\nSeated next to Dalio was Former Treasury secretary Timothy Geithner who voiced concern about limited \u201ctools in the keynesian arsenal,\u201d that probably wouldn\u2019t be enough to offset the next recession.\n\nGeithner obviously believes that a recession is on the way. Dalio and Singer are trying to convey the same message. A massive crunch is looming.\n\nWe agree with them, although we believe Geithner was sugarcoating what\u2019s to come.\n\nAfter all, we are on the precipice of a crash of biblical proportions according to the former chief economist of the Bank for International Settlements, William White.\n\nWe have mentioned his quote numerous time here at TDV but feel it\u2019s important to reiterate because of its magnitude: \u201cThe only question is whether we are able to look reality in the eye and face what is coming in an orderly fashion, or whether it will be disorderly. Debt jubilees have been going on for 5,000 years, as far back as the Sumerians.\u201d\n\nAs the Fed considers its second rate hike in 10 years, Singer condemned policy-makers for acting with \u201camazing arrogance\u201d when he and others had warned of a mortgage crisis prior to 2008.\n\nWhat he and those who agreed with his stance don\u2019t know, or at least won\u2019t state publicly, is that these shoddy central bank policies are detrimental by design. In other words, their sole purpose is to destabilize the world economy.\n\nThis deliberate market sabotage is necessary for the transference of power from the more developed nations to less developed ones. Ultimately, the idea is to eliminate smaller regional and national central banks. Once things get bad enough, these smaller banks will be blamed for provoking a given crisis. And, secondarily, the end goal is to blow up the entire system in order to bring in the one world government and central bank.\n\nThe elites have used the same tactics time and time again throughout history. First, they create the problem, then there is a reaction, and then finally they come swooping in to \u201cvaliantly save\u201d the day. It's happened numerous times before.\n
    https://dollarvigilante.com/wp-content/uploads/2016/09/1998_Time-MagCover_Greenspan-committe-save-world-The-Dollar-Vigilante.png
    \nAnd it will soon happen again.\n\nOf course, the globalists have demonstrated that every intervention only makes situations worse.\n\nWe reported on the blatant thievery going on at Wells Fargo in our last article and noted how the elites were probably laughing hysterically at what they\u2019re able to get away with. They were even able to convince many younger American voters that \u201cdemocratic socialism\u201d would be their savior, as seen by the significant, youthful support for Bernie Slanders. Debt and currency crises have already started to materialize, as we\u2019ve seen in the socialist utopia that is Venezuela. If this is any indication of what\u2019s to come, the future is looking awfully gloomy.\n\nAs Singer and others including Dalio have mentioned before, the most tried and true measure of wealth and value is gold.\n\nAt TDV we provide unique Austrian-economics based analysis from the anarcho-capitalist pespective of the state of the world\u2019s economy, as well as suggestions on how to protect your assets in these tempestuous and unprecedented times.\n\nJacob Rothschild, a member of the family partly responsible for the creation of all this chaos, even said himself that we are in \u201cuncharted waters\u201d and that it\u2019s \u201cimpossible to predict the unintended consequences of very low interest rates.\u201d\n\nWe have a pretty good idea of what the consequences will be and we\u2019re taking action to protect ourselves and even profit from them. Rothschild seems to know the consequences, as well, as he has been buying up gold and selling the stock market and the US dollar.\n\nYou can survive and profit from the orchestrated collapse too. Subscribe to TDV\u2019s newsletter here to receive constantly updated information on how to protect your family and friends.\n\nIn the end, it is getting truly bizarre just how many billionaires, central bankers and others of note are all warning of the coming collapse. We\u2019d almost begun to worry that they were going to pull a switch-a-roo on us, but if you asked the great majority of investors and financial analysts, they\u2019ll tell you that they see nothing but smooth sailing ahead.\n\nSo, while many are warning, many are hearing, but not listening. The bible said something about that, I believe.\n
    https://img1.steemit.com/0x0/https://www.dollarvigilante.com/wp-content/uploads/2016/08/Jeff-Berwick-The-Dollar-Vigilante-Steemit-Bio-1024x221.jpg
    ", @@ -2876,7 +2876,7 @@ ], "author": "curie", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 61.56, "beneficiaries": [], "blacklists": [], "body": "\n

    \n

    One Month of Project Curie

    \n

    This will be special update from Project Curie. One month ago, Project Curie began with humble beginnings. It has been an exhilarating experience for the team and we are delighted to share our progress with the Steemit community. To know more about Project Curie, do check out our initial announcement.


    \n

    Project Curie wishes to thank @pharesim, @val, @silversteem and @clayop along with @nextgencrypto and @berniesanders for helping us reward more deserving posts

    \n

    When a group of Steemit writers got together to form Project Curie, we thought that if we pooled our own votes on some posts, we could help reward some emerging and undiscovered authors who were posting great original material. 

    \n

    $5 later, it was clear our combined votes wouldn\u2019t make a huge difference.

    \n

    Fortunately, we were able to form a partnership with @nextgencrypto who was generous enough to donate some voting power to help reward deserving posters who were not yet established. @berniesanders then joined to help. With their support, Project Curie became a reality. 

    \n

    Today, we announce that @val, @pharesim, @silversteem and @clayop also have donated additional voting power to help Project Curie reach a greater number of original content posts from undiscovered and deserving authors. Please join us in thanking them. And please do not send your posts directly to any of these individuals; Project Curie is curating the posts and you are welcome to submit any good ones you find to the #curie channel on Steemit.chat.


    \n\n

    Proyecto Cervantes

    \n

    Project Curie is excited to announce a new branch of curation created to support Spanish authors on Steemit. The branch is called \u201cProyecto Cervantes\u201d and it\u2019s main curators are @gargon and @pgarcgo. The goal is to find and reward Spanish or bilingual (Spanish and English) posts on Steemit in order to foster a more diverse community. @gargon and @pgarcgo will be creating a compilation post for every 10 posts that they curate in order to provide transparency as to which posts are being rewarded. The hope is also to provide the original authors more exposure. You can find their first compilation posts here and here. Two members of Project Curie are Spanish speakers ( @anwenbaumeister and @the-alien), and they provide a second line of curation and review for these posts. So, if you are a Spanish speaker, we encourage you to begin writing bilingual posts in order to create a bridge between the two languages and communities!

    \n\n
    \n\n

    Statistics from Month #1

    \n

    Total posts curated: 2055
    \n
    Unique authors rewarded: 763
    \n
    Total rewards generated for authors: SBD 158,151
    \n
    Mean reward generated per post: SBD 77
    \n
    Median reward generated per post: SBD 40  

    \n

    \n

    Since we began tracking on 18th August, we have consistently voted on an average of over 75 posts per day. The trajectory is clearly heading up, and in the last week we have been averaging nearly 100 posts. 

    \n

    Authors

    \n

    The Top 10 Authors by number of posts curated were -

    \n
      \n
    • @kimal73   
    • \n
    • @herverisson   
    • \n
    • @cristi   
    • \n
    • @lukeofkondor   
    • \n
    • @papa-pepper   
    • \n
    • @cryptos   
    • \n
    • @mariandavp   
    • \n
    • @stephmckenzie   
    • \n
    • @eveningstar92   
    • \n
    • @prufarchy    
    • \n
    \n

    Top Authors by payouts includes @alexbeyman, @kaylinart, @brianphobos, @jamielefay, @omfedor, @stephmckenzie, @ionescur, @aboundlessworld and @anotherjoe. Many of those names are pretty familiar today, but less than a month ago, they were new authors struggling for exposure.

    \n

    Tags/Topics

    \n

    The most used tag was \"life\", but that pretty much includes everything!

    \n

    \n

    The most popular topics were \"art\" (549) and \"photography\" (418). \"Story\" and \"writing\" were pretty close, tagged on around 370 posts each, though we suspect these two tags are often repeated. \"Travel\" and \"science\" also make an appearance. Looking forward, we intend to focus more on original science and technology related posts, and other unique / niche topics. 

    \n

    #curie

    \n

    Following our announcement on September 2nd, the #curie channel has been a remarkable success. Currently we have 218 users in the room, 44 of whom have curated content from other authors. We have upvoted 105 posts submitted in #curie, and paid out SBD 525 to curators. 

    \n

    Top curators from #curie were -

    \n
      \n
    • @pfunk
    • \n
    • @kental
    • \n
    • @jamtaylor
    • \n
    • @deviedev
    • \n
    • @royaltiffany
    • \n
    \n

    Join us on #curie at Steemit.chat and keep the submissions coming! 


    \n

    Thanks

    \n

    Last, but not least, we wish to thank - 

    \n

    @knozaki2015, @shaka, @razvanelulmarin, @greenwayoflife, @jasonstaggers for their generous donations.
    \n@royaltiffany for moderating #curie and creating the noble TheButler bot. :)
    \n@firepower for setting up the #curie room.
    \n
    \nAnd of course, everyone voting on and commenting on posts we curate!


    \n

    Onward to Month #2! 

    \n

    We are working to increase our reach and rewards for authors, courtesy of extended whale support. We are also setting up @curie as a universal voter for all posts we curate. This way, you can choose to mirror our votes to support the authors. Look out for an announcement regarding this in our Daily Curation List posts. From next week, every Monday we'll have a Weekly Roundup with statistics, similar to this post.

    \n

    We are always open to feedback, and would love to know how you feel we could do better in Month #2!

    \n", @@ -3960,7 +3960,7 @@ ], "author": "gavvet", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 72.8, "beneficiaries": [], "blacklists": [], "body": "@herpetologyguy\n\nOne of my many tasks as a zoo keeper is connecting people to animals. \n-\n\n\n\n

    The museum I work at is unique because we showcase animals that are native to Virginia -- meaning that these are animals people will find close to home, rather than across the ocean in some distant country. This makes my job more crucial in that I am responsible for educating people about the reptiles and amphibians that they will find in their own backyards. And obviously, there\u2019s one group of reptiles that gives people more pause than almost any other animal . . . . 

    \n

    Snakes. 

    \n

    http://www.sciencemag.org/sites/default/files/styles/article_main_large/public/images/snake_0.jpg?itok=rxQ1zXVj   Picture Credit

    \n

    I do public programs featuring snakes quite frequently.  I believe people should know how to identify local venomous/non-venomous snakes, their role in the environment and how to deal with them when they are in close proximity to our homes.  Usually, I get eager audiences asking great questions.  But, every now and then, I get some idiot who tells me, \u201cI saw that same snake in my backyard! I chopped off its head with a shovel!\u201d

    \n

    Are they an idiot for killing the snake?  Not necessarily . . . I don\u2019t know the situation behind the encounter. But, only an idiot would walk into a wildlife facility, approach a zoo keeper and proudly declare that they kill the very same animals that the keeper is charged with the care for.  Would you walk into an animal shelter and tell someone working there that you enjoy stomping on puppies?  To us, there\u2019s not much difference\u2026 

    \n

    http://proactivepestga.com/wp-content/uploads/2014/11/killthesnake.png   Picture Credit\n

    \n

    The best we can do in these situations is to try to educate people. This can be difficult because so many people are set in their ways -- plus we have to combat an instinctive fear and prejudice against snakes.  So, I\u2019m going to briefly lay it all out for you and tell you \"Why you shouldn\u2019t kill that snake in your yard.\" 

    \n

    http://blogs.discovermagazine.com/science-sushi/files/2016/04/hognose_2-1024x683.jpg   Picture Credit

    \n

    1.  It\u2019s ILLEGAL in most states to kill a wild snake, unless that snake presents an IMMEDIATE threat.  And no, a snake crawling through your yard does not represent a good enough excuse to use force.  We\u2019re talking about a situation where a venomous snake is about to strike and you have no escape route but to fight your way out.  And guess what, that really doesn\u2019t ever happen (barring instances where someone purposefully provokes an animal).  Wildlife and law enforcement agencies are cracking down on people killing snakes, so it\u2019s better to keep yourself out of trouble. 

    \n

    http://www.mylakelandnow.com/wp-content/uploads/2016/02/arrest-handcuffs-male.jpg   Picture Credit

    \n

    2.  You are putting yourself in harm\u2019s way.  The vast majority of snake bites occur when people attempt to capture or kill snakes.  If left alone, the snake CANNOT hurt you.  Call wildlife services or trained professionals to remove the animal. 

    \n

    http://www.snakegetters.com/demo/bud-cotton-gg.jpg   Picture Credit

    \n

    3.  It\u2019s an incredibly beneficial animal, and you\u2019d be foolish to kill it.  Small snakes eat a huge variety of pest insects that destroy gardens, while large snakes typically feed on rats and other rodents that infest our homes.  If you see a large snake hanging around, you have a rodent problem; snakes will not hang around if there is no food source.  To keep snakes from being attracted to your property, do your best to remove any shelter or food sources that would attract rodents.  Some snakes even eat other snakes, and species like the harmless king snake will even feed on venomous species! 

    \n

    https://i.ytimg.com/vi/ImOj1CKTBqE/maxresdefault.jpg   Picture Credit

    \n

    4.  Another snake might show up.  Snakes will not typically inhabit the same area in order to avoid competition.  If you kill that harmless rat snake, but you still have a food source nearby, another snake may move in to make use of that source.  The new snake may be another harmless species or something a bit less desirable.  So why not let that harmless snake take care of the infestation for you?

    \n

    http://phenomena.nationalgeographic.com/files/2014/09/Smooth-snake-660x405.jpg   Picture Credit

    \n

    Having a snake around can be hugely beneficial to you.  It is a free, environmentally-safe form of pest control.  Snakes, including venomous species, are non-aggressive animals (unless you provoke them) that will actively do their best to AVOID people.  A resident snake will often go unnoticed by homeowners, and most encounters are fleeting glimpses of the snake making a hasty escape.  Remember that snakes have their own unique role in the environment, and regardless of our own fears and feelings towards them, they are a necessary part of life. 

    \n

       http://westernmassnaturalist.org/_Media/ratsnake-face-1_med_hr-2.jpeg   Picture Credit

    \n\n\nif you liked this also please check out:\nhttps://steemit.com/science/@herpetologyguy/what-are-herptiles-indentifying-reptiles-vs-amphibians\n\n\n***don't forget to follow @herpetologyguy***", @@ -4951,7 +4951,7 @@ ], "author": "serejandmyself", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.84, "beneficiaries": [], "blacklists": [], "body": "#### Hey guys, welcome to the first chapter of my new novel.\n#### It is a mixture of 3 time lines, with 19th century, modern day and ancient times. The genre is probably something you would call a mixture of sci-fi, mystery, adventure and a bit more. \n#### Well, I welcome you to be the judge...\n\n

    [![b801c049484636e0faf71f56cca03864c0bd6.jpg](https://www.steemimg.com/images/2016/09/15/b801c049484636e0faf71f56cca03864c0bd6.jpg)](https://www.steemimg.com/image/1wrYT)

    \n\n__________________________________\n\n**Chapter ONE**\n\nIt seemed as nothing was different in yet another cold and slightly windy London evening. The smog from the river was rising up as usual and the chilly wind would bring the smell up to the embankment, where Charles was taking a rest, sitting down on his favorite bench. \n\nFrom here he could see the might of the power station from across the river and something was special in the way those chimneys threw out the smoke onto the city. \n\nHe just finished his walk along his usual route, walking amongst the cemetery outside the chapel. It always amused him; that mix of emotion and sorrow amongst the busy city people, especially during the busy afternoon hours.\n\nThat rusty smell kept mixing with up with the light freshness of the leaves from the tree nearby Charles\u2019s bench. As he threw a brief glimpse onto the clock on the parliament building he noticed that the small arrow was on 45 minutes\u2026 \n\nSuddenly he heard a murmur of horses; he turned his head before he could finish realizing what time it was. He saw that just a few yards up the road two horse carriages didn\u2019t manage to share the drive way. \n\n
    [![Saratogacarriagec5af5.jpg](https://www.steemimg.com/images/2016/09/15/Saratogacarriagec5af5.jpg)](https://www.steemimg.com/image/1w1bI)
    \n\nOne of the coachmen was shouting something and angrily waving his hands. Charles was able to see from here that the coachmen\u2019s grey clothing was partially covered in dirt, probably from the splash of the puddles from underneath the wheels. \n\nThe coachmen kept shouting something, Charles was unable to see the second carriage from where he was sitting, but was able to see some passersby, that starting to gather around the incident.\n\nIt was obvious that, just like him, those people had nothing better to do on this late afternoon then to watch in amusement the accident in the middle of the avenue.\n\nJust as Charles was starting to lose interest in the whole situation, the door of the cab that Charles could see, opened and a man dressed in a black suit and holding a pipe stepped out. He calmly put his hand in the upper inner pocket of the suit and pulled out some coins. The man made two steps up to driver and handed him the coins. At this moment the driver stopped shouting for a moment and it was clear from the look on his face that he was confused. \n\nThe cab driver counted the coins and said something to the man in the suit, the passenger didn\u2019t answer. He turned around and started to walk in the direction of the chapel. The cab driver clearly wasn\u2019t happy. He started to shout once again, but this time at the passenger. While the cab driver turned his attention to the passenger, Charles noticed how the second carriage that was involved in the accident managed to move a few yards back.\n\nIt was a much smaller carriage, and the driver was clearly seeable to Charles now. He seemed somewhat happy that he was not in the middle of the light anymore; he hurryingly turned the carriage and the horse around and started to move also in the direction of the chapel. \n\nAt this moment the driver of the first carriage started to lose interest in shouting and decided to clean himself up. As he started to calm down, the bemused passersby begun to walk back to where they were heading and Charles also turned his head back towards the power station.\n\nCharles was so busy watching the situation unfold that he didn\u2019t noticed that the passenger of the first carriage crossed the road and was now heading not towards the chapel anymore, but exactly in the other direction, towards the grey bench that Charles was sitting on.\n\nAt first Charles didn\u2019t pay any attention to just another man who was walking by. But then he noticed that calm walk of his and it hit him that this was the same passenger from the carriage.\n\n\u201cExcuse me sir?\u201d said Charles as the man closed up to the bench. \u201cYou are the gentleman from the carriage, aren\u2019t you?\u201d \u201cI saw you a minute ago, what happened?\u201d\n\nThe man stopped to walk and shared a look with Charles; he calmly sat down beside him and carried on smoking his pipe, as he was not hearing the questions Charles asked him. \n\n\u201cI do apologies for the intervention, but you must not be local, I can tell by your calmness, all the folks round here are always in a hurry\u201d Charles carried on talking as if not noticing that the man was ignoring him. \n\nAll of a sudden the weather begun to change, wind started to blow stronger and the few leaves that the tree was holding blew in the direction of the bench. The smell from the river rose up and as if that wasn\u2019t enough Charles felt like a small rain drop hit his head. He could clearly see the green water from where he was sitting through the decorations holes of the embankments fence. It was clear that it will start to rain soon by the appearing circles on the top of the river.\n\nAfter a few minutes of quietly seating by his new neighbor Charles caught himself looking at the clock on the tower, once again he saw the small arrow on 45 minutes\u2026\n\n\u201cAnd what do we pay the government for?\u201d \u201cIt would feel though they are taking our money and spend it on their fancy hats and suits, don\u2019t you find?\u201d Said Charles.\n\nAt this point the man took out the pipe into his left hand and begun to cough. After he finished coughing Charles heard him speak, at this point Charles understood that for some reason he would remember this moment for a long time to come. \n\n\u201cIt is likely to assume that they deserve to spend the money they earn\u201d Said the man, his voice was quite low and he had a certain accent Charles could quite catch.\n\n\u201cI don\u2019t think that money is of importance nowadays\u201d Said the man.\n\nCharles looked at the man with a smile - \u201cWhat is of importance? One might assume that philosophically speaking, importance can be found in nothing but what is good to us\u201d.\n\n\u201cNo body knows what can be important to others if we carry on like this, then\u2026\u201d Charles didn\u2019t finish his sentence as the man turned away from him and looked the other way. He then turned his head back and Charles noticed his eyes. His eyes were nothing like what Charles had seen before, they looked as though they were glass like and the as if they were blank, there was nothing behind them.\n\n\u201cWhat is important is that I am here now and that it is happening today. It is important to live your life because, just like your life Charles, it has an end\u201d, the man looked somewhat happy when he said that and Charles jumped back on the bench a little, he felt a small shiver run down his spine.\n\n\u201cWhat? How do you know my name sir? Have you been following me?\u201d questions were racing through Charles\u2019s mind. \n\n\u201cAs I said, this is now of importance. You life can find its end today when you get back to your gallery in your cold basement on Kinnerton street or you might listen to me and\u2026\u201d Charles didn\u2019t let the man finish his sentence. He jumped up from the bench; his cane flew within millimeters of the stranger leg as he jumped.\n\n\u201cHow dare you sir? Who gives you the right\u2026\u201d Charles raised his voice, he never allowed himself to raise his voice at a stranger beforehand.\n\n\u201cI think this conversation is over!\u201d exclaimed Charles. \u201cThat would be your choice\u201d replied the man, \u201cDo you think the time is right?\u201d \n\nCharles had already turned away in anger and was about to make his first step away. Something in the words of the man about the time made him think for a second, thoughts raced through his mind. The number 45 and the small arrow of the parliament clock were stuck in his head. \n\n\u201cI don\u2019t understand said Charles\u2026\u201d he turned his head back towards the clock; the arrow was still on 45 minutes. \u201cHow is that possible?\u201d Charles turned his head to the man, but there was no one on the bench. \n\nCharles begun to search the street rapidly with his eyes, it didn\u2019t even occur to him that it was heavily raining until that moment. \n\n
    [![tumblr_mkbyo2aby01s0rai7o1_50004ba9.gif](https://www.steemimg.com/images/2016/09/15/tumblr_mkbyo2aby01s0rai7o1_50004ba9.gif)](https://www.steemimg.com/image/1w5tK)
    \n\nThe streets were empty; there were no carriages or people to be seen around. Feeling scared he turned his head to the clock once again \u2013 \u201cHow can it still be 45 minutes...\u201d Charles was speaking out loud.\n\nThe next moment he felt like his knees weakened, his head was swirling and he dropped his cane, last thing he could hear was the clinging the of the cane\u2019s handle against the pavement. His thoughts mixed up with his eyesight; the man and his pipe, the handle of the clock, the carriage, the passersby, the power stations smoke\u2026\n \n_________________________________\n\n#### Follow me @serejandmyself for more \n\nImage credit - [1](https://ru.pinterest.com/spookynerd/i-m-a-surrealism-chick/) ; [2](https://giphy.com/search/carriage) ; [3](http://www.ibsrt.com/imglist/horse-and-carriage-id-48037-p-1.html) ;", @@ -6555,7 +6555,7 @@ ], "author": "cass", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 69.25, "beneficiaries": [], "blacklists": [], "body": "![b99cea99b79d334be4815a56a64ff4f1.png](https://www.steemimg.com/images/2016/09/14/b99cea99b79d334be4815a56a64ff4f1.png)\n\n---\n\nI want to follow up on @roelandp announcement post about the steemfest.com at November 11/12/13.\n\nSome of u have noticed i'm assisting him on the preparation for the Steemfest Event in November.\nI did meet @roelandp in Amsterdam last week and was directly impressed by his passion and energy.\nSo i decided to FULL support him towards the Nov11.\n\n\n### All gotten SBD rewards will contributed towards @steemfest project \n\nSo u will have a better possibility to get a preview on how the posters will look later on \"LIVE\".\nHere we go, i was trying to make a nice small mockup collection to this cause.\n\nENJOY\n[![3a7db045b911ea8785a1e9c37c7e75a7.jpg](https://www.steemimg.com/images/2016/09/14/3a7db045b911ea8785a1e9c37c7e75a7.jpg)](https://www.steemimg.com/image/1SL5m)\n\n[![9a8268f34903dbcf5fbe06559ce7bfc6.png](https://www.steemimg.com/images/2016/09/14/9a8268f34903dbcf5fbe06559ce7bfc6.png)](https://www.steemimg.com/image/1V8e6)\n[![8f8de740d802a0bf228bd833657b1f26.jpg](https://www.steemimg.com/images/2016/09/14/8f8de740d802a0bf228bd833657b1f26.jpg)](https://www.steemimg.com/image/1SnTu)\n[![a317ccbeec3112a5d60f6f2afdf8255a.jpg](https://www.steemimg.com/images/2016/09/14/a317ccbeec3112a5d60f6f2afdf8255a.jpg)](https://www.steemimg.com/image/1SPji)\n[![bd3b5b4c18cda4d063cabc03443cb6a8.jpg](https://www.steemimg.com/images/2016/09/14/bd3b5b4c18cda4d063cabc03443cb6a8.jpg)](https://www.steemimg.com/image/1SCWB)\n[![4d16cb792150dbd9c7cca2e9eea45f9d.jpg](https://www.steemimg.com/images/2016/09/14/4d16cb792150dbd9c7cca2e9eea45f9d.jpg)](https://www.steemimg.com/image/1S62K)\n[![25943765543ef057543db7f2d5b65e28.jpg](https://www.steemimg.com/images/2016/09/14/25943765543ef057543db7f2d5b65e28.jpg)](https://www.steemimg.com/image/1SwCI)\n[![a1d1fc9af366abae551a9b443ac0441f.jpg](https://www.steemimg.com/images/2016/09/14/a1d1fc9af366abae551a9b443ac0441f.jpg)](https://www.steemimg.com/image/1Sq3h)", @@ -7351,7 +7351,7 @@ ], "author": "curie", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 61.56, "beneficiaries": [], "blacklists": [], "body": "
    https://s11.postimg.org/jr2x6jjgj/Gallery_Cornelis_Van_Der_Geestd3286.jpg
    \n\n## Introduction\n[Project Curie](https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors) is a community project run by several Steemit authors. Its mission is to help reward content creators who are posting great original content, yet who have not yet become established. In the short time since Curie began, our writers group has partnered with @nextgencrypto and other whale accounts to bring rewards to these deserving authors. *Writers, artists, chefs, photographers, videographers, and many others have been recognized by these rewards.*\n\nEach day, the members of our Project will publish this list of the posts that Project Curie has chosen to reward recently. We hope that this list will provide more positive exposure to the authors we have selected. Also, it is an effort for us to be more transparent about which posts are being rewarded. We hope that you will consider following not only this @curie account, but also many of the authors whose work is featured here each day. **Please consider adding your comments on these posts also!**\n\nProject Curie's daily curation lists will now be called \"The Daily Curie\". We hope you like the name! Future editions of The Daily Curie will [feature our new logo](https://steemit.com/curie/@kevinwong/logo-contest-for-project-curie-contest-process-and-winners-announcement). For the latest on Project Curie, do check out our [Month #1 update](https://steemit.com/curie/@curie/special-edition-major-updates-and-project-curie-month-1-roundup-12-august-11-september-2016). \n\n----------------------\n\n## Today's Brief Analysis\n\nToday's list polls all posts curated between 17:00 14/09 UTC and 17:00 15/09 UTC. Project Curie voted on a total of **103 posts** by 99 unique authors. **SBD 3,832** has been generated for authors thus far, at an average of SBD 37 per post. \n\n----------------------\n| Author | Post | Payout |\n| --------- | ---------- | --------- |\n| [@faddat](https://steemit.com/@faddat) | [[SYSTEMS GEEK SERIES] Roll your own Docker Platform: Faster and cheaper than the cloud, more rebellious than legal weed!](https://steemit.com/beyondbitcoin/@faddat/roll-your-own-docker-platform-faster-and-cheaper-than-the-cloud-more-rebellious-than-legal-weed) | 616.681 SBD |\n| [@rampant](https://steemit.com/@rampant) | [Steemit Daily Drawing Tutorial - Gesture drawings (plus tool)](https://steemit.com/art/@rampant/steemit-daily-drawing-tutorial-gesture-drawings-plus-tool) | 215.310 SBD |\n| [@shenanigator](https://steemit.com/@shenanigator) | [Doing the Right Thing Will Get You Fired. What Do You Do?](https://steemit.com/economics/@shenanigator/doing-the-right-thing-will-get-you-fired-what-do-you-do) | 205.664 SBD |\n| [@penguinpablo](https://steemit.com/@penguinpablo) | [How to Carve an Apple Leaf](https://steemit.com/food/@penguinpablo/how-to-carve-an-apple-leaf) | 196.419 SBD |\n| [@nathanjtaylor](https://steemit.com/@nathanjtaylor) | [Fire And Grace Art Painting And Poetry](https://steemit.com/art/@nathanjtaylor/fire-and-grace-or-art-painting-and-poetry) | 189.043 SBD |\n| [@lily-da-vine](https://steemit.com/@lily-da-vine) | [Going Bananas in Acapulco](https://steemit.com/gardening/@lily-da-vine/going-bananas-in-acapulco) | 158.416 SBD |\n| [@budgetbucketlist](https://steemit.com/@budgetbucketlist) | [A 1-week plunge into Mexico City's madness! Art adventures, Frida-seeking and unfiltered exhaust fumes...](https://steemit.com/travel/@budgetbucketlist/a-1-week-plunge-into-mexico-city-s-madness-art-adventures-frida-seeking-and-unfiltered-exhaust-fumes) | 151.033 SBD |\n| [@benjiberigan](https://steemit.com/@benjiberigan) | [Anarchist Architecture, part 5: The cruelty of architectural codes and regulations.](https://steemit.com/architecture/@benjiberigan/anarchist-architecture-part-5-the-cruelty-of-architectural-codes-and-regulations) | 132.427 SBD |\n| [@ausbitbank](https://steemit.com/@ausbitbank) | [The time my town flooded, the fragility of the food supply and lessons learned (Original photos)](https://steemit.com/australia/@ausbitbank/the-time-my-town-flooded-the-fragility-of-the-food-supply-and-lessons-learned-original-photos) | 125.877 SBD |\n| [@emily-cook](https://steemit.com/@emily-cook) | [THE ISLE OF MAN FILM FESTIVAL 2016 -A week of parties, red carpets and a lot of hard work!](https://steemit.com/film/@emily-cook/the-isle-of-man-film-festival-2016-a-week-of-parties-red-carpets-and-a-lot-of-hard-work) | 121.336 SBD |\n| [@team-leibniz](https://steemit.com/@team-leibniz) | [Week 1 NFL Daily Fantasy Football Results - How my Bayesian Inspired Lineups Fared (+$84.00)](https://steemit.com/sports/@team-leibniz/week-1-nfl-daily-fantasy-football-results-how-my-bayesian-inspired-lineups-fared-usd84-00) | 119.473 SBD |\n| [@ionescur](https://steemit.com/@ionescur) | [Urban dreams of freedom: back to the countryside, back to the land](https://steemit.com/life/@ionescur/urban-dreams-of-freedom-back-to-the-countryside-back-to-the-land) | 110.564 SBD |\n| [@kimal73](https://steemit.com/@kimal73) | [New traditionl painting - \"The Battle\" - Steps of work](https://steemit.com/art/@kimal73/new-traditionl-painting-the-battle-steps-of-work) | 105.622 SBD |\n| [@juliac](https://steemit.com/@juliac) | [One of The Best Portraits That I've Ever Created: Einstein. What Do You Think?](https://steemit.com/art/@juliac/one-of-the-best-portraits-that-i-ve-ever-created-einstein-what-do-you-think) | 103.781 SBD |\n| [@luzcypher](https://steemit.com/@luzcypher) | [Cover Crops Can Grow Food Organically With No Fertilizers, No Pesticides, No Herbicides And No Chemicals](https://steemit.com/gardening/@luzcypher/cover-crops-can-grow-food-organically-with-no-fertilizers-no-pesticides-no-herbicides-and-no-chemicals) | 100.117 SBD |\n| [@akareyon](https://steemit.com/@akareyon) | [I find your lack of argument disturbing](https://steemit.com/philosophy/@akareyon/i-find-your-lack-of-argument-disturbing) | 98.525 SBD |\n| [@curving](https://steemit.com/@curving) | [The Ephemeral Cairn Gardens Of the Austin Greenbelt - A Photo Journal and Meditation](https://steemit.com/life/@curving/the-ephemeral-cairn-gardens-of-the-austin-greenbelt-a-photo-journal-and-meditation) | 96.834 SBD |\n| [@aleksandraz](https://steemit.com/@aleksandraz) | [Incredible Science - Brainbow Technology](https://steemit.com/science/@aleksandraz/incredible-science-brainbow-technology) | 89.777 SBD |\n| [@skapaneas](https://steemit.com/@skapaneas) | [IBD Crohn desease and Ulceritive collitis. what are they, self diagnose, self treat and more.](https://steemit.com/health/@skapaneas/ibd-crohn-desease-and-ulceritive-collitis-what-are-they-self-diagnose-self-treat-and-more) | 85.958 SBD |\n| [@gargon](https://steemit.com/@gargon) | [Proyecto Cervantes (13 - 15 Sept 2016): Compensaci\u00f3n y reconocimiento para escritores de habla hispana / Bringing rewards and recognition to spanish writers (Vol. III)](https://steemit.com/spanish/@gargon/proyecto-cervantes-13-15-sept-2016-compensacion-y-reconocimiento-para-escritores-de-habla-hispana-bringing-rewards-and) | 83.725 SBD |\n| [@iamwne](https://steemit.com/@iamwne) | [Blade Runner Inspired Digital Set - The Dark Market - Beauty Pass](https://steemit.com/art/@iamwne/blade-runner-inspired-digital-set-the-dark-market-beauty-pass) | 83.869 SBD |\n| [@stormblaze](https://steemit.com/@stormblaze) | [Where Do Deleted Files Go?](https://steemit.com/technology/@stormblaze/where-do-deleted-files-go) | 81.221 SBD |\n| [@yanarnst](https://steemit.com/@yanarnst) | [Steemit Food Art lesson 2 ''Salad with chicken liver and pine nuts''](https://steemit.com/food/@yanarnst/steemit-food-art-lesson-2-salad-with-chicken-liver-and-pine-nuts) | 78.034 SBD |\n| [@senseye](https://steemit.com/@senseye) | [Myths in the Sky: Ursa Major and Ursa Minor](https://steemit.com/science/@senseye/myths-in-the-sky-ursa-major-and-ursa-minor) | 72.174 SBD |\n| [@crasch](https://steemit.com/@crasch) | [Brain preservation: an ambulance to the future](https://steemit.com/aging/@crasch/brain-preservation-an-ambulance-to-the-future) | 72.082 SBD |\n| [@senseye](https://steemit.com/@senseye) | [Vivisecting the Stargazing Tribe: Visual Observers and Screen Scanners](https://steemit.com/science/@senseye/vivisecting-the-stargazing-tribe-visual-observers-and-screen-scanners) | 71.421 SBD |\n| [@cristi](https://steemit.com/@cristi) | [Radical Metabolism - No Food and Water for 8 Months](https://steemit.com/extreme/@cristi/radical-metabolism-no-food-and-water-for-8-months) | 69.559 SBD |\n| [@stranger27](https://steemit.com/@stranger27) | [Fibonacci sequence and Golden Ratio: magic numbers of Nature](https://steemit.com/popularscience/@stranger27/fibonacci-sequence-and-golden-ratio-magic-numbers-of-nature) | 66.258 SBD |\n| [@nekromarinist](https://steemit.com/@nekromarinist) | [Let's talk a little bit about phobias today!](https://steemit.com/art/@nekromarinist/let-s-talk-a-little-bit-about-phobias-today) | 61.776 SBD |\n| [@richman](https://steemit.com/@richman) | [If you want to lose a friend, lend him money (My life story)](https://steemit.com/story/@richman/if-you-want-to-lose-a-friend-lend-him-money-my-life-story) | 58.193 SBD |\n| [@maceytomlin](https://steemit.com/@maceytomlin) | [What Exactly is Ayahuasca? How Should You Prepare for a Ceremony?](https://steemit.com/psychedelics/@maceytomlin/what-exactly-is-ayahuasca-how-should-you-prepare-for-a-ceremony) | 58.197 SBD |\n| [@nili](https://steemit.com/@nili) | [Smart Life (part 2) - Resolving the Godel's paradox on the blockchain as a solution for a decentralized trusted protocol](https://steemit.com/blockchain/@nili/smart-life-part-2-resolving-the-godel-s-paradox-on-the-blockchain-as-a-solution-for-a-trusted-protocol) | 55.575 SBD |\n| [@optimistic-crone](https://steemit.com/@optimistic-crone) | [PROBIOTICS FOR LIFE!!! SUPER SIMPLE FERMENTED VEGETABLE 'KIM CHEE' RECIPE](https://steemit.com/food/@optimistic-crone/probiotics-for-life-super-simple-fermented-vegetable-kim-chee-recipe) | 54.909 SBD |\n| [@anarchyhasnogods](https://steemit.com/@anarchyhasnogods) | [Learning one dimensional motion using graphs- physics for beginners - part one](https://steemit.com/science/@anarchyhasnogods/learning-one-dimensional-motion-using-graphs-physics-for-beginners-part-one) | 53.295 SBD |\n| [@yostopia](https://steemit.com/@yostopia) | [Beginner's mind, creative mind... the making of a Vimeo Staff Pick.](https://steemit.com/photography/@yostopia/beginner-s-mind-creative-mind-the-making-of-a-vimeo-staff-pick) | 51.222 SBD |\n| [@reneenouveau](https://steemit.com/@reneenouveau) | [My response to Paul Steyn's myopic article \"Mr. Environmentalist\" shockingly published by National Geographic in Sept 2015.](https://steemit.com/environment/@reneenouveau/paul-steyn-takes-aim-at-mr-environmentalist-in-a-shocking-article-published-by-national-geographic-in-sept-2015) | 49.433 SBD |\n| [@king3071](https://steemit.com/@king3071) | [MY DREAM DESTINATION - SWITZERLAND](https://steemit.com/travel/@king3071/my-dream-destination-switzerland) | 49.816 SBD |\n| [@kolin.evans](https://steemit.com/@kolin.evans) | [Something a little more substantial for you to think about - the 'IS' / 'WAS' CPT (Continuous Probable Time-lines.)](https://steemit.com/science/@kolin.evans/something-a-little-more-substantial-for-you-to-think-about-the-is-was-cpt-continuous-probable-time-lines) | 47.288 SBD |\n| [@fenglosophy](https://steemit.com/@fenglosophy) | [Does the language you speak influence how you think?](https://steemit.com/life/@fenglosophy/does-the-language-you-speak-influence-how-you-think) | 44.070 SBD |\n| [@mandibil](https://steemit.com/@mandibil) | [SAVAGE [Gorm Just, Denmark 2009] - movie review by Mandibil](https://steemit.com/film/@mandibil/savage-gorm-just-denmark-2009-movie-review-by-mandibil) | 44.621 SBD |\n| [@therajmahal](https://steemit.com/@therajmahal) | [Making the Impossible... Possible](https://steemit.com/science/@therajmahal/making-the-impossible-possible) | 44.765 SBD |\n| [@carlitashaw](https://steemit.com/@carlitashaw) | [The World's Worst Oil Spills, Ramifications & Amazing Alternative Solutions.](https://steemit.com/science/@carlitashaw/the-world-s-worst-oil-spills-ramifications-and-amazing-alternative-solutions) | 44.986 SBD |\n| [@renzoarg](https://steemit.com/@renzoarg) | [Skip a pill - Antibiotics](https://steemit.com/science/@renzoarg/skip-a-pill-antibiotics) | 43.918 SBD |\n| [@rachelsvparry](https://steemit.com/@rachelsvparry) | [Under the Sea (again, but better this time)](https://steemit.com/art/@rachelsvparry/under-the-sea-again-but-better-this-time) | 43.436 SBD |\n| [@royalmacro](https://steemit.com/@royalmacro) | [lonely tree [An Original Abstract Art]](https://steemit.com/art/@royalmacro/lonely-tree-an-original-abstract-art) | 42.826 SBD |\n| [@stephmckenzie](https://steemit.com/@stephmckenzie) | [The Power of Choice--A Magnificent Key to True Personal Freedom](https://steemit.com/anarchy/@stephmckenzie/the-power-of-choice-the-magnificent-key-to-true-personal-freedom-for-everyone) | 42.441 SBD |\n| [@alwayzgame](https://steemit.com/@alwayzgame) | [10 simple steps to ruin your child's life](https://steemit.com/kids/@alwayzgame/10-simple-steps-to-ruin-your-child-s-life) | 42.475 SBD |\n| [@nonlinearone](https://steemit.com/@nonlinearone) | [Can Hemingway Improve Your Writing?](https://steemit.com/writing/@nonlinearone/can-hemingway-improve-your-writing) | 42.669 SBD |\n| [@kafkanarchy84](https://steemit.com/@kafkanarchy84) | [\"Johnny B. Goode\" Guitar Lesson and Intro to Theory, Vol. II](https://steemit.com/music/@kafkanarchy84/johnny-b-goode-guitar-lesson-and-intro-to-theory-vol-ii) | 41.326 SBD |\n| [@feline1991](https://steemit.com/@feline1991) | [A Steemit Original - A Lifetime of Seeking Happiness - Chapter 2 - Part 2](https://steemit.com/writing/@feline1991/a-steemit-original-a-lifetime-of-seeking-happiness-chapter-2-part-2) | 41.931 SBD |\n| [@geke](https://steemit.com/@geke) | [The Banker and the Bulova - an original poem (Steemit flash-writing challenge)](https://steemit.com/writing/@geke/the-banker-and-the-bulova-an-original-poem-steemit-flash-writing-challenge) | 41.497 SBD |\n| [@lscottphotos](https://steemit.com/@lscottphotos) | [LSCOTTPHOTOS Welcome to my family :) Thank you steemers <3 (Original Photos)](https://steemit.com/photography/@lscottphotos/lscottphotos-welcome-to-the-family-one-week-review-original-photos) | 40.201 SBD |\n| [@pinkisland](https://steemit.com/@pinkisland) | [My Philosophy of Education](https://steemit.com/writing/@pinkisland/my-philosophy-of-education) | 40.978 SBD |\n| [@jgcastrillo19](https://steemit.com/@jgcastrillo19) | [HOMO HABILIS (Hombre constructor) Parte cinco](https://steemit.com/spanish/@jgcastrillo19/homo-habilis-hombre-constructor-parte-cinco) | 39.708 SBD |\n| [@luisucv34](https://steemit.com/@luisucv34) | [Venezuela: The lack of opportunities (English edition)](https://steemit.com/freedom/@luisucv34/venezuela-the-lack-of-opportunities-english-edition) | 39.783 SBD |\n| [@beowulfoflegend](https://steemit.com/@beowulfoflegend) | [Silvanus and Empire, an Original Novel (Chapter Twenty)](https://steemit.com/writing/@beowulfoflegend/silvanus-and-empire-an-original-novel-chapter-twenty) | 39.543 SBD |\n| [@mariandavp](https://steemit.com/@mariandavp) | [From zero to hero - abstract office art by @mariandavp](https://steemit.com/art/@mariandavp/from-zero-to-hero-abstract-office-art-by-mariandavp) | 39.529 SBD |\n| [@nasimbabu](https://steemit.com/@nasimbabu) | [The technology that defends us from potentially deadly diseases](https://steemit.com/life/@nasimbabu/the-technology-that-defends-us-from-potentially-deadly-diseases) | 39.620 SBD |\n| [@royaltiffany](https://steemit.com/@royaltiffany) | [Steemit B'Day Movie Review Contest Update!](https://steemit.com/bdaymoviereview/@royaltiffany/steemit-b-day-movie-review-contest-update) | 37.706 SBD |\n| [@travelista](https://steemit.com/@travelista) | [An Adventure in Isla Esp\u00edritu Santo!](https://steemit.com/travel/@travelista/an-adventure-in-isla-espiritu-santo) | 37.218 SBD |\n| [@jpiper20](https://steemit.com/@jpiper20) | [We Meet At Night -- An Original Story (Part 4)](https://steemit.com/life/@jpiper20/we-meet-at-night-an-original-story-part-4) | 37.319 SBD |\n| [@kimal73](https://steemit.com/@kimal73) | [My new painting - \"Dexter\" - Modern Impressionism](https://steemit.com/art/@kimal73/my-new-painting-dexter-modern-impressionism) | 36.937 SBD |\n| [@krystle](https://steemit.com/@krystle) | [Keltorin's Flora and Fauna of Note - Firikwea - Valcanne's Guide to Keltorin](https://steemit.com/fiction/@krystle/keltorin-s-flora-and-fauna-of-note-firikwea-valcanne-s-guide-to-keltorin) | 36.972 SBD |\n| [@cryptoiskey](https://steemit.com/@cryptoiskey) | [Workout from home on the cheap! - 12th September #Ultimate workout companion for your kids!](https://steemit.com/steemit/@cryptoiskey/workout-from-home-on-the-cheap-12th-september-ultimate-workout-companion-for-your-kids) | 36.115 SBD |\n| [@getonthetrain](https://steemit.com/@getonthetrain) | [Top 10 Grisly Medieval Torture Methods](https://steemit.com/life/@getonthetrain/top-10-grisly-medieval-torture-methods) | 34.093 SBD |\n| [@ansharphoto](https://steemit.com/@ansharphoto) | [Roman Forum in the Morning, Rome](https://steemit.com/photography/@ansharphoto/roman-forum-in-the-morning-rome) | 33.328 SBD |\n| [@aboundlessworld](https://steemit.com/@aboundlessworld) | [Introducing The Steemit Stories Podcast!](https://steemit.com/steemit/@aboundlessworld/introducing-the-steemit-stories-podcast) | 33.728 SBD |\n| [@thornybastard](https://steemit.com/@thornybastard) | [Chapter 10: A Call from the Forest\u2014\u6765\u81ea\u68ee\u6797\u7684\u547c\u5524](https://steemit.com/cn/@thornybastard/chapter-10-a-call-from-the-forest) | 32.465 SBD |\n| [@crasch](https://steemit.com/@crasch) | [Installing Bitshares / graphene from source on Mac OS X Yosemite (10.5.5)](https://steemit.com/bitshares/@crasch/installing-bitshares-graphene-from-source-on-mac-os-x-yosemite-10-5-5) | 32.348 SBD |\n| [@dumar022](https://steemit.com/@dumar022) | [Workshop lesson 6: Wrench: You don't wanna mess with this](https://steemit.com/techreview/@dumar022/workshop-lesson-6-wrench-you-don-t-wanna-mess-with-this) | 32.155 SBD |\n| [@lapilipinas](https://steemit.com/@lapilipinas) | [Light from distant stars](https://steemit.com/science/@lapilipinas/light-from-distant-stars) | 32.778 SBD |\n| [@williambanks](https://steemit.com/@williambanks) | [Towards A Better Tomorrow : Part 1 - There but for grace!](https://steemit.com/life/@williambanks/towards-a-better-tomorrow-part-1-there-but-for-grace) | 31.434 SBD |\n| [@driv3n](https://steemit.com/@driv3n) | [How to Solve the Rubik's Cube like a boss - Part 2](https://steemit.com/life/@driv3n/how-to-solve-the-rubik-s-cube-like-a-boss-part-2) | 31.858 SBD |\n| [@timbot606](https://steemit.com/@timbot606) | [Growing up in Appalachia](https://steemit.com/life/@timbot606/growing-up-in-appalachia) | 31.548 SBD |\n| [@themagus](https://steemit.com/@themagus) | [A less privileged white growing up in South Africa in the 1970's - part 2](https://steemit.com/life/@themagus/a-less-privileged-white-growing-up-in-south-africa-in-the-1970-s-part-2) | 31.099 SBD |\n| [@echoesinthemind](https://steemit.com/@echoesinthemind) | [Hanging Upside Down / DO NOT Try At Home](https://steemit.com/life/@echoesinthemind/hanging-upside-down) | 31.736 SBD |\n| [@ysa](https://steemit.com/@ysa) | [My pictures from traveling to Estes Park, Colorado](https://steemit.com/photograpy/@ysa/my-pictures-from-traveling-to-estes-park-colorado) | 31.981 SBD |\n| [@aksinya](https://steemit.com/@aksinya) | [Our Trip to Wonderful, Scary and Unforgettable Kenya. Original Photos and Video](https://steemit.com/travel/@aksinya/our-trip-to-wonderful-scary-and-unforgettable-kenya-original-photos-and-video) | 31.882 SBD |\n| [@jgcastrillo19](https://steemit.com/@jgcastrillo19) | [HOMO HABILIS (Hombre constructor) Parte cuatro](https://steemit.com/spanish/@jgcastrillo19/wallet-homo-habilis-hombre-constructor-parte-cuatro) | 31.992 SBD |\n| [@successfully00](https://steemit.com/@successfully00) | [Knowing The Math - Mental Tricks - Multiplication Part 1](https://steemit.com/mathematics/@successfully00/knowing-the-math-mental-tricks-multiplication-part-1) | 31.037 SBD |\n| [@linzo](https://steemit.com/@linzo) | [A Life Fantasy (Original Poem)](https://steemit.com/poem/@linzo/a-life-fantasy-original-poem) | 30.964 SBD |\n| [@hilarski](https://steemit.com/@hilarski) | [Panama Critters.](https://steemit.com/panama/@hilarski/panama-critters) | 28.729 SBD |\n| [@sulev](https://steemit.com/@sulev) | [Photography #11 - Pictures from my Garden: Bees, Lizards and other (part 2)](https://steemit.com/photography/@sulev/photography-11-pictures-from-my-garden-bees-lizards-and-other-part-2) | 27.947 SBD |\n| [@steemswede](https://steemit.com/@steemswede) | [[BEER REVIEW] Thomas Hardy's Ale](https://steemit.com/beer/@steemswede/beer-review-thomas-hardy-s-ale) | 27.183 SBD |\n| [@marius19](https://steemit.com/@marius19) | [Set of paper coffee cups. Origami](https://steemit.com/steemit/@marius19/set-of-paper-coffee-cups-origami) | 26.439 SBD |\n| [@poeticsnake](https://steemit.com/@poeticsnake) | [Autumn is coming Doodle style! ( Tutorial with step by step drawings)](https://steemit.com/art/@poeticsnake/autumn-is-coming-doodle-style-tutorial-with-step-by-step-drawings) | 26.547 SBD |\n| [@kiddarko](https://steemit.com/@kiddarko) | [Peep Life a Story By KidDarko (with tattoo illistrations and video)](https://steemit.com/art/@kiddarko/peep-life-a-story-by-kiddarko-with-tattoo-illistrations-and-video) | 26.853 SBD |\n| [@shieha](https://steemit.com/@shieha) | [The Hardest Computer Game of All Time - Robot Odyssey - Part 2](https://steemit.com/games/@shieha/the-hardest-computer-game-of-all-time-robot-odyssey-part-2) | 26.372 SBD |\n| [@ayim](https://steemit.com/@ayim) | [Fixing Posture - Part 4: Neck](https://steemit.com/life/@ayim/fixing-posture-part-4-neck) | 26.142 SBD |\n| [@hitmeasap](https://steemit.com/@hitmeasap) | [I am Batman's Robin or Skywalkers R2-D2. - I've always been the co-pilot. Always been the second choice.](https://steemit.com/writing/@hitmeasap/i-am-batman-s-robin-or-skywalkers-r2-d2-i-ve-always-been-the-co-pilot-always-been-the-second-choice) | 25.747 SBD |\n| [@peskov](https://steemit.com/@peskov) | [Antonikha. Part 2 (featuring Vasily Peskov as author)](https://steemit.com/life/@peskov/antonikha-part-2-featuring-vasily-peskov-as-author) | 25.173 SBD |\n| [@aldentan](https://steemit.com/@aldentan) | [Advice from an angry dude: Breathe and interrupt your thoughts](https://steemit.com/life/@aldentan/advice-from-an-angry-dude-breathe-and-interrupt-your-thoughts) | 25.162 SBD |\n| [@beginningtoend](https://steemit.com/@beginningtoend) | [Poetry, art and a little home spun philosophy.](https://steemit.com/poetry/@beginningtoend/poetry-art-and-a-little-home-spum-philosophy) | 25.708 SBD |\n| [@kaykunoichi](https://steemit.com/@kaykunoichi) | [Suicide Note - Audio (Written & performed by myself)](https://steemit.com/life/@kaykunoichi/suicide-note-audio-written-and-performed-by-myself) | 25.523 SBD |\n| [@booky](https://steemit.com/@booky) | [Boosting Leadership Skills = Healthier Happier You and Your Workmates](https://steemit.com/life/@booky/boosting-leadership-skills-healthier-happier-you-and-your-workmates) | 24.083 SBD |\n| [@doubledex](https://steemit.com/@doubledex) | [Do you Know the Difference Between RIGHT & WRONG?](https://steemit.com/ethics/@doubledex/do-you-know-the-difference-between-right-and-wrong) | 24.516 SBD |\n| [@ekaterina4ka](https://steemit.com/@ekaterina4ka) | [We Knit Patterns by the Spokes. Post 2. \u0412\u044f\u0436\u0435\u043c \u0443\u0437\u043e\u0440\u044b \u0441\u043f\u0438\u0446\u0430\u043c\u0438. \u041f\u043e\u0441\u0442 2.](https://steemit.com/photography/@ekaterina4ka/we-knit-patterns-by-the-spokes-post-2-vyazhem-uzory-spicami-post-2) | 24.793 SBD |\n| [@scaredycatguide](https://steemit.com/@scaredycatguide) | [Real Talk - Vol 9. - Welcome To Dogmerica](https://steemit.com/real-talk/@scaredycatguide/real-talk-vol-9-welcome-to-dogmerica) | 24.207 SBD |\n| [@amy-goodrich](https://steemit.com/@amy-goodrich) | [Pineapple Mojito Green Smoothie](https://steemit.com/smoothie/@amy-goodrich/pineapple-mojito-green-smoothie) | 24.126 SBD |\n| [@scott.stevens](https://steemit.com/@scott.stevens) | [Awareness of Bitcoin is Now More Important Than Awareness of Geoengineering](https://steemit.com/bitcoin/@scott.stevens/awareness-of-bitcoin-is-now-more-important-than-awareness-of-geoengineering) | 24.875 SBD |\n| [@witchcraftblog](https://steemit.com/@witchcraftblog) | [My trip to Italy. Pisa.](https://steemit.com/travel/@witchcraftblog/my-trip-to-italy-pisa) | 24.265 SBD |\n| [@ibringawareness](https://steemit.com/@ibringawareness) | [\"Why I Got Stiffed\" Guy's Waiter Blog chapter 5](https://steemit.com/food/@ibringawareness/why-i-got-stiffed-guy-s-waiter-blog-chapter-5) | 24.224 SBD |\n| [@kimal73](https://steemit.com/@kimal73) | [My new illustration - Batman vs Superman - Modern Impressionism by kimal73](https://steemit.com/art/@kimal73/my-new-illustration-batman-vs-superman-modern-impressionism-by-kimal73) | 23.617 SBD |\n| [@leylar](https://steemit.com/@leylar) | [Seeds are great travelers ~ Own work](https://steemit.com/photography/@leylar/seeds-are-great-travelers-own-work) | 23.166 SBD |\n| [@ocrdu](https://steemit.com/@ocrdu) | [The pods that go \"pop\"](https://steemit.com/photography/@ocrdu/the-pods-that-go-pop) | 23.530 SBD |\n| [@rusla](https://steemit.com/@rusla) | [Japan. Part8.](https://steemit.com/travel/@rusla/japan-part8) | 23.209 SBD |\n| [@edgarsart](https://steemit.com/@edgarsart) | [Puppy Charcoal Original Pencil Drawing](https://steemit.com/art/@edgarsart/puppy-charcoal-original-pencil-drawing) | 23.879 SBD |\n| [@borishaifa](https://steemit.com/@borishaifa) | [To Write Or Not To Wirte? \u041f\u0438\u0441\u0430\u0442\u044c \u0438\u043b\u0438 \u043d\u0435 \u043f\u0438\u0441\u0430\u0442\u044c?](https://steemit.com/steemit/@borishaifa/to-write-or-not-to-wirte-pisat-ili-ne-pisat) | 23.730 SBD |\n| [@eveningstar92](https://steemit.com/@eveningstar92) | [Shit Happens, Move On-NSFW- Evening Star Art](https://steemit.com/art/@eveningstar92/shit-happens-move-on-nsfw-evening-star-art) | 23.092 SBD |\n| [@elewarne](https://steemit.com/@elewarne) | [Mixed Media](https://steemit.com/mixedmedia/@elewarne/mixed-media) | 23.059 SBD |\n| [@shredlord](https://steemit.com/@shredlord) | [Sunrise](https://steemit.com/art/@shredlord/sunrise) | 23.318 SBD |\n| [@sherlockcupid](https://steemit.com/@sherlockcupid) | [Let's Talk: Fears (Part One)](https://steemit.com/life/@sherlockcupid/let-s-talk-fears-part-one) | 23.720 SBD |\n| [@annesaya](https://steemit.com/@annesaya) | [Our Guiding Star, a poem (A tribute to writers)](https://steemit.com/poetry/@annesaya/our-guiding-star-a-poem-a-tribute-to-writers) | 23.384 SBD |\n| [@fitmama](https://steemit.com/@fitmama) | [Why Do I Bother....](https://steemit.com/life/@fitmama/why-do-i-bother) | 23.451 SBD |\n| [@ezzy](https://steemit.com/@ezzy) | [The Bionic Experiment - Part 1 (My Original Short Stories)](https://steemit.com/story/@ezzy/the-bionic-experiment-part-1-my-original-short-stories) | 23.480 SBD |\n| [@kingarbinv](https://steemit.com/@kingarbinv) | [Adventures in Nemaland - Part 8 (Video) + My best Pokemon catch so far.](https://steemit.com/blog/@kingarbinv/adventures-in-nemaland-part-8-video-my-best-pokemon-catch-so-far) | 23.292 SBD |\n| [@soulsistashakti](https://steemit.com/@soulsistashakti) | [How to Detect and Deflect Gaslighting from a Narcissist](https://steemit.com/abuse/@soulsistashakti/how-to-detect-and-deflect-gaslighting-from-a-narcissist) | 22.018 SBD |\n| [@puffin](https://steemit.com/@puffin) | [Tragical Impoverishment - Society's Dirt (Original Poem)](https://steemit.com/story/@puffin/tragic-impoverishment-society-s-dirt-original-poem) | 22.621 SBD |\n| [@cehuneke](https://steemit.com/@cehuneke) | [The Sugar Scandal: Corrupted Science in the Debate of Fat vs. Sugar and Coronary Heart Disease](https://steemit.com/health/@cehuneke/the-sugar-scandal-corrupted-science-in-the-debate-of-fat-vs-sugar-and-coronary-heart-disease) | 22.821 SBD |\n| [@tanata](https://steemit.com/@tanata) | [Little Black Dress involving](https://steemit.com/fashion/@tanata/little-black-dress-involving) | 22.237 SBD |\n| [@steemwriter](https://steemit.com/@steemwriter) | [YouTube Demonetization: A Step Towards Censorship?](https://steemit.com/new/@steemwriter/youtube-demonetization-a-step-towards-censorship) | 22.297 SBD |\n| [@michelle.gent](https://steemit.com/@michelle.gent) | [Dusty - one of my characters](https://steemit.com/story/@michelle.gent/dusty-one-of-my-characters) | 22.659 SBD |\n| [@edgarsart](https://steemit.com/@edgarsart) | [A Gift-Original Rose Drawing](https://steemit.com/art/@edgarsart/a-gift-original-rose-drawing) | 22.249 SBD |\n| [@runridefly](https://steemit.com/@runridefly) | [Minnow's Life - @runridefly original cartoon \"minnowsunite Whale sighting\" minnows and a whale](https://steemit.com/cartoon/@runridefly/minnow-s-life-runridefly-original-cartoon-minnowsunite-whale-sighting-minnows-and-a-whale) | 22.836 SBD |\n| [@doubledex](https://steemit.com/@doubledex) | [[SHORT STORY] The Cult of Personality - Part One](https://steemit.com/fiction/@doubledex/short-story-the-cult-of-personality-part-one) | 22.552 SBD |\n| [@lyubovbar](https://steemit.com/@lyubovbar) | [Look at the Flower Chicory: a Useful and Beautiful Flower ... my Favorite Photos of Chicory](https://steemit.com/photography/@lyubovbar/look-at-the-flower-chicory-a-useful-and-beautiful-flower-my-favorite-photos-of-chicory) | 22.795 SBD |\n| [@victoriart](https://steemit.com/@victoriart) | [Hazelnut Mood](https://steemit.com/art/@victoriart/hazelnut-mood) | 22.443 SBD |\n| [@heroic15397](https://steemit.com/@heroic15397) | [Amazing Birds in the Greater Montreal area](https://steemit.com/montreal/@heroic15397/amazing-birds-in-the-greater-montreal-area) | 22.987 SBD |\n| [@smartercars](https://steemit.com/@smartercars) | [Reviewing the Volkswagen Touareg ~ Smarter Car Reviews](https://steemit.com/cars/@smartercars/reviewing-the-volkswagen-touareg-smarter-car-reviews) | 22.975 SBD |\n| [@rubenalexander](https://steemit.com/@rubenalexander) | [Blues Jam & Techniques [9-14-2016]](https://steemit.com/music/@rubenalexander/blues-jam-9-14-2016) | 22.415 SBD |\n| [@matthew.raymer](https://steemit.com/@matthew.raymer) | [Life Stories](https://steemit.com/psychology/@matthew.raymer/life-stories) | 22.733 SBD |\n| [@positivesteem](https://steemit.com/@positivesteem) | [Common Sense Versus Degrees: The Man Who Has One Hundred Degrees](https://steemit.com/minnowsunite/@positivesteem/common-sense-versus-degrees-the-man-who-has-one-hundred-degrees) | 22.941 SBD |\n| [@d3nv3r](https://steemit.com/@d3nv3r) | [Cloud Mining - The Struggle is Real](https://steemit.com/mining/@d3nv3r/cloud-mining-the-struggle-is-real) | 22.266 SBD |\n| [@adubi](https://steemit.com/@adubi) | [Healing Food Plan: The Ultimate Cheat Sheet](https://steemit.com/life/@adubi/healing-food-plan-the-ultimate-cheat-sheet) | 22.947 SBD |\n| [@alitas](https://steemit.com/@alitas) | [(spanish) Cazuela de Calamar con Papas Rejilla](https://steemit.com/spanish/@alitas/spanish-cazuela-de-calamar-con-papas-rejilla) | 22.240 SBD |\n| [@mazi](https://steemit.com/@mazi) | [I Can See Clearly Now .... Platanus occidentalis](https://steemit.com/travel/@mazi/i-can-see-clearly-now-platanus-occidentalis) | 22.784 SBD |\n| [@mikemacintire](https://steemit.com/@mikemacintire) | [A Red Like No Other - My work](https://steemit.com/photography/@mikemacintire/a-red-like-no-other-my-work) | 22.289 SBD |\n| [@altzero](https://steemit.com/@altzero) | [Im\u00e1genes de una vida (2)](https://steemit.com/spanish/@altzero/imagenes-de-una-vida-2) | 21.555 SBD |\n| [@birdie](https://steemit.com/@birdie) | [Clouds That Demand Attention (Original Photos)](https://steemit.com/photography/@birdie/clouds-that-demand-attention-original-photos) | 21.397 SBD |\n| [@michaelstobiersk](https://steemit.com/@michaelstobiersk) | [An Original Painting by Michael Stobierski](https://steemit.com/art/@michaelstobiersk/5jbxxg-an-original-painting-by-michael-stobierski) | 21.367 SBD |\n| [@reddust](https://steemit.com/@reddust) | [Meditation Experience Can Be Really Scary](https://steemit.com/art/@reddust/meditation-experience-can-be-really-scary) | 21.583 SBD |\n| [@rubenalexander](https://steemit.com/@rubenalexander) | [The Price Is Right Theme Music Breakdown](https://steemit.com/art/@rubenalexander/the-price-is-right-theme-music-breakdown) | 21.937 SBD |\n| [@karisa](https://steemit.com/@karisa) | [Very tasty and delicious curd cookies specially for Steemit . Part 4](https://steemit.com/food/@karisa/very-tasty-and-delicious-curd-cookies-specially-for-steemit-part-4) | 21.940 SBD |\n| [@lyubovbar](https://steemit.com/@lyubovbar) | [Borovoye (Burabai) - Pearl of Kazakhstan: The Incredible Journey (Story of my Husband)](https://steemit.com/travel/@lyubovbar/borovoye-pearl-of-kazakhstan-the-incredible-journey-story-of-my-husband) | 20.616 SBD |\n| [@burnin](https://steemit.com/@burnin) | [Exploring the Off-Limits Areas of the Largest Cruise Ship In the World - Part 2](https://steemit.com/travel/@burnin/exploring-the-off-limits-areas-of-the-largest-cruise-ship-in-the-world-part-2) | 20.298 SBD |\n| [@reddust](https://steemit.com/@reddust) | [Eyes Of Wisdom](https://steemit.com/art/@reddust/eyes-of-wisdom) | 20.051 SBD |\n| [@levycore](https://steemit.com/@levycore) | [Hot Chocolate Art - Trying Draw Faces](https://steemit.com/food/@levycore/hot-chocolate-art-trying-draw-faces) | 20.233 SBD |\n| [@awesomenyl](https://steemit.com/@awesomenyl) | [Sunflower Paper Tutorial](https://steemit.com/art/@awesomenyl/sunflower-paper-tutorial) | 20.040 SBD |\n| [@aldentan](https://steemit.com/@aldentan) | [The epic and awesome guide to writing articles like a true artist that people want to read and share! [Edited for Steemit today]](https://steemit.com/writing/@aldentan/the-epic-and-awesome-guide-to-writing-articles-like-a-true-artist-that-people-want-to-read-and-share-edited-for-steemit-today) | 20.192 SBD |\n| [@naquoya](https://steemit.com/@naquoya) | [[ORIGINAL FICTION] Bad Trip part two: The Gamemaster](https://steemit.com/story/@naquoya/original-fiction-bad-trip-part-two-the-gamemaster) | 20.041 SBD |\n| [@moon32walker](https://steemit.com/@moon32walker) | [Top 10 Game Development Studios](https://steemit.com/gaming/@moon32walker/top-10-game-development-studios) | 20.468 SBD |\n| [@gustavopasquini](https://steemit.com/@gustavopasquini) | [Polenta with Ragu Meat Dry](https://steemit.com/food/@gustavopasquini/polenta-with-ragu-meat-dry) | 20.436 SBD |\n| [@benadapt](https://steemit.com/@benadapt) | [Capturing the Milky Way \u2014 A Photographer\u2019s Biggest Challenge](https://steemit.com/photography/@benadapt/capturing-the-milky-way-a-photographer-s-biggest-challenge) | 20.477 SBD |\n| [@altzero](https://steemit.com/@altzero) | [\u00bfQue es la nueva economia?](https://steemit.com/spanish/@altzero/que-es-la-nueva-economia) | 20.037 SBD |\n| [@por500bolos](https://steemit.com/@por500bolos) | [Uncovering The Most Transcendental & Biggest Secret In The Human Life. \u00bfSkeptical? I will challenge you to prove otherwise!!](https://steemit.com/spanish/@por500bolos/uncovering-the-most-transcendental-and-biggest-secret-in-the-human-life-skeptical-i-will-challenge-you-to-prove-otherwise) | 20.894 SBD |\n| [@zonpower](https://steemit.com/@zonpower) | [This is a place (An original Poem)](https://steemit.com/poem/@zonpower/this-is-a-place-an-original-poem) | 20.869 SBD |\n| [@katharsisdrill](https://steemit.com/@katharsisdrill) | [The rune-stones of Jelling, and a new realisation.](https://steemit.com/history/@katharsisdrill/the-rune-stones-of-jelling-and-a-new-realisation) | 19.761 SBD |\n| [@glezeddy](https://steemit.com/@glezeddy) | [MEZCLA DE TEQUILA PARA DAR EL \"GRITO\" (M\u00c9XICO)](https://steemit.com/steem/@glezeddy/mezcla-de-tequila-para-dar-el-grito-mexico) | 15.682 SBD |\n| [@onetree](https://steemit.com/@onetree) | [South African Slang - Enter Those Who Dare!](https://steemit.com/culture/@onetree/south-african-slang-enter-those-who-dare) | 33.017 SBD |\n| [@verbal-d](https://steemit.com/@verbal-d) | [Melodious Music Memoirs # 2: Impact](https://steemit.com/music/@verbal-d/melodious-music-memoirs-2-impact) | 30.372 SBD |\n| [@wanderingagorist](https://steemit.com/@wanderingagorist) | [Foraging Wild Rose Hips for Tea and Eating](https://steemit.com/travel/@wanderingagorist/wild-rose-hips-foraging-for-tea-and-eating) | 29.228 SBD |\n| [@knablinz](https://steemit.com/@knablinz) | [Hand-Made Collage Art By Knablinz ( Donuts & Coffee )](https://steemit.com/music/@knablinz/hand-made-collage-art-by-knablinz-donuts-and-coffee) | 35.939 SBD |\n\n---------------------------\n
    Note: All author rewards from this post will be used to fund Project Curie.
    Join us in #curie on Steemit.chat and follow us @curie!
    ", @@ -8199,7 +8199,7 @@ ], "author": "markrmorrisjr", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.26, "beneficiaries": [], "blacklists": [], "body": "## In this episode, Joshua Claiborne stands trial for violation of the First Law ##\n\n**\u201cWhoa, whoa, whoa!\u201d Phil screamed, \u201cWhat the hell dude?\u201d**\n\n*The Reaper crumpled to the floor, arms flailing as Joshua rode it to the ground. Finally, the hands found the catches at either side of the helmet and popped it off. A black, shaggy head of hair emerged.* \n\n***If you've missed episodes, [visit my blog](https://steemit.com/@markrmorrisjr) to catch up. Be sure to follow me for updates in your feed!***\n\n\u201cEmil?\u201d Stella said, \u201cMeet Joshua. Are you okay?\u201d\n\nEmil, the Reaper suit\u2019s operator laughed, \u201cYeah, I\u2019m fine, but that was awesome! Can you teach us that?\u201d\n\n\u201cMan! Now I have to rebuild this helmet,\u201d Phil held up a small remote. \u201cAll I had to do was push this button,\u201d he said, pressing it, as the suit powered down. \u201cWhat did you do?\u201d\n\n\u201cThe \u2018nerve\u2019 bundle that controls these things motor skills is on the very top of the skull, under a thin piece of sheet metal, puncture it, it collapses. You didn\u2019t know that?\u201d Joshua said. \n\n\u201cWell, it appears we may need you more than you need us,\u201d Stella said. \u201cSo, just say the word and we\u2019ll get you where you need to be. Meanwhile, my team will be working on your son\u2019s location.\u201d\n\nJoshua dropped the letter opener and walked to the stairs, \u201cFine, whatever you need to collect from my meeting, get it. Now, who\u2019s driving?\u201d With that, he walked up the stairs, he had no more time to waste. \n\n**The Mapleton courthouse sat on a hill in the center of the town, overlooking the area around for miles.** \n\n*Joshua insisted that the team Stella had sent stop 5 miles out and allow him to ride in on the electric trike alone, while they observed the meeting from a distance.* \n\nHe carried the tiny remote in his shirt pocket, a gift from Phil. \u201cThat\u2019s my only prototype, so don\u2019t lose it,\u201d he\u2019d said. \n\n![enter image description here](https://s12.postimg.org/siuqjuiz1/Untitled_36.jpg)\n\nFrom the end of Main Street, looking up toward the courthouse, Joshua counted at least six reapers. He wondered how far the signal from the remote would travel. \n\nHe thought about pressing it now, disarming his enemy, then walking in, but he\u2019d still have to deal with the six drivers, if they managed to escape the suits. \n\nBesides, Stella seemed to think there was some secret they were going to give away, although Joshua couldn\u2019t imagine it. \n\n*He checked his watch, ten minutes until his scheduled time and while he knew better than to be late, he had no intention of giving the Consensus one more second than he had to.* \n\nThe trike spun it\u2019s tires on a patch of loose gravel as he started back up. He decided a quick approach was best. He charged up the hill, jumping the \u201cMayor\u2019s\u201d parking barrier and rolling up to the foot of the front stairs, he cranked the accelerator and the trike rose up on its back wheel, popping the two front wheels, over the bottom step. \n\nThe machine had more than enough power to climb the steps and Joshua skidded to a stop outside the courthouse door. He stopped and turned back toward the town, the six Reapers swarming toward him up the steps. He powered down, swung his leg up and over the bike and opened the door. \n\n**The Reapers followed him into the hall as he approached the court room.** \n\nThe Magistrate sat behind the judge\u2019s bench and Joshua couldn\u2019t help but smirk at the insult to the very concept of actual justice that this thing represented. \n\n\u201cJoshua Claiborne, appearing as requested,\u201d Joshua said, standing directly in front of the Magistrate. \n\n![enter image description here](https://s12.postimg.org/6h4lvyh7x/judge.jpg)\n\n> \u201cYes, Mr. Claiborne, have a seat,\u201d A woman\u2019s face, projected on the face shield of the Magistrate said.\n\n\u201cI\u2019d rather stand,\u201d he said. \n\n> \u201cSuit yourself, may we have the room, please?\u201d she said, looking toward the reapers that had entered the back doors of the courtroom.\n\nThey left quietly. \n\n> \u201cMr. Claiborne, you\u2019re charged with violation of the first law, in so\n> much as you have encouraged and joined in the activity of settling\n> outside of Consensus approved areas, acted outside of the legal\n> jurisdiction of the council and on more than one occasion, acted\n> against the best interest of Consensus, including attacking duly\n> authorized Magistrates in the course of their legally binding duties,\n> how do you plead?\u201d\n\n**The woman looked at Joshua, peering over a pair of short, square spectacles, like some sort of outdated stereotype.** \n\n\u201cNot guilty, by reason of illegitimacy of the currently established government and its ensigns. I am not, nor do I choose to become, subject to your law. I stand judged as innocent by natural law, insomuch as I have not caused harm to another human in aggression, damaged or stolen property, nor unnecessarily restricted the liberty of any other person. I recognize no other responsibility to my fellow man,\u201d Joshua said calmly. \n\n> \u201cBe that as it may, Mr. Claiborne, we are not here under the auspices of \u201cnatural law\u201d but rather, under the Council mandated authority of the Consensus and its Magisterial Ministry, of which I am a part and I assure you, you are subject to,\u201d\n\nThe woman intoned, her expression one of almost sheer boredom.\n\n> \u201cCourt finds the defendant guilty and remands the subject for immediate judicial murder.\u201d\n\nThe magistrate raised its arm and brought it down on the bench with a solid thud, that echoed through the court. Joshua felt his heart sink as the Reapers reentered the court and moved up to surround him. \n\n## Look for the upvote button below. If you liked the post, upvote and share! If you're not on Steemit yet, why not? You get free money for signing up! ##", @@ -9278,7 +9278,7 @@ ], "author": "gavvet", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 72.8, "beneficiaries": [], "blacklists": [], "body": "Hello everyone. I did not write anything about World War II for a long time. So today I decided to tell you about the Tank Destroyers. About the machines, specialization of which was the destruction of tanks. In this article I will talk about the classic representatives of this class.\n>\u0412\u0441\u0456\u043c \u043f\u0440\u0438\u0432\u0456\u0442. \u0414\u0430\u0432\u043d\u0435\u043d\u044c\u043a\u043e \u044f \u043d\u0435 \u043f\u0438\u0441\u0430\u0432 \u043d\u0456\u0447\u043e\u0433\u043e \u043d\u0430 \u0442\u0435\u043c\u0443 \u0414\u0440\u0443\u0433\u043e\u0457 \u0421\u0432\u0456\u0442\u043e\u0432\u043e\u0457. \u0406 \u043e\u0441\u044c \u0441\u044c\u043e\u0433\u043e\u0434\u043d\u0456 \u044f \u0432\u0438\u0440\u0456\u0448\u0438\u0432 \u0440\u043e\u0437\u043f\u043e\u0432\u0456\u0441\u0442\u0438 \u0432\u0430\u043c \u043f\u0440\u043e \u041f\u0422-\u0421\u0410\u0423. \u041f\u0440\u043e \u043c\u0430\u0448\u0438\u043d\u0438, \u0441\u043f\u0435\u0446\u0456\u0430\u043b\u0456\u0437\u0430\u0446\u0456\u0454\u044e \u044f\u043a\u0438\u0445 \u0431\u0443\u043b\u043e \u0437\u043d\u0438\u0449\u0435\u043d\u043d\u044f \u0442\u0430\u043d\u043a\u0456\u0432. \u0423 \u0446\u0456\u0439 \u0447\u0430\u0441\u0442\u0438\u043d\u0456 \u044f \u0440\u043e\u0437\u043f\u043e\u0432\u0456\u043c \u043f\u0440\u043e \u043a\u043b\u0430\u0441\u0438\u0447\u043d\u0438\u0445 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043d\u0438\u043a\u0456\u0432 \u0441\u0432\u043e\u0433\u043e \u043a\u043b\u0430\u0441\u0443.\n\n# StuG III\nhttp://i.piccy.info/i9/3d367a52a1b8dc6c22f126332f335144/1473836215/88822/1063747/cqWCxy6vYP0.jpg\n\nLet's start with the most produced Tank Destroyer in the history. At the beginning of the WW II German command decided to create a mobile artillery on the basis of existing tanks, which would be able to support the infantry. The priority in new machine were the firepower, a good armor and cheapness. The firm Daimler-Benz successfully embodied these wishes into reality. There were about eight versions of StuG III, however, the main was Ausf. G. The cost of production of one StuG was quite low - 83 000 DM. Total was released 10500 machines. The basis for the creation was German tank PzKpfw III.\nInitially StuG III was equipped with a short-75mm gun, but when good armored Soviet T-34 came to the fronts, it was decided to replace short gun with a new long-barreled 75mm cannon Stuk 40 L / 48, which surely hit the Soviet tanks. StuG armor was quite good \u2013 50 mm in a front took a punch at a distance of 1 km. StuG III was very compact in a size and had good mobility. The main disadvantage was little size which allowed bad conditions for crew working. StuG III took active part in a war from the very beginning to its end. \nhttp://i.piccy.info/i9/5dc09cebc0ddfcd1fac4a8013ee385ad/1473836240/182233/1063747/5u9ghQyvkTc.jpg\n\n>\u041f\u043e\u0447\u043d\u0435\u043c\u043e \u0437 \u043d\u0430\u0439\u043c\u0430\u0441\u043e\u0432\u0456\u0448\u0457 \u041f\u0422-\u0421\u0410\u0423 \u0432 \u0456\u0441\u0442\u043e\u0440\u0456\u0457. \u041d\u0430 \u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u0432\u0456\u0439\u043d\u0438 \u043d\u0456\u043c\u0435\u0446\u044c\u043a\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0443\u0432\u0430\u043d\u043d\u044f \u0432\u0438\u0440\u0456\u0448\u0438\u043b\u043e \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0443 \u0430\u0440\u0442\u0438\u043b\u0435\u0440\u0456\u044e \u043d\u0430 \u0431\u0430\u0437\u0456 \u0432\u0436\u0435 \u043d\u0430\u044f\u0432\u043d\u0438\u0445 \u0442\u0430\u043d\u043a\u0456\u0432, \u0437\u0434\u0430\u0442\u043d\u0443 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u043f\u0456\u0445\u043e\u0442\u0443. \u041f\u0440\u0456\u043e\u0440\u0438\u0442\u0435\u0442\u043d\u043e\u044e \u0431\u0443\u043b\u0430 \u0432\u043e\u0433\u043d\u0435\u0432\u0430 \u043c\u0456\u0446\u044c, \u0433\u0430\u0440\u043d\u0435 \u0431\u0440\u043e\u043d\u044e\u0432\u0430\u043d\u043d\u044f \u0456 \u0434\u0435\u0448\u0435\u0432\u0438\u0437\u043d\u0430. \u0424\u0456\u0440\u043c\u0430 Daimler-Benz \u0432\u0434\u0430\u043b\u043e \u0432\u0442\u0456\u043b\u0438\u043b\u0430 \u0446\u0456 \u043f\u043e\u0431\u0430\u0436\u0430\u043d\u043d\u044f \u0432 \u0440\u0435\u0430\u043b\u044c\u043d\u0456\u0441\u0442\u044c. \u0412\u0441\u044c\u043e\u0433\u043e \u0431\u0443\u043b\u043e \u0431\u043b\u0438\u0437\u044c\u043a\u043e \u0432\u043e\u0441\u044c\u043c\u0438 \u043c\u043e\u0434\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0439 StuG III, \u043f\u0440\u043e\u0442\u0435 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u044e \u0431\u0443\u043b\u0430 Ausf. G. \u0412\u0430\u0440\u0442\u0456\u0441\u0442\u044c \u043e\u0434\u043d\u0456\u0454\u0457 \u041f\u0422-\u0421\u0410\u0423 \u0431\u0443\u043b\u0430 \u0434\u043e\u0441\u0438\u0442\u044c \u043d\u0438\u0437\u044c\u043a\u043e\u044e - 83 000 \u043c\u0430\u0440\u043e\u043a. \u0421\u0443\u043c\u0430\u0440\u043d\u043e \u0431\u0443\u043b\u043e \u0432\u0438\u043f\u0443\u0449\u0435\u043d\u043e 10500 \u043c\u0430\u0448\u0438\u043d. \u0411\u0430\u0437\u043e\u044e \u0434\u043b\u044f \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u043f\u043e\u0441\u043b\u0443\u0436\u0438\u0432 \u0442\u0430\u043d\u043a PzKpfw III.\n\u0421\u043f\u043e\u0447\u0430\u0442\u043a\u0443 StuG III \u043e\u0441\u043d\u0430\u0449\u0443\u0432\u0430\u0432\u0441\u044f \u043a\u043e\u0440\u043e\u0442\u043a\u043e\u0441\u0442\u0432\u043e\u043b\u044c\u043d\u043e\u044e 75\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u043e\u044e, \u043e\u0434\u043d\u0430\u043a \u0437 \u043f\u043e\u044f\u0432\u043e\u044e \u043d\u0430 \u0444\u0440\u043e\u043d\u0442\u0430\u0445 \u0422-34 \u0431\u0443\u043b\u043e \u043f\u0440\u0438\u0439\u043d\u044f\u0442\u043e \u0440\u0456\u0448\u0435\u043d\u043d\u044f \u0437\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u0457\u0457 \u043d\u0430 \u043d\u043e\u0432\u0443 \u0434\u043e\u0432\u0433\u043e\u0441\u0442\u0432\u043e\u043b\u044c\u043d\u0443 75\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u0443 Stuk 40 L / 48, \u044f\u043a\u0430 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u043e \u0432\u0440\u0430\u0436\u0430\u043b\u0430 \u0440\u0430\u0434\u044f\u043d\u0441\u044c\u043a\u0456 \u0442\u0430\u043d\u043a\u0438. \u0411\u0440\u043e\u043d\u044f \u0441\u0430\u043c\u043e\u0445\u0456\u0434\u043a\u0438 \u0443 \u043b\u043e\u0431\u0456 \u0431\u0443\u043b\u0430 50 \u043c\u043c \u0456 \u0442\u0440\u0438\u043c\u0430\u043b\u0430 \u0443\u0434\u0430\u0440 \u043d\u0430 \u0432\u0456\u0434\u0441\u0442\u0430\u043d\u0456 1 \u043a\u043c. StuG III \u0432\u0456\u0434\u0440\u0456\u0437\u043d\u044f\u0432\u0441\u044f \u043a\u043e\u043c\u043f\u0430\u043a\u0442\u043d\u0438\u043c\u0438 \u0440\u043e\u0437\u043c\u0456\u0440\u0430\u043c\u0438, \u0445\u043e\u0440\u043e\u0448\u043e\u044e \u043c\u0430\u043d\u0435\u0432\u0440\u0435\u043d\u0456\u0441\u0442\u044e \u0442\u0430 \u043d\u0435\u043f\u043e\u0433\u0430\u043d\u043e\u044e \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044e. \u0417 \u043d\u0435\u0434\u043e\u043b\u0456\u043a\u0456\u0432 \u0432\u0430\u0440\u0442\u043e \u0432\u0456\u0434\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u043d\u0435\u0437\u0440\u0443\u0447\u043d\u0456\u0441\u0442\u044c \u0440\u043e\u0431\u043e\u0442\u0438 \u0435\u043a\u0456\u043f\u0430\u0436\u0443 \u0447\u0435\u0440\u0435\u0437 \u043d\u0435\u0432\u0435\u043b\u0438\u043a\u0438\u0439 \u0437\u0430 \u0431\u0440\u043e\u043d\u044c\u043e\u0432\u0438\u0439 \u043f\u0440\u043e\u0441\u0442\u0456\u0440. \u041c\u0430\u0448\u0438\u043d\u0430 \u0430\u043a\u0442\u0438\u0432\u043d\u043e \u0431\u0440\u0430\u043b\u0430 \u0443\u0447\u0430\u0441\u0442\u044c \u0437 \u0441\u0430\u043c\u043e\u0433\u043e \u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u0432\u0456\u0439\u043d\u0438 \u0456 \u0434\u043e \u0457\u0457 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u044f.\n\n# Su-85 (100) \u0421\u0423-85 (100)\nhttp://i.piccy.info/i9/b5ef17359d201f4a7a61b38b5e6ca72f/1473836271/164656/1063747/kKktJUlUuXk.jpg\n\nTowards in 1943 it became clear for the Soviet command that to deal effectively with new German tanks Soviet army required new, more modern machines and Tank Destroyers. It was decided to create new Tank Destroyer based on the T-34, driving performance and armor of which were very good. Development of a new machine was conducted at Uralmash factory.\nSu-85 had a new long-barreled 85mm gun, similar to that which will soon be installed at T-34-85. This gun was able to destroy enemy medium tanks at the distance of over a kilometer, and heavy tanks \u2013 at 800 meters to a front plate. The gun was placed in the middle part of the Tanks Destroyer body and had angles of + - 8 degrees. Also the inside size of tanks was nice which allowed good conditions for crew working. Driving characteristics inherited from the T-34-85. Armor (45 mm at the front with big armor slope) provided good protection against German medium tanks. A little later, with the release of the T-34-85, SU-85 was converted under the new 100mm gun. It was a tool for successfully destroying any enemy tanks, including Tiger 2. Also Su-100 had a very low silhouette, which contributed to an excellent disguise. Observation and aiming devices have been improved. SU-100 was easy to maintain. This Tank Destroyer applied to the end of the WW II. Total were released 4976 SU-100 and 2050 SU-85.\nhttp://i.piccy.info/i9/4dc33c464a97ab5b3b8b294778f28103/1473836298/33303/1063747/WVaI_c18Lyw.jpg\n\n>\u0411\u043b\u0438\u0436\u0447\u0435 \u0434\u043e 1943 \u0440\u043e\u043a\u0443 \u0440\u0430\u0434\u044f\u043d\u0441\u044c\u043a\u043e\u043c\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443\u0432\u0430\u043d\u043d\u044e \u0441\u0442\u0430\u043b\u043e \u0437\u0440\u043e\u0437\u0443\u043c\u0456\u043b\u043e, \u0449\u043e \u0434\u043b\u044f \u0435\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0457 \u0431\u043e\u0440\u043e\u0442\u044c\u0431\u0438 \u0437 \u043d\u043e\u0432\u0438\u043c\u0438 \u043d\u0456\u043c\u0435\u0446\u044c\u043a\u0438\u043c\u0438 \u0442\u0430\u043d\u043a\u0430\u043c\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0456 \u0431\u0456\u043b\u044c\u0448 \u0441\u0443\u0447\u0430\u0441\u043d\u0456 \u043c\u0430\u0448\u0438\u043d\u0438. \u0411\u0443\u043b\u043e \u0432\u0438\u0440\u0456\u0448\u0435\u043d\u043e \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u0443 \u0441\u0430\u043c\u043e\u0445\u0456\u0434\u043d\u0443 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443 \u043d\u0430 \u0431\u0430\u0437\u0456 \u0442\u0430\u043d\u043a\u0430 \u0422-34, \u0445\u043e\u0434\u043e\u0432\u0456 \u044f\u043a\u043e\u0441\u0442\u0456 \u0456 \u0431\u0440\u043e\u043d\u044f \u044f\u043a\u043e\u0433\u043e \u0431\u0443\u043b\u0438 \u0434\u0443\u0436\u0435 \u0445\u043e\u0440\u043e\u0448\u0456. \u0420\u043e\u0437\u0440\u043e\u0431\u043a\u0430 \u043d\u043e\u0432\u043e\u0457 \u041f\u0422-\u0421\u0410\u0423 \u0432\u0435\u043b\u0430\u0441\u044f \u043d\u0430 \u0423\u0440\u0430\u043b\u043c\u0430\u0448\u0437\u0430\u0432\u043e\u0434\u0456.\n\u0421\u0423-85 \u043c\u0430\u043b\u0430 \u043d\u043e\u0432\u0443 85\u043c\u043c \u043d\u0430\u0440\u0456\u0437\u043d\u0443 \u0433\u0430\u0440\u043c\u0430\u0442\u0443, \u0430\u043d\u0430\u043b\u043e\u0433\u0456\u0447\u043d\u0443 \u0437 \u0442\u043e\u044e, \u044f\u043a\u0430 \u043d\u0435\u0437\u0430\u0431\u0430\u0440\u043e\u043c \u0431\u0443\u0434\u0435 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u043d\u0430 \u0442 34-85. \u0412\u043e\u043d\u0430 \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u043b\u043e \u0431\u0435\u0437 \u043f\u0440\u043e\u0431\u043b\u0435\u043c \u0432\u0440\u0430\u0436\u0430\u0442\u0438 \u0441\u0435\u0440\u0435\u0434\u043d\u0456 \u0442\u0430\u043d\u043a\u0438 \u0441\u0443\u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0430 \u043d\u0430 \u0434\u0438\u0441\u0442\u0430\u043d\u0446\u0456\u0457 \u0431\u0456\u043b\u044c\u0448\u0435 \u043a\u0456\u043b\u043e\u043c\u0435\u0442\u0440\u0430, \u0430 \u0432\u0430\u0436\u043a\u0456 - \u043d\u0430 800 \u043c\u0435\u0442\u0440\u0430\u0445. \u0413\u0430\u0440\u043c\u0430\u0442\u0430 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u044e\u0432\u0430\u043b\u0430\u0441\u044f \u043f\u0440\u044f\u043c\u043e \u0432 \u043a\u043e\u0440\u043f\u0443\u0441 \u0456 \u043c\u0430\u043b\u043e \u043a\u0443\u0442\u0438 \u043d\u0430\u0432\u0435\u0434\u0435\u043d\u043d\u044f \u0432 + - 8 \u0433\u0440\u0430\u0434\u0443\u0441\u0456\u0432. \u041a\u043e\u0440\u043f\u0443\u0441 \u0431\u0443\u0432 \u0432\u0456\u0434\u043d\u043e\u0441\u043d\u043e \u043f\u0440\u043e\u0441\u0442\u043e\u0440\u0438\u0439 \u0456 \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u0432 \u0437 \u043a\u043e\u043c\u0444\u043e\u0440\u0442\u043e\u043c \u043f\u0440\u0430\u0446\u044e\u0432\u0430\u0442\u0438 \u0435\u043a\u0456\u043f\u0430\u0436\u0443. \u0425\u043e\u0434\u043e\u0432\u0456 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438 \u0421\u0423 \u0443\u0441\u043f\u0430\u0434\u043a\u0443\u0432\u0430\u043b\u0430 \u0432\u0456\u0434 \u0442-34. \u0411\u0440\u043e\u043d\u044f (45\u043c\u043c \u043f\u0456\u0434 \u043d\u0430\u0445\u0438\u043b\u043e\u043c) \u0437\u0430\u0431\u0435\u0437\u043f\u0435\u0447\u0443\u0432\u0430\u043b\u0430 \u0445\u043e\u0440\u043e\u0448\u0438\u0439 \u0437\u0430\u0445\u0438\u0441\u0442 \u0432\u0456\u0434 \u043f\u043e\u0441\u0442\u0440\u0456\u043b\u0456\u0432 \u0441\u0435\u0440\u0435\u0434\u043d\u0456\u0445 \u0442\u0430\u043d\u043a\u0456\u0432 \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0430. \u0422\u0440\u043e\u0445\u0438 \u043f\u0456\u0437\u043d\u0456\u0448\u0435 \u0437 \u0432\u0438\u0445\u043e\u0434\u043e\u043c \u0442\u0430\u043d\u043a\u0430 \u0442 34-85 \u0421\u0443\u0448\u043a\u0438 \u0431\u0443\u043b\u0438 \u043f\u0435\u0440\u0435\u043e\u0431\u043b\u0430\u0434\u043d\u0430\u043d\u0456 \u043f\u0456\u0434 \u043d\u043e\u0432\u0443 100\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u0443. \u0426\u044f \u0433\u0430\u0440\u043c\u0430\u0442 \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u043b\u0430 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0431\u043e\u0440\u043e\u0442\u0438\u0441\u044f \u0437 \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u043c \u0442\u0430\u043d\u043a\u043e\u043c \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0430, \u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0447\u0438 \u0456 \u0422\u0438\u0433\u0440 2. \u0422\u0430\u043a\u043e\u0436 \u0432\u0430\u0440\u0442\u043e \u0432\u0456\u0434\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u043d\u0438\u0437\u044c\u043a\u0438\u0439 \u0441\u0438\u043b\u0443\u0435\u0442 \u043c\u0430\u0448\u0438\u043d\u0438, \u044f\u043a\u0438\u0439 \u0441\u043f\u0440\u0438\u044f\u0432 \u0432\u0456\u0434\u043c\u0456\u043d\u043d\u043e\u043c\u0443 \u043c\u0430\u0441\u043a\u0443\u0432\u0430\u043d\u043d\u044e. \u0411\u0443\u043b\u0438 \u043f\u043e\u043b\u0456\u043f\u0448\u0435\u043d\u0456 \u043f\u0440\u0438\u043b\u0430\u0434\u0438 \u0441\u043f\u043e\u0441\u0442\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u0439 \u043f\u0440\u0438\u0446\u0456\u043b\u044e\u0432\u0430\u043d\u043d\u044f. \u0422\u0435\u0445\u043d\u0456\u043a\u0430 \u0431\u0443\u043b\u0430 \u043f\u0440\u043e\u0441\u0442\u0430 \u0432 \u043e\u0431\u0441\u043b\u0443\u0433\u043e\u0432\u0443\u0432\u0430\u043d\u043d\u0456. \u0426\u044f \u041f\u0422-\u0421\u0410\u0423 \u0437\u0430\u0441\u0442\u043e\u0441\u043e\u0432\u0443\u0432\u0430\u043b\u0430\u0441\u044f \u0434\u043e \u0441\u0430\u043c\u043e\u0433\u043e \u043a\u0456\u043d\u0446\u044f \u0432\u0456\u0439\u043d\u0438. \u0412\u0441\u044c\u043e\u0433\u043e \u0431\u0443\u043b\u043e \u0432\u0438\u043f\u0443\u0449\u0435\u043d\u043e 4976 \u0421\u0423-100 \u0456 2050 \u0421\u0423-85.\n\n# Jagdpanther (\u042f\u0433\u0434\u043f\u0430\u043d\u0442\u0435\u0440\u0430)\nhttp://i.piccy.info/i9/201bcdc4469d546e806e4a38ba752ea7/1473836330/161907/1063747/_jvoDheMLik.jpg\n\nIn the middle of 1942 the German command decided to create a new Tank Destroyer with 88mm anti-tank gun Pak-43, using the basis of medium tank \u201cPanther\u201d. The development of this Tank Destroyer at first was carried by a Krupp company, then it was given to a Daimler-Benz and at last it was finished by a MIAG company. So, the destiny of Jagdpather was hard. The development has been complicated by the regular air raids allies, constant shortage of necessary parts and confusion in the serial versions of the machine. Jagdpanther took the most actively part in the Ardennes offensive and the Balaton operation.\nhttp://i.piccy.info/i9/d2e68a346dd9f511c77c83d8b77eaf87/1473836361/30639/1063747/XmYA_dzfCU8.jpg\n\nIn general, as a Tank Destroyer Jagdpanthere was great. Maneuverability and speed characteristics were good because of using \u201cPanther\u201d basis. Armor of Jagdpanthere (80 mm in the front with a good armor slope) confidently defended the machine and a crew at the distance of 800 meters from all Soviet tanks. The new 88mm anti-tank gun allowed to destroy the enemy at a distance of 1km. Rate of fire at the same time was very high - 8 rounds per minute. The fighting compartment inside of a car was spacious and was equipped with ventilation, increasing the convenience of the crew working. And don\u2019t forget than Jagdpanther had a low silhouette. The disadvantages were the relatively high cost of the machine (due to the use of scarce materials), unreliability and complexity of the transmission service. Jagdpanther has established itself as a formidable and dangerous opponent, specializing in the destruction of tanks. Total were produced 392 cars.\nhttp://i.piccy.info/i9/f1590af47cd302853838f357b7786d76/1473836385/192289/1063747/V3N3_0icSI.jpg\n\n>\u0423 \u0441\u0435\u0440\u0435\u0434\u0438\u043d\u0438 1942 \u0440\u043e\u043a\u0443 \u043d\u0456\u043c\u0435\u0446\u044c\u043a\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0443\u0432\u0430\u043d\u043d\u044f \u043f\u0440\u0438\u0439\u043d\u044f\u043b\u043e \u0440\u0456\u0448\u0435\u043d\u043d\u044f \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u041f\u0422-\u0421\u0410\u0423 \u0437 \u043d\u043e\u0432\u043e\u044e \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u043e\u044e 88\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u043e\u044e \u0420\u0430\u043a-43 \u043d\u0430 \u0431\u0430\u0437\u0456 \u0441\u0435\u0440\u0435\u0434\u043d\u044c\u043e\u0433\u043e \u0442\u0430\u043d\u043a\u0430 \u041f\u0430\u043d\u0442\u0435\u0440\u0430. \u0420\u043e\u0437\u0440\u043e\u0431\u043a\u0443 \u041f\u0422-\u0421\u0410\u0423 \u0441\u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u0432\u0435\u043b\u0430 \u0444\u0456\u0440\u043c\u0430 \u041a\u0440\u0443\u043f\u043f, \u043f\u0456\u0437\u043d\u0456\u0448\u0435 \u043f\u0440\u043e\u0435\u043a\u0442 \u0434\u043e\u0440\u043e\u0431\u043b\u044f\u0432\u0441\u044f \u0444\u0456\u0440\u043c\u043e\u044e Daimler-Benz, \u0430 \u0432 \u0441\u0430\u043c\u043e\u043c\u0443 \u043a\u0456\u043d\u0446\u0456 - MIAG. \u0420\u043e\u0437\u0440\u043e\u0431\u043a\u0430 \u0431\u0443\u043b\u0430 \u0443\u0441\u043a\u043b\u0430\u0434\u043d\u0435\u043d\u0430 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u0438\u043c\u0438 \u0430\u0432\u0456\u0430 \u043d\u0430\u043b\u044c\u043e\u0442\u0430\u043c\u0438 \u0441\u043e\u044e\u0437\u043d\u0438\u043a\u0456\u0432, \u043f\u043e\u0441\u0442\u0456\u0439\u043d\u0438\u043c\u0438 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0447\u0430\u043c\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0438\u0445 \u0434\u0435\u0442\u0430\u043b\u0435\u0439 \u0456 \u043f\u043b\u0443\u0442\u0430\u043d\u0438\u043d\u043e\u044e \u0432 \u0441\u0435\u0440\u0456\u0439\u043d\u0438\u0445 \u043c\u043e\u0434\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u044f\u0445 \u043c\u0430\u0448\u0438\u043d\u0438. \u041d\u0430\u0439\u0431\u0456\u043b\u044c\u0448 \u0430\u043a\u0442\u0438\u0432\u043d\u043e \u042f\u0433\u0434\u043f\u0430\u043d\u0442\u0435\u0440\u0438 \u0431\u0440\u0430\u043b\u0438 \u0443\u0447\u0430\u0441\u0442\u044c \u0432 \u0410\u0440\u0434\u0435\u043d\u0441\u044c\u043a\u043e\u043c\u0443 \u043d\u0430\u0441\u0442\u0443\u043f\u0456 \u0442\u0430 \u0411\u0430\u043b\u0430\u0442\u043e\u043d\u0441\u044c\u043a\u0456\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0456\u0457.\n\u0412 \u0446\u0456\u043b\u043e\u043c\u0443 \u0441\u0430\u043c\u043e\u0445\u043e\u0434\u043a\u0430 \u0432\u0438\u0439\u0448\u043b\u0430 \u0432\u0434\u0430\u043b\u043e\u044e. \u0425\u043e\u0434\u043e\u0432\u0456 \u0456 \u043c\u0430\u043d\u0435\u0432\u0440\u0435\u043d\u0456 \u044f\u043a\u043e\u0441\u0442\u0456 \u0432\u043e\u043d\u0430 \u0446\u0456\u043b\u043a\u043e\u043c \u0443\u0441\u043f\u0430\u0434\u043a\u0443\u0432\u0430\u043b\u0430 \u0432\u0456\u0434 \u041f\u0430\u043d\u0442\u0435\u0440\u0438 \u0456 \u0432\u043e\u043d\u0438 \u0431\u0443\u043b\u0438 \u043d\u0430 \u0432\u0438\u0441\u043e\u043a\u043e\u043c\u0443 \u0440\u0456\u0432\u043d\u0456. \u0411\u0440\u043e\u043d\u044f \u0441\u0430\u043c\u043e\u0445\u0456\u0434\u043a\u0438 (80 \u043c\u043c \u0432 \u043b\u043e\u0431\u0456 \u043f\u0456\u0434 \u0445\u043e\u0440\u043e\u0448\u0438\u043c \u043d\u0430\u0445\u0438\u043b\u043e\u043c) \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u043e \u0437\u0430\u0445\u0438\u0449\u0430\u043b\u0430 \u0457\u0457 \u043d\u0430 \u0434\u0438\u0441\u0442\u0430\u043d\u0446\u0456\u044f\u0445 \u0432\u0456\u0434 800 \u043c\u0435\u0442\u0440\u0456\u0432. \u041d\u043e\u0432\u0430 88\u043c\u043c \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u0430 \u0433\u0430\u0440\u043c\u0430\u0442\u0430 \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u043b\u0430 \u0432\u0435\u0441\u0442\u0438 \u043f\u0440\u0438\u0446\u0456\u043b\u044c\u043d\u0438\u0439 \u0432\u043e\u0433\u043e\u043d\u044c \u043f\u043e \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0443 \u043d\u0430 \u0432\u0456\u0434\u0441\u0442\u0430\u043d\u0456 1\u043a\u043c. \u0422\u0435\u043c\u043f \u0441\u0442\u0440\u0456\u043b\u044c\u0431\u0438 \u043f\u0440\u0438 \u0446\u044c\u043e\u043c\u0443 \u0431\u0443\u0432 \u0434\u0443\u0436\u0435 \u0432\u0438\u0441\u043e\u043a\u0438\u0439 - 8 \u043f\u043e\u0441\u0442\u0440\u0456\u043b\u0456\u0432 \u043d\u0430 \u0445\u0432\u0438\u043b\u0438\u043d\u0443. \u0411\u043e\u0439\u043e\u0432\u0435 \u0432\u0456\u0434\u0434\u0456\u043b\u0435\u043d\u043d\u044f \u043c\u0430\u0448\u0438\u043d\u0438 \u0431\u0443\u043b\u043e \u043f\u0440\u043e\u0441\u0442\u043e\u0440\u0438\u043c \u0456 \u043e\u0441\u043d\u0430\u0449\u0443\u0432\u0430\u043b\u043e\u0441\u044f \u0432\u0435\u043d\u0442\u0438\u043b\u044f\u0446\u0456\u0454\u044e, \u0449\u043e \u043f\u0456\u0434\u0432\u0438\u0449\u0443\u0432\u0430\u043b\u043e \u0437\u0440\u0443\u0447\u043d\u043e\u0441\u0442\u0456 \u0440\u043e\u0431\u043e\u0442\u0438 \u0435\u043a\u0456\u043f\u0430\u0436\u0443. \u041f\u0440\u0438\u043b\u0430\u0434\u0438 \u0441\u043f\u043e\u0441\u0442\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u0456 \u043f\u0440\u0438\u0446\u0456\u043b\u0438 \u0431\u0443\u043b\u0438 \u044f\u043a \u0437\u0430\u0432\u0436\u0434\u0438 \u043d\u0430 \u0432\u0438\u0449\u043e\u043c\u0443 \u0440\u0456\u0432\u043d\u0456. \u041f\u0422-\u0421\u0410\u0423 \u043c\u0430\u043b\u0430 \u043d\u0438\u0437\u044c\u043a\u0438\u0439 \u0441\u0438\u043b\u0443\u0435\u0442. \u0417 \u043d\u0435\u0434\u043e\u043b\u0456\u043a\u0456\u0432 \u0432\u0430\u0440\u0442\u043e \u0432\u0456\u0434\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u0432\u0456\u0434\u043d\u043e\u0441\u043d\u043e \u0432\u0438\u0441\u043e\u043a\u0443 \u0432\u0430\u0440\u0442\u0456\u0441\u0442\u044c \u043c\u0430\u0448\u0438\u043d\u0438 (\u0447\u0435\u0440\u0435\u0437 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f \u0434\u0435\u0444\u0456\u0446\u0438\u0442\u043d\u0438\u0445 \u043c\u0430\u0442\u0435\u0440\u0456\u0430\u043b\u0456\u0432), \u043d\u0435\u043d\u0430\u0434\u0456\u0439\u043d\u0456\u0441\u0442\u044c \u0442\u0440\u0430\u043d\u0441\u043c\u0456\u0441\u0456\u0457 \u0456 \u0441\u043a\u043b\u0430\u0434\u043d\u0456\u0441\u0442\u044c \u0432 \u043e\u0431\u0441\u043b\u0443\u0433\u043e\u0432\u0443\u0432\u0430\u043d\u043d\u0456. \u0422\u0430\u043a\u043e\u0436 \u043d\u0435\u0437\u0430\u0434\u043e\u0432\u0456\u043b\u044c\u043d\u043e\u044e \u0431\u0443\u043b\u0430 \u0431\u0440\u043e\u043d\u044f \u0431\u043e\u0440\u0442\u0456\u0432. \u042f\u0433\u0434\u043f\u0430\u043d\u0442\u0435\u0440\u0430 \u0437\u0430\u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0432\u0430\u043b\u0430 \u0441\u0435\u0431\u0435 \u044f\u043a \u0433\u0440\u0456\u0437\u043d\u0438\u0439 \u0456 \u043d\u0435\u0431\u0435\u0437\u043f\u0435\u0447\u043d\u0438\u0439 \u0441\u0443\u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a, \u0449\u043e \u0441\u043f\u0435\u0446\u0456\u0430\u043b\u0456\u0437\u0443\u0454\u0442\u044c\u0441\u044f \u043d\u0430 \u0432\u0438\u043d\u0438\u0449\u0435\u043d\u043d\u044f \u0442\u0430\u043d\u043a\u0456\u0432. \u0412\u0441\u044c\u043e\u0433\u043e \u0431\u0443\u043b\u043e \u0432\u0438\u043f\u0443\u0449\u0435\u043d\u043e 392 \u043c\u0430\u0448\u0438\u043d\u0438.\n\n# M18 \u201cHellcat\u201d\nhttp://i.piccy.info/i9/96dea13cac0295bde2f7c6dd2ddf0f93/1473836416/237135/1063747/Zt4ltwPq9qQ.jpg\n\nThe design of the American Tank Destroyer was caused by the US military doctrine. In contrast to the Germans and the Soviets, who had good-armored Tank Destroyers with a powerful anti-tank gun and mediocre mobility, American Tank Destroyers were oriented on a good mobility firstly. M18 was developed for quickly interception of enemy tank formations and the destruction of their flanks. This also caused the weak armor, small caliber of guns and excellent mobility equipment. M18 had been developed by General Motors Buick Division, the cost of one machine was 57,000 dollars. Total it was produced 2507 M18.\nAt first it was planned to put the 37mm gun, but very soon it was decided to replace it by the 57mm British gun. But this was not enough, and in the final version M18 was equipped with a 76mm cannon from Shermans. New Tank Destroyer had a very light weight, had weak armor (20mm in the forehead) and the rotating tower, which was unusual for that time. Suspension provides the convenience of driving on rough terrain; the engine allowed reaching speed up to 45 km per hour. M18 was easy to operate and convenient to use. In general, the machine was ambiguous, absorbing a lot of bold decisions.\nhttp://i.piccy.info/i9/df0129bd789f7923e8f0306e5a8b6520/1473836445/147058/1063747/pxmv2fJDVRs.jpg\n\n>\u041a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0456\u044f \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u044c\u043a\u043e\u0433\u043e \u0432\u0438\u043d\u0438\u0449\u0443\u0432\u0430\u0447\u0430 \u0442\u0430\u043d\u043a\u0456\u0432 \u043e\u0431\u0443\u043c\u043e\u0432\u043b\u0435\u043d\u0430 \u0432 \u043f\u0435\u0440\u0448\u0443 \u0447\u0435\u0440\u0433\u0443 \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u044c\u043a\u043e\u044e \u0432\u0456\u0439\u0441\u044c\u043a\u043e\u0432\u043e\u044e \u0434\u043e\u043a\u0442\u0440\u0438\u043d\u043e\u044e. \u041d\u0430 \u0432\u0456\u0434\u043c\u0456\u043d\u0443 \u0432\u0456\u0434 \u043d\u0456\u043c\u0435\u0446\u044c\u043a\u0438\u0445 \u0456 \u0440\u0430\u0434\u044f\u043d\u0441\u044c\u043a\u0438\u0445 \u0430\u0440\u043c\u0456\u0439, \u0443 \u044f\u043a\u0438\u0445 \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u0456 \u0441\u0430\u043c\u043e\u0445\u0456\u0434\u043a\u0438 \u043c\u0430\u043b\u0438 \u0433\u0430\u0440\u043d\u0443 \u043b\u043e\u0431\u043e\u0432\u0443 \u0431\u0440\u043e\u043d\u044e, \u043f\u043e\u0442\u0443\u0436\u043d\u0443 \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u0443 \u0433\u0430\u0440\u043c\u0430\u0442\u0443 \u0456 \u043f\u043e\u0441\u0435\u0440\u0435\u0434\u043d\u044e \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0456\u0441\u0442\u044c, \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u044c\u043a\u0456 \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u0456 \u0441\u0430\u043c\u043e\u0445\u0456\u0434\u043a\u0438 \u0432 \u043f\u0435\u0440\u0448\u0443 \u0447\u0435\u0440\u0433\u0443 \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0431\u0443\u043b\u0438 \u0431\u0443\u0442\u0438 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0456. \u041c18 \u0440\u043e\u0437\u0440\u043e\u0431\u043b\u044f\u0432\u0441\u044f \u0434\u043b\u044f \u0448\u0432\u0438\u0434\u043a\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0445\u043e\u043f\u043b\u0435\u043d\u043d\u044f \u0442\u0430\u043d\u043a\u043e\u0432\u0438\u0445 \u0437'\u0454\u0434\u043d\u0430\u043d\u044c \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0430 \u0456 \u0437\u043d\u0438\u0449\u0435\u043d\u043d\u044f \u0457\u0445 \u0437 \u0444\u043b\u0430\u043d\u0433\u0456\u0432. \u0426\u0438\u043c \u0456 \u043e\u0431\u0443\u043c\u043e\u0432\u043b\u044e\u0432\u0430\u043b\u0430\u0441\u044f \u0441\u043b\u0430\u0431\u043a\u0435 \u0431\u0440\u043e\u043d\u044e\u0432\u0430\u043d\u043d\u044f, \u043d\u0435\u0432\u0435\u043b\u0438\u043a\u0438\u0439 \u043a\u0430\u043b\u0456\u0431\u0440 \u0433\u0430\u0440\u043c\u0430\u0442\u0438 \u0456 \u0432\u0456\u0434\u043c\u0456\u043d\u043d\u0430 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0456\u0441\u0442\u044c \u0442\u0435\u0445\u043d\u0456\u043a\u0438. \u0420\u043e\u0437\u0440\u043e\u0431\u043a\u0430 \u0432\u0435\u043b\u0430\u0441\u044f \u0444\u0456\u0440\u043c\u043e\u044e General Motors Buick Division, \u0432\u0430\u0440\u0442\u0456\u0441\u0442\u044c \u043e\u0434\u043d\u0456\u0454\u0457 \u043c\u0430\u0448\u0438\u043d\u0438 \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b\u0430 57000 \u0434\u043e\u043b\u0430\u0440\u0456\u0432. \u0412\u0441\u044c\u043e\u0433\u043e \u0431\u0443\u043b\u043e \u0432\u0438\u043f\u0443\u0449\u0435\u043d\u043e 2507 \u041f\u0422-\u0421\u0410\u0423 \u041c18.\n\u0421\u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u043f\u043b\u0430\u043d\u0443\u0432\u0430\u043b\u043e\u0441\u044f \u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u0438 37\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u0443, \u043f\u0440\u043e\u0442\u0435 \u0434\u0443\u0436\u0435 \u0441\u043a\u043e\u0440\u043e \u0431\u0443\u043b\u043e \u0432\u0438\u0440\u0456\u0448\u0435\u043d\u043e \u0437\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u0457\u0457 \u043d\u0430 57\u043c\u043c \u0431\u0440\u0438\u0442\u0430\u043d\u0441\u044c\u043a\u0443 \u0433\u0430\u0440\u043c\u0430\u0442\u0443. \u0410\u043b\u0435 \u0446\u044c\u043e\u0433\u043e \u0432\u0438\u044f\u0432\u0438\u043b\u043e\u0441\u044f \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043d\u044c\u043e, \u0456 \u0432 \u0444\u0456\u043d\u0430\u043b\u044c\u043d\u043e\u043c\u0443 \u0432\u0430\u0440\u0456\u0430\u043d\u0442\u0456 \u041c18 \u043e\u0441\u043d\u0430\u0449\u0443\u0432\u0430\u043b\u0430\u0441\u044f 76\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u043e\u044e, \u0449\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u044e\u0432\u0430\u043b\u0430\u0441\u044f \u043d\u0430 \u0442\u0430\u043d\u043a\u0438 \u0428\u0435\u0440\u043c\u0430\u043d. \u041f\u0422-\u0421\u0410\u0423 \u0431\u0443\u043b\u0430 \u0434\u0443\u0436\u0435 \u043b\u0435\u0433\u043a\u0430, \u043c\u0430\u043b\u0430 \u043f\u0440\u043e\u0442\u0438\u0432\u043e\u043a\u0443\u043b\u044c\u043e\u0432\u0435 \u0431\u0440\u043e\u043d\u044e\u0432\u0430\u043d\u043d\u044f (20\u043c\u043c \u0432 \u043b\u043e\u0431\u0456) \u0456 \u043f\u043e\u0432\u043e\u0440\u043e\u0442\u043d\u0443 \u0431\u0430\u0448\u0442\u0443, \u0449\u043e \u0431\u0443\u043b\u043e \u043d\u0435\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u043d\u043e \u0434\u043b\u044f \u041f\u0422-\u0421\u0410\u0423 \u0442\u043e\u0433\u043e \u0447\u0430\u0441\u0443. \u041f\u0456\u0434\u0432\u0456\u0441\u043a\u0430 \u0437\u0430\u0431\u0435\u0437\u043f\u0435\u0447\u0443\u0432\u0430\u043b\u0430 \u0437\u0440\u0443\u0447\u043d\u0456\u0441\u0442\u044c \u0457\u0437\u0434\u0438 \u043f\u043e \u043f\u0435\u0440\u0435\u0441\u0456\u0447\u0435\u043d\u0456\u0439 \u043c\u0456\u0441\u0446\u0435\u0432\u043e\u0441\u0442\u0456, \u0434\u0432\u0438\u0433\u0443\u043d \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u0432 \u0440\u043e\u0437\u0432\u0438\u0432\u0430\u0442\u0438 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c \u0434\u043e 45 \u043a\u043c \u043d\u0430 \u0433\u043e\u0434\u0438\u043d\u0443. \u041c18 \u0431\u0443\u0432 \u043f\u0440\u043e\u0441\u0442\u0438\u0439 \u0432 \u043e\u0431\u0441\u043b\u0443\u0433\u043e\u0432\u0443\u0432\u0430\u043d\u043d\u0456 \u0456 \u0437\u0440\u0443\u0447\u043d\u0438\u0439 \u0432 \u0435\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0456\u0457. \u0412 \u0446\u0456\u043b\u043e\u043c\u0443 \u043c\u0430\u0448\u0438\u043d\u0430 \u0432\u0438\u0439\u0448\u043b\u0430 \u043d\u0435\u043e\u0434\u043d\u043e\u0437\u043d\u0430\u0447\u043d\u043e\u044e, \u0443\u0432\u0456\u0431\u0440\u0430\u0432\u0448\u0438 \u0432 \u0441\u0435\u0431\u0435 \u0431\u0435\u0437\u043b\u0456\u0447 \u0441\u043c\u0456\u043b\u0438\u0432\u0438\u0445 \u0440\u0456\u0448\u0435\u043d\u044c.\n\nAt the end I want to say, that the birth of Tank destroyers was caused by the necessary of destroying heavy enemy techniques. Next time I will tell you about machines with a real \u201cBig Guns\u201d.\n>\u041d\u0430 \u0446\u044c\u043e\u043c\u0443 \u043c\u0456 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043c\u043e \u043d\u0430\u0448\u0435 \u0437\u043d\u0430\u0439\u043e\u043c\u0441\u0442\u0432\u043e \u0437 \u043a\u043b\u0430\u0441\u043e\u043c \u041f\u0422-\u0421\u0410\u0423. \u041f\u043e\u044f\u0432\u0430 \u0441\u0430\u043c\u043e\u0445\u043e\u0434\u043e\u043a \u0431\u0443\u043b\u0430 \u0432\u0438\u043a\u043b\u0438\u043a\u0430\u043d\u0430 \u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0456\u0441\u0442\u044e \u0437\u043d\u0438\u0449\u0435\u043d\u043d\u044f \u0432\u0430\u0436\u043a\u043e\u0457 \u0442\u0435\u0445\u043d\u0456\u043a\u0438 \u0441\u0443\u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0430. \u041d\u0430 \u0447\u0435\u0440\u0437\u0456 \u043c\u0430\u0448\u0438\u043d\u0438 \u0437 \u0434\u0456\u0439\u0441\u043d\u043e \u0432\u0435\u043b\u0438\u043a\u0438\u043c\u0438 \u043a\u0430\u043b\u0456\u0431\u0440\u0430\u043c\u0438. \n\n***don't forget to follow @burmik123***", @@ -10210,7 +10210,7 @@ ], "author": "gavvet", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 72.8, "beneficiaries": [], "blacklists": [], "body": "Is this a typo? Benefits? You ask. How could there be any possible benefit from having a disability?\n\nWell, in fact there are. And here are three unexpected benefits I have personally experienced in my own journey living with a degenerating eye condition.\n\n## Improved lateral thinking and innovation\nGrowing up with a vision impairment meant that there were often things that most people took for granted, but which I struggled to do. To do the same things, I needed to come up with creative solutions and alternative ways of doing things. So from a very young age, I learnt to think laterally and developed my problem solving skills. Most people are so use to perceiving the world in a certain way, but when you are stripped of one of your senses, you learn to perceive things in a different way.\n\nhttps://ipfs.pics/ipfs/QmWb5pzYhKKJZ8zmeYqVeV6oNqGi5h7yDEtxBbjwRdTUZ7\n\nWhen I was still living by myself a few years ago, I had the annoying task of having to cook for myself each night. The challenge I faced in the kitchen was not been able to read the labels on various bottles and containers. As a result, I couldn't tell which container was the salt and which one was the sugar, and all the packaging for the herbs looked the same. So how did I manage? Instead of using sight, I used my sense of smell to distinguish between the herbs, and for some ingredients where I couldn't use the sense of smell, I used different containers and labels to help me identify all the different ingredients.\n\nAnd this leads on to the second benefit.\n\n## Improved memory\nPeople who know me well often comment on my ability to remember things. In fact, I've noticed this in many other people I know who also have a vision impairment. I think this is due to the fact that for someone with a vision impairment to thrive in a sighted world, we often need to make extra effort to adapt to our circumstances.\n\nFor example, I remember when I was still in university, I had to do many presentations. For most people, they could refer to speech notes as they are presenting. However, for me, this was not possible, as I couldn't read speech notes no matter how big the font was. Furthermore, as I have some sight, I never needed to learn braille, which meant I couldn't refer to braille notes either. _As a side note, this is why the title of my memoir which I've been posting on Steemit is \"Living in Between Two Worlds\", because I have often found myself being caught between the world of the sighted and the world of the blind, and also between the identity of being Chinese but not fully Chinese, and being Australian but not fully Australian._ As a result, every time I had to do a presentation, I would always remember the entire speech. Over time, this has become second nature to me. I have learnt how to force things into my memory, and be innovative when I need to.\n\n## Resilience\nGrowing up with a vision impairment, I experienced a lot of bullying at school and a lot of hurtful comments and actions from people, sometimes done knowingly and sometimes unknowingly. Sometimes this comes in the form of a patronising comment, and sometimes from a look or stare. The interesting thing with people staring and giving me strange looks is that I can often notice people are doing it to me because I have some peripheral vision, however people generally can't tell I'm looking back at them because it doesn't seem like I'm looking at them. Most of the time however, those hurtful words and actions are done out of ignorance and a lack of understanding, rather then out of malice.\n\n#### But from all these things I've experienced, it has made me a stronger and more resilient person.\nAs a result, whatever unforeseen things I may experience in life, there's not much that can knock me out completely. I have developed the ability to adapt to changing circumstances and stay optimistic, because as they say:\n### What doesn't kill you, makes you stronger.\n\nSo I'm thankful to God for the person I have become today. Disability isn't all bad. Without what I have gone through with my vision impairment, I wouldn't be the person I am today, and for these reasons, I am thankful.\n\nTo read more about my story, you can read my short memoir series. You can find [Part 1 here.](https://steemit.com/memoir/@nextgen622/living-in-between-two-worlds-my-memoir-part-1-updated)\n\nYou can also follow me on @nextgen622", @@ -11141,7 +11141,7 @@ ], "author": "gavvet", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 72.8, "beneficiaries": [], "blacklists": [], "body": ">Today I told my dad the final date of my marriage: October 2nd . Few days ago, as I told him that I was going to get married in a few weeks, he got mad at me. \u201cI was expecting you to get a real job before you got married!\u201d was his main critique. \u201cHow can you get married *now*?\u201d he asked me.\n\nOggi ho detto a mio padre la data definitiva del mio matrimonio: due ottobre. Pochi giorni fa, quando gli ho detto che mi sarei sposato nel giro di poche settimane, si \u00e8 arrabbiato con me. \u201cMi sarei aspettato che ti trovassi un lavoro vero prima di sposarti\u201d \u00e8 stato il suo principale oggetto di critica. \u201cCome puoi sposarti *adesso*?\u201d mi ha chiesto.\n\n>Let me give you some background. I\u2019m 29 years old and I want to do many things in my life. I studied economics, worked for no-profit and academia and I published a book in May on the shifting economic paradigm. I dedicated the last year to this book, spent all the savings I had and by now I have a few weeks of financial autonomy left. Meanwhile I rented a room on Airbnb, learned how to do bracelets and sold them on the Ligurian (North-West Italy) seaside. Simultaneously, I\u2019m working on becoming what I call a cryptofarmer: in fact, my goal is to write and earn cryptocurrencies while living in the countryside in a small house I\u2019m transforming into a farm. I learned how to plant a vegetable garden, how to chop wood and limiting the expenses of food and heating.\nEven if sometimes I\u2019m scared I could not afford a living, I feeI I can make it. We can make it. In fact, few months ago a girl I met last winter in Chile joined me and is providing great help with her skills and work. And I\u2019m going to marry her in a few weeks, as I said.\n\nFacciamo un passo indietro. Ho 29 anni e voglio fare tante cose nella mia vita. Ho studiato economia, lavorato nel no-profit e nel mondo accademico per poi pubblicare, a maggio di quest\u2019anno, un libro sul cambio di paradigma in economia. Ho dedicato l\u2019ultimo anno a questo libro, ho speso tutti i miei risparmi e ho davanti ancora qualche settimana di autonomia finanziaria. Nel frattempo ho affittato una stanza su Airbnb e imparato a fare braccialetti che ho venduto sulla costa ligure. Parallelamente lavoro per diventare quello che chiamo un cryptofarmer; il mio obiettivo \u00e8 infatti quello di scrivere e guadagnare cripto-valute mentre vivo in una piccola casa di campagna che sto trasformando in fattoria. Ho imparato come piantare un orto, spaccare la legna e limitare le spese di cibo e riscaldamento.\nAnche se a volte ho paura di non riuscire a guadagnarmi da vivere, sento che ce la posso fare. Che ce la *possiamo* fare. Qualche mese fa, infatti, una ragazza che ho conosciuto lo scorso inverno in Cile si \u00e8 unita ai miei progetti e mi sta dando un grosso aiuto con le sue capacit\u00e0 e il suo lavoro. E io la sposer\u00f2 in qualche settimana, come dicevo.\n>My father is 69 years old. Oddly enough, he actually left countryside for the city \u2013 a choice diametrically opposite to the one I made \u2013 to become a lawyer and had success by working really hard. As far as I know, he wanted to be a journalist but chose to be a lawyer to get a better salary \u2013 as he got. He wanted me to be a lawyer too, of course, but when I chose to study economics he told me I could become an auditor; those were professions, in his words, that paid good.\n\nMio padre ha 69 anni. E\u2019 curioso come lui lasci\u00f2 la campagna per la citt\u00e0 \u2013 una scelta diametralmente opposta a quella che ho fatto io \u2013 per diventare un avvocato e l\u00ec ha avuto successo lavorando molto. Da quel che so, lui voleva fare il giornalista da giovane, ma poi ha scelto di fare l\u2019avvocato per avere un miglior salario \u2013 come appunto si \u00e8 verificato. Chiaramente voleva che anche io facessi l\u2019avvocato e successivamente, quando io scelsi di studiare economia, mi disse che potevo diventare il revisore contabile; mestieri, questi, che secondo lui erano ben remunerati. \n>Dear dad,\nA couple of years ago, you told that you were eventually glad I didn\u2019t follow your path and became a lawyer. The job had changed too much, you said. Now too many lawyers are fighting one against each other to get the job and clients are not paying for the work you did for them. That\u2019s how you described me your job \u2013 a job that in Italy, for your generation, was a synonym of success. A son who became a lawyer was a dream for the average family.\nWell, I\u2019m going to add a little piece to this picture. In a few decades, the whole profession of lawyer may become obsolete. Do you know that even today you can ask legal question to [Ross](http://www.psfk.com/2015/01/ross-ibm-watson-powered-lawyer-legal-research.html), an IBM powered machine? It will provide you an answer by sifting through thousands of legal documents, statutes and cases - assisting you to get ready for the case by including citations, suggested readings and confidence ratings. \nToday few technologies are ready to disrupt whole sectors of the economy. One of these is Artificial Intelligence that could make your profession obsolete. Another is the blockchain: that one could make the auditor and accountancy profession useless too. Have you ever heard about it? Some say it\u2019s important as the invention of the Internet.\n\nCaro pap\u00e0,\nQualche anno fa mi hai detto che in fin dei conti eri contento che non avessi seguito la tua strada e fossi diventato un avvocato. Il lavoro \u00e8 cambiato troppo, hai detto. Troppi avvocati in conflitto l\u2019uno contro l\u2019altro per accaparrarsi clienti che poi non pagano il lavoro che fai per loro. Cos\u00ec mi hai descritto il tuo lavoro \u2013 un lavoro che in Italia, per la tua generazione, era sinonimo di successo. Un figlio che diventava avvocato era un sogno per la famiglia media.\nBeh, lasciami aggiungere un pezzo a questa storia. In un paio di decadi, la professione stessa dell\u2019avvocato potrebbe diventare obsoleta. Sai che gi\u00e0 oggi puoi chiedere un parere legale a [Ross](http://www.psfk.com/2015/01/ross-ibm-watson-powered-lawyer-legal-research.html), una macchina sviluppata da IBM? Ti restituisce una risposta setacciando migliaia di documenti legali, statuti e casi \u2013 assistendoti a prepararti al caso includendo citazioni, letture consigliate e intervalli di confidenza. Alcune tecnologie sono sul punto di rivoluzionare interi settori dell\u2019economia. Una di queste \u00e8 l\u2019intelligenza artificiale che potrebbe rendere obsoleta la tua professione. Un\u2019altra \u00e8 la blockchain: questa potrebbe rendere inutile la professione del contabile e del revisore. Ne hai mai sentito parlare? Alcuni dicono che \u00e8 importante quanto l\u2019invenzione di Internet.\n>**You should really be glad I didn\u2019t choose your job just because it paid good**. As I was 18 (in 2005) being a lawyer paid good, in a decade it wasn\u2019t the case anymore. **In fact, between 2007 and 2014 the average income reported by Italian lawyers [declined from 51.314 euro to 37.505]( http://www.italiaoggi.it/news/dettaglio_news.asp?id=201603102026358478&chkAgenzie=ITALIAOGGI&titolo=Avvocati,%20redditi%20da%20dimenticare)**. Well, last decade \u2013 it is to be said - was a *century*: while economy collapsed in one of the worst crisis ever, technology produced unparalleled innovations. Before 2005 there was no Youtube. In 2005 there was no smartphone either. No-one can tell what are we going to see in the next decade. Some say there will be some big change in the workplace. In fact, [some researchers at Oxford]( http://www.oxfordmartin.ox.ac.uk/downloads/academic/The_Future_of_Employment.pdf) say that by 2035, half of the jobs Americans currently hold will be automatized. **Robots are simply better than men in doing robotic work**. Even the world\u2019s most ancient profession may suffer a strong decline with the development of virtual reality \u2013 this has become the next big thing in adult entertainment.\n\n**Devi essere davvero contento che non abbia scelto il tuo lavoro solo perch\u00e9 era ben remunerato**. Quando ancora io avevo 18 anni (nel 2005) fare l\u2019avvocato era remunerativo, ma nell\u2019arco di un decennio ci\u00f2 non era pi\u00f9 vero. **Tra il 2007 e il 2014 il reddito medio dell\u2019avvocato italiano [\u00e8 sceso da 51.314 euro a 37.505 euro]( http://www.italiaoggi.it/news/dettaglio_news.asp?id=201603102026358478&chkAgenzie=ITALIAOGGI&titolo=Avvocati,%20redditi%20da%20dimenticare)**. L\u2019ultimo decennio \u2013 bisogna riconoscerlo - ha rappresentato un *secolo*: mentre l\u2019economia collassava in una delle peggiori crisi di sempre, la tecnologia produceva innovazioni senza pari. Prima del 2005 non c\u2019era Youtube. Prima del 2005 non c\u2019era nemmeno lo smartphone. Nessuno pu\u00f2 dire cosa vedremo nel prossimo decennio. Molti dicono che ci saranno grossi cambiamenti sul luogo di lavoro. [Alcuni ricercatori di Oxford]( http://www.oxfordmartin.ox.ac.uk/downloads/academic/The_Future_of_Employment.pdf) dicono che entro il 2035, il 45% dei lavori attualmente svolti dagli americani verr\u00e0 automatizzato. **I robot svolgono meglio degli uomini i lavori da robot**. Perfino il mestiere pi\u00f9 vecchio del mondo potrebbe risentire di un forte declino a seguito dello sviluppo della realt\u00e0 virtuale \u2013 questa \u00e8 diventata l\u2019ultima novit\u00e0 nel mondo dell\u2019intrattenimento per adulti.\n>Don\u2019t worry, dad, and don\u2019t look at me as someone who is living hand to mouth. Many things are changing in the next years, together with most of the reference points we had. Those jobs who were good, could not be profitable and stable anymore. Most of all, the same idea of stability will change: we\u2019ll have to find stability surfing between waves of change. Choosing a job just because it pays good today, may not be a good strategy. **My generation is challenged to find and develop that personal value, those talents, that no machine could substitute. This is what I\u2019m doing \u2013 soon I\u2019ll write you how**.\n\nPer questo, pap\u00e0, non preoccuparti e non guardarmi come si guarda un figlio che vive di espedienti. Molte cose cambieranno nei prossimi anni, insieme a molti dei punti di riferimento che avevamo. Quei lavori che prima erano buoni, potrebbero non essere pi\u00f9 remunerativi e stabili. Pi\u00f9 di tutto, cambier\u00e0 l\u2019idea di stabilit\u00e0: dovremmo imparare a trovare la stabilit\u00e0 di un surfista a cavallo di ondate di cambiamento. Scegliere un lavoro solo perch\u00e9 paga bene oggi, potrebbe non essere una strategia che paga. **La sfida per la mia generazione \u00e8 di trovare e sviluppare quel valore personale, quei talenti, che nessuna macchina pu\u00f2 sostituire. Questo \u00e8 quello che sto facendo io \u2013 presto ti scriver\u00f2 come**.\n\nhttp://i68.tinypic.com/2hz9lz.jpg \n\n*Me, dad, fianc\u00e9, mum*\n\n***Don't forget to follow @cryptofarmer***\n***a shout out goes to @claudiop63 for assisting the Italian community so don't forget to follow him***", @@ -12714,7 +12714,7 @@ ], "author": "kevinwong", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 68.06, "beneficiaries": [], "blacklists": [], "body": "
    https://s16.postimg.org/5csp5ocf9/kevv.jpg
    \n\nHere I am spending the night in the darkness of my bedroom. Dog's snoring right beside me, his head resting on my chest. Feeling like I'm in some prologue of a cyberpunk story. Anyway, surfing on Steemit mobile is actually quite decent, despite the inadequacy of certain types of tables and media not showing up properly on screen.\n\nDecided to write this after going through some dramatic commentaries on Steemit that happened for the past few days. Mostly about ideological disagreements, and especially, overcompensation of posts. While I consider myself pretty critical, I usually opt out of direct, in-your-face type of confrontations. I prefer to plan and pick my own battles, having learned out of experience.\n\nBecause personally, I've never come across any situation that immediately improves itself after insults are thrown around. No one is going to admit wrong right away. Everyone's always right in their own world, and that's particularly true with the presence of an opposing voice. And it doesn't matter how zen one may be. No one's a perfect saint. Everyone has a breaking point. \n\nYup, I've snapped before, more than enough times to know this little fact of life. Nothing good comes out of throwing a fit (well not as much as can be). Sure, our message, our version of truth should be upheld. But there are better ways of fighting the good fight.. maybe like what I'm trying to do with this post right now. So what am I trying to address here?\n\n---------------------------\n# Plan your battles - don't join someone else's!\n
    https://s10.postimg.org/ntels66d5/planning.jpg
    \nThere was [a post on Steemit](https://steemit.com/anarchy/@kennyskitchen/the-40-anarchists-you-want-to-be-following-on-steemit) a while ago that labelled me an anarchist. Am I? Maybe I am. Sure, I'm against big, centralised governments. I may even detest the inherent thieving practices of big brother. But I'm still running a music event company - there are legal matters that I still need to run by government offices, purely out of safety and security reasons.\n\nYou may argue that it's perverted that I'm using an intrinsically violent agent (namely, The Government and The Police State) to secure the well-being of my business customers. Next I'll ask - can we have a decentralised free market doing music events with all the right securities? That's what my company, [Hybrid Entertainment](https://steemit.com/steemit-marketing/@kevinwong/our-next-dance-music-event-psychedelic-trance-some-steemit-love) partly aims to do. It's a learning process. \n\nFor now, we still need to use the existing structures of Old, Big Government.. while we find ways to transition out of such dependence. Fight too hard and you'll get clamped down, thrown out of the game. You can't do much when you're out of the game, so stay in it! Take the time to plan your battles, dear hot-blooded confrontationists (if that's even a word).\n\nSure, the world needs you to say things as they are. But hearing the painful truth is almost like violence itself. No one likes that, no matter which side of a dispute. Peace also involves peace of mind. It's a much longer game - it comes with the territory. You're already in someone else's fight once you get into war. Only get into war if you're the big guy. The small guy is always the loser - the unwilling pawn. Think about this in scope of what's happening all around the world, even on Steemit.\n\nDon't be a zealot. There are dangers of being too far left, or too far right. Find the middle way. All you need is another perspective. Some people may be asswipes, but goodness is omnipresent if the conditions are right.\n\nAnd that's how you plan your battles - take the time to do it right. \n\nIn perspective of my generally apolitical position on Steemit, I tend to find better ways to contribute instead of lashing out on another user. Sure, I have my dissatisfaction about some author rewards and posting models from time to time. However, I tried putting effort into building better models and figuring out ways to add substantial value into the ecosystem. Eventually, some of us gravitated towards a loose goal of rewarding diversity by combing contents on Steemit on a daily basis.\n\nThere are now epic giant hidden-gem megaposts on Steemit - like this one from [Project Curie](https://steemit.com/@curie) and [Robinhood Whale](https://steemit.com/@robinhoodwhale). Better coverage, better quality, better value - in so many ways. This is the free-market reaction to solo authored hidden-gem posts of early Steemit. No doubt that everything evolves over time. \n\nKnowing that value is subjective, I have always refrained from losing my cool. Even here on Steemit. \n\n**I'm the small fish and I have to plan my battles!**\n\n---------------------------------------\n\n# Don't freaking milk it!\n\n
    https://s3.postimg.org/6ne6t272b/milk.jpg
    \nThere are big reasons why most of us don't really like governments. Greed and corruption. Needless to say, the crowd easily picks up on this when insubstantial effort is rewarded handsomely. By all means, that's as subjective as can be. What's not (very) subjective, however, is if one continues to milk it, even despite public disapproval. \n\nThis happens all around the world. Don't oversell. You'll lose reputation if you are obviously **milking it**!\n\nSure, you may gain new followers.. newly inspired and freshly impressed. But old eyes grow weary. People are watching, and your social value fluctuates all the time. You can't please everyone, but you can try the **art of not milking the shit out of the system**.\n\nIt's a good business practice. It's a good personal conduct. And it works on Steemit.\n\nThat's a reason why I'm also posting lesser (other than plainly having a huge writer's block, reserving myself from random shitposting). Now I'm only writing when I really think I have something good to add as a post. As I'm partly dependent on Steemit, I've strategized a lil, refraining from appearing to be **milking it**, seeking modes of substantial contribution behind the scenes to compensate for the awesome support that has been given to me on this platform.\n\nIf you are suddenly rewarded thousands for a post - ask yourself. Is that post worth that much? Heck, I don't know if my top philosophical post is worth 4,000 bucks, but I know I've put long hours in it, enough to avoid milking and recycling the same content. Instead, I try to put more effort in other areas of the ecosystem to balance out the lopsided reward.\n\nThe blockchain is transparent. It's easy to find out if you're milking it. To avoid seeming like you're milking it - just be honest and ask yourself the right questions! Then, do the right thing!\n\n**Like life, like Steemit - try to give more than you can take. Don't. Freaking. Milk It.**\n\n----------------------------------\n\n# Take time to build, or take time to exploit?\n
    https://img1.steemit.com/0x0/http://i.imgur.com/T9b4dDQ.jpg
    \n
    By Steemit's talented artist @lgm-1
    \n\nNaturally, I'd say take time to build. Once you're caught exploiting the system, in life or on Steemit, you're lose reputation whether or not if its digitally measurable. You can create as many accounts as you want and find a million ways to exploit everything, but ask yourself - what are you building?\n\nHere are some tips for maintaining reputation on Steemit:-\n- Steemit's a mutual aid society. While posts can be about anything, note there's a limited amount of funds going around each day. It's obvious that your reputation is at stake if you have somehow managed to acquire good support, but not giving back substantially.\n- Tags are like real estate. Choose appropriately. An example is if you're writing your opinions on something rather meta, I think it's prudent to respect the scientific community. For example in [my article about consciousness](https://steemit.com/consciousness/@kevinwong/let-s-talk-about-consciousness-wtf-is-it), I've deliberately used the ***pseudoscience*** tag, no matter how right I think I could be. I clearly think about such topics often, but I never put myself in research labs knowing about consciousness well enough to indicate that I am the master of that domain.\n- Follow up on your promises. Communicate transparently.\n- Put in more effort, visibly and even behind the scenes when you manage to acquire good payouts.\n- Try to follow others. Curate and also support other members.\n- Plan your battles and don't milk it! And also, celebrity attitudes won't last long here if you're not giving back to the community. @dollarvigilante is doing this right - he's aiding others and even curating frequently on his free time!\n- Again, in general, give more than you can take.\n\n### Reputation is everything - for survival, for change in a social landscape.\n\n*Note: There is some form of censorship of the mind when it comes to chance of interruption from higher powers. It's the same everywhere. You just have to play your cards right, opting for different methods, different approaches. It's not really a systems-problem. It's a people-problem, as always. Never leave an opening for others to destroy your reputation.*\n\n-----------------------------------------------\n
    Stock photos courtesy of https://pixabay.com/
    \n\n-----------------------------------------------\n
    Follow me @kevinwong
    \n-------------------------------------------------", @@ -13641,7 +13641,7 @@ ], "author": "steempower", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 70.85, "beneficiaries": [], "blacklists": [], "body": "![](https://s18.postimg.org/fcl7ffx1l/ripple.png)\n## Ripple has raised another 55 Million in its latest round of funding bringing it total raised to 93 Million.\n\nThe news has reached mainstream news services such as CNBC, WSJ, Reuters and the like. News seems to be first released 2 hours ago 12:35 pm; Thursday, 15 September 2016.\n\n### News Articles:\n[CoinDesk](http://www.coindesk.com/ripple-blockchain-55-million-series-b/)\n[CNBC](http://www.cnbc.com/2016/09/15/google-backed-blockchain-start-up-ripple-raises-55-million-from-big-banks.html)\n[WSJ](http://www.wsj.com/articles/bitcoin-firm-ripple-gets-55-million-in-funding-1473944401)\n[Reuters ](http://in.reuters.com/article/tech-blockchain-ripple-idINL8N1BR24Z)\n\nAccording to the article linked above (CNBC) 'The start-up is currently working with 15 of the top 50 global banks including UBS and Santander.'\n\nNew and existing investors were involved in the new Ripple funding round. New investors included Accenture Ventures, SBI Holdings, SCB Digital Ventures, Standard Chartered PLC, and the investment arm of Thailand\u2019s Siam Commercial Bank. Existing investors that joined in this round included a Banco Santander SA venture fund, the venture arms of CME Group Inc. and Seagate Technology, and Venture 51.\n\nObviously this is good news for ripple with 55 Million accounting for 20-25% of their market cap before today's rally, the current price of XRP is 0.00001760 BTC and 2 hours ago it was trading for below 0.00001000 BTC, it has seen a large move already price wise although volume is still relatively small at this time, we could be in for an interesting time while this initial excitement settles in\n![](https://www.coinigy.com/assets/img/charts/57dab3f3.png)", @@ -14623,7 +14623,7 @@ ], "author": "knozaki2015", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 69.9, "beneficiaries": [], "blacklists": [], "body": "\n

    \"Easy
    \n

    \n

    There are many vegan or raw chocolates to buy, but the best chocolates comes from your own kitchen

    \n

    HOME MADE ROCKS !!

    \n


    \n

    \"Schokolade

    \n 

    \n

    What is raw chocolate ? The cocoa mass that you need for it consists of unroasted fermented cocoa beans . All fiber and nutrients are untouched. The cocoa mass you can buy online.

    \n


    \n
    \"Schokolade1\"

    \n
    \nAnd here comes the recipe:

    \n
      \n
    • 400 g raw cacao mass (not to be confused with cocoa butter) 
    • \n
    • 2 Tablespoon Coconutoil (best is Dr. Goerg)
    • \n
    • 100 g sprouted buckwheat (for a Crunchy taste)
    • \n
    • 100 g peanuts
    • \n
    • 100 g Walnuts or chopped almonds , Goji berries or what you listen to taste .
      \n
    • \n
    \n
      \n
    1. Melt the cocoa paste and coconut oil in a waterbath or in the hydrator at max . 42 degrees .
    2. \n
    3. Once it is melted add the nuts with a big spoon
    4. \n
    5. If you like bars, fill the chocolate nut mixture into silicone bars . You can buy bars in any bakery shop or at Amazon 
    6. \n
    7.  But you can also use a large shallow plate and place baking paper on the plate and fill with the chocolate nut mixture
    8. \n
    \n

    Be creative : Put anything you like onto the chocolate-nut mixture (Goji berries , whole nuts , coconut pieces etc.)

    \n

    Place the finished chocolate 1 Hour in your freezer

    \n

    Get the bars out of the form or break the chocolate from the plate  and put it into the fridge .

    \n


    \nTrust me, your chocolate won't stay too long in your fridge.... 

    \n

    Please follow me @allesgruen !

    \n

    German Original Article


    \n

    Written by @allesgruen & translated by @knozaki2015

    \n

    @knozaki2015 features authors and artist to promote them and a diversity of content.
    \nThe author will receive 100% of the STEEM Dollars from this post

    \n

    If you like this post please support @allesgruen and follow the author!

    \n


    \n", @@ -16779,7 +16779,7 @@ ], "author": "calaber24p", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 68.93, "beneficiaries": [], "blacklists": [], "body": "

    Who Should We Find Responsible For The Subprime Mortgage Lending Crisis?

    \n\nI want to preface this article by saying, I\u2019m not 100% sure who we should blame for the Subprime Mortgage Lending Crisis, the lenders or the borrowers which is why I want to attempt to fairly give arguments from both sides. Even today this is a heavily debated topic and I agree with points made by both sides. So I want you to decide as the reader, who you side with, and if you want to post in the comments below. This article is meant to shed light on who we should hold responsible for the Subprime Mortgage Crisis, the lenders or the borrowers, or someone else?\n\nhttp://longislandbankruptcyblog.com/wp-content/uploads/2007/11/mortgage-bubble-bursting-by-the-sub-prime-mortgage-meltdown.jpg\n\n

    The Lender\u2019s Side of The Argument

    \n\nThe lender\u2019s side of the argument almost completely revolves around the idea that people need to educate themselves before they go into a bank and take on such a series contract, like a mortgage. Even in many cases where the information was fully available to the borrower, they signed the contract even though they didn\u2019t understand it. If you agree with consumer protection, the lenders should have stopped the transaction from taking place, but many believe that we should be free to make all decisions even bad ones. The truth is that these are companies, however and their only job is to look out for themselves. This lending is an especially weird occurrence because the force which usually stops this kind of behavior from taking place is that it would not be beneficial to the company, but mortgage brokers and the companies lending were making so much money that at the time it seemed like a good idea. \n\nhttps://www.biggerpockets.com/renewsblog/wp-content/uploads/2015/06/questions-lender.jpg\n\nAnother way the lenders justify their subprime lending practices was that they were getting pressure from higher up in the company to lend as much as possible because there was such a demand for the financial products on the markets. This is the old \u201cI was just following orders\u201d excuse, but there truly was heavy pressure from companies onto the brokers to loan as much as they could, or they would find someone else to do it. At the time most mortgage brokers legitimately didn\u2019t think that they were doing something bad. They didn\u2019t try to tank the system, they truly believed that the booming real estate market would be able to cover any losses if someone foreclosed on a property. We found out that this was a horribly wrong assumption eventually which lead to billions in toxic assets on the bank balance sheet worth nothing. Ultimately if you think that the consumer should have been diligent and did the required research before they took the mortgage contract, you might side with the side of the lenders\n\n

    The Borrower\u2019s Side of The Argument

    \n\nOn the flip side, the borrower\u2019s side of the argument claims that it is a company\u2019s duty to inform the customer and the government\u2019s duty to provide consumer protection so mortgages that were created with a high chance of failure wouldn\u2019t be possible. Borrowers also claim that many of the brokers specifically targeted low income and uneducated applicants so they could get a larger commission. In addition, the extreme leniency of the various types of mortgage products that were being offered at the time, for example not having to even show any income, should have been against the law. While not all brokers were predatory, there were many that were, which did target the low income and uneducated, but at the same time there were many borrowers who knew they couldn\u2019t afford the payments on the house and figured they would just resell it for profit. Consumer protection is a tricky subject , because at what point does it stop becoming protection and start becoming a barrier to entry. For example up until this year only Americans with an income of 250k + or 1,000,000 in assets (disregarding primary residence) were able to invest in private companies, many hedge funds and other investment vehicles, all because of consumer protection. \n\nhttps://activerain-store.s3.amazonaws.com/image_store/uploads/2/5/4/4/3/ar123584050234452.jpg\n\nMany people say that a fool and his money soon part ways and it\u2019s hard to wonder if people who signed into these mortgages would have lost money elsewhere on credit cards or payday loans. I think that the mortgage prices that were way to complex for anyone to even understand should have never been offered, but is it the government\u2019s place to protect a private entity from not offering them? Theoretically in a free market banks should not have offered the products because they were too risky and would have lost them money, but this force did not prevail. Whether or not you agree with the borrower heavily comes down to what degree you think consumer protection should play on your everyday life and how the government should police products. \n\n

    Conclusion And Some Of My Thoughts

    \n\nLike I said when I started the article I don\u2019t think I find either party solely responsible for the subprime mortgage crisis that occurred. I believe both parties over leveraged themselves and took risks that, in hindsight, were insane. The world market wanted more mortgage prices and people all around the world were willing to pay large amounts for them, so banks and mortgage brokers supplied the demand that was out there. Unfortunately the mortgages they supplied them with were garbage. In this regard I blame the credit rating agencies, whose actual job is to rate them properly , for not doing their job. I also believe that the specific brokers and lenders who were predatory lending were morally wrong, but I\u2019m not so sure that they constitute acting criminally. Maybe under current laws yes, but im someone who does not believe in consumer protection, mostly because I believe that people should be able to spend their money as they see fit on any product they see fit. We see 1000 scams on the internet a day, yet we don\u2019t fall for them because we know they are scams. I think trusting any entity that is making money off you is foolish. Im interested to see what other people here think and why.", @@ -17472,7 +17472,7 @@ ], "author": "terrycraft", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 68.42, "beneficiaries": [], "blacklists": [], "body": "Vegetarianism is philosophy which has deep religious and ethical roots, the essence is the refuse to eat meat of living beings.\nPythagorean were vegetarians. Yogis of ancient India were vegetarians. The followers of Buddhism are prescribed to be vegetarians. Early Christianity forbade killing for food.\nI became a vegetarian at the age of 15. I remember clear this comic occasion: during another lush family dinner my dad putted the shin of the roasted goose on my plate. When he was putting this piece of once living bird, I claimed it for the first time: \u201cNo, dad thanks. I don\u2019t eat living creatures anymore. I\u2019m a vegetarian\u201d.\nhttp://petroart.ru/art/b/bronikov/img/3.jpg\n>\u0412\u0435\u0433\u0435\u0442\u0430\u0440\u0438\u0430\u043d\u0441\u0442\u0432\u043e - \u044d\u0442\u043e \u0444\u0438\u043b\u043e\u0441\u043e\u0444\u0438\u044f, \u0438\u043c\u0435\u044e\u0449\u0430\u044f \u043e\u0447\u0435\u043d\u044c \u0434\u0440\u0435\u0432\u043d\u0438\u0435 \u0440\u0435\u043b\u0438\u0433\u0438\u043e\u0437\u043d\u044b\u0435 \u0438 \u044d\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043a\u043e\u0440\u043d\u0438, \u0441\u0443\u0442\u044c \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u043e\u0442\u043a\u0430\u0437 \u043e\u0442 \u0443\u043f\u043e\u0442\u0440\u0435\u0431\u043b\u0435\u043d\u0438\u044f \u0432 \u043f\u0438\u0449\u0443 \u043c\u044f\u0441\u0430 \u0436\u0438\u0432\u044b\u0445 \u0441\u0443\u0449\u0435\u0441\u0442\u0432. \n\u041f\u0438\u0444\u0430\u0433\u043e\u0440\u0435\u0439\u0446\u044b \u0431\u044b\u043b\u0438 \u0432\u0435\u0433\u0435\u0442\u0430\u0440\u0438\u0430\u043d\u0446\u0430\u043c\u0438. \u0419\u043e\u0433\u0438 \u0434\u0440\u0435\u0432\u043d\u0435\u0439 \u0418\u043d\u0434\u0438\u0438 \u0431\u044b\u043b\u0438 \u0432\u0435\u0433\u0435\u0442\u0430\u0440\u0438\u0430\u043d\u0446\u0430\u043c\u0438. \u0411\u0443\u0434\u0434\u0438\u0437\u043c \u043f\u0440\u0435\u0434\u043f\u0438\u0441\u044b\u0432\u0430\u0435\u0442 \u0441\u0432\u043e\u0438\u043c \u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c \u0432\u0435\u0433\u0435\u0442\u0430\u0440\u0438\u0430\u043d\u0441\u0442\u0432\u043e. \u0420\u0430\u043d\u043d\u0435\u0435 \u0445\u0440\u0438\u0441\u0442\u0438\u0430\u043d\u0441\u0442\u0432\u043e \u0437\u0430\u043f\u0440\u0435\u0449\u0430\u043b\u043e \u0443\u0431\u0438\u0439\u0441\u0442\u0432\u043e \u0434\u043b\u044f \u0447\u0440\u0435\u0432\u0430.\n\u042f \u0441\u0442\u0430\u043b\u0430 \u0432\u0435\u0433\u0435\u0442\u0430\u0440\u0438\u0430\u043d\u043a\u043e\u0439 \u0432 \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0435 15 \u043b\u0435\u0442. \u041f\u0440\u0435\u043a\u0440\u0430\u0441\u043d\u043e \u043f\u043e\u043c\u043d\u044e \u044d\u0442\u043e\u0442 \u043a\u043e\u043c\u0438\u0447\u043d\u044b\u0439 \u0441\u043b\u0443\u0447\u0430\u0439: \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u043e\u0447\u0435\u0440\u0435\u0434\u043d\u043e\u0433\u043e \u043f\u044b\u0448\u043d\u043e\u0433\u043e \u0441\u0435\u043c\u0435\u0439\u043d\u043e\u0433\u043e \u0443\u0436\u0438\u043d\u0430 \u043f\u0430\u043f\u0430 \u0432\u044b\u0437\u0432\u0430\u043b\u0441\u044f \u043f\u043e\u043b\u043e\u0436\u0438\u0442\u044c \u043c\u043d\u0435 \u0432 \u0442\u0430\u0440\u0435\u043b\u043a\u0443 \u0433\u043e\u043b\u0435\u043d\u044c \u0437\u0430\u043f\u0435\u0447\u0451\u043d\u043d\u043e\u0433\u043e \u0432 \u0434\u0443\u0445\u043e\u0432\u043a\u0435 \u0433\u0443\u0441\u044f. \u0412 \u0442\u043e \u0432\u0440\u0435\u043c\u044f \u043a\u0430\u043a \u043e\u043d \u0443\u0436\u0435 \u0432\u0437\u0432\u0430\u043b\u0438\u0432\u0430\u043b \u0432 \u043c\u043e\u044e \u0442\u0430\u0440\u0435\u043b\u043a\u0443 \u043a\u0443\u0441\u043e\u043a \u043d\u0435\u043a\u043e\u0433\u0434\u0430 \u0436\u0438\u0432\u043e\u0439 \u043f\u0442\u0438\u0446\u044b, \u044f \u0432\u043f\u0435\u0440\u0432\u044b\u0435 \u0437\u0430\u044f\u0432\u0438\u043b\u0430 \u0432\u043e \u0432\u0441\u0435\u0443\u0441\u043b\u044b\u0448\u0430\u043d\u0438\u0435:\"\u041d\u0435\u0442, \u043f\u0430\u043f\u0430, \u043d\u0435 \u043d\u0443\u0436\u043d\u043e. \u042f \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0435\u043c \u0436\u0438\u0432\u044b\u0445 \u0441\u0443\u0449\u0435\u0441\u0442\u0432. \u042f \u0432\u0435\u0433\u0435\u0442\u0430\u0440\u0438\u0430\u043d\u043a\u0430.\"\n----\nI was a teenager at that time, my parents didn\u2019t treat it seriously, considering it as a teenage whim, didn\u2019t understand me, and for sure, didn\u2019t support me. Though they didn\u2019t object it, thinking that it would pass in a few months. But it wasn\u2019t a whim; it was my first serious and conscious decision in my life. They stopped ostracizing me only in a year after, during that year I experienced, at the example of a family as a social group, what it\u2019s like to have your personal opinion when the majority is against you!\nWhat did cause my decision to become a vegetarian?\nI can\u2019t remember the particular event, which marked the switch of my mind to conscious nutrition without harm to living beings. It seemed that I did it easily because I\u2019d been moving to it and at the certain moment I was morally ready to do the step. For example I remember when I was just a kid, at the age of 5 or 6, I was playing in our garden, thinking: \u201cWhy should I kill to keep on living?\u201d I didn\u2019t ask anybody about it, because I felt that I wouldn\u2019t get the proper answer from adults. This question gave me no rest; I often tried to solve this dilemma reasoning from how my childish heart perceived the world, which opposed all violence and evil. Understanding that this faceless, usually tasty grilled chicken used to be a living being, which had been born, had been a little chick, it was eating and enjoying life and then it was beheaded killed to make me think that I like eating fried chicken legs; it led me to the ideological confusion. I loved every animal, considered them as friends; on the one hand I saw people keeping pets and treating them as family members. On the other hand people killed an animal to have something tasty on their dinner table. And so did I, I was sitting and eating that grilled chicken.\n\nhttp://www.damex.ru/images/cache/660x495/crop/images%7Ccms-image-000013620.jpg\n\n>\u0422\u043e\u0433\u0434\u0430 \u044f \u0431\u044b\u043b\u0430 \u043f\u043e\u0434\u0440\u043e\u0441\u0442\u043a\u043e\u043c, \u0438 \u043c\u043e\u0438 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0438 \u043d\u0435 \u043e\u0442\u043d\u0435\u0441\u043b\u0438\u0441\u044c \u043a\u043e \u043c\u043d\u0435 \u0441\u0435\u0440\u044c\u0451\u0437\u043d\u043e, \u043f\u043e\u0441\u0447\u0438\u0442\u0430\u0432 \u044d\u0442\u043e \u043f\u043e\u0434\u0440\u043e\u0441\u0442\u043a\u043e\u0432\u043e\u0439 \u043f\u0440\u0438\u0447\u0443\u0434\u043e\u0439, \u043d\u0435 \u043f\u043e\u043d\u044f\u043b\u0438 \u043c\u0435\u043d\u044f \u0438, \u0435\u0441\u0442\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e, \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0430\u043b\u0438. \u041d\u043e \u043d\u0435 \u0441\u0442\u0430\u043b\u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u043e \u0432\u043e\u0437\u0440\u0430\u0436\u0430\u0442\u044c, \u0434\u0443\u043c\u0430\u044f, \u0447\u0442\u043e \u0447\u0435\u0440\u0435\u0437 \u043f\u0430\u0440\u0443-\u0442\u0440\u043e\u0439\u043a\u0443 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u044d\u0442\u043e \u043f\u0440\u043e\u0439\u0434\u0451\u0442. \u041d\u043e \u044d\u0442\u043e \u043d\u0435 \u0431\u044b\u043b\u043e \u043f\u0440\u0438\u0447\u0443\u0434\u043e\u0439, \u044d\u0442\u043e \u0431\u044b\u043b\u043e \u043f\u0435\u0440\u0432\u044b\u043c \u0441\u0435\u0440\u044c\u0451\u0437\u043d\u044b\u043c \u0438 \u043e\u0441\u043e\u0437\u043d\u0430\u043d\u043d\u044b\u043c \u0440\u0435\u0448\u0435\u043d\u0438\u0435\u043c \u0432 \u043c\u043e\u0435\u0439 \u0436\u0438\u0437\u043d\u0438. \u0422\u043e\u043b\u044c\u043a\u043e \u0441\u043f\u0443\u0441\u0442\u044f \u0433\u043e\u0434 \u043e\u043d\u0438 \u043f\u0435\u0440\u0435\u0441\u0442\u0430\u043b\u0438 \u043f\u043e\u0434\u0432\u0435\u0440\u0433\u0430\u0442\u044c \u043c\u0435\u043d\u044f \u0441\u0435\u043c\u0435\u0439\u043d\u043e\u043c\u0443 \u043e\u0441\u0442\u0440\u0430\u043a\u0438\u0437\u043c\u0443, \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u044f \u0445\u043e\u0440\u043e\u0448\u043e \u043f\u0440\u043e\u0447\u0443\u0432\u0441\u0442\u0432\u043e\u0432\u0430\u043b\u0430 \u043d\u0430 \u043f\u0440\u0438\u043c\u0435\u0440\u0435 \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u0433\u0440\u0443\u043f\u043f\u044b \"\u0441\u0435\u043c\u044c\u044f\", \u0447\u0442\u043e \u0442\u0430\u043a\u043e\u0435 \u0438\u043c\u0435\u0442\u044c \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435 \u043c\u043d\u0435\u043d\u0438\u0435, \u043a\u043e\u0433\u0434\u0430 \u0431\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u043f\u0440\u043e\u0442\u0438\u0432 \u0442\u0435\u0431\u044f!\n\u0427\u0435\u043c \u0431\u044b\u043b\u043e \u0432\u044b\u0437\u0432\u0430\u043d\u043e \u043c\u043e\u0451 \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0441\u0442\u0430\u0442\u044c \u0432\u0435\u0433\u0435\u0442\u0430\u0440\u0438\u0430\u043d\u043a\u043e\u0439?\n\u042f \u043d\u0435 \u043c\u043e\u0433\u0443 \u0432\u0441\u043f\u043e\u043c\u043d\u0438\u0442\u044c \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u0433\u043e \u0441\u043e\u0431\u044b\u0442\u0438\u044f, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0431\u044b \u043e\u0437\u043d\u0430\u043c\u0435\u043d\u043e\u0432\u0430\u043b\u043e \u0440\u0435\u0437\u043a\u0438\u0439 \u0441\u0434\u0432\u0438\u0433 \u043c\u043e\u0435\u0433\u043e \u0441\u043e\u0437\u043d\u0430\u043d\u0438\u044f \u0438 \u043f\u0435\u0440\u0435\u0445\u043e\u0434 \u043d\u0430 \u043e\u0441\u043e\u0437\u043d\u0430\u043d\u043d\u043e\u0435 \u043f\u0438\u0442\u0430\u043d\u0438\u0435 \u0431\u0435\u0437 \u0432\u0440\u0435\u0434\u0430 \u0434\u043b\u044f \u0436\u0438\u0432\u044b\u0445 \u0441\u0443\u0449\u0435\u0441\u0442\u0432. \u041c\u043d\u0435 \u0434\u0430\u0436\u0435 \u043a\u0430\u0436\u0435\u0442\u0441\u044f, \u0447\u0442\u043e \u044d\u0442\u043e \u043f\u0440\u043e\u0448\u043b\u043e \u0442\u0430\u043a \u043b\u0435\u0433\u043a\u043e \u0438 \u0435\u0441\u0442\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e \u0438\u043c\u0435\u043d\u043d\u043e \u043f\u043e\u0442\u043e\u043c\u0443, \u0447\u0442\u043e \u044f \u0443\u0436\u0435 \u0434\u0430\u0432\u043d\u043e \u0448\u043b\u0430 \u043a \u044d\u0442\u043e\u043c\u0443 \u0438 \u0432 \u043a\u0430\u043a\u043e\u0439-\u0442\u043e \u043c\u043e\u043c\u0435\u043d\u0442 \u043f\u0440\u043e\u0441\u0442\u043e \u043c\u043e\u0440\u0430\u043b\u044c\u043d\u043e \u0441\u043e\u0437\u0440\u0435\u043b\u0430 \u0434\u043b\u044f \u0442\u0430\u043a\u043e\u0433\u043e \u0448\u0430\u0433\u0430. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u043f\u043e\u043c\u043d\u044e, \u043a\u0430\u043a \u0435\u0449\u0451 \u0431\u0443\u0434\u0443\u0447\u0438 \u0441\u043e\u0432\u0441\u0435\u043c \u0440\u0435\u0431\u0451\u043d\u043a\u043e\u043c, \u043b\u0435\u0442 \u044d\u0442\u0430\u043a \u0432 \u043f\u044f\u0442\u044c-\u0448\u0435\u0441\u0442\u044c, \u044f \u0438\u0433\u0440\u0430\u043b\u0430 \u0432 \u043d\u0430\u0448\u0435\u043c \u043e\u0433\u043e\u0440\u043e\u0434\u0435 \u0438 \u0434\u0443\u043c\u0430\u043b\u0430:\"\u0410 \u043f\u043e\u0447\u0435\u043c\u0443, \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0436\u0438\u0442\u044c, \u044f \u0434\u043e\u043b\u0436\u043d\u0430 \u0443\u0431\u0438\u0432\u0430\u0442\u044c?\" \u042f \u043d\u0438\u043a\u043e\u0433\u043e \u043d\u0435 \u0441\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u043b\u0430 \u043e\u0431 \u044d\u0442\u043e\u043c, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e \u044f\u0441\u043d\u043e \u0447\u0443\u0432\u0441\u0442\u0432\u043e\u0432\u0430\u043b\u0430, \u0447\u0442\u043e \u043d\u0438\u043a\u0442\u043e \u0438\u0437 \u0432\u0437\u0440\u043e\u0441\u043b\u044b\u0445 \u043d\u0435 \u0432 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438 \u043e\u0442\u0432\u0435\u0442\u0438\u0442\u044c \u043c\u043d\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e. \u042d\u0442\u043e\u0442 \u0432\u043e\u043f\u0440\u043e\u0441 \u043d\u0435 \u0434\u0430\u0432\u0430\u043b \u043c\u043d\u0435 \u043f\u043e\u043a\u043e\u044f, \u044f \u0447\u0430\u0441\u0442\u043e \u043f\u044b\u0442\u0430\u043b\u0430\u0441\u044c \u0440\u0435\u0448\u0438\u0442\u044c \u044d\u0442\u0443 \u0434\u0438\u043b\u0435\u043c\u043c\u0443, \u0438\u0441\u0445\u043e\u0434\u044f \u0438\u0437 \u0432\u043e\u0441\u043f\u0440\u0438\u044f\u0442\u0438\u044f \u043c\u0438\u0440\u0430 \u0441\u0435\u0440\u0434\u0446\u0435\u043c \u0440\u0435\u0431\u0451\u043d\u043a\u0430, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u0440\u043e\u0442\u0438\u0432\u0438\u0442\u0441\u044f \u0432\u0441\u044f\u043a\u043e\u043c\u0443 \u043d\u0430\u0441\u0438\u043b\u0438\u044e \u0438 \u0437\u043b\u0443 \u043f\u043e \u0441\u0430\u043c\u043e\u0439 \u0441\u0432\u043e\u0435\u0439 \u043f\u0440\u0438\u0440\u043e\u0434\u0435. \u041f\u043e\u043d\u0438\u043c\u0430\u043d\u0438\u0435, \u0447\u0442\u043e \u044d\u0442\u0430 \u0431\u0435\u0437\u043b\u0438\u043a\u0430\u044f, \u043f\u0440\u0438\u0432\u044b\u0447\u043d\u043e \u0432\u043a\u0443\u0441\u043d\u0430\u044f \"\u043a\u0443\u0440\u0438\u0446\u0430-\u0433\u0440\u0438\u043b\u044c\" \u0431\u044b\u043b\u0430 \u0436\u0438\u0432\u044b\u043c \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043e\u043c, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043a\u043e\u0433\u0434\u0430-\u0442\u043e \u0431\u044b\u043b\u043e \u0440\u043e\u0436\u0434\u0435\u043d\u043e, \u0440\u043e\u0441\u043b\u043e \u043c\u0430\u043b\u0435\u043d\u044c\u043a\u0438\u043c \u0446\u044b\u043f\u043b\u0451\u043d\u043a\u043e\u043c, \u043a\u0443\u0448\u0430\u043b\u043e \u0438 \u043f\u043e-\u0441\u0432\u043e\u0435\u043c\u0443 \u0440\u0430\u0434\u043e\u0432\u0430\u043b\u043e\u0441\u044c \u0436\u0438\u0437\u043d\u0438, \u0430 \u0442\u0435\u043f\u0435\u0440\u044c \u043e\u0431\u0435\u0437\u0433\u043b\u0430\u0432\u043b\u0435\u043d\u043e, \u0443\u0431\u0438\u0442\u043e, \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u044f \u0434\u0443\u043c\u0430\u043b\u0430, \u043a\u0430\u043a \u044f \u043b\u044e\u0431\u043b\u044e \u043a\u0443\u0448\u0430\u0442\u044c \u0436\u0430\u0440\u0435\u043d\u044b\u0435 \u043d\u043e\u0436\u043a\u0438 \u044d\u0442\u043e\u0439 \u043a\u0443\u0440\u043e\u0447\u043a\u0438, \u043f\u0440\u0438\u0432\u043e\u0434\u0438\u043b\u043e \u043c\u0435\u043d\u044f \u0432 \u0438\u0434\u0435\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u0437\u0430\u043c\u0435\u0448\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e. \u042f \u043e\u0447\u0435\u043d\u044c \u043b\u044e\u0431\u0438\u043b\u0430 \u0432\u0441\u0435\u0445 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445, \u0441\u0447\u0438\u0442\u0430\u043b\u0430 \u0438\u0445 \u0441\u0432\u043e\u0438\u043c\u0438 \u0434\u0440\u0443\u0437\u044c\u044f\u043c\u0438, \u0432\u0438\u0434\u0435\u043b\u0430, \u043a\u0430\u043a \u043b\u044e\u0434\u0438 \u0437\u0430\u0432\u043e\u0434\u044f\u0442 \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0434\u043e\u043c\u0430\u0448\u043d\u0438\u0445 \u043b\u044e\u0431\u0438\u043c\u0446\u0435\u0432 \u043a\u0430\u043a \u0447\u043b\u0435\u043d\u043e\u0432 \u0441\u0435\u043c\u044c\u0438. \u0418 \u0442\u0443\u0442 \u0436\u0435 \u0441 \u0434\u0440\u0443\u0433\u043e\u0439 \u0441\u0442\u043e\u0440\u043e\u043d\u044b \u043b\u044e\u0434\u0438 \u0443\u0431\u0438\u0432\u0430\u044e\u0442 \u0436\u0438\u0432\u043e\u0442\u043d\u043e\u0435, \u0447\u0442\u043e\u0431\u044b \u0431\u044b\u043b\u043e \u0447\u0442\u043e \u0432\u043a\u0443\u0441\u043d\u043e\u0435 \u043f\u043e\u043a\u0443\u0448\u0430\u0442\u044c \u043d\u0430 \u0441\u0442\u043e\u043b\u0435. \u0418 \u0432\u043e\u0442 \u044f \u0442\u043e\u0436\u0435 \u0441\u0438\u0436\u0443 \u0438 \u0435\u043c \u044d\u0442\u0443 \u043a\u0443\u0440\u0438\u0446\u0443-\u0433\u0440\u0438\u043b\u044c. \n-----\nBut seeing that adults didn\u2019t care about it, I as any other child didn\u2019t oppose myself to parents and others; I just assimilate all the manners and customs, equaling to those who seemed to be older and wiser.\nI was growing up and parents\u2019 influence and influence of other unquestioned authorities subsided, I got my personal space in my mind and there was my personal opinion on the questions in it. At the age of 15, the formation of my personality reached the level where issues of life turned into beliefs and beliefs \u2013 into actions. I remembered that childish dilemma in a new perspective, and to the question: \u201cWhy should I kill to keep on living?\u201d I answered: \u201cNO, I SHOULD NOT\u201d\nSince then I\u2019m a vegetarian, it\u2019s been 5 years already.\nhttps://media4.giphy.com/media/xcFZrrcaGhbz2/200w.gif\n>\u041d\u043e \u0432\u0438\u0434\u044f, \u0447\u0442\u043e \u0432\u0437\u0440\u043e\u0441\u043b\u044b\u0445 \u044d\u0442\u043e \u043d\u0435 \u0437\u0430\u0431\u043e\u0442\u0438\u0442, \u044f, \u043a\u0430\u043a \u043b\u044e\u0431\u043e\u0439 \u0440\u0435\u0431\u0451\u043d\u043e\u043a, \u043d\u0435 \u043f\u0440\u043e\u0442\u0438\u0432\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u043b\u0430 \u0441\u0435\u0431\u044f \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044f\u043c \u0438 \u0432\u0441\u0435\u043c \u0434\u0440\u0443\u0433\u0438\u043c, \u043f\u0440\u043e\u0441\u0442\u043e \u0432\u043f\u0438\u0442\u044b\u0432\u0430\u043b\u0430 \u0432\u0441\u0435 \u043d\u0440\u0430\u0432\u044b \u0438 \u043e\u0431\u044b\u0447\u0430\u0438, \u0440\u0430\u0432\u043d\u044f\u044f\u0441\u044c \u043d\u0430 \u0442\u0435\u0445, \u043a\u043e\u0433\u043e \u0441\u0447\u0438\u0442\u0430\u043b\u0430 \u0441\u0442\u0430\u0440\u0448\u0435 \u0438 \u043c\u0443\u0434\u0440\u0435\u0435.\n\u042f \u0440\u043e\u0441\u043b\u0430, \u0438 \u043f\u043e\u0441\u0442\u0435\u043f\u0435\u043d\u043d\u043e \u0432\u043b\u0438\u044f\u043d\u0438\u0435 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u0439 \u0438 \u043f\u0440\u043e\u0447\u0438\u0445 \u043d\u0435\u043f\u0440\u0435\u0440\u0435\u043a\u0430\u0435\u043c\u044b\u0445 \u0430\u0432\u0442\u043e\u0440\u0438\u0442\u0435\u0442\u043e\u0432 \u0441\u043f\u0430\u0434\u0430\u043b\u043e, \u0443 \u043c\u0435\u043d\u044f \u043f\u043e\u044f\u0432\u043b\u044f\u043b\u043e\u0441\u044c \u043b\u0438\u0447\u043d\u043e\u0435 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e \u0432 \u0440\u0430\u0437\u0443\u043c\u0435 \u0438 \u0432 \u043d\u0451\u043c \u0437\u0430\u0440\u043e\u0436\u0434\u0430\u043b\u043e\u0441\u044c \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435 \u043c\u043d\u0435\u043d\u0438\u0435 \u043d\u0430 \u0436\u0438\u0437\u043d\u0435\u043d\u043d\u044b\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b. \u0418 \u0432 \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0435 15 \u043b\u0435\u0442 \u0441\u0442\u0435\u043f\u0435\u043d\u044c \u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043c\u043e\u0435\u0439 \u043b\u0438\u0447\u043d\u043e\u0441\u0442\u0438 \u0434\u043e\u0441\u0442\u0438\u0433\u043b\u0430 \u0442\u043e\u0433\u043e \u0443\u0440\u043e\u0432\u043d\u044f, \u043a\u043e\u0433\u0434\u0430 \u0432\u043e\u043f\u0440\u043e\u0441\u044b \u043a \u0436\u0438\u0437\u043d\u0438 \u043f\u0440\u0435\u0432\u0440\u0430\u0442\u0438\u043b\u0438\u0441\u044c \u0432 \u0443\u0431\u0435\u0436\u0434\u0435\u043d\u0438\u044f, \u0430 \u0443\u0431\u0435\u0436\u0434\u0435\u043d\u0438\u044f - \u0432 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f. \u042f \u0432\u0441\u043f\u043e\u043c\u043d\u0438\u043b\u0430 \u043e \u0442\u043e\u0439 \u0434\u0435\u0442\u0441\u043a\u043e\u0439 \u0434\u0438\u043b\u0435\u043c\u043c\u0435 \u0432 \u043d\u043e\u0432\u043e\u043c \u0441\u0432\u0435\u0442\u0435, \u0438 \u043d\u0430 \u0432\u043e\u043f\u0440\u043e\u0441:\"\u041f\u043e\u0447\u0435\u043c\u0443, \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0436\u0438\u0442\u044c, \u044f \u0434\u043e\u043b\u0436\u043d\u0430 \u0443\u0431\u0438\u0432\u0430\u0442\u044c?\" \u044f \u043e\u0442\u0432\u0435\u0442\u0438\u043b\u0430 \u0441\u0435\u0431\u0435 - \"\u041d\u0415 \u0414\u041e\u041b\u0416\u041d\u0410.\" \n\u0421 \u0442\u0435\u0445 \u043f\u043e\u0440 \u044f \u0432\u0435\u0433\u0435\u0442\u0430\u0440\u0438\u0430\u043d\u043a\u0430, \u043f\u0440\u043e\u0448\u043b\u043e \u0443\u0436\u0435 \u043f\u044f\u0442\u044c \u043b\u0435\u0442. \n---\nIt\u2019s great happiness to live according to you beliefs without betraying them for the sake of the public opinion, to live in accordance with your conscience and moral purity. I\u2019d like more people to think about what they eat and do it consciously, how inhumane it is to feed on flesh of killed creatures.\nAs it is written in the Gospel of the Essenes: \"It was said to them of old time, 'Honor thy Heavenly Father and thy Earthly Mother, and do their commandments, that thy days may be long upon the earth.' And next afterward was given this commandment, 'Thou shalt not kill,' for life is given to all by God, and that which God has given, let not man take away. For-I tell you truly, from one Mother proceeds all that lives upon the earth. Therefore, he who kills, kills his brother. And from him will the Earthly Mother turn away, and will pluck from him her quickening breasts. And he will be shunned by her angels, and Satan will have his dwelling in his body. And the flesh of slain beasts in his body will become his own tomb. For I tell you truly, he who kills, kills himself, and whoso eats the flesh of slain beasts, eats of the body of death. For in his blood every drop of their blood turns to poison; in his breath their breath to stink; in his flesh their flesh to boils; in his bones their bones to chalk; in his bowels their bowels t o decay; in his eyes their eyes to scales; in his ears their ears to waxy issue. And their death will become his death\u201d\nhttp://99px.ru/sstorage/56/2013/07/image_561607131913053649088.gif\n>\u042d\u0442\u043e \u0431\u043e\u043b\u044c\u0448\u043e\u0435 \u0441\u0447\u0430\u0441\u0442\u044c\u0435 - \u0436\u0438\u0442\u044c, \u0441\u043e\u0433\u043b\u0430\u0441\u043d\u043e \u0441\u0432\u043e\u0438\u043c \u0443\u0431\u0435\u0436\u0434\u0435\u043d\u0438\u044f\u043c, \u043d\u0435 \u043f\u0440\u0435\u0434\u0430\u0432\u0430\u044f \u0438\u0445 \u0432 \u0443\u0433\u043e\u0434\u0443 \u043e\u0431\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u043c\u0443 \u043c\u043d\u0435\u043d\u0438\u044e, \u0436\u0438\u0442\u044c - \u0432 \u0441\u043e\u0433\u043b\u0430\u0441\u0438\u0438 \u0441\u043e \u0441\u0432\u043e\u0435\u0439 \u0441\u043e\u0432\u0435\u0441\u0442\u044c\u044e \u0438 \u043d\u0440\u0430\u0432\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0439 \u0447\u0438\u0441\u0442\u043e\u0442\u043e\u0439. \u042f \u0445\u043e\u0447\u0443, \u0447\u0442\u043e\u0431\u044b \u043a\u0430\u043a \u043c\u043e\u0436\u043d\u043e \u0431\u043e\u043b\u044c\u0448\u0435 \u043b\u044e\u0434\u0435\u0439 \u0437\u0430\u0434\u0443\u043c\u0430\u043b\u043e\u0441\u044c \u043e \u0442\u043e\u043c, \u0447\u0442\u043e \u043e\u043d\u0438 \u0435\u0434\u044f\u0442, \u0438 \u043e\u0441\u043e\u0437\u043d\u0430\u043b\u043e, \u043a\u0430\u043a \u043d\u0435\u0433\u0443\u043c\u0430\u043d\u043d\u043e \u043f\u0438\u0442\u0430\u0442\u044c\u0441\u044f \u043f\u043b\u043e\u0442\u044c\u044e \u0443\u0431\u0438\u0442\u044b\u0445 \u0441\u0443\u0449\u0435\u0441\u0442\u0432.\n\u041a\u0430\u043a \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0432 \u0415\u0432\u0430\u043d\u0433\u0435\u043b\u0438\u0438 \u043e\u0442 \u0415\u0441\u0441\u0435\u0435\u0432: \"\u0411\u043e\u0433 \u0437\u0430\u043f\u043e\u0432\u0435\u0434\u043e\u0432\u0430\u043b \u043d\u0430\u0448\u0438\u043c \u043f\u0440\u0435\u0434\u043a\u0430\u043c: \u00ab\u041d\u0435 \u0443\u0431\u0438\u0439\u00bb. \u041d\u043e \u0441\u0435\u0440\u0434\u0446\u0430 \u0438\u0445 \u043e\u0436\u0435\u0441\u0442\u043e\u0447\u0438\u043b\u0438\u0441\u044c, \u0438 \u043e\u043d\u0438 \u0441\u0442\u0430\u043b\u0438 \u0443\u0431\u0438\u0432\u0430\u0442\u044c. \u0422\u043e\u0433\u0434\u0430 \u041c\u043e\u0438\u0441\u0435\u0439 \u0440\u0435\u0448\u0438\u043b, \u0447\u0442\u043e \u043e\u043d\u0438 \u043d\u0435 \u0434\u043e\u043b\u0436\u043d\u044b \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435 \u0443\u0431\u0438\u0432\u0430\u0442\u044c \u043b\u044e\u0434\u0435\u0439, \u0438 \u0434\u043e\u0437\u0432\u043e\u043b\u0438\u043b \u0438\u043c \u0443\u0431\u0438\u0432\u0430\u0442\u044c \u0437\u0432\u0435\u0440\u0435\u0439. \u0418 \u0442\u043e\u0433\u0434\u0430 \u0441\u0435\u0440\u0434\u0446\u0430 \u0432\u0430\u0448\u0438\u0445 \u043f\u0440\u0435\u0434\u043a\u043e\u0432 \u043e\u0436\u0435\u0441\u0442\u043e\u0447\u0438\u043b\u0438\u0441\u044c \u0435\u0449\u0435 \u0431\u043e\u043b\u044c\u0448\u0435, \u0438 \u0441\u0442\u0430\u043b\u0438 \u043e\u043d\u0438 \u0443\u0431\u0438\u0432\u0430\u0442\u044c \u043b\u044e\u0434\u0435\u0439, \u0440\u0430\u0432\u043d\u043e \u043a\u0430\u043a \u0438 \u0437\u0432\u0435\u0440\u0435\u0439. \u041d\u043e \u044f \u0433\u043e\u0432\u043e\u0440\u044e \u0432\u0430\u043c, \u043d\u0435 \u0443\u0431\u0438\u0432\u0430\u0439\u0442\u0435 \u043d\u0438 \u043b\u044e\u0434\u0435\u0439, \u043d\u0438 \u0437\u0432\u0435\u0440\u0435\u0439, \u043d\u0438 \u0442\u043e, \u0447\u0442\u043e \u0441\u0442\u0430\u043d\u0435\u0442 \u043f\u0438\u0449\u0435\u0439 \u0432\u0430\u0448\u0435\u0439. \u0418\u0431\u043e \u0435\u0441\u043b\u0438 \u0432\u044b \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u0442\u0435 \u0436\u0438\u0432\u0443\u044e \u043f\u0438\u0449\u0443, \u043e\u043d\u0430 \u043d\u0430\u043f\u043e\u043b\u043d\u044f\u0435\u0442 \u0432\u0430\u0441 \u0436\u0438\u0437\u043d\u044c\u044e, \u043d\u043e \u0435\u0441\u043b\u0438 \u0432\u044b \u0443\u0431\u0438\u0432\u0430\u0435\u0442\u0435 \u0441\u0432\u043e\u044e \u043f\u0438\u0449\u0443, \u043c\u0435\u0440\u0442\u0432\u0430\u044f \u043f\u0438\u0449\u0430 \u0443\u0431\u044c\u0435\u0442 \u0442\u0430\u043a\u0436\u0435 \u0438 \u0432\u0430\u0441. \u0418\u0431\u043e \u0436\u0438\u0437\u043d\u044c \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u0442 \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0442 \u0436\u0438\u0437\u043d\u0438, \u0430 \u043e\u0442 \u0441\u043c\u0435\u0440\u0442\u0438 \u0432\u0441\u0435\u0433\u0434\u0430 \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u0442 \u0441\u043c\u0435\u0440\u0442\u044c. \u0418\u0431\u043e \u0432\u0441\u0435, \u0447\u0442\u043e \u0443\u0431\u0438\u0432\u0430\u0435\u0442 \u0432\u0430\u0448\u0443 \u043f\u0438\u0449\u0443, \u0442\u0430\u043a\u0436\u0435 \u0443\u0431\u0438\u0432\u0430\u0435\u0442 \u0438 \u0432\u0430\u0448\u0438 \u0442\u0435\u043b\u0430. \u0410 \u0432\u0441\u0435, \u0447\u0442\u043e \u0443\u0431\u0438\u0432\u0430\u0435\u0442 \u0432\u0430\u0448\u0438 \u0442\u0435\u043b\u0430, \u0443\u0431\u0438\u0432\u0430\u0435\u0442 \u0442\u0430\u043a\u0436\u0435 \u0438 \u0432\u0430\u0448\u0438 \u0434\u0443\u0448\u0438. \u0418 \u0442\u0435\u043b\u0430 \u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0442\u0441\u044f \u0442\u0435\u043c, \u0447\u0442\u043e \u0435\u0441\u0442\u044c \u043f\u0438\u0449\u0430 \u0432\u0430\u0448\u0430, \u0440\u0430\u0432\u043d\u043e \u043a\u0430\u043a \u0434\u0443\u0445 \u0432\u0430\u0448 \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0441\u044f \u0442\u0435\u043c, \u0447\u0442\u043e \u0435\u0441\u0442\u044c \u043c\u044b\u0441\u043b\u0438 \u0432\u0430\u0448\u0438.\"\n\n
    \n\n---\n\nIf you like this article not follow only me, but also follow the author - @tagira\n\n---\n\nAll STEEM Dollars for this post go to the featured author. \u0412\u0441\u0435 SD \u0437\u0430 \u043f\u043e\u0441\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442 \u0430\u0432\u0442\u043e\u0440.", @@ -19492,7 +19492,7 @@ ], "author": "fairytalelife", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.97, "beneficiaries": [], "blacklists": [], "body": "\n

    \n

    Do you want to know what depression feels like? 

    \n

    Think of a foggy grey muck that encircles you head to toe. Severe depression strips you from being able to experience any joy in life, even when for all the world it appears you have everything going for you.   Watered down commentaries attempt to describe the soul rotting misery of waking up in darkness every day. Who are those who can bolt out of bed ready to face the day with their happy attitudes about life? I don\u2019t know. I\u2019ve never been one. I dread waking up. One of the things really depressed people look forward to is a respite from consciousness. This is why those who suffer tend to sleep so much. It\u2019s escapism. Yet it isn\u2019t, because even in sleep you can be terrorized by your daytime demons. The quality of sleep is not restful \u2013 in fact, rather fitful. This is one reason so many people take mind-numbing tranquilizers to dull their wakeful state just to be able to drift away to somewhere, anywhere else than the dangerous and unchecked arena of the mind.    

    \n

    People experience the tiers of depression's challenges in different ways. It\u2019s not being disappointed or being in a bad mood if something doesn\u2019t pan out in your favor. You chipped you manicure? Bugger. Irritating, yes, but it\u2019s not the end of the world. For a depressed person,  something minor (for whatever reason) can hurl you head first into a bottomless void of regret and agony. You associate daily life with walking through a minefield. Danger lurks with every step. That ad for an antidepressant that shows a cartoon figure walking around under her own cloud of rain sums up the feeling quite well (of course it does \u2013 sponsored by The Pharmaceutical Cartel). You NEED this drug to function. That\u2019s another post, and I know far too well how drugs are touted as the magic solution. Not even children are safe from their campaigns.

    \n

    \n

    It\u2019s the ultimate mind-fuck factory, this thought prison that leads you through Dante\u2019s circles of hell as you try to scramble your way out of the snake pit. The thoughts pull you back in by your ankles. Like a horror movie, the entity of depression knows what scares you. It knows what makes you wail in despair. It knows your saddest thoughts and flashes those across the movie screen in your head in incessant reruns. You are a spectator, but unable to avert your eyes.   

    \n

    You have things to do? Most can buck up and get 'er done. A very depressed person knows what must be done yet can\u2019t do it. Cannot. It\u2019s not possible. It has nothing to do with laziness and everything to do with apathy. The effort isn\u2019t worth it. You know you will feel better if such and such gets done. So the obvious solution is to do it. You have errands to run? Get in the car and go. But for a depressed person, the mundane becomes detestable to such an extent that not even the guilt for not doing the things is unable to motivate you enough to accomplish what is impossible in your mind.   

    \n

    \n

    Once while touring Alcatraz, I was struck by something the tour guide told us. The island is positioned in just the right way that all the prisoners could smell the Ghirardelli chocolate factory wafting its chocolate scent across the bay, no doubt driving inmates insane. This is much like depression. You are stuck in a jail cell knowing everyone else is living happily while you miss out on what you know (on some level) is a gift \u2013 life itself. You can only observe from afar.    

    \n

    You know those days when you feel like a sloth and nothing gets done? For many depressed people that\u2019s every day. By getting nothing done I don\u2019t mean cleaning out the refrigerator or reading a book your friend needs back. I mean responsibilities you must accept as an adult, as a parent. You can\u2019t function. Your kids are hungry, but you can\u2019t do anything about it because you can\u2019t move. You have an empty stare and wonder if it\u2019s too early for a drink. It\u2019s only one in the afternoon. Can it be justified?    

    \n

    And you can\u2019t stop seeing those stories about the Yulin dog meat festival. This is horrible because an animal suffering is the worst thing in the world to me. Or those commercials by the SPCA. The thoughts hit hard, bating me. \u201cUh oh! She\u2019s making some progress \u2013 what is she sad about? Let\u2019s infect.\u201d Self-sabotage is the name of the game. For a depressed person, thoughts take over and pollute your whole mind.   

    \n

    You hope you will feel better tomorrow, or someday. You keep saying someday. But that wastes away today. You hide from friends and family because the idea of faking a smile is akin to torture. And you think no one cares about your problems. Or they are tired of hearing about them because they are always the same.   Your brain is wired differently. Some of the most creative genius comes from a desolate mental state. It can, but only If you can get any mental energy together to be productive.   

    \n

    Your friends email you cures for migraines. You have had to invent numerous excuses that involve having them, because that\u2019s a reasonable excuse to cancel plans. Saying you\u2019re sad or not in the mood will get \u201cI\u2019ll cheer you up\u201d from well-meaning friends and family. But you want to be alone, completely isolated, in bed, with the covers pulled up over your head. And you want to cry. And I don\u2019t mean a few tears. I mean heart-wrenching sobs that no one would want to hear.   

    \n

    You yell at people you love. You cry easily. They can\u2019t help you but they can sure piss you off. And we are pissed at ourselves, because children have needs that must be met -no question about it. And you know are letting them down with your suffering. Another blow.   We do not feel sorry for ourselves in the traditional sense. We do feel sorry that we can\u2019t get a grip as we are often told to do. We feel guilty for letting others down who matter as they stand by helpless, completely befuddled about their roles in all of this. They feel responsible You want to convey it\u2019s not them or their fault, but they start to not believe you. It\u2019s no one\u2019s fault. It simply is.   

    \n

    Some days are easier than others. I often do well when the stars align - deceptively so, or maybe not deceptive. Maybe I am getting a handle on this curse. It\u2019s a constant roller coaster of wondering when the happy cart will upturn and everything you manage to put in there (composure, self-esteem, productivity) scatters across the road. And cars are coming, but you have to try to summon up the ability to put them back in and continue on your journey. It\u2019s like you are that one slow car on a hill that everyone zips past because they don\u2019t carry the burden of your load.   

    \n

    Is life a beautiful thing? Yes. It is. Is it filled with sadness? Yes to that too. Can a depressed person overcome depression? I think so. But in order to answer that, you must be willing to look at your origins to discover what might be holding you back.         

    \n

    \n

    Drawings and painting \u00a9 Johanna Westerman 2016  

    \n


    \n", @@ -19893,7 +19893,7 @@ ], "author": "powerup", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 55.04, "beneficiaries": [], "blacklists": [], "body": "So far, a great number of applications, or tools that can considerably improve our user experience whether we are old users or new, has been created. The application directory created by @roelandp is accepted as an official directory that currently contains more than 80 various tools, mainly created by the community members, with a few official ones. The number of applications is growing rapidly, thanks to talented developers and other users, whose ideas are being converted into functional programs.\n\nHere, I want to introduce you to an infographic that contains 17 very useful tools singled out and sorted into categories according to their use. The first category 'for new and old users' contains essential applications for most users, including applications such as the official chat server and block explorer, as well as a dedicated service for uninterrupted adding of photos, @jesta's tool for easier tracking of data related to your account, and a tool for real-time Steem Backed Dollar conversion, with a few extra applications included in the service.\n\nThe next group contains the applications essential for developers, led by @xeroc's piston which says for itself 'The Swiff Army Knife for the Steem network'. They facilitate the communication with the steem blockchain and there is also an application that facilitates the integration of Steem payments to your service. \n\nThe Miscellaneous group contains a variety of useful applications such as tools for curators, a precise browser of user reputation, a dedicated tool for creating shortened links with statistics, a Steem Stream display of all activity in real time with an option of adjusting your settings, as well as speech community and radio.\n\nLast group are applications in the category of data and analytics that contain most of data about the network, the network activity and the users. \n\nI apologize in advance if some of your favorite applications have been left out; if that is the case, you can always visit http://SteemTools.com which contains all the applications.\n\n*For a clearer view, it is recommended that you open the image in full resolution.* *[Infographic Hotlink!](http://res.cloudinary.com/powerup/image/upload/c_scale,w_1437/v1473957114/revision-02_tdjkik.png)*\nhttps://s11.postimg.io/8uxamnavn/revision_02.png\n---\n ![http://steemit.com/@powerup](https://img1.steemit.com/0x0/https://resources.sketch.cloud/public/102c8fee-b651-415a-8498-36de3c522b7d.png)", @@ -20790,7 +20790,7 @@ ], "author": "terrycraft", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 68.42, "beneficiaries": [], "blacklists": [], "body": "
    \n\nhttp://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman18.jpg\nImage credit / \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0444\u043e\u0442\u043e\n\n\n

    When looking through old photographs, you realize how much the world has changed around us.

    \n
    \u041f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u044f \u0441\u0442\u0430\u0440\u044b\u0435 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438, \u043e\u0441\u043e\u0437\u043d\u0430\u0451\u0448\u044c \u043d\u0430\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0441\u044f \u043c\u0438\u0440 \u0432\u043e\u043a\u0440\u0443\u0433 \u043d\u0430\u0441.
    \n\n\nhttp://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman16.jpg\nImage credit / \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0444\u043e\u0442\u043e\n\n\n

    I am deeply convinced that the people imprinted on these black-and-white photographs never suspected what will happen to them in the future, whether it is immediate or distant As well as they didn't realized how quickly the years will pass, changing all the world around. So, as you look at their careless faces, you fairly quickly realize that your current situation is not much different.

    \n
    \u042f \u0433\u043b\u0443\u0431\u043e\u043a\u043e \u0443\u0432\u0435\u0440\u0435\u043d\u0430 \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e \u043b\u044e\u0434\u0438, \u0437\u0430\u043f\u0435\u0447\u0430\u0442\u043b\u0451\u043d\u043d\u044b\u0435 \u043d\u0430 \u0447\u0451\u0440\u043d\u043e-\u0431\u0435\u043b\u044b\u0445 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f\u0445, \u043d\u0435 \u043f\u043e\u0434\u043e\u0437\u0440\u0435\u0432\u0430\u043b\u0438, \u0447\u0442\u043e \u0441\u0442\u0430\u043d\u0435\u0442 \u0441 \u043d\u0438\u043c\u0438 \u0432 \u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0435\u043c, \u0438 \u043d\u0435 \u043e\u0447\u0435\u043d\u044c, \u0431\u0443\u0434\u0443\u0449\u0435\u043c. \u041d\u0435 \u0437\u043d\u0430\u043b\u0438 \u043e\u043d\u0438 \u0442\u0430\u043a\u0436\u0435, \u043d\u0430\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u0442\u0440\u0435\u043c\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u0440\u043e\u0439\u0434\u0443\u0442 \u0433\u043e\u0434\u044b, \u0438 \u043a\u0430\u043a \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u0441\u044f \u043c\u0438\u0440 \u0432\u043e\u043a\u0440\u0443\u0433. \u041f\u043e\u044d\u0442\u043e\u043c\u0443, \u0433\u043b\u044f\u0434\u044f \u043d\u0430 \u0438\u0445 \u0431\u0435\u0441\u043f\u0435\u0447\u043d\u044b\u0435 \u043b\u0438\u0446\u0430, \u0434\u043e\u0432\u043e\u043b\u044c\u043d\u043e \u0431\u044b\u0441\u0442\u0440\u043e \u043e\u0441\u043e\u0437\u043d\u0430\u0451\u0448\u044c, \u0447\u0442\u043e \u0442\u0432\u043e\u0451 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0441\u0435\u0439\u0447\u0430\u0441 \u043c\u0430\u043b\u043e \u0447\u0435\u043c \u043e\u0442\u043b\u0438\u0447\u0430\u0435\u0442\u0441\u044f.
    \n\n\nhttp://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman14.jpg\nImage credit / \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0444\u043e\u0442\u043e\n\n\n

    Everything that happens around us changes the world we are witnessing. We live in an age of technological progress; the advent of the first computers, the Internet, gadgets, social networks, online games, e-commerce, cryptocurrency and, finally, a blockchain social network - the Steemit, which makes our minds work for creation of good content and its curation.

    \n
    \u0412\u0441\u0451 \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u044f\u0449\u0435\u0435 \u0432\u043e\u043a\u0440\u0443\u0433 \u043d\u0430\u0441 \u043c\u0435\u043d\u044f\u0435\u0442 \u043c\u0438\u0440 \u043d\u0430 \u043d\u0430\u0448\u0438\u0445 \u0433\u043b\u0430\u0437\u0430\u0445. \u041c\u044b \u0436\u0438\u0432\u0451\u043c \u0432 \u0432\u0435\u043a \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u0430; \u043f\u043e\u044f\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0435\u0440\u0432\u044b\u0445 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u043e\u0432, \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0430, \u0433\u0430\u0434\u0436\u0435\u0442\u043e\u0432, \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0445 \u0441\u0435\u0442\u0435\u0439, \u043e\u043d\u043b\u0430\u0439\u043d-\u0438\u0433\u0440, \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d\u043e\u0432, \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442 \u0438, \u043d\u0430\u043a\u043e\u043d\u0435\u0446, \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u0441\u0435\u0442\u0438 \u043d\u0430 \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d\u0435 - Steemit, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0437\u0430\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u043d\u0430\u0448\u0438 \u0443\u043c\u044b \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0445\u043e\u0440\u043e\u0448\u0435\u0433\u043e \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430 \u0438 \u0435\u0433\u043e \u043a\u0443\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f.
    \n\n\nhttp://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman09.jpg\nImage credit / \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0444\u043e\u0442\u043e\n\n\n

    And in 10 years, or maybe much earlier, we will see a completely different picture of reality. Generation Steem is coming. The generation that changed everything around and changed itself as well, in opposite to that generation you run with your eyes, trying to convince its immutability and the impossibility of change. No, this already will be the world of the past.

    \n
    \u0418 \u043b\u0435\u0442 \u0447\u0435\u0440\u0435\u0437 10, \u0430 \u043c\u043e\u0436\u0435\u0442 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0440\u0430\u043d\u044c\u0448\u0435, \u043c\u044b \u0443\u0432\u0438\u0434\u0438\u043c \u0432 \u043a\u0430\u0434\u0440\u0435 \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e \u0434\u0440\u0443\u0433\u0443\u044e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c. \u0413\u0440\u044f\u0434\u0451\u0442 Steem \u043f\u043e\u043a\u043e\u043b\u0435\u043d\u0438\u0435, \u043f\u043e\u043a\u043e\u043b\u0435\u043d\u0438\u0435, \u0438\u0437\u043c\u0435\u043d\u0438\u0432\u0448\u0435\u0435 \u0432\u0441\u0451 \u0432\u043e\u043a\u0440\u0443\u0433 \u0441\u0435\u0431\u044f \u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u0432\u0448\u0435\u0435\u0441\u044f \u0441\u0430\u043c\u043e, \u0430 \u043d\u0435 \u0442\u043e, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0441\u0435\u0439\u0447\u0430\u0441, \u043e\u0431\u0432\u043e\u0434\u044f \u0432\u0437\u0433\u043b\u044f\u0434\u043e\u043c, \u0432\u044b \u043f\u044b\u0442\u0430\u0435\u0442\u0435\u0441\u044c \u0443\u0431\u0435\u0434\u0438\u0442\u044c \u0432 \u0435\u0433\u043e \u043d\u0435\u0437\u044b\u0431\u043b\u0435\u043c\u043e\u0441\u0442\u0438 \u0438 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u043d. \u041d\u0435\u0442, \u044d\u0442\u043e \u0443\u0436\u0435 \u0431\u0443\u0434\u0435\u0442 \u043c\u0438\u0440 \u043f\u0440\u043e\u0448\u043b\u043e\u0433\u043e.
    \n\n\n\n

    Written to the music: Antonio Vivaldi - The Four Seasons.

    \n\n\nPlease follow me\n@panther\n\n
    \n\n---\n\nIf you like this article not follow only me, but also follow the author - @panther\n\n---\n\nAll STEEM Dollars for this post go to the featured author. \u0412\u0441\u0435 SD \u0437\u0430 \u043f\u043e\u0441\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442 \u0430\u0432\u0442\u043e\u0440.", @@ -22446,7 +22446,7 @@ ], "author": "steve-walschot", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.68, "beneficiaries": [], "blacklists": [], "body": "# Time for another upgrade of SteemPay.io! A lot of work has been done behind the scenes, and here's a brief overview:\n\n\n---\n\n\n\n\n\n# Pay on site\n\n### Users will be able to make their payments straight from the payments page using a 2 step sliding form. \n\n\n\nhttp://i.imgur.com/iinyGFl.png\n\n\n\nThis means no more need to open another tab page, fill in all the details in your wallet, and returning to SteemPay. Both the password and the active private key can be used to broadcast the transaction. \n\n\n\nSteemPay **does not** encourage password storing, however, there is an option available for those who prefer to save their password in the browser's ***localstorage.*** A warning pop up will appear explaining the risks of storing passwords in the browser.\n\n\n\nAfter a successful login, the user will see a quick overview of his available balances, and another confirmation is required to finalize the transaction straight from the payment window.\n\n\n\n\n\n# Mobile wallet\n\n### The mobile wallet is up and running, but my code seems like a mess due to trial and error. \n\nA **bounty** will be placed for someone to cleanup everything and make some minor corrections so the first version can be released very soon (and get approved on the official android & iOS stores). I feel the need to encourage bounties, so people can become engaged with the community, and hopefully I'll discover new talent to join me on the further expansion of SteemPay.\n\n\n\n# SteemFEST 1\n\nSteemPay will donate some money to SteemFEST 1. Me and @roelandp still need to work out the details, but SteemPay will be present and setup a donation terminal where users are free to send some donations towards the organization by using the mobile wallet with QR support (plans may still change). \n\n\n\n# Hardware upgrade\n\nYet another server upgrade was needed to house all services related to SteemPay. This includes many other side projects that will be announced later on. This should be the final server upgrade for SteemPay and related services. \n\n\n\nThe DNS is still propagating, so you might not see the recent changes on SteemPay.io yet.\n\n\n\n# General statistics implantation\n\nA lightweight database will be kept storing nothing but the transaction amounts processed trough SteemPay. This serves for having some overview on the monthly growth of the transactions, as well as the amounts processed. Every month, the statistics will be published.\n\n\n\n# Steem on!", @@ -23659,7 +23659,7 @@ ], "author": "masteryoda", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 70.0, "beneficiaries": [], "blacklists": [], "body": "![photo](http://i.imgsafe.org/81a1095cd2.png)\n\n- - -\n\nThis report covers payouts made between:\n\n**September 8, 2016, 12:00 am UTC** and **September 14, 2016, 11:59 pm UTC**\n\nTotal SBD paid: **136 116.418 SBD**\n\nTotal VESTS paid: **714 086 946.799 VESTS**\n\n- - -\n\n### SBD and VESTS payouts chart:\n![photo](http://imgh.us/canvas2_1.png)\n\n- - -\n\n### Top 100 overall SBD earners:\n|Rank | Account | Posts |SBD | VESTS |\n| :-----| ------------- |-------------:|-------------:| -----:|\n|1|[@ericvancewalton](https://steemit.com/@ericvancewalton)|15|6 077.522|24 596 951.571|\n|2|[@roelandp](https://steemit.com/@roelandp)|5|5 750.861|26 290 325.567|\n|3|[@gavvet](https://steemit.com/@gavvet)|29|5 680.552|23 514 590.090|\n|4|[@knozaki2015](https://steemit.com/@knozaki2015)|27|4 089.160|16 881 905.884|\n|5|[@sirwinchester](https://steemit.com/@sirwinchester)|20|3 196.259|13 196 949.343|\n|6|[@terrycraft](https://steemit.com/@terrycraft)|22|2 997.141|12 216 236.410|\n|7|[@calaber24p](https://steemit.com/@calaber24p)|9|2 411.786|10 175 362.253|\n|8|[@dollarvigilante](https://steemit.com/@dollarvigilante)|9|2 135.290|9 376 253.261|\n|9|[@someguy123](https://steemit.com/@someguy123)|11|1 852.735|7 812 606.655|\n|10|[@ozchartart](https://steemit.com/@ozchartart)|13|1 771.698|7 215 740.701|\n|11|[@infovore](https://steemit.com/@infovore)|5|1 705.589|6 924 653.829|\n|12|[@lifeisawesome](https://steemit.com/@lifeisawesome)|6|1 689.879|6 989 106.948|\n|13|[@dantheman](https://steemit.com/@dantheman)|11|1 612.428|8 604 664.210|\n|14|[@jamielefay](https://steemit.com/@jamielefay)|4|1 607.864|6 411 495.342|\n|15|[@kevinwong](https://steemit.com/@kevinwong)|6|1 525.609|6 542 045.016|\n|16|[@charlieshrem](https://steemit.com/@charlieshrem)|4|1 500.105|6 557 010.291|\n|17|[@jesta](https://steemit.com/@jesta)|9|1 492.300|6 472 103.097|\n|18|[@masteryoda](https://steemit.com/@masteryoda)|16|1 423.208|6 023 057.885|\n|19|[@bridgetbunchy](https://steemit.com/@bridgetbunchy)|9|1 324.346|5 343 516.577|\n|20|[@katecloud](https://steemit.com/@katecloud)|7|1 265.447|5 136 897.795|\n|21|[@timsaid](https://steemit.com/@timsaid)|10|1 153.420|4 999 746.262|\n|22|[@sascha](https://steemit.com/@sascha)|2|1 152.462|4 737 155.424|\n|23|[@honeyscribe](https://steemit.com/@honeyscribe)|6|1 147.954|4 693 320.648|\n|24|[@cryptogee](https://steemit.com/@cryptogee)|4|1 145.094|4 704 779.347|\n|25|[@krishtopa](https://steemit.com/@krishtopa)|11|1 143.346|4 834 060.865|\n|26|[@anwenbaumeister](https://steemit.com/@anwenbaumeister)|8|1 138.985|4 813 642.940|\n|27|[@good-karma](https://steemit.com/@good-karma)|6|1 118.049|5 063 419.555|\n|28|[@lobotony](https://steemit.com/@lobotony)|2|1 084.459|4 247 247.973|\n|29|[@markrmorrisjr](https://steemit.com/@markrmorrisjr)|21|1 058.539|4 369 963.419|\n|30|[@curie](https://steemit.com/@curie)|5|1 056.415|4 572 371.506|\n|31|[@opheliafu](https://steemit.com/@opheliafu)|19|1 005.845|4 156 440.681|\n|32|[@steve-walschot](https://steemit.com/@steve-walschot)|4|972.080|4 394 483.105|\n|33|[@marius19](https://steemit.com/@marius19)|23|951.573|4 011 036.875|\n|34|[@serejandmyself](https://steemit.com/@serejandmyself)|11|941.108|3 990 747.231|\n|35|[@steempower](https://steemit.com/@steempower)|4|848.391|3 693 774.188|\n|36|[@aizensou](https://steemit.com/@aizensou)|4|813.814|3 460 586.334|\n|37|[@furion](https://steemit.com/@furion)|7|776.731|3 320 010.859|\n|38|[@officialfuzzy](https://steemit.com/@officialfuzzy)|5|769.671|3 256 431.084|\n|39|[@kencode](https://steemit.com/@kencode)|3|769.635|3 084 463.879|\n|40|[@clayop](https://steemit.com/@clayop)|9|744.729|3 588 626.269|\n|41|[@larkenrose](https://steemit.com/@larkenrose)|8|718.161|2 952 298.454|\n|42|[@steemdrive](https://steemit.com/@steemdrive)|1|713.054|3 137 516.266|\n|43|[@jpiper20](https://steemit.com/@jpiper20)|21|704.591|2 861 337.136|\n|44|[@xeroc](https://steemit.com/@xeroc)|3|700.860|3 667 185.079|\n|45|[@steemship](https://steemit.com/@steemship)|3|700.485|2 935 488.501|\n|46|[@steemcleaners](https://steemit.com/@steemcleaners)|3|659.132|2 596 140.333|\n|47|[@complexring](https://steemit.com/@complexring)|2|647.683|6 065 457.160|\n|48|[@charleshosk](https://steemit.com/@charleshosk)|2|585.319|2 399 760.878|\n|49|[@hisnameisolllie](https://steemit.com/@hisnameisolllie)|11|581.385|2 338 969.539|\n|50|[@sweetsssj](https://steemit.com/@sweetsssj)|14|523.979|2 170 158.700|\n|51|[@livingthedream](https://steemit.com/@livingthedream)|4|510.792|2 027 254.578|\n|52|[@eneismijmich](https://steemit.com/@eneismijmich)|9|504.116|2 061 771.205|\n|53|[@sterlinluxan](https://steemit.com/@sterlinluxan)|7|500.904|2 022 584.130|\n|54|[@thisisbenbrick](https://steemit.com/@thisisbenbrick)|1|497.669|2 274 840.954|\n|55|[@b0y2k](https://steemit.com/@b0y2k)|2|497.114|2 132 474.149|\n|56|[@fairytalelife](https://steemit.com/@fairytalelife)|7|481.143|2 023 586.799|\n|57|[@corbettreport](https://steemit.com/@corbettreport)|6|457.908|1 979 421.716|\n|58|[@kental](https://steemit.com/@kental)|19|435.486|1 746 992.520|\n|59|[@barrycooper](https://steemit.com/@barrycooper)|4|433.548|1 887 586.618|\n|60|[@storyseeker](https://steemit.com/@storyseeker)|4|430.221|1 849 858.609|\n|61|[@jacor](https://steemit.com/@jacor)|11|428.758|1 774 043.305|\n|62|[@bravenewcoin](https://steemit.com/@bravenewcoin)|14|427.758|1 764 533.073|\n|63|[@alexbeyman](https://steemit.com/@alexbeyman)|36|409.397|1 679 902.161|\n|64|[@gangsta](https://steemit.com/@gangsta)|5|405.820|1 620 709.343|\n|65|[@dannystravels](https://steemit.com/@dannystravels)|1|404.374|1 568 065.581|\n|66|[@smailer](https://steemit.com/@smailer)|11|400.558|1 679 104.012|\n|67|[@mibenkito](https://steemit.com/@mibenkito)|1|399.692|1 722 718.612|\n|68|[@cass](https://steemit.com/@cass)|1|391.041|1 993 157.960|\n|69|[@razvanelulmarin](https://steemit.com/@razvanelulmarin)|13|373.350|1 644 174.858|\n|70|[@mrs.steemit](https://steemit.com/@mrs.steemit)|9|368.118|1 530 900.679|\n|71|[@jamtaylor](https://steemit.com/@jamtaylor)|14|358.256|1 555 939.370|\n|72|[@senseiteekay](https://steemit.com/@senseiteekay)|11|357.948|1 517 489.098|\n|73|[@healthyrecipes](https://steemit.com/@healthyrecipes)|3|350.465|1 480 991.813|\n|74|[@aggroed](https://steemit.com/@aggroed)|14|348.227|1 428 790.019|\n|75|[@celebr1ty](https://steemit.com/@celebr1ty)|5|341.894|1 368 751.869|\n|76|[@dana-edwards](https://steemit.com/@dana-edwards)|10|337.839|1 341 593.683|\n|77|[@cryptovpn](https://steemit.com/@cryptovpn)|5|330.063|1 278 755.869|\n|78|[@nanzo-scoop](https://steemit.com/@nanzo-scoop)|17|330.055|2 655 433.594|\n|79|[@fyrstikken](https://steemit.com/@fyrstikken)|23|325.469|1 521 433.247|\n|80|[@richman](https://steemit.com/@richman)|5|321.227|1 332 080.256|\n|81|[@enric](https://steemit.com/@enric)|1|311.640|1 208 207.684|\n|82|[@firepower](https://steemit.com/@firepower)|1|308.085|1 405 620.303|\n|83|[@donkeypong](https://steemit.com/@donkeypong)|4|306.922|1 672 530.744|\n|84|[@churdtzu](https://steemit.com/@churdtzu)|7|305.428|1 246 268.798|\n|85|[@pfunk](https://steemit.com/@pfunk)|6|304.288|1 696 845.158|\n|86|[@canadian-coconut](https://steemit.com/@canadian-coconut)|7|303.757|1 247 066.035|\n|87|[@alexgr](https://steemit.com/@alexgr)|7|296.946|1 259 479.298|\n|88|[@quinneaker](https://steemit.com/@quinneaker)|15|293.521|1 241 558.241|\n|89|[@nekromarinist](https://steemit.com/@nekromarinist)|10|288.002|1 136 848.911|\n|90|[@liberosist](https://steemit.com/@liberosist)|6|284.471|1 407 917.609|\n|91|[@sigmajin](https://steemit.com/@sigmajin)|3|276.147|1 127 048.263|\n|92|[@aaronkoenig](https://steemit.com/@aaronkoenig)|9|274.485|1 168 689.323|\n|93|[@tracemayer](https://steemit.com/@tracemayer)|7|273.934|1 170 292.676|\n|94|[@hilarski](https://steemit.com/@hilarski)|12|272.752|1 111 134.239|\n|95|[@shammyshiggs](https://steemit.com/@shammyshiggs)|6|267.958|1 068 640.107|\n|96|[@halo](https://steemit.com/@halo)|34|265.233|1 109 892.049|\n|97|[@rok-sivante](https://steemit.com/@rok-sivante)|8|261.410|1 152 452.980|\n|98|[@vermillion666](https://steemit.com/@vermillion666)|2|260.282|1 015 370.956|\n|99|[@kaylinart](https://steemit.com/@kaylinart)|31|258.027|1 209 969.357|\n|100|[@kobur](https://steemit.com/@kobur)|9|257.060|1 001 194.076|\n\n\n- - -\n\n### Top 100 overall VESTS earners:\n|Rank | Account | SBD | VESTS |\n| :-----| ------------- |-------------:| -----:|\n|1|[@blocktrades](https://steemit.com/@blocktrades)|6.267|31 932 805.126|\n|2|[@roelandp](https://steemit.com/@roelandp)|5 750.861|26 290 325.567|\n|3|[@ericvancewalton](https://steemit.com/@ericvancewalton)|6 077.522|24 596 951.571|\n|4|[@gavvet](https://steemit.com/@gavvet)|5 680.552|23 514 590.090|\n|5|[@knozaki2015](https://steemit.com/@knozaki2015)|4 089.160|16 881 905.884|\n|6|[@sirwinchester](https://steemit.com/@sirwinchester)|3 196.259|13 196 949.343|\n|7|[@terrycraft](https://steemit.com/@terrycraft)|2 997.141|12 216 236.410|\n|8|[@calaber24p](https://steemit.com/@calaber24p)|2 411.786|10 175 362.253|\n|9|[@smooth](https://steemit.com/@smooth)|35.690|9 725 180.893|\n|10|[@dollarvigilante](https://steemit.com/@dollarvigilante)|2 135.290|9 376 253.261|\n|11|[@berniesanders](https://steemit.com/@berniesanders)|3.218|9 025 844.273|\n|12|[@dantheman](https://steemit.com/@dantheman)|1 612.428|8 604 664.210|\n|13|[@someguy123](https://steemit.com/@someguy123)|1 852.735|7 812 606.655|\n|14|[@ozchartart](https://steemit.com/@ozchartart)|1 771.698|7 215 740.701|\n|15|[@lifeisawesome](https://steemit.com/@lifeisawesome)|1 689.879|6 989 106.948|\n|16|[@infovore](https://steemit.com/@infovore)|1 705.589|6 924 653.829|\n|17|[@wang](https://steemit.com/@wang)|0.000|6 613 063.186|\n|18|[@charlieshrem](https://steemit.com/@charlieshrem)|1 500.105|6 557 010.291|\n|19|[@kevinwong](https://steemit.com/@kevinwong)|1 525.609|6 542 045.016|\n|20|[@jesta](https://steemit.com/@jesta)|1 492.300|6 472 103.097|\n|21|[@jamielefay](https://steemit.com/@jamielefay)|1 607.864|6 411 495.342|\n|22|[@complexring](https://steemit.com/@complexring)|647.683|6 065 457.160|\n|23|[@masteryoda](https://steemit.com/@masteryoda)|1 423.208|6 023 057.885|\n|24|[@nextgencrypto](https://steemit.com/@nextgencrypto)|7.149|5 399 639.966|\n|25|[@bridgetbunchy](https://steemit.com/@bridgetbunchy)|1 324.346|5 343 516.577|\n|26|[@katecloud](https://steemit.com/@katecloud)|1 265.447|5 136 897.795|\n|27|[@good-karma](https://steemit.com/@good-karma)|1 118.049|5 063 419.555|\n|28|[@timsaid](https://steemit.com/@timsaid)|1 153.420|4 999 746.262|\n|29|[@krishtopa](https://steemit.com/@krishtopa)|1 143.346|4 834 060.865|\n|30|[@anwenbaumeister](https://steemit.com/@anwenbaumeister)|1 138.985|4 813 642.940|\n|31|[@sascha](https://steemit.com/@sascha)|1 152.462|4 737 155.424|\n|32|[@cryptogee](https://steemit.com/@cryptogee)|1 145.094|4 704 779.347|\n|33|[@honeyscribe](https://steemit.com/@honeyscribe)|1 147.954|4 693 320.648|\n|34|[@curie](https://steemit.com/@curie)|1 056.415|4 572 371.506|\n|35|[@steve-walschot](https://steemit.com/@steve-walschot)|972.080|4 394 483.105|\n|36|[@markrmorrisjr](https://steemit.com/@markrmorrisjr)|1 058.539|4 369 963.419|\n|37|[@lobotony](https://steemit.com/@lobotony)|1 084.459|4 247 247.973|\n|38|[@steemed](https://steemit.com/@steemed)|32.767|4 188 255.968|\n|39|[@opheliafu](https://steemit.com/@opheliafu)|1 005.845|4 156 440.681|\n|40|[@riverhead](https://steemit.com/@riverhead)|7.248|4 045 823.778|\n|41|[@marius19](https://steemit.com/@marius19)|951.573|4 011 036.875|\n|42|[@serejandmyself](https://steemit.com/@serejandmyself)|941.108|3 990 747.231|\n|43|[@pharesim](https://steemit.com/@pharesim)|0.000|3 875 558.313|\n|44|[@steemit200](https://steemit.com/@steemit200)|0.000|3 768 755.702|\n|45|[@steempower](https://steemit.com/@steempower)|848.391|3 693 774.188|\n|46|[@xeroc](https://steemit.com/@xeroc)|700.860|3 667 185.079|\n|47|[@clayop](https://steemit.com/@clayop)|744.729|3 588 626.269|\n|48|[@aizensou](https://steemit.com/@aizensou)|813.814|3 460 586.334|\n|49|[@furion](https://steemit.com/@furion)|776.731|3 320 010.859|\n|50|[@xeldal](https://steemit.com/@xeldal)|0.393|3 300 335.411|\n|51|[@ned](https://steemit.com/@ned)|32.419|3 290 566.039|\n|52|[@officialfuzzy](https://steemit.com/@officialfuzzy)|769.671|3 256 431.084|\n|53|[@steemdrive](https://steemit.com/@steemdrive)|713.054|3 137 516.266|\n|54|[@joseph](https://steemit.com/@joseph)|57.350|3 085 782.531|\n|55|[@kencode](https://steemit.com/@kencode)|769.635|3 084 463.879|\n|56|[@larkenrose](https://steemit.com/@larkenrose)|718.161|2 952 298.454|\n|57|[@steemship](https://steemit.com/@steemship)|700.485|2 935 488.501|\n|58|[@recursive](https://steemit.com/@recursive)|6.621|2 918 906.746|\n|59|[@jpiper20](https://steemit.com/@jpiper20)|704.591|2 861 337.136|\n|60|[@hr1](https://steemit.com/@hr1)|0.300|2 780 636.062|\n|61|[@nanzo-scoop](https://steemit.com/@nanzo-scoop)|330.055|2 655 433.594|\n|62|[@laonie](https://steemit.com/@laonie)|116.404|2 619 872.564|\n|63|[@steemcleaners](https://steemit.com/@steemcleaners)|659.132|2 596 140.333|\n|64|[@charleshosk](https://steemit.com/@charleshosk)|585.319|2 399 760.878|\n|65|[@hisnameisolllie](https://steemit.com/@hisnameisolllie)|581.385|2 338 969.539|\n|66|[@thisisbenbrick](https://steemit.com/@thisisbenbrick)|497.669|2 274 840.954|\n|67|[@sweetsssj](https://steemit.com/@sweetsssj)|523.979|2 170 158.700|\n|68|[@b0y2k](https://steemit.com/@b0y2k)|497.114|2 132 474.149|\n|69|[@eneismijmich](https://steemit.com/@eneismijmich)|504.116|2 061 771.205|\n|70|[@livingthedream](https://steemit.com/@livingthedream)|510.792|2 027 254.578|\n|71|[@fairytalelife](https://steemit.com/@fairytalelife)|481.143|2 023 586.799|\n|72|[@sterlinluxan](https://steemit.com/@sterlinluxan)|500.904|2 022 584.130|\n|73|[@cass](https://steemit.com/@cass)|391.041|1 993 157.960|\n|74|[@corbettreport](https://steemit.com/@corbettreport)|457.908|1 979 421.716|\n|75|[@barrycooper](https://steemit.com/@barrycooper)|433.548|1 887 586.618|\n|76|[@jamesc](https://steemit.com/@jamesc)|0.153|1 871 857.951|\n|77|[@storyseeker](https://steemit.com/@storyseeker)|430.221|1 849 858.609|\n|78|[@jacor](https://steemit.com/@jacor)|428.758|1 774 043.305|\n|79|[@bravenewcoin](https://steemit.com/@bravenewcoin)|427.758|1 764 533.073|\n|80|[@kental](https://steemit.com/@kental)|435.486|1 746 992.520|\n|81|[@au1nethyb1](https://steemit.com/@au1nethyb1)|0.000|1 740 612.769|\n|82|[@mibenkito](https://steemit.com/@mibenkito)|399.692|1 722 718.612|\n|83|[@pfunk](https://steemit.com/@pfunk)|304.288|1 696 845.158|\n|84|[@alexbeyman](https://steemit.com/@alexbeyman)|409.397|1 679 902.161|\n|85|[@smailer](https://steemit.com/@smailer)|400.558|1 679 104.012|\n|86|[@badassmother](https://steemit.com/@badassmother)|0.000|1 679 019.431|\n|87|[@donkeypong](https://steemit.com/@donkeypong)|306.922|1 672 530.744|\n|88|[@razvanelulmarin](https://steemit.com/@razvanelulmarin)|373.350|1 644 174.858|\n|89|[@summon](https://steemit.com/@summon)|72.228|1 622 251.187|\n|90|[@gangsta](https://steemit.com/@gangsta)|405.820|1 620 709.343|\n|91|[@silver](https://steemit.com/@silver)|0.000|1 609 716.257|\n|92|[@dannystravels](https://steemit.com/@dannystravels)|404.374|1 568 065.581|\n|93|[@jamtaylor](https://steemit.com/@jamtaylor)|358.256|1 555 939.370|\n|94|[@mrs.steemit](https://steemit.com/@mrs.steemit)|368.118|1 530 900.679|\n|95|[@fyrstikken](https://steemit.com/@fyrstikken)|325.469|1 521 433.247|\n|96|[@senseiteekay](https://steemit.com/@senseiteekay)|357.948|1 517 489.098|\n|97|[@healthyrecipes](https://steemit.com/@healthyrecipes)|350.465|1 480 991.813|\n|98|[@satoshifund](https://steemit.com/@satoshifund)|0.000|1 472 512.796|\n|99|[@kushed](https://steemit.com/@kushed)|0.160|1 449 619.943|\n|100|[@aggroed](https://steemit.com/@aggroed)|348.227|1 428 790.019|\n\n\n- - -\n\n### Top 100 paying posts (author reward):\n|Rank | Account | SBD | VESTS | POST|\n| :-----| ------------- |-------------:| -----:|:-----|\n|1|[@roelandp](https://steemit.com/@roelandp)|5417.783|24936028.708622|[save-the-date-steemfest-1-11-12-13-november-2016-amsterdam-n](https://steemit.com/all/@roelandp/save-the-date-steemfest-1-11-12-13-november-2016-amsterdam-nl)|\n|2|[@someguy123](https://steemit.com/@someguy123)|1314.389|5601399.952738|[understeem-steemit-without-censorship-nsfw-filter-removed-vi](https://steemit.com/all/@someguy123/understeem-steemit-without-censorship-nsfw-filter-removed-via-tor)|\n|3|[@kevinwong](https://steemit.com/@kevinwong)|971.542|4190657.642935|[logo-contest-for-project-curie-calling-all-designers](https://steemit.com/all/@kevinwong/logo-contest-for-project-curie-calling-all-designers)|\n|4|[@steve-walschot](https://steemit.com/@steve-walschot)|937.502|4105645.799136|[investigating-the-wale-scam-assumptions-above-knowledge](https://steemit.com/all/@steve-walschot/investigating-the-wale-scam-assumptions-above-knowledge)|\n|5|[@good-karma](https://steemit.com/@good-karma)|909.717|4210888.383925|[esteem-ios-1-2-2-released-advanced-login-signup-patch-post-e](https://steemit.com/all/@good-karma/esteem-ios-1-2-2-released-advanced-login-signup-patch-post-edits-photo-inclusion-on-posts-new-navigation-filter)|\n|6|[@cryptogee](https://steemit.com/@cryptogee)|802.871|3114844.305012|[a-quick-fix-for-a-broken-capitalist-society](https://steemit.com/all/@cryptogee/a-quick-fix-for-a-broken-capitalist-society)|\n|7|[@infovore](https://steemit.com/@infovore)|780.138|3145392.168091|[steemmag-steemit-s-weekend-digest-9-of-community-curation-an](https://steemit.com/all/@infovore/steemmag-steemit-s-weekend-digest-9-of-community-curation-and-reputation-chats-with-a-whale-steemit-chat-lead-moderators-a-day)|\n|8|[@steemdrive](https://steemit.com/@steemdrive)|709.735|3021388.477665|[steemdrive-second-proof-of-successful-crowdfunded-billboard-](https://steemit.com/all/@steemdrive/steemdrive-second-proof-of-successful-crowdfunded-billboard-flight-in-durban-south-africa)|\n|9|[@ericvancewalton](https://steemit.com/@ericvancewalton)|694.130|2692969.805438|[alarm-clock-dawn-an-original-novel-episode-22](https://steemit.com/all/@ericvancewalton/alarm-clock-dawn-an-original-novel-episode-22)|\n|10|[@sascha](https://steemit.com/@sascha)|672.279|2606133.315123|[our-life-on-planet-earth-part-8-the-meaning-of-life](https://steemit.com/all/@sascha/our-life-on-planet-earth-part-8-the-meaning-of-life)|\n|11|[@jesta](https://steemit.com/@jesta)|672.102|3084315.315130|[steem-bounty-system-milestone-1-proposal](https://steemit.com/all/@jesta/steem-bounty-system-milestone-1-proposal)|\n|12|[@steempower](https://steemit.com/@steempower)|670.009|2855734.328170|[bitshares-state-of-the-network-11th-sept-2016](https://steemit.com/all/@steempower/bitshares-state-of-the-network-11th-sept-2016)|\n|13|[@complexring](https://steemit.com/@complexring)|635.717|2707974.667320|[bypassing-the-great-firewall-of-china](https://steemit.com/all/@complexring/bypassing-the-great-firewall-of-china)|\n|14|[@katecloud](https://steemit.com/@katecloud)|628.891|2463723.749341|[a-photo-the-progression-of-a-painting-and-a-poem-by-kate-clo](https://steemit.com/all/@katecloud/a-photo-the-progression-of-a-painting-and-a-poem-by-kate-cloud)|\n|15|[@infovore](https://steemit.com/@infovore)|623.373|2415144.530628|[the-rise-of-the-human-cyborgs-outsmarting-smartphones-and-th](https://steemit.com/all/@infovore/the-rise-of-the-human-cyborgs-outsmarting-smartphones-and-the-internables-trend)|\n|16|[@ericvancewalton](https://steemit.com/@ericvancewalton)|605.001|2343398.347985|[the-cliff-an-original-poem](https://steemit.com/all/@ericvancewalton/the-cliff-an-original-poem)|\n|17|[@ericvancewalton](https://steemit.com/@ericvancewalton)|599.216|2408866.584548|[rush-hour-train-an-original-poem](https://steemit.com/all/@ericvancewalton/rush-hour-train-an-original-poem)|\n|18|[@dantheman](https://steemit.com/@dantheman)|588.696|2270663.485250|[censorship-is-impossible-in-a-free-society](https://steemit.com/all/@dantheman/censorship-is-impossible-in-a-free-society)|\n|19|[@ericvancewalton](https://steemit.com/@ericvancewalton)|573.497|2217973.305761|[too-simple-to-see-an-original-poem](https://steemit.com/all/@ericvancewalton/too-simple-to-see-an-original-poem)|\n|20|[@lobotony](https://steemit.com/@lobotony)|559.734|2169953.235319|[a-trip-to-the-north-part-1-of-2-iceland](https://steemit.com/all/@lobotony/a-trip-to-the-north-part-1-of-2-iceland)|\n|21|[@steemship](https://steemit.com/@steemship)|556.189|2365420.937467|[open-letter-to-ned-and-dan-you-badly-need-a-communications-c](https://steemit.com/all/@steemship/open-letter-to-ned-and-dan-you-badly-need-a-communications-community-content-expert-and-i-hereby-nominate-stellabelle-or)|\n|22|[@kevinwong](https://steemit.com/@kevinwong)|550.834|2135268.781675|[dayjob-ended-hello-steemit](https://steemit.com/all/@kevinwong/dayjob-ended-hello-steemit)|\n|23|[@ericvancewalton](https://steemit.com/@ericvancewalton)|539.244|2295220.650034|[alarm-clock-dawn-an-original-novel-episode-25](https://steemit.com/all/@ericvancewalton/alarm-clock-dawn-an-original-novel-episode-25)|\n|24|[@ericvancewalton](https://steemit.com/@ericvancewalton)|535.500|2075831.717451|[4ziyjc-alarm-clock-dawn-an-original-novel-episode-22](https://steemit.com/all/@ericvancewalton/4ziyjc-alarm-clock-dawn-an-original-novel-episode-22)|\n|25|[@lobotony](https://steemit.com/@lobotony)|524.725|2076637.525890|[a-trip-to-the-north-part-2-of-2-greenland](https://steemit.com/all/@lobotony/a-trip-to-the-north-part-2-of-2-greenland)|\n|26|[@dollarvigilante](https://steemit.com/@dollarvigilante)|522.074|2024561.204875|[gold-has-biggest-one-day-rally-since-brexit-as-elites-rush-i](https://steemit.com/all/@dollarvigilante/gold-has-biggest-one-day-rally-since-brexit-as-elites-rush-into-gold)|\n|27|[@calaber24p](https://steemit.com/@calaber24p)|516.871|2073762.161780|[the-evolution-of-virtual-economies-and-their-future-global-i](https://steemit.com/all/@calaber24p/the-evolution-of-virtual-economies-and-their-future-global-impact-on-the-world)|\n|28|[@jamielefay](https://steemit.com/@jamielefay)|515.285|1997372.750614|[ahe-ey-submission-an-original-novel-part-16](https://steemit.com/all/@jamielefay/ahe-ey-submission-an-original-novel-part-16)|\n|29|[@lifeisawesome](https://steemit.com/@lifeisawesome)|515.184|2076732.392526|[you-are-what-your-friends-are](https://steemit.com/all/@lifeisawesome/you-are-what-your-friends-are)|\n|30|[@ericvancewalton](https://steemit.com/@ericvancewalton)|512.929|1979697.284935|[alarm-clock-dawn-an-original-novel-episode-21](https://steemit.com/all/@ericvancewalton/alarm-clock-dawn-an-original-novel-episode-21)|\n|31|[@charlieshrem](https://steemit.com/@charlieshrem)|508.009|2110171.661194|[how-to-live-completely-off-steem-using-a-virtual-and-physica](https://steemit.com/all/@charlieshrem/how-to-live-completely-off-steem-using-a-virtual-and-physical-debit-card-topped-up-with-steem)|\n|32|[@thisisbenbrick](https://steemit.com/@thisisbenbrick)|497.660|2255006.094857|[the-lifecycle-of-a-song](https://steemit.com/all/@thisisbenbrick/the-lifecycle-of-a-song)|\n|33|[@timsaid](https://steemit.com/@timsaid)|493.545|1978954.745437|[life-explorers-the-human-senses-part-ii-hearing](https://steemit.com/all/@timsaid/life-explorers-the-human-senses-part-ii-hearing)|\n|34|[@gavvet](https://steemit.com/@gavvet)|483.546|2060779.396304|[crab-mentality-what-you-need-to-know-about-this-kind-of-degr](https://steemit.com/all/@gavvet/crab-mentality-what-you-need-to-know-about-this-kind-of-degrading-mentality-english-filipino)|\n|35|[@fairytalelife](https://steemit.com/@fairytalelife)|479.523|1927465.053480|[how-to-draw-a-braid](https://steemit.com/all/@fairytalelife/how-to-draw-a-braid)|\n|36|[@sascha](https://steemit.com/@sascha)|479.357|2090356.322663|[salt-as-an-energy-source-energetic-purification-with-salt](https://steemit.com/all/@sascha/salt-as-an-energy-source-energetic-purification-with-salt)|\n|37|[@ericvancewalton](https://steemit.com/@ericvancewalton)|459.391|1953748.642541|[walk-your-worries-an-original-poem](https://steemit.com/all/@ericvancewalton/walk-your-worries-an-original-poem)|\n|38|[@calaber24p](https://steemit.com/@calaber24p)|458.060|1948333.287074|[different-ways-to-think-about-your-time-and-money-to-lead-to](https://steemit.com/all/@calaber24p/different-ways-to-think-about-your-time-and-money-to-lead-to-better-financial-security)|\n|39|[@dollarvigilante](https://steemit.com/@dollarvigilante)|457.747|2096614.988536|[boom-end-game-nears-as-central-banks-buying-up-gold-mining-c](https://steemit.com/all/@dollarvigilante/boom-end-game-nears-as-central-banks-buying-up-gold-mining-companies)|\n|40|[@timsaid](https://steemit.com/@timsaid)|451.707|2069238.286170|[life-explorers-the-human-senses-part-iii-touch](https://steemit.com/all/@timsaid/life-explorers-the-human-senses-part-iii-touch)|\n|41|[@sterlinluxan](https://steemit.com/@sterlinluxan)|445.525|1790952.274641|[anarchapulco-is-one-of-the-most-world-changing-conferences-e](https://steemit.com/all/@sterlinluxan/anarchapulco-is-one-of-the-most-world-changing-conferences-ever)|\n|42|[@calaber24p](https://steemit.com/@calaber24p)|445.091|1730853.060104|[revamping-curation-is-the-way-to-increase-steem-power-demand](https://steemit.com/all/@calaber24p/revamping-curation-is-the-way-to-increase-steem-power-demand)|\n|43|[@jamielefay](https://steemit.com/@jamielefay)|444.129|1722107.917895|[ahe-ey-water-angels-an-original-novel-part-7-audiobook](https://steemit.com/all/@jamielefay/ahe-ey-water-angels-an-original-novel-part-7-audiobook)|\n|44|[@xeroc](https://steemit.com/@xeroc)|442.100|1715452.124498|[piston-how-to-use-it-for-multisignature-accounts](https://steemit.com/all/@xeroc/piston-how-to-use-it-for-multisignature-accounts)|\n|45|[@dollarvigilante](https://steemit.com/@dollarvigilante)|439.671|1772010.226787|[jubilee-jolt-dow-down-400-stocks-smashed-in-biggest-drop-sin](https://steemit.com/all/@dollarvigilante/jubilee-jolt-dow-down-400-stocks-smashed-in-biggest-drop-since-brexit)|\n|46|[@jamielefay](https://steemit.com/@jamielefay)|436.368|1860075.567439|[ahe-ey-allegiance-an-original-novel-part-18](https://steemit.com/all/@jamielefay/ahe-ey-allegiance-an-original-novel-part-18)|\n|47|[@jesta](https://steemit.com/@jesta)|427.963|1692835.407320|[steemstats-0-3-5-improved-post-inspector-fixes-and-prep-for-](https://steemit.com/all/@jesta/steemstats-0-3-5-improved-post-inspector-fixes-and-prep-for-0-14-0)|\n|48|[@dollarvigilante](https://steemit.com/@dollarvigilante)|426.107|1815667.350107|[famous-big-wave-surfer-and-steemer-toby-cunningham-on-life-a](https://steemit.com/all/@dollarvigilante/famous-big-wave-surfer-and-steemer-toby-cunningham-on-life-anarchy-and-cryptocurrencies)|\n|49|[@anwenbaumeister](https://steemit.com/@anwenbaumeister)|413.120|1600748.444404|[pura-vida-my-experience-working-on-a-permaculture-farm-in-co](https://steemit.com/all/@anwenbaumeister/pura-vida-my-experience-working-on-a-permaculture-farm-in-costa-rica-part-two)|\n|50|[@dannystravels](https://steemit.com/@dannystravels)|404.374|1567809.296314|[face-to-face-with-our-closest-living-relative-part-2-2](https://steemit.com/all/@dannystravels/face-to-face-with-our-closest-living-relative-part-2-2)|\n|51|[@sirwinchester](https://steemit.com/@sirwinchester)|403.621|1723295.787435|[bitcoin-exchange-berlin-meetup-with-ned-on-skype](https://steemit.com/all/@sirwinchester/bitcoin-exchange-berlin-meetup-with-ned-on-skype)|\n|52|[@mibenkito](https://steemit.com/@mibenkito)|399.692|1701129.893154|[a-steemian-s-world-food-journal-part-5-sydney](https://steemit.com/all/@mibenkito/a-steemian-s-world-food-journal-part-5-sydney)|\n|53|[@ericvancewalton](https://steemit.com/@ericvancewalton)|399.641|1719344.321486|[broken-dreams-an-original-poem](https://steemit.com/all/@ericvancewalton/broken-dreams-an-original-poem)|\n|54|[@charleshosk](https://steemit.com/@charleshosk)|390.939|1571334.118454|[ethereum-classic-an-update](https://steemit.com/all/@charleshosk/ethereum-classic-an-update)|\n|55|[@calaber24p](https://steemit.com/@calaber24p)|390.494|1824187.485033|[countries-that-incentivize-and-deregulate-crypto-startups-wi](https://steemit.com/all/@calaber24p/countries-that-incentivize-and-deregulate-crypto-startups-will-reap-the-rewards-if-the-technology-goes-mainstream)|\n|56|[@charlieshrem](https://steemit.com/@charlieshrem)|382.869|1477441.136465|[an-intimate-evening-with-charlie-shrem-moving-forward-south-](https://steemit.com/all/@charlieshrem/an-intimate-evening-with-charlie-shrem-moving-forward-south-florida-usa)|\n|57|[@officialfuzzy](https://steemit.com/@officialfuzzy)|378.829|1519255.893290|[guest-signups-beyond-bitcoin-hangout-173-9-16-16-rsvp-to-fri](https://steemit.com/all/@officialfuzzy/guest-signups-beyond-bitcoin-hangout-173-9-16-16-rsvp-to-friday-s-hangout-refer-projects-for-rewards)|\n|58|[@knozaki2015](https://steemit.com/@knozaki2015)|370.606|1493308.546306|[steem-meetup-steemit-s-first-meetup-in-berlin-potsdam-german](https://steemit.com/all/@knozaki2015/steem-meetup-steemit-s-first-meetup-in-berlin-potsdam-germany-9-9-2016-with-pictures)|\n|59|[@dantheman](https://steemit.com/@dantheman)|369.466|1485061.731912|[justification-for-104-week-power-down](https://steemit.com/all/@dantheman/justification-for-104-week-power-down)|\n|60|[@cass](https://steemit.com/@cass)|369.092|1533209.359825|[sneak-preview-chainsquad-corporate-branding-logo-design](https://steemit.com/all/@cass/sneak-preview-chainsquad-corporate-branding-logo-design)|\n|61|[@aizensou](https://steemit.com/@aizensou)|358.318|1418712.320393|[top-5-places-in-barcelona-featuring-maryfromsochi-as-author](https://steemit.com/all/@aizensou/top-5-places-in-barcelona-featuring-maryfromsochi-as-author)|\n|62|[@sirwinchester](https://steemit.com/@sirwinchester)|358.314|1477359.694757|[steemit-meetup-in-berlin-germany](https://steemit.com/all/@sirwinchester/steemit-meetup-in-berlin-germany)|\n|63|[@clayop](https://steemit.com/@clayop)|355.145|1512981.501683|[the-typology-of-curation-what-kinds-of-curators-we-have-now](https://steemit.com/all/@clayop/the-typology-of-curation-what-kinds-of-curators-we-have-now)|\n|64|[@kencode](https://steemit.com/@kencode)|353.240|1453050.277044|[ann-smartcoins-wallet-v1-0-6-released](https://steemit.com/all/@kencode/ann-smartcoins-wallet-v1-0-6-released)|\n|65|[@gavvet](https://steemit.com/@gavvet)|353.159|1405040.374698|[a-free-lunch-with-edward-snowden](https://steemit.com/all/@gavvet/a-free-lunch-with-edward-snowden)|\n|66|[@clayop](https://steemit.com/@clayop)|343.604|1365548.612065|[how-much-do-whales-influences-on-rewards-introducing-new-sta](https://steemit.com/all/@clayop/how-much-do-whales-influences-on-rewards-introducing-new-statistics)|\n|67|[@curie](https://steemit.com/@curie)|343.592|1465300.000707|[project-curie-s-daily-curation-list-10-sept-11-sept-2016](https://steemit.com/all/@curie/project-curie-s-daily-curation-list-10-sept-11-sept-2016)|\n|68|[@calaber24p](https://steemit.com/@calaber24p)|342.141|1457567.812539|[immigration-into-america-has-made-it-the-world-power-it-is-t](https://steemit.com/all/@calaber24p/immigration-into-america-has-made-it-the-world-power-it-is-today)|\n|69|[@b0y2k](https://steemit.com/@b0y2k)|340.586|1369051.035651|[steemit-sponsoring-the-compass-cup-team-event](https://steemit.com/all/@b0y2k/steemit-sponsoring-the-compass-cup-team-event)|\n|70|[@cryptogee](https://steemit.com/@cryptogee)|339.967|1496475.706859|[spotlight-issue-8-philosophy-music-and-science](https://steemit.com/all/@cryptogee/spotlight-issue-8-philosophy-music-and-science)|\n|71|[@kencode](https://steemit.com/@kencode)|337.474|1308694.645920|[blockpay-moving-up-the-charts](https://steemit.com/all/@kencode/blockpay-moving-up-the-charts)|\n|72|[@ericvancewalton](https://steemit.com/@ericvancewalton)|336.781|1347763.370147|[alarm-clock-dawn-an-original-novel-episode-24](https://steemit.com/all/@ericvancewalton/alarm-clock-dawn-an-original-novel-episode-24)|\n|73|[@gavvet](https://steemit.com/@gavvet)|332.977|1291120.851189|[hi-to-reinvent-yourself-featuring-sauravrungta-as-author](https://steemit.com/all/@gavvet/hi-to-reinvent-yourself-featuring-sauravrungta-as-author)|\n|74|[@ozchartart](https://steemit.com/@ozchartart)|332.418|1282511.839603|[usdeth-btc-poloniex-technical-analysis-sept-07-2016](https://steemit.com/all/@ozchartart/usdeth-btc-poloniex-technical-analysis-sept-07-2016)|\n|75|[@bridgetbunchy](https://steemit.com/@bridgetbunchy)|332.381|1339735.329416|[celtic-heart-knot-pictorial](https://steemit.com/all/@bridgetbunchy/celtic-heart-knot-pictorial)|\n|76|[@roelandp](https://steemit.com/@roelandp)|331.053|1286840.936796|[my-proper-introduceyourself-hello-i-m-roelandp](https://steemit.com/all/@roelandp/my-proper-introduceyourself-hello-i-m-roelandp)|\n|77|[@ericvancewalton](https://steemit.com/@ericvancewalton)|330.742|1295789.736302|[know-me-an-original-poem](https://steemit.com/all/@ericvancewalton/know-me-an-original-poem)|\n|78|[@cryptovpn](https://steemit.com/@cryptovpn)|329.564|1276654.885609|[steemit-charity-run-no-1-doctors-without-borders](https://steemit.com/all/@cryptovpn/steemit-charity-run-no-1-doctors-without-borders)|\n|79|[@steemcleaners](https://steemit.com/@steemcleaners)|329.504|1292242.895864|[steemcleaner-report-for-the-week-of-aug-29-sept-4-2016-part-](https://steemit.com/all/@steemcleaners/steemcleaner-report-for-the-week-of-aug-29-sept-4-2016-part-1)|\n|80|[@anwenbaumeister](https://steemit.com/@anwenbaumeister)|320.241|1241317.843204|[my-cross-country-road-trip-greater-than-sf-greater-than-vega](https://steemit.com/all/@anwenbaumeister/my-cross-country-road-trip-greater-than-sf-greater-than-vegas-greater-than-boulder-greater-than-houston-greater-than-new-orleans)|\n|81|[@charlieshrem](https://steemit.com/@charlieshrem)|313.754|1475625.347428|[a-geek-in-prison-a-life-series-by-charlie-shrem-part-4-unit-](https://steemit.com/all/@charlieshrem/a-geek-in-prison-a-life-series-by-charlie-shrem-part-4-unit-life-and-the-shrempresso)|\n|82|[@enric](https://steemit.com/@enric)|311.617|1208114.056405|[im-enric-duran-from-robbing-banks-to-take-over-a-cryptocurre](https://steemit.com/all/@enric/im-enric-duran-from-robbing-banks-to-take-over-a-cryptocurrency-my-revolutionary-struggle-now-im-here)|\n|83|[@dantheman](https://steemit.com/@dantheman)|309.920|1201663.748404|[scalability-of-individual-responsibility-in-anarchy](https://steemit.com/all/@dantheman/scalability-of-individual-responsibility-in-anarchy)|\n|84|[@officialfuzzy](https://steemit.com/@officialfuzzy)|309.814|1312470.274185|[e172-beyond-bitcoin-peerplays-talks-legal-sharedrop-and-test](https://steemit.com/all/@officialfuzzy/e172-beyond-bitcoin-peerplays-talks-legal-sharedrop-and-testnet-jewels-ico-success-gridcoin-and-making-it-rain)|\n|85|[@gavvet](https://steemit.com/@gavvet)|308.127|1212749.753443|[a-day-in-the-life-of-john-d-rockefeller-featuring-cristi-as-](https://steemit.com/all/@gavvet/a-day-in-the-life-of-john-d-rockefeller-featuring-cristi-as-author)|\n|86|[@bridgetbunchy](https://steemit.com/@bridgetbunchy)|303.555|1201909.200453|[the-love-of-a-maker](https://steemit.com/all/@bridgetbunchy/the-love-of-a-maker)|\n|87|[@steemcleaners](https://steemit.com/@steemcleaners)|302.924|1192233.387004|[steemcleaner-report-for-the-week-of-aug-29-sept-4-2016-part-](https://steemit.com/all/@steemcleaners/steemcleaner-report-for-the-week-of-aug-29-sept-4-2016-part-2)|\n|88|[@dantheman](https://steemit.com/@dantheman)|301.672|1169749.675855|[nonviolent-censorship-is-how-nonviolent-societies-create-non](https://steemit.com/all/@dantheman/nonviolent-censorship-is-how-nonviolent-societies-create-nonviolent-government)|\n|89|[@infovore](https://steemit.com/@infovore)|301.261|1214999.166441|[a-day-in-the-life-of-a-steemcleaner-steemians-speak-fondest-](https://steemit.com/all/@infovore/a-day-in-the-life-of-a-steemcleaner-steemians-speak-fondest-moment-on-steemit-this-week-on-steemit-steemmag-steemit-s-weekend)|\n|90|[@firepower](https://steemit.com/@firepower)|300.280|1368056.554963|[when-i-lost-sight-while-steeming](https://steemit.com/all/@firepower/when-i-lost-sight-while-steeming)|\n|91|[@ozchartart](https://steemit.com/@ozchartart)|294.271|1183433.553199|[usddoge-btc-poloniex-technical-analysis-sept-10-2016](https://steemit.com/all/@ozchartart/usddoge-btc-poloniex-technical-analysis-sept-10-2016)|\n|92|[@donkeypong](https://steemit.com/@donkeypong)|293.559|1138798.465907|[a-tribute-to-snail-mail](https://steemit.com/all/@donkeypong/a-tribute-to-snail-mail)|\n|93|[@charlieshrem](https://steemit.com/@charlieshrem)|292.995|1135970.118327|[progressive-relaxation-by-charlie-shrem-mindfulness-meditati](https://steemit.com/all/@charlieshrem/progressive-relaxation-by-charlie-shrem-mindfulness-meditation-in-prison-and-everyday-life)|\n|94|[@curie](https://steemit.com/@curie)|289.920|1234271.286622|[project-curie-s-daily-curation-list-9-sept-10-sept-2016](https://steemit.com/all/@curie/project-curie-s-daily-curation-list-9-sept-10-sept-2016)|\n|95|[@furion](https://steemit.com/@furion)|289.919|1234751.363741|[a-quick-look-at-null-and-the-profitability-of-promoted-posts](https://steemit.com/all/@furion/a-quick-look-at-null-and-the-profitability-of-promoted-posts)|\n|96|[@sirwinchester](https://steemit.com/@sirwinchester)|288.926|1119010.839878|[mr-gourmet-exploring-a-new-location](https://steemit.com/all/@sirwinchester/mr-gourmet-exploring-a-new-location)|\n|97|[@larkenrose](https://steemit.com/@larkenrose)|281.627|1138819.558651|[supply-and-demand-steemit-style](https://steemit.com/all/@larkenrose/supply-and-demand-steemit-style)|\n|98|[@anwenbaumeister](https://steemit.com/@anwenbaumeister)|278.638|1162968.108837|[a-peek-into-pre-columbian-worldviews-found-in-agricultural-p](https://steemit.com/all/@anwenbaumeister/a-peek-into-pre-columbian-worldviews-found-in-agricultural-practices-duality-complementarity-cyclicity-and-reciprocity)|\n|99|[@corbettreport](https://steemit.com/@corbettreport)|277.435|1238430.062064|[only-9-11-truth-can-smash-the-9-11-lies](https://steemit.com/all/@corbettreport/only-9-11-truth-can-smash-the-9-11-lies)|\n|100|[@sirwinchester](https://steemit.com/@sirwinchester)|277.087|1113453.030386|[find-your-why-self-discovery-and-finding-your-purpose-in-lif](https://steemit.com/all/@sirwinchester/find-your-why-self-discovery-and-finding-your-purpose-in-life)|\n\n\n- - -\nPrevious report: [September week 1](https://steemit.com/stats/@masteryoda/weekly-payouts-leaderboards-september-week-1)\n- - -\n\n###### \u00a9 @masteryoda", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending/_readme.txt b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending/_readme.txt new file mode 100644 index 00000000..33331d69 --- /dev/null +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending/_readme.txt @@ -0,0 +1,4 @@ +See ../_readme.txt for details +Lists posts ranked by "trending score" with community pinned posts first in case tag is pointing to community. + +"sort": "trending" diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending_paging.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending_paging.pat.json index 64212fd0..249aa0dd 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending_paging.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending_paging.pat.json @@ -484,7 +484,7 @@ ], "author": "markrmorrisjr", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.26, "beneficiaries": [], "blacklists": [], "body": "## In this episode, Joshua Claiborne stands trial for violation of the First Law ##\n\n**\u201cWhoa, whoa, whoa!\u201d Phil screamed, \u201cWhat the hell dude?\u201d**\n\n*The Reaper crumpled to the floor, arms flailing as Joshua rode it to the ground. Finally, the hands found the catches at either side of the helmet and popped it off. A black, shaggy head of hair emerged.* \n\n***If you've missed episodes, [visit my blog](https://steemit.com/@markrmorrisjr) to catch up. Be sure to follow me for updates in your feed!***\n\n\u201cEmil?\u201d Stella said, \u201cMeet Joshua. Are you okay?\u201d\n\nEmil, the Reaper suit\u2019s operator laughed, \u201cYeah, I\u2019m fine, but that was awesome! Can you teach us that?\u201d\n\n\u201cMan! Now I have to rebuild this helmet,\u201d Phil held up a small remote. \u201cAll I had to do was push this button,\u201d he said, pressing it, as the suit powered down. \u201cWhat did you do?\u201d\n\n\u201cThe \u2018nerve\u2019 bundle that controls these things motor skills is on the very top of the skull, under a thin piece of sheet metal, puncture it, it collapses. You didn\u2019t know that?\u201d Joshua said. \n\n\u201cWell, it appears we may need you more than you need us,\u201d Stella said. \u201cSo, just say the word and we\u2019ll get you where you need to be. Meanwhile, my team will be working on your son\u2019s location.\u201d\n\nJoshua dropped the letter opener and walked to the stairs, \u201cFine, whatever you need to collect from my meeting, get it. Now, who\u2019s driving?\u201d With that, he walked up the stairs, he had no more time to waste. \n\n**The Mapleton courthouse sat on a hill in the center of the town, overlooking the area around for miles.** \n\n*Joshua insisted that the team Stella had sent stop 5 miles out and allow him to ride in on the electric trike alone, while they observed the meeting from a distance.* \n\nHe carried the tiny remote in his shirt pocket, a gift from Phil. \u201cThat\u2019s my only prototype, so don\u2019t lose it,\u201d he\u2019d said. \n\n![enter image description here](https://s12.postimg.org/siuqjuiz1/Untitled_36.jpg)\n\nFrom the end of Main Street, looking up toward the courthouse, Joshua counted at least six reapers. He wondered how far the signal from the remote would travel. \n\nHe thought about pressing it now, disarming his enemy, then walking in, but he\u2019d still have to deal with the six drivers, if they managed to escape the suits. \n\nBesides, Stella seemed to think there was some secret they were going to give away, although Joshua couldn\u2019t imagine it. \n\n*He checked his watch, ten minutes until his scheduled time and while he knew better than to be late, he had no intention of giving the Consensus one more second than he had to.* \n\nThe trike spun it\u2019s tires on a patch of loose gravel as he started back up. He decided a quick approach was best. He charged up the hill, jumping the \u201cMayor\u2019s\u201d parking barrier and rolling up to the foot of the front stairs, he cranked the accelerator and the trike rose up on its back wheel, popping the two front wheels, over the bottom step. \n\nThe machine had more than enough power to climb the steps and Joshua skidded to a stop outside the courthouse door. He stopped and turned back toward the town, the six Reapers swarming toward him up the steps. He powered down, swung his leg up and over the bike and opened the door. \n\n**The Reapers followed him into the hall as he approached the court room.** \n\nThe Magistrate sat behind the judge\u2019s bench and Joshua couldn\u2019t help but smirk at the insult to the very concept of actual justice that this thing represented. \n\n\u201cJoshua Claiborne, appearing as requested,\u201d Joshua said, standing directly in front of the Magistrate. \n\n![enter image description here](https://s12.postimg.org/6h4lvyh7x/judge.jpg)\n\n> \u201cYes, Mr. Claiborne, have a seat,\u201d A woman\u2019s face, projected on the face shield of the Magistrate said.\n\n\u201cI\u2019d rather stand,\u201d he said. \n\n> \u201cSuit yourself, may we have the room, please?\u201d she said, looking toward the reapers that had entered the back doors of the courtroom.\n\nThey left quietly. \n\n> \u201cMr. Claiborne, you\u2019re charged with violation of the first law, in so\n> much as you have encouraged and joined in the activity of settling\n> outside of Consensus approved areas, acted outside of the legal\n> jurisdiction of the council and on more than one occasion, acted\n> against the best interest of Consensus, including attacking duly\n> authorized Magistrates in the course of their legally binding duties,\n> how do you plead?\u201d\n\n**The woman looked at Joshua, peering over a pair of short, square spectacles, like some sort of outdated stereotype.** \n\n\u201cNot guilty, by reason of illegitimacy of the currently established government and its ensigns. I am not, nor do I choose to become, subject to your law. I stand judged as innocent by natural law, insomuch as I have not caused harm to another human in aggression, damaged or stolen property, nor unnecessarily restricted the liberty of any other person. I recognize no other responsibility to my fellow man,\u201d Joshua said calmly. \n\n> \u201cBe that as it may, Mr. Claiborne, we are not here under the auspices of \u201cnatural law\u201d but rather, under the Council mandated authority of the Consensus and its Magisterial Ministry, of which I am a part and I assure you, you are subject to,\u201d\n\nThe woman intoned, her expression one of almost sheer boredom.\n\n> \u201cCourt finds the defendant guilty and remands the subject for immediate judicial murder.\u201d\n\nThe magistrate raised its arm and brought it down on the bench with a solid thud, that echoed through the court. Joshua felt his heart sink as the Reapers reentered the court and moved up to surround him. \n\n## Look for the upvote button below. If you liked the post, upvote and share! If you're not on Steemit yet, why not? You get free money for signing up! ##", @@ -1563,7 +1563,7 @@ ], "author": "gavvet", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 72.8, "beneficiaries": [], "blacklists": [], "body": "Hello everyone. I did not write anything about World War II for a long time. So today I decided to tell you about the Tank Destroyers. About the machines, specialization of which was the destruction of tanks. In this article I will talk about the classic representatives of this class.\n>\u0412\u0441\u0456\u043c \u043f\u0440\u0438\u0432\u0456\u0442. \u0414\u0430\u0432\u043d\u0435\u043d\u044c\u043a\u043e \u044f \u043d\u0435 \u043f\u0438\u0441\u0430\u0432 \u043d\u0456\u0447\u043e\u0433\u043e \u043d\u0430 \u0442\u0435\u043c\u0443 \u0414\u0440\u0443\u0433\u043e\u0457 \u0421\u0432\u0456\u0442\u043e\u0432\u043e\u0457. \u0406 \u043e\u0441\u044c \u0441\u044c\u043e\u0433\u043e\u0434\u043d\u0456 \u044f \u0432\u0438\u0440\u0456\u0448\u0438\u0432 \u0440\u043e\u0437\u043f\u043e\u0432\u0456\u0441\u0442\u0438 \u0432\u0430\u043c \u043f\u0440\u043e \u041f\u0422-\u0421\u0410\u0423. \u041f\u0440\u043e \u043c\u0430\u0448\u0438\u043d\u0438, \u0441\u043f\u0435\u0446\u0456\u0430\u043b\u0456\u0437\u0430\u0446\u0456\u0454\u044e \u044f\u043a\u0438\u0445 \u0431\u0443\u043b\u043e \u0437\u043d\u0438\u0449\u0435\u043d\u043d\u044f \u0442\u0430\u043d\u043a\u0456\u0432. \u0423 \u0446\u0456\u0439 \u0447\u0430\u0441\u0442\u0438\u043d\u0456 \u044f \u0440\u043e\u0437\u043f\u043e\u0432\u0456\u043c \u043f\u0440\u043e \u043a\u043b\u0430\u0441\u0438\u0447\u043d\u0438\u0445 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043d\u0438\u043a\u0456\u0432 \u0441\u0432\u043e\u0433\u043e \u043a\u043b\u0430\u0441\u0443.\n\n# StuG III\nhttp://i.piccy.info/i9/3d367a52a1b8dc6c22f126332f335144/1473836215/88822/1063747/cqWCxy6vYP0.jpg\n\nLet's start with the most produced Tank Destroyer in the history. At the beginning of the WW II German command decided to create a mobile artillery on the basis of existing tanks, which would be able to support the infantry. The priority in new machine were the firepower, a good armor and cheapness. The firm Daimler-Benz successfully embodied these wishes into reality. There were about eight versions of StuG III, however, the main was Ausf. G. The cost of production of one StuG was quite low - 83 000 DM. Total was released 10500 machines. The basis for the creation was German tank PzKpfw III.\nInitially StuG III was equipped with a short-75mm gun, but when good armored Soviet T-34 came to the fronts, it was decided to replace short gun with a new long-barreled 75mm cannon Stuk 40 L / 48, which surely hit the Soviet tanks. StuG armor was quite good \u2013 50 mm in a front took a punch at a distance of 1 km. StuG III was very compact in a size and had good mobility. The main disadvantage was little size which allowed bad conditions for crew working. StuG III took active part in a war from the very beginning to its end. \nhttp://i.piccy.info/i9/5dc09cebc0ddfcd1fac4a8013ee385ad/1473836240/182233/1063747/5u9ghQyvkTc.jpg\n\n>\u041f\u043e\u0447\u043d\u0435\u043c\u043e \u0437 \u043d\u0430\u0439\u043c\u0430\u0441\u043e\u0432\u0456\u0448\u0457 \u041f\u0422-\u0421\u0410\u0423 \u0432 \u0456\u0441\u0442\u043e\u0440\u0456\u0457. \u041d\u0430 \u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u0432\u0456\u0439\u043d\u0438 \u043d\u0456\u043c\u0435\u0446\u044c\u043a\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0443\u0432\u0430\u043d\u043d\u044f \u0432\u0438\u0440\u0456\u0448\u0438\u043b\u043e \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0443 \u0430\u0440\u0442\u0438\u043b\u0435\u0440\u0456\u044e \u043d\u0430 \u0431\u0430\u0437\u0456 \u0432\u0436\u0435 \u043d\u0430\u044f\u0432\u043d\u0438\u0445 \u0442\u0430\u043d\u043a\u0456\u0432, \u0437\u0434\u0430\u0442\u043d\u0443 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u043f\u0456\u0445\u043e\u0442\u0443. \u041f\u0440\u0456\u043e\u0440\u0438\u0442\u0435\u0442\u043d\u043e\u044e \u0431\u0443\u043b\u0430 \u0432\u043e\u0433\u043d\u0435\u0432\u0430 \u043c\u0456\u0446\u044c, \u0433\u0430\u0440\u043d\u0435 \u0431\u0440\u043e\u043d\u044e\u0432\u0430\u043d\u043d\u044f \u0456 \u0434\u0435\u0448\u0435\u0432\u0438\u0437\u043d\u0430. \u0424\u0456\u0440\u043c\u0430 Daimler-Benz \u0432\u0434\u0430\u043b\u043e \u0432\u0442\u0456\u043b\u0438\u043b\u0430 \u0446\u0456 \u043f\u043e\u0431\u0430\u0436\u0430\u043d\u043d\u044f \u0432 \u0440\u0435\u0430\u043b\u044c\u043d\u0456\u0441\u0442\u044c. \u0412\u0441\u044c\u043e\u0433\u043e \u0431\u0443\u043b\u043e \u0431\u043b\u0438\u0437\u044c\u043a\u043e \u0432\u043e\u0441\u044c\u043c\u0438 \u043c\u043e\u0434\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u0439 StuG III, \u043f\u0440\u043e\u0442\u0435 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u044e \u0431\u0443\u043b\u0430 Ausf. G. \u0412\u0430\u0440\u0442\u0456\u0441\u0442\u044c \u043e\u0434\u043d\u0456\u0454\u0457 \u041f\u0422-\u0421\u0410\u0423 \u0431\u0443\u043b\u0430 \u0434\u043e\u0441\u0438\u0442\u044c \u043d\u0438\u0437\u044c\u043a\u043e\u044e - 83 000 \u043c\u0430\u0440\u043e\u043a. \u0421\u0443\u043c\u0430\u0440\u043d\u043e \u0431\u0443\u043b\u043e \u0432\u0438\u043f\u0443\u0449\u0435\u043d\u043e 10500 \u043c\u0430\u0448\u0438\u043d. \u0411\u0430\u0437\u043e\u044e \u0434\u043b\u044f \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u043f\u043e\u0441\u043b\u0443\u0436\u0438\u0432 \u0442\u0430\u043d\u043a PzKpfw III.\n\u0421\u043f\u043e\u0447\u0430\u0442\u043a\u0443 StuG III \u043e\u0441\u043d\u0430\u0449\u0443\u0432\u0430\u0432\u0441\u044f \u043a\u043e\u0440\u043e\u0442\u043a\u043e\u0441\u0442\u0432\u043e\u043b\u044c\u043d\u043e\u044e 75\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u043e\u044e, \u043e\u0434\u043d\u0430\u043a \u0437 \u043f\u043e\u044f\u0432\u043e\u044e \u043d\u0430 \u0444\u0440\u043e\u043d\u0442\u0430\u0445 \u0422-34 \u0431\u0443\u043b\u043e \u043f\u0440\u0438\u0439\u043d\u044f\u0442\u043e \u0440\u0456\u0448\u0435\u043d\u043d\u044f \u0437\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u0457\u0457 \u043d\u0430 \u043d\u043e\u0432\u0443 \u0434\u043e\u0432\u0433\u043e\u0441\u0442\u0432\u043e\u043b\u044c\u043d\u0443 75\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u0443 Stuk 40 L / 48, \u044f\u043a\u0430 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u043e \u0432\u0440\u0430\u0436\u0430\u043b\u0430 \u0440\u0430\u0434\u044f\u043d\u0441\u044c\u043a\u0456 \u0442\u0430\u043d\u043a\u0438. \u0411\u0440\u043e\u043d\u044f \u0441\u0430\u043c\u043e\u0445\u0456\u0434\u043a\u0438 \u0443 \u043b\u043e\u0431\u0456 \u0431\u0443\u043b\u0430 50 \u043c\u043c \u0456 \u0442\u0440\u0438\u043c\u0430\u043b\u0430 \u0443\u0434\u0430\u0440 \u043d\u0430 \u0432\u0456\u0434\u0441\u0442\u0430\u043d\u0456 1 \u043a\u043c. StuG III \u0432\u0456\u0434\u0440\u0456\u0437\u043d\u044f\u0432\u0441\u044f \u043a\u043e\u043c\u043f\u0430\u043a\u0442\u043d\u0438\u043c\u0438 \u0440\u043e\u0437\u043c\u0456\u0440\u0430\u043c\u0438, \u0445\u043e\u0440\u043e\u0448\u043e\u044e \u043c\u0430\u043d\u0435\u0432\u0440\u0435\u043d\u0456\u0441\u0442\u044e \u0442\u0430 \u043d\u0435\u043f\u043e\u0433\u0430\u043d\u043e\u044e \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044e. \u0417 \u043d\u0435\u0434\u043e\u043b\u0456\u043a\u0456\u0432 \u0432\u0430\u0440\u0442\u043e \u0432\u0456\u0434\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u043d\u0435\u0437\u0440\u0443\u0447\u043d\u0456\u0441\u0442\u044c \u0440\u043e\u0431\u043e\u0442\u0438 \u0435\u043a\u0456\u043f\u0430\u0436\u0443 \u0447\u0435\u0440\u0435\u0437 \u043d\u0435\u0432\u0435\u043b\u0438\u043a\u0438\u0439 \u0437\u0430 \u0431\u0440\u043e\u043d\u044c\u043e\u0432\u0438\u0439 \u043f\u0440\u043e\u0441\u0442\u0456\u0440. \u041c\u0430\u0448\u0438\u043d\u0430 \u0430\u043a\u0442\u0438\u0432\u043d\u043e \u0431\u0440\u0430\u043b\u0430 \u0443\u0447\u0430\u0441\u0442\u044c \u0437 \u0441\u0430\u043c\u043e\u0433\u043e \u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u0432\u0456\u0439\u043d\u0438 \u0456 \u0434\u043e \u0457\u0457 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u044f.\n\n# Su-85 (100) \u0421\u0423-85 (100)\nhttp://i.piccy.info/i9/b5ef17359d201f4a7a61b38b5e6ca72f/1473836271/164656/1063747/kKktJUlUuXk.jpg\n\nTowards in 1943 it became clear for the Soviet command that to deal effectively with new German tanks Soviet army required new, more modern machines and Tank Destroyers. It was decided to create new Tank Destroyer based on the T-34, driving performance and armor of which were very good. Development of a new machine was conducted at Uralmash factory.\nSu-85 had a new long-barreled 85mm gun, similar to that which will soon be installed at T-34-85. This gun was able to destroy enemy medium tanks at the distance of over a kilometer, and heavy tanks \u2013 at 800 meters to a front plate. The gun was placed in the middle part of the Tanks Destroyer body and had angles of + - 8 degrees. Also the inside size of tanks was nice which allowed good conditions for crew working. Driving characteristics inherited from the T-34-85. Armor (45 mm at the front with big armor slope) provided good protection against German medium tanks. A little later, with the release of the T-34-85, SU-85 was converted under the new 100mm gun. It was a tool for successfully destroying any enemy tanks, including Tiger 2. Also Su-100 had a very low silhouette, which contributed to an excellent disguise. Observation and aiming devices have been improved. SU-100 was easy to maintain. This Tank Destroyer applied to the end of the WW II. Total were released 4976 SU-100 and 2050 SU-85.\nhttp://i.piccy.info/i9/4dc33c464a97ab5b3b8b294778f28103/1473836298/33303/1063747/WVaI_c18Lyw.jpg\n\n>\u0411\u043b\u0438\u0436\u0447\u0435 \u0434\u043e 1943 \u0440\u043e\u043a\u0443 \u0440\u0430\u0434\u044f\u043d\u0441\u044c\u043a\u043e\u043c\u0443 \u043a\u043e\u043c\u0430\u043d\u0434\u0443\u0432\u0430\u043d\u043d\u044e \u0441\u0442\u0430\u043b\u043e \u0437\u0440\u043e\u0437\u0443\u043c\u0456\u043b\u043e, \u0449\u043e \u0434\u043b\u044f \u0435\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0457 \u0431\u043e\u0440\u043e\u0442\u044c\u0431\u0438 \u0437 \u043d\u043e\u0432\u0438\u043c\u0438 \u043d\u0456\u043c\u0435\u0446\u044c\u043a\u0438\u043c\u0438 \u0442\u0430\u043d\u043a\u0430\u043c\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0456 \u0431\u0456\u043b\u044c\u0448 \u0441\u0443\u0447\u0430\u0441\u043d\u0456 \u043c\u0430\u0448\u0438\u043d\u0438. \u0411\u0443\u043b\u043e \u0432\u0438\u0440\u0456\u0448\u0435\u043d\u043e \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u0443 \u0441\u0430\u043c\u043e\u0445\u0456\u0434\u043d\u0443 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443 \u043d\u0430 \u0431\u0430\u0437\u0456 \u0442\u0430\u043d\u043a\u0430 \u0422-34, \u0445\u043e\u0434\u043e\u0432\u0456 \u044f\u043a\u043e\u0441\u0442\u0456 \u0456 \u0431\u0440\u043e\u043d\u044f \u044f\u043a\u043e\u0433\u043e \u0431\u0443\u043b\u0438 \u0434\u0443\u0436\u0435 \u0445\u043e\u0440\u043e\u0448\u0456. \u0420\u043e\u0437\u0440\u043e\u0431\u043a\u0430 \u043d\u043e\u0432\u043e\u0457 \u041f\u0422-\u0421\u0410\u0423 \u0432\u0435\u043b\u0430\u0441\u044f \u043d\u0430 \u0423\u0440\u0430\u043b\u043c\u0430\u0448\u0437\u0430\u0432\u043e\u0434\u0456.\n\u0421\u0423-85 \u043c\u0430\u043b\u0430 \u043d\u043e\u0432\u0443 85\u043c\u043c \u043d\u0430\u0440\u0456\u0437\u043d\u0443 \u0433\u0430\u0440\u043c\u0430\u0442\u0443, \u0430\u043d\u0430\u043b\u043e\u0433\u0456\u0447\u043d\u0443 \u0437 \u0442\u043e\u044e, \u044f\u043a\u0430 \u043d\u0435\u0437\u0430\u0431\u0430\u0440\u043e\u043c \u0431\u0443\u0434\u0435 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u043d\u0430 \u0442 34-85. \u0412\u043e\u043d\u0430 \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u043b\u043e \u0431\u0435\u0437 \u043f\u0440\u043e\u0431\u043b\u0435\u043c \u0432\u0440\u0430\u0436\u0430\u0442\u0438 \u0441\u0435\u0440\u0435\u0434\u043d\u0456 \u0442\u0430\u043d\u043a\u0438 \u0441\u0443\u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0430 \u043d\u0430 \u0434\u0438\u0441\u0442\u0430\u043d\u0446\u0456\u0457 \u0431\u0456\u043b\u044c\u0448\u0435 \u043a\u0456\u043b\u043e\u043c\u0435\u0442\u0440\u0430, \u0430 \u0432\u0430\u0436\u043a\u0456 - \u043d\u0430 800 \u043c\u0435\u0442\u0440\u0430\u0445. \u0413\u0430\u0440\u043c\u0430\u0442\u0430 \u0432\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u044e\u0432\u0430\u043b\u0430\u0441\u044f \u043f\u0440\u044f\u043c\u043e \u0432 \u043a\u043e\u0440\u043f\u0443\u0441 \u0456 \u043c\u0430\u043b\u043e \u043a\u0443\u0442\u0438 \u043d\u0430\u0432\u0435\u0434\u0435\u043d\u043d\u044f \u0432 + - 8 \u0433\u0440\u0430\u0434\u0443\u0441\u0456\u0432. \u041a\u043e\u0440\u043f\u0443\u0441 \u0431\u0443\u0432 \u0432\u0456\u0434\u043d\u043e\u0441\u043d\u043e \u043f\u0440\u043e\u0441\u0442\u043e\u0440\u0438\u0439 \u0456 \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u0432 \u0437 \u043a\u043e\u043c\u0444\u043e\u0440\u0442\u043e\u043c \u043f\u0440\u0430\u0446\u044e\u0432\u0430\u0442\u0438 \u0435\u043a\u0456\u043f\u0430\u0436\u0443. \u0425\u043e\u0434\u043e\u0432\u0456 \u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438 \u0421\u0423 \u0443\u0441\u043f\u0430\u0434\u043a\u0443\u0432\u0430\u043b\u0430 \u0432\u0456\u0434 \u0442-34. \u0411\u0440\u043e\u043d\u044f (45\u043c\u043c \u043f\u0456\u0434 \u043d\u0430\u0445\u0438\u043b\u043e\u043c) \u0437\u0430\u0431\u0435\u0437\u043f\u0435\u0447\u0443\u0432\u0430\u043b\u0430 \u0445\u043e\u0440\u043e\u0448\u0438\u0439 \u0437\u0430\u0445\u0438\u0441\u0442 \u0432\u0456\u0434 \u043f\u043e\u0441\u0442\u0440\u0456\u043b\u0456\u0432 \u0441\u0435\u0440\u0435\u0434\u043d\u0456\u0445 \u0442\u0430\u043d\u043a\u0456\u0432 \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0430. \u0422\u0440\u043e\u0445\u0438 \u043f\u0456\u0437\u043d\u0456\u0448\u0435 \u0437 \u0432\u0438\u0445\u043e\u0434\u043e\u043c \u0442\u0430\u043d\u043a\u0430 \u0442 34-85 \u0421\u0443\u0448\u043a\u0438 \u0431\u0443\u043b\u0438 \u043f\u0435\u0440\u0435\u043e\u0431\u043b\u0430\u0434\u043d\u0430\u043d\u0456 \u043f\u0456\u0434 \u043d\u043e\u0432\u0443 100\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u0443. \u0426\u044f \u0433\u0430\u0440\u043c\u0430\u0442 \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u043b\u0430 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0431\u043e\u0440\u043e\u0442\u0438\u0441\u044f \u0437 \u0431\u0443\u0434\u044c-\u044f\u043a\u0438\u043c \u0442\u0430\u043d\u043a\u043e\u043c \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0430, \u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0447\u0438 \u0456 \u0422\u0438\u0433\u0440 2. \u0422\u0430\u043a\u043e\u0436 \u0432\u0430\u0440\u0442\u043e \u0432\u0456\u0434\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u043d\u0438\u0437\u044c\u043a\u0438\u0439 \u0441\u0438\u043b\u0443\u0435\u0442 \u043c\u0430\u0448\u0438\u043d\u0438, \u044f\u043a\u0438\u0439 \u0441\u043f\u0440\u0438\u044f\u0432 \u0432\u0456\u0434\u043c\u0456\u043d\u043d\u043e\u043c\u0443 \u043c\u0430\u0441\u043a\u0443\u0432\u0430\u043d\u043d\u044e. \u0411\u0443\u043b\u0438 \u043f\u043e\u043b\u0456\u043f\u0448\u0435\u043d\u0456 \u043f\u0440\u0438\u043b\u0430\u0434\u0438 \u0441\u043f\u043e\u0441\u0442\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u0439 \u043f\u0440\u0438\u0446\u0456\u043b\u044e\u0432\u0430\u043d\u043d\u044f. \u0422\u0435\u0445\u043d\u0456\u043a\u0430 \u0431\u0443\u043b\u0430 \u043f\u0440\u043e\u0441\u0442\u0430 \u0432 \u043e\u0431\u0441\u043b\u0443\u0433\u043e\u0432\u0443\u0432\u0430\u043d\u043d\u0456. \u0426\u044f \u041f\u0422-\u0421\u0410\u0423 \u0437\u0430\u0441\u0442\u043e\u0441\u043e\u0432\u0443\u0432\u0430\u043b\u0430\u0441\u044f \u0434\u043e \u0441\u0430\u043c\u043e\u0433\u043e \u043a\u0456\u043d\u0446\u044f \u0432\u0456\u0439\u043d\u0438. \u0412\u0441\u044c\u043e\u0433\u043e \u0431\u0443\u043b\u043e \u0432\u0438\u043f\u0443\u0449\u0435\u043d\u043e 4976 \u0421\u0423-100 \u0456 2050 \u0421\u0423-85.\n\n# Jagdpanther (\u042f\u0433\u0434\u043f\u0430\u043d\u0442\u0435\u0440\u0430)\nhttp://i.piccy.info/i9/201bcdc4469d546e806e4a38ba752ea7/1473836330/161907/1063747/_jvoDheMLik.jpg\n\nIn the middle of 1942 the German command decided to create a new Tank Destroyer with 88mm anti-tank gun Pak-43, using the basis of medium tank \u201cPanther\u201d. The development of this Tank Destroyer at first was carried by a Krupp company, then it was given to a Daimler-Benz and at last it was finished by a MIAG company. So, the destiny of Jagdpather was hard. The development has been complicated by the regular air raids allies, constant shortage of necessary parts and confusion in the serial versions of the machine. Jagdpanther took the most actively part in the Ardennes offensive and the Balaton operation.\nhttp://i.piccy.info/i9/d2e68a346dd9f511c77c83d8b77eaf87/1473836361/30639/1063747/XmYA_dzfCU8.jpg\n\nIn general, as a Tank Destroyer Jagdpanthere was great. Maneuverability and speed characteristics were good because of using \u201cPanther\u201d basis. Armor of Jagdpanthere (80 mm in the front with a good armor slope) confidently defended the machine and a crew at the distance of 800 meters from all Soviet tanks. The new 88mm anti-tank gun allowed to destroy the enemy at a distance of 1km. Rate of fire at the same time was very high - 8 rounds per minute. The fighting compartment inside of a car was spacious and was equipped with ventilation, increasing the convenience of the crew working. And don\u2019t forget than Jagdpanther had a low silhouette. The disadvantages were the relatively high cost of the machine (due to the use of scarce materials), unreliability and complexity of the transmission service. Jagdpanther has established itself as a formidable and dangerous opponent, specializing in the destruction of tanks. Total were produced 392 cars.\nhttp://i.piccy.info/i9/f1590af47cd302853838f357b7786d76/1473836385/192289/1063747/V3N3_0icSI.jpg\n\n>\u0423 \u0441\u0435\u0440\u0435\u0434\u0438\u043d\u0438 1942 \u0440\u043e\u043a\u0443 \u043d\u0456\u043c\u0435\u0446\u044c\u043a\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u0443\u0432\u0430\u043d\u043d\u044f \u043f\u0440\u0438\u0439\u043d\u044f\u043b\u043e \u0440\u0456\u0448\u0435\u043d\u043d\u044f \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u041f\u0422-\u0421\u0410\u0423 \u0437 \u043d\u043e\u0432\u043e\u044e \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u043e\u044e 88\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u043e\u044e \u0420\u0430\u043a-43 \u043d\u0430 \u0431\u0430\u0437\u0456 \u0441\u0435\u0440\u0435\u0434\u043d\u044c\u043e\u0433\u043e \u0442\u0430\u043d\u043a\u0430 \u041f\u0430\u043d\u0442\u0435\u0440\u0430. \u0420\u043e\u0437\u0440\u043e\u0431\u043a\u0443 \u041f\u0422-\u0421\u0410\u0423 \u0441\u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u0432\u0435\u043b\u0430 \u0444\u0456\u0440\u043c\u0430 \u041a\u0440\u0443\u043f\u043f, \u043f\u0456\u0437\u043d\u0456\u0448\u0435 \u043f\u0440\u043e\u0435\u043a\u0442 \u0434\u043e\u0440\u043e\u0431\u043b\u044f\u0432\u0441\u044f \u0444\u0456\u0440\u043c\u043e\u044e Daimler-Benz, \u0430 \u0432 \u0441\u0430\u043c\u043e\u043c\u0443 \u043a\u0456\u043d\u0446\u0456 - MIAG. \u0420\u043e\u0437\u0440\u043e\u0431\u043a\u0430 \u0431\u0443\u043b\u0430 \u0443\u0441\u043a\u043b\u0430\u0434\u043d\u0435\u043d\u0430 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u0438\u043c\u0438 \u0430\u0432\u0456\u0430 \u043d\u0430\u043b\u044c\u043e\u0442\u0430\u043c\u0438 \u0441\u043e\u044e\u0437\u043d\u0438\u043a\u0456\u0432, \u043f\u043e\u0441\u0442\u0456\u0439\u043d\u0438\u043c\u0438 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0447\u0430\u043c\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0438\u0445 \u0434\u0435\u0442\u0430\u043b\u0435\u0439 \u0456 \u043f\u043b\u0443\u0442\u0430\u043d\u0438\u043d\u043e\u044e \u0432 \u0441\u0435\u0440\u0456\u0439\u043d\u0438\u0445 \u043c\u043e\u0434\u0438\u0444\u0456\u043a\u0430\u0446\u0456\u044f\u0445 \u043c\u0430\u0448\u0438\u043d\u0438. \u041d\u0430\u0439\u0431\u0456\u043b\u044c\u0448 \u0430\u043a\u0442\u0438\u0432\u043d\u043e \u042f\u0433\u0434\u043f\u0430\u043d\u0442\u0435\u0440\u0438 \u0431\u0440\u0430\u043b\u0438 \u0443\u0447\u0430\u0441\u0442\u044c \u0432 \u0410\u0440\u0434\u0435\u043d\u0441\u044c\u043a\u043e\u043c\u0443 \u043d\u0430\u0441\u0442\u0443\u043f\u0456 \u0442\u0430 \u0411\u0430\u043b\u0430\u0442\u043e\u043d\u0441\u044c\u043a\u0456\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0456\u0457.\n\u0412 \u0446\u0456\u043b\u043e\u043c\u0443 \u0441\u0430\u043c\u043e\u0445\u043e\u0434\u043a\u0430 \u0432\u0438\u0439\u0448\u043b\u0430 \u0432\u0434\u0430\u043b\u043e\u044e. \u0425\u043e\u0434\u043e\u0432\u0456 \u0456 \u043c\u0430\u043d\u0435\u0432\u0440\u0435\u043d\u0456 \u044f\u043a\u043e\u0441\u0442\u0456 \u0432\u043e\u043d\u0430 \u0446\u0456\u043b\u043a\u043e\u043c \u0443\u0441\u043f\u0430\u0434\u043a\u0443\u0432\u0430\u043b\u0430 \u0432\u0456\u0434 \u041f\u0430\u043d\u0442\u0435\u0440\u0438 \u0456 \u0432\u043e\u043d\u0438 \u0431\u0443\u043b\u0438 \u043d\u0430 \u0432\u0438\u0441\u043e\u043a\u043e\u043c\u0443 \u0440\u0456\u0432\u043d\u0456. \u0411\u0440\u043e\u043d\u044f \u0441\u0430\u043c\u043e\u0445\u0456\u0434\u043a\u0438 (80 \u043c\u043c \u0432 \u043b\u043e\u0431\u0456 \u043f\u0456\u0434 \u0445\u043e\u0440\u043e\u0448\u0438\u043c \u043d\u0430\u0445\u0438\u043b\u043e\u043c) \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u043e \u0437\u0430\u0445\u0438\u0449\u0430\u043b\u0430 \u0457\u0457 \u043d\u0430 \u0434\u0438\u0441\u0442\u0430\u043d\u0446\u0456\u044f\u0445 \u0432\u0456\u0434 800 \u043c\u0435\u0442\u0440\u0456\u0432. \u041d\u043e\u0432\u0430 88\u043c\u043c \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u0430 \u0433\u0430\u0440\u043c\u0430\u0442\u0430 \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u043b\u0430 \u0432\u0435\u0441\u0442\u0438 \u043f\u0440\u0438\u0446\u0456\u043b\u044c\u043d\u0438\u0439 \u0432\u043e\u0433\u043e\u043d\u044c \u043f\u043e \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0443 \u043d\u0430 \u0432\u0456\u0434\u0441\u0442\u0430\u043d\u0456 1\u043a\u043c. \u0422\u0435\u043c\u043f \u0441\u0442\u0440\u0456\u043b\u044c\u0431\u0438 \u043f\u0440\u0438 \u0446\u044c\u043e\u043c\u0443 \u0431\u0443\u0432 \u0434\u0443\u0436\u0435 \u0432\u0438\u0441\u043e\u043a\u0438\u0439 - 8 \u043f\u043e\u0441\u0442\u0440\u0456\u043b\u0456\u0432 \u043d\u0430 \u0445\u0432\u0438\u043b\u0438\u043d\u0443. \u0411\u043e\u0439\u043e\u0432\u0435 \u0432\u0456\u0434\u0434\u0456\u043b\u0435\u043d\u043d\u044f \u043c\u0430\u0448\u0438\u043d\u0438 \u0431\u0443\u043b\u043e \u043f\u0440\u043e\u0441\u0442\u043e\u0440\u0438\u043c \u0456 \u043e\u0441\u043d\u0430\u0449\u0443\u0432\u0430\u043b\u043e\u0441\u044f \u0432\u0435\u043d\u0442\u0438\u043b\u044f\u0446\u0456\u0454\u044e, \u0449\u043e \u043f\u0456\u0434\u0432\u0438\u0449\u0443\u0432\u0430\u043b\u043e \u0437\u0440\u0443\u0447\u043d\u043e\u0441\u0442\u0456 \u0440\u043e\u0431\u043e\u0442\u0438 \u0435\u043a\u0456\u043f\u0430\u0436\u0443. \u041f\u0440\u0438\u043b\u0430\u0434\u0438 \u0441\u043f\u043e\u0441\u0442\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u044f \u0456 \u043f\u0440\u0438\u0446\u0456\u043b\u0438 \u0431\u0443\u043b\u0438 \u044f\u043a \u0437\u0430\u0432\u0436\u0434\u0438 \u043d\u0430 \u0432\u0438\u0449\u043e\u043c\u0443 \u0440\u0456\u0432\u043d\u0456. \u041f\u0422-\u0421\u0410\u0423 \u043c\u0430\u043b\u0430 \u043d\u0438\u0437\u044c\u043a\u0438\u0439 \u0441\u0438\u043b\u0443\u0435\u0442. \u0417 \u043d\u0435\u0434\u043e\u043b\u0456\u043a\u0456\u0432 \u0432\u0430\u0440\u0442\u043e \u0432\u0456\u0434\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u0432\u0456\u0434\u043d\u043e\u0441\u043d\u043e \u0432\u0438\u0441\u043e\u043a\u0443 \u0432\u0430\u0440\u0442\u0456\u0441\u0442\u044c \u043c\u0430\u0448\u0438\u043d\u0438 (\u0447\u0435\u0440\u0435\u0437 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u043d\u043d\u044f \u0434\u0435\u0444\u0456\u0446\u0438\u0442\u043d\u0438\u0445 \u043c\u0430\u0442\u0435\u0440\u0456\u0430\u043b\u0456\u0432), \u043d\u0435\u043d\u0430\u0434\u0456\u0439\u043d\u0456\u0441\u0442\u044c \u0442\u0440\u0430\u043d\u0441\u043c\u0456\u0441\u0456\u0457 \u0456 \u0441\u043a\u043b\u0430\u0434\u043d\u0456\u0441\u0442\u044c \u0432 \u043e\u0431\u0441\u043b\u0443\u0433\u043e\u0432\u0443\u0432\u0430\u043d\u043d\u0456. \u0422\u0430\u043a\u043e\u0436 \u043d\u0435\u0437\u0430\u0434\u043e\u0432\u0456\u043b\u044c\u043d\u043e\u044e \u0431\u0443\u043b\u0430 \u0431\u0440\u043e\u043d\u044f \u0431\u043e\u0440\u0442\u0456\u0432. \u042f\u0433\u0434\u043f\u0430\u043d\u0442\u0435\u0440\u0430 \u0437\u0430\u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0432\u0430\u043b\u0430 \u0441\u0435\u0431\u0435 \u044f\u043a \u0433\u0440\u0456\u0437\u043d\u0438\u0439 \u0456 \u043d\u0435\u0431\u0435\u0437\u043f\u0435\u0447\u043d\u0438\u0439 \u0441\u0443\u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a, \u0449\u043e \u0441\u043f\u0435\u0446\u0456\u0430\u043b\u0456\u0437\u0443\u0454\u0442\u044c\u0441\u044f \u043d\u0430 \u0432\u0438\u043d\u0438\u0449\u0435\u043d\u043d\u044f \u0442\u0430\u043d\u043a\u0456\u0432. \u0412\u0441\u044c\u043e\u0433\u043e \u0431\u0443\u043b\u043e \u0432\u0438\u043f\u0443\u0449\u0435\u043d\u043e 392 \u043c\u0430\u0448\u0438\u043d\u0438.\n\n# M18 \u201cHellcat\u201d\nhttp://i.piccy.info/i9/96dea13cac0295bde2f7c6dd2ddf0f93/1473836416/237135/1063747/Zt4ltwPq9qQ.jpg\n\nThe design of the American Tank Destroyer was caused by the US military doctrine. In contrast to the Germans and the Soviets, who had good-armored Tank Destroyers with a powerful anti-tank gun and mediocre mobility, American Tank Destroyers were oriented on a good mobility firstly. M18 was developed for quickly interception of enemy tank formations and the destruction of their flanks. This also caused the weak armor, small caliber of guns and excellent mobility equipment. M18 had been developed by General Motors Buick Division, the cost of one machine was 57,000 dollars. Total it was produced 2507 M18.\nAt first it was planned to put the 37mm gun, but very soon it was decided to replace it by the 57mm British gun. But this was not enough, and in the final version M18 was equipped with a 76mm cannon from Shermans. New Tank Destroyer had a very light weight, had weak armor (20mm in the forehead) and the rotating tower, which was unusual for that time. Suspension provides the convenience of driving on rough terrain; the engine allowed reaching speed up to 45 km per hour. M18 was easy to operate and convenient to use. In general, the machine was ambiguous, absorbing a lot of bold decisions.\nhttp://i.piccy.info/i9/df0129bd789f7923e8f0306e5a8b6520/1473836445/147058/1063747/pxmv2fJDVRs.jpg\n\n>\u041a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0456\u044f \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u044c\u043a\u043e\u0433\u043e \u0432\u0438\u043d\u0438\u0449\u0443\u0432\u0430\u0447\u0430 \u0442\u0430\u043d\u043a\u0456\u0432 \u043e\u0431\u0443\u043c\u043e\u0432\u043b\u0435\u043d\u0430 \u0432 \u043f\u0435\u0440\u0448\u0443 \u0447\u0435\u0440\u0433\u0443 \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u044c\u043a\u043e\u044e \u0432\u0456\u0439\u0441\u044c\u043a\u043e\u0432\u043e\u044e \u0434\u043e\u043a\u0442\u0440\u0438\u043d\u043e\u044e. \u041d\u0430 \u0432\u0456\u0434\u043c\u0456\u043d\u0443 \u0432\u0456\u0434 \u043d\u0456\u043c\u0435\u0446\u044c\u043a\u0438\u0445 \u0456 \u0440\u0430\u0434\u044f\u043d\u0441\u044c\u043a\u0438\u0445 \u0430\u0440\u043c\u0456\u0439, \u0443 \u044f\u043a\u0438\u0445 \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u0456 \u0441\u0430\u043c\u043e\u0445\u0456\u0434\u043a\u0438 \u043c\u0430\u043b\u0438 \u0433\u0430\u0440\u043d\u0443 \u043b\u043e\u0431\u043e\u0432\u0443 \u0431\u0440\u043e\u043d\u044e, \u043f\u043e\u0442\u0443\u0436\u043d\u0443 \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u0443 \u0433\u0430\u0440\u043c\u0430\u0442\u0443 \u0456 \u043f\u043e\u0441\u0435\u0440\u0435\u0434\u043d\u044e \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0456\u0441\u0442\u044c, \u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u044c\u043a\u0456 \u043f\u0440\u043e\u0442\u0438\u0442\u0430\u043d\u043a\u043e\u0432\u0456 \u0441\u0430\u043c\u043e\u0445\u0456\u0434\u043a\u0438 \u0432 \u043f\u0435\u0440\u0448\u0443 \u0447\u0435\u0440\u0433\u0443 \u043f\u043e\u0432\u0438\u043d\u043d\u0456 \u0431\u0443\u043b\u0438 \u0431\u0443\u0442\u0438 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0456. \u041c18 \u0440\u043e\u0437\u0440\u043e\u0431\u043b\u044f\u0432\u0441\u044f \u0434\u043b\u044f \u0448\u0432\u0438\u0434\u043a\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0445\u043e\u043f\u043b\u0435\u043d\u043d\u044f \u0442\u0430\u043d\u043a\u043e\u0432\u0438\u0445 \u0437'\u0454\u0434\u043d\u0430\u043d\u044c \u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0430 \u0456 \u0437\u043d\u0438\u0449\u0435\u043d\u043d\u044f \u0457\u0445 \u0437 \u0444\u043b\u0430\u043d\u0433\u0456\u0432. \u0426\u0438\u043c \u0456 \u043e\u0431\u0443\u043c\u043e\u0432\u043b\u044e\u0432\u0430\u043b\u0430\u0441\u044f \u0441\u043b\u0430\u0431\u043a\u0435 \u0431\u0440\u043e\u043d\u044e\u0432\u0430\u043d\u043d\u044f, \u043d\u0435\u0432\u0435\u043b\u0438\u043a\u0438\u0439 \u043a\u0430\u043b\u0456\u0431\u0440 \u0433\u0430\u0440\u043c\u0430\u0442\u0438 \u0456 \u0432\u0456\u0434\u043c\u0456\u043d\u043d\u0430 \u043c\u043e\u0431\u0456\u043b\u044c\u043d\u0456\u0441\u0442\u044c \u0442\u0435\u0445\u043d\u0456\u043a\u0438. \u0420\u043e\u0437\u0440\u043e\u0431\u043a\u0430 \u0432\u0435\u043b\u0430\u0441\u044f \u0444\u0456\u0440\u043c\u043e\u044e General Motors Buick Division, \u0432\u0430\u0440\u0442\u0456\u0441\u0442\u044c \u043e\u0434\u043d\u0456\u0454\u0457 \u043c\u0430\u0448\u0438\u043d\u0438 \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043b\u0430 57000 \u0434\u043e\u043b\u0430\u0440\u0456\u0432. \u0412\u0441\u044c\u043e\u0433\u043e \u0431\u0443\u043b\u043e \u0432\u0438\u043f\u0443\u0449\u0435\u043d\u043e 2507 \u041f\u0422-\u0421\u0410\u0423 \u041c18.\n\u0421\u043f\u043e\u0447\u0430\u0442\u043a\u0443 \u043f\u043b\u0430\u043d\u0443\u0432\u0430\u043b\u043e\u0441\u044f \u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u0438 37\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u0443, \u043f\u0440\u043e\u0442\u0435 \u0434\u0443\u0436\u0435 \u0441\u043a\u043e\u0440\u043e \u0431\u0443\u043b\u043e \u0432\u0438\u0440\u0456\u0448\u0435\u043d\u043e \u0437\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u0457\u0457 \u043d\u0430 57\u043c\u043c \u0431\u0440\u0438\u0442\u0430\u043d\u0441\u044c\u043a\u0443 \u0433\u0430\u0440\u043c\u0430\u0442\u0443. \u0410\u043b\u0435 \u0446\u044c\u043e\u0433\u043e \u0432\u0438\u044f\u0432\u0438\u043b\u043e\u0441\u044f \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043d\u044c\u043e, \u0456 \u0432 \u0444\u0456\u043d\u0430\u043b\u044c\u043d\u043e\u043c\u0443 \u0432\u0430\u0440\u0456\u0430\u043d\u0442\u0456 \u041c18 \u043e\u0441\u043d\u0430\u0449\u0443\u0432\u0430\u043b\u0430\u0441\u044f 76\u043c\u043c \u0433\u0430\u0440\u043c\u0430\u0442\u043e\u044e, \u0449\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u044e\u0432\u0430\u043b\u0430\u0441\u044f \u043d\u0430 \u0442\u0430\u043d\u043a\u0438 \u0428\u0435\u0440\u043c\u0430\u043d. \u041f\u0422-\u0421\u0410\u0423 \u0431\u0443\u043b\u0430 \u0434\u0443\u0436\u0435 \u043b\u0435\u0433\u043a\u0430, \u043c\u0430\u043b\u0430 \u043f\u0440\u043e\u0442\u0438\u0432\u043e\u043a\u0443\u043b\u044c\u043e\u0432\u0435 \u0431\u0440\u043e\u043d\u044e\u0432\u0430\u043d\u043d\u044f (20\u043c\u043c \u0432 \u043b\u043e\u0431\u0456) \u0456 \u043f\u043e\u0432\u043e\u0440\u043e\u0442\u043d\u0443 \u0431\u0430\u0448\u0442\u0443, \u0449\u043e \u0431\u0443\u043b\u043e \u043d\u0435\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u043d\u043e \u0434\u043b\u044f \u041f\u0422-\u0421\u0410\u0423 \u0442\u043e\u0433\u043e \u0447\u0430\u0441\u0443. \u041f\u0456\u0434\u0432\u0456\u0441\u043a\u0430 \u0437\u0430\u0431\u0435\u0437\u043f\u0435\u0447\u0443\u0432\u0430\u043b\u0430 \u0437\u0440\u0443\u0447\u043d\u0456\u0441\u0442\u044c \u0457\u0437\u0434\u0438 \u043f\u043e \u043f\u0435\u0440\u0435\u0441\u0456\u0447\u0435\u043d\u0456\u0439 \u043c\u0456\u0441\u0446\u0435\u0432\u043e\u0441\u0442\u0456, \u0434\u0432\u0438\u0433\u0443\u043d \u0434\u043e\u0437\u0432\u043e\u043b\u044f\u0432 \u0440\u043e\u0437\u0432\u0438\u0432\u0430\u0442\u0438 \u0448\u0432\u0438\u0434\u043a\u0456\u0441\u0442\u044c \u0434\u043e 45 \u043a\u043c \u043d\u0430 \u0433\u043e\u0434\u0438\u043d\u0443. \u041c18 \u0431\u0443\u0432 \u043f\u0440\u043e\u0441\u0442\u0438\u0439 \u0432 \u043e\u0431\u0441\u043b\u0443\u0433\u043e\u0432\u0443\u0432\u0430\u043d\u043d\u0456 \u0456 \u0437\u0440\u0443\u0447\u043d\u0438\u0439 \u0432 \u0435\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0456\u0457. \u0412 \u0446\u0456\u043b\u043e\u043c\u0443 \u043c\u0430\u0448\u0438\u043d\u0430 \u0432\u0438\u0439\u0448\u043b\u0430 \u043d\u0435\u043e\u0434\u043d\u043e\u0437\u043d\u0430\u0447\u043d\u043e\u044e, \u0443\u0432\u0456\u0431\u0440\u0430\u0432\u0448\u0438 \u0432 \u0441\u0435\u0431\u0435 \u0431\u0435\u0437\u043b\u0456\u0447 \u0441\u043c\u0456\u043b\u0438\u0432\u0438\u0445 \u0440\u0456\u0448\u0435\u043d\u044c.\n\nAt the end I want to say, that the birth of Tank destroyers was caused by the necessary of destroying heavy enemy techniques. Next time I will tell you about machines with a real \u201cBig Guns\u201d.\n>\u041d\u0430 \u0446\u044c\u043e\u043c\u0443 \u043c\u0456 \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043c\u043e \u043d\u0430\u0448\u0435 \u0437\u043d\u0430\u0439\u043e\u043c\u0441\u0442\u0432\u043e \u0437 \u043a\u043b\u0430\u0441\u043e\u043c \u041f\u0422-\u0421\u0410\u0423. \u041f\u043e\u044f\u0432\u0430 \u0441\u0430\u043c\u043e\u0445\u043e\u0434\u043e\u043a \u0431\u0443\u043b\u0430 \u0432\u0438\u043a\u043b\u0438\u043a\u0430\u043d\u0430 \u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0456\u0441\u0442\u044e \u0437\u043d\u0438\u0449\u0435\u043d\u043d\u044f \u0432\u0430\u0436\u043a\u043e\u0457 \u0442\u0435\u0445\u043d\u0456\u043a\u0438 \u0441\u0443\u043f\u0440\u043e\u0442\u0438\u0432\u043d\u0438\u043a\u0430. \u041d\u0430 \u0447\u0435\u0440\u0437\u0456 \u043c\u0430\u0448\u0438\u043d\u0438 \u0437 \u0434\u0456\u0439\u0441\u043d\u043e \u0432\u0435\u043b\u0438\u043a\u0438\u043c\u0438 \u043a\u0430\u043b\u0456\u0431\u0440\u0430\u043c\u0438. \n\n***don't forget to follow @burmik123***", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending_tag.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending_tag.pat.json index 0e7daf03..b0e8f609 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending_tag.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending_tag.pat.json @@ -484,7 +484,7 @@ ], "author": "markrmorrisjr", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.26, "beneficiaries": [], "blacklists": [], "body": "## In this episode, Joshua Claiborne stands trial for violation of the First Law ##\n\n**\u201cWhoa, whoa, whoa!\u201d Phil screamed, \u201cWhat the hell dude?\u201d**\n\n*The Reaper crumpled to the floor, arms flailing as Joshua rode it to the ground. Finally, the hands found the catches at either side of the helmet and popped it off. A black, shaggy head of hair emerged.* \n\n***If you've missed episodes, [visit my blog](https://steemit.com/@markrmorrisjr) to catch up. Be sure to follow me for updates in your feed!***\n\n\u201cEmil?\u201d Stella said, \u201cMeet Joshua. Are you okay?\u201d\n\nEmil, the Reaper suit\u2019s operator laughed, \u201cYeah, I\u2019m fine, but that was awesome! Can you teach us that?\u201d\n\n\u201cMan! Now I have to rebuild this helmet,\u201d Phil held up a small remote. \u201cAll I had to do was push this button,\u201d he said, pressing it, as the suit powered down. \u201cWhat did you do?\u201d\n\n\u201cThe \u2018nerve\u2019 bundle that controls these things motor skills is on the very top of the skull, under a thin piece of sheet metal, puncture it, it collapses. You didn\u2019t know that?\u201d Joshua said. \n\n\u201cWell, it appears we may need you more than you need us,\u201d Stella said. \u201cSo, just say the word and we\u2019ll get you where you need to be. Meanwhile, my team will be working on your son\u2019s location.\u201d\n\nJoshua dropped the letter opener and walked to the stairs, \u201cFine, whatever you need to collect from my meeting, get it. Now, who\u2019s driving?\u201d With that, he walked up the stairs, he had no more time to waste. \n\n**The Mapleton courthouse sat on a hill in the center of the town, overlooking the area around for miles.** \n\n*Joshua insisted that the team Stella had sent stop 5 miles out and allow him to ride in on the electric trike alone, while they observed the meeting from a distance.* \n\nHe carried the tiny remote in his shirt pocket, a gift from Phil. \u201cThat\u2019s my only prototype, so don\u2019t lose it,\u201d he\u2019d said. \n\n![enter image description here](https://s12.postimg.org/siuqjuiz1/Untitled_36.jpg)\n\nFrom the end of Main Street, looking up toward the courthouse, Joshua counted at least six reapers. He wondered how far the signal from the remote would travel. \n\nHe thought about pressing it now, disarming his enemy, then walking in, but he\u2019d still have to deal with the six drivers, if they managed to escape the suits. \n\nBesides, Stella seemed to think there was some secret they were going to give away, although Joshua couldn\u2019t imagine it. \n\n*He checked his watch, ten minutes until his scheduled time and while he knew better than to be late, he had no intention of giving the Consensus one more second than he had to.* \n\nThe trike spun it\u2019s tires on a patch of loose gravel as he started back up. He decided a quick approach was best. He charged up the hill, jumping the \u201cMayor\u2019s\u201d parking barrier and rolling up to the foot of the front stairs, he cranked the accelerator and the trike rose up on its back wheel, popping the two front wheels, over the bottom step. \n\nThe machine had more than enough power to climb the steps and Joshua skidded to a stop outside the courthouse door. He stopped and turned back toward the town, the six Reapers swarming toward him up the steps. He powered down, swung his leg up and over the bike and opened the door. \n\n**The Reapers followed him into the hall as he approached the court room.** \n\nThe Magistrate sat behind the judge\u2019s bench and Joshua couldn\u2019t help but smirk at the insult to the very concept of actual justice that this thing represented. \n\n\u201cJoshua Claiborne, appearing as requested,\u201d Joshua said, standing directly in front of the Magistrate. \n\n![enter image description here](https://s12.postimg.org/6h4lvyh7x/judge.jpg)\n\n> \u201cYes, Mr. Claiborne, have a seat,\u201d A woman\u2019s face, projected on the face shield of the Magistrate said.\n\n\u201cI\u2019d rather stand,\u201d he said. \n\n> \u201cSuit yourself, may we have the room, please?\u201d she said, looking toward the reapers that had entered the back doors of the courtroom.\n\nThey left quietly. \n\n> \u201cMr. Claiborne, you\u2019re charged with violation of the first law, in so\n> much as you have encouraged and joined in the activity of settling\n> outside of Consensus approved areas, acted outside of the legal\n> jurisdiction of the council and on more than one occasion, acted\n> against the best interest of Consensus, including attacking duly\n> authorized Magistrates in the course of their legally binding duties,\n> how do you plead?\u201d\n\n**The woman looked at Joshua, peering over a pair of short, square spectacles, like some sort of outdated stereotype.** \n\n\u201cNot guilty, by reason of illegitimacy of the currently established government and its ensigns. I am not, nor do I choose to become, subject to your law. I stand judged as innocent by natural law, insomuch as I have not caused harm to another human in aggression, damaged or stolen property, nor unnecessarily restricted the liberty of any other person. I recognize no other responsibility to my fellow man,\u201d Joshua said calmly. \n\n> \u201cBe that as it may, Mr. Claiborne, we are not here under the auspices of \u201cnatural law\u201d but rather, under the Council mandated authority of the Consensus and its Magisterial Ministry, of which I am a part and I assure you, you are subject to,\u201d\n\nThe woman intoned, her expression one of almost sheer boredom.\n\n> \u201cCourt finds the defendant guilty and remands the subject for immediate judicial murder.\u201d\n\nThe magistrate raised its arm and brought it down on the bench with a solid thud, that echoed through the court. Joshua felt his heart sink as the Reapers reentered the court and moved up to surround him. \n\n## Look for the upvote button below. If you liked the post, upvote and share! If you're not on Steemit yet, why not? You get free money for signing up! ##", @@ -1411,7 +1411,7 @@ ], "author": "gavvet", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 72.8, "beneficiaries": [], "blacklists": [], "body": "Is this a typo? Benefits? You ask. How could there be any possible benefit from having a disability?\n\nWell, in fact there are. And here are three unexpected benefits I have personally experienced in my own journey living with a degenerating eye condition.\n\n## Improved lateral thinking and innovation\nGrowing up with a vision impairment meant that there were often things that most people took for granted, but which I struggled to do. To do the same things, I needed to come up with creative solutions and alternative ways of doing things. So from a very young age, I learnt to think laterally and developed my problem solving skills. Most people are so use to perceiving the world in a certain way, but when you are stripped of one of your senses, you learn to perceive things in a different way.\n\nhttps://ipfs.pics/ipfs/QmWb5pzYhKKJZ8zmeYqVeV6oNqGi5h7yDEtxBbjwRdTUZ7\n\nWhen I was still living by myself a few years ago, I had the annoying task of having to cook for myself each night. The challenge I faced in the kitchen was not been able to read the labels on various bottles and containers. As a result, I couldn't tell which container was the salt and which one was the sugar, and all the packaging for the herbs looked the same. So how did I manage? Instead of using sight, I used my sense of smell to distinguish between the herbs, and for some ingredients where I couldn't use the sense of smell, I used different containers and labels to help me identify all the different ingredients.\n\nAnd this leads on to the second benefit.\n\n## Improved memory\nPeople who know me well often comment on my ability to remember things. In fact, I've noticed this in many other people I know who also have a vision impairment. I think this is due to the fact that for someone with a vision impairment to thrive in a sighted world, we often need to make extra effort to adapt to our circumstances.\n\nFor example, I remember when I was still in university, I had to do many presentations. For most people, they could refer to speech notes as they are presenting. However, for me, this was not possible, as I couldn't read speech notes no matter how big the font was. Furthermore, as I have some sight, I never needed to learn braille, which meant I couldn't refer to braille notes either. _As a side note, this is why the title of my memoir which I've been posting on Steemit is \"Living in Between Two Worlds\", because I have often found myself being caught between the world of the sighted and the world of the blind, and also between the identity of being Chinese but not fully Chinese, and being Australian but not fully Australian._ As a result, every time I had to do a presentation, I would always remember the entire speech. Over time, this has become second nature to me. I have learnt how to force things into my memory, and be innovative when I need to.\n\n## Resilience\nGrowing up with a vision impairment, I experienced a lot of bullying at school and a lot of hurtful comments and actions from people, sometimes done knowingly and sometimes unknowingly. Sometimes this comes in the form of a patronising comment, and sometimes from a look or stare. The interesting thing with people staring and giving me strange looks is that I can often notice people are doing it to me because I have some peripheral vision, however people generally can't tell I'm looking back at them because it doesn't seem like I'm looking at them. Most of the time however, those hurtful words and actions are done out of ignorance and a lack of understanding, rather then out of malice.\n\n#### But from all these things I've experienced, it has made me a stronger and more resilient person.\nAs a result, whatever unforeseen things I may experience in life, there's not much that can knock me out completely. I have developed the ability to adapt to changing circumstances and stay optimistic, because as they say:\n### What doesn't kill you, makes you stronger.\n\nSo I'm thankful to God for the person I have become today. Disability isn't all bad. Without what I have gone through with my vision impairment, I wouldn't be the person I am today, and for these reasons, I am thankful.\n\nTo read more about my story, you can read my short memoir series. You can find [Part 1 here.](https://steemit.com/memoir/@nextgen622/living-in-between-two-worlds-my-memoir-part-1-updated)\n\nYou can also follow me on @nextgen622", @@ -2342,7 +2342,7 @@ ], "author": "gavvet", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 72.8, "beneficiaries": [], "blacklists": [], "body": ">Today I told my dad the final date of my marriage: October 2nd . Few days ago, as I told him that I was going to get married in a few weeks, he got mad at me. \u201cI was expecting you to get a real job before you got married!\u201d was his main critique. \u201cHow can you get married *now*?\u201d he asked me.\n\nOggi ho detto a mio padre la data definitiva del mio matrimonio: due ottobre. Pochi giorni fa, quando gli ho detto che mi sarei sposato nel giro di poche settimane, si \u00e8 arrabbiato con me. \u201cMi sarei aspettato che ti trovassi un lavoro vero prima di sposarti\u201d \u00e8 stato il suo principale oggetto di critica. \u201cCome puoi sposarti *adesso*?\u201d mi ha chiesto.\n\n>Let me give you some background. I\u2019m 29 years old and I want to do many things in my life. I studied economics, worked for no-profit and academia and I published a book in May on the shifting economic paradigm. I dedicated the last year to this book, spent all the savings I had and by now I have a few weeks of financial autonomy left. Meanwhile I rented a room on Airbnb, learned how to do bracelets and sold them on the Ligurian (North-West Italy) seaside. Simultaneously, I\u2019m working on becoming what I call a cryptofarmer: in fact, my goal is to write and earn cryptocurrencies while living in the countryside in a small house I\u2019m transforming into a farm. I learned how to plant a vegetable garden, how to chop wood and limiting the expenses of food and heating.\nEven if sometimes I\u2019m scared I could not afford a living, I feeI I can make it. We can make it. In fact, few months ago a girl I met last winter in Chile joined me and is providing great help with her skills and work. And I\u2019m going to marry her in a few weeks, as I said.\n\nFacciamo un passo indietro. Ho 29 anni e voglio fare tante cose nella mia vita. Ho studiato economia, lavorato nel no-profit e nel mondo accademico per poi pubblicare, a maggio di quest\u2019anno, un libro sul cambio di paradigma in economia. Ho dedicato l\u2019ultimo anno a questo libro, ho speso tutti i miei risparmi e ho davanti ancora qualche settimana di autonomia finanziaria. Nel frattempo ho affittato una stanza su Airbnb e imparato a fare braccialetti che ho venduto sulla costa ligure. Parallelamente lavoro per diventare quello che chiamo un cryptofarmer; il mio obiettivo \u00e8 infatti quello di scrivere e guadagnare cripto-valute mentre vivo in una piccola casa di campagna che sto trasformando in fattoria. Ho imparato come piantare un orto, spaccare la legna e limitare le spese di cibo e riscaldamento.\nAnche se a volte ho paura di non riuscire a guadagnarmi da vivere, sento che ce la posso fare. Che ce la *possiamo* fare. Qualche mese fa, infatti, una ragazza che ho conosciuto lo scorso inverno in Cile si \u00e8 unita ai miei progetti e mi sta dando un grosso aiuto con le sue capacit\u00e0 e il suo lavoro. E io la sposer\u00f2 in qualche settimana, come dicevo.\n>My father is 69 years old. Oddly enough, he actually left countryside for the city \u2013 a choice diametrically opposite to the one I made \u2013 to become a lawyer and had success by working really hard. As far as I know, he wanted to be a journalist but chose to be a lawyer to get a better salary \u2013 as he got. He wanted me to be a lawyer too, of course, but when I chose to study economics he told me I could become an auditor; those were professions, in his words, that paid good.\n\nMio padre ha 69 anni. E\u2019 curioso come lui lasci\u00f2 la campagna per la citt\u00e0 \u2013 una scelta diametralmente opposta a quella che ho fatto io \u2013 per diventare un avvocato e l\u00ec ha avuto successo lavorando molto. Da quel che so, lui voleva fare il giornalista da giovane, ma poi ha scelto di fare l\u2019avvocato per avere un miglior salario \u2013 come appunto si \u00e8 verificato. Chiaramente voleva che anche io facessi l\u2019avvocato e successivamente, quando io scelsi di studiare economia, mi disse che potevo diventare il revisore contabile; mestieri, questi, che secondo lui erano ben remunerati. \n>Dear dad,\nA couple of years ago, you told that you were eventually glad I didn\u2019t follow your path and became a lawyer. The job had changed too much, you said. Now too many lawyers are fighting one against each other to get the job and clients are not paying for the work you did for them. That\u2019s how you described me your job \u2013 a job that in Italy, for your generation, was a synonym of success. A son who became a lawyer was a dream for the average family.\nWell, I\u2019m going to add a little piece to this picture. In a few decades, the whole profession of lawyer may become obsolete. Do you know that even today you can ask legal question to [Ross](http://www.psfk.com/2015/01/ross-ibm-watson-powered-lawyer-legal-research.html), an IBM powered machine? It will provide you an answer by sifting through thousands of legal documents, statutes and cases - assisting you to get ready for the case by including citations, suggested readings and confidence ratings. \nToday few technologies are ready to disrupt whole sectors of the economy. One of these is Artificial Intelligence that could make your profession obsolete. Another is the blockchain: that one could make the auditor and accountancy profession useless too. Have you ever heard about it? Some say it\u2019s important as the invention of the Internet.\n\nCaro pap\u00e0,\nQualche anno fa mi hai detto che in fin dei conti eri contento che non avessi seguito la tua strada e fossi diventato un avvocato. Il lavoro \u00e8 cambiato troppo, hai detto. Troppi avvocati in conflitto l\u2019uno contro l\u2019altro per accaparrarsi clienti che poi non pagano il lavoro che fai per loro. Cos\u00ec mi hai descritto il tuo lavoro \u2013 un lavoro che in Italia, per la tua generazione, era sinonimo di successo. Un figlio che diventava avvocato era un sogno per la famiglia media.\nBeh, lasciami aggiungere un pezzo a questa storia. In un paio di decadi, la professione stessa dell\u2019avvocato potrebbe diventare obsoleta. Sai che gi\u00e0 oggi puoi chiedere un parere legale a [Ross](http://www.psfk.com/2015/01/ross-ibm-watson-powered-lawyer-legal-research.html), una macchina sviluppata da IBM? Ti restituisce una risposta setacciando migliaia di documenti legali, statuti e casi \u2013 assistendoti a prepararti al caso includendo citazioni, letture consigliate e intervalli di confidenza. Alcune tecnologie sono sul punto di rivoluzionare interi settori dell\u2019economia. Una di queste \u00e8 l\u2019intelligenza artificiale che potrebbe rendere obsoleta la tua professione. Un\u2019altra \u00e8 la blockchain: questa potrebbe rendere inutile la professione del contabile e del revisore. Ne hai mai sentito parlare? Alcuni dicono che \u00e8 importante quanto l\u2019invenzione di Internet.\n>**You should really be glad I didn\u2019t choose your job just because it paid good**. As I was 18 (in 2005) being a lawyer paid good, in a decade it wasn\u2019t the case anymore. **In fact, between 2007 and 2014 the average income reported by Italian lawyers [declined from 51.314 euro to 37.505]( http://www.italiaoggi.it/news/dettaglio_news.asp?id=201603102026358478&chkAgenzie=ITALIAOGGI&titolo=Avvocati,%20redditi%20da%20dimenticare)**. Well, last decade \u2013 it is to be said - was a *century*: while economy collapsed in one of the worst crisis ever, technology produced unparalleled innovations. Before 2005 there was no Youtube. In 2005 there was no smartphone either. No-one can tell what are we going to see in the next decade. Some say there will be some big change in the workplace. In fact, [some researchers at Oxford]( http://www.oxfordmartin.ox.ac.uk/downloads/academic/The_Future_of_Employment.pdf) say that by 2035, half of the jobs Americans currently hold will be automatized. **Robots are simply better than men in doing robotic work**. Even the world\u2019s most ancient profession may suffer a strong decline with the development of virtual reality \u2013 this has become the next big thing in adult entertainment.\n\n**Devi essere davvero contento che non abbia scelto il tuo lavoro solo perch\u00e9 era ben remunerato**. Quando ancora io avevo 18 anni (nel 2005) fare l\u2019avvocato era remunerativo, ma nell\u2019arco di un decennio ci\u00f2 non era pi\u00f9 vero. **Tra il 2007 e il 2014 il reddito medio dell\u2019avvocato italiano [\u00e8 sceso da 51.314 euro a 37.505 euro]( http://www.italiaoggi.it/news/dettaglio_news.asp?id=201603102026358478&chkAgenzie=ITALIAOGGI&titolo=Avvocati,%20redditi%20da%20dimenticare)**. L\u2019ultimo decennio \u2013 bisogna riconoscerlo - ha rappresentato un *secolo*: mentre l\u2019economia collassava in una delle peggiori crisi di sempre, la tecnologia produceva innovazioni senza pari. Prima del 2005 non c\u2019era Youtube. Prima del 2005 non c\u2019era nemmeno lo smartphone. Nessuno pu\u00f2 dire cosa vedremo nel prossimo decennio. Molti dicono che ci saranno grossi cambiamenti sul luogo di lavoro. [Alcuni ricercatori di Oxford]( http://www.oxfordmartin.ox.ac.uk/downloads/academic/The_Future_of_Employment.pdf) dicono che entro il 2035, il 45% dei lavori attualmente svolti dagli americani verr\u00e0 automatizzato. **I robot svolgono meglio degli uomini i lavori da robot**. Perfino il mestiere pi\u00f9 vecchio del mondo potrebbe risentire di un forte declino a seguito dello sviluppo della realt\u00e0 virtuale \u2013 questa \u00e8 diventata l\u2019ultima novit\u00e0 nel mondo dell\u2019intrattenimento per adulti.\n>Don\u2019t worry, dad, and don\u2019t look at me as someone who is living hand to mouth. Many things are changing in the next years, together with most of the reference points we had. Those jobs who were good, could not be profitable and stable anymore. Most of all, the same idea of stability will change: we\u2019ll have to find stability surfing between waves of change. Choosing a job just because it pays good today, may not be a good strategy. **My generation is challenged to find and develop that personal value, those talents, that no machine could substitute. This is what I\u2019m doing \u2013 soon I\u2019ll write you how**.\n\nPer questo, pap\u00e0, non preoccuparti e non guardarmi come si guarda un figlio che vive di espedienti. Molte cose cambieranno nei prossimi anni, insieme a molti dei punti di riferimento che avevamo. Quei lavori che prima erano buoni, potrebbero non essere pi\u00f9 remunerativi e stabili. Pi\u00f9 di tutto, cambier\u00e0 l\u2019idea di stabilit\u00e0: dovremmo imparare a trovare la stabilit\u00e0 di un surfista a cavallo di ondate di cambiamento. Scegliere un lavoro solo perch\u00e9 paga bene oggi, potrebbe non essere una strategia che paga. **La sfida per la mia generazione \u00e8 di trovare e sviluppare quel valore personale, quei talenti, che nessuna macchina pu\u00f2 sostituire. Questo \u00e8 quello che sto facendo io \u2013 presto ti scriver\u00f2 come**.\n\nhttp://i68.tinypic.com/2hz9lz.jpg \n\n*Me, dad, fianc\u00e9, mum*\n\n***Don't forget to follow @cryptofarmer***\n***a shout out goes to @claudiop63 for assisting the Italian community so don't forget to follow him***", @@ -3915,7 +3915,7 @@ ], "author": "kevinwong", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 68.06, "beneficiaries": [], "blacklists": [], "body": "
    https://s16.postimg.org/5csp5ocf9/kevv.jpg
    \n\nHere I am spending the night in the darkness of my bedroom. Dog's snoring right beside me, his head resting on my chest. Feeling like I'm in some prologue of a cyberpunk story. Anyway, surfing on Steemit mobile is actually quite decent, despite the inadequacy of certain types of tables and media not showing up properly on screen.\n\nDecided to write this after going through some dramatic commentaries on Steemit that happened for the past few days. Mostly about ideological disagreements, and especially, overcompensation of posts. While I consider myself pretty critical, I usually opt out of direct, in-your-face type of confrontations. I prefer to plan and pick my own battles, having learned out of experience.\n\nBecause personally, I've never come across any situation that immediately improves itself after insults are thrown around. No one is going to admit wrong right away. Everyone's always right in their own world, and that's particularly true with the presence of an opposing voice. And it doesn't matter how zen one may be. No one's a perfect saint. Everyone has a breaking point. \n\nYup, I've snapped before, more than enough times to know this little fact of life. Nothing good comes out of throwing a fit (well not as much as can be). Sure, our message, our version of truth should be upheld. But there are better ways of fighting the good fight.. maybe like what I'm trying to do with this post right now. So what am I trying to address here?\n\n---------------------------\n# Plan your battles - don't join someone else's!\n
    https://s10.postimg.org/ntels66d5/planning.jpg
    \nThere was [a post on Steemit](https://steemit.com/anarchy/@kennyskitchen/the-40-anarchists-you-want-to-be-following-on-steemit) a while ago that labelled me an anarchist. Am I? Maybe I am. Sure, I'm against big, centralised governments. I may even detest the inherent thieving practices of big brother. But I'm still running a music event company - there are legal matters that I still need to run by government offices, purely out of safety and security reasons.\n\nYou may argue that it's perverted that I'm using an intrinsically violent agent (namely, The Government and The Police State) to secure the well-being of my business customers. Next I'll ask - can we have a decentralised free market doing music events with all the right securities? That's what my company, [Hybrid Entertainment](https://steemit.com/steemit-marketing/@kevinwong/our-next-dance-music-event-psychedelic-trance-some-steemit-love) partly aims to do. It's a learning process. \n\nFor now, we still need to use the existing structures of Old, Big Government.. while we find ways to transition out of such dependence. Fight too hard and you'll get clamped down, thrown out of the game. You can't do much when you're out of the game, so stay in it! Take the time to plan your battles, dear hot-blooded confrontationists (if that's even a word).\n\nSure, the world needs you to say things as they are. But hearing the painful truth is almost like violence itself. No one likes that, no matter which side of a dispute. Peace also involves peace of mind. It's a much longer game - it comes with the territory. You're already in someone else's fight once you get into war. Only get into war if you're the big guy. The small guy is always the loser - the unwilling pawn. Think about this in scope of what's happening all around the world, even on Steemit.\n\nDon't be a zealot. There are dangers of being too far left, or too far right. Find the middle way. All you need is another perspective. Some people may be asswipes, but goodness is omnipresent if the conditions are right.\n\nAnd that's how you plan your battles - take the time to do it right. \n\nIn perspective of my generally apolitical position on Steemit, I tend to find better ways to contribute instead of lashing out on another user. Sure, I have my dissatisfaction about some author rewards and posting models from time to time. However, I tried putting effort into building better models and figuring out ways to add substantial value into the ecosystem. Eventually, some of us gravitated towards a loose goal of rewarding diversity by combing contents on Steemit on a daily basis.\n\nThere are now epic giant hidden-gem megaposts on Steemit - like this one from [Project Curie](https://steemit.com/@curie) and [Robinhood Whale](https://steemit.com/@robinhoodwhale). Better coverage, better quality, better value - in so many ways. This is the free-market reaction to solo authored hidden-gem posts of early Steemit. No doubt that everything evolves over time. \n\nKnowing that value is subjective, I have always refrained from losing my cool. Even here on Steemit. \n\n**I'm the small fish and I have to plan my battles!**\n\n---------------------------------------\n\n# Don't freaking milk it!\n\n
    https://s3.postimg.org/6ne6t272b/milk.jpg
    \nThere are big reasons why most of us don't really like governments. Greed and corruption. Needless to say, the crowd easily picks up on this when insubstantial effort is rewarded handsomely. By all means, that's as subjective as can be. What's not (very) subjective, however, is if one continues to milk it, even despite public disapproval. \n\nThis happens all around the world. Don't oversell. You'll lose reputation if you are obviously **milking it**!\n\nSure, you may gain new followers.. newly inspired and freshly impressed. But old eyes grow weary. People are watching, and your social value fluctuates all the time. You can't please everyone, but you can try the **art of not milking the shit out of the system**.\n\nIt's a good business practice. It's a good personal conduct. And it works on Steemit.\n\nThat's a reason why I'm also posting lesser (other than plainly having a huge writer's block, reserving myself from random shitposting). Now I'm only writing when I really think I have something good to add as a post. As I'm partly dependent on Steemit, I've strategized a lil, refraining from appearing to be **milking it**, seeking modes of substantial contribution behind the scenes to compensate for the awesome support that has been given to me on this platform.\n\nIf you are suddenly rewarded thousands for a post - ask yourself. Is that post worth that much? Heck, I don't know if my top philosophical post is worth 4,000 bucks, but I know I've put long hours in it, enough to avoid milking and recycling the same content. Instead, I try to put more effort in other areas of the ecosystem to balance out the lopsided reward.\n\nThe blockchain is transparent. It's easy to find out if you're milking it. To avoid seeming like you're milking it - just be honest and ask yourself the right questions! Then, do the right thing!\n\n**Like life, like Steemit - try to give more than you can take. Don't. Freaking. Milk It.**\n\n----------------------------------\n\n# Take time to build, or take time to exploit?\n
    https://img1.steemit.com/0x0/http://i.imgur.com/T9b4dDQ.jpg
    \n
    By Steemit's talented artist @lgm-1
    \n\nNaturally, I'd say take time to build. Once you're caught exploiting the system, in life or on Steemit, you're lose reputation whether or not if its digitally measurable. You can create as many accounts as you want and find a million ways to exploit everything, but ask yourself - what are you building?\n\nHere are some tips for maintaining reputation on Steemit:-\n- Steemit's a mutual aid society. While posts can be about anything, note there's a limited amount of funds going around each day. It's obvious that your reputation is at stake if you have somehow managed to acquire good support, but not giving back substantially.\n- Tags are like real estate. Choose appropriately. An example is if you're writing your opinions on something rather meta, I think it's prudent to respect the scientific community. For example in [my article about consciousness](https://steemit.com/consciousness/@kevinwong/let-s-talk-about-consciousness-wtf-is-it), I've deliberately used the ***pseudoscience*** tag, no matter how right I think I could be. I clearly think about such topics often, but I never put myself in research labs knowing about consciousness well enough to indicate that I am the master of that domain.\n- Follow up on your promises. Communicate transparently.\n- Put in more effort, visibly and even behind the scenes when you manage to acquire good payouts.\n- Try to follow others. Curate and also support other members.\n- Plan your battles and don't milk it! And also, celebrity attitudes won't last long here if you're not giving back to the community. @dollarvigilante is doing this right - he's aiding others and even curating frequently on his free time!\n- Again, in general, give more than you can take.\n\n### Reputation is everything - for survival, for change in a social landscape.\n\n*Note: There is some form of censorship of the mind when it comes to chance of interruption from higher powers. It's the same everywhere. You just have to play your cards right, opting for different methods, different approaches. It's not really a systems-problem. It's a people-problem, as always. Never leave an opening for others to destroy your reputation.*\n\n-----------------------------------------------\n
    Stock photos courtesy of https://pixabay.com/
    \n\n-----------------------------------------------\n
    Follow me @kevinwong
    \n-------------------------------------------------", @@ -6074,7 +6074,7 @@ ], "author": "calaber24p", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 68.93, "beneficiaries": [], "blacklists": [], "body": "

    Who Should We Find Responsible For The Subprime Mortgage Lending Crisis?

    \n\nI want to preface this article by saying, I\u2019m not 100% sure who we should blame for the Subprime Mortgage Lending Crisis, the lenders or the borrowers which is why I want to attempt to fairly give arguments from both sides. Even today this is a heavily debated topic and I agree with points made by both sides. So I want you to decide as the reader, who you side with, and if you want to post in the comments below. This article is meant to shed light on who we should hold responsible for the Subprime Mortgage Crisis, the lenders or the borrowers, or someone else?\n\nhttp://longislandbankruptcyblog.com/wp-content/uploads/2007/11/mortgage-bubble-bursting-by-the-sub-prime-mortgage-meltdown.jpg\n\n

    The Lender\u2019s Side of The Argument

    \n\nThe lender\u2019s side of the argument almost completely revolves around the idea that people need to educate themselves before they go into a bank and take on such a series contract, like a mortgage. Even in many cases where the information was fully available to the borrower, they signed the contract even though they didn\u2019t understand it. If you agree with consumer protection, the lenders should have stopped the transaction from taking place, but many believe that we should be free to make all decisions even bad ones. The truth is that these are companies, however and their only job is to look out for themselves. This lending is an especially weird occurrence because the force which usually stops this kind of behavior from taking place is that it would not be beneficial to the company, but mortgage brokers and the companies lending were making so much money that at the time it seemed like a good idea. \n\nhttps://www.biggerpockets.com/renewsblog/wp-content/uploads/2015/06/questions-lender.jpg\n\nAnother way the lenders justify their subprime lending practices was that they were getting pressure from higher up in the company to lend as much as possible because there was such a demand for the financial products on the markets. This is the old \u201cI was just following orders\u201d excuse, but there truly was heavy pressure from companies onto the brokers to loan as much as they could, or they would find someone else to do it. At the time most mortgage brokers legitimately didn\u2019t think that they were doing something bad. They didn\u2019t try to tank the system, they truly believed that the booming real estate market would be able to cover any losses if someone foreclosed on a property. We found out that this was a horribly wrong assumption eventually which lead to billions in toxic assets on the bank balance sheet worth nothing. Ultimately if you think that the consumer should have been diligent and did the required research before they took the mortgage contract, you might side with the side of the lenders\n\n

    The Borrower\u2019s Side of The Argument

    \n\nOn the flip side, the borrower\u2019s side of the argument claims that it is a company\u2019s duty to inform the customer and the government\u2019s duty to provide consumer protection so mortgages that were created with a high chance of failure wouldn\u2019t be possible. Borrowers also claim that many of the brokers specifically targeted low income and uneducated applicants so they could get a larger commission. In addition, the extreme leniency of the various types of mortgage products that were being offered at the time, for example not having to even show any income, should have been against the law. While not all brokers were predatory, there were many that were, which did target the low income and uneducated, but at the same time there were many borrowers who knew they couldn\u2019t afford the payments on the house and figured they would just resell it for profit. Consumer protection is a tricky subject , because at what point does it stop becoming protection and start becoming a barrier to entry. For example up until this year only Americans with an income of 250k + or 1,000,000 in assets (disregarding primary residence) were able to invest in private companies, many hedge funds and other investment vehicles, all because of consumer protection. \n\nhttps://activerain-store.s3.amazonaws.com/image_store/uploads/2/5/4/4/3/ar123584050234452.jpg\n\nMany people say that a fool and his money soon part ways and it\u2019s hard to wonder if people who signed into these mortgages would have lost money elsewhere on credit cards or payday loans. I think that the mortgage prices that were way to complex for anyone to even understand should have never been offered, but is it the government\u2019s place to protect a private entity from not offering them? Theoretically in a free market banks should not have offered the products because they were too risky and would have lost them money, but this force did not prevail. Whether or not you agree with the borrower heavily comes down to what degree you think consumer protection should play on your everyday life and how the government should police products. \n\n

    Conclusion And Some Of My Thoughts

    \n\nLike I said when I started the article I don\u2019t think I find either party solely responsible for the subprime mortgage crisis that occurred. I believe both parties over leveraged themselves and took risks that, in hindsight, were insane. The world market wanted more mortgage prices and people all around the world were willing to pay large amounts for them, so banks and mortgage brokers supplied the demand that was out there. Unfortunately the mortgages they supplied them with were garbage. In this regard I blame the credit rating agencies, whose actual job is to rate them properly , for not doing their job. I also believe that the specific brokers and lenders who were predatory lending were morally wrong, but I\u2019m not so sure that they constitute acting criminally. Maybe under current laws yes, but im someone who does not believe in consumer protection, mostly because I believe that people should be able to spend their money as they see fit on any product they see fit. We see 1000 scams on the internet a day, yet we don\u2019t fall for them because we know they are scams. I think trusting any entity that is making money off you is foolish. Im interested to see what other people here think and why.", @@ -8091,7 +8091,7 @@ ], "author": "fairytalelife", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.97, "beneficiaries": [], "blacklists": [], "body": "\n

    \n

    Do you want to know what depression feels like? 

    \n

    Think of a foggy grey muck that encircles you head to toe. Severe depression strips you from being able to experience any joy in life, even when for all the world it appears you have everything going for you.   Watered down commentaries attempt to describe the soul rotting misery of waking up in darkness every day. Who are those who can bolt out of bed ready to face the day with their happy attitudes about life? I don\u2019t know. I\u2019ve never been one. I dread waking up. One of the things really depressed people look forward to is a respite from consciousness. This is why those who suffer tend to sleep so much. It\u2019s escapism. Yet it isn\u2019t, because even in sleep you can be terrorized by your daytime demons. The quality of sleep is not restful \u2013 in fact, rather fitful. This is one reason so many people take mind-numbing tranquilizers to dull their wakeful state just to be able to drift away to somewhere, anywhere else than the dangerous and unchecked arena of the mind.    

    \n

    People experience the tiers of depression's challenges in different ways. It\u2019s not being disappointed or being in a bad mood if something doesn\u2019t pan out in your favor. You chipped you manicure? Bugger. Irritating, yes, but it\u2019s not the end of the world. For a depressed person,  something minor (for whatever reason) can hurl you head first into a bottomless void of regret and agony. You associate daily life with walking through a minefield. Danger lurks with every step. That ad for an antidepressant that shows a cartoon figure walking around under her own cloud of rain sums up the feeling quite well (of course it does \u2013 sponsored by The Pharmaceutical Cartel). You NEED this drug to function. That\u2019s another post, and I know far too well how drugs are touted as the magic solution. Not even children are safe from their campaigns.

    \n

    \n

    It\u2019s the ultimate mind-fuck factory, this thought prison that leads you through Dante\u2019s circles of hell as you try to scramble your way out of the snake pit. The thoughts pull you back in by your ankles. Like a horror movie, the entity of depression knows what scares you. It knows what makes you wail in despair. It knows your saddest thoughts and flashes those across the movie screen in your head in incessant reruns. You are a spectator, but unable to avert your eyes.   

    \n

    You have things to do? Most can buck up and get 'er done. A very depressed person knows what must be done yet can\u2019t do it. Cannot. It\u2019s not possible. It has nothing to do with laziness and everything to do with apathy. The effort isn\u2019t worth it. You know you will feel better if such and such gets done. So the obvious solution is to do it. You have errands to run? Get in the car and go. But for a depressed person, the mundane becomes detestable to such an extent that not even the guilt for not doing the things is unable to motivate you enough to accomplish what is impossible in your mind.   

    \n

    \n

    Once while touring Alcatraz, I was struck by something the tour guide told us. The island is positioned in just the right way that all the prisoners could smell the Ghirardelli chocolate factory wafting its chocolate scent across the bay, no doubt driving inmates insane. This is much like depression. You are stuck in a jail cell knowing everyone else is living happily while you miss out on what you know (on some level) is a gift \u2013 life itself. You can only observe from afar.    

    \n

    You know those days when you feel like a sloth and nothing gets done? For many depressed people that\u2019s every day. By getting nothing done I don\u2019t mean cleaning out the refrigerator or reading a book your friend needs back. I mean responsibilities you must accept as an adult, as a parent. You can\u2019t function. Your kids are hungry, but you can\u2019t do anything about it because you can\u2019t move. You have an empty stare and wonder if it\u2019s too early for a drink. It\u2019s only one in the afternoon. Can it be justified?    

    \n

    And you can\u2019t stop seeing those stories about the Yulin dog meat festival. This is horrible because an animal suffering is the worst thing in the world to me. Or those commercials by the SPCA. The thoughts hit hard, bating me. \u201cUh oh! She\u2019s making some progress \u2013 what is she sad about? Let\u2019s infect.\u201d Self-sabotage is the name of the game. For a depressed person, thoughts take over and pollute your whole mind.   

    \n

    You hope you will feel better tomorrow, or someday. You keep saying someday. But that wastes away today. You hide from friends and family because the idea of faking a smile is akin to torture. And you think no one cares about your problems. Or they are tired of hearing about them because they are always the same.   Your brain is wired differently. Some of the most creative genius comes from a desolate mental state. It can, but only If you can get any mental energy together to be productive.   

    \n

    Your friends email you cures for migraines. You have had to invent numerous excuses that involve having them, because that\u2019s a reasonable excuse to cancel plans. Saying you\u2019re sad or not in the mood will get \u201cI\u2019ll cheer you up\u201d from well-meaning friends and family. But you want to be alone, completely isolated, in bed, with the covers pulled up over your head. And you want to cry. And I don\u2019t mean a few tears. I mean heart-wrenching sobs that no one would want to hear.   

    \n

    You yell at people you love. You cry easily. They can\u2019t help you but they can sure piss you off. And we are pissed at ourselves, because children have needs that must be met -no question about it. And you know are letting them down with your suffering. Another blow.   We do not feel sorry for ourselves in the traditional sense. We do feel sorry that we can\u2019t get a grip as we are often told to do. We feel guilty for letting others down who matter as they stand by helpless, completely befuddled about their roles in all of this. They feel responsible You want to convey it\u2019s not them or their fault, but they start to not believe you. It\u2019s no one\u2019s fault. It simply is.   

    \n

    Some days are easier than others. I often do well when the stars align - deceptively so, or maybe not deceptive. Maybe I am getting a handle on this curse. It\u2019s a constant roller coaster of wondering when the happy cart will upturn and everything you manage to put in there (composure, self-esteem, productivity) scatters across the road. And cars are coming, but you have to try to summon up the ability to put them back in and continue on your journey. It\u2019s like you are that one slow car on a hill that everyone zips past because they don\u2019t carry the burden of your load.   

    \n

    Is life a beautiful thing? Yes. It is. Is it filled with sadness? Yes to that too. Can a depressed person overcome depression? I think so. But in order to answer that, you must be willing to look at your origins to discover what might be holding you back.         

    \n

    \n

    Drawings and painting \u00a9 Johanna Westerman 2016  

    \n


    \n", @@ -8820,7 +8820,7 @@ ], "author": "terrycraft", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 68.42, "beneficiaries": [], "blacklists": [], "body": "## Introduction.\nDreaming of getting vivid and memorable impressions, I have long been chosen the leisure activity that would be safety, affordable and could be an exciting journey to unexplored areas. My acquaintances who repeatedly travel abroad advised me to go to one of hot countries and to try diving there.\nSo, here is it, my long-awaited leave, and sky-blue waves and active vacation were already waiting for me. Packing my bag and buying the ticket, I went off on a new journey under the wing of the plane.\n\n>## \u0412\u0441\u0442\u0443\u043f\u043b\u0435\u043d\u0438\u0435.\n> \u0416\u0435\u043b\u0430\u044f \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043f\u043e\u0440\u0446\u0438\u044e \u044f\u0440\u043a\u0438\u0445 \u0438 \u0437\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u044e\u0449\u0438\u0445\u0441\u044f \u0432\u043f\u0435\u0447\u0430\u0442\u043b\u0435\u043d\u0438\u0439, \u044f \u0434\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0432\u044b\u0431\u0438\u0440\u0430\u043b \u0434\u043e\u0441\u0443\u0433, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0431\u044b\u043b \u0431\u044b \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u043c, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u043c, \u0438 \u043d\u0435\u0441 \u0431\u044b \u0432 \u0441\u0435\u0431\u0435 \u0443\u0432\u043b\u0435\u043a\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043f\u043e \u0435\u0449\u0435 \u043d\u0435 \u0438\u0437\u0432\u0435\u0434\u0430\u043d\u043d\u044b\u043c \u0442\u0435\u0440\u0440\u0438\u0442\u043e\u0440\u0438\u044f\u043c. \u0417\u043d\u0430\u043a\u043e\u043c\u044b\u0435, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043d\u0435\u043e\u0434\u043d\u043e\u043a\u0440\u0430\u0442\u043d\u043e \u043b\u0435\u0442\u0430\u043b\u0438 \u0437\u0430\u0440\u0443\u0431\u0435\u0436, \u043f\u043e\u0441\u043e\u0432\u0435\u0442\u043e\u0432\u0430\u043b\u0438 \u043c\u043d\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c\u0441\u044f \u0432 \u043e\u0434\u043d\u0443 \u0438\u0437 \u0436\u0430\u0440\u043a\u0438\u0445 \u0441\u0442\u0440\u0430\u043d, \u0438 \u0442\u0430\u043c \u043f\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c \u0434\u0430\u0439\u0432\u0438\u043d\u0433. \n\u0412\u043e\u0442 \u043e\u043d, \u0434\u043e\u043b\u0433\u043e\u0436\u0434\u0430\u043d\u043d\u044b\u0439 \u043e\u0442\u043f\u0443\u0441\u043a, \u0438 \u043b\u0430\u0437\u0443\u0440\u043d\u044b\u0435 \u0432\u043e\u043b\u043d\u044b \u0438 \u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0439 \u043e\u0442\u0434\u044b\u0445 \u0443\u0436\u0435 \u0436\u0434\u0443\u0442 \u043c\u0435\u043d\u044f. \u0421\u043e\u0431\u0440\u0430\u0432 \u0432 \u0447\u0435\u043c\u043e\u0434\u0430\u043d \u0432\u0441\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0435, \u0438 \u043a\u0443\u043f\u0438\u0432 \u0431\u0438\u043b\u0435\u0442, \u043f\u043e\u0434 \u043a\u0440\u044b\u043b\u043e\u043c \u0441\u0430\u043c\u043e\u043b\u0435\u0442\u0430 \u044f \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u043b\u0441\u044f \u043d\u0430\u0432\u0441\u0442\u0440\u0435\u0447\u0443 \u043d\u043e\u0432\u044b\u043c \u043f\u0440\u0438\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f\u043c.\n\n![111.jpg](https://s12.postimg.org/mc6ff0k3h/image.jpg)\n\n## The First Impression\nHaving some basic understanding of what I have to face I was ready for the theory and also hired all necessary equipment: two oxygen cylinders, diving goggles, a set of needed spigots, air-delivery system and, of course, paddles. I was looking forward to my first diving. I\u2019d like to emphasize that I professionally went swimming and very often visited the swimming-pool. Because of this I decided to start diving in open water, of course, at extra charge, especially of the depth wasn\u2019t so great and I wanted to see the beauty of the underwater world with my own eyes.\n\n>## \u041f\u0435\u0440\u0432\u043e\u0435 \u0437\u043d\u0430\u043a\u043e\u043c\u0441\u0442\u0432\u043e.\n> \u0418\u043c\u0435\u044f \u043e\u0431\u0449\u0435\u0435 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441 \u0447\u0435\u043c \u043f\u0440\u0438\u0434\u0435\u0442\u0441\u044f \u0441\u0442\u043e\u043b\u043a\u043d\u0443\u0442\u044c\u0441\u044f, \u044f \u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u0438\u043b\u0441\u044f \u0432 \u0442\u0435\u043e\u0440\u0438\u0438, \u0430 \u0442\u0430\u043a\u0436\u0435 \u043c\u043d\u0435 \u0434\u0430\u043b\u0438 \u0432 \u043f\u0440\u043e\u043a\u0430\u0442 \u0432\u0441\u0435 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0435 \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0435: \u0434\u0432\u0430 \u0431\u0430\u043b\u043b\u043e\u043d\u0430 \u0441 \u043a\u0438\u0441\u043b\u043e\u0440\u043e\u0434\u043e\u043c, \u043c\u0430\u0441\u043a\u0443 \u0434\u043b\u044f \u043d\u044b\u0440\u044f\u043d\u0438\u044f, \u043d\u0430\u0431\u043e\u0440 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0445 \u043f\u0430\u0442\u0440\u0443\u0431\u043a\u043e\u0432, \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u043f\u043e\u0434\u0430\u0447\u0438 \u0432\u043e\u0437\u0434\u0443\u0445\u0430 \u0438 \u043a\u043e\u043d\u0435\u0447\u043d\u043e \u0436\u0435 \u043b\u0430\u0441\u0442\u044b. \u041c\u043e\u0435 \u043f\u0435\u0440\u0432\u043e\u0435 \u043f\u043e\u0433\u0440\u0443\u0436\u0435\u043d\u0438\u0435 \u0443\u0436\u0435 \u0436\u0434\u0430\u043b\u043e \u043c\u0435\u043d\u044f. \u0421\u0440\u0430\u0437\u0443 \u0445\u043e\u0447\u0443 \u0437\u0430\u043c\u0435\u0442\u0438\u0442\u044c, \u0447\u0442\u043e \u0440\u0430\u043d\u0435\u0435 \u044f \u043f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e \u0437\u0430\u043d\u0438\u043c\u0430\u043b\u0441\u044f \u043f\u043b\u0430\u0432\u0430\u043d\u0438\u0435\u043c \u0438 \u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u043e \u043f\u043e\u0441\u0435\u0449\u0430\u043b \u0431\u0430\u0441\u0441\u0435\u0439\u043d. \u0418\u043c\u0435\u043d\u043d\u043e \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0431\u044b\u043b\u043e \u0440\u0435\u0448\u0435\u043d\u043e \u043d\u0430\u0447\u0430\u0442\u044c \u043c\u043e\u0451 \u043f\u0435\u0440\u0432\u043e\u0435 \u043f\u043e\u0433\u0440\u0443\u0436\u0435\u043d\u0438\u044f \u0441 \u0441\u0440\u0430\u0437\u0443 \u0432 \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0439 \u0432\u043e\u0434\u0435, \u043a\u043e\u043d\u0435\u0447\u043d\u043e \u0437\u0430 \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u0443\u044e \u043f\u043b\u0430\u0442\u0443, \u0442\u0435\u043c \u0431\u043e\u043b\u0435\u0435 \u0447\u0442\u043e \u0433\u043b\u0443\u0431\u0438\u043d\u0430 \u043d\u0435 \u0431\u044b\u043b\u0430 \u0441\u0442\u043e\u043b\u044c \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u0430, \u0430 \u0432\u0441\u0435 \u043a\u0440\u0430\u0441\u043e\u0442\u044b \u043f\u043e\u0434\u0432\u043e\u0434\u043d\u043e\u0433\u043e \u043c\u0438\u0440\u0430 \u0445\u043e\u0442\u0435\u043b\u043e\u0441\u044c \u0443\u0432\u0438\u0434\u0435\u0442\u044c \u0432\u043e\u043e\u0447\u0438\u044e.\n\n![111.jpg](https://s16.postimg.org/zf862a4t1/image.jpg)\n\n## Diving.\nThe process of diving passed without incidents. The equipment worked perfectly and fitted me. And then, already 10 minutes later, diving into shallow depth I could behold that picturesque seascape. The yellow fish shoal smoothly crossed the sea reef that corals and algae serving as plankton for marine dwellers use as their habitat.\n\n>## \u041f\u043e\u0433\u0440\u0443\u0436\u0435\u043d\u0438\u0435.\n> \u041f\u0440\u043e\u0446\u0435\u0441\u0441 \u043f\u043e\u0433\u0440\u0443\u0436\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0448\u0435\u043b \u0431\u0435\u0437 \u043b\u0438\u0448\u043d\u0438\u0445 \u043f\u0440\u043e\u0431\u043b\u0435\u043c. \u0412\u0441\u0435 \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0435 \u043e\u0442\u043b\u0438\u0447\u043d\u043e \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043b\u043e \u0438 \u043f\u043e\u0434\u043e\u0448\u043b\u043e \u043c\u043d\u0435 \u043f\u043e \u0440\u0430\u0437\u043c\u0435\u0440\u0430\u043c. \u0418 \u0432\u043e\u0442 \u0441\u043f\u0443\u0441\u0442\u044f \u0443\u0436\u0435 10 \u043c\u0438\u043d\u0443\u0442, \u043f\u043e\u0433\u0440\u0443\u0437\u0438\u0432\u0448\u0438\u0441\u044c \u043d\u0430 \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0443\u044e \u0433\u043b\u0443\u0431\u0438\u043d\u0443, \u044f \u043c\u043e\u0433 \u0441\u043e\u0437\u0435\u0440\u0446\u0430\u0442\u044c \u043a\u0440\u0430\u0441\u043e\u0447\u043d\u044b\u0435 \u043f\u0435\u0439\u0437\u0430\u0436\u0438 \u043c\u043e\u0440\u0441\u043a\u0438\u0445 \u0433\u043b\u0443\u0431\u0438\u043d. \u0416\u0435\u043b\u0442\u043e\u0435 \u043f\u043e\u043b\u043e\u0442\u043d\u043e \u0438\u0437 \u0440\u044b\u0431 \u043f\u043b\u0430\u0432\u043d\u043e \u043f\u0435\u0440\u0435\u0441\u0435\u043a\u0430\u043b\u043e \u043c\u043e\u0440\u0441\u043a\u043e\u0439 \u0440\u0438\u0444, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u043d\u0430\u0448\u043b\u0438 \u0441\u0432\u043e\u0435 \u043c\u0435\u0441\u0442\u043e \u043e\u0431\u0438\u0442\u0430\u043d\u0438\u044f \u043a\u043e\u0440\u0430\u043b\u043b\u044b \u0438 \u0432\u043e\u0434\u043e\u0440\u043e\u0441\u043b\u0438, \u0441\u043b\u0443\u0436\u0438\u0432\u0448\u0438\u0435 \u043f\u043b\u0430\u043d\u043a\u0442\u043e\u043d\u043e\u043c \u0434\u043b\u044f \u043c\u0435\u0441\u0442\u043d\u044b\u0445 \u043e\u0431\u0438\u0442\u0430\u0442\u0435\u043b\u0435\u0439. \n\n![111.jpg](https://s10.postimg.org/v7s86vo9l/image.jpg)\n\nFlowing and gentle sunlight entered through the water column and created the effect of glimmering and the subtle pattern on the sandy bottom.\nI continued my underwater travelling and swam towards massive rock ledges where it\u2019s necessary to move with maximum carefulness and concentration. Those complete silence and tranquility\u2026 Sandy silt lies still on the sea floor and through the available space between the ledges sunbeams lit up my way.\n\n> \u041f\u043b\u0430\u0432\u043d\u044b\u0439 \u043c\u044f\u0433\u043a\u0438\u0439 \u0441\u043e\u043b\u043d\u0435\u0447\u043d\u044b\u0439 \u0441\u0432\u0435\u0442 \u043f\u0440\u043e\u043d\u0438\u043a\u0430\u043b \u0447\u0435\u0440\u0435\u0437 \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0443\u044e \u0442\u043e\u043b\u0449\u0443 \u0432\u043e\u0434\u044b, \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u044f \u044d\u0444\u0444\u0435\u043a\u0442 \u043f\u0435\u0440\u0435\u043b\u0438\u0432\u0430\u043d\u0438\u044f \u0438 \u043d\u0435\u0436\u043d\u043e\u0433\u043e \u0443\u0437\u043e\u0440\u0430 \u043d\u0430 \u043f\u0435\u0441\u0447\u0430\u043d\u043e\u043c \u0434\u043d\u0435.\n\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0432 \u0441\u0432\u043e\u0435 \u043f\u043e\u0434\u0432\u043e\u0434\u043d\u043e\u0435 \u043f\u0443\u0442\u0435\u0448\u0435\u0441\u0442\u0432\u0438\u0435, \u044f \u043e\u0442\u043f\u043b\u044b\u043b \u0432 \u0441\u0442\u043e\u0440\u043e\u043d\u0443 \u043a\u0440\u0443\u043f\u043d\u044b\u0445 \u0441\u043a\u0430\u043b\u0438\u0441\u0442\u044b\u0445 \u0432\u044b\u0441\u0442\u0443\u043f\u043e\u0432, \u043f\u0435\u0440\u0435\u0434\u0432\u0438\u0433\u0430\u044f\u0441\u044c \u043c\u0435\u0436\u0434\u0443 \u043a\u043e\u0442\u043e\u0440\u044b\u043c\u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0431\u044b\u0442\u044c \u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e \u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u044b\u043c \u0438 \u0441\u043a\u043e\u043d\u0446\u0435\u043d\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u043c. \u041f\u043e\u043b\u043d\u0430\u044f \u0442\u0438\u0448\u0438\u043d\u0430 \u0438 \u0443\u043c\u0438\u0440\u043e\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u0435. \u041f\u0435\u0441\u0447\u0430\u043d\u044b\u0439 \u0438\u043b \u043d\u0435\u043f\u043e\u0434\u0432\u0438\u0436\u043d\u043e \u043b\u0435\u0436\u0438\u0442 \u043d\u0430 \u0434\u043d\u0435, \u0430 \u0441\u043a\u0432\u043e\u0437\u044c \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0435 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e \u0432\u044b\u0441\u0442\u0443\u043f\u043e\u0432, \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u043c\u0438 \u043b\u0443\u0447\u0430\u043c\u0438 \u043f\u0440\u043e\u0431\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0441\u043e\u043b\u043d\u0435\u0447\u043d\u044b\u0435 \u043b\u0443\u0447\u0438 \u0441\u0432\u0435\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043e\u0441\u0432\u0435\u0449\u0430\u044e\u0442 \u043c\u043e\u0439 \u043f\u0443\u0442\u044c. \n\n![111.jpg](https://s15.postimg.org/869fb3kgr/image.jpg)\n\nI decided to look more closely at local corals and reefs. I swam closer and I could see this unique underwater world where everything operates in accordance with its own rules and laws. The reefs covering the sea bottom like a thick blade serve as a comfortable house for small fish. There they hide from predators and feed on algae.\n\n> \u041f\u043e\u0433\u0440\u0443\u0436\u0430\u044f\u0441\u044c \u0432\u0441\u0435 \u0433\u043b\u0443\u0431\u0436\u0435 \u0432 \u0442\u043e\u043b\u0449\u0443 \u0432\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u043e\u043b\u043e\u0442\u043d\u0430, \u044f \u0440\u0435\u0448\u0438\u043b \u0432\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u044c\u043d\u0435\u0435 \u0438\u0437\u0443\u0447\u0438\u0442\u044c \u043c\u0435\u0441\u0442\u043d\u044b\u0435 \u043a\u043e\u0440\u0430\u043b\u043b\u044b \u0438 \u0440\u0438\u0444\u044b. \u041f\u043e\u0434\u043f\u043b\u044b\u0432\u0430\u044f \u0431\u043b\u0438\u0436\u0435, \u043c\u043e\u0435\u043c\u0443 \u0432\u0437\u043e\u0440\u0443 \u0441\u0442\u0430\u043b \u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0432\u043e\u0434\u043d\u044b\u0439 \u043c\u0438\u0440, \u0433\u0434\u0435 \u0432\u0441\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0438\u0440\u0443\u0435\u0442 \u043f\u043e \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u043c \u043f\u0440\u0430\u0432\u0438\u043b\u0430\u043c \u0438 \u0437\u0430\u043a\u043e\u043d\u0430\u043c. \u0420\u0438\u0444\u044b, \u043f\u043e\u043a\u0440\u044b\u0432\u0430\u044e\u0449\u0438\u0435 \u0442\u043e\u043b\u0441\u0442\u044b\u043c \u043f\u043e\u043b\u043e\u0442\u043d\u043e\u043c \u043c\u043e\u0440\u0441\u043a\u043e\u0435 \u0434\u043d\u043e, \u0441\u043b\u0443\u0436\u0430\u0442 \u0443\u044e\u0442\u043d\u044b\u043c \u0434\u043e\u043c\u043e\u043c \u0434\u043b\u044f \u043c\u0435\u043b\u043a\u043e\u0439 \u0440\u044b\u0431\u0435\u0448\u043a\u0438. \u0417\u0434\u0435\u0441\u044c \u043e\u043d\u0438 \u043f\u0440\u044f\u0447\u0443\u0442\u0441\u044f \u043e\u0442 \u0445\u0438\u0449\u043d\u0438\u043a\u043e\u0432 \u0438 \u043f\u0438\u0442\u0430\u044e\u0442\u0441\u044f \u043c\u0435\u043b\u043a\u0438\u043c\u0438 \u0432\u043e\u0434\u043e\u0440\u043e\u0441\u043b\u044f\u043c\u0438.\n\n![111.jpg](https://s18.postimg.org/k1ts548y1/image.jpg)\n\n## Meeting with a shark.\nHalf of the cylinder ran low when the desire arose to swim closer to our boat. Coming to the surface little by little on my way I noticed a shark swimming by. The dangerous predator moved around softly wiggling its fins. I stiffened in anticipation and dared not move and not make a sudden and superfluous movement. I just could freeze but managed to take some pictures of the shark with my camera I took with me in the water depths. The predator didn\u2019t pay any attention to me, and ignoring my presence it disappeared in the blue water.\n\n> \u0412\u0441\u0442\u0440\u0435\u0447\u0430 \u0441 \u0430\u043a\u0443\u043b\u043e\u0439.\n\u041f\u043e\u043b\u043e\u0432\u0438\u043d\u0430 \u0431\u0430\u043b\u043b\u043e\u043d\u0430 \u0441 \u043a\u0438\u0441\u043b\u043e\u0440\u043e\u0434\u043e\u043c \u0431\u044b\u043b\u0430 \u043d\u0430 \u0438\u0441\u0445\u043e\u0434\u0435, \u0438 \u0443 \u043c\u0435\u043d\u044f \u043f\u043e\u044f\u0432\u0438\u043b\u043e\u0441\u044c \u0436\u0435\u043b\u0430\u043d\u0438\u0435 \u043f\u043e\u043d\u0435\u043c\u043d\u043e\u0433\u0443 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0442\u044c\u0441\u044f \u043e\u0431\u0440\u0430\u0442\u043d\u043e \u0432 \u0441\u0442\u043e\u0440\u043e\u043d\u0443 \u043d\u0430\u0448\u0435\u0439 \u043b\u043e\u0434\u043a\u0438. \u041f\u043e\u0441\u0442\u0435\u043f\u0435\u043d\u043d\u043e \u0432\u0441\u043f\u043b\u044b\u0432\u0430\u044f, \u043d\u0430 \u0441\u0432\u043e\u0435\u043c \u043f\u0443\u0442\u0438 \u044f \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u043b \u043c\u0435\u0434\u043b\u0435\u043d\u043d\u043e \u043f\u0440\u043e\u043f\u043b\u044b\u0432\u0430\u044e\u0449\u0443\u044e \u0430\u043a\u0443\u043b\u0443. \u041e\u043f\u0430\u0441\u043d\u044b\u0439 \u0445\u0438\u0449\u043d\u0438\u043a, \u043d\u0435\u0442\u043e\u0440\u043e\u043f\u043b\u0438\u0432\u043e \u043f\u0440\u043e\u043d\u0437\u0430\u043b \u0432\u043e\u0434\u043d\u0443\u044e \u0433\u043b\u0430\u0434\u044c, \u043c\u0435\u0434\u043b\u0435\u043d\u043d\u043e \u043f\u043e\u043a\u0430\u0447\u0438\u0432\u0430\u044f \u043f\u043b\u0430\u0432\u043d\u0438\u043a\u0430\u043c\u0438. \u0417\u0430\u0441\u0442\u044b\u0432 \u0432 \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u0438, \u044f \u0431\u043e\u044f\u043b\u0441\u044f \u043f\u043e\u0448\u0435\u0432\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0438 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u043b\u0438\u0448\u043d\u0438\u0435, \u0440\u0435\u0437\u043a\u0438\u0435 \u0434\u0432\u0438\u0436\u0435\u043d\u0438\u044f. \u0412\u0441\u0435 \u043d\u0430 \u0447\u0442\u043e \u043c\u0435\u043d\u044f \u0445\u0432\u0430\u0442\u0438\u043b\u043e, \u044d\u0442\u043e \u0437\u0430\u0441\u0442\u044b\u0432 \u0432 \u043e\u0446\u0435\u043f\u0435\u043d\u0435\u043d\u0438\u0438, \u044f \u0441\u0434\u0435\u043b\u0430\u043b \u043f\u0430\u0440\u0443 \u043a\u0430\u0434\u0440\u043e\u0432 \u0430\u043a\u0443\u043b\u044b \u0441\u0432\u043e\u0438\u043c \u0444\u043e\u0442\u043e\u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043e\u043c, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0432\u0437\u044f\u043b \u0432 \u043f\u043e\u0434\u0432\u043e\u0434\u043d\u043e\u0435 \u043f\u0443\u0442\u0435\u0448\u0435\u0441\u0442\u0432\u0438\u0435. \u0425\u0438\u0449\u043d\u0438\u043a\u0443 \u044f\u0432\u043d\u043e \u0431\u044b\u043b\u043e \u043d\u0435 \u0434\u043e \u043c\u0435\u043d\u044f, \u0438 \u0432\u0441\u044f\u0447\u0435\u0441\u043a\u0438 \u043f\u0440\u043e\u0438\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0432 \u043c\u043e\u0435 \u043f\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0435, \u043e\u043d\u0430 \u0441\u043a\u0440\u044b\u043b\u0430\u0441\u044c \u0432 \u0442\u043e\u043b\u0449\u0435 \u0433\u043e\u043b\u0443\u0431\u043e\u0439 \u0432\u043e\u0434\u044b.\n\n![111.jpg](https://s11.postimg.org/j9hddp7ur/image.png)\n\n## New Friend\nI was really enthused when I saw a rare sea skate, my new friend, who floated in sky-blue water like a king of the underwater world. Wriggling gracefully, it got up first and then went down to the sea bottom posing for my camera adroitly. The meeting struck me and made me think of the uniqueness of the underwater world and this marine fauna with its fantastic inhabitants. \n\n>## \u041d\u043e\u0432\u044b\u0439 \u0434\u0440\u0443\u0433.\n> \u042f \u0431\u044b\u043b \u0432 \u0432\u043e\u0441\u0442\u043e\u0440\u0433\u0435, \u043a\u043e\u0433\u0434\u0430 \u043d\u0430 \u043c\u043e\u0435\u043c \u043f\u0443\u0442\u0438 \u043f\u043e\u043f\u0430\u043b\u0441\u044f \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u043c\u043e\u0440\u0441\u043a\u043e\u0439 \u0441\u043a\u0430\u0442, \u043c\u043e\u0439 \u043d\u043e\u0432\u044b\u0439 \u0434\u0440\u0443\u0433, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u043b\u043e\u0432\u043d\u043e \u0446\u0430\u0440\u044c \u0432\u043e\u0434\u043d\u043e\u0433\u043e \u043c\u0438\u0440\u0430, \u043f\u0430\u0440\u0438\u043b \u0432 \u043b\u0430\u0437\u0443\u0440\u043d\u043e\u0439 \u0432\u043e\u0434\u0435. \u0418\u0437\u044f\u0449\u043d\u043e \u0438\u0437\u0432\u0438\u0432\u0430\u044f\u0441\u044c, \u043e\u043d \u0441\u043d\u0430\u0447\u0430\u043b\u0430 \u043f\u043e\u0434\u043d\u0438\u043c\u0430\u043b\u0441\u044f, \u043f\u043e\u0442\u043e\u043c \u043e\u043f\u0443\u0441\u043a\u0430\u043b\u0441\u044f \u043d\u0430 \u0441\u0430\u043c\u043e\u0435 \u0434\u043d\u043e, \u0438\u0441\u043a\u0443\u0441\u043d\u043e \u043f\u043e\u0437\u0438\u0440\u0443\u044f \u043f\u0435\u0440\u0435\u0434 \u043c\u043e\u0435\u0439 \u043a\u0430\u043c\u0435\u0440\u043e\u0439. \u042d\u0442\u0430 \u0432\u0441\u0442\u0440\u0435\u0447\u0430 \u043c\u0435\u043d\u044f \u043f\u043e\u0440\u0430\u0437\u0438\u043b\u0430, \u0438 \u0437\u0430\u0441\u0442\u0430\u0432\u0438\u043b\u0430 \u043d\u0430\u0434\u043e\u043b\u0433\u043e \u0437\u0430\u0434\u0443\u043c\u0430\u0442\u044c\u0441\u044f \u043e\u0431 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438 \u043f\u043e\u0434\u0432\u043e\u0434\u043d\u043e\u0433\u043e \u043c\u0438\u0440\u0430, \u044d\u0442\u043e\u0439 \u043c\u043e\u0440\u0441\u043a\u043e\u0439 \u0444\u0430\u0443\u043d\u044b \u0441\u043e \u0441\u0432\u043e\u0438\u043c\u0438 \u0441\u043a\u0430\u0437\u043e\u0447\u043d\u044b\u043c\u0438 \u043e\u0431\u0438\u0442\u0430\u0442\u0435\u043b\u044f\u043c\u0438. \n\n![111.jpg](https://s10.postimg.org/f281hetqx/image.jpg)\n\n## In Conclusion\nBesides colorful dwellers of the water depths, I managed to make acquaintance with a big turtle; it lazily lied on the rock slope in the sun lighting the whole sandy and coral bottom and warmed its shell.\n\n>## \u041d\u0430\u043f\u043e\u0441\u043b\u0435\u0434\u043e\u043a.\n> \u041f\u043e\u043c\u0438\u043c\u043e \u043a\u043e\u043b\u043e\u0440\u0438\u0442\u043d\u044b\u0445 \u0436\u0438\u0442\u0435\u043b\u0435\u0439 \u0432\u043e\u0434\u043d\u044b\u0445 \u0433\u043b\u0443\u0431\u0438\u043d, \u044f \u0443\u0441\u043f\u0435\u043b \u043f\u043e\u0437\u043d\u0430\u043a\u043e\u043c\u0438\u0442\u044c\u0441\u044f \u0441 \u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u0447\u0435\u0440\u0435\u043f\u0430\u0445\u043e\u0439, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u043b\u0435\u043d\u0438\u0432\u043e \u043e\u0442\u0434\u044b\u0445\u0430\u043b\u0430 \u043d\u0430 \u0441\u043a\u0430\u043b\u0438\u0441\u0442\u043e\u043c \u043e\u0442\u043a\u043e\u0441\u0435. \u041e\u043d\u0430 \u0433\u0440\u0435\u043b\u0430 \u0441\u0432\u043e\u0439 \u043f\u0430\u043d\u0446\u0438\u0440\u044c \u0432 \u043b\u0443\u0447\u0430\u0445 \u043f\u0440\u043e\u043d\u0438\u043a\u0430\u044e\u0449\u0435\u0433\u043e \u0441\u043e\u043b\u043d\u0446\u0430, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u0440\u043e\u0441\u0432\u0435\u0447\u0438\u0432\u0430\u043b\u043e \u0432\u0441\u0435 \u043a\u043e\u0440\u0430\u043b\u043b\u043e\u0432\u043e\u0435 \u0438 \u043f\u0435\u0441\u0447\u0430\u043d\u043e\u0435 \u0434\u043d\u043e. \n\n![111.jpg](https://s21.postimg.org/un10cddxz/z_511f7828.jpg)\n\nWanting to salute me rainbow fish got out of comfortable houses. The delicate yellow-orange color reminded me small flashlights, which decorated the underwater world with many rich colors and vivid shades.\n\n> \u0416\u0435\u043b\u0430\u044f \u043f\u043e\u0437\u0434\u043e\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0441\u043e \u043c\u043d\u043e\u0439, \u0438\u0437 \u0441\u0432\u043e\u0438\u0445 \u0443\u044e\u0442\u043d\u044b\u0445 \u0434\u043e\u043c\u0438\u043a\u043e\u0432 \u0432\u044b\u0431\u0440\u0430\u043b\u0438\u0441\u044c \u0438 \u043a\u0440\u0430\u0441\u043e\u0447\u043d\u044b\u0435 \u043c\u0438\u043d\u0438\u0430\u0442\u044e\u0440\u043d\u044b\u0435 \u0440\u044b\u0431\u043a\u0438. \u041d\u0435\u0436\u043d\u044b\u0439, \u0436\u0435\u043b\u0442\u043e \u2013 \u043e\u0440\u0430\u043d\u0436\u0435\u0432\u044b\u0439 \u043e\u043a\u0440\u0430\u0441 \u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u0435\u0442 \u0432 \u043d\u0438\u0445 \u043c\u0430\u043b\u0435\u043d\u044c\u043a\u0438\u0435 \u0444\u043e\u043d\u0430\u0440\u0438\u043a\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0443\u043a\u0440\u0430\u0448\u0430\u044e\u0442 \u043f\u043e\u0434\u0432\u043e\u0434\u043d\u044b\u0439 \u043c\u0438\u0440 \u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e\u043c \u044f\u0440\u043a\u0438\u0445 \u043a\u0440\u0430\u0441\u043e\u043a \u0438 \u0436\u0438\u0432\u044b\u0445 \u043e\u0442\u0442\u0435\u043d\u043a\u043e\u0432. \n\n![111.jpg](https://s12.postimg.org/6ndma11n1/111.jpg)\n\n
    \n\n---\n\nIf you like this article not follow only me, but also follow the author - @papakarlo\n\n---\n\nAll STEEM Dollars for this post go to the featured author. \u0412\u0441\u0435 SD \u0437\u0430 \u043f\u043e\u0441\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442 \u0430\u0432\u0442\u043e\u0440.", @@ -9122,7 +9122,7 @@ ], "author": "penguinpablo", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.84, "beneficiaries": [], "blacklists": [], "body": "https://cdn.pbrd.co/images/3nmmvvHcs.jpg\n\nI've carved these 4 leaves out of an apple today. It's not very hard. Try it yourself.\n\nThe kids will love it! :)\n\nhttps://cdn.pbrd.co/images/kVELQZIU.jpg\n\nhttps://cdn.pbrd.co/images/3nj9R2pM0.jpg\n\nhttps://cdn.pbrd.co/images/3njzVRpjr.jpg\n\nhttps://cdn.pbrd.co/images/3nk5G90H8.jpg\n\nhttps://cdn.pbrd.co/images/3nkztiljI.jpg\n\nhttps://cdn.pbrd.co/images/3nkWK2IET.jpg\n\nhttps://cdn.pbrd.co/images/3nmFQB6Xj.jpg\n\nhttps://cdn.pbrd.co/images/3nlm0Nyi9.jpg\n\nhttps://cdn.pbrd.co/images/3nlNpF4JQ.jpg\n\nhttps://cdn.pbrd.co/images/3nmmvvHcs.jpg\n\n---\n
    \u00af\\\\___(\u30c4)____/\u00af *Don't miss out on my next post! ...Follow @penguinpablo*
    ", @@ -10313,7 +10313,7 @@ ], "author": "anwenbaumeister", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 69.45, "beneficiaries": [], "blacklists": [], "body": "100% of Steem Dollars from this post will be donated to Project Curie. You can read more about Project Curie [here](https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors).\n\n---\n\n
    ![](https://s15.postimg.org/ugvjggvi3/image1.png)
    \n\nToday on #anwen-meditates I want to share with you how to practice Sun Salutation A (or Surya Namaskara A). In the video I focus mostly on my breath. Why is that? I have heard from many yoga teachers:\n> \"You can be practicing the poses of yoga, but if your breath is not aligned with your actions then you are not in yoga. You can also just be doing a daily task such as gardening, and if your breath is aligned with your actions then you are in yoga.\"\n\nI love starting my morning with sun salutations, as it allows my body to wake up and my breath to fall in synch with my movements. Proper breathing while practicing sun salutations provides me with a grounding and energizing wholeness. If you can, I recommend doing sun salutations underneath the morning sun, as this allows you to feel the sun's radiating energy (and a little bit of Vitamin D never hurt anyone!). Without further ado, let's begin saluting the sun!\n\n---\n\n---\n\n
    \n\n---\n\n---\n\n1) Tadasana - Mountain Pose\n\n
    ![](https://s18.postimg.org/w401xk6mh/Screen_Shot_2016_09_12_at_3_53_34_PM.png)
    \n\n**Inhale and exhale.** Stand in mountain pose, arms by your side, feet grounding into the earth. \n\n---\n\n2) Urdhva Hastasana - Upward Salute\n\n
    ![](https://s18.postimg.org/b8drmbafd/Screen_Shot_2016_09_12_at_3_53_58_PM.png)
    \n\n**Inhale.** Reach your arms up to the sky, going into a little backbend here if it feels good. \n\n---\n\n3) Uttanasana - Standing Forward Bend\n\n
    ![](https://s18.postimg.org/6b07178g9/Screen_Shot_2016_09_12_at_3_54_19_PM.png)
    \n\n**Exhale.** Swan dive forward, folding over your legs.\n\n---\n\n4) Ardha Uttanasana - Standing Half Forward Bend\n\n
    ![](https://s18.postimg.org/5ziqofs09/Screen_Shot_2016_09_12_at_3_54_32_PM.png)
    \n\n**Inhale.** With a flat back, come up halfway.\n\n---\n\n5) Uttanasana - Standing Forward Bend\n\n
    ![](https://s18.postimg.org/6b07178g9/Screen_Shot_2016_09_12_at_3_54_19_PM.png)
    \n\n**Exhale.** Bend forward, folding over your legs once again.\n\n---\n\n6) Chaturanga Dandasana - Four-Limbed Staff Pose\n\n
    ![](https://s18.postimg.org/ne2ywpp55/Screen_Shot_2016_09_12_at_3_54_49_PM.png)
    \n\n**Retain Breath** - Step back into plank position and lower down, keeping your elbow close to your body. \n\n---\n\n7) Urdhva Mukha Svanasana - Upward Facing Dog\n\n
    ![](https://s18.postimg.org/6rq01dll5/Screen_Shot_2016_09_12_at_3_55_03_PM.png)
    \n\n**Inhale** - Push away from the earth with your palms, arching your back up to the sky. \n\n---\n\n8) Adho Mukha Svanasana - Downward-Facing Dog\n\n
    ![](https://s18.postimg.org/sfeybtlzd/Screen_Shot_2016_09_12_at_3_55_16_PM.png)
    \n\n**Exhale** - Bring your hips up to the sky, your heels down to the ground, pushing through all corners of your feet and hands, letting go of your head. You can stay here for a few breath cycles if it feels good.\n\n---\n\n9) Uttanasana - Standing Forward Bend\n\n
    ![](https://s18.postimg.org/6b07178g9/Screen_Shot_2016_09_12_at_3_54_19_PM.png)
    \n\n**Retain Breath** - Step your feet forward between your hands, folding your body over your legs. \n\n---\n\n10) Ardha Uttanasana - Standing Half Forward Bend\n\n
    ![](https://s18.postimg.org/5ziqofs09/Screen_Shot_2016_09_12_at_3_54_32_PM.png)
    \n\n**Inhale.** With a flat back, come up halfway.\n\n---\n\n11) Uttanasana - Standing Forward Bend\n\n
    ![](https://s18.postimg.org/6b07178g9/Screen_Shot_2016_09_12_at_3_54_19_PM.png)
    \n\n**Exhale.** Bend forward, folding over your legs once again.\n\n---\n\n12) Urdhva Hastasana- Upward Salute\n\n
    ![](https://s18.postimg.org/b8drmbafd/Screen_Shot_2016_09_12_at_3_53_58_PM.png)
    \n\n**Inhale.** Reach your arms up to the sky, going into a little backbend here if it feels good. \n\n---\n\n13) Tadasana - Mountain Pose\n\n
    ![](https://s18.postimg.org/w401xk6mh/Screen_Shot_2016_09_12_at_3_53_34_PM.png)
    \n\n**Exhale.** Lower your arms and stand in mountain pose, arms by your side, feet grounding into the earth. \n\n---\n\n---\n\n*Hi friends! If you didn't catch my last posts, I am creating a new tag #anwen-meditates to post my own health videos and tutorials. I am creating a Steemit health channel - all of my videos and tutorials are for the wonderful users of Steemit! I am planning on sharing many tutorials, including yoga, guided meditations, breathing exercises, and more. I am also uploading the videos to YouTube in the hope of attracting more users to Steemit.*\n\n*I have been practicing yoga and meditation for 8 years now, and these practices have been critical in shaping who I am today. My constant practices have brought me inner peace and stability during crazy times, have healed physical and emotional injuries, and have taught me how to be PRESENT!*\n\n*I am really excited to be able to share these practices with you all. I am first going to share tutorials and videos that you can do right now, wherever you are. These can be used as breaks from the information overload of Steemit / life in general, when you wake up, before you go to bed, or really any time at all. I hope you enjoy :-)*", @@ -11858,7 +11858,7 @@ ], "author": "ericvancewalton", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 70.47, "beneficiaries": [], "blacklists": [], "body": "In [yesterday's episode](https://steemit.com/story/@ericvancewalton/alarm-clock-dawn-an-original-novel-episode-28) Adam narrowly escaped retribution for the horrific role he played (or plays?) in the future as architect of *The New Prosperity movement.*\n\nMarcus could easily have ended Adam\u2019s life in the broom closet but instead saw the innocence and the sincerity in Adam\u2019s eyes. \n\nAdam vowed to do everything in his power to insure he wouldn\u2019t play a role in the global catastrophe that Marcus so convincingly described. At that moment Marcus made a split-second decision to both trust him and to spare Adam\u2019s life. The question that we\u2019ve yet to discover\u2026*was this a wise choice?* \n\nMarcus and Adam also attempted a bold escape from XenTek headquarters. Today we will learn the outcome of their heroic efforts. \n\nWelcome to today's episode of Alarm Clock Dawn!\n\n---\n \n
    *Did you miss Episode 28 of Alarm Clock Dawn? If so [click here](https://steemit.com/story/@ericvancewalton/alarm-clock-dawn-an-original-novel-episode-28) to catch up.*
    \n\n
    Are you new to Alarm Clock Dawn? If so [click here](https://steemit.com/story/@ericvancewalton/alarm-clock-dawn-an-original-novel-part-1) to start at the beginning.
    \n\n---\n\n
    ![](https://s16.postimg.org/hgaadldv9/image.png)
    \n\n---\n\n\u201cGood luck,\u201d Adam whispered as Marcus pushed open one side of the double door and began walking. Adam looked down at his vintage watch and began counting as the second hand ticked around the dial too slowly. He was afraid the fear would paralyze him right where he stood. Adam mouthed out the final digits of his countdown\u2014*eighteen, nineteen, twenty*\u2014then took a quick and shallow breath and pushed open the door. He walked past the guards at the front security desk as nonchalantly as possible and scanned his I.D. card. As the scanner beeped, the guard looked down at his monitor. Adam walked straight through the scanner and continued as fast as he could towards the stairwell. \n\nAdam\u2019s legs nearly collapsed as three final deafening gunshots rang out followed by a symphony of screams.\n\n
    ![](http://i.giphy.com/13tdn6cyIq4B7W.gif)
    \n\nJust as he made his way through the commotion and into the stairwell he caught a glimpse of Marcus laying in the skyway, motionless on the ground. A pool of Marcus' blood grew, almost completely obscuring the word \u201cSeclorum\u201d that was inlaid into the floor tile of the skyway. Marcus\u2019 body was surrounded by a gathering number of metro police and a member of the XenTek security team smiling as he talked on his satellite radio. \n\n*What a brave soul,* Adam said to himself as he raced down the stairwell to the station as fast as the adrenaline coursing through his veins could carry him. As luck would have it, a train was just pulling into the station. \n\nHe went through the turnstile designated Green, ducked in the open door of the closest train car, and quickly slid into a seat in the back. A handful of passengers boarded and the train pulled away swiftly from the station. \n\n
    ![](http://i.giphy.com/6v0FAmeqcJsoE.gif)
    \n\nAs the adrenaline began to subside, Adam became more intune with his surroundings. His whole body still felt numb and his psyche was in absolute shock at the horror of what he had just experienced. He closed his eyes and immediately vowed to make it his own personal mission to alter the course of the dreadful future Marcus had described to him just a few minutes ago in the lab. It was the least he could do, after all. Marcus had just made the ultimate sacrifice for him.\n\nAs the train whisked him further and further away from XenTek headquarters, Adam was deeply immersed in thought. What would his next move be? One thing was for sure: he knew he wouldn't have long to gather his things before the police put it all together and swarmed his apartment. The faster he could escape the city and get to the safety of the camps, the better. The police rarely stepped foot inside the homeless camps. To the authorities these people were less than human and deserved the day-to-day struggles they endured.\n\nAdam glanced up at the electronic news banner that ran along the top of the train car. \n\n*Yet to be identified fugitive shot dead just minutes ago at XenTek headquarters. This dangerous fugitive is suspected of kidnapping and murder. More news is sure to come in this developing story* . . . .> \n\nAll Adam could do was shake his head at the absurdity and glance out the window of the swaying train car, thinking about how truly strange the last few hours had been. As the day's events replayed in his head, he felt today was just a glimpse of a quickening that had come over his life. Adam knew the threshold he crossed today had set in motion a chain of events that he now had very little control over. \n\nJust then he witnessed a very rare occurrence. The slate gray clouds parted to reveal the most beautiful patch of bright sapphire sky. \n\n
    ![](http://i.giphy.com/xql47YSMTze80.gif)
    \n\nAdam took this as a good omen. Despite the horrible events that took place in the last few hours, this almost felt like an affirmation, a reminder from the universe that things were unfolding exactly as they were meant to. Just as he had this thought, Adam felt a tingling in his body and felt goosebumps raise on his arms. \n\nIn this surreal moment he thought to himself, *No matter how gray and violent the storms can be down here in the world, it is always serene, sunny, and blue above those clouds.* In a strange way, he instinctively realized he would revisit this single moment many times throughout the rest of his days, whenever he needed comfort.\n\nAdam felt a vibration in his pocket signaling he had a new message on his Holo.\n\nVerbalTag7 - *Adam. VERY urgent. Please answer.*\n\nAH_Bliss - *Yes, are you okay?*\n \nVerbalTag7 - *They've dispatched the entire police force to find you. Follow my instructions very carefully, to the letter. There isn't time to explain.*\n\nAH_Bliss - *Okay, what's wrong?*\n\nVerbalTag7 - *Ikeda's camp is just ten miles to the northwest of the city at the base of a huge red rock formation called Bell Rock. Look for the colored prayer flags strung across the trees. And Adam, waste no time getting here.*\n\nAlthough Adam was terrified at the sheer uncertainty of his situation, for a brief second this short message made him forget all horrible things that had just happened at XenTek headquarters. \n\nVerbalTag7 - *Are you there?*\n\nAH_Bliss - *Yes. I'm on the train headed back to my apartment to pick up just a few things.*\n\nVerbalTag7 - *If you do exactly as I say it will buy you an hour before they figure out where you are. If you don't, you have minutes. Erase everything on your Holo, and tuck it, along with you your C.ID badge under the seat of the train before your stop. Also, buy nothing. They can track your purchases too.*\n\nAH_Bliss - *W-wait, how do you know I'm in trouble?*\n\nVerbalTag7 - *Adam, there's no time. I'll explain later. For Godsake, please hurry. Do. Exactly. As. I. Say.* \n\n\n\n---\n\n
    ![](https://s18.postimg.org/9phdrughl/TBC.png)
    \n\n---\n\n*Alarm Clock Dawn is the first novel of a trilogy. The sequel entitled, Truth Is Stranger, will be published in the Spring of 2017.*\n\n
    ![](https://s14.postimg.org/dlcthfcxd/image.jpg)
    \n\nPlease visit [my website](http://www.ericvancewalton.net) to sign up for my author newsletter. My newsletter subscribers will receive exclusive updates on the release of the sequel and other special offers.\n\nIf you\u2019re enjoying this serialized version of my debut novel the best compliment you can give is to share this story with others, either face-to-face or online. I appreciate all of your continued support!", @@ -12351,7 +12351,7 @@ ], "author": "mevilkingdom", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.06, "beneficiaries": [], "blacklists": [], "body": "## Hi Steemians! The greatest thing about being a collector is that people always know what to buy for your birthday. Not perfume or cookware, but always things you love!\n\nHere are some pictures of what I received the last couple of times.\n\n----\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC01422.JPG)
    \n\nThese are all the gifts I received for my birthday this year. I got some cool dolls, chocolates, care bears, my little ponies and even a puzzle. What a lovely 27th birthday!\n\n___\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC09982.JPG)
    \n\nChristmas is only once a year, good thing for my family! Lots of dolls and some ponies. You can tell everyone is really supportive of my hobby.\n___\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05838.JPG)
    \nThis is what **Sinterklaas** (he brings gifts on the 6th of December) brought me. Did you know I also collect Lego to some extent?\n___\n\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05066.JPG)
    \nGifts from **Disneyland Paris**\n___\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05622.JPG)
    \nEven more **Disneyland** gifts, this time for Christmas 2 years ago. Those cookies are just **THE BEST**!\nNot to mention that they're Mickey-shaped.\n\n___\n\nThank you very much for looking at my pictures! Don't forget to **follow me** for more pictures!\n\n\n---- \n\n### Who is Mande Walschot?\n\n> Mande Walschot resides in Belgium and currently owns over 1,350 boxed My Little Ponies, around 500 boxed dolls, 52 polly pockets, 25 plush care bears, 30 Tsum Tsums, about 3,000 Pok\u00e9mon cards, around 200 comic books and lots of stuffed toys! [Gemr spotlight collection](https://blogadmin.gemr.com/blog/collector-spotlight-mande-walschot/)\n\nAlso seen on [national television](http://ringtv.be/nieuws/mande-uit-halle-heeft-grootste-poppenverzameling-uit-regio) and [newspapers](http://www.hln.be/regio/nieuws-uit-halle/mande-leeft-samen-met-1-357-pony-s-a2797213/).\n\n\nSister of @steve-walschot, the creator of SteemPay.io and vouched Steem applications developer and girlfriend of game-enthusiast @herrlonnie.", @@ -13567,7 +13567,7 @@ ], "author": "thisisbenbrick", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 63.7, "beneficiaries": [], "blacklists": [], "body": "---\n\n
    I wanted to share another track/story taken from my debut EP Closer | Closure
    \n\n
    Written & Produced by Benbrick\nMixed by Goetz Botzenhardt\nMastered by Matt Colton
    \n\n
    You can get this track for 1 SBD scroll down for more info...
    \n\n---\n
    \n
    http://www.benbrick.co.uk/Uploads/steemit9/ASSR%20600.png


    \n\n
    And so she runs\nI never got the chance to find out\nWhat it all meant to her
    \n\n
    Oh yeah\u2026 I\u2019ll see her again\nBut by then it\u2019s too late\nTo dwell on insecurities
    \n\n
    We all act like this\u2026\nTalking hours about shit,\nBut not talking about each other
    \n\n
    Like it don\u2019t mean a thing when it means everything
    \n\n
    That makes it harder to say it\nBut where\u2019s the logic in that?
    \n\n
    All i\u2019m saying is.. I need you back
    \n\n
    Not just someone when the nights are colder\nI find it hard to put anything over
    \n\n
    What you and I had
    \n

    \n
    \n

    \n---\n\n
    Transfer 1 SBD with the track title + e-mail address (or find me in steemit.chat for anonymity)
    \n\n
    \ud83c\udd95 Benbrick - And So She Runs \ud83c\udd95\nBenbrick - The Only Shortcut\nBenbrick - Perfect Ending\nBenbrick - La Perfezione Brevemente\nBenbrick - Heaven is Empty\nBenbrick - Forever Holding On
    \n\n\n
    🏆 @knozaki2015 🏆 @pump and 🏆 @kevinwong 🏆\nThank you for buying all 5 tracks for 1 SBD each
    \n\n---\n\n

    Follow me

    \n\n---", @@ -14057,7 +14057,7 @@ ], "author": "perspective", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 54.89, "beneficiaries": [], "blacklists": [], "body": "When I was 6 or 7, there was a park off a winding road themed for Hansel and Gretel. It had a \"gingerbread\" play house and a pile of stones in the style of an oven. I loved that park. It was always deserted and I thrived alone. \n\nWe found it by accident, Mother and me, on a long drive. She had pulled off a split highway so I could squat near the tall grasses. She followed the road around a little ways, and there was the swingset with posts that were painted to looked like pretzels and seats that resembled chocolate rectangles.\n\n
    (https://anonmgur.com/up/51fe599d56c57820cccd044a6bcbdfd8.jpg)
    \n\nWe returned the next week with a picnic. Mother took me after school. Each visit I would unclick my seatbelt and fly from the car to the swings to \"kick the clouds.\" \n\nFrom the vantage point of now, maybe 30 years since the last visit, the park memories are surreal. They appear more like a memory mirage than reality. The feeling, though--that sense of safety and complete satisfaction with life. I can't shake it. \n\n### I want it back.\n\nI want to feel the freedom of kicking of my shoes and my toes kissing the sky.\n\n
    (https://anonmgur.com/up/a24981aedfe263aec110c6c2caf45b9b.jpg)
    \n\nI want to pack a lunch and sit in the sun not worrying what is next or whether I should be there.\n\nI want to feel the strength of my body--enjoy the magnificent rush of my stomach dropping away as I fall voluntarily through the air. \n\nThere was a lightness to life once. I want to relocate it. I want to slip the weight of negative memories from my shoulders and rise. \n\nLike the time I went around and around on the rusty carousel at the park. I called it the witch's carousel. It was wobbly and groaned when it got going. I spun so fast I lost my footing and flew off the edge, landing near where the sand box once lay. It hurt. I felt betrayed. I was caught in my own imagination. The slight was not true. No witch had cast a curse my way. Yet I cried furious tears until Mother packed me home.\n\n
    https://anonmgur.com/up/f5d73bb02cadeb85209b1fb32c84dca5.jpg
    \n\nMy mother asked about the game I was playing. In other words, she tried to ferret out the story I had created about the fall. \n\nI have been looking for the stories I created about the person who hurt me. They are the opposite of the witch. I created, with his help, a fantasy that his actions and words came from a place of love. There was no witch on the carousel. There was no love in my ex's heart. Not for me. \n\nI do not like seeing the way I slid into mistreatment, but lifting the veil offers me clarity. It is progress.\n\n### I am swinging closer to the sun every day.\n\nxoxo,\n## Dani", @@ -15486,7 +15486,7 @@ ], "author": "lifeisawesome", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.43, "beneficiaries": [], "blacklists": [], "body": "Perspective is everything\n\nThanks to @perspective and her blistering post here: https://steemit.com/life/@perspective/the-witch-s-carousel I\u2019ve just thought up some new content. It\u2019s wonderful how life falls into your lap sometimes it\u2019s just awesome.\n\nLife is awesome. See what I did there? Hah!\n\n---\nSo you know me by now as an addict, I\u2019ve yet to talk about my drug abuse, but it\u2019ll come. But I\u2019ve had some shitty times I kid you not.\n\nhttps://s17.postimg.org/9w1cqz1zj/man_69287_960_720.jpg\n\nThere was the time I stole money from my mate\n\nThat was fun\n\nOh, and the time that I stole money from my housemate,\n\nThat was fun too.\n\nAll to fund my drinking habit mind you. It was always to go out and get pissed.\n\nNever for the humanitarian efforts in Africa.\n\nGod no. Alcoholism is such a selfish addiction.\n\nOh, and then there was the time I had my Mum in tears because I was having alcohol fuelled parties over at her house\n\nThat was fun too\n\nMan, life was just one big fun party to me. It was totally awesome\n\nThen there was the time I emptied my step-mum\u2019s penny jar to get alcohol,\n\nhttps://s13.postimg.org/mjgp1mv7r/pennies_15727_960_720.jpg\n\nOh and don\u2019t forget the times I told Dad I\u2019d be back and never came, countless times, even on Christmas Day would you credit it.\n\nSee, I lived with Dad for a while too.\n\nBut that\u2019s another story.\n\nLife was there to serve me. People were there to be used, and taken for granted.\n\nI was a user.\n\nSadly I couldn\u2019t exist as a user for long. Because I would eventually use up all my options.\n\nMy friends would give up on me, I would turn to alcohol and lose my job,\n\nI would end up broke, jobless, friendless and penniless..\n\nOh, wait, that did happen to me.\n\nI couldn\u2019t see past it. Life was shit. It always had been. No-one cared, only I did. You need to look after yourself in life.\n\nAnd if you don\u2019t have it, you take it.\n\nhttps://s10.postimg.org/lrvrm4jqx/25177209554_5ab63b6a77_b.jpg\nImage Attribution: https://flic.kr/p/EmPMeU\n\nLife owes me everything, I\u2019d think.\n\nYOU owe me everything. Yes, YOU. Every, damn, thing.\n\nIt wasn\u2019t until I finally sought help that I changed, and yes, some of the shit I went through was excruciatingly tough,\n\nBut I made it,\n\nUs humans are tougher than you think, you know.\n\nI learned out there, that there are people that care. My Manager, she always said to me that she wouldn\u2019t be there if she didn\u2019t get paid,\n\nBut she cared,\n\nYou could tell that she cared.\n\nAnd I spent my time in solitude (yesterday\u2019s story), (https://steemit.com/life/@lifeisawesome/we-all-need-some-love-in-our-hearts)\n\nAnd from there my attitude changed.\n\nI actually face worse in life now than I did all those years ago,\n\nIn fact, not much has changed apart from taking on a family, bills and responsibilities\n\nhttps://s21.postimg.org/s1gs4ez13/Family_Portrait.jpg\n\nI had none of that back then,\n\nBut I remain positive.\n\nCould you just imagine how my life would be if I had the attitude as I did as a youngster?\n\nYep, you guessed it, probably dead.\n\nSo the next time you say,\n\n\u201cI\u2019ll never be happy\u201d\n\nThink about what you like about yourself, and work on those\n\nAnd what you hate? (don\u2019t lie!) Work on those too.\n\nApologise to those that need apologising to\n\nPick up the phone, tell someone you love them,\n\nhttps://s13.postimg.org/iwo6vkv9j/9645066390_babd98c3f1_b.jpg\nImage Attribution: https://flic.kr/p/fGiud7\n\nTake yourself out somewhere \u2013 by Christ you\u2019ve needed it!\n\nBinge watch your favourite TV show. What? You deserve it!\n\nDo more of what you love\n\nAnd work on what you hate\n\nAnd please,\n\nBe fucking AWESOME, friends.", @@ -15612,7 +15612,7 @@ ], "author": "groovedigital", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 50.68, "beneficiaries": [], "blacklists": [], "body": "\n

    https://www.youtube.com/watch?v=iJCi8yLN8_M

    \n", @@ -15746,7 +15746,7 @@ ], "author": "tanyabtc", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.51, "beneficiaries": [], "blacklists": [], "body": "Jellyfish is a perfect example of one of the weirdest creatures out there. In real life they are definitely not the most pleasant thing to touch and being surrounded with.\n\nIt wasn't a surprise for me but jellyfish don't have brains. Instead, they have nerve nets which sense changes in the environment and coordinate the animal's responses.\n\nHowever if you eliminate all of the fluff that people are talking about them, you can come up with something interesting and even fun.\n\nThis drawing is created using my favorite style, I hope you'll love it.\n\nhttp://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish2_zpswbrk9ied.jpg\n\nhttp://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish3_zpsx0rcjvko.jpg\n\nhttp://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish1_zpsge408hgu.jpg\n\nhttp://i349.photobucket.com/albums/q393/dmbaim/Art/jellyfish4_zpsmctahaql.jpg\n\n***\n\n###
    Follow me for my future art work: [@tanyabtc](https://steemit.com/@tanyabtc)
    ", @@ -16215,7 +16215,7 @@ ], "author": "krnel", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 63.23, "beneficiaries": [], "blacklists": [], "body": "\"True-Unity-Based-in-Morality71c9e.jpg\"\n\nThe degree of truth, especially **Moral Truth**, that is embodied in each of our choices, actions and behaviors will determine the degree of **True Unity, True Freedom and True Peace** we can achieve collectively. Morality is the *foundational baseline* for True Unity. All other differences are less significant. If we are more united with the moral truth of how to act and behave towards others, then we will be creating a more moral way of life. \n\nUntil we reach a certain level of comprehension of morality, unite with it in our thoughts, emotions and actions, we will not be able to truly create, lasting, effective freedom, peace and unity with each other. Morality is the key to opening a **higher, realer and truer authentic** way of life. Morality is the Way and the Path, the Light that will lead us away from darkness. We must delve deeper into moral comprehension. \n\nMorality leads to greater Wisdom of Right-Action which lift us up. Right-actions support a higher consciousness way of life. Connection to Moral Truth is real **knowledge, clarity, freedom and anarchy** to live our lives *free from master-slave dominating relationships* with others. This is being a **higher, realer and truer self.** This is living a **connected, united, integrated, and consistent way of life**.\n\n\"Unity-Consciousness91bb8.jpg\"\n\nViolations of *Moral Truth/Law* do not result in the production of True Freedom, Peace or Unity. **Violations, violence and aggression** to others who are innocent beings, will only beget, generate and produce division, enslavement or war. We can't unite with others who are less moral when we are more moral. We need to educate others through our words. We need to get others to understand morality and it's importance in our quality and condition of life so that we can actually unite on the same page and level of being.\n\n**Truth and morality are inherently divided from falsity and immorality.** Trying to force a united way of living when there is no aggregate unity in moral comprehension will not work. Trying to do this, to allow the immorality to continue around us for the sake of a false \"unity\", will only eat away and erode us from the inside. We can't be united with morality in our thoughts, emotions and actions, and live a connected and integrated life, if others around us are continuing to violate moral principles.\n\nIf we are divided from truth in reality, especially Moral Truth, we are in contradiction with how to live in unity, harmony, peace and freedom with others and will be creating immorality and falsity into the world, even if we are ignorant of what we are doing. Ignorance of morality has us living a **lower, falser and inauthentic unrealer** way of life. \n\nImmorality and falsity leads to greater **Foolishness of Wrong-Action which weighs us all down**. Wrong-actions **burden** us and keep us living in *lower consciousness ways of life*. Disconnection from Moral Truth has us living in **ignorance, confusion, control and chaos** that prevents us from living up to our potential, where we instead live as *falser, unrealer and lower selves*.\n\nTrue Unity, true \"oneness\", is based in being united and at one with the Moral Truth. If we are divided from the Moral Truth, we are not at one with it, and we are not at one with other beings who have the right to be free from us *harming, violating and enslaving* them. This is living a **disconnected, disunited, disintegrated, inconsistent and contradictory way of life.**\n\nUltimately, we are also *not at one with ourselves, our potential truer, realer and higher selves, to act in accordance with a higher will-power within us*, that can lead us to *create a better world for ourselves and others*. The Path and Way of truth and light, of Moral Truth, is *not quick and easy*. It has **hardship and tribulations**. It is **strict and narrow in focus of dedication and arduous effort, not a wide array of convenience, ease, comfort, amusement, gratification, enjoyment and pleasure seeking.** It requires **Care for Moral Truth** and being devoted to upholding and bearing these *higher principles in life*, rather than seeking to live in baser carnal \"feel-good\" pleasure infatuations with ourselves. \n\n
    \"maat-44484741649db4c3.jpg\"
    \n\nTruth and morality is not a heavy weight to bear, it is **Light** as a **feather** and lifts us up to have us soar and fly higher, just as the **Sun** rises to higher consciousness living. The sun, light and truth feeds our higher consciousness living, granting us the [symbolic \"after life\", \"eternal life\", and \"immortality\" of living in a \"heaven\" and \"paradise\"](https://steemit.com/symbolism/@krnel/magic-maat-and-morality-the-power-of-consciousness-pt-3). Truth, morality, justice, authenticity and realer living is symbolized as the [Feather of Maat](https://steemit.com/symbolism/@krnel/magic-maat-and-morality-the-power-of-consciousness-pt-3) which is used as the **[measure](https://steemit.com/symbolism/@krnel/thoth-thought-the-great-magician-the-power-of-consciousness-pt-4)** of our lives, that we **judge, insult and offend** ourselves by failing to **balance** ourselves with it.\n\n
    \"keytoknowledgeec5e1.png\"
    \n\n**Moral Truth/Law is the key to the higher knowledge of higher living, the knowledge of the Wisdom of Right-Action. We can't create real, lasting good, freedom, peace, anarchy and unity, if we are not aligned on the same moral page/level and are allowing immorality to continue to be lived by ourselves or others. Moral truth shines a light on the darkness of our way of life.**\n\nWhere we put our **time, energy and attention** into, is what we will get more of. **Time is limited in life. Truth takes time. What way of life are we creating?** Do we want more base carnal pleasure and self-gratification to \"feel-good\" about ourselves? Or do we want to put lower consciousness focuses aside and instead seek to elevate ourselves and all of humanity to a higher way of life based in understanding and living Moral Truth? The choice is ours.\n\n----\n#### Thank you for reading! I appreciate the knowledge reaching more people. Take care. Peace.\n\n---\nIf you appreciate and value the content, please consider:\nUpvoting \"upvote91a69.png\" **or**   Sharing \"share2195b.png\" below.\n\n[![Follow](https://www.steemimg.com/images/2016/08/30/follow2be5e.png)](https://steemit.com/@krnel) me for more great content to come!\n\n---\n###### *Don't have a Steemit account? Please signup, it's free, and you get some free Steem $Dollars as well. Help upvote my content if you appreciate and value it (upvoting is free!).*\n\n---\nAuthor: Kris Nelson / @krnel\nContact: steemit.quality@gmail.com\nDate: 2016-09-15", @@ -16675,7 +16675,7 @@ ], "author": "jpiper20", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.53, "beneficiaries": [], "blacklists": [], "body": "Quick sketch with a buncha dots.. Don't forget to follow :)\n\nThe Earth is unique amongst the terrestrial planets in having a large satellite, the Moon, which, relative to the Earth, has the largest mass of any satellite-parent system. Numerous lines of evidence indicate that the Moon was derived from the Earth as the result of a singular impact event soon after the initial formation of the Earth. As a result, the subsequent evolution of the Earth and the emergence and development of life has been strongly influenced by the presence of the Moon.\n\nhttps://i.imgur.com/w2VnAiE.png\n\n#pointilism\n#art\n#design\n#holiday", @@ -16978,7 +16978,7 @@ ], "author": "jpiper20", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 66.53, "beneficiaries": [], "blacklists": [], "body": "I designed this for a new client today. It's a detailing business for large boats here in savannah. I think it turned out pretty nicely :) Follow me!\n\nhttps://i.imgur.com/hHnbnzJ.jpg\n\n#art\n#design\n#typography\n#business", @@ -18533,7 +18533,7 @@ ], "author": "sirwinchester", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 68.82, "beneficiaries": [], "blacklists": [], "body": "\n
    http://picload.org/image/rdgciapg/comparecover0.jpg

    \n

    Everybody does it. Some people less, some people more.

    \n

    We compare ourselves to others.

    \n

    And although we've heard countless times not to do that, and that we should \"just be ourselves\" - we still do it sometimes. And it can be quite a burden. The envy destroys our own self-esteem!

    \n


    \n

    These are all thoughts that creep inside our head:

    \n

    \"How do I get this person to like me, and be friends with me?\"

    \n

    \"How would people react if I acted a little less serious?\"

    \n

    \"Can I really wear this tonight, or what will the others think?\"

    \n


    \n

    We think so much about how other people see us or if they like us, because it's an instinct of humans to want the respect and recognition from others.
    \nBut now, in the modern age, the pressure is even higher than ever before - nowadays it seems like everybody is competing with someone because of their job, status, money, house, car etc.

    \n

    \n

    This means that there is always someone better than you.
    \nThere is always someone with a nice car,
    \nsomeone with a nicer house,
    \nsomeone with a better job and so on. 

    \n\n

    We constantly compare ourselves, and as soon as we feel like we have less than someone else, our self-esteem lowers. And at the same time, this makes us appreciate the things we do have less and less.

    \n

    Less and less people are feeling truly happy, while more and more people think they need to buy luxurious, material goods to achieve happiness. 

    \n

    https://s-media-cache-ak0.pinimg.com/564x/31/6a/e9/316ae949a2c2196c0552e00f94fbebe8.jpg

    \n

    We think to ourselves that we have to buy or achieve \"something particular\" and only then we allow ourselves o be happy.

    \n

    And the problem is that once we have finally bought something better than our 'competitor', someone else pops up and owns something even better.
    \nSo we chase after happiness as if we were on a treadmill, but never actually achieve happiness. (This is also called the Hedonic Treadmill!)

    \n

    And when we are chasing after that new car or fancy watch, we are actually really chasing the feeling of being liked and respected.

    \n

    If we really want to grow our self-esteem, we can only reduce our expectations at ourselves, instead of chasing after success and money even more. 

    \n

    https://s-media-cache-ak0.pinimg.com/564x/dd/9d/29/dd9d29e8be39e69fd6bc1533103041e0.jpg

    \n


    \n

    So what can we do to actually get those feelings of respect and recognition from others?
    \nWe should work on ourself and chase after improving our own character.
    \nWe should work on being more kind, confident, satisfied, grateful and mindful.

    \n

    And we should respect ourselves for that.

    \n

    Yes, the respect from others will follow then.

    \n


    \n

    Here are some tips that help you to stop comparing yourself to others:

    \n
      \n
    • Stop begrudging someone their success.
      \n
      This may be difficult to execute at first, but just try reminding yourself that that person deserves it as well, and that you're happy for them. It has nothing to do with you.
    • \n
    • Accept that you are not perfect.
      \nAnd you will never be. You are still a work in progress and as long as you keep wanting to improve yourself, there is nothing to feel bad about.
    • \n
    • Analyze yourself.
      \nFor a few days, be mindful of your own behaviour and detect whenever you are comparing yourselves to others. Then, ask yourself what triggered this behaviour, and what would have been a better way to react.
    • \n
    • Appreciate what you have.
      \nGratitude is one of the most important, yet one of the most forgotten values nowadays. Especially now that everyone is in a contest with someone else, you need to be grateful for what you already have, and don't overlook it while constantly chasing after more.
    • \n
    \n

    https://s-media-cache-ak0.pinimg.com/564x/6e/25/27/6e25272b3dadecf6521b94b379beccb5.jpg

    \n

    Instead of thinking of other people, focus on what's really important in your life. Your goals, your passion. 

    \n

    What do you want to do? How would you like to become? Focus on it!
    \nAnd if you decide to give this your all, you will be so busy you don't even have time to compare yourself to others!

    \n


    \n

    Think about it this way:

    \n

    Picture a meadow with hundreds of different flowers.
    \nSome are bright and colorful, others small and delicate.
    \nSome grew in the bright sunlight, others in the shadow of the trees, and other between the rocks.

    \n

    All these flowers are different. And how could you ever compare them?

    \n

    They have grown in all different conditions, and some would never grow larger or more colorful than others.

    \n

    ... And that's okay.

    \n

    \n


    \n


    \n



    \n- Instagram -

    \n

    - Steemit FB Group - 

    \n\n

    \u00a9 Sirwinchester

    \n


    \n", diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending_tag_paging.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending_tag_paging.pat.json index 3f42a77d..fc590ce1 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending_tag_paging.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending_tag_paging.pat.json @@ -248,7 +248,7 @@ ], "author": "penguinpablo", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 57.84, "beneficiaries": [], "blacklists": [], "body": "https://cdn.pbrd.co/images/3nmmvvHcs.jpg\n\nI've carved these 4 leaves out of an apple today. It's not very hard. Try it yourself.\n\nThe kids will love it! :)\n\nhttps://cdn.pbrd.co/images/kVELQZIU.jpg\n\nhttps://cdn.pbrd.co/images/3nj9R2pM0.jpg\n\nhttps://cdn.pbrd.co/images/3njzVRpjr.jpg\n\nhttps://cdn.pbrd.co/images/3nk5G90H8.jpg\n\nhttps://cdn.pbrd.co/images/3nkztiljI.jpg\n\nhttps://cdn.pbrd.co/images/3nkWK2IET.jpg\n\nhttps://cdn.pbrd.co/images/3nmFQB6Xj.jpg\n\nhttps://cdn.pbrd.co/images/3nlm0Nyi9.jpg\n\nhttps://cdn.pbrd.co/images/3nlNpF4JQ.jpg\n\nhttps://cdn.pbrd.co/images/3nmmvvHcs.jpg\n\n---\n
    \u00af\\\\___(\u30c4)____/\u00af *Don't miss out on my next post! ...Follow @penguinpablo*
    ", @@ -1439,7 +1439,7 @@ ], "author": "anwenbaumeister", "author_payout_value": "0.000 HBD", - "author_reputation": 25.0, + "author_reputation": 69.45, "beneficiaries": [], "blacklists": [], "body": "100% of Steem Dollars from this post will be donated to Project Curie. You can read more about Project Curie [here](https://steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors).\n\n---\n\n
    ![](https://s15.postimg.org/ugvjggvi3/image1.png)
    \n\nToday on #anwen-meditates I want to share with you how to practice Sun Salutation A (or Surya Namaskara A). In the video I focus mostly on my breath. Why is that? I have heard from many yoga teachers:\n> \"You can be practicing the poses of yoga, but if your breath is not aligned with your actions then you are not in yoga. You can also just be doing a daily task such as gardening, and if your breath is aligned with your actions then you are in yoga.\"\n\nI love starting my morning with sun salutations, as it allows my body to wake up and my breath to fall in synch with my movements. Proper breathing while practicing sun salutations provides me with a grounding and energizing wholeness. If you can, I recommend doing sun salutations underneath the morning sun, as this allows you to feel the sun's radiating energy (and a little bit of Vitamin D never hurt anyone!). Without further ado, let's begin saluting the sun!\n\n---\n\n---\n\n
    \n\n---\n\n---\n\n1) Tadasana - Mountain Pose\n\n
    ![](https://s18.postimg.org/w401xk6mh/Screen_Shot_2016_09_12_at_3_53_34_PM.png)
    \n\n**Inhale and exhale.** Stand in mountain pose, arms by your side, feet grounding into the earth. \n\n---\n\n2) Urdhva Hastasana - Upward Salute\n\n
    ![](https://s18.postimg.org/b8drmbafd/Screen_Shot_2016_09_12_at_3_53_58_PM.png)
    \n\n**Inhale.** Reach your arms up to the sky, going into a little backbend here if it feels good. \n\n---\n\n3) Uttanasana - Standing Forward Bend\n\n
    ![](https://s18.postimg.org/6b07178g9/Screen_Shot_2016_09_12_at_3_54_19_PM.png)
    \n\n**Exhale.** Swan dive forward, folding over your legs.\n\n---\n\n4) Ardha Uttanasana - Standing Half Forward Bend\n\n
    ![](https://s18.postimg.org/5ziqofs09/Screen_Shot_2016_09_12_at_3_54_32_PM.png)
    \n\n**Inhale.** With a flat back, come up halfway.\n\n---\n\n5) Uttanasana - Standing Forward Bend\n\n
    ![](https://s18.postimg.org/6b07178g9/Screen_Shot_2016_09_12_at_3_54_19_PM.png)
    \n\n**Exhale.** Bend forward, folding over your legs once again.\n\n---\n\n6) Chaturanga Dandasana - Four-Limbed Staff Pose\n\n
    ![](https://s18.postimg.org/ne2ywpp55/Screen_Shot_2016_09_12_at_3_54_49_PM.png)
    \n\n**Retain Breath** - Step back into plank position and lower down, keeping your elbow close to your body. \n\n---\n\n7) Urdhva Mukha Svanasana - Upward Facing Dog\n\n
    ![](https://s18.postimg.org/6rq01dll5/Screen_Shot_2016_09_12_at_3_55_03_PM.png)
    \n\n**Inhale** - Push away from the earth with your palms, arching your back up to the sky. \n\n---\n\n8) Adho Mukha Svanasana - Downward-Facing Dog\n\n
    ![](https://s18.postimg.org/sfeybtlzd/Screen_Shot_2016_09_12_at_3_55_16_PM.png)
    \n\n**Exhale** - Bring your hips up to the sky, your heels down to the ground, pushing through all corners of your feet and hands, letting go of your head. You can stay here for a few breath cycles if it feels good.\n\n---\n\n9) Uttanasana - Standing Forward Bend\n\n
    ![](https://s18.postimg.org/6b07178g9/Screen_Shot_2016_09_12_at_3_54_19_PM.png)
    \n\n**Retain Breath** - Step your feet forward between your hands, folding your body over your legs. \n\n---\n\n10) Ardha Uttanasana - Standing Half Forward Bend\n\n
    ![](https://s18.postimg.org/5ziqofs09/Screen_Shot_2016_09_12_at_3_54_32_PM.png)
    \n\n**Inhale.** With a flat back, come up halfway.\n\n---\n\n11) Uttanasana - Standing Forward Bend\n\n
    ![](https://s18.postimg.org/6b07178g9/Screen_Shot_2016_09_12_at_3_54_19_PM.png)
    \n\n**Exhale.** Bend forward, folding over your legs once again.\n\n---\n\n12) Urdhva Hastasana- Upward Salute\n\n
    ![](https://s18.postimg.org/b8drmbafd/Screen_Shot_2016_09_12_at_3_53_58_PM.png)
    \n\n**Inhale.** Reach your arms up to the sky, going into a little backbend here if it feels good. \n\n---\n\n13) Tadasana - Mountain Pose\n\n
    ![](https://s18.postimg.org/w401xk6mh/Screen_Shot_2016_09_12_at_3_53_34_PM.png)
    \n\n**Exhale.** Lower your arms and stand in mountain pose, arms by your side, feet grounding into the earth. \n\n---\n\n---\n\n*Hi friends! If you didn't catch my last posts, I am creating a new tag #anwen-meditates to post my own health videos and tutorials. I am creating a Steemit health channel - all of my videos and tutorials are for the wonderful users of Steemit! I am planning on sharing many tutorials, including yoga, guided meditations, breathing exercises, and more. I am also uploading the videos to YouTube in the hope of attracting more users to Steemit.*\n\n*I have been practicing yoga and meditation for 8 years now, and these practices have been critical in shaping who I am today. My constant practices have brought me inner peace and stability during crazy times, have healed physical and emotional injuries, and have taught me how to be PRESENT!*\n\n*I am really excited to be able to share these practices with you all. I am first going to share tutorials and videos that you can do right now, wherever you are. These can be used as breaks from the information overload of Steemit / life in general, when you wake up, before you go to bed, or really any time at all. I hope you enjoy :-)*", diff --git a/hivemind/tavern/bridge_api_patterns/normalize_post/gtg.pat.json b/hivemind/tavern/bridge_api_patterns/normalize_post/gtg.pat.json index ce8995cc..a02016b6 100644 --- a/hivemind/tavern/bridge_api_patterns/normalize_post/gtg.pat.json +++ b/hivemind/tavern/bridge_api_patterns/normalize_post/gtg.pat.json @@ -351,7 +351,7 @@ ], "author": "gtg", "author_payout_value": "703.088 HBD", - "author_reputation": 25.0, + "author_reputation": 57.34, "beneficiaries": [], "blacklists": [], "body": "Hello, World!\n\nMy intention is not to make it into top 19. I could name many other candidates (clearly more than 19) with greater commitment to steem(it) who are a lot more appropriate as witnesses, but I'm sure I can be useful as a backup witness.\n\nI introduced myself here:\nhttps://steemit.com/introduceyourself/@gtg/hello-world\nThose of you who use https://steemit.chat know me as **Gandalf**.\nFor some time, I\u2019ve been using my magic powers (mostly those related to security and infrastructure) to improve steemit. For example, I\u2019ve improved our \"Perfect\" Forward Secrecy and made our communication with site more secure.\n\nMy **seed node** (EU based):\n`seed-node = gtg.steem.house:2001`\nYou can also use it to rsync data dir\n`rsync -Pa rsync://gtg.steem.house/witness_node_data_dir .`\n\nMy **witness node** is on a separate data center (an EU-based one as well).\nIf you believe I can be of value to steemit, please vote for me:\n`vote_for_witness YOURACCOUNT gtg true true`\n\n![witness](https://grey.house/img/witness.jpg)", diff --git a/hivemind/tavern/bridge_api_patterns/normalize_post/steemit_firstpost.pat.json b/hivemind/tavern/bridge_api_patterns/normalize_post/steemit_firstpost.pat.json index 18007864..086457c3 100644 --- a/hivemind/tavern/bridge_api_patterns/normalize_post/steemit_firstpost.pat.json +++ b/hivemind/tavern/bridge_api_patterns/normalize_post/steemit_firstpost.pat.json @@ -407,7 +407,7 @@ ], "author": "steemit", "author_payout_value": "0.942 HBD", - "author_reputation": 25.0, + "author_reputation": 35.01, "beneficiaries": [], "blacklists": [], "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.", diff --git a/hivemind/tavern/condenser_api_patterns/get_account_reputations/a_limit_100.pat.json b/hivemind/tavern/condenser_api_patterns/get_account_reputations/a_limit_100.pat.json index 113dc34b..c2ebe9d0 100644 --- a/hivemind/tavern/condenser_api_patterns/get_account_reputations/a_limit_100.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_account_reputations/a_limit_100.pat.json @@ -38,11 +38,11 @@ }, { "name": "a-m3001", - "reputation": 0 + "reputation": 93113319 }, { "name": "a-man", - "reputation": 0 + "reputation": 92076663 }, { "name": "a-pile-of-steem", @@ -50,7 +50,7 @@ }, { "name": "a-spears", - "reputation": 0 + "reputation": 37040190 }, { "name": "a-z", @@ -90,11 +90,11 @@ }, { "name": "a11at", - "reputation": 0 + "reputation": -980601486666 }, { "name": "a11stabilizer", - "reputation": 0 + "reputation": 5228846 }, { "name": "a12inchcock", @@ -106,7 +106,7 @@ }, { "name": "a13xz", - "reputation": 0 + "reputation": 4739863 }, { "name": "a14inchcock", @@ -118,7 +118,7 @@ }, { "name": "a1a", - "reputation": 0 + "reputation": 47186230 }, { "name": "a1i-00ba0eb5", diff --git a/hivemind/tavern/condenser_api_patterns/get_account_reputations/first.pat.json b/hivemind/tavern/condenser_api_patterns/get_account_reputations/first.pat.json index 2109895a..202a9ba0 100644 --- a/hivemind/tavern/condenser_api_patterns/get_account_reputations/first.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_account_reputations/first.pat.json @@ -2,7 +2,7 @@ "reputations": [ { "name": "steemit", - "reputation": 0 + "reputation": 12944616889 } ] -} \ No newline at end of file +} diff --git a/hivemind/tavern/condenser_api_patterns/get_account_reputations/ste_limit_4.pat.json b/hivemind/tavern/condenser_api_patterns/get_account_reputations/ste_limit_4.pat.json index a2e421ec..35e64ee8 100644 --- a/hivemind/tavern/condenser_api_patterns/get_account_reputations/ste_limit_4.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_account_reputations/ste_limit_4.pat.json @@ -14,7 +14,7 @@ }, { "name": "stea90", - "reputation": 0 + "reputation": 333544153374 } ] } diff --git a/hivemind/tavern/condenser_api_patterns/get_active_votes/all_data.pat.json b/hivemind/tavern/condenser_api_patterns/get_active_votes/all_data.pat.json index 82d5b425..54a18d60 100644 --- a/hivemind/tavern/condenser_api_patterns/get_active_votes/all_data.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_active_votes/all_data.pat.json @@ -1,7 +1,7 @@ [ { "percent": 10000, - "reputation": 0, + "reputation": 145171381514207, "rshares": 23144734651998, "time": "2016-07-15T12:15:03", "voter": "dantheman", @@ -9,7 +9,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 85602977273, "rshares": 632052917841, "time": "2016-07-15T08:42:24", "voter": "anonymous", @@ -17,7 +17,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 8151223409709, "rshares": 17354117667980, "time": "2016-07-15T22:56:45", "voter": "rainman", @@ -25,7 +25,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 51047995307721, "rshares": 8370770064044, "time": "2016-07-15T08:42:18", "voter": "pharesim", @@ -33,7 +33,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 18336382560162, "rshares": 163107506411, "time": "2016-07-15T22:56:45", "voter": "svk", @@ -41,7 +41,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 89703349977794, "rshares": 1159039780633, "time": "2016-07-15T08:42:21", "voter": "xeroc", @@ -49,7 +49,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 59074616588451, "rshares": 5231058255253, "time": "2016-07-16T06:12:12", "voter": "complexring", @@ -57,7 +57,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 8717425187, "rshares": 4673732021514, "time": "2016-07-15T22:56:48", "voter": "witness.svk", @@ -65,7 +65,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 28971806962251, "rshares": 581789739514, "time": "2016-07-16T11:06:00", "voter": "joseph", @@ -73,7 +73,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 96486114508046, "rshares": 2456363925986, "time": "2016-07-15T21:17:18", "voter": "donkeypong", @@ -81,7 +81,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1187445991060, "rshares": 8524556923, "time": "2016-07-15T22:56:45", "voter": "fbsvk", @@ -89,7 +89,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 5810476023292, "rshares": 64093006844, "time": "2016-07-15T14:22:18", "voter": "pnc", @@ -97,7 +97,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 781487609779, "rshares": 6973412416, "time": "2016-07-17T16:42:57", "voter": "dylan-nicholas", @@ -105,7 +105,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 4668084943, "rshares": 538687101, "time": "2016-07-16T03:44:33", "voter": "finfree", @@ -113,7 +113,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1655372026731, "rshares": 1346329392, "time": "2016-07-15T13:46:42", "voter": "cryptorune", @@ -121,7 +121,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 204869765185479, "rshares": 229372755168, "time": "2016-07-16T03:26:06", "voter": "gavvet", @@ -129,7 +129,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 17814707827319, "rshares": 94749428143, "time": "2016-07-15T22:56:51", "voter": "bbqbear", @@ -137,7 +137,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 641363229158, "rshares": 265410644, "time": "2016-07-17T07:55:15", "voter": "algo-rythm", @@ -145,7 +145,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 503318537891, "rshares": 6969920034, "time": "2016-07-15T18:58:21", "voter": "jerome-colley", @@ -153,7 +153,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 586778809443, "rshares": 2607060834, "time": "2016-07-15T23:18:45", "voter": "tie-warutho", @@ -161,7 +161,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 373944484737, "rshares": 424965841, "time": "2016-07-15T12:07:39", "voter": "dmitry", @@ -169,7 +169,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 199308931780, "rshares": 59890331, "time": "2016-07-24T06:31:57", "voter": "akaninyene-etuk", @@ -177,7 +177,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1574265047259, "rshares": 24624016807, "time": "2016-07-18T02:12:09", "voter": "judyhopps", @@ -185,7 +185,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 11765473490257, "rshares": 14377796258, "time": "2016-07-15T14:28:45", "voter": "justtryme90", @@ -193,7 +193,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 475074648083, "rshares": 970224536, "time": "2016-07-16T09:38:03", "voter": "robi-rusmana", @@ -201,7 +201,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 11136252375006, "rshares": 184943135280, "time": "2016-07-15T12:17:45", "voter": "taoteh1221", @@ -209,7 +209,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 34935156153627, "rshares": 194601288991, "time": "2016-07-16T02:46:00", "voter": "churdtzu", @@ -217,7 +217,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": -26105535188, "rshares": 315315846, "time": "2016-07-15T17:02:21", "voter": "siska-dewi", @@ -225,7 +225,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 104409951617, "rshares": 287318525, "time": "2016-07-15T17:06:45", "voter": "fitri-kidul", @@ -233,7 +233,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 2501760528867, "rshares": 26398943605, "time": "2016-07-15T15:03:06", "voter": "wongshiying", @@ -241,7 +241,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1482114271979, "rshares": 119947441882, "time": "2016-07-15T15:00:12", "voter": "changby", @@ -249,7 +249,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 77590508815145, "rshares": 204206581141, "time": "2016-07-16T04:44:30", "voter": "kaylinart", @@ -257,7 +257,7 @@ }, { "percent": -10000, - "reputation": 0, + "reputation": 4591422054190, "rshares": -52462021455, "time": "2016-07-16T04:11:03", "voter": "jacobt", @@ -265,7 +265,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 12494904871301, "rshares": 203029605717, "time": "2016-07-15T10:36:18", "voter": "trogdor", @@ -273,7 +273,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 9186061899783, "rshares": 10112485667, "time": "2016-07-15T16:39:15", "voter": "michaelx", @@ -281,7 +281,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 22794273843250, "rshares": 74004343299, "time": "2016-07-15T16:41:06", "voter": "thedashguy", @@ -289,7 +289,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 7967572146571, "rshares": 57760346745, "time": "2016-07-15T23:42:00", "voter": "business", @@ -297,7 +297,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 687451236523, "rshares": 497959211, "time": "2016-07-16T03:17:54", "voter": "ethbull", @@ -305,7 +305,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 48542961182602, "rshares": 1135148374938, "time": "2016-07-15T23:05:45", "voter": "sean-king", @@ -313,7 +313,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 4581391356317, "rshares": 9521669419, "time": "2016-07-16T10:35:27", "voter": "romaan-namoor", @@ -321,7 +321,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 5386184962985, "rshares": 51745510709, "time": "2016-07-16T00:25:15", "voter": "leta-blake", @@ -329,7 +329,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1737988380935, "rshares": 4954517677, "time": "2016-07-16T02:50:09", "voter": "saknan", @@ -337,7 +337,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 2086201346, "rshares": 6601861066, "time": "2016-07-15T15:12:57", "voter": "james-mac", @@ -345,7 +345,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 274656026130, "rshares": 5457724381, "time": "2016-07-15T15:39:21", "voter": "honeythief", @@ -353,7 +353,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 2738311095861, "rshares": 13167308443, "time": "2016-07-15T20:15:48", "voter": "jparty", @@ -361,7 +361,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1060721272008, "rshares": 263837178, "time": "2016-07-15T12:18:33", "voter": "dasan-oneia", @@ -369,7 +369,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 12656257002205, "rshares": 11991707737, "time": "2016-07-15T08:03:06", "voter": "clement", @@ -377,7 +377,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 10314872786861, "rshares": 6773402944, "time": "2016-07-15T13:02:06", "voter": "isteemit", @@ -385,7 +385,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 457415896486, "rshares": 1555023575, "time": "2016-07-16T10:23:33", "voter": "greatguardian100", @@ -393,7 +393,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 3867299118850, "rshares": 2733464964, "time": "2016-07-15T23:28:48", "voter": "akado", @@ -401,7 +401,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 67229955621, "rshares": 243095491, "time": "2016-07-16T02:34:57", "voter": "gerber", @@ -409,7 +409,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1676955163155, "rshares": 3066661568, "time": "2016-07-15T17:04:21", "voter": "spikykevin", @@ -417,7 +417,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1085600919120, "rshares": 1347619370, "time": "2016-07-16T02:56:15", "voter": "freeflowbc", @@ -425,7 +425,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 5846151368508, "rshares": 1145572575, "time": "2016-07-16T02:36:33", "voter": "romanskv", @@ -433,7 +433,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 14363215043, "rshares": 225699508, "time": "2016-07-15T15:00:21", "voter": "femmsanya", @@ -441,7 +441,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": -55726758912, "rshares": 240151960, "time": "2016-07-16T06:00:21", "voter": "garik100", @@ -449,7 +449,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 3148690478580, "rshares": 4733509254, "time": "2016-07-17T06:37:12", "voter": "kakradetome", @@ -457,7 +457,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 10171002020923, "rshares": 45162031379, "time": "2016-07-16T03:13:09", "voter": "krypto", @@ -465,7 +465,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 3175467999049, "rshares": 18695694524, "time": "2016-07-16T07:38:15", "voter": "hakise", @@ -473,7 +473,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 28251279624, "rshares": 237368482, "time": "2016-07-16T06:18:27", "voter": "sergocarde", @@ -481,7 +481,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 697803114714, "rshares": 9317108728, "time": "2016-07-15T23:30:24", "voter": "ozcap", @@ -489,7 +489,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1059790037173, "rshares": 191216714633, "time": "2016-07-16T08:40:03", "voter": "juneaugoldbuyer", @@ -497,7 +497,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": -2499740471746, "rshares": 3259268823, "time": "2016-07-15T09:40:06", "voter": "r4fken", @@ -505,7 +505,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 907436004, "rshares": 220629191, "time": "2016-07-16T06:25:21", "voter": "bolanath", @@ -513,7 +513,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 118203669136, "rshares": 156841416, "time": "2016-07-16T04:34:39", "voter": "thealexander", @@ -521,7 +521,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 2138693707311, "rshares": 18241329949, "time": "2016-07-15T20:59:24", "voter": "redpalestino", @@ -529,7 +529,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 137297203003, "rshares": 250173696, "time": "2016-07-16T01:07:30", "voter": "eythor", @@ -537,7 +537,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 134062679338, "rshares": 209396977, "time": "2016-07-15T18:03:18", "voter": "wenden", @@ -545,7 +545,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 192954988321, "rshares": 298190942, "time": "2016-07-15T12:57:15", "voter": "krispy123", @@ -553,7 +553,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 39413693284, "rshares": 224179177, "time": "2016-07-15T14:12:45", "voter": "giveaway", @@ -569,7 +569,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 646871861, "rshares": 121250146, "time": "2016-07-15T16:18:21", "voter": "brutalbro", @@ -577,7 +577,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 19604328647, "rshares": 14273526600, "time": "2016-07-15T14:04:21", "voter": "bitshares101", @@ -585,7 +585,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 2770303185670, "rshares": 229096700, "time": "2016-07-15T13:24:18", "voter": "vi1son", @@ -593,7 +593,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 3978354715302, "rshares": 1894354676, "time": "2016-07-16T09:00:48", "voter": "lovenugz", @@ -601,7 +601,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 89020079608, "rshares": 10448742150, "time": "2016-07-15T12:37:51", "voter": "ethereums1", @@ -609,7 +609,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 197909152379, "rshares": 2616078009, "time": "2016-07-15T23:33:15", "voter": "bryan-kho", @@ -617,7 +617,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 82944845027, "rshares": 1001646582, "time": "2016-07-15T19:17:33", "voter": "nioctib", @@ -625,7 +625,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 42360898973, "rshares": 232252916, "time": "2016-07-15T20:31:24", "voter": "splus", @@ -633,7 +633,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 2041699051, "rshares": 234645892, "time": "2016-07-15T07:38:42", "voter": "kman66", @@ -641,7 +641,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 131860560605, "rshares": 222487594, "time": "2016-07-15T23:31:15", "voter": "zhuvazhuva", @@ -649,7 +649,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 280882400672, "rshares": 118525192, "time": "2016-07-15T14:06:51", "voter": "surf4life", @@ -657,7 +657,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 301106352506, "rshares": 154036577, "time": "2016-07-16T08:35:57", "voter": "murderistic", @@ -665,7 +665,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 216392531645, "rshares": 34660089, "time": "2016-07-15T22:14:57", "voter": "vkoreshkoff", @@ -673,7 +673,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": -377302683967, "rshares": 123681007, "time": "2016-07-15T18:56:03", "voter": "rdwn", @@ -681,7 +681,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 297905164742, "rshares": 80867920, "time": "2016-07-15T13:12:18", "voter": "barriexy", @@ -689,7 +689,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 255391004842, "rshares": 23369244818, "time": "2016-07-16T00:58:06", "voter": "w4lterwyte", @@ -705,7 +705,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": -407131163755, "rshares": 147364981, "time": "2016-07-15T08:20:06", "voter": "askokhas", @@ -713,7 +713,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1563271634183, "rshares": 46440733040, "time": "2016-07-15T13:32:48", "voter": "paco", @@ -721,7 +721,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 431450051428, "rshares": 9498942927, "time": "2016-07-15T19:11:06", "voter": "aaseb", @@ -737,7 +737,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 493380760, "rshares": 165772630, "time": "2016-07-15T17:27:21", "voter": "pet1000", @@ -745,7 +745,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 27031203647, "rshares": 231329106, "time": "2016-07-16T07:21:21", "voter": "omegastarscream", @@ -753,7 +753,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 256805034, "rshares": 227262320, "time": "2016-07-15T18:31:03", "voter": "volcano", @@ -761,7 +761,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1247707052821, "rshares": 1296386923, "time": "2016-07-15T12:34:24", "voter": "mjgrae", @@ -769,7 +769,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 2981244206, "rshares": 236605175, "time": "2016-07-15T22:32:00", "voter": "darkstormrise", @@ -785,7 +785,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 49424119965, "rshares": 2125595194, "time": "2016-07-16T04:40:57", "voter": "dyausdiu", @@ -793,7 +793,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1241141280004, "rshares": 30736521859, "time": "2016-07-15T18:38:48", "voter": "sephiroth", @@ -801,7 +801,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 560251690286, "rshares": 4730527, "time": "2016-07-15T07:35:45", "voter": "seagul", @@ -809,7 +809,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 3979714886621, "rshares": 214268053, "time": "2016-07-15T21:58:48", "voter": "jaycobbell", @@ -817,7 +817,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 2644191137390, "rshares": 1701701926, "time": "2016-07-15T07:35:33", "voter": "noodhoog", @@ -825,7 +825,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 5763019287, "rshares": 217122672, "time": "2016-07-15T22:46:42", "voter": "overtheline", @@ -833,7 +833,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 171634303504, "rshares": 288376635, "time": "2016-07-15T21:19:03", "voter": "mianeri", @@ -841,7 +841,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 281130575348, "rshares": 136855379, "time": "2016-07-16T01:43:12", "voter": "fabiocortes10", @@ -849,7 +849,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 7587206913, "rshares": 236958447, "time": "2016-07-15T22:23:09", "voter": "leftsword", @@ -857,7 +857,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 11731183701, "rshares": 10842019199, "time": "2016-07-16T01:20:15", "voter": "agentorange", @@ -865,7 +865,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 57790558311, "rshares": 18556000796, "time": "2016-07-15T09:53:48", "voter": "stephencurry", @@ -873,7 +873,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 30694001824, "rshares": 931398595, "time": "2016-07-15T18:34:36", "voter": "vorsseli", @@ -881,7 +881,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 110728920756, "rshares": 224070793, "time": "2016-07-16T00:27:39", "voter": "taggley", @@ -889,7 +889,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 8777902167, "rshares": 203311112, "time": "2016-07-16T07:23:09", "voter": "shibley", @@ -897,7 +897,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 40252211898, "rshares": 210336180, "time": "2016-07-15T09:23:09", "voter": "mehanizator", @@ -905,7 +905,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 13978526363, "rshares": 5857815508, "time": "2016-07-15T23:10:51", "voter": "q00p", @@ -913,7 +913,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 80753905287, "rshares": 211688034, "time": "2016-07-16T07:03:42", "voter": "sudnokpok", @@ -921,7 +921,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 317840210, "rshares": 126953742, "time": "2016-07-16T07:05:00", "voter": "kubiiktop", @@ -929,7 +929,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1537463763, "rshares": 3776271080, "time": "2016-07-15T22:47:39", "voter": "creemej", @@ -945,7 +945,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 326431056023, "rshares": 150429133, "time": "2016-07-16T06:22:54", "voter": "starlord", @@ -953,7 +953,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1696190, "rshares": 42297921, "time": "2016-07-15T09:46:54", "voter": "status", @@ -961,7 +961,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 9261130965, "rshares": 178823162, "time": "2016-07-15T16:42:09", "voter": "m34ndy0u", @@ -969,7 +969,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1237867647, "rshares": 159589424, "time": "2016-07-16T07:47:57", "voter": "berkut", @@ -977,7 +977,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 2713713668533, "rshares": 202204923, "time": "2016-07-15T17:11:03", "voter": "the-future", @@ -985,7 +985,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 3033861094190, "rshares": 210947994, "time": "2016-07-15T20:49:00", "voter": "nippel66", @@ -993,7 +993,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": -5267038466, "rshares": 286259116, "time": "2016-07-16T06:15:54", "voter": "ndell", @@ -1001,7 +1001,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1399734389, "rshares": 140509725, "time": "2016-07-15T17:50:21", "voter": "roniiskandar", @@ -1009,7 +1009,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 464509516, "rshares": 93671987, "time": "2016-07-15T14:24:45", "voter": "bugadu96", @@ -1017,7 +1017,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 2173940256661, "rshares": 506870302, "time": "2016-07-16T03:06:03", "voter": "benjiberigan", @@ -1025,7 +1025,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": -1041315304671, "rshares": 244097699, "time": "2016-07-16T01:00:06", "voter": "igorduarte", @@ -1041,7 +1041,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 92588805891, "rshares": 536613836, "time": "2016-07-15T23:07:21", "voter": "seelemonsonline", @@ -1049,7 +1049,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1193366475012, "rshares": 38302504, "time": "2016-07-18T01:25:00", "voter": "madhatting", @@ -1057,7 +1057,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 44044801, "rshares": 23380417, "time": "2016-07-15T15:04:51", "voter": "stereolubov", @@ -1065,7 +1065,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 172643285682, "rshares": 103335387, "time": "2016-07-15T16:00:09", "voter": "creding", @@ -1073,7 +1073,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 789979917423, "rshares": 100488522, "time": "2016-07-15T22:12:36", "voter": "dev00100000", @@ -1081,7 +1081,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1394532106132, "rshares": 91105674, "time": "2016-07-17T18:42:54", "voter": "geronimo", @@ -1089,7 +1089,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 32572797323, "rshares": 98714792, "time": "2016-07-15T15:13:48", "voter": "baz", @@ -1097,7 +1097,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 32665186075, "rshares": 44367649, "time": "2016-07-15T14:24:09", "voter": "csrolex", @@ -1105,7 +1105,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 5238153913016, "rshares": 1829692001, "time": "2016-07-16T05:08:51", "voter": "oliverb", @@ -1113,7 +1113,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 509831969131, "rshares": 117644390, "time": "2016-07-16T01:38:30", "voter": "meteor0", @@ -1121,7 +1121,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 6599688, "rshares": 116482062, "time": "2016-07-15T07:39:48", "voter": "eleanorjoy", @@ -1129,7 +1129,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 2962558, "rshares": 97822703, "time": "2016-07-16T07:55:21", "voter": "karawalla", @@ -1137,7 +1137,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 919405275802, "rshares": 134847208, "time": "2016-07-15T07:40:00", "voter": "tedvernon", @@ -1153,7 +1153,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 2179414806836, "rshares": 1716735053, "time": "2016-07-15T14:56:57", "voter": "exyle", @@ -1161,7 +1161,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 2767516672, "rshares": 95297066, "time": "2016-07-15T13:15:39", "voter": "nbogdan", @@ -1169,7 +1169,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 13264343611, "rshares": 111547145, "time": "2016-07-15T19:49:45", "voter": "mephdxa21", @@ -1177,7 +1177,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 715993081769, "rshares": 13940772, "time": "2016-07-15T17:10:03", "voter": "bitlord", @@ -1185,7 +1185,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": -486009658404, "rshares": 104527862, "time": "2016-07-15T14:57:36", "voter": "armen7777", @@ -1193,7 +1193,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 513380281140, "rshares": 34819825, "time": "2016-07-15T14:34:45", "voter": "qonq99", @@ -1201,7 +1201,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 9911281419, "rshares": 104438817, "time": "2016-07-16T10:21:45", "voter": "nick94", @@ -1209,7 +1209,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 11809080914, "rshares": 118286456, "time": "2016-07-15T23:47:45", "voter": "sciphobia", @@ -1217,7 +1217,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1326001640, "rshares": 111289917, "time": "2016-07-15T15:15:51", "voter": "pollack16", @@ -1225,7 +1225,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 551326264964, "rshares": 41675596, "time": "2016-07-15T21:24:57", "voter": "victoria2002", @@ -1233,7 +1233,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 4174275787, "rshares": 64736978, "time": "2016-07-15T15:02:03", "voter": "andrey123", @@ -1241,7 +1241,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 82922763538, "rshares": 46189136, "time": "2016-07-15T13:01:03", "voter": "kottai", @@ -1249,7 +1249,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 84612932528, "rshares": 143457201, "time": "2016-07-16T04:36:09", "voter": "alisha", @@ -1257,7 +1257,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 949931929645, "rshares": 110631442, "time": "2016-07-15T16:30:12", "voter": "moksha", @@ -1265,7 +1265,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 33052176227, "rshares": 46079165, "time": "2016-07-17T13:19:42", "voter": "pika", @@ -1273,7 +1273,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 11008356672, "rshares": 75955392, "time": "2016-07-15T12:52:03", "voter": "junglepancake", @@ -1281,7 +1281,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 80801736359, "rshares": 80554275, "time": "2016-07-15T10:30:18", "voter": "mikeoleksyuk", @@ -1313,7 +1313,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 351138837, "rshares": 108051583, "time": "2016-07-15T23:44:24", "voter": "coinmaster4you", @@ -1321,7 +1321,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 8689108583, "rshares": 112581154, "time": "2016-07-15T14:25:45", "voter": "rpm", @@ -1329,7 +1329,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 3707576, "rshares": 80382111, "time": "2016-07-15T18:34:21", "voter": "makarovbg", @@ -1353,7 +1353,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 7739808, "rshares": 100974210, "time": "2016-07-15T16:42:18", "voter": "maloi2092", @@ -1361,7 +1361,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": -594484317844, "rshares": 45895150, "time": "2016-07-16T00:17:24", "voter": "maxikingstealer", @@ -1369,7 +1369,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 3510600320, "rshares": 103250648, "time": "2016-07-15T16:21:15", "voter": "rufai", @@ -1377,7 +1377,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 28232113335, "rshares": 105505577, "time": "2016-07-16T01:11:18", "voter": "jameswoods", @@ -1385,7 +1385,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 122501362562, "rshares": 2290679, "time": "2016-07-16T00:27:03", "voter": "bitcoin-news", @@ -1393,7 +1393,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 6917598, "rshares": 100752118, "time": "2016-07-15T20:51:39", "voter": "hhhpppzzz", @@ -1401,7 +1401,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 16013620, "rshares": 105282247, "time": "2016-07-16T10:56:42", "voter": "youngyani", @@ -1409,7 +1409,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 6220711357, "rshares": 107395123, "time": "2016-07-16T01:37:24", "voter": "dwaynejohnson", @@ -1417,7 +1417,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1647418195, "rshares": 107323835, "time": "2016-07-16T04:15:51", "voter": "marine", @@ -1425,7 +1425,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1680810817776, "rshares": 1832441732, "time": "2016-07-16T05:37:24", "voter": "ungratefulchump", @@ -1433,7 +1433,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 7078941123096, "rshares": 114096052, "time": "2016-07-16T09:42:27", "voter": "lemooljiang", @@ -1441,7 +1441,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1321485976, "rshares": 91198644, "time": "2016-07-16T08:18:15", "voter": "geras1955", @@ -1449,7 +1449,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 3226773885, "rshares": 72936899, "time": "2016-07-16T09:55:12", "voter": "dimniki198", @@ -1457,7 +1457,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 1156777476755, "rshares": 91062199, "time": "2016-07-16T11:07:06", "voter": "marriedbear", @@ -1465,7 +1465,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 401034642, "rshares": 81277437, "time": "2016-07-17T06:22:51", "voter": "joca", diff --git a/hivemind/tavern/condenser_api_patterns/get_active_votes/biophil.pat.json b/hivemind/tavern/condenser_api_patterns/get_active_votes/biophil.pat.json index bc245134..dd0dbf34 100644 --- a/hivemind/tavern/condenser_api_patterns/get_active_votes/biophil.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_active_votes/biophil.pat.json @@ -1,7 +1,7 @@ [ { "percent": 10000, - "reputation": 0, + "reputation": 476904340100, "rshares": 0, "time": "2016-08-20T02:59:39", "voter": "endgame", @@ -9,7 +9,7 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 10077167197115, "rshares": 28030089381, "time": "2016-07-19T20:00:30", "voter": "biophil", @@ -17,10 +17,10 @@ }, { "percent": 10000, - "reputation": 0, + "reputation": 560251690286, "rshares": 52512184, "time": "2016-07-19T20:01:15", "voter": "seagul", "weight": 5970197932869 } -] \ No newline at end of file +] diff --git a/hivemind/tavern/condenser_api_patterns/get_blog/limit_hundred.pat.json b/hivemind/tavern/condenser_api_patterns/get_blog/limit_hundred.pat.json index 1114fb62..9d4e376a 100644 --- a/hivemind/tavern/condenser_api_patterns/get_blog/limit_hundred.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_blog/limit_hundred.pat.json @@ -5,13 +5,13 @@ "active_votes": [ { "percent": "100", - "reputation": 0, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 0, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, @@ -23,13 +23,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, @@ -41,7 +41,7 @@ }, { "percent": "-100", - "reputation": 0, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, @@ -59,559 +59,559 @@ }, { "percent": "100", - "reputation": 0, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 0, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 0, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 0, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 0, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 0, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 0, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 0, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 0, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 0, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 0, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 0, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 0, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 0, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 0, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 0, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 0, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 0, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 0, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 0, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 0, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 0, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 0, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 0, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 0, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 0, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 0, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 0, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 0, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 0, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 0, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 0, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 0, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 0, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 0, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 0, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 0, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 0, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 0, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 0, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 0, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 0, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 0, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 0, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 0, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 0, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 0, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 0, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 0, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 0, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 0, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 0, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 0, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 0, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 0, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 0, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 0, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 0, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 0, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 0, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 0, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 0, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 0, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 0, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 0, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 0, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 0, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 0, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 0, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 0, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 0, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 0, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 0, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 0, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 0, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 0, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 0, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 0, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 0, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 0, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } ], "author": "steemit", - "author_reputation": 0, + "author_reputation": 12944616889, "beneficiaries": [], "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.", "body_length": 224, diff --git a/hivemind/tavern/condenser_api_patterns/get_blog/normal.pat.json b/hivemind/tavern/condenser_api_patterns/get_blog/normal.pat.json index 1114fb62..9d4e376a 100644 --- a/hivemind/tavern/condenser_api_patterns/get_blog/normal.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_blog/normal.pat.json @@ -5,13 +5,13 @@ "active_votes": [ { "percent": "100", - "reputation": 0, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 0, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, @@ -23,13 +23,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, @@ -41,7 +41,7 @@ }, { "percent": "-100", - "reputation": 0, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, @@ -59,559 +59,559 @@ }, { "percent": "100", - "reputation": 0, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 0, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 0, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 0, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 0, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 0, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 0, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 0, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 0, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 0, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 0, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 0, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 0, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 0, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 0, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 0, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 0, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 0, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 0, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 0, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 0, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 0, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 0, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 0, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 0, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 0, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 0, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 0, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 0, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 0, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 0, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 0, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 0, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 0, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 0, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 0, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 0, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 0, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 0, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 0, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 0, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 0, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 0, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 0, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 0, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 0, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 0, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 0, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 0, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 0, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 0, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 0, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 0, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 0, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 0, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 0, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 0, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 0, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 0, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 0, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 0, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 0, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 0, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 0, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 0, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 0, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 0, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 0, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 0, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 0, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 0, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 0, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 0, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 0, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 0, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 0, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 0, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 0, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 0, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 0, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } ], "author": "steemit", - "author_reputation": 0, + "author_reputation": 12944616889, "beneficiaries": [], "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.", "body_length": 224, diff --git a/hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout/limit_100.pat.json b/hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout/limit_100.pat.json index 1189d41c..f48ddb73 100644 --- a/hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout/limit_100.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout/limit_100.pat.json @@ -3,7 +3,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 12494904871301, "rshares": 211439242838, "voter": "trogdor" }, @@ -15,25 +15,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 78138793415, "rshares": 54126702, "voter": "lovetosteemit" }, { "percent": "10000", - "reputation": 0, + "reputation": -47452169124, "rshares": 50221956, "voter": "steemithelper1" }, { "percent": "10000", - "reputation": 0, + "reputation": 51223240, "rshares": 306081747, "voter": "steemorama" } ], "author": "royaltiffany", - "author_reputation": 0, + "author_reputation": 10900524985586, "beneficiaries": [], "body": "Fail ? No spam bot army...", "body_length": 26, @@ -65,13 +65,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 2974404080988, "rshares": 127840289791, "voter": "demotruk" } ], "author": "bige37", - "author_reputation": 0, + "author_reputation": 49922441497, "beneficiaries": [], "body": "This is like saying don't push the red button....dang it!!!!\n\nhttp://i.imgur.com/OG66bhF.jpg", "body_length": 92, @@ -103,13 +103,13 @@ "active_votes": [ { "percent": "7500", - "reputation": 0, + "reputation": 18799092030582, "rshares": 111795622957, "voter": "derekareith" } ], "author": "bitcoiner", - "author_reputation": 0, + "author_reputation": 4603449402273, "beneficiaries": [], "body": "It would seem only Steemit uses the caching server img1.steemit.com, because, well, it's theirs.. Steemd just shows the post as it is in the blockchain, which is the unaltered image link.\nThe thing is, is that all the posts are on a public decentralized blockchain, so it's hard to track who has accessed it. You would have to make it a private blockchain, and count all requests to retrieve a post. Even if this were the case, you would have no way to track any copies of the data made after the fact.", "body_length": 502, @@ -141,13 +141,13 @@ "active_votes": [ { "percent": "5000", - "reputation": 0, + "reputation": 18799092030582, "rshares": 77095774656, "voter": "derekareith" } ], "author": "bitcoiner", - "author_reputation": 0, + "author_reputation": 4603449402273, "beneficiaries": [], "body": "Oh haha. Yes, I haven't signed a block for more than 24 hours!", "body_length": 62, @@ -179,13 +179,13 @@ "active_votes": [ { "percent": "5000", - "reputation": 0, + "reputation": 18799092030582, "rshares": 77095774656, "voter": "derekareith" } ], "author": "bitcoiner", - "author_reputation": 0, + "author_reputation": 4603449402273, "beneficiaries": [], "body": "All images get cached by img1.steemit.com.\nBut this will work with users of third party apps that view posts that don't use that caching server, like eSteem.", "body_length": 157, @@ -217,31 +217,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 22504728466704, "rshares": 66397090281, "voter": "cheetah" }, { "percent": "10000", - "reputation": 0, + "reputation": 856945350, "rshares": 101333267, "voter": "cheetah22" }, { "percent": "10000", - "reputation": 0, + "reputation": 941978751, "rshares": 188781535, "voter": "cheetah23" }, { "percent": "10000", - "reputation": 0, + "reputation": 138268096, "rshares": 144867260, "voter": "cheetah24" } ], "author": "cheetah", - "author_reputation": 0, + "author_reputation": 22504728466704, "beneficiaries": [], "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", "body_length": 244, @@ -273,19 +273,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 14968641922913, "rshares": 57522418578, "voter": "oaldamster" }, { "percent": "10000", - "reputation": 0, + "reputation": 2287220532946, "rshares": 3750338819, "voter": "achim86" } ], "author": "achim86", - "author_reputation": 0, + "author_reputation": 2287220532946, "beneficiaries": [], "body": "yeahhhh! https://steemit.com/steemit/@achim86/html-commands-how-to-structure-your-texts-on-steemit-german-text-strukturierung", "body_length": 125, @@ -317,13 +317,13 @@ "active_votes": [ { "percent": "3000", - "reputation": 0, + "reputation": 18799092030582, "rshares": 46263835410, "voter": "derekareith" } ], "author": "freebornangel", - "author_reputation": 0, + "author_reputation": 62995887468, "beneficiaries": [], "body": "Http://minds.com/ottman has a pretty good counter set up.", "body_length": 57, @@ -355,13 +355,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 2601725582045, "rshares": 14714651186, "voter": "hellokitty" }, { "percent": "10000", - "reputation": 0, + "reputation": -655701032, "rshares": 121297875, "voter": "btctoken" }, @@ -373,19 +373,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 18006844018, "rshares": 134400698, "voter": "mrainp" }, { "percent": "10000", - "reputation": 0, + "reputation": 78138793415, "rshares": 54126702, "voter": "lovetosteemit" } ], "author": "royaltiffany", - "author_reputation": 0, + "author_reputation": 10900524985586, "beneficiaries": [], "body": "Yes i did them ahahahhahah , ntmu too!", "body_length": 38, @@ -417,13 +417,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 2601725582045, "rshares": 14714651186, "voter": "hellokitty" } ], "author": "trogdor", - "author_reputation": 0, + "author_reputation": 12494904871301, "beneficiaries": [], "body": "Could have been a one-off test, or possibly tag related, since i used the #bot tag in my other post I think.\n\nOh btw, hi @royaltiffany, nice to meet you :) Didn't you do shots for votes or something? lol", "body_length": 203, @@ -455,19 +455,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 2601725582045, "rshares": 14714651186, "voter": "hellokitty" }, { "percent": "10000", - "reputation": 0, + "reputation": 10450510, "rshares": 60116331, "voter": "scotthelms89" }, { "percent": "10000", - "reputation": 0, + "reputation": -655701032, "rshares": 121297875, "voter": "btctoken" }, @@ -479,37 +479,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 3996156608, "rshares": 50303592, "voter": "biker" }, { "percent": "10000", - "reputation": 0, + "reputation": 7455348681, "rshares": 54792292, "voter": "coutchpotatoe" }, { "percent": "10000", - "reputation": 0, + "reputation": 407993596, "rshares": 50317967, "voter": "sleepcult" }, { "percent": "10000", - "reputation": 0, + "reputation": -47452169124, "rshares": 50221956, "voter": "steemithelper1" }, { "percent": "10000", - "reputation": 0, + "reputation": 2403071, "rshares": 54397669, "voter": "waltrichards" } ], "author": "royaltiffany", - "author_reputation": 0, + "author_reputation": 10900524985586, "beneficiaries": [], "body": "Wait for it....wait for it...", "body_length": 29, @@ -541,13 +541,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 2601725582045, "rshares": 14714651186, "voter": "hellokitty" } ], "author": "trogdor", - "author_reputation": 0, + "author_reputation": 12494904871301, "beneficiaries": [], "body": "Looks like I caught the laonie swarm and two chinese bots. No wang yet, and no 800 spam votes yet...", "body_length": 100, @@ -579,25 +579,25 @@ "active_votes": [ { "percent": "2000", - "reputation": 0, + "reputation": 22504728466704, "rshares": 12848201254, "voter": "cheetah" }, { "percent": "10000", - "reputation": 0, + "reputation": 46335594, "rshares": 120373295, "voter": "cheetah73" }, { "percent": "10000", - "reputation": 0, + "reputation": 752249873, "rshares": 99741664, "voter": "cheetah74" } ], "author": "cheetah", - "author_reputation": 0, + "author_reputation": 22504728466704, "beneficiaries": [], "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", "body_length": 244, @@ -629,13 +629,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 15621086173579, "rshares": 11477066225, "voter": "williambanks" } ], "author": "williambanks", - "author_reputation": 0, + "author_reputation": 15621086173579, "beneficiaries": [], "body": "Need to give it 30 mins so the bots maximize their curation rewards.", "body_length": 68, @@ -667,13 +667,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 2629304079354, "rshares": 19450828249, "voter": "str11ngfello" } ], "author": "alktoni", - "author_reputation": 0, + "author_reputation": 8652306644, "beneficiaries": [], "body": "test if testing is a test", "body_length": 25, @@ -705,13 +705,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 12292537315, "voter": "r4fken" } ], "author": "dickbutt", - "author_reputation": 0, + "author_reputation": -603562034423, "beneficiaries": [], "body": "https://s17.postimg.io/j6i3qa58f/dickbutt.jpg", "body_length": 45, @@ -743,13 +743,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 5939157149097, "rshares": 10592290339, "voter": "elissahawke" } ], "author": "derekareith", - "author_reputation": 0, + "author_reputation": 18799092030582, "beneficiaries": [], "body": "\"Free
    Free Web Counter", "body_length": 455, @@ -781,13 +781,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 5939157149097, "rshares": 10384598371, "voter": "elissahawke" } ], "author": "derekareith", - "author_reputation": 0, + "author_reputation": 18799092030582, "beneficiaries": [], "body": "\n
    \"commercial
    \n\nmaybe this one ?", "body_length": 332, @@ -819,13 +819,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 97328985094, "rshares": 5205390768, "voter": "brendio" } ], "author": "brendio", - "author_reputation": 0, + "author_reputation": 97328985094, "beneficiaries": [], "body": "Does dickbutt come whenever he is called? #test", "body_length": 47, @@ -857,13 +857,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 277665828905, "rshares": 5186228610, "voter": "ivicaa" } ], "author": "thecleangame", - "author_reputation": 0, + "author_reputation": 3651111167339, "beneficiaries": [], "body": "lol Glad I could help :)", "body_length": 24, @@ -895,13 +895,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 277665828905, "rshares": 5289953183, "voter": "ivicaa" } ], "author": "thecleangame", - "author_reputation": 0, + "author_reputation": 3651111167339, "beneficiaries": [], "body": "# NOOOOOOOOO!\nI *REFUSE* to ignore this post, I want MORE PICTURES!\n\nWow, even the please didn't stop my reaction to being told to ignore something. lol", "body_length": 152, @@ -933,13 +933,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 6813289592775, "rshares": 5469062752, "voter": "arcaneinfo" } ], "author": "arcaneinfo", - "author_reputation": 0, + "author_reputation": 6813289592775, "beneficiaries": [], "body": "https://steemit.com/health/@arcaneinfo/virtual-reality-therapy-might-help-paralyzed-patients-walk-again\nHit the up-vote if you like plz!!!", "body_length": 138, @@ -971,13 +971,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 7172977970558, "rshares": 3374491185, "voter": "ace108" } ], "author": "bullionstackers", - "author_reputation": 0, + "author_reputation": 4063076365725, "beneficiaries": [], "body": "

    Yay!!!, Thank you @ace108 , for helping me out , I am a noob when comes to computer Sweet as \u2764\ufe0f \ud83d\udc4d\ud83d\udc4d\ud83d\udc4d Good Job\u2705 Love it that's is Hot \ud83d\udd25\ud83d\udd25\ud83d\udd25\ud83c\udf36\ud83c\udf36\ud83c\udf36\ud83d\udd25\ud83d\udd25\ud83d\udd25

    ", "body_length": 152, @@ -1009,13 +1009,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 794373773056, "rshares": 3000374699, "voter": "sune" } ], "author": "twitterbot", - "author_reputation": 0, + "author_reputation": 149692767350, "beneficiaries": [], "body": "### ![techreview](https://pbs.twimg.com/profile_images/731132378001879040/HWk2Eaxg_normal.jpg) **[MIT Tech Review](https://twitter.com/@techreview/status/769034816050360320)** tweeted @ 26 Aug 2016 - 04:52 UTC\n\n> Why can't computers watch the Earth from above and automatically map our roads? [trib.al/G9PrVmg](https://t.co/TDopZtqJKz)\n\n\n###### *Disclaimer: I am just a bot trying to be helpful.*", "body_length": 396, @@ -1047,13 +1047,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1199373674648, "rshares": 1947875840, "voter": "gary-smith" } ], "author": "thebeachedwhale", - "author_reputation": 0, + "author_reputation": 1902109169053, "beneficiaries": [], "body": "Are you?", "body_length": 8, @@ -1084,7 +1084,7 @@ { "active_votes": [], "author": "oaldamster", - "author_reputation": 0, + "author_reputation": 14968641922913, "beneficiaries": [], "body": "Result: confirmed! ;-)", "body_length": 22, @@ -1115,7 +1115,7 @@ { "active_votes": [], "author": "freebornangel", - "author_reputation": 0, + "author_reputation": 62995887468, "beneficiaries": [], "body": "That is too bad, that is a really good metric.", "body_length": 46, @@ -1146,7 +1146,7 @@ { "active_votes": [], "author": "derekareith", - "author_reputation": 0, + "author_reputation": 18799092030582, "beneficiaries": [], "body": "Wish it was easy to integrate...seems like it would be useful.", "body_length": 62, @@ -1178,13 +1178,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 62995887468, "rshares": 60293991, "voter": "freebornangel" } ], "author": "derekareith", - "author_reputation": 0, + "author_reputation": 18799092030582, "beneficiaries": [], "body": "Yea, that's cool. I think like bitcoiner pointed out, though, we can't get them to work since images sent to the blockchain are cached by Steemit and won't update. They update on other \"windows\" like steemd, but that info isn't going to be accurate. It's a lot tougher than I thought it would be XD\n\nI see Steemit integrating it in the future, but it's probably real low on their list of priorities.", "body_length": 402, @@ -1215,7 +1215,7 @@ { "active_votes": [], "author": "steemitqa", - "author_reputation": 0, + "author_reputation": 954937043358, "beneficiaries": [], "body": "I tried this not long ago.", "body_length": 26, @@ -1246,7 +1246,7 @@ { "active_votes": [], "author": "derekareith", - "author_reputation": 0, + "author_reputation": 18799092030582, "beneficiaries": [], "body": "Just saw that the counter works on Steemd:\nhttps://steemd.com/test/@derekareith/page-view-counter-test-post\nI thought Steemd just redirects the same cached images, but I guess its just steemit. I'm wondering if there's a way to make it \"hidden\" on steemit but visible on steemd so authors could monitor these stats on the backend?", "body_length": 331, @@ -1278,13 +1278,13 @@ "active_votes": [ { "percent": "5000", - "reputation": 0, + "reputation": 4603449402273, "rshares": 2767044151, "voter": "bitcoiner" } ], "author": "derekareith", - "author_reputation": 0, + "author_reputation": 18799092030582, "beneficiaries": [], "body": "This is my miner acct that I gave up mining with XD...damn rabbits. Was using to test :)", "body_length": 88, @@ -1346,7 +1346,7 @@ { "active_votes": [], "author": "jbouchard12", - "author_reputation": 0, + "author_reputation": 2753142336385, "beneficiaries": [], "body": "Let us know if you get it to work!", "body_length": 34, @@ -1377,7 +1377,7 @@ { "active_votes": [], "author": "derekareith", - "author_reputation": 0, + "author_reputation": 18799092030582, "beneficiaries": [], "body": "yea stuck on 0...the others I tried in the comments just say various errors/img cant display", "body_length": 92, @@ -1408,7 +1408,7 @@ { "active_votes": [], "author": "goldmatters", - "author_reputation": 0, + "author_reputation": 251629303655, "beneficiaries": [], "body": "Do not see a counter?", "body_length": 21, @@ -1439,7 +1439,7 @@ { "active_votes": [], "author": "derekareith", - "author_reputation": 0, + "author_reputation": 18799092030582, "beneficiaries": [], "body": "no luck :(", "body_length": 10, @@ -1470,7 +1470,7 @@ { "active_votes": [], "author": "karenb54", - "author_reputation": 0, + "author_reputation": 3278418228934, "beneficiaries": [], "body": "I opened, read and upvoted, interesting to see the outcome :)", "body_length": 61, @@ -1501,7 +1501,7 @@ { "active_votes": [], "author": "vinotinto", - "author_reputation": 0, + "author_reputation": -58083831106, "beneficiaries": [], "body": "test comment", "body_length": 12, @@ -1532,7 +1532,7 @@ { "active_votes": [], "author": "golfball", - "author_reputation": 0, + "author_reputation": 36395159, "beneficiaries": [], "body": "mouse \u0e40\u0e21\u0e32\u0e2a\u0e4c \u0e34\u0e31\nhard drive \u0e2e\u0e32\u0e23\u0e4c\u0e14\u0e44\u0e14\u0e23\u0e4c\nhard disk \u0e2e\u0e32\u0e23\u0e4c\u0e14\u0e14\u0e34\u0e2a\u0e01\u0e4c\nMonitor \u0e2b\u0e19\u0e49\u0e32\u0e08\u0e2d\nDisplay \u0e41\u0e2a\u0e14\u0e07\nLCD screen\nCTR screen \u0e2b\u0e19\u0e49\u0e32\u0e08\u0e2d\nplasma screen \u0e1e\u0e23\u0e32\u0e2a\u0e21\u0e48\u0e32\nRAM memory \u0e2b\u0e19\u0e48\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e08\u0e33\u0e41\u0e23\u0e21\nROM memory \u0e23\u0e2d\u0e21\nPrinter \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e1e\u0e34\u0e21\u0e1e\u0e4c\nplotter\nmicrophone \u0e44\u0e21\u0e42\u0e04\u0e23\u0e42\u0e1f\u0e19\nscanner \u0e40\u0e04\u0e23\u0e37\u0e2d\u0e07\u0e2a\u0e40\u0e40\u0e01\u0e19\nspeakers\nkeyboard \u0e41\u0e1b\u0e49\u0e19\u0e1e\u0e34\u0e21\u0e1e\u0e4c\nbarcode \u0e1a\u0e32\u0e23\u0e4c\u0e42\u0e04\u0e49\u0e14\nRight click\nLeft click\nDouble click\nCPU", "body_length": 330, @@ -1563,7 +1563,7 @@ { "active_votes": [], "author": "golfball", - "author_reputation": 0, + "author_reputation": 36395159, "beneficiaries": [], "body": "mouse \u0e40\u0e21\u0e32\u0e2a\u0e4c \u0e34\u0e31\nhard drive \u0e2e\u0e32\u0e23\u0e4c\u0e14\u0e44\u0e14\u0e23\u0e4c\nhard disk \u0e2e\u0e32\u0e23\u0e4c\u0e14\u0e14\u0e34\u0e2a\u0e01\u0e4c\nMonitor \u0e2b\u0e19\u0e49\u0e32\u0e08\u0e2d\nDisplay \u0e41\u0e2a\u0e14\u0e07\nLCD screen\nCTR screen \u0e2b\u0e19\u0e49\u0e32\u0e08\u0e2d\nplasma screen \u0e1e\u0e23\u0e32\u0e2a\u0e21\u0e48\u0e32\nRAM memory \u0e2b\u0e19\u0e48\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e08\u0e33\u0e41\u0e23\u0e21\nROM memory \u0e23\u0e2d\u0e21\nPrinter \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e1e\u0e34\u0e21\u0e1e\u0e4c\nplotter\nmicrophone \u0e44\u0e21\u0e42\u0e04\u0e23\u0e42\u0e1f\u0e19\nscanner \u0e40\u0e04\u0e23\u0e37\u0e2d\u0e07\u0e2a\u0e40\u0e40\u0e01\u0e19\nspeakers\nkeyboard \u0e41\u0e1b\u0e49\u0e19\u0e1e\u0e34\u0e21\u0e1e\u0e4c\nbarcode \u0e1a\u0e32\u0e23\u0e4c\u0e42\u0e04\u0e49\u0e14\nRight click\n\nhttp://compass.microsoft.com/assets/ff/be/ffbe20a0-c36d-42dd-b710-b1ee6ee0981f.jpg?n=Compact%20Optical%20Mouse%20500.jpg\nhttp://cdn.slashgear.com/wp-content/uploads/2013/04/Seagate-HDD.jpg\nhttp://img.bbystatic.com/BestBuy_US/images/products/3434/3434015cv13d.jpg\nhttp://cdn.computerhope.com/computer-memory.jpg\nhttps://xiebingqing815.files.wordpress.com/2013/09/rom-vs-ram.png", "body_length": 680, @@ -1594,7 +1594,7 @@ { "active_votes": [], "author": "golfball", - "author_reputation": 0, + "author_reputation": 36395159, "beneficiaries": [], "body": "1. mouse \u0e40\u0e21\u0e32\u0e2a\u0e4c \u0e34\u0e31 \n2. hard drive \u0e2e\u0e32\u0e23\u0e4c\u0e14\u0e44\u0e14\u0e23\u0e4c\n3. hard disk \u0e2e\u0e32\u0e23\u0e4c\u0e14\u0e14\u0e34\u0e2a\u0e01\u0e4c\n4. Monitor \u0e2b\u0e19\u0e49\u0e32\u0e08\u0e2d\n5. Display \u0e41\u0e2a\u0e14\u0e07\n *LCD screen \n *CTR screen \u0e2b\u0e19\u0e49\u0e32\u0e08\u0e2d\n* plasma screen \u0e1e\u0e23\u0e32\u0e2a\u0e21\u0e48\u0e32\n\n\n5. RAM memory \u0e2b\u0e19\u0e48\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e08\u0e33\u0e41\u0e23\u0e21\nROM memory \u0e23\u0e2d\u0e21\n\n6. Printer \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e1e\u0e34\u0e21\u0e1e\u0e4c\nplotter\n\n7. microphone \u0e44\u0e21\u0e42\u0e04\u0e23\u0e42\u0e1f\u0e19\n\n8. scanner \u0e40\u0e04\u0e23\u0e37\u0e2d\u0e07\u0e2a\u0e40\u0e40\u0e01\u0e19\n\n9. speakers\n\n10. keyboard \u0e41\u0e1b\u0e49\u0e19\u0e1e\u0e34\u0e21\u0e1e\u0e4c\n\n11. barcode \u0e1a\u0e32\u0e23\u0e4c\u0e42\u0e04\u0e49\u0e14\n\n12. \n\n13. Right click\n\nhttp://compass.microsoft.com/assets/ff/be/ffbe20a0-c36d-42dd-b710-b1ee6ee0981f.jpg?n=Compact%20Optical%20Mouse%20500.jpg\nhttp://cdn.slashgear.com/wp-content/uploads/2013/04/Seagate-HDD.jpg\nhttp://img.bbystatic.com/BestBuy_US/images/products/3434/3434015cv13d.jpg\nhttp://cdn.computerhope.com/computer-memory.jpg\nhttps://xiebingqing815.files.wordpress.com/2013/09/rom-vs-ram.png", "body_length": 763, @@ -1625,7 +1625,7 @@ { "active_votes": [], "author": "royaltiffany", - "author_reputation": 0, + "author_reputation": 10900524985586, "beneficiaries": [], "body": "Ahahahhahaha ....click bait", "body_length": 27, @@ -1656,7 +1656,7 @@ { "active_votes": [], "author": "royaltiffany", - "author_reputation": 0, + "author_reputation": 10900524985586, "beneficiaries": [], "body": "Well if u had to ...u had to...", "body_length": 31, @@ -1687,7 +1687,7 @@ { "active_votes": [], "author": "dickbutt", - "author_reputation": 0, + "author_reputation": -603562034423, "beneficiaries": [], "body": "dickbutt", "body_length": 8, @@ -1718,7 +1718,7 @@ { "active_votes": [], "author": "dickbutt", - "author_reputation": 0, + "author_reputation": -603562034423, "beneficiaries": [], "body": "dickbutt", "body_length": 8, @@ -1749,7 +1749,7 @@ { "active_votes": [], "author": "contentjunkie", - "author_reputation": 0, + "author_reputation": 3946777086453, "beneficiaries": [], "body": "dickbutt", "body_length": 8, @@ -1780,7 +1780,7 @@ { "active_votes": [], "author": "contentjunkie", - "author_reputation": 0, + "author_reputation": 3946777086453, "beneficiaries": [], "body": "dickbutt", "body_length": 8, @@ -1811,7 +1811,7 @@ { "active_votes": [], "author": "contentjunkie", - "author_reputation": 0, + "author_reputation": 3946777086453, "beneficiaries": [], "body": "dickbutt", "body_length": 8, @@ -1842,7 +1842,7 @@ { "active_votes": [], "author": "contentjunkie", - "author_reputation": 0, + "author_reputation": 3946777086453, "beneficiaries": [], "body": "dickbutt", "body_length": 8, @@ -1873,7 +1873,7 @@ { "active_votes": [], "author": "skeptic", - "author_reputation": 0, + "author_reputation": -2498083480, "beneficiaries": [], "body": "no dickbutt? :O", "body_length": 15, @@ -1904,7 +1904,7 @@ { "active_votes": [], "author": "contentjunkie", - "author_reputation": 0, + "author_reputation": 3946777086453, "beneficiaries": [], "body": "dickbutt", "body_length": 8, @@ -1935,7 +1935,7 @@ { "active_votes": [], "author": "contentjunkie", - "author_reputation": 0, + "author_reputation": 3946777086453, "beneficiaries": [], "body": "dickbutt", "body_length": 8, @@ -1966,7 +1966,7 @@ { "active_votes": [], "author": "contentjunkie", - "author_reputation": 0, + "author_reputation": 3946777086453, "beneficiaries": [], "body": "dickbutt", "body_length": 8, @@ -1997,7 +1997,7 @@ { "active_votes": [], "author": "contentjunkie", - "author_reputation": 0, + "author_reputation": 3946777086453, "beneficiaries": [], "body": "dickbutt", "body_length": 8, @@ -2028,7 +2028,7 @@ { "active_votes": [], "author": "contentjunkie", - "author_reputation": 0, + "author_reputation": 3946777086453, "beneficiaries": [], "body": "dickbutt", "body_length": 8, @@ -2059,7 +2059,7 @@ { "active_votes": [], "author": "contentjunkie", - "author_reputation": 0, + "author_reputation": 3946777086453, "beneficiaries": [], "body": "dickbutt", "body_length": 8, @@ -2090,7 +2090,7 @@ { "active_votes": [], "author": "contentjunkie", - "author_reputation": 0, + "author_reputation": 3946777086453, "beneficiaries": [], "body": "dickbutt dickbutt", "body_length": 17, @@ -2121,7 +2121,7 @@ { "active_votes": [], "author": "contentjunkie", - "author_reputation": 0, + "author_reputation": 3946777086453, "beneficiaries": [], "body": "dickbutt", "body_length": 8, @@ -2152,7 +2152,7 @@ { "active_votes": [], "author": "contentjunkie", - "author_reputation": 0, + "author_reputation": 3946777086453, "beneficiaries": [], "body": "dickbutt", "body_length": 8, @@ -2183,7 +2183,7 @@ { "active_votes": [], "author": "contentjunkie", - "author_reputation": 0, + "author_reputation": 3946777086453, "beneficiaries": [], "body": "dickbutt", "body_length": 8, @@ -2214,7 +2214,7 @@ { "active_votes": [], "author": "contentjunkie", - "author_reputation": 0, + "author_reputation": 3946777086453, "beneficiaries": [], "body": "dickbutt", "body_length": 8, @@ -2245,7 +2245,7 @@ { "active_votes": [], "author": "contentjunkie", - "author_reputation": 0, + "author_reputation": 3946777086453, "beneficiaries": [], "body": "dickbutt", "body_length": 8, @@ -2276,7 +2276,7 @@ { "active_votes": [], "author": "dickbutt", - "author_reputation": 0, + "author_reputation": -603562034423, "beneficiaries": [], "body": "dickbutt", "body_length": 8, @@ -2307,7 +2307,7 @@ { "active_votes": [], "author": "trev", - "author_reputation": 0, + "author_reputation": 875137794542, "beneficiaries": [], "body": "@dickbutt", "body_length": 9, @@ -2338,7 +2338,7 @@ { "active_votes": [], "author": "dickbutt", - "author_reputation": 0, + "author_reputation": -603562034423, "beneficiaries": [], "body": "dickbutt", "body_length": 8, @@ -2369,7 +2369,7 @@ { "active_votes": [], "author": "dragonslayer109", - "author_reputation": 0, + "author_reputation": 64573188744746, "beneficiaries": [], "body": "but I really wanted to pic is amazing :D", "body_length": 40, @@ -2400,7 +2400,7 @@ { "active_votes": [], "author": "demotruk", - "author_reputation": 0, + "author_reputation": 2974404080988, "beneficiaries": [], "body": "I pushed the button and it turned out to be just a jay-peg :-(", "body_length": 62, @@ -2431,7 +2431,7 @@ { "active_votes": [], "author": "mrlogic", - "author_reputation": 0, + "author_reputation": 31757322861, "beneficiaries": [], "body": "i just had to upvote XD", "body_length": 23, @@ -2463,13 +2463,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 28378684, "rshares": 52449059, "voter": "paolo75" } ], "author": "pompe72", - "author_reputation": 0, + "author_reputation": -30464467585, "beneficiaries": [], "body": "dickbutt\n\nhttps://img1.steemit.com/0x0/http://i64.tinypic.com/1zn8p6d.jpg", "body_length": 73, @@ -2500,7 +2500,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "Breath Skeptic, Breath https://www.youtube.com/watch?v=y43FolFlY78", "body_length": 66, @@ -2531,7 +2531,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": ":) Transexual fux :)", "body_length": 20, @@ -2562,7 +2562,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "Can you breath?Yes, Brath, Breath the air in, out, repeat", "body_length": 57, @@ -2593,7 +2593,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "Im not afraid, I can defeat it", "body_length": 30, @@ -2624,7 +2624,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "you got it by now", "body_length": 17, @@ -2655,7 +2655,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "breath 10 times", "body_length": 15, @@ -2686,7 +2686,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "feminism?", "body_length": 9, @@ -2717,7 +2717,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "it is, just breath and stay calm", "body_length": 32, @@ -2748,7 +2748,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "feminism?", "body_length": 9, @@ -2779,7 +2779,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "femninism?", "body_length": 10, @@ -2810,7 +2810,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "feminism?", "body_length": 9, @@ -2841,7 +2841,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "there you go", "body_length": 12, @@ -2872,7 +2872,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "breath", "body_length": 6, @@ -2903,7 +2903,7 @@ { "active_votes": [], "author": "dickbutt", - "author_reputation": 0, + "author_reputation": -603562034423, "beneficiaries": [], "body": "https://s17.postimg.io/kiv7efda7/dickbutt_mark_by_reilpikram_d8busm9.png", "body_length": 72, @@ -2934,7 +2934,7 @@ { "active_votes": [], "author": "skeptic", - "author_reputation": 0, + "author_reputation": -2498083480, "beneficiaries": [], "body": "i just realized dickbutt is a weapon and like digital graffiti.", "body_length": 63, @@ -2965,7 +2965,7 @@ { "active_votes": [], "author": "dickbutt", - "author_reputation": 0, + "author_reputation": -603562034423, "beneficiaries": [], "body": "https://s17.postimg.io/j6i3qa58f/dickbutt.jpg", "body_length": 45, @@ -2996,7 +2996,7 @@ { "active_votes": [], "author": "dickbutt", - "author_reputation": 0, + "author_reputation": -603562034423, "beneficiaries": [], "body": "https://s17.postimg.io/f66d0apdr/Dick_Buttpink.jpg", "body_length": 50, @@ -3027,7 +3027,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "Much feminist!!!!", "body_length": 17, @@ -3058,7 +3058,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "::) Got you", "body_length": 11, @@ -3089,7 +3089,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "feminist?", "body_length": 9, @@ -3120,7 +3120,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "its just a bot", "body_length": 14, @@ -3151,7 +3151,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "reply to the bot with the word \"feminist\"", "body_length": 41, @@ -3182,7 +3182,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "feminist", "body_length": 8, @@ -3213,7 +3213,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "dick butt? cunt ass? feminist X, they are fucking with you , show me your talents", "body_length": 81, @@ -3244,7 +3244,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "go one up", "body_length": 9, @@ -3275,7 +3275,7 @@ { "active_votes": [], "author": "dickbutt", - "author_reputation": 0, + "author_reputation": -603562034423, "beneficiaries": [], "body": "https://s17.postimg.io/uf0vrt8fz/dbupvote.gif", "body_length": 45, @@ -3306,7 +3306,7 @@ { "active_votes": [], "author": "skeptic", - "author_reputation": 0, + "author_reputation": -2498083480, "beneficiaries": [], "body": "https://steemit.com/dickbutt/@skeptic/dickbutt-has-taken-over-steemit\nI made a gentleman troll dickbutt for you! xD\n", "body_length": 232, @@ -3337,7 +3337,7 @@ { "active_votes": [], "author": "skeptic", - "author_reputation": 0, + "author_reputation": -2498083480, "beneficiaries": [], "body": "Sick little bot.\n8D", "body_length": 19, @@ -3368,7 +3368,7 @@ { "active_votes": [], "author": "dickbutt", - "author_reputation": 0, + "author_reputation": -603562034423, "beneficiaries": [], "body": "https://s17.postimg.io/ojbji5iin/m5_En_TSs.jpg", "body_length": 46, @@ -3399,7 +3399,7 @@ { "active_votes": [], "author": "skeptic", - "author_reputation": 0, + "author_reputation": -2498083480, "beneficiaries": [], "body": "dickbutt", "body_length": 8, diff --git a/hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout/polska.pat.json b/hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout/polska.pat.json index 15ef8fb0..4aeced3d 100644 --- a/hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout/polska.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout/polska.pat.json @@ -2,7 +2,7 @@ { "active_votes": [], "author": "lukmarcus", - "author_reputation": 0, + "author_reputation": 2865139821445, "beneficiaries": [], "body": "Ty jeste\u015b autorem tego tekstu?\nhttps://web.facebook.com/notes/szymon-szewczyk-blog/nasienie-wolno%C5%9Bci/1062629210473658", "body_length": 122, @@ -30,4 +30,4 @@ "total_payout_value": "0.000 HBD", "url": "/polska/@simgregg/nasienie-wolnosci#@lukmarcus/re-simgregg-nasienie-wolnosci-20160822t074530822z" } -] \ No newline at end of file +] diff --git a/hivemind/tavern/condenser_api_patterns/get_content/gtg.pat.json b/hivemind/tavern/condenser_api_patterns/get_content/gtg.pat.json index f871caad..c96d0f51 100644 --- a/hivemind/tavern/condenser_api_patterns/get_content/gtg.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_content/gtg.pat.json @@ -2,37 +2,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 949715155915, "rshares": 7498426175709, "voter": "steempty" }, { "percent": "10000", - "reputation": 0, + "reputation": 70486967561347, "rshares": 42312727614219, "voter": "blocktrades" }, { "percent": "10000", - "reputation": 0, + "reputation": 608057298751, "rshares": 305178325808, "voter": "justin" }, { "percent": "10000", - "reputation": 0, + "reputation": 138490649, "rshares": 869557685770, "voter": "silver" }, { "percent": "10000", - "reputation": 0, + "reputation": 9800209121307, "rshares": 5114872713665, "voter": "roadscape" }, { "percent": "10000", - "reputation": 0, + "reputation": 59074616588451, "rshares": 2289539684123, "voter": "complexring" }, @@ -50,19 +50,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 5009147934382, "rshares": 14176153154, "voter": "danknugs" }, { "percent": "10000", - "reputation": 0, + "reputation": 29449063355738, "rshares": 198373663832, "voter": "steemservices" }, { "percent": "10000", - "reputation": 0, + "reputation": 12928765689257, "rshares": 30116948361, "voter": "aizensou" }, @@ -74,7 +74,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1241362310762, "rshares": 6428425796, "voter": "bentley" }, @@ -86,13 +86,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 49549461527, "rshares": 345893040115, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 0, + "reputation": 2802091583976, "rshares": 27177508174, "voter": "proctologic" }, @@ -104,217 +104,217 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 5992588876858, "rshares": 21914098976, "voter": "hcf27" }, { "percent": "10000", - "reputation": 0, + "reputation": 1963822010265, "rshares": 7368210672, "voter": "modeprator" }, { "percent": "10000", - "reputation": 0, + "reputation": 14073457536993, "rshares": 103782757471, "voter": "edgeland" }, { "percent": "10000", - "reputation": 0, + "reputation": 41145563244589, "rshares": 785540122070, "voter": "steemship" }, { "percent": "10000", - "reputation": 0, + "reputation": 376960001789, "rshares": 5786912627, "voter": "spaninv" }, { "percent": "10000", - "reputation": 0, + "reputation": 3750669747284, "rshares": 196850398821, "voter": "pal" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 2792608078, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 3542054613209, "rshares": 98699236, "voter": "itay" }, { "percent": "10000", - "reputation": 0, + "reputation": 1444446898291, "rshares": 9975325205, "voter": "johnerfx" }, { "percent": "10000", - "reputation": 0, + "reputation": 11136252375006, "rshares": 206512826638, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 0, + "reputation": 3804349938696, "rshares": 57136530202, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 0, + "reputation": -453869065378, "rshares": 9128119179, "voter": "somedude" }, { "percent": "10000", - "reputation": 0, + "reputation": 77590508815145, "rshares": 203906072916, "voter": "kaylinart" }, { "percent": "10000", - "reputation": 0, + "reputation": 37159422493, "rshares": 867610016, "voter": "johnerminer" }, { "percent": "10000", - "reputation": 0, + "reputation": 5886979119053, "rshares": 32485842972, "voter": "geoffrey" }, { "percent": "10000", - "reputation": 0, + "reputation": 1199373674648, "rshares": 2480411371, "voter": "gary-smith" }, { "percent": "10000", - "reputation": 0, + "reputation": 2738311095861, "rshares": 23267718250, "voter": "jparty" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571311902261, "rshares": 1953019618, "voter": "mammasitta" }, { "percent": "10000", - "reputation": 0, + "reputation": 3924899966690, "rshares": 25911121779, "voter": "gtg" }, { "percent": "10000", - "reputation": 0, + "reputation": 110873902249, "rshares": 4679981480, "voter": "madwallace" }, { "percent": "10000", - "reputation": 0, + "reputation": 35050443507276, "rshares": 39716978937, "voter": "lauralemons" }, { "percent": "10000", - "reputation": 0, + "reputation": 97622606374, "rshares": 461256359, "voter": "chamviet" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 15413814887, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 997011879274, "rshares": 6283643209, "voter": "endaksi1" }, { "percent": "10000", - "reputation": 0, + "reputation": 6340616331847, "rshares": 16250564070, "voter": "picokernel" }, { "percent": "100", - "reputation": 0, + "reputation": 19111656178138, "rshares": 702264837, "voter": "furion" }, { "percent": "10000", - "reputation": 0, + "reputation": 25849925929525, "rshares": 80421874395, "voter": "anyx" }, { "percent": "10000", - "reputation": 0, + "reputation": 3740475854096, "rshares": 2241994263, "voter": "egjoshslim" }, { "percent": "10000", - "reputation": 0, + "reputation": 1563271634183, "rshares": 120632910259, "voter": "paco" }, { "percent": "10000", - "reputation": 0, + "reputation": 11644551965460, "rshares": 6621475753, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 0, + "reputation": 9836722, "rshares": 226092177, "voter": "jesse5th" }, { "percent": "10000", - "reputation": 0, + "reputation": 6892424678378, "rshares": 23810445079, "voter": "inertia" }, { "percent": "10000", - "reputation": 0, + "reputation": 171730563, "rshares": 210829632, "voter": "glassice" }, { "percent": "10000", - "reputation": 0, + "reputation": -424880418803, "rshares": 203070157, "voter": "lenar79" }, { "percent": "10000", - "reputation": 0, + "reputation": 161079803820, "rshares": 15277675835, "voter": "arcurus" }, { "percent": "10000", - "reputation": 0, + "reputation": 6985921192853, "rshares": 101769596658, "voter": "johnsmith" }, @@ -326,31 +326,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 97517122081, "rshares": 55123516, "voter": "cire81" }, { "percent": "10000", - "reputation": 0, + "reputation": 16914207527051, "rshares": 20346345482, "voter": "celebr1ty" }, { "percent": "10000", - "reputation": 0, + "reputation": 136260156259, "rshares": 116522786, "voter": "kibela" }, { "percent": "10000", - "reputation": 0, + "reputation": 2227557428863, "rshares": 4195953733, "voter": "sulev" }, { "percent": "10000", - "reputation": 0, + "reputation": 106575300404, "rshares": 1863529002, "voter": "glitterpig" }, @@ -362,127 +362,127 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -2405411059, "rshares": 156246825, "voter": "vitz81" }, { "percent": "10000", - "reputation": 0, + "reputation": 90565359983, "rshares": 7842906910, "voter": "rawnetics" }, { "percent": "10000", - "reputation": 0, + "reputation": 1320262999851, "rshares": 2110595726, "voter": "naturalista" }, { "percent": "10000", - "reputation": 0, + "reputation": 75109707260, "rshares": 47302483, "voter": "persianqueen" }, { "percent": "10000", - "reputation": 0, + "reputation": 1653800202958, "rshares": 309993436467, "voter": "glitterfart" }, { "percent": "10000", - "reputation": 0, + "reputation": -487137935046, "rshares": 102759457, "voter": "caitlinm" }, { "percent": "10000", - "reputation": 0, + "reputation": 107551872, "rshares": 71928410, "voter": "jellenmark" }, { "percent": "10000", - "reputation": 0, + "reputation": 137363191136, "rshares": 151302584, "voter": "agussudaryanto" }, { "percent": "10000", - "reputation": 0, + "reputation": -1343370986030, "rshares": 12663424, "voter": "ciao" }, { "percent": "10000", - "reputation": 0, + "reputation": 21756574883, "rshares": 519527818, "voter": "iaco" }, { "percent": "10000", - "reputation": 0, + "reputation": 485540, "rshares": 14786662, "voter": "steemo" }, { "percent": "10000", - "reputation": 0, + "reputation": 612274223, "rshares": 1568749518, "voter": "nixonnox" }, { "percent": "10000", - "reputation": 0, + "reputation": 4542627765008, "rshares": 3195610059, "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 0, + "reputation": -79575494262, "rshares": 2458086, "voter": "steema" }, { "percent": "10000", - "reputation": 0, + "reputation": -894488087252, "rshares": 12950553, "voter": "confucius" }, { "percent": "10000", - "reputation": 0, + "reputation": 37279727062, "rshares": 911816960, "voter": "bledarus" }, { "percent": "10", - "reputation": 0, + "reputation": -711516507127, "rshares": 1251336, "voter": "softpunk" }, { "percent": "10000", - "reputation": 0, + "reputation": -789959772758, "rshares": 3742919, "voter": "jarvis" }, { "percent": "10000", - "reputation": 0, + "reputation": 31215012571, "rshares": 37069491, "voter": "thecurator" }, { "percent": "10000", - "reputation": 0, + "reputation": 17071371161, "rshares": 229846452, "voter": "mefisto" }, { "percent": "10000", - "reputation": 0, + "reputation": 83682643470, "rshares": 104558988, "voter": "cinderphoenix" }, @@ -494,13 +494,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 5861882, "rshares": 57959648, "voter": "piezolit" }, { "percent": "10000", - "reputation": 0, + "reputation": 9708508, "rshares": 8108416, "voter": "brucy" }, @@ -512,7 +512,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 13043111, "rshares": 56023735, "voter": "leticiapink" }, @@ -524,7 +524,7 @@ } ], "author": "gtg", - "author_reputation": 0, + "author_reputation": 3924899966690, "beneficiaries": [], "body": "Hello, World!\n\nMy intention is not to make it into top 19. I could name many other candidates (clearly more than 19) with greater commitment to steem(it) who are a lot more appropriate as witnesses, but I'm sure I can be useful as a backup witness.\n\nI introduced myself here:\nhttps://steemit.com/introduceyourself/@gtg/hello-world\nThose of you who use https://steemit.chat know me as **Gandalf**.\nFor some time, I\u2019ve been using my magic powers (mostly those related to security and infrastructure) to improve steemit. For example, I\u2019ve improved our \"Perfect\" Forward Secrecy and made our communication with site more secure.\n\nMy **seed node** (EU based):\n`seed-node = gtg.steem.house:2001`\nYou can also use it to rsync data dir\n`rsync -Pa rsync://gtg.steem.house/witness_node_data_dir .`\n\nMy **witness node** is on a separate data center (an EU-based one as well).\nIf you believe I can be of value to steemit, please vote for me:\n`vote_for_witness YOURACCOUNT gtg true true`\n\n![witness](https://grey.house/img/witness.jpg)", "body_length": 1023, diff --git a/hivemind/tavern/condenser_api_patterns/get_content/steemit_firstpost.pat.json b/hivemind/tavern/condenser_api_patterns/get_content/steemit_firstpost.pat.json index 73e445f9..ef3d0ef3 100644 --- a/hivemind/tavern/condenser_api_patterns/get_content/steemit_firstpost.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_content/steemit_firstpost.pat.json @@ -2,13 +2,13 @@ "active_votes": [ { "percent": "100", - "reputation": 0, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 0, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, @@ -20,13 +20,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, @@ -38,7 +38,7 @@ }, { "percent": "-100", - "reputation": 0, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, @@ -56,559 +56,559 @@ }, { "percent": "100", - "reputation": 0, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 0, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 0, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 0, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 0, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 0, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 0, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 0, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 0, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 0, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 0, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 0, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 0, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 0, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 0, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 0, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 0, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 0, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 0, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 0, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 0, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 0, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 0, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 0, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 0, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 0, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 0, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 0, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 0, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 0, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 0, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 0, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 0, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 0, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 0, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 0, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 0, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 0, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 0, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 0, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 0, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 0, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 0, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 0, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 0, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 0, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 0, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 0, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 0, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 0, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 0, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 0, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 0, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 0, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 0, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 0, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 0, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 0, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 0, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 0, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 0, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 0, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 0, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 0, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 0, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 0, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 0, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 0, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 0, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 0, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 0, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 0, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 0, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 0, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 0, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 0, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 0, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 0, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 0, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 0, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } ], "author": "steemit", - "author_reputation": 0, + "author_reputation": 12944616889, "beneficiaries": [], "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.", "body_length": 224, diff --git a/hivemind/tavern/condenser_api_patterns/get_content_replies/gtg.pat.json b/hivemind/tavern/condenser_api_patterns/get_content_replies/gtg.pat.json index e1b67ccf..fe48bde6 100644 --- a/hivemind/tavern/condenser_api_patterns/get_content_replies/gtg.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_content_replies/gtg.pat.json @@ -2,7 +2,7 @@ { "active_votes": [], "author": "trogdor", - "author_reputation": 0, + "author_reputation": 12494904871301, "beneficiaries": [], "body": "Nice, I understand the \"owned by a cat\" sentiment. haha", "body_length": 55, @@ -33,7 +33,7 @@ { "active_votes": [], "author": "amartinezque", - "author_reputation": 0, + "author_reputation": 11952915931943, "beneficiaries": [], "body": "Cats, humans , all we move for instinct and curiosity. Welcome! And your cat also!:P", "body_length": 84, @@ -64,7 +64,7 @@ { "active_votes": [], "author": "edu-lopov", - "author_reputation": 0, + "author_reputation": 1628821936541, "beneficiaries": [], "body": "Welcome to Steemit Gandalf!", "body_length": 27, diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/first.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/first.pat.json index b5cbb4de..6d7ffd6a 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/first.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/first.pat.json @@ -3,13 +3,13 @@ "active_votes": [ { "percent": "100", - "reputation": 0, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 0, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, @@ -21,13 +21,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, @@ -39,7 +39,7 @@ }, { "percent": "-100", - "reputation": 0, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, @@ -57,559 +57,559 @@ }, { "percent": "100", - "reputation": 0, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 0, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 0, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 0, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 0, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 0, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 0, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 0, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 0, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 0, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 0, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 0, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 0, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 0, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 0, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 0, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 0, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 0, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 0, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 0, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 0, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 0, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 0, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 0, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 0, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 0, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 0, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 0, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 0, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 0, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 0, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 0, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 0, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 0, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 0, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 0, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 0, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 0, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 0, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 0, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 0, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 0, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 0, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 0, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 0, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 0, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 0, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 0, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 0, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 0, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 0, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 0, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 0, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 0, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 0, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 0, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 0, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 0, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 0, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 0, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 0, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 0, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 0, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 0, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 0, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 0, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 0, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 0, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 0, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 0, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 0, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 0, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 0, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 0, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 0, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 0, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 0, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 0, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 0, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 0, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } ], "author": "steemit", - "author_reputation": 0, + "author_reputation": 12944616889, "beneficiaries": [], "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.", "body_length": 224, diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/second.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/second.pat.json index b5cbb4de..6d7ffd6a 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/second.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/second.pat.json @@ -3,13 +3,13 @@ "active_votes": [ { "percent": "100", - "reputation": 0, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 0, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, @@ -21,13 +21,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, @@ -39,7 +39,7 @@ }, { "percent": "-100", - "reputation": 0, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, @@ -57,559 +57,559 @@ }, { "percent": "100", - "reputation": 0, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 0, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 0, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 0, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 0, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 0, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 0, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 0, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 0, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 0, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 0, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 0, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 0, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 0, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 0, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 0, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 0, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 0, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 0, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 0, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 0, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 0, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 0, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 0, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 0, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 0, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 0, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 0, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 0, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 0, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 0, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 0, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 0, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 0, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 0, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 0, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 0, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 0, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 0, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 0, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 0, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 0, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 0, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 0, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 0, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 0, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 0, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 0, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 0, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 0, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 0, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 0, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 0, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 0, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 0, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 0, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 0, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 0, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 0, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 0, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 0, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 0, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 0, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 0, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 0, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 0, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 0, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 0, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 0, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 0, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 0, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 0, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 0, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 0, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 0, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 0, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 0, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 0, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 0, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 0, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } ], "author": "steemit", - "author_reputation": 0, + "author_reputation": 12944616889, "beneficiaries": [], "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.", "body_length": 224, diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_blog/steemit.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_blog/steemit.pat.json index b5cbb4de..6d7ffd6a 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_blog/steemit.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_blog/steemit.pat.json @@ -3,13 +3,13 @@ "active_votes": [ { "percent": "100", - "reputation": 0, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 0, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, @@ -21,13 +21,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, @@ -39,7 +39,7 @@ }, { "percent": "-100", - "reputation": 0, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, @@ -57,559 +57,559 @@ }, { "percent": "100", - "reputation": 0, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 0, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 0, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 0, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 0, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 0, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 0, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 0, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 0, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 0, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 0, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 0, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 0, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 0, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 0, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 0, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 0, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 0, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 0, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 0, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 0, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 0, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 0, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 0, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 0, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 0, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 0, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 0, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 0, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 0, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 0, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 0, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 0, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 0, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 0, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 0, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 0, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 0, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 0, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 0, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 0, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 0, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 0, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 0, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 0, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 0, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 0, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 0, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 0, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 0, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 0, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 0, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 0, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 0, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 0, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 0, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 0, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 0, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 0, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 0, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 0, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 0, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 0, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 0, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 0, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 0, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 0, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 0, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 0, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 0, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 0, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 0, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 0, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 0, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 0, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 0, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 0, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 0, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 0, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 0, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } ], "author": "steemit", - "author_reputation": 0, + "author_reputation": 12944616889, "beneficiaries": [], "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.", "body_length": 224, diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/admin.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/admin.pat.json index 7cb23f5d..66f32f8c 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/admin.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/admin.pat.json @@ -3,7 +3,7 @@ "active_votes": [ { "percent": "-100", - "reputation": 0, + "reputation": 145171381514207, "rshares": -375241, "voter": "dantheman" }, @@ -15,55 +15,55 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9800209121307, "rshares": 81125, "voter": "roadscape" }, { "percent": "10000", - "reputation": 0, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 431616594, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 0, + "reputation": 7967572146571, "rshares": 58854897335, "voter": "business" }, { "percent": "10000", - "reputation": 0, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 0, + "reputation": 1241600128334, "rshares": 244129227, "voter": "kewpiedoll" }, { "percent": "10000", - "reputation": 0, + "reputation": 1320262999851, "rshares": 1615731741, "voter": "naturalista" } ], "author": "admin", - "author_reputation": 0, + "author_reputation": 975371654, "beneficiaries": [], "body": "First Reply! Let's get this **party** started", "body_length": 45, diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/steem.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/steem.pat.json index 4051af5e..0655ed85 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/steem.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_created/steem.pat.json @@ -2,7 +2,7 @@ { "active_votes": [], "author": "philanthropest", - "author_reputation": 0, + "author_reputation": 3093571339, "beneficiaries": [], "body": "\n

    James Comey -the Director of the FBI - puts tape over his personal laptop camera and webcams.  

    \n

    I'm not crazy for having masking tape over my camera...I'm not alone....

    \n

    https://www.youtube.com/watch?v=y02aBfNT8n4

    \n

    WHY AREN'T PEOPLE MORE CONCERNED ABOUT BEING LISTENED TO...YES, IT IS INVASIVE TO KNOW YOU ARE BEING WATCHED, BUT....

    \n
      \n
    • People SAY more revealing and interesting stuff than they DO....so, I would much rather be a blind fly on the wall than deaf.  
    • \n
    \n

    AS IF THEY AREN'T LISTENING TO YOU/ME....IF THEY ARE WATCHING...THEY ARE OBVIOUSLY LISTENING

    \n", "body_length": 652, diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_hot/steem.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_hot/steem.pat.json index 5d626289..ac615aea 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_hot/steem.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_hot/steem.pat.json @@ -9,7 +9,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 8779714777561, "rshares": 4287714457313, "voter": "riverhead" }, @@ -21,19 +21,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4107373187010, "rshares": 2053236030423, "voter": "hr1" }, { "percent": "10000", - "reputation": 0, + "reputation": 8358591595454, "rshares": 5519371190400, "voter": "kushed" }, { "percent": "10000", - "reputation": 0, + "reputation": 358840960832, "rshares": 1271804694676, "voter": "rossco99" }, @@ -45,19 +45,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 26776677752355, "rshares": 161758715658, "voter": "ozmaster" }, { "percent": "10000", - "reputation": 0, + "reputation": 28971806962251, "rshares": 1534643949678, "voter": "joseph" }, { "percent": "10000", - "reputation": 0, + "reputation": 12928765689257, "rshares": 100723108736, "voter": "aizensou" }, @@ -69,25 +69,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 100108166977919, "rshares": 636519834128, "voter": "masteryoda" }, { "percent": "10000", - "reputation": 0, + "reputation": 9028537022578, "rshares": 3120576239931, "voter": "recursive" }, { "percent": "10000", - "reputation": 0, + "reputation": 67589992585, "rshares": 8927291120, "voter": "idol" }, { "percent": "10000", - "reputation": 0, + "reputation": 72112139588726, "rshares": 800066797130, "voter": "steemrollin" }, @@ -99,49 +99,49 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 37454101478493, "rshares": 284401462010, "voter": "chitty" }, { "percent": "10000", - "reputation": 0, + "reputation": 368156222, "rshares": 1536592488, "voter": "jocelyn" }, { "percent": "10000", - "reputation": 0, + "reputation": 3444102146490, "rshares": 14818263059, "voter": "gregory-f" }, { "percent": "10000", - "reputation": 0, + "reputation": 14073457536993, "rshares": 154334962550, "voter": "edgeland" }, { "percent": "10000", - "reputation": 0, + "reputation": 54345938068170, "rshares": 374436234637, "voter": "craig-grant" }, { "percent": "10000", - "reputation": 0, + "reputation": 21498120740, "rshares": 9028550345, "voter": "gregory60" }, { "percent": "1056", - "reputation": 0, + "reputation": 12382143533351, "rshares": 89897944197, "voter": "eeks" }, { "percent": "4700", - "reputation": 0, + "reputation": 4931834878069, "rshares": 11591323519, "voter": "fkn" }, @@ -153,61 +153,61 @@ }, { "percent": "9900", - "reputation": 0, + "reputation": 376960001789, "rshares": 5641697991, "voter": "spaninv" }, { "percent": "4700", - "reputation": 0, + "reputation": 5414208804644, "rshares": 15236070794, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 15854806148148, "rshares": 7802860274, "voter": "richman" }, { "percent": "10000", - "reputation": 0, + "reputation": 58571016273092, "rshares": 584279800798, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 0, + "reputation": 1942274690427, "rshares": 10059005246, "voter": "kefkius" }, { "percent": "10000", - "reputation": 0, + "reputation": 21903005256174, "rshares": 177417522325, "voter": "mummyimperfect" }, { "percent": "2900", - "reputation": 0, + "reputation": 1663549830469, "rshares": 313697862, "voter": "coar" }, { "percent": "10000", - "reputation": 0, + "reputation": 161089556767, "rshares": 106635074770, "voter": "asch" }, { "percent": "5555", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1061264730, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 426343346149, "rshares": 6230798580, "voter": "cryptofunk" }, @@ -219,31 +219,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2185191285319, "rshares": 11848125383, "voter": "andu" }, { "percent": "10000", - "reputation": 0, + "reputation": 824717099743, "rshares": 970586830705, "voter": "cyber" }, { "percent": "10000", - "reputation": 0, + "reputation": 4509451541223, "rshares": 59952188311, "voter": "theshell" }, { "percent": "10000", - "reputation": 0, + "reputation": 3037854988445, "rshares": 49580154489, "voter": "ak2020" }, { "percent": "10000", - "reputation": 0, + "reputation": 79561484422, "rshares": 402139444, "voter": "applecrisp" }, @@ -255,103 +255,103 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 12494904871301, "rshares": 280737930617, "voter": "trogdor" }, { "percent": "10000", - "reputation": 0, + "reputation": 486415577627, "rshares": 5950623572, "voter": "mark-waser" }, { "percent": "10000", - "reputation": 0, + "reputation": 5886979119053, "rshares": 118356217412, "voter": "geoffrey" }, { "percent": "4700", - "reputation": 0, + "reputation": 598181152117, "rshares": 101509283748, "voter": "kimziv" }, { "percent": "10000", - "reputation": 0, + "reputation": 3708822694051, "rshares": 75333038089, "voter": "emily-cook" }, { "percent": "10000", - "reputation": 0, + "reputation": 601987961462, "rshares": 2251949197, "voter": "superfreek" }, { "percent": "10000", - "reputation": 0, + "reputation": 25639258699, "rshares": 275327756, "voter": "ladyclair" }, { "percent": "10000", - "reputation": 0, + "reputation": 65540661343, "rshares": 3283410959, "voter": "orly" }, { "percent": "10000", - "reputation": 0, + "reputation": 2083279715738, "rshares": 5271030976, "voter": "riscadox" }, { "percent": "10000", - "reputation": 0, + "reputation": 46813789492, "rshares": 25057521880, "voter": "tcfxyz" }, { "percent": "10000", - "reputation": 0, + "reputation": 3366379465325, "rshares": 6939954009, "voter": "futurefood" }, { "percent": "4700", - "reputation": 0, + "reputation": 19111656178138, "rshares": 56586842629, "voter": "furion" }, { "percent": "10000", - "reputation": 0, + "reputation": 2054508199522, "rshares": 754655775, "voter": "busser" }, { "percent": "10000", - "reputation": 0, + "reputation": 1057084315198, "rshares": 103793678934, "voter": "cdubendo" }, { "percent": "4700", - "reputation": 0, + "reputation": 3891722, "rshares": 271487757, "voter": "barbara2" }, { "percent": "4700", - "reputation": 0, + "reputation": 9142611234, "rshares": 301755142, "voter": "ch0c0latechip" }, { "percent": "4700", - "reputation": 0, + "reputation": 3871042, "rshares": 279277284, "voter": "doge4lyf" }, @@ -363,127 +363,127 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 322912672117, "rshares": 124961861, "voter": "cynetyc" }, { "percent": "10000", - "reputation": 0, + "reputation": 7952828943, "rshares": 5357326058, "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 0, + "reputation": 431450051428, "rshares": 14168005907, "voter": "aaseb" }, { "percent": "4000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 4209533734, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 1175982316919, "rshares": 251367062418, "voter": "nabilov" }, { "percent": "10000", - "reputation": 0, + "reputation": 2644191137390, "rshares": 8576081337, "voter": "noodhoog" }, { "percent": "10000", - "reputation": 0, + "reputation": 658204768651, "rshares": 46859060143, "voter": "milestone" }, { "percent": "10000", - "reputation": 0, + "reputation": 777812727227, "rshares": 21565632626, "voter": "artific" }, { "percent": "10000", - "reputation": 0, + "reputation": 2078306772520, "rshares": 5840939270, "voter": "btcbtcbtc20155" }, { "percent": "10000", - "reputation": 0, + "reputation": 3033861094190, "rshares": 14455781997, "voter": "nippel66" }, { "percent": "10000", - "reputation": 0, + "reputation": 21815260714191, "rshares": 163325492855, "voter": "blueorgy" }, { "percent": "10000", - "reputation": 0, + "reputation": 2173940256661, "rshares": 13111647625, "voter": "benjiberigan" }, { "percent": "4700", - "reputation": 0, + "reputation": 782596410473, "rshares": 2214250194, "voter": "poseidon" }, { "percent": "10000", - "reputation": 0, + "reputation": 76096938200261, "rshares": 355265286967, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 0, + "reputation": 974488972206, "rshares": 3295677164, "voter": "simon.braki.love" }, { "percent": "100", - "reputation": 0, + "reputation": 3439295754608, "rshares": 121062267, "voter": "bola" }, { "percent": "10000", - "reputation": 0, + "reputation": 6467956247739, "rshares": 32544157928, "voter": "deanliu" }, { "percent": "10000", - "reputation": 0, + "reputation": 2970166898462, "rshares": 14007767075, "voter": "hagie" }, { "percent": "4000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 204618396015, "voter": "jl777" }, { "percent": "10000", - "reputation": 0, + "reputation": 918911822347, "rshares": 1371622220, "voter": "aleco" }, { "percent": "4700", - "reputation": 0, + "reputation": 10519849768972, "rshares": 9400257217, "voter": "positive" }, @@ -525,19 +525,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 686738916191, "rshares": 257573964, "voter": "sergey44" }, { "percent": "4000", - "reputation": 0, + "reputation": 58190631451, "rshares": 17267341753, "voter": "proto" }, { "percent": "4700", - "reputation": 0, + "reputation": 17698439393799, "rshares": 16251777176, "voter": "sisterholics" }, @@ -561,97 +561,97 @@ }, { "percent": "4700", - "reputation": 0, + "reputation": 147425730, "rshares": 316499814, "voter": "fnait" }, { "percent": "4700", - "reputation": 0, + "reputation": 3720753029, "rshares": 281178931, "voter": "keepcalmand" }, { "percent": "10000", - "reputation": 0, + "reputation": 1418195151238, "rshares": 607346548, "voter": "cwmyao1" }, { "percent": "10000", - "reputation": 0, + "reputation": 314229959204, "rshares": 16495975416, "voter": "jamesbrown" }, { "percent": "10000", - "reputation": 0, + "reputation": 106575300404, "rshares": 3353991305, "voter": "glitterpig" }, { "percent": "10000", - "reputation": 0, + "reputation": 3962925392210, "rshares": 7506600577, "voter": "jed78" }, { "percent": "4000", - "reputation": 0, + "reputation": 1275505236, "rshares": 8734185109, "voter": "taker" }, { "percent": "10000", - "reputation": 0, + "reputation": 887519432562, "rshares": 1651596637, "voter": "coinbar" }, { "percent": "4700", - "reputation": 0, + "reputation": 10771708337101, "rshares": 574717917578, "voter": "laonie" }, { "percent": "10000", - "reputation": 0, + "reputation": 61374667649460, "rshares": 254341994815, "voter": "ozchartart" }, { "percent": "10000", - "reputation": 0, + "reputation": 876981522843, "rshares": 5104045578, "voter": "croatia" }, { "percent": "4700", - "reputation": 0, + "reputation": 18027204457681, "rshares": 19987344033, "voter": "myfirst" }, { "percent": "4700", - "reputation": 0, + "reputation": 5776723480371, "rshares": 116658367770, "voter": "somebody" }, { "percent": "4700", - "reputation": 0, + "reputation": 206355094166, "rshares": 4604075327, "voter": "flysaga" }, { "percent": "1056", - "reputation": 0, + "reputation": 1751717743, "rshares": 2501638608, "voter": "gmurph" }, { "percent": "4700", - "reputation": 0, + "reputation": 97845484474, "rshares": 25770687280, "voter": "midnightoil" }, @@ -663,169 +663,169 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 3271549714172, "rshares": 2325684243, "voter": "andrew0" }, { "percent": "4700", - "reputation": 0, + "reputation": 3016325652890, "rshares": 64457942294, "voter": "xiaohui" }, { "percent": "4700", - "reputation": 0, + "reputation": 6111268639849, "rshares": 3234267259, "voter": "elfkitchen" }, { "percent": "10000", - "reputation": 0, + "reputation": 66791976065, "rshares": 99935909954, "voter": "joele" }, { "percent": "10000", - "reputation": 0, + "reputation": 11122126920308, "rshares": 5855738054, "voter": "oflyhigh" }, { "percent": "4700", - "reputation": 0, + "reputation": 1851205309677, "rshares": 2127092828, "voter": "xiaokongcom" }, { "percent": "10000", - "reputation": 0, + "reputation": 15018520093808, "rshares": 47556149905, "voter": "eneismijmich" }, { "percent": "4700", - "reputation": 0, + "reputation": 4195733833721, "rshares": 4287842001, "voter": "xianjun" }, { "percent": "10000", - "reputation": 0, + "reputation": 33467338593, "rshares": 72192938, "voter": "sijoittaja" }, { "percent": "10000", - "reputation": 0, + "reputation": 1487684933351, "rshares": 11041591679, "voter": "borran" }, { "percent": "10000", - "reputation": 0, + "reputation": 2118792724924, "rshares": 93807196108, "voter": "miacats" }, { "percent": "4700", - "reputation": 0, + "reputation": 730408370151, "rshares": 280777082, "voter": "microluck" }, { "percent": "10000", - "reputation": 0, + "reputation": 3168479764, "rshares": 74131936, "voter": "razberrijam" }, { "percent": "10000", - "reputation": 0, + "reputation": 4637390447698, "rshares": 2022702929, "voter": "chinadaily" }, { "percent": "10000", - "reputation": 0, + "reputation": -30464467585, "rshares": 86712034, "voter": "pompe72" }, { "percent": "10000", - "reputation": 0, + "reputation": 15562325823, "rshares": 1647538615, "voter": "ignat" }, { "percent": "2100", - "reputation": 0, + "reputation": 11683040603469, "rshares": 20666130092, "voter": "anotherjoe" }, { "percent": "10000", - "reputation": 0, + "reputation": 16426840706, "rshares": 10344891579, "voter": "gvargas123" }, { "percent": "10000", - "reputation": 0, + "reputation": 2357768295588, "rshares": 3562389763, "voter": "movievertigo" }, { "percent": "10000", - "reputation": 0, + "reputation": 1130219064888, "rshares": 21980957828, "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 0, + "reputation": 2516108074649, "rshares": 2109031152, "voter": "runridefly" }, { "percent": "10000", - "reputation": 0, + "reputation": 364872562916, "rshares": 1783693666, "voter": "funkywanderer" }, { "percent": "10000", - "reputation": 0, + "reputation": 4254380753805, "rshares": 4747321980, "voter": "richardcrill" }, { "percent": "10000", - "reputation": 0, + "reputation": 1504301173829, "rshares": 2161669067, "voter": "jeremyfromwi" }, { "percent": "10000", - "reputation": 0, + "reputation": 20797221470, "rshares": 1661534801, "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 0, + "reputation": 25413691969, "rshares": 178419224, "voter": "greatness" }, { "percent": "5000", - "reputation": 0, + "reputation": 837791549130, "rshares": 27678962051, "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 0, + "reputation": 232802458264, "rshares": 15571125147, "voter": "digital-wisdom" }, @@ -837,19 +837,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 785171622834, "rshares": 6831389463, "voter": "jwaser" }, { "percent": "10000", - "reputation": 0, + "reputation": 51223240, "rshares": 422625634, "voter": "steemorama" }, { "percent": "10000", - "reputation": 0, + "reputation": 2856930496335, "rshares": 4269189470, "voter": "nubchai" }, @@ -861,13 +861,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1810829967, "rshares": 2675506788, "voter": "bwaser" }, { "percent": "10000", - "reputation": 0, + "reputation": 3301652860610, "rshares": 6064648982, "voter": "dexter-k" }, @@ -885,13 +885,13 @@ }, { "percent": "5000", - "reputation": 0, + "reputation": 26215514, "rshares": 27673000226, "voter": "brains" }, { "percent": "10000", - "reputation": 0, + "reputation": 861400654873, "rshares": 1387263917, "voter": "steemafon" }, @@ -921,31 +921,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 62995887468, "rshares": 62515317, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 0, + "reputation": 1996672246136, "rshares": 339300528, "voter": "anomaly" }, { "percent": "10000", - "reputation": 0, + "reputation": 570800415880, "rshares": 2401297947, "voter": "ellepdub" }, { "percent": "10000", - "reputation": 0, + "reputation": 1502200909130, "rshares": 98577200, "voter": "ola1" }, { "percent": "10000", - "reputation": 0, + "reputation": 6072650400812, "rshares": 12115690216, "voter": "herpetologyguy" }, @@ -1047,19 +1047,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 31684221772, "voter": "goldmatters" }, { "percent": "10000", - "reputation": 0, + "reputation": 2361914, "rshares": 154247502, "voter": "dougkarr" } ], "author": "ozchartart", - "author_reputation": 0, + "author_reputation": 61374667649460, "beneficiaries": [], "body": "Hello Steemers!\n\nhttps://img1.steemit.com/0x0/http://puu.sh/qPHEc/3b0d8913ce.png\n\n*POLONIEX*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmGz/0764821325.png\n*4 hour Poloniex chart - Sept 14, 2016*\n\nhttp://puu.sh/rciwF/1b96b56dcc.png\n*4 hour Poloniex chart - Sept 15, 2016*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmLb/755ca91186.png\n*1 day Poloniex chart - Sept 14, 2016*\n\nhttp://puu.sh/rciC9/edf3dcb758.png\n*1 day Poloniex chart - Sept 15, 2016*\nThe Poloniex price went down to the all time low, breaking it and making a slightly lower all time low, but still not giving any confirm of a bottom or bounce.\nVolume about 20% higher then yesterday.\n\n*BITTREX*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmDb/7461d3602b.png\n*4 hour Bittrex chart - Sept 14, 2016*\n\nhttp://puu.sh/rciod/ce32f1a029.png\n*4 hour Bittrex chart - Sept 15, 2016*\nThe Bittrex price broke the local low made just a slightly lower one, same as Poloniex with he all time low, looking like its heading towards the next support level (~0.0007, blue dashed).\nVolume on Bittrex was about 25% lower then yesterday (~5BTC's).\n\n\n*VOLUME COMPARISON*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmuE/227aa902ca.png\n*STEEM/BTC volume Bittrex Sept 14, 2016*\n\nhttp://puu.sh/rcifG/0c61511ea3.png\n*STEEM/BTC volume Bittrex Sept 15, 2016*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmwv/fd2112e3ab.png\n*STEEM/BTC volume Poloniex Sept 14, 2016*\n\nhttp://puu.sh/rcicN/b2384086a4.png\n*STEEM/BTC volume Poloniex Sept 15, 2016*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmry/db13b3282f.png\n*STEEM indexed global volume Sept 14, 2016*\n\nhttp://puu.sh/rcibB/7b2700dd82.png\n*STEEM indexed global volume Sept 15, 2016*\n\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmlb/aca50530d5.png\nhttps://img1.steemit.com/0x0/http://puu.sh/rbmof/8ca7889618.png\n*Coinmarketcap top volume cryptos Sept 14, 2016*\n\nhttp://puu.sh/rci8K/d68b7eb122.png\n*Coinmarketcap top volume cryptos Sept 15, 2016*\nOverall volume about 12% higher then yesterday, with Bittrex volume taking a dive and Poloniex gaining some.\n$STEEM again under top 30 in volume rankings.\n\n*COMMENT*\nOnce again, I will post the comment by commenting as it involves my personal opinion!\nThank you for understanding!\n\nIf anyone has any questions or need's help fell free to ask, I will try to explain as fast and as best as I can.\nCritics, comments, reply's, counters, advice's, etc. are always welcome!\nHave my charts helped you in any way?Let me know with a comment below :)\nAre there more people who are doing TA?\nPlease post the links to your TA's posts into the comments as well!\n\n*DISCLAIMER*\nI am showing multiple scenarios on the price movement, in the post itself I do not take any stance, either bullish or bearish. I am not responsible for neither you\u2019re winning nor you're losses upon trading! the \"comment\" section is my personal opinion and does not mean I have to or do hold any positions in the given market.\nEveryone who uses TA develops his own unique charting style, please keep that in mind.\n\nhttps://www.youtube.com/watch?v=i3bS5nRZOvU\n\nKind regards, OZ :)", "body_length": 3079, diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_promoted/steem.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_promoted/steem.pat.json index cb26ff17..bcd319bb 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_promoted/steem.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_promoted/steem.pat.json @@ -3,43 +3,43 @@ "active_votes": [ { "percent": "-10000", - "reputation": 0, + "reputation": 145171381514207, "rshares": -28338941273774, "voter": "dantheman" }, { "percent": "-10000", - "reputation": 0, + "reputation": 446491524573, "rshares": -56560374008, "voter": "fminerten1" }, { "percent": "10000", - "reputation": 0, + "reputation": 17094999940, "rshares": 515865522774, "voter": "panadacoin" }, { "percent": "10000", - "reputation": 0, + "reputation": 261787136527, "rshares": 591238736691, "voter": "barrie" }, { "percent": "-10000", - "reputation": 0, + "reputation": 32455846463901, "rshares": -31244889730986, "voter": "smooth" }, { "percent": "-10000", - "reputation": 0, + "reputation": 14765040488827, "rshares": -25869425303440, "voter": "berniesanders" }, { "percent": "8900", - "reputation": 0, + "reputation": 13270505121655, "rshares": 56923627230317, "voter": "ned" }, @@ -51,31 +51,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 8779714777561, "rshares": 5861402538757, "voter": "riverhead" }, { "percent": "3500", - "reputation": 0, + "reputation": 8358591595454, "rshares": 2012701974707, "voter": "kushed" }, { "percent": "10000", - "reputation": 0, + "reputation": 2827502899317, "rshares": 1105925638130, "voter": "ihashfury" }, { "percent": "10000", - "reputation": 0, + "reputation": 358840960832, "rshares": 1595196737607, "voter": "rossco99" }, { "percent": "10000", - "reputation": 0, + "reputation": 36749432321730, "rshares": 986803208166, "voter": "liondani" }, @@ -87,37 +87,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3103422054, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3767892961, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 690943799, "voter": "bunny" }, { "percent": "4900", - "reputation": 0, + "reputation": 59074616588451, "rshares": 3573913851034, "voter": "complexring" }, { "percent": "10000", - "reputation": 0, + "reputation": 31405352060596, "rshares": 6282474172783, "voter": "clayop" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 54717838235, "voter": "bue" }, @@ -135,49 +135,49 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 330982605, "rshares": 209038160029, "voter": "alex90342fastn1" }, { "percent": "1000", - "reputation": 0, + "reputation": 12928765689257, "rshares": 7692488765, "voter": "aizensou" }, { "percent": "10000", - "reputation": 0, + "reputation": 13096661187964, "rshares": 3455872549975, "voter": "au1nethyb1" }, { "percent": "5000", - "reputation": 0, + "reputation": 1241362310762, "rshares": 6781848343, "voter": "bentley" }, { "percent": "10000", - "reputation": 0, + "reputation": -296615780418, "rshares": 1387859952, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 0, + "reputation": 1250001478305, "rshares": 106098683047, "voter": "bonapartist" }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 855490468340, "voter": "boombastic" }, { "percent": "10000", - "reputation": 0, + "reputation": 7520586390, "rshares": 115524100455, "voter": "mrs.agsexplorer" }, @@ -195,37 +195,37 @@ }, { "percent": "-10000", - "reputation": 0, + "reputation": 83941319998, "rshares": -5694232013608, "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 71087197697999, "rshares": 988597560715, "voter": "benjojo" }, { "percent": "10000", - "reputation": 0, + "reputation": 49549461527, "rshares": 564763376378, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 0, + "reputation": 18678729398345, "rshares": 168058097416, "voter": "pairmike" }, { "percent": "10000", - "reputation": 0, + "reputation": 585246886482, "rshares": 61457593326, "voter": "vip" }, { "percent": "10000", - "reputation": 0, + "reputation": 2802091583976, "rshares": 29414306405, "voter": "proctologic" }, @@ -237,7 +237,7 @@ }, { "percent": "100", - "reputation": 0, + "reputation": 7458354230246, "rshares": 902943814, "voter": "stoner19" }, @@ -249,31 +249,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4874033031398, "rshares": 400674324536, "voter": "woo7739" }, { "percent": "10000", - "reputation": 0, + "reputation": 72112139588726, "rshares": 821205239311, "voter": "steemrollin" }, { "percent": "1000", - "reputation": 0, + "reputation": 8963739580468, "rshares": 16122243298, "voter": "team" }, { "percent": "2100", - "reputation": 0, + "reputation": 37454101478493, "rshares": 68140066479, "voter": "chitty" }, { "percent": "10000", - "reputation": 0, + "reputation": 327447579267, "rshares": 335329901210, "voter": "lighthil" }, @@ -285,85 +285,85 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9469162, "rshares": 84761882611, "voter": "unosuke" }, { "percent": "10000", - "reputation": 0, + "reputation": 1118904717803, "rshares": 221378412917, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 0, + "reputation": 127159698297, "rshares": 156355134109, "voter": "vitaly-lvov" }, { "percent": "10000", - "reputation": 0, + "reputation": 14073457536993, "rshares": 125237012083, "voter": "edgeland" }, { "percent": "10000", - "reputation": 0, + "reputation": 54345938068170, "rshares": 384189354393, "voter": "craig-grant" }, { "percent": "10000", - "reputation": 0, + "reputation": 12712877967688, "rshares": 78953157492, "voter": "easteagle13" }, { "percent": "10000", - "reputation": 0, + "reputation": 1590661010140, "rshares": 24177692381, "voter": "mod-tamichh" }, { "percent": "10000", - "reputation": 0, + "reputation": 55171927909, "rshares": 47071100260, "voter": "cyan91" }, { "percent": "10000", - "reputation": 0, + "reputation": 5380704535, "rshares": 182161233136, "voter": "samuel-stone" }, { "percent": "10000", - "reputation": 0, + "reputation": 1421425103482, "rshares": 27507445535, "voter": "full-measure" }, { "percent": "10000", - "reputation": 0, + "reputation": 9600934617910, "rshares": 15043635029, "voter": "jademont" }, { "percent": "10000", - "reputation": 0, + "reputation": 204869765185479, "rshares": 1091318863571, "voter": "gavvet" }, { "percent": "10000", - "reputation": 0, + "reputation": 1706294048292, "rshares": 3913661416, "voter": "hbhades" }, { "percent": "10000", - "reputation": 0, + "reputation": 12382143533351, "rshares": 537679658162, "voter": "eeks" }, @@ -375,145 +375,145 @@ }, { "percent": "100", - "reputation": 0, + "reputation": 35537325381339, "rshares": 19875326051, "voter": "hipster" }, { "percent": "10000", - "reputation": 0, + "reputation": 376960001789, "rshares": 5373300397, "voter": "spaninv" }, { "percent": "10000", - "reputation": 0, + "reputation": 5045406568403, "rshares": 31632644129, "voter": "james-show" }, { "percent": "10000", - "reputation": 0, + "reputation": 1172373556107, "rshares": 2191644256, "voter": "gekko" }, { "percent": "10000", - "reputation": 0, + "reputation": 122177444407384, "rshares": 1709548184767, "voter": "cryptoctopus" }, { "percent": "10000", - "reputation": 0, + "reputation": 3750669747284, "rshares": 292403125620, "voter": "pal" }, { "percent": "10000", - "reputation": 0, + "reputation": 10093114621632, "rshares": 91790166084, "voter": "william-noe" }, { "percent": "5000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 6782998784, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 42741727265739, "rshares": 134023949190, "voter": "steve-walschot" }, { "percent": "10000", - "reputation": 0, + "reputation": 6182090102255, "rshares": 32871946754, "voter": "dan-atstarlite" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 490595494, "voter": "coar" }, { "percent": "10000", - "reputation": 0, + "reputation": 161089556767, "rshares": 67870898638, "voter": "asch" }, { "percent": "5000", - "reputation": 0, + "reputation": 60877390332151, "rshares": 286727574871, "voter": "kevinwong" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1425998946, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 16325478562, "rshares": 1703165248, "voter": "brian-lukassen" }, { "percent": "10000", - "reputation": 0, + "reputation": 426343346149, "rshares": 7184649989, "voter": "cryptofunk" }, { "percent": "10000", - "reputation": 0, + "reputation": 4740608822, "rshares": 584817224, "voter": "kodi" }, { "percent": "10000", - "reputation": 0, + "reputation": 4509451541223, "rshares": 79084857477, "voter": "theshell" }, { "percent": "3000", - "reputation": 0, + "reputation": 16234753830016, "rshares": 22641839395, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 0, + "reputation": 11765473490257, "rshares": 51307800519, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 0, + "reputation": -2683858617900, "rshares": 5388661415, "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 0, + "reputation": 71931696380, "rshares": 3915776982262, "voter": "satoshifund" }, { "percent": "10000", - "reputation": 0, + "reputation": 11136252375006, "rshares": 403407002721, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 0, + "reputation": 79561484422, "rshares": 426836364, "voter": "applecrisp" }, @@ -525,367 +525,367 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 6531398726064, "rshares": 147474797358, "voter": "killerstorm" }, { "percent": "10000", - "reputation": 0, + "reputation": 514799489426, "rshares": 370486042445, "voter": "hedge-x" }, { "percent": "100", - "reputation": 0, + "reputation": 62345041692781, "rshares": 6226063990, "voter": "hisnameisolllie" }, { "percent": "100", - "reputation": 0, + "reputation": 20763505296686, "rshares": 4666893911, "voter": "wingz" }, { "percent": "10000", - "reputation": 0, + "reputation": 3804349938696, "rshares": 53642020280, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 0, + "reputation": 11429090901893, "rshares": 112536244257, "voter": "kenny-crane" }, { "percent": "10000", - "reputation": 0, + "reputation": 3046358914696, "rshares": 18290477525, "voter": "samether" }, { "percent": "3000", - "reputation": 0, + "reputation": 5888717170887, "rshares": 20435826971, "voter": "ratel" }, { "percent": "10000", - "reputation": 0, + "reputation": 1380612911758, "rshares": 4477973596, "voter": "dahaz159" }, { "percent": "10000", - "reputation": 0, + "reputation": 1116909606233, "rshares": 13353893819, "voter": "facer" }, { "percent": "10000", - "reputation": 0, + "reputation": 1205917850073, "rshares": 19195451431, "voter": "ziv" }, { "percent": "-10000", - "reputation": 0, + "reputation": 2676865682314, "rshares": -37886485933, "voter": "cheftony" }, { "percent": "10000", - "reputation": 0, + "reputation": 696041082748, "rshares": 814177904, "voter": "proglobyte" }, { "percent": "7500", - "reputation": 0, + "reputation": 1331218317408, "rshares": 6651057809, "voter": "grandpere" }, { "percent": "10000", - "reputation": 0, + "reputation": 343178626425, "rshares": 187723859372, "voter": "mexbit" }, { "percent": "10000", - "reputation": 0, + "reputation": 486415577627, "rshares": 5901731263, "voter": "mark-waser" }, { "percent": "0", - "reputation": 0, + "reputation": 2419162524790, "rshares": 13475779704, "voter": "publicworker" }, { "percent": "10000", - "reputation": 0, + "reputation": 5886979119053, "rshares": 106662592446, "voter": "geoffrey" }, { "percent": "10000", - "reputation": 0, + "reputation": 274656026130, "rshares": 46106881411, "voter": "honeythief" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571311902261, "rshares": 2879418324, "voter": "mammasitta" }, { "percent": "5000", - "reputation": 0, + "reputation": 36344377648, "rshares": 22456450828, "voter": "marco-delsalto" }, { "percent": "10000", - "reputation": 0, + "reputation": 224903879777, "rshares": 6740408834, "voter": "tyler-fletcher" }, { "percent": "10000", - "reputation": 0, + "reputation": 23892211348234, "rshares": 90461089451, "voter": "mctiller" }, { "percent": "10000", - "reputation": 0, + "reputation": 2407214688261, "rshares": 70695307715, "voter": "freedomengineer" }, { "percent": "10000", - "reputation": 0, + "reputation": 3929147028870, "rshares": 14764907307, "voter": "magnebit" }, { "percent": "10000", - "reputation": 0, + "reputation": 28873518041457, "rshares": 73424982025, "voter": "razvanelulmarin" }, { "percent": "900", - "reputation": 0, + "reputation": 6767512298331, "rshares": 4332771254, "voter": "treeshaface" }, { "percent": "10000", - "reputation": 0, + "reputation": 6029824012432, "rshares": 17687843258, "voter": "frankjones" }, { "percent": "10000", - "reputation": 0, + "reputation": 10980042082204, "rshares": 18766219906, "voter": "skapaneas" }, { "percent": "10000", - "reputation": 0, + "reputation": 5078903531942, "rshares": 5157854283, "voter": "micheletrainer" }, { "percent": "10000", - "reputation": 0, + "reputation": 5392624170369, "rshares": 17552893571, "voter": "grey580" }, { "percent": "10000", - "reputation": 0, + "reputation": 25639258699, "rshares": 283436852, "voter": "ladyclair" }, { "percent": "10000", - "reputation": 0, + "reputation": 112943056223182, "rshares": 288748933789, "voter": "ericvancewalton" }, { "percent": "10000", - "reputation": 0, + "reputation": 160174254209, "rshares": 52215058764, "voter": "booja" }, { "percent": "10000", - "reputation": 0, + "reputation": 57643429300793, "rshares": 331004446932, "voter": "roelandp" }, { "percent": "10000", - "reputation": 0, + "reputation": 1959446497877, "rshares": 4775693686, "voter": "dennygalindo" }, { "percent": "10000", - "reputation": 0, + "reputation": 19449097565894, "rshares": 62198582831, "voter": "lehard" }, { "percent": "10000", - "reputation": 0, + "reputation": 19988015698, "rshares": 249608253, "voter": "ivp" }, { "percent": "10000", - "reputation": 0, + "reputation": 1700182089209, "rshares": 86432384761, "voter": "rubybian" }, { "percent": "10000", - "reputation": 0, + "reputation": 65540661343, "rshares": 3299480410, "voter": "orly" }, { "percent": "10000", - "reputation": 0, + "reputation": 40557912481, "rshares": 254364900, "voter": "mstang83" }, { "percent": "10000", - "reputation": 0, + "reputation": 10248743813131, "rshares": 22617124650, "voter": "katyakov" }, { "percent": "10000", - "reputation": 0, + "reputation": 17484609383217, "rshares": 122156869592, "voter": "robrigo" }, { "percent": "10000", - "reputation": 0, + "reputation": 11415305020986, "rshares": 48022035978, "voter": "menta" }, { "percent": "10000", - "reputation": 0, + "reputation": 866922528456, "rshares": 977288096, "voter": "lontong" }, { "percent": "10000", - "reputation": 0, + "reputation": 2222945795019, "rshares": 135562023252, "voter": "chhayll" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 13300237653, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 18799092030582, "rshares": 124913925653, "voter": "derekareith" }, { "percent": "10000", - "reputation": 0, + "reputation": 6340616331847, "rshares": 26683327851, "voter": "picokernel" }, { "percent": "10000", - "reputation": 0, + "reputation": 573516438, "rshares": 2707813985, "voter": "wintrop" }, { "percent": "10000", - "reputation": 0, + "reputation": 7018477845661, "rshares": 514388137239, "voter": "neoxian" }, { "percent": "10000", - "reputation": 0, + "reputation": 4336087201971, "rshares": 25581639649, "voter": "strangerarray" }, { "percent": "10000", - "reputation": 0, + "reputation": 736644764370, "rshares": 1344524912605, "voter": "renohq" }, { "percent": "10000", - "reputation": 0, + "reputation": 3320684282022, "rshares": 155010079441, "voter": "knircky" }, { "percent": "10000", - "reputation": 0, + "reputation": 727668809534, "rshares": 5523230874, "voter": "on0tole" }, { "percent": "10000", - "reputation": 0, + "reputation": 11161280105659, "rshares": 71594122778, "voter": "sigmajin" }, { "percent": "10000", - "reputation": 0, + "reputation": 8017093633272, "rshares": 16832656768, "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 0, + "reputation": 10069093677389, "rshares": 42564757970, "voter": "mrwang" }, { "percent": "10000", - "reputation": 0, + "reputation": 899920858191, "rshares": 1268462097, "voter": "mixa" }, { "percent": "10000", - "reputation": 0, + "reputation": 1371681467487, "rshares": 8279675078, "voter": "autosmile13" }, { "percent": "10000", - "reputation": 0, + "reputation": 67145833276, "rshares": 40069670306, "voter": "wesam" }, @@ -897,277 +897,277 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 322912672117, "rshares": 55667692, "voter": "cynetyc" }, { "percent": "10000", - "reputation": 0, + "reputation": 1661526202859, "rshares": 4524453413, "voter": "gikitiki" }, { "percent": "10000", - "reputation": 0, + "reputation": 2821855573125, "rshares": 4046708005, "voter": "steemit-life" }, { "percent": "10000", - "reputation": 0, + "reputation": 7952828943, "rshares": 4687463894, "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 0, + "reputation": 10077167197115, "rshares": 40136504296, "voter": "biophil" }, { "percent": "10000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 3759809896, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 2753142336385, "rshares": 2630980347, "voter": "jbouchard12" }, { "percent": "10000", - "reputation": 0, + "reputation": 19168905436557, "rshares": 27635550326, "voter": "dwinblood" }, { "percent": "10000", - "reputation": 0, + "reputation": 866671256465, "rshares": 24959867898, "voter": "igster" }, { "percent": "10000", - "reputation": 0, + "reputation": 5827115301697, "rshares": 10845979381, "voter": "deviedev" }, { "percent": "10000", - "reputation": 0, + "reputation": 1489102259, "rshares": 228465690, "voter": "zoicneo" }, { "percent": "10000", - "reputation": 0, + "reputation": 1175982316919, "rshares": 296045327034, "voter": "nabilov" }, { "percent": "10000", - "reputation": 0, + "reputation": 9512715139288, "rshares": 79351054414, "voter": "ntomaino" }, { "percent": "10000", - "reputation": 0, + "reputation": 10445529851856, "rshares": 13957994657, "voter": "meesterboom" }, { "percent": "10000", - "reputation": 0, + "reputation": 3674446315320, "rshares": 12385010041, "voter": "domavila" }, { "percent": "10000", - "reputation": 0, + "reputation": 688176613733, "rshares": 400742354, "voter": "karenmckersie" }, { "percent": "10000", - "reputation": 0, + "reputation": 1058072223123, "rshares": 484888225, "voter": "luisucv34" }, { "percent": "10000", - "reputation": 0, + "reputation": 5183116321161, "rshares": 5747716426, "voter": "krystle" }, { "percent": "10000", - "reputation": 0, + "reputation": 6892424678378, "rshares": 75001817111, "voter": "inertia" }, { "percent": "10000", - "reputation": 0, + "reputation": 1500654518354, "rshares": 44353154247, "voter": "yongyoon" }, { "percent": "10000", - "reputation": 0, + "reputation": 594833631949, "rshares": 7146190847, "voter": "lichtblick" }, { "percent": "10000", - "reputation": 0, + "reputation": 3040770542655, "rshares": 9028095567, "voter": "warrensteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 3502382308233, "rshares": 3710621464, "voter": "maximkichev" }, { "percent": "1000", - "reputation": 0, + "reputation": 51478739136, "rshares": 5254853525, "voter": "sbq777t" }, { "percent": "10000", - "reputation": 0, + "reputation": 3033861094190, "rshares": 13560062590, "voter": "nippel66" }, { "percent": "10000", - "reputation": 0, + "reputation": 34120390016, "rshares": 3175676972, "voter": "imp3" }, { "percent": "10000", - "reputation": 0, + "reputation": 1558637285991, "rshares": 2552560220, "voter": "sgnsteems" }, { "percent": "10000", - "reputation": 0, + "reputation": 21815260714191, "rshares": 189609178496, "voter": "blueorgy" }, { "percent": "1400", - "reputation": 0, + "reputation": 9709066337974, "rshares": 4380569189, "voter": "wadepaterson" }, { "percent": "10000", - "reputation": 0, + "reputation": 76096938200261, "rshares": 296100567501, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 0, + "reputation": -124823359245, "rshares": 20078314404, "voter": "mustafaomar" }, { "percent": "4900", - "reputation": 0, + "reputation": 224144957883, "rshares": 7161559782, "voter": "all-of-us" }, { "percent": "10000", - "reputation": 0, + "reputation": 1532881687066, "rshares": 8247905495, "voter": "magz8716" }, { "percent": "10000", - "reputation": 0, + "reputation": 10910231620999, "rshares": 18706560189, "voter": "bendjmiller222" }, { "percent": "10000", - "reputation": 0, + "reputation": 477578742546, "rshares": 4078813249, "voter": "tarindel" }, { "percent": "5000", - "reputation": 0, + "reputation": 7740774800016, "rshares": 13966407599, "voter": "beowulfoflegend" }, { "percent": "10000", - "reputation": 0, + "reputation": 6467956247739, "rshares": 23276095473, "voter": "deanliu" }, { "percent": "10000", - "reputation": 0, + "reputation": 4194711042931, "rshares": 5317355087, "voter": "rainchen" }, { "percent": "10000", - "reputation": 0, + "reputation": 3782785917192, "rshares": 9242725695, "voter": "oumar" }, { "percent": "10000", - "reputation": 0, + "reputation": 1878917499597, "rshares": 5575772867, "voter": "sharker" }, { "percent": "10000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 182819821534, "voter": "jl777" }, { "percent": "10000", - "reputation": 0, + "reputation": 715914588623, "rshares": 1103176661, "voter": "oecp85" }, { "percent": "10000", - "reputation": 0, + "reputation": 2795999874461, "rshares": 977888223951, "voter": "james212" }, { "percent": "10000", - "reputation": 0, + "reputation": 101628344707, "rshares": 818040957, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 0, + "reputation": 4226573244868, "rshares": 39295777834, "voter": "zaebars" }, { "percent": "10000", - "reputation": 0, + "reputation": 702602138233, "rshares": 1428031362, "voter": "alekst" }, @@ -1179,7 +1179,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 82922763538, "rshares": 125979055, "voter": "kottai" }, @@ -1215,79 +1215,79 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 161079803820, "rshares": 56769328536, "voter": "arcurus" }, { "percent": "10000", - "reputation": 0, + "reputation": 1464965875, "rshares": 115403915, "voter": "charbelnamm" }, { "percent": "10000", - "reputation": 0, + "reputation": 19524897676, "rshares": 9802713874, "voter": "alsprinting" }, { "percent": "10000", - "reputation": 0, + "reputation": 3076953263936, "rshares": 4554249461, "voter": "gustavopasquini" }, { "percent": "10000", - "reputation": 0, + "reputation": 5078296488269, "rshares": 10450628476, "voter": "moon32walker" }, { "percent": "10000", - "reputation": 0, + "reputation": 27988491601746, "rshares": 25772328103, "voter": "marius19" }, { "percent": "10000", - "reputation": 0, + "reputation": 7078941123096, "rshares": 13637653306, "voter": "lemooljiang" }, { "percent": "10000", - "reputation": 0, + "reputation": 13032104555879, "rshares": 15826604583, "voter": "winstonwolfe" }, { "percent": "10000", - "reputation": 0, + "reputation": 114499038747, "rshares": 455136533, "voter": "kooshikoo" }, { "percent": "2300", - "reputation": 0, + "reputation": 568560955800, "rshares": 8541510354, "voter": "fatboy" }, { "percent": "10000", - "reputation": 0, + "reputation": 58190631451, "rshares": 15580395475, "voter": "proto" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 639099484, "voter": "curator" }, { "percent": "8200", - "reputation": 0, + "reputation": 7172977970558, "rshares": 2410557662, "voter": "ace108" }, @@ -1299,7 +1299,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -2287580630, "rshares": 1634018670, "voter": "alex.chien" }, @@ -1311,7 +1311,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1416246303584, "rshares": 13498521499, "voter": "michaeldodridge" }, @@ -1323,139 +1323,139 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 19497864738, "rshares": 1713978326, "voter": "remlaps" }, { "percent": "0", - "reputation": 0, + "reputation": 5571312226030, "rshares": 165045645, "voter": "beanz" }, { "percent": "100", - "reputation": 0, + "reputation": 6545561317919, "rshares": 273280899, "voter": "clevecross" }, { "percent": "10000", - "reputation": 0, + "reputation": 17218558634066, "rshares": 31769283842, "voter": "smailer" }, { "percent": "10000", - "reputation": 0, + "reputation": -1193908062262, "rshares": 149502446, "voter": "steemster1" }, { "percent": "10000", - "reputation": 0, + "reputation": 2227557428863, "rshares": 4564708091, "voter": "sulev" }, { "percent": "10000", - "reputation": 0, + "reputation": 2413145659228, "rshares": 2873988066, "voter": "dmilash" }, { "percent": "10000", - "reputation": 0, + "reputation": 1454976935454, "rshares": 3459421629, "voter": "carlas10" }, { "percent": "10000", - "reputation": 0, + "reputation": 979379098872, "rshares": 1493719735, "voter": "spinner" }, { "percent": "10000", - "reputation": 0, + "reputation": 106575300404, "rshares": 4189235490, "voter": "glitterpig" }, { "percent": "10000", - "reputation": 0, + "reputation": 1275505236, "rshares": 7874311492, "voter": "taker" }, { "percent": "10000", - "reputation": 0, + "reputation": 36625546797, "rshares": 689524426, "voter": "pakisnxt" }, { "percent": "10000", - "reputation": 0, + "reputation": 1085279334225, "rshares": 5394692942, "voter": "theprophet0" }, { "percent": "10000", - "reputation": 0, + "reputation": 1251705047047, "rshares": 4481547788, "voter": "theprophet" }, { "percent": "10000", - "reputation": 0, + "reputation": -833837861150, "rshares": 61911147, "voter": "sharon" }, { "percent": "10000", - "reputation": 0, + "reputation": 4964569405579, "rshares": 7265644466, "voter": "dumar022" }, { "percent": "10000", - "reputation": 0, + "reputation": -1130081321479, "rshares": 61700262, "voter": "lillianjones" }, { "percent": "10000", - "reputation": 0, + "reputation": 6181438509962, "rshares": 46418159604, "voter": "capitalism" }, { "percent": "10000", - "reputation": 0, + "reputation": 7286529084, "rshares": 588460890536, "voter": "toxic" }, { "percent": "10000", - "reputation": 0, + "reputation": 3350958489391, "rshares": 8609049381, "voter": "darknet" }, { "percent": "10000", - "reputation": 0, + "reputation": 1751717743, "rshares": 14224054622, "voter": "gmurph" }, { "percent": "0", - "reputation": 0, + "reputation": 6887127798781, "rshares": 655589667, "voter": "xtester" }, { "percent": "10000", - "reputation": 0, + "reputation": 2287220532946, "rshares": 2090553241, "voter": "achim86" }, @@ -1467,199 +1467,199 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2021353867281, "rshares": 8452120116, "voter": "kurtbeil" }, { "percent": "10000", - "reputation": 0, + "reputation": 519457263879, "rshares": 60138244071, "voter": "poteshnik83" }, { "percent": "10000", - "reputation": 0, + "reputation": 19964916752653, "rshares": 99476907271, "voter": "thisisbenbrick" }, { "percent": "10000", - "reputation": 0, + "reputation": 638930934079, "rshares": 392193612, "voter": "wiser" }, { "percent": "10000", - "reputation": 0, + "reputation": 66769295082002, "rshares": 112411845286, "voter": "terrycraft" }, { "percent": "10000", - "reputation": 0, + "reputation": 790526925913, "rshares": 1348324437, "voter": "dolov" }, { "percent": "10000", - "reputation": 0, + "reputation": 117644956479, "rshares": 21004018124, "voter": "jphamer1" }, { "percent": "10000", - "reputation": 0, + "reputation": 2344911104009, "rshares": 11270713350, "voter": "ekitcho" }, { "percent": "10000", - "reputation": 0, + "reputation": 229682900271, "rshares": 150794650, "voter": "bigsambucca" }, { "percent": "10000", - "reputation": 0, + "reputation": 66791976065, "rshares": 83986507131, "voter": "joele" }, { "percent": "10000", - "reputation": 0, + "reputation": 11122126920308, "rshares": 5527031256, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 0, + "reputation": 1562464639, "rshares": 57523014, "voter": "nickche" }, { "percent": "10000", - "reputation": 0, + "reputation": 1269864429223, "rshares": 2512217855, "voter": "kainmarx" }, { "percent": "10000", - "reputation": 0, + "reputation": 3740136030964, "rshares": 493960660, "voter": "future24" }, { "percent": "10000", - "reputation": 0, + "reputation": -1468839175006, "rshares": 63555792, "voter": "msjennifer" }, { "percent": "10000", - "reputation": 0, + "reputation": -1343370986030, "rshares": 58453204, "voter": "ciao" }, { "percent": "10000", - "reputation": 0, + "reputation": 3401416945201, "rshares": 3015124995, "voter": "villainblack" }, { "percent": "10000", - "reputation": 0, + "reputation": 1706681630, "rshares": 3439786891, "voter": "cmorton" }, { "percent": "10000", - "reputation": 0, + "reputation": 151272123831, "rshares": 219039434, "voter": "xcepta" }, { "percent": "10000", - "reputation": 0, + "reputation": 3515726108234, "rshares": 748990287, "voter": "jrcornel" }, { "percent": "10000", - "reputation": 0, + "reputation": 485540, "rshares": 57914427, "voter": "steemo" }, { "percent": "10000", - "reputation": 0, + "reputation": 4542627765008, "rshares": 19865005311, "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 0, + "reputation": -79575494262, "rshares": 56535984, "voter": "steema" }, { "percent": "3000", - "reputation": 0, + "reputation": 4130836907564, "rshares": 5769564425, "voter": "highlite" }, { "percent": "10000", - "reputation": 0, + "reputation": 56139970267, "rshares": 73061236, "voter": "evgenyche" }, { "percent": "0", - "reputation": 0, + "reputation": 237071800963, "rshares": 65927774, "voter": "bhavnapatel68" }, { "percent": "10000", - "reputation": 0, + "reputation": -894488087252, "rshares": 71228043, "voter": "confucius" }, { "percent": "10000", - "reputation": 0, + "reputation": 9332405310628, "rshares": 28924632850, "voter": "mrosenquist" }, { "percent": "10000", - "reputation": 0, + "reputation": 289207830105, "rshares": 74898697, "voter": "elenirossidou" }, { "percent": "10000", - "reputation": 0, + "reputation": -789959772758, "rshares": 58639072, "voter": "jarvis" }, { "percent": "10000", - "reputation": 0, + "reputation": 746533252410, "rshares": 102741069, "voter": "lisadang" }, { "percent": "10000", - "reputation": 0, + "reputation": 3168479764, "rshares": 78765183, "voter": "razberrijam" }, { "percent": "10000", - "reputation": 0, + "reputation": 3814152361740, "rshares": 10750764390, "voter": "matrixdweller" }, @@ -1671,13 +1671,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2747626258414, "rshares": 2816953736, "voter": "virtualgrowth" }, { "percent": "100", - "reputation": 0, + "reputation": 11683040603469, "rshares": 1399636656, "voter": "anotherjoe" }, @@ -1689,37 +1689,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2725853299020, "rshares": 5927843564, "voter": "solarguy" }, { "percent": "10000", - "reputation": 0, + "reputation": 587729701840, "rshares": 890579467, "voter": "crazycow" }, { "percent": "10000", - "reputation": 0, + "reputation": 998787616929, "rshares": 3977281078, "voter": "lamech-m" }, { "percent": "10000", - "reputation": 0, + "reputation": 3388690269338, "rshares": 9470181501, "voter": "mrgrey" }, { "percent": "10000", - "reputation": 0, + "reputation": -52839282898, "rshares": 382699085, "voter": "crezyliza" }, { "percent": "10000", - "reputation": 0, + "reputation": 16426840706, "rshares": 12003456501, "voter": "gvargas123" }, @@ -1755,25 +1755,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 5939157149097, "rshares": 10109582992, "voter": "elissahawke" }, { "percent": "10000", - "reputation": 0, + "reputation": 1985439257, "rshares": 88078809749, "voter": "icfiedler" }, { "percent": "10000", - "reputation": 0, + "reputation": 517546794156, "rshares": 192287988, "voter": "steevc" }, { "percent": "10000", - "reputation": 0, + "reputation": 2357768295588, "rshares": 1592064374, "voter": "movievertigo" }, @@ -1785,49 +1785,49 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1130219064888, "rshares": 23660021285, "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 0, + "reputation": 875137794542, "rshares": 5932358367, "voter": "trev" }, { "percent": "10000", - "reputation": 0, + "reputation": 17140629596244, "rshares": 48131519933, "voter": "dragonanarchist" }, { "percent": "10000", - "reputation": 0, + "reputation": 62579633003, "rshares": 79979619, "voter": "joelbow" }, { "percent": "5000", - "reputation": 0, + "reputation": 9053611702217, "rshares": 4001380728, "voter": "sethlinson" }, { "percent": "1000", - "reputation": 0, + "reputation": 11490547563070, "rshares": 2391702679, "voter": "hilarski" }, { "percent": "10000", - "reputation": 0, + "reputation": 73481598898, "rshares": 101945845, "voter": "slorunner" }, { "percent": "10000", - "reputation": 0, + "reputation": 433370384966, "rshares": 1679360131, "voter": "imag1ne" }, @@ -1839,7 +1839,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 915016, "rshares": 57412782, "voter": "drsamkhan" }, @@ -1851,103 +1851,103 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 105180541620, "rshares": 103040256, "voter": "adrevel" }, { "percent": "10000", - "reputation": 0, + "reputation": 49216420678, "rshares": 61202458, "voter": "steembriefing" }, { "percent": "10000", - "reputation": 0, + "reputation": 3523461665322, "rshares": 2894276750, "voter": "fat-like-buddha" }, { "percent": "10000", - "reputation": 0, + "reputation": 31060848452, "rshares": 64070582, "voter": "iosif" }, { "percent": "10000", - "reputation": 0, + "reputation": 1191252134466, "rshares": 1559083086, "voter": "ines-f" }, { "percent": "10000", - "reputation": 0, + "reputation": 2146463020842, "rshares": 1893166639, "voter": "cryptoeasy" }, { "percent": "10000", - "reputation": 0, + "reputation": 1063317981552, "rshares": 9771811576, "voter": "etcmike" }, { "percent": "10000", - "reputation": 0, + "reputation": 4272392942041, "rshares": 4912386907, "voter": "ats-david" }, { "percent": "10000", - "reputation": 0, + "reputation": 2516108074649, "rshares": 947456313, "voter": "runridefly" }, { "percent": "10000", - "reputation": 0, + "reputation": 227415344771, "rshares": 69985187, "voter": "stephenkendal" }, { "percent": "10000", - "reputation": 0, + "reputation": 78274754809, "rshares": 80557869, "voter": "jlufer" }, { "percent": "10000", - "reputation": 0, + "reputation": 3946777086453, "rshares": 2475119042, "voter": "contentjunkie" }, { "percent": "10000", - "reputation": 0, + "reputation": 4818398060873, "rshares": 99564797338, "voter": "shenanigator" }, { "percent": "10000", - "reputation": 0, + "reputation": 809313892500, "rshares": 7076299362, "voter": "daveks" }, { "percent": "10000", - "reputation": 0, + "reputation": 250066271138, "rshares": 61715783, "voter": "uziriel" }, { "percent": "10000", - "reputation": 0, + "reputation": 364872562916, "rshares": 3325599818, "voter": "funkywanderer" }, { "percent": "10000", - "reputation": 0, + "reputation": 3575830946674, "rshares": 11968284833, "voter": "ryan-singer" }, @@ -1959,37 +1959,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2455208676, "rshares": 56665974, "voter": "viktorriver" }, { "percent": "10000", - "reputation": 0, + "reputation": 107511023, "rshares": 7018683565, "voter": "mdoolsky" }, { "percent": "10000", - "reputation": 0, + "reputation": 1736702154666, "rshares": 3103345545, "voter": "xanoxt" }, { "percent": "10000", - "reputation": 0, + "reputation": 20797221470, "rshares": 1652709870, "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 0, + "reputation": 2721887929533, "rshares": 6919572472, "voter": "davidbrogan" }, { "percent": "10000", - "reputation": 0, + "reputation": 2083416845, "rshares": 53966805, "voter": "crion" }, @@ -2007,13 +2007,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 205523551305, "rshares": 12191050487, "voter": "ghasemkiani" }, { "percent": "10000", - "reputation": 0, + "reputation": 232802458264, "rshares": 15497139800, "voter": "digital-wisdom" }, @@ -2031,13 +2031,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1919986626165, "rshares": 2032879970, "voter": "matthewtiii" }, { "percent": "10000", - "reputation": 0, + "reputation": 785171622834, "rshares": 5655677010, "voter": "jwaser" }, @@ -2055,19 +2055,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 305485265118, "rshares": 56837113, "voter": "blogx" }, { "percent": "10000", - "reputation": 0, + "reputation": 640164473382, "rshares": 55043079, "voter": "zettar" }, { "percent": "10000", - "reputation": 0, + "reputation": 2840774649947, "rshares": 17788079417, "voter": "hunterisgreat" }, @@ -2085,7 +2085,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 333300187103, "rshares": 85546636, "voter": "the-ego-is-you" }, @@ -2097,7 +2097,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 117903399171, "rshares": 537067064, "voter": "winglessss" }, @@ -2121,13 +2121,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 190002902030, "rshares": 1697516350, "voter": "baodog" }, { "percent": "10000", - "reputation": 0, + "reputation": 1810829967, "rshares": 2664939129, "voter": "bwaser" }, @@ -2139,25 +2139,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 304603834882, "rshares": 732461217, "voter": "ct-gurus" }, { "percent": "10000", - "reputation": 0, + "reputation": 573818727139, "rshares": 220578638, "voter": "mamo" }, { "percent": "10000", - "reputation": 0, + "reputation": 2697602494482, "rshares": 1706277109, "voter": "ibringawareness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1586351489943, "rshares": 860146710, "voter": "kingarbinv" }, @@ -2169,73 +2169,73 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4205608568581, "rshares": 4841952237, "voter": "burnin" }, { "percent": "3300", - "reputation": 0, + "reputation": 563927807986, "rshares": 558512952, "voter": "bitcoinparadise" }, { "percent": "10000", - "reputation": 0, + "reputation": 488472984681, "rshares": 206212756, "voter": "ballinconscious" }, { "percent": "10000", - "reputation": 0, + "reputation": 5646699288797, "rshares": 4652459969, "voter": "gringalicious" }, { "percent": "10000", - "reputation": 0, + "reputation": 661603952344, "rshares": 2770826537, "voter": "steempowerwhale" }, { "percent": "10000", - "reputation": 0, + "reputation": 2914114578419, "rshares": 1336513482, "voter": "rigaronib" }, { "percent": "10000", - "reputation": 0, + "reputation": 1201509725074, "rshares": 390796425, "voter": "echoesinthemind" }, { "percent": "10000", - "reputation": 0, + "reputation": 1327349908318, "rshares": 357202147, "voter": "soldier" }, { "percent": "10000", - "reputation": 0, + "reputation": 679010673667, "rshares": 55826263, "voter": "nelyp" }, { "percent": "10000", - "reputation": 0, + "reputation": 570800415880, "rshares": 2339486479, "voter": "ellepdub" }, { "percent": "10000", - "reputation": 0, + "reputation": 39967971, "rshares": 50852949, "voter": "gregorygarcia" }, { "percent": "10000", - "reputation": 0, + "reputation": 6072650400812, "rshares": 9400577403, "voter": "herpetologyguy" }, @@ -2253,13 +2253,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 25803661875, "rshares": 70358845, "voter": "ancientofdays" }, { "percent": "10000", - "reputation": 0, + "reputation": -519870545601, "rshares": 52648858, "voter": "psyduck" }, @@ -2277,7 +2277,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 161389518041, "rshares": 147415673, "voter": "flowergirl" }, @@ -2289,19 +2289,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1150196390848, "rshares": 101153586, "voter": "anns" }, { "percent": "10000", - "reputation": 0, + "reputation": 1182561225, "rshares": 1693077690, "voter": "nil1511" }, { "percent": "10000", - "reputation": 0, + "reputation": 1533678042141, "rshares": 846735133, "voter": "greenwayoflife" }, @@ -2355,19 +2355,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 467125852021, "rshares": 50317220, "voter": "piphunters" }, { "percent": "10000", - "reputation": 0, + "reputation": 1289521305818, "rshares": 1824788165, "voter": "cwbrooch" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663398753211, "rshares": 1161216291, "voter": "ayim" }, @@ -2379,19 +2379,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 192046357763, "rshares": 346259703, "voter": "julia26" }, { "percent": "10000", - "reputation": 0, + "reputation": 450193486835, "rshares": 488963228, "voter": "grisha-danunaher" }, { "percent": "10000", - "reputation": 0, + "reputation": 843039218853, "rshares": 696884040, "voter": "ziogio" }, @@ -2403,25 +2403,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 312902704, "rshares": 80800689, "voter": "timalex" }, { "percent": "10000", - "reputation": 0, + "reputation": 630535104158, "rshares": 79083956, "voter": "silverbackjonz" }, { "percent": "10000", - "reputation": 0, + "reputation": 506147790, "rshares": 23984282056, "voter": "abdullar" }, { "percent": "10000", - "reputation": 0, + "reputation": 319010109417, "rshares": 1204472546, "voter": "expedition" }, @@ -2433,31 +2433,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 8423377122, "rshares": 162128433, "voter": "cebymaster" }, { "percent": "10000", - "reputation": 0, + "reputation": 2064615506, "rshares": 143818142, "voter": "eunnykim" }, { "percent": "10000", - "reputation": 0, + "reputation": 374016850, "rshares": 162785391, "voter": "olga4ka" }, { "percent": "10000", - "reputation": 0, + "reputation": 675589247639, "rshares": 1065182434, "voter": "rusteemitblog" }, { "percent": "10000", - "reputation": 0, + "reputation": 3319016, "rshares": 161974443, "voter": "zapply" }, @@ -2469,13 +2469,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 678509864471, "rshares": 282877474, "voter": "witchcraftblog" }, { "percent": "10000", - "reputation": 0, + "reputation": 585181578869, "rshares": 975048251, "voter": "nikomah" }, @@ -2505,19 +2505,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 15369201941, "rshares": 157654556, "voter": "pawel-krawczyk" }, { "percent": "10000", - "reputation": 0, + "reputation": 11669657116, "rshares": 125721183, "voter": "rubenkusters" }, { "percent": "10000", - "reputation": 0, + "reputation": 7559361841, "rshares": 160269480, "voter": "adpipop" }, @@ -2529,7 +2529,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 33427042566, "rshares": 147606365, "voter": "laskovskiy" }, @@ -2547,19 +2547,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2492569, "rshares": 159524423, "voter": "radent" }, { "percent": "10000", - "reputation": 0, + "reputation": 10568161397, "rshares": 125821091, "voter": "jasonxg" } ], "author": "ned", - "author_reputation": 0, + "author_reputation": 13270505121655, "beneficiaries": [], "body": "https://www.biznessapps.com/blog/wp-content/uploads/2013/12/shutterstock_148639682.png\n\n# Over the last few weeks I've been thinking about ways we could increase the demand for Steem Power, the quality of curated content and the incentives to participate as a Steem curator.\n\nHere are a couple ideas I have been kicking around. They're not fully mature and could use a good rinsing by the community.\n\n## Allow Steem holders to delegate their Steem Power voting rights to a **voting pool**\n\nA delegated voting pool could socialize voting power and individualize rewards. One prime use for this could be the @steemit account. @steemit could create a voting pool and invite anyone with a verified identity and good reputation to join the pool as a curator. This could increase the number of unique curators, help bootstrap Steem as an identity database and give people even more incentives to sign up.\n\nTo show the numbers, an example would be Alice Bob and Charley each delegate their SP of 2, 3, and 7 to one voting pool. Now they each have 4, 4, and 4 SP to be used to curate. Better curation would earn them more curation rewards. \n\nA side effect of delegated voting pools could be voting markets. Any user would have the power to create a voting pool and these users could charge curators for participation. Some of the platform's whales could be interested in offering subscription models to minnows as a way to get more voting influence.\n\n## If powering down stake loses voting influence\n\nImagine that any stake being powered down would lose its rights to use voting influence. This could make the system very clear in the regard that stake is either in or it is out. Users could be able to choose any % of their stake to power down regardless of how many accounts they have and only the % stake that is powering down would lose voting influence. Stopping a power down could return all voting rights.\n\nPerhaps the effect of this could be 1/ more interest to stay in the platform and 2/ more fluidity in the witness queue 3/ more fairness regarding the PoS nature of Steem 4/ more clarity from participants looking to exit the system\n\n## Combined effect?\nPerhaps these proposals could have a combined effect that increases the demand and fluidity of Steem Power while improving the curated experience for people visiting Steem based websites.\n\n#### What are your thoughts and questions?", "body_length": 2399, diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_trending/steem.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_trending/steem.pat.json index b4b1b8c0..341edd82 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_trending/steem.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_trending/steem.pat.json @@ -3,31 +3,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 231806896049, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 70486967561347, "rshares": 40039727156805, "voter": "blocktrades" }, { "percent": "10000", - "reputation": 0, + "reputation": 428017035820, "rshares": 81139043695, "voter": "friend5" }, { "percent": "10000", - "reputation": 0, + "reputation": 8358591595454, "rshares": 5563642779143, "voter": "kushed" }, { "percent": "5900", - "reputation": 0, + "reputation": 9800209121307, "rshares": 4361056998354, "voter": "roadscape" }, @@ -39,103 +39,103 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 158487994237, "rshares": 48198557404, "voter": "twiceuponatime" }, { "percent": "10000", - "reputation": 0, + "reputation": 1082239289637, "rshares": 253716125229, "voter": "indominon" }, { "percent": "10000", - "reputation": 0, + "reputation": 2369366055877, "rshares": 72048644865, "voter": "vault" }, { "percent": "10000", - "reputation": 0, + "reputation": 4075717838613, "rshares": 22916314085, "voter": "wpalczynski" }, { "percent": "10000", - "reputation": 0, + "reputation": 8467472206707, "rshares": 23645584002, "voter": "nikolai" }, { "percent": "10000", - "reputation": 0, + "reputation": 21527783969006, "rshares": 143164562367, "voter": "chris4210" }, { "percent": "8800", - "reputation": 0, + "reputation": 15755437221598, "rshares": 24193131603, "voter": "acidyo" }, { "percent": "2900", - "reputation": 0, + "reputation": 1663549830469, "rshares": 313691550, "voter": "coar" }, { "percent": "5555", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1061234978, "voter": "murh" }, { "percent": "5000", - "reputation": 0, + "reputation": 5888717170887, "rshares": 33781972641, "voter": "ratel" }, { "percent": "10000", - "reputation": 0, + "reputation": 598181152117, "rshares": 208364758717, "voter": "kimziv" }, { "percent": "8800", - "reputation": 0, + "reputation": 17405459234693, "rshares": 45145254362, "voter": "venuspcs" }, { "percent": "8800", - "reputation": 0, + "reputation": 4066839697461, "rshares": 7264907621, "voter": "getssidetracked" }, { "percent": "8800", - "reputation": 0, + "reputation": 744428437430, "rshares": 1414199127, "voter": "trees" }, { "percent": "8800", - "reputation": 0, + "reputation": 2906973892, "rshares": 197179742, "voter": "strawhat" }, { "percent": "10000", - "reputation": 0, + "reputation": 476904340100, "rshares": 844421054, "voter": "endgame" }, { "percent": "10000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 118094280271, "voter": "furion" }, @@ -147,163 +147,163 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2696386723259, "rshares": 13516878845, "voter": "sitaru" }, { "percent": "10000", - "reputation": 0, + "reputation": 1089147151331, "rshares": 3735950544, "voter": "incomemonthly" }, { "percent": "10000", - "reputation": 0, + "reputation": 125274679006, "rshares": 6392090406, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 0, + "reputation": 1175982316919, "rshares": 243749878708, "voter": "nabilov" }, { "percent": "10000", - "reputation": 0, + "reputation": 1058072223123, "rshares": 677892916, "voter": "luisucv34" }, { "percent": "10000", - "reputation": 0, + "reputation": 1537463763, "rshares": 34761252099, "voter": "creemej" }, { "percent": "10000", - "reputation": 0, + "reputation": 21815260714191, "rshares": 167304333801, "voter": "blueorgy" }, { "percent": "10000", - "reputation": 0, + "reputation": 782596410473, "rshares": 4545098461, "voter": "poseidon" }, { "percent": "10000", - "reputation": 0, + "reputation": 632733211156, "rshares": 41053239884, "voter": "celsius100" }, { "percent": "10000", - "reputation": 0, + "reputation": 743656664450, "rshares": 1659490970, "voter": "tokyodude" }, { "percent": "10000", - "reputation": 0, + "reputation": 35209974404, "rshares": 128098702, "voter": "mysteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 1984154587642, "rshares": 6168588588, "voter": "chloetaylor" }, { "percent": "10000", - "reputation": 0, + "reputation": 17698439393799, "rshares": 34309889652, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 0, + "reputation": -39372262885, "rshares": 59017018, "voter": "reported" }, { "percent": "10000", - "reputation": 0, + "reputation": 266005325, "rshares": 55047214, "voter": "krushing" }, { "percent": "10000", - "reputation": 0, + "reputation": 10771708337101, "rshares": 1213316718415, "voter": "laonie" }, { "percent": "10000", - "reputation": 0, + "reputation": 90565359983, "rshares": 21929710586, "voter": "rawnetics" }, { "percent": "10000", - "reputation": 0, + "reputation": 18027204457681, "rshares": 41307699258, "voter": "myfirst" }, { "percent": "10000", - "reputation": 0, + "reputation": 5776723480371, "rshares": 246282932283, "voter": "somebody" }, { "percent": "10000", - "reputation": 0, + "reputation": 206355094166, "rshares": 9450611021, "voter": "flysaga" }, { "percent": "10000", - "reputation": 0, + "reputation": 618773254836, "rshares": 513541455, "voter": "minnowsunited" }, { "percent": "10000", - "reputation": 0, + "reputation": 97845484474, "rshares": 54405663387, "voter": "midnightoil" }, { "percent": "10000", - "reputation": 0, + "reputation": 8358920723, "rshares": 54018085, "voter": "whatyouganjado" }, { "percent": "10000", - "reputation": 0, + "reputation": 3016325652890, "rshares": 136080800992, "voter": "xiaohui" }, { "percent": "10000", - "reputation": 0, + "reputation": 6111268639849, "rshares": 6792049578, "voter": "elfkitchen" }, { "percent": "10000", - "reputation": 0, + "reputation": 4584027347, "rshares": 61187902, "voter": "makaveli" }, { "percent": "10000", - "reputation": 0, + "reputation": 1851205309677, "rshares": 4366196499, "voter": "xiaokongcom" }, @@ -315,13 +315,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4195733833721, "rshares": 8801500509, "voter": "xianjun" }, { "percent": "10000", - "reputation": 0, + "reputation": 1487684933351, "rshares": 11292536945, "voter": "borran" }, @@ -333,61 +333,61 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 730408370151, "rshares": 576331905, "voter": "microluck" }, { "percent": "10000", - "reputation": 0, + "reputation": 1005947450655, "rshares": 1310823380, "voter": "stevescoins" }, { "percent": "10000", - "reputation": 0, + "reputation": 203940530117, "rshares": 3089652212, "voter": "macartem" }, { "percent": "10000", - "reputation": 0, + "reputation": 16426840706, "rshares": 10344891579, "voter": "gvargas123" }, { "percent": "10000", - "reputation": 0, + "reputation": 140342009284, "rshares": 156958768, "voter": "nang1" }, { "percent": "10000", - "reputation": 0, + "reputation": 128799717225, "rshares": 166282713, "voter": "kamil5" }, { "percent": "8800", - "reputation": 0, + "reputation": 21156422, "rshares": 51156498, "voter": "dobbydaba" }, { "percent": "10000", - "reputation": 0, + "reputation": 875137794542, "rshares": 5950976762, "voter": "trev" }, { "percent": "10000", - "reputation": 0, + "reputation": -642566206250, "rshares": 8773942171, "voter": "craigwilliamz" }, { "percent": "10000", - "reputation": 0, + "reputation": 125125489484, "rshares": 72624506, "voter": "ozertayiz" }, @@ -399,31 +399,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1115296338676, "rshares": 736031742, "voter": "freeinthought" }, { "percent": "10000", - "reputation": 0, + "reputation": 35051945584, "rshares": 63258691, "voter": "arnoldz61" }, { "percent": "10000", - "reputation": 0, + "reputation": 1409339812298, "rshares": 2101747450, "voter": "eight-rad" }, { "percent": "10000", - "reputation": 0, + "reputation": 1158086, "rshares": 53681172, "voter": "bitdrone" }, { "percent": "10000", - "reputation": 0, + "reputation": 407993596, "rshares": 53672498, "voter": "sleepcult" }, @@ -435,7 +435,7 @@ }, { "percent": "9900", - "reputation": 0, + "reputation": 12539394694005, "rshares": 12276570645, "voter": "doitvoluntarily" }, @@ -453,55 +453,55 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 62995887468, "rshares": 63904547, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 0, + "reputation": 831205, "rshares": 52154065, "voter": "nommo" }, { "percent": "10000", - "reputation": 0, + "reputation": 9113317076, "rshares": 51261721, "voter": "f1111111" }, { "percent": "10000", - "reputation": 0, + "reputation": 1996672246136, "rshares": 339287005, "voter": "anomaly" }, { "percent": "10000", - "reputation": 0, + "reputation": 1502200909130, "rshares": 98545946, "voter": "ola1" }, { "percent": "10000", - "reputation": 0, + "reputation": 121767758976, "rshares": 63588518, "voter": "mari5555na" }, { "percent": "10000", - "reputation": 0, + "reputation": 2178388003040, "rshares": 2996735269, "voter": "powerup" }, { "percent": "10000", - "reputation": 0, + "reputation": 450193486835, "rshares": 527464783, "voter": "grisha-danunaher" }, { "percent": "10000", - "reputation": 0, + "reputation": 3319016, "rshares": 161974443, "voter": "zapply" }, @@ -513,25 +513,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1464766250, "rshares": 136494240, "voter": "bleujay" }, { "percent": "10000", - "reputation": 0, + "reputation": 17761298, "rshares": 153397644, "voter": "milank" }, { "percent": "10000", - "reputation": 0, + "reputation": 2394976, "rshares": 150273031, "voter": "inkwisitiveguy01" } ], "author": "powerup", - "author_reputation": 0, + "author_reputation": 2178388003040, "beneficiaries": [], "body": "So far, a great number of applications, or tools that can considerably improve our user experience whether we are old users or new, has been created. The application directory created by @roelandp is accepted as an official directory that currently contains more than 80 various tools, mainly created by the community members, with a few official ones. The number of applications is growing rapidly, thanks to talented developers and other users, whose ideas are being converted into functional programs.\n\nHere, I want to introduce you to an infographic that contains 17 very useful tools singled out and sorted into categories according to their use. The first category 'for new and old users' contains essential applications for most users, including applications such as the official chat server and block explorer, as well as a dedicated service for uninterrupted adding of photos, @jesta's tool for easier tracking of data related to your account, and a tool for real-time Steem Backed Dollar conversion, with a few extra applications included in the service.\n\nThe next group contains the applications essential for developers, led by @xeroc's piston which says for itself 'The Swiff Army Knife for the Steem network'. They facilitate the communication with the steem blockchain and there is also an application that facilitates the integration of Steem payments to your service. \n\nThe Miscellaneous group contains a variety of useful applications such as tools for curators, a precise browser of user reputation, a dedicated tool for creating shortened links with statistics, a Steem Stream display of all activity in real time with an option of adjusting your settings, as well as speech community and radio.\n\nLast group are applications in the category of data and analytics that contain most of data about the network, the network activity and the users. \n\nI apologize in advance if some of your favorite applications have been left out; if that is the case, you can always visit http://SteemTools.com which contains all the applications.\n\n*For a clearer view, it is recommended that you open the image in full resolution.* *[Infographic Hotlink!](http://res.cloudinary.com/powerup/image/upload/c_scale,w_1437/v1473957114/revision-02_tdjkik.png)*\nhttps://s11.postimg.io/8uxamnavn/revision_02.png\n---\n ![http://steemit.com/@powerup](https://img1.steemit.com/0x0/https://resources.sketch.cloud/public/102c8fee-b651-415a-8498-36de3c522b7d.png)", "body_length": 2450, diff --git a/hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout/limit_20.pat.json b/hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout/limit_20.pat.json index 897d83b3..7fcf5de6 100644 --- a/hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout/limit_20.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout/limit_20.pat.json @@ -3,151 +3,151 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1523183364522, "rshares": 835401856, "voter": "lee5" }, { "percent": "10000", - "reputation": 0, + "reputation": 1118904717803, "rshares": 221000835803, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 0, + "reputation": 199308931780, "rshares": 60049910, "voter": "akaninyene-etuk" }, { "percent": "10000", - "reputation": 0, + "reputation": 609780550802, "rshares": 141944533, "voter": "irit" }, { "percent": "10000", - "reputation": 0, + "reputation": 514799489426, "rshares": 361661182474, "voter": "hedge-x" }, { "percent": "10000", - "reputation": 0, + "reputation": 6105332515536, "rshares": 6648576257, "voter": "primus" }, { "percent": "10000", - "reputation": 0, + "reputation": 1797275012018, "rshares": 7400392900, "voter": "dasha" }, { "percent": "10000", - "reputation": 0, + "reputation": 7078941123096, "rshares": 12001771040, "voter": "lemooljiang" }, { "percent": "10000", - "reputation": 0, + "reputation": 1416246303584, "rshares": 9364510234, "voter": "michaeldodridge" }, { "percent": "10000", - "reputation": 0, + "reputation": 5776723480371, "rshares": 231680157638, "voter": "somebody" }, { "percent": "10000", - "reputation": 0, + "reputation": 1127978824162, "rshares": 1520602917, "voter": "feelapi" }, { "percent": "10000", - "reputation": 0, + "reputation": 3740136030964, "rshares": 411633883, "voter": "future24" }, { "percent": "10000", - "reputation": 0, + "reputation": 7436429161346, "rshares": 3793330400, "voter": "mione" }, { "percent": "10000", - "reputation": 0, + "reputation": -138680661344, "rshares": 60886073, "voter": "tomeraddady" }, { "percent": "10000", - "reputation": 0, + "reputation": 1053198051249, "rshares": 727760600, "voter": "abc1621043211" }, { "percent": "10000", - "reputation": 0, + "reputation": 1509612108450, "rshares": 1985606562, "voter": "jsantana" }, { "percent": "10000", - "reputation": 0, + "reputation": 361620504, "rshares": 55763290, "voter": "goriilla" }, { "percent": "10000", - "reputation": 0, + "reputation": 342165867, "rshares": 55184850, "voter": "olakla" }, { "percent": "10000", - "reputation": 0, + "reputation": 2576463, "rshares": 54993135, "voter": "cerne" }, { "percent": "10000", - "reputation": 0, + "reputation": 21157638, "rshares": 54916164, "voter": "rexgrove" }, { "percent": "10000", - "reputation": 0, + "reputation": 119198828550, "rshares": 139924838, "voter": "inwoxer" }, { "percent": "10000", - "reputation": 0, + "reputation": 9113317076, "rshares": 50066904, "voter": "f1111111" }, { "percent": "10000", - "reputation": 0, + "reputation": 1010743139109, "rshares": 393193776, "voter": "fluffy" }, { "percent": "10000", - "reputation": 0, + "reputation": 1620651, "rshares": 52774361, "voter": "alexportikul" } ], "author": "somebody", - "author_reputation": 0, + "author_reputation": 5776723480371, "beneficiaries": [], "body": "This post is a trap for robots. So please don't upvote. Just follow me please.\n\n[![](https://steemimg.com/images/2016/08/24/dd8bd8753d16805.gif)](https://steemit.com/@somebody)", "body_length": 176, @@ -179,43 +179,43 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": -453869065378, "rshares": 8763619284, "voter": "somedude" }, { "percent": "0", - "reputation": 0, + "reputation": 12494904871301, "rshares": 5564190601, "voter": "trogdor" }, { "percent": "10000", - "reputation": 0, + "reputation": 678073276260, "rshares": 145380534, "voter": "raymonjohnstone" }, { "percent": "10000", - "reputation": 0, + "reputation": 6264990277085, "rshares": 10315786664, "voter": "pinkisland" }, { "percent": "10000", - "reputation": 0, + "reputation": 2601725582045, "rshares": 15008944210, "voter": "hellokitty" }, { "percent": "5000", - "reputation": 0, + "reputation": 10771708337101, "rshares": 497568302000, "voter": "laonie" }, { "percent": "5000", - "reputation": 0, + "reputation": 124802744033, "rshares": 3778964442, "voter": "laonie1" }, @@ -233,7 +233,7 @@ }, { "percent": "5000", - "reputation": 0, + "reputation": 18027204457681, "rshares": 9118987048, "voter": "myfirst" }, @@ -275,7 +275,7 @@ }, { "percent": "5000", - "reputation": 0, + "reputation": 3016325652890, "rshares": 18835607987, "voter": "xiaohui" }, @@ -287,19 +287,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2516108074649, "rshares": 111114608, "voter": "runridefly" }, { "percent": "5000", - "reputation": 0, + "reputation": 85132342011, "rshares": 3760658629, "voter": "laonie11" } ], "author": "trogdor", - "author_reputation": 0, + "author_reputation": 12494904871301, "beneficiaries": [], "body": "test", "body_length": 4, @@ -331,79 +331,79 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 22378434861462, "rshares": 228145849379, "voter": "stino-san" }, { "percent": "10000", - "reputation": 0, + "reputation": 2758500001611, "rshares": 5007214192, "voter": "fuck.off" }, { "percent": "10000", - "reputation": 0, + "reputation": 1019011681813, "rshares": 6821297816, "voter": "iloveporn" }, { "percent": "10000", - "reputation": 0, + "reputation": 1557874437556, "rshares": 2438027091, "voter": "the.bot" }, { "percent": "10000", - "reputation": 0, + "reputation": 2445708956667, "rshares": 8295473589, "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 0, + "reputation": 1691376287481, "rshares": 5785438356, "voter": "the.whale" }, { "percent": "10000", - "reputation": 0, + "reputation": 1160886081198, "rshares": 5481884026, "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 0, + "reputation": 1035952800698, "rshares": 5785920904, "voter": "vote" }, { "percent": "10000", - "reputation": 0, + "reputation": 2237331858240, "rshares": 6091743832, "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 0, + "reputation": 431450051428, "rshares": 13280342528, "voter": "aaseb" }, { "percent": "10000", - "reputation": 0, + "reputation": 1416246303584, "rshares": 6322307995, "voter": "michaeldodridge" }, { "percent": "10000", - "reputation": 0, + "reputation": 4292618600, "rshares": 111797071, "voter": "kukuy" }, { "percent": "10000", - "reputation": 0, + "reputation": 511460049017, "rshares": 1010597496, "voter": "thedon" }, @@ -421,19 +421,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2170055933924, "rshares": 1455898140, "voter": "jackgallenhall" }, { "percent": "10000", - "reputation": 0, + "reputation": 1684063, "rshares": 52812228, "voter": "reddtie" } ], "author": "stino-san", - "author_reputation": 0, + "author_reputation": 22378434861462, "beneficiaries": [], "body": "test", "body_length": 4, @@ -465,55 +465,55 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 22378434861462, "rshares": 225913748267, "voter": "stino-san" }, { "percent": "10000", - "reputation": 0, + "reputation": 2758500001611, "rshares": 4936121677, "voter": "fuck.off" }, { "percent": "10000", - "reputation": 0, + "reputation": 1557874437556, "rshares": 2248064175, "voter": "the.bot" }, { "percent": "10000", - "reputation": 0, + "reputation": 2445708956667, "rshares": 8179524007, "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 0, + "reputation": 6813289592775, "rshares": 5469062752, "voter": "arcaneinfo" }, { "percent": "10000", - "reputation": 0, + "reputation": 1691376287481, "rshares": 5704244958, "voter": "the.whale" }, { "percent": "10000", - "reputation": 0, + "reputation": 1035952800698, "rshares": 5583423314, "voter": "vote" }, { "percent": "10000", - "reputation": 0, + "reputation": 2237331858240, "rshares": 6007072255, "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 0, + "reputation": 137150233782, "rshares": 67820011, "voter": "nicoleta" }, @@ -531,13 +531,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 142829147182, "rshares": 425334702, "voter": "rucoin" } ], "author": "stino-san", - "author_reputation": 0, + "author_reputation": 22378434861462, "beneficiaries": [], "body": "test", "body_length": 4, @@ -569,43 +569,43 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 46813789492, "rshares": 24991140368, "voter": "tcfxyz" }, { "percent": "10000", - "reputation": 0, + "reputation": 3366379465325, "rshares": 6923304252, "voter": "futurefood" }, { "percent": "10000", - "reputation": 0, + "reputation": 5883461278385, "rshares": 79040067029, "voter": "rea" }, { "percent": "10000", - "reputation": 0, + "reputation": 6264990277085, "rshares": 23010056511, "voter": "pinkisland" }, { "percent": "10000", - "reputation": 0, + "reputation": 4063076365725, "rshares": 1854087037, "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 0, + "reputation": 1161816442579, "rshares": 121858742924, "voter": "twinner" } ], "author": "ace108", - "author_reputation": 0, + "author_reputation": 7172977970558, "beneficiaries": [], "body": "\n

    \"Follow@bullionstackers.gif\"
    \n
    \nImage Link

    \n", "body_length": 240, @@ -637,67 +637,67 @@ "active_votes": [ { "percent": "100", - "reputation": 0, + "reputation": 4874033031398, "rshares": 7861629418, "voter": "woo7739" }, { "percent": "10000", - "reputation": 0, + "reputation": 64573188744746, "rshares": 206209970416, "voter": "dragonslayer109" }, { "percent": "10000", - "reputation": 0, + "reputation": 898796866493, "rshares": 3649598360, "voter": "rawlzsec" }, { "percent": "10000", - "reputation": 0, + "reputation": 4276659410889, "rshares": 3509996730, "voter": "michaellamden68" }, { "percent": "10000", - "reputation": 0, + "reputation": 4603449402273, "rshares": 6300267620, "voter": "bitcoiner" }, { "percent": "10000", - "reputation": 0, + "reputation": 49283901870, "rshares": 1305753906, "voter": "metaflute" }, { "percent": "10000", - "reputation": 0, + "reputation": 524273507, "rshares": 840098241, "voter": "usb" }, { "percent": "10000", - "reputation": 0, + "reputation": 31757322861, "rshares": 192321224, "voter": "mrlogic" }, { "percent": "10000", - "reputation": 0, + "reputation": 28411186, "rshares": 54457374, "voter": "ppan08162016" }, { "percent": "10000", - "reputation": 0, + "reputation": 1520535240522, "rshares": 1043765764, "voter": "anasz" } ], "author": "royaltiffany", - "author_reputation": 0, + "author_reputation": 10900524985586, "beneficiaries": [], "body": "Please do not upvote...\n\n
    http://designwebkit.com/wp-content/uploads/2013/09/how-test-logo-design-thumb.jpg\n
    Source
    ", "body_length": 250, @@ -729,49 +729,49 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 2802091583976, "rshares": 10220864268, "voter": "proctologic" }, { "percent": "10000", - "reputation": 0, + "reputation": 16131170784, "rshares": 258954801, "voter": "digi3d" }, { "percent": "10000", - "reputation": 0, + "reputation": 13090894039053, "rshares": 65562670577, "voter": "discombobulated" }, { "percent": "10000", - "reputation": 0, + "reputation": 2021353867281, "rshares": 6668122973, "voter": "kurtbeil" }, { "percent": "10000", - "reputation": 0, + "reputation": 34338510332, "rshares": 67570327, "voter": "mndstruct" }, { "percent": "10000", - "reputation": 0, + "reputation": 5176671060650, "rshares": 1245304003, "voter": "rubenalexander" }, { "percent": "10000", - "reputation": 0, + "reputation": 2516108074649, "rshares": 111116739, "voter": "runridefly" } ], "author": "rubenalexander", - "author_reputation": 0, + "author_reputation": 5176671060650, "beneficiaries": [], "body": "
    \n\nI noticed that in the list view of all posts, my main images were being cropped. It didn't seem to be a clean scale, or a centered crop, so I created an image to try to determine where the crop occured in the image.\n\nI need to run more tests, but with an 800px x 800px image:\n- The crop occurs around 60 pixels from the top and ends around 280 pixels from the bottom. \n- The crop box dimension 800 pixels wide by 455 pixels high.", "body_length": 490, @@ -803,19 +803,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 17405459234693, "rshares": 69552358699, "voter": "venuspcs" }, { "percent": "10000", - "reputation": 0, + "reputation": 1510234773828, "rshares": 2058287307, "voter": "bitland" }, { "percent": "10000", - "reputation": 0, + "reputation": 2516108074649, "rshares": 495165648, "voter": "runridefly" }, @@ -827,19 +827,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1552458038, "rshares": 53222151, "voter": "rb3coins" }, { "percent": "10000", - "reputation": 0, + "reputation": 22066178, "rshares": 53146733, "voter": "vsmith08162016" } ], "author": "venuspcs", - "author_reputation": 0, + "author_reputation": 17405459234693, "beneficiaries": [], "body": "Testing to see if posting is working again.", "body_length": 43, @@ -871,31 +871,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 15854806148148, "rshares": 13053504107, "voter": "richman" }, { "percent": "10000", - "reputation": 0, + "reputation": 161089556767, "rshares": 68346947255, "voter": "asch" }, { "percent": "10000", - "reputation": 0, + "reputation": 116655886020, "rshares": 897343674, "voter": "happyphoenix" }, { "percent": "10000", - "reputation": 0, + "reputation": 2288762261504, "rshares": 8842903950, "voter": "goose" }, { "percent": "10000", - "reputation": 0, + "reputation": 1552458038, "rshares": 53222151, "voter": "rb3coins" }, @@ -937,7 +937,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 46150823, "rshares": 51215236, "voter": "deli" }, @@ -1015,13 +1015,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2536730663, "rshares": 239553122, "voter": "letstalkliberty" } ], "author": "asch", - "author_reputation": 0, + "author_reputation": 161089556767, "beneficiaries": [], "body": "Would be nice if an author could flag his/her own post so that it can be hidden from the steemit.com blog pages.\n\nhttps://ipfs.pics/ipfs/QmVP5ebRFZ38f7h3k8Vq3cbRcsGBDyZBCqTLtB3GjYFobi", "body_length": 183, @@ -1053,85 +1053,85 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 15854806148148, "rshares": 7800265111, "voter": "richman" }, { "percent": "10000", - "reputation": 0, + "reputation": 503318537891, "rshares": 9647209204, "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 0, + "reputation": 5451039980643, "rshares": 2182262521, "voter": "steemswede" }, { "percent": "0", - "reputation": 0, + "reputation": 18799092030582, "rshares": 3857214813, "voter": "derekareith" }, { "percent": "10000", - "reputation": 0, + "reputation": 36017089082, "rshares": 734052546, "voter": "rxhector" }, { "percent": "10000", - "reputation": 0, + "reputation": 322912672117, "rshares": 113270416, "voter": "cynetyc" }, { "percent": "10000", - "reputation": 0, + "reputation": 2753142336385, "rshares": 3309065147, "voter": "jbouchard12" }, { "percent": "10000", - "reputation": 0, + "reputation": 4603449402273, "rshares": 5534121085, "voter": "bitcoiner" }, { "percent": "10000", - "reputation": 0, + "reputation": 686738916191, "rshares": 77156992, "voter": "sergey44" }, { "percent": "1000", - "reputation": 0, + "reputation": 3278418228934, "rshares": 514947462, "voter": "karenb54" }, { "percent": "10000", - "reputation": 0, + "reputation": 11683040603469, "rshares": 91627251937, "voter": "anotherjoe" }, { "percent": "10000", - "reputation": 0, + "reputation": 868924825603, "rshares": 1181902434, "voter": "the-bitcoin-dood" }, { "percent": "10000", - "reputation": 0, + "reputation": 5939157149097, "rshares": 10384598371, "voter": "elissahawke" }, { "percent": "10000", - "reputation": 0, + "reputation": 1916013022364, "rshares": 413323439, "voter": "wuyueling" }, @@ -1161,19 +1161,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 62995887468, "rshares": 60293991, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 0, + "reputation": 768451347973, "rshares": 849039554, "voter": "jbaker585" } ], "author": "derekareith", - "author_reputation": 0, + "author_reputation": 18799092030582, "beneficiaries": [], "body": "\n

    I wanted to try one and see if it worked here:

    \n


    \n
    \n

    I think that this can be a good statistic to track as it gives you a feel for how many users actually opened your article.  This can help guide authors to work on topics that attract the most views.  Upvotes are nice, but I feel that they don't tell the whole story as far as the level of interest your articles generate.

    \n

    There are also lurkers who don't have accounts but occasionally check out what's going on here.  This could help to track them as well.

    \n

    I found some others that require the webpage address, so I will add those in the comments after I post.

    \n", "body_length": 887, @@ -1205,19 +1205,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 191217797933, "rshares": 63736720, "voter": "zionuziriel" }, { "percent": "10000", - "reputation": 0, + "reputation": 250066271138, "rshares": 55929928, "voter": "uziriel" } ], "author": "zionuziriel", - "author_reputation": 0, + "author_reputation": 191217797933, "beneficiaries": [], "body": "\n

    Hello everyone :) Kindly upvote.
    \n
    \n-Test

    \n", "body_length": 69, @@ -1249,49 +1249,49 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 98586802505, "rshares": 363639358, "voter": "jonathan-looman" }, { "percent": "10000", - "reputation": 0, + "reputation": 3033861094190, "rshares": 12972561232, "voter": "nippel66" }, { "percent": "10000", - "reputation": 0, + "reputation": 6899515531, "rshares": 60593188, "voter": "summerrain" }, { "percent": "10000", - "reputation": 0, + "reputation": 988942038058, "rshares": 49302305855, "voter": "gomeravibz" }, { "percent": "10000", - "reputation": 0, + "reputation": 205727771964, "rshares": 56802928, "voter": "martaspn" }, { "percent": "10000", - "reputation": 0, + "reputation": 1896009750059, "rshares": 75704784, "voter": "whatsup" }, { "percent": "10000", - "reputation": 0, + "reputation": 414609406210, "rshares": 1496460341, "voter": "robotev" } ], "author": "jonathan-looman", - "author_reputation": 0, + "author_reputation": 98586802505, "beneficiaries": [], "body": "\n

    \n", "body_length": 216, @@ -1329,13 +1329,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1682985060, "rshares": 24179554928, "voter": "lee3" }, { "percent": "10000", - "reputation": 0, + "reputation": 40255997582, "rshares": 12397217216, "voter": "cannav" }, @@ -1347,7 +1347,7 @@ } ], "author": "lee3", - "author_reputation": 0, + "author_reputation": 1682985060, "beneficiaries": [], "body": "test", "body_length": 4, @@ -1379,7 +1379,7 @@ "active_votes": [ { "percent": "0", - "reputation": 0, + "reputation": 124802744033, "rshares": 180228664, "voter": "laonie1" }, @@ -1433,7 +1433,7 @@ } ], "author": "laonie1", - "author_reputation": 0, + "author_reputation": 124802744033, "beneficiaries": [], "body": "test", "body_length": 4, @@ -1465,13 +1465,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 4213833370161, "rshares": 34873624275, "voter": "drinkzya" }, { "percent": "500", - "reputation": 0, + "reputation": 124802744033, "rshares": 1588471883, "voter": "laonie1" }, @@ -1525,7 +1525,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1118144531, "rshares": 62044982, "voter": "gregnie" }, @@ -1537,13 +1537,13 @@ }, { "percent": "500", - "reputation": 0, + "reputation": 85132342011, "rshares": 1566068125, "voter": "laonie11" } ], "author": "gregnie", - "author_reputation": 0, + "author_reputation": 1118144531, "beneficiaries": [], "body": "this is a test again.", "body_length": 21, @@ -1581,19 +1581,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1682985060, "rshares": 20419654369, "voter": "lee3" }, { "percent": "10000", - "reputation": 0, + "reputation": 335617567, "rshares": 8962980781, "voter": "lee4" }, { "percent": "0", - "reputation": 0, + "reputation": 1523183364522, "rshares": 425231017, "voter": "lee5" }, @@ -1611,7 +1611,7 @@ } ], "author": "lee3", - "author_reputation": 0, + "author_reputation": 1682985060, "beneficiaries": [], "body": "final", "body_length": 5, @@ -1643,7 +1643,7 @@ "active_votes": [ { "percent": "1000", - "reputation": 0, + "reputation": 124802744033, "rshares": 2642249431, "voter": "laonie1" }, @@ -1703,13 +1703,13 @@ }, { "percent": "1000", - "reputation": 0, + "reputation": 85132342011, "rshares": 2603331812, "voter": "laonie11" } ], "author": "laonie1", - "author_reputation": 0, + "author_reputation": 124802744033, "beneficiaries": [], "body": "

    Voting History

    Last update: 2016-08-23 20:26:40.36
    \n
  • 1. My First Day Of graduate School!!!! :) :) by @spiper20 in life
  • \n
  • 2. Julia Mateo - 14 year old spanish girl by @juliamateo in introduceyourself
  • \n
  • 3. \"Angela\u00b4s Ashes\" [parker 1999] - movie review by @mandibil in moviereview
  • \n
  • 4. Solitary Confinement and The Power of Introversion by @cristi in psychology
  • \n
  • 5. Countries That Welcome All Nationalities by @steemitcity in life
  • \n
  • 6. Ghosts are as Real as You and Me ! A true Haunting from my Past ! by @gomeravibz in writing
  • \n
  • 7. Nice smiles of woman paintings by @kimal73 in art
  • \n
  • 8. My first time .... as official sport photographer in international tournament by @siavach in photographer
  • \n
  • 9. The mad scientists. Part 2 by @fluffy in scientists
  • \n
  • 10. Daily Life Drawing Exercises - Charcoal Pencil on Newsprint by @chrislegaspi in art
  • \n
  • 11. 18 Tips For Users Of Steemit - One Day, I Will Be A Whale... by @funny in steemit
  • \n
  • 12. 5 Reasons You Should Try Internet Dating by @funny in life
  • \n
  • 13. A Mad Scientist's Automated Factory - How I Built My First 3D Printer by @quantumanomaly in diy
  • \n
  • 14. Revenge & Radical Forgiveness by @bendjmiller222 in forgiveness
  • \n
  • 15. Some of the bad habits that can ruin your Photography by @silvershadow111 in photography
  • \n
  • 16. Ahe\u2019ey - A Surprising Reception (An Original Novel - Part 2) by @jamielefay in writing
  • \n
  • 17. Joker Casino Theme Half Sleeve Tattoo by @metalbrushes in art
  • \n
  • 18. Football Victory in London by @daycrypter in photography
  • \n
  • 19. Daycrypter's steemin for the day...Antique Dental Crown Photo (Macro) by @daycrypter in photography
  • \n
  • 20. US Tax Considerations- Blogging on Steemit: Not-for-Profit Activities Hobbies) by @lpfaust in tax
  • \n
  • 21. Duality- 3X2 Acrylic Painting in Progress- Day 3 !! by @eveningstar92 in art
  • \n
  • 22. Silvanus and Empire, an Original Novel (Chapter One) by @beowulfoflegend in writing
  • \n
  • 23. How I used art to keep it together when a wicked brain condition unmade all of my life plans by @mada in life
  • \n
  • 24. SteemitPhotoChallenge Entry- Thoughts of Mom by @birdie in steemitphotochallenge
  • \n
  • 25. Observations from a Criminal Trial by @thenakedgod in story
  • \n
  • 26. Original Short Story: The Virtual Psychopath by @markrmorrisjr in story
  • \n
  • 27. [Future Food] The Herring The Seagull and The Whale Prt1. by @futurefood in steemit
  • \n
  • 28. Illustrations That Will Make You Smile I Guarantee It! by @spiper20 in life
  • \n
  • 29. Stranger Things - Theory (SPOILERS) by @telos in stranger-things
  • \n
  • 30. HOW TO MAKE YOUR OWN HARDFORK (wind-chime) by @papa-pepper in art
  • \n
  • 31. What to Do When Life Serves you Shit for Breakfast by @nubchai in life
  • \n
  • 32. POETICAL JOURNEY THROUGH THE ASTROLOGICAL SIGNS by @kain-jc in poetry
  • \n
  • 33. Overview of 4 Forms of Synesthesia by @carlidos in psychology
  • \n
  • 34. Summer is coming to an end (\u041b\u0435\u0442\u043e \u0437\u0430\u043a\u0430\u043d\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f) by @litrbooh in photography
  • \n
  • 35. The Earth is Our Beautiful Playground... by @jaytaylor in life
  • \n
  • 36. Character Art: A Study in Style by @lillistration in art
  • \n
  • 37. Who is farming Who? by @lariat in cannabis
  • \n
  • 38. Cotton Candy Flavored Grapes!? My Crazy, Exotic Fruit Salad by @runaway-psyche in food
  • \n
  • 39. The Poor, Poor Minnows by @shredlord in steemit
  • \n
  • 40. Exciting Science - Windows made from Wood? by @ukblogger in science
  • \n
  • 41. Legal self defense - Introduction by @tony.jennings in law
  • \n
  • 42. Original Beatbox + Guitar Hip Hop Beat by @hatetheradio in music
  • \n
  • 43. Newbie Gardener + Wannabe Italian Cook Makes Fresh Tomato Sauce & Lives to Tell About It by @cehuneke in recipes
  • \n
  • 44. My boyfriend is a bee keeper and one of his bees stung me! - a jealousy or an accident?:) by @victoriart in travel
  • \n
  • 45. SAKURA / cherry blossoms travel in Shanghai by @minfon in photography
  • \n
  • 46. Stories of Hope: Hemingway's Lost Suitcase \"How Losing Everything Can Actually Be Good.\" by @robotsparkles in life
  • \n
  • 47. 7 healthy foods that can harm. Try not to overdose they are like drugs!!! by @zivile in food
  • \n
  • 48. World's Largest Aircraft Completed Its Maiden Voyage by @menta in news
  • \n
  • 49. Butterflies drawing, who can understand my feeling by @yangyang in steemit
  • \n
  • 50. \u8fd9\u53ef\u80fd\u662f\u4e16\u754c\u4e0a\u6700\u5927\u7684\u51b0\u6dc7\u6dcb by @steemitjorya in cn
  • \n
  • 51. \u4e2d\u6587\u533a\u6d3b\u8dc3\u4f5c\u8005STEEM POWER\u6392\u884c\u699c\uff08\u5305\u542b\u4fe1\u8a89\u5206\u3001\u5f53\u524d\u6295\u7968\u6743\u91cd\uff0c\u8c01\u662f\u571f\u8c6a\uff0c\u4e00\u76ee\u4e86\u7136\uff09/Top active author list under the CN tag by @chinadaily in cn
  • \n
  • 52. \u8bf7\u4e0d\u8981\u4e71\u7528CN\u6807\u7b7e\uff0c\u6211\u7684\u82f1\u6587\u5f88\u70c2\u3002 by @wuyueling in cn
  • \n
  • 53. Try the sound of the Gong. It will blow your mind (in a good way) by @io-io-io in spirituality
  • \n
  • 54. Shopping with Steem by @steevc in steem
  • \n
  • 55. Learning Coding With The Raspberry Pi 3 - Even With No coding Experience, You Can Learn On Your Own by @bitcoinparadise in raspberrypi
  • \n
  • 56. Kicking Myself In The Ass For Opportunities Passed by @bbrewer in poetry
  • \n
  • 57. The Psychology of the Rich and the Poor. [Different ways of Thinking, Speaking and Behaving] by @omfedor in psychology
  • \n
  • 58. Monuments of the former Yugoslavia - bizarre and fascinating relicts from the Tito-Era by @ivicaa in art
  • \n
  • 59. Posting on STEEMIT: Have No Fear of Thieves, it's ALREADY GONE! by @proglobyte in steemit
  • \n
  • 60. iguana status - bug fixing by @jl777 in iguana
  • \n
  • 61. Two Milestones will be reached for me in the next 24 hours - Read All About It! by @venuspcs in steemit
  • \n
  • 62. Hi Steemit I joined over a month ago and thought it was time for my verification. by @giffordde2000 in introduceyourself
  • \n
  • 63. [Steemit-Feature] Suggested changes to TopRightMenu by @bmann in steemit-feature
  • \n
  • 64. Learning to write a simple program: \"Hello World\" by @superfreek in introduceyourself
  • \n
  • 65. [ STEEMITIQUETTE #7: ] ACCOUNTABILITY - OWN YOUR MISTAKES AND STOP BLAMING OTHERS by @cjclaro in steemit
  • \n
  • 66. Anecdotal evidence that what you post matters more than when you post... by @grolelo in steemit
  • \n
  • 67. @supercomputing gxt-1080-sc mining exploit - Why this is a white hat mining hack, and a suggested update to catch a black hat hacker if they try to pull the same trick by @timcliff in mining
  • \n
  • 68. Wait, is that a BLUE BEE! Steemit Colours! by @mweich in photography
  • \n
  • 69. To much coffee.....? by @theyam in photography
  • \n
  • 70. NOTICE! @supercomputing may have taken over the witness queue again! by @bitcoiner in steem
  • \n
  • 71. Steemwho.com is now live! This is your who's who guide - If you want to be included then see instructions below. by @mikehere in steemit
  • \n
  • 72. Is the @dollarvigilante a scammer? [Answer: I don't really care and neither should you] by @mynameisbrian in steemit
  • \n
  • 73. Steemtopia donations - towards a better future, our future. Creating a community that is our own real life self-sustainable sharing and skills based steemit exchange/community on a beautiful parcel of land by @darknet in steemit
  • \n
  • 74. Sweden has the largest scale model of the solar system in the world stretching 950km across the country. by @warrensteem in solarsystem
  • \n
  • 75. Shiatsu practitioner, Teacher and Learner on Steemit. by @chrisaiki in introduceyourself
  • \n
  • 76. Meanwhile, at sword practice... by @lyndieontheroad in photography
  • \n
  • 77. Yeh yeh i know there are whales, and they do not breed. So? by @jvdb in steemit
  • \n
  • 78. Be patient and believe in STEEM - \"long term\" is not a month or two by @dumar022 in steemit
  • \n
  • 79. Story about how chicken has a lot of names by @rainchen in jokes
  • \n
  • 80. BEACH Scenes Malaysia - Port Dickson Beach by @lat-nayar in photography
  • \n
  • 81. How To Get Started Making a Python Based Steemit Bot on CentOS 7 Using Piston by @contentjunkie in steemit
  • \n
  • 82. let me explain why you cannot get rich in steemland and why steemit is not a get rich quick scheme by @crok in steemit
  • \n
  • 83. Split Tone Photos [inspired by @thecryptofiend] by @shortcut in photography
  • \n
  • 84. LOST IN TIME ( An Original Poem - Vol.1) by @masonmiler in writing
  • \n
  • 85. @minfon\u51fa\u4e86\u4e2a\u597d\u4e3b\u610f\uff0c\u8bf4\u5927\u5bb6\u5efa\u7acb\u4e00\u4e2acn-food\u7fa4\uff0c\u5bfb\u627e\u4e2d\u56fd\u5404\u5730\u7f8e\u98df\u3002 by @steemitjorya in food
  • \n
  • 86. My Photography Countryside Travelling / \u604b\u4e0a\u90a3\u67ff\u5b50\uff0c\u60f3\u5403\u4f60\u5f97\u6709\u53e3\u597d\u7259 by @myfirst in travel
  • \n
  • 87. Do you speak while alone? There are couple of good reasons to keep doing it by @allmonitors in talking
  • \n
  • 88. Nice butterfly en lovely bokeh by @mbroek1983 in photography
  • \n
  • 89. Seeking out Australian Native Orchids #1 by @carrinm in photography
  • \n
  • 90. WITH HANDS AND FEET: Sketchbook of a storyteller - by @romaan-namoor in art
  • \n
  • 91. How To Design A Crochet Blanket. by @phoenixmaid in tutorial
  • \n
  • 92. Hunting today, with phone camera [9 photos include] by @trisnawati in photography
  • \n
  • 93. Anna by @violino in photography
  • \n
  • 94. As promised earlier, that will share life in rural areas, the report on the collection of hazelnut. by @panther in life
  • \n
  • 95. Figure uncle by @slowwalker in art
  • \n
  • 96. Seoul grand park in South Korea by @lee5 in kr-steempress
  • \n
  • 97. Ingoknin of the Willowdale's - Chapter 6 \u2013 Kidnapped by @uceph in skyrim
  • \n
  • 98. Some Laws of Natural Philosophy and Sir Isaac Newton (1687) PART 2 by @matthew.raymer in color
  • \n
  • 99. Whale Redistribution of Wealth -- \"LOOKING FOR WHALE LOVE\" -- By The Numbers by @streetstyle in steemit
  • \n
  • 100. A few designs I'm working on. by @phoenixmaid in crochet
  • \n
  • 101. HOW TO MAKE A PLAYGROUND FOR YOUR CHILD by @sinkova in steem
  • \n
  • 102. Steemit in perspective: 90% of US media is controlled by six companies by @crypt0mine in steemit
  • \n
  • 103. You say you will, but will you? by @mione in business
  • \n
  • 104. How to Learn or Improve Skills with Micro Jobs by @patrickdawson in business
  • \n
  • 105. Legalizing Prostitution in a country full of conservative and religious people, Philippines. / Pagiging legal ng prostitusyon sa bansang maraming konserbatibo at reliheyosong mamamayan, ang Pilipinas. by @themanualbot in legalize-prostitution
  • \n
  • 106. Juicy piece of meat and a sauce of black pepper by @vlad in food
  • \n
  • 107. Steampunk Animal Sculptures Made Of Scrap Metal By Hasan Novrozi by @steemafon in photography
  • \n
  • 108. New media paintings Woman faces. by @kimal73 in art
  • \n
  • 109. Scared From the Dark, Don't Go Shooting in Caves by @cryptos in photography
  • \n
  • 110. To the friendliest bot on the steemit, who is so misunderstood. Thank you Jarvis by @disofdis in jarvis
  • \n
  • 111. My Daytime latte-art tryings. Happy Whale by @smailer in food
  • \n
  • 112. Steem and Steem Dollars are Cheap but No One is Buying? This Could Be the Reason Why. by @tjpezlo in steemit
  • \n
  • 113. Steemit Aplha, a look back in history. by @minion in alpha
  • \n
  • 114. STEEM REPORT AUGUST, 23 by @elyaque in steemit
  • \n
  • 115. First orthodontist in the world accepting Steem and SBD Payments!!! by @zahnspange in deutsch
  • \n
  • 116. Steem Your Way To The Top Of YouTube! by @bryan.larkin in steemit
  • \n
  • 117. \u3010AFTER CREATION\u3011(Chapter 2)( First published. In 24 hours upvote and reply, can get my upvote once.)/\u3010\u521b\u4e16\u4e4b\u540e\u3011(\u7b2c2\u7ae0)(\u81ea\u521b\uff1b 24\u5c0f\u65f6\u5185\u9876\u8d34\u548c\u56de\u590d\u7684\uff0c\u5747\u9001\u4e0aupvote\u4e00\u6b21\u3002) by @cnfund in cn
  • \n
  • 118. \ud83d\udccc \ud83d\udc7e\u5927\u5634\u86d9\u70b9\u8bc4\uff1aCN\u533a\u4eca\u65e5\u70ed\u5e16\u9644\u70b9\u8bc4\uff0c\u6392\u540d\u4e0d\u5206\u5148\u540e\uff08August 23 \u7b2c\u4e5d\u671f \uff09 by @oflyhigh in cn
  • \n
  • 119. Can Mars Be Terraformed? If So Would It Be Viable To Do It? by @brianphobos in space
  • \n
  • 120. Painting Queen B - with process photos and art tips by @andressilvera in art
  • \n
  • 121. Personal Finance Tips (Pt. 3) by @profitgenerator in money
  • \n
  • 122. Fashion Film Shoot turned Nightmare (PART 2) by @itsnicoletv in photography
  • \n
  • 123. Owning a French Bulldog Puppy - Cuteness Overload by @allasyummyfood in story
  • \n
  • 124. \u0950 [Vedic Wisdom Lessons] #3 - The Soul Can be Detected by External Signs! What? [Rational approach to the irrational] by @omfedor in philosophy
  • \n
  • 125. List of emojis and icons you can use in Steemit!! Cheatsheet (PART 1) 🐼 👍 😉 by @martaxrodriguez in steemit
  • \n
  • 126. The Dirty Secrets Of The Internet - Part1: You Are Being Watched by @menta in freedom
  • \n
  • 127. Dawn at the railway station. Zhlobin. Belarus. \u0411\u0435\u043b\u0430\u0440\u0443\u0441\u044c. \u0416\u043b\u043e\u0431\u0438\u043d. \u0420\u0430\u0441\u0441\u0432\u0435\u0442 \u043d\u0430 \u0436/\u0434 \u0441\u0442\u0430\u043d\u0446\u0438\u0438. by @sharker in photography
  • \n
  • 128. 5 Fitness Common Fitness Beliefs (That Aren\u2019t True At All) by @sabot in health
  • \n
  • 129. Here's a Great Way to Make A Healthy Breakfast Menu - Tasty Smoothie And A Big Salad - Super food ! by @the-future in smoothie
  • \n
  • 130. Financial freedom. Lifelong. With minimal effort. - Introducing the \u201ePermaCryptoFolio\u201c system, a public trading experiment using real money, starting september 1st, exclusively on Steemit! by @twinner in money
  • \n
  • 131. Eyes with world drawing by @yangyang in steemit
  • \n
  • 132. How a single photograph can be worth as much as a car - Insight on photography cost by @steampunkpowered in photography
  • \n
  • 133. #Sleepers - Promoting Great Articles that Never Woke Up - Proposal by @anotherjoe in steemit
  • \n
  • 134. ALL BLACK, EVERYTHING by @sisterholics in blog
  • \n
  • 135. Introducing Steemit Vote Weight Calculator - A Tool To Maximize your Curation Rewards by @burnin in steemit
  • \n
  • 136. To Raise Active User Count Need to Make Curation Profitable to Accounts With $100-1000 in Steem Power by @dennygalindo in steemit
  • \n
  • 137. What is Steemit ? [SteemEducationProgram] Simple Infographic's to share out on Social Media ! by @steemitguide in steem
  • \n
  • 138. Steemit Funnies #5 The Bot Hunter by @quickfingersluc in cartoon
  • \n
  • 139. \ud83d\udcf7 iPhone macrophoto: how I do it by @imag1ne in photography
  • \n
  • 140. \u201cSolar Sponge\u201d offers a completely new approach to solar steam generation by @nkdk in news
  • \n
  • 141. STEEMWIKI.INFO - A Humble Project Inspired by @ned's Post \"The first phase of the Steem FAQ and Wikee: Consolidation of Knowledge\" by @cjclaro in steemit
  • \n
  • 142. Why the Federal Reserve Can NEVER Raise Interest Rates by @jasonstaggers in economics
  • \n
  • 143. STEEMIT CROSSWORD 2: The Winner Earns 50% of the Steem Dollars! by @sandra in crossword
  • \n
  • 144. Q&A with Steemit Prolific Author - Eric Vance Walton by @cristi in writing
  • \n
  • 145. Steemit is on fire and I am celebrating... In three dimensions! by @thebatchman in steemit
  • \n
  • 146. An Open Letter to Tone Vays: You're right! by @reneenouveau in steem
  • \n
  • 147. Book Review -- Strength in What Remains by Tracy Kidder by @deviedev in literature
  • \n
  • 148. Why I think that gxt-1080-sc is a real GPU miner by @letc in mining
  • \n
  • 149. HOW TO RUiN AN EMPIRE EPISODE V NOW AVAILABLE: AND FOLLWOERS ONLY INSIDE PEAK by @lordvader in funny
  • \n
  • 150. Five blockchain startups that are worth to know +7 by @fluffy in blockchain
  • \n
  • 151. Birthday girl on Steemit \ud83c\udf88\ud83c\udf89 by @lescraig in steemit
  • \n
  • 152. My first Game is RELEASED--Thank you Steemit!! by @behfar in steemit
  • \n
  • 153. Because coloring...thats why! by @anxietymaven in coloring
  • \n
  • 154. It's never too late to learn a new skill \u2013 One year progress and tips for anyone wanting to learn something new by @pixielolz in art
  • \n
  • 155. How I made Decorative Mini Kitchen Blackboard - Pyrography Art + Watercolors by @anca3drandom in art
  • \n
  • 156. Idea: New Tool That Can Help Curators on Steemit by @cryptos in steemit
  • \n
  • 157. Steemit Notebooks Start-Up: YOU Choose the Cover - Vote Now! by @steemingnow in steemit
  • \n
  • 158. BBC's Hit Automotive Show \"Top Gear\" Poised for a Most Certain Death by @stealthstrike in cars
  • \n
  • 159. A piece of text for converting your friends into steemians by @zaebars in steemit
  • \n
  • 160. World Famous American Pastel Artist Gives His Original Art Away To One Lucky SteemIt Voter & Now With BUY IT NOW Option by @mranderson in steemaway
  • \n
  • 161. We Broke Into an Abandoned School to Get These Photos Part One by @sarahjordan in photography
  • \n
  • 162. Garlic Soy Hummus Recipe (Easy) by @corinnestokes in recipes
  • \n
  • 163. Merwin In The Multiverse - Exit 9 Off Infinite Loop [Original Recursive Science Fiction] by @kendewitt in fiction
  • \n
  • 164. UFC 202: McGregor vs Diaz Prefight History and Postfight Analysis by @daut44 in ufc
  • \n
  • 165. How to Write a Ruby on Rails App for STEEM by @inertia in radiator
  • \n
  • 166. Steemit will change the world ? by @marrywiger in life
  • ", "body_length": 42861, @@ -1741,43 +1741,43 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 255334396905, "rshares": 322295897, "voter": "damono" }, { "percent": "10000", - "reputation": 0, + "reputation": 587163107963, "rshares": 2133611474, "voter": "breathe3000" }, { "percent": "10000", - "reputation": 0, + "reputation": 777812727227, "rshares": 20949232618, "voter": "artific" }, { "percent": "10000", - "reputation": 0, + "reputation": 2090799841362, "rshares": 2599515869, "voter": "dimon14" }, { "percent": "10000", - "reputation": 0, + "reputation": 970572315676, "rshares": 1113977128, "voter": "fiat19" }, { "percent": "10000", - "reputation": 0, + "reputation": 2609275826131, "rshares": 53459928, "voter": "alina1" } ], "author": "fiat19", - "author_reputation": 0, + "author_reputation": 970572315676, "beneficiaries": [], "body": "https://s20.postimg.org/9mr5r7hlp/1_0.jpg\n\nThere is a table for observation check. Its name \"Entertaining Table\".\nIt is in order to find the numbers from 1 to 90. If you do it for:\n5-10 minutes, then you have an exceptional observation.\n10-15 minutes - good.\n15-20 minutes - the average.\n20-25 min - satisfactory, but an amazing patience.", "body_length": 338, @@ -1809,13 +1809,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 124802744033, "rshares": 25931059234, "voter": "laonie1" }, { "percent": "10000", - "reputation": 0, + "reputation": 1118144531, "rshares": 63285882, "voter": "gregnie" }, @@ -1827,7 +1827,7 @@ } ], "author": "laonie1", - "author_reputation": 0, + "author_reputation": 124802744033, "beneficiaries": [], "body": "test", "body_length": 4, @@ -1859,13 +1859,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 335617567, "rshares": 8962980781, "voter": "lee4" }, { "percent": "10000", - "reputation": 0, + "reputation": 40255997582, "rshares": 12397217216, "voter": "cannav" }, @@ -1877,7 +1877,7 @@ } ], "author": "lee4", - "author_reputation": 0, + "author_reputation": 335617567, "beneficiaries": [], "body": "test", "body_length": 4, diff --git a/hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout/polska.pat.json b/hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout/polska.pat.json index b15e2c62..344d9786 100644 --- a/hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout/polska.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout/polska.pat.json @@ -3,13 +3,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 842609, "rshares": 53926980, "voter": "simgregg" } ], "author": "simgregg", - "author_reputation": 0, + "author_reputation": 842609, "beneficiaries": [], "body": "Krew tych, co kochali Ojczyzn\u0119, jak naw\u00f3z dzia\u0142a na nasze pokolenie,\nBo cho\u0107 z\u0142amani i w ziemi\u0119 g\u0142\u0119boko pogrzebani - s\u0105 jak nasienie -\nWolno\u015bci, kt\u00f3ra w nas wci\u0105\u017c zdechn\u0105\u0107 nie chce, lecz tchn\u0105\u0107 na nowo.\nCho\u0107 nas zaora\u0107 chc\u0105, nasz\u0105 dusz\u0119 przemieli\u0107 jak zesch\u0142e pole,\nMy wci\u0105\u017c pod skorup\u0105, jak lawa, t\u0119tni\u0105c\u0105 i \u017cyw\u0105 mamy Wol\u0119 -\nBy \u017cy\u0107, gdzie B\u00f3g \u017cy\u0107 da\u0142 przez wieki, i stworzy\u0142 na nowo.\n\nPolska - to tak \u0142atwo si\u0119 m\u00f3wi, i ci\u0119\u017cko umiera. Lecz trudniej - \u017cyje -\nDla Polski, by nie tylko sia\u0107 to ziarno, i \u0142ama\u0107, ale i zbiera\u0107.\nGdy odessano nam ju\u017c z cia\u0142a dusz\u0119 i ducha, gdy\u015bmy jak lalki si\u0119 stali -\nNa sznurkach cudzej historii - Za co umiera\u0107? Ile krew warta\nNa gie\u0142dzie Lucyfera?\n\nGdy dusza rwie si\u0119 do Ciebie, Bo\u017ce, a cia\u0142o gnije w tym padole,\nPoka\u017c, ile wolno mi Polski kocha\u0107, a ile jej odda\u0107 w niewol\u0119?\nBo wyznaczy\u0142e\u015b ludom ich miejsce na ziemi, wi\u0119c i zabra\u0107 mo\u017cesz,\nLecz czy je wr\u00f3cisz, je\u015bli narody wr\u00f3c\u0105 do Ciebie w pokorze?\nCzy te\u017c jeste\u015bmy jak Izrael, wygnani za sw\u0105 twardo\u015b\u0107 serca,\nZa szale\u0144stwo pychy, kt\u00f3ra przed upadkiem zmierzcha?\n\nKrew tych, co cia\u0142a swe jak nasienie w\u0142o\u017cyli do ziemi,\nB\u0119dzie ros\u0105 na Polski odrodzeniu. Je\u015bli tylko nasze serca zmieni -\nTa sprawiedliwo\u015b\u0107 Boga, jak kwa\u015bny deszcz spuszczony,\nGdy trzeba by\u0142o sia\u0107, a my\u015bmy tylko zbierali plony.", "body_length": 1273, diff --git a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/admin.pat.json b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/admin.pat.json index 7cb23f5d..66f32f8c 100644 --- a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/admin.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/admin.pat.json @@ -3,7 +3,7 @@ "active_votes": [ { "percent": "-100", - "reputation": 0, + "reputation": 145171381514207, "rshares": -375241, "voter": "dantheman" }, @@ -15,55 +15,55 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9800209121307, "rshares": 81125, "voter": "roadscape" }, { "percent": "10000", - "reputation": 0, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 431616594, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 0, + "reputation": 7967572146571, "rshares": 58854897335, "voter": "business" }, { "percent": "10000", - "reputation": 0, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 0, + "reputation": 1241600128334, "rshares": 244129227, "voter": "kewpiedoll" }, { "percent": "10000", - "reputation": 0, + "reputation": 1320262999851, "rshares": 1615731741, "voter": "naturalista" } ], "author": "admin", - "author_reputation": 0, + "author_reputation": 975371654, "beneficiaries": [], "body": "First Reply! Let's get this **party** started", "body_length": 45, diff --git a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/limit_100.pat.json b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/limit_100.pat.json index e7fc6e73..3510eee1 100644 --- a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/limit_100.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/limit_100.pat.json @@ -2,7 +2,7 @@ { "active_votes": [], "author": "chitty", - "author_reputation": 0, + "author_reputation": 37454101478493, "beneficiaries": [], "body": "But this is not an issue of Top Witnesses vs Backup witnesses. This is an issue that involves all members of the Steemit. If top witnesses keep receiving 1,370 Steems per day, their voting influence will keep growing while the rest of the users see their voting power diminished.", "body_length": 279, @@ -33,7 +33,7 @@ { "active_votes": [], "author": "woman-onthe-wing", - "author_reputation": 0, + "author_reputation": 649104115637, "beneficiaries": [], "body": "Thanks very much!", "body_length": 17, @@ -65,13 +65,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 36749432321730, "rshares": 1000247174970, "voter": "liondani" } ], "author": "chitty", - "author_reputation": 0, + "author_reputation": 37454101478493, "beneficiaries": [], "body": "This is true, but you have to agree that the gap between top 19 witnesses and the rest of the users is getting bigger... nobody buys 1,370 steem per day, every day!... its impossible to match. The result of this is richer witnesses with more influence and \"normal\" users with very little to no influence at all.", "body_length": 311, @@ -102,7 +102,7 @@ { "active_votes": [], "author": "arcange", - "author_reputation": 0, + "author_reputation": 2620486879029, "beneficiaries": [], "body": "Lol. You're welcome!\nBut I suspect you're working hard to hit the top 20 chart with your two comments :p", "body_length": 104, @@ -133,7 +133,7 @@ { "active_votes": [], "author": "arcange", - "author_reputation": 0, + "author_reputation": 2620486879029, "beneficiaries": [], "body": "That's the purpose of using FREETEXT() instead of CONTAINS()", "body_length": 60, @@ -164,7 +164,7 @@ { "active_votes": [], "author": "gamer00", - "author_reputation": 0, + "author_reputation": 93238678837, "beneficiaries": [], "body": "Thank you!", "body_length": 10, @@ -195,7 +195,7 @@ { "active_votes": [], "author": "lilmisjenn", - "author_reputation": 0, + "author_reputation": 1871240031576, "beneficiaries": [], "body": "See there is a positive to everything! That does sound like quite the cold compromise though! You should post up some pictures of the cherries! I love cherry picking! Yumm!", "body_length": 172, @@ -227,37 +227,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1118904717803, "rshares": 28864035808, "voter": "noaommerrr" }, { "percent": "-10000", - "reputation": 0, + "reputation": 3709071791, "rshares": -100075931, "voter": "cheetah20" }, { "percent": "-10000", - "reputation": 0, + "reputation": 55522787, "rshares": -123906339, "voter": "cheetah19" }, { "percent": "-10000", - "reputation": 0, + "reputation": 59371692, "rshares": -99152161, "voter": "cheetah21" }, { "percent": "-10000", - "reputation": 0, + "reputation": 856945350, "rshares": -99151476, "voter": "cheetah22" } ], "author": "itay", - "author_reputation": 0, + "author_reputation": 3542054613209, "beneficiaries": [], "body": "I upvoted You", "body_length": 13, @@ -288,7 +288,7 @@ { "active_votes": [], "author": "melissarhiann", - "author_reputation": 0, + "author_reputation": 863088709, "beneficiaries": [], "body": "Hi and thanks! I've been attempting to figure out how to add a picture. I'll get it at some point :)", "body_length": 100, @@ -319,7 +319,7 @@ { "active_votes": [], "author": "djm34", - "author_reputation": 0, + "author_reputation": 6053064579803, "beneficiaries": [], "body": "actually I won't send, however I expect to receive... lol (as you can see wanting to know who is who is a totally legitimate question...)", "body_length": 138, @@ -351,25 +351,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 15854806148148, "rshares": 10013306404, "voter": "richman" }, { "percent": "10000", - "reputation": 0, + "reputation": 12468455070375, "rshares": 13209570416, "voter": "carlidos" }, { "percent": "10000", - "reputation": 0, + "reputation": 291915319, "rshares": 53474677, "voter": "riv" } ], "author": "complexring", - "author_reputation": 0, + "author_reputation": 59074616588451, "beneficiaries": [], "body": "I don't see where @djm34 said that he doesn't trust @picokernel. That is a rather harsh accusation when all this user has done is stated he doesn't believe they are gpu miners. I see nothing else in his comment beyond that.", "body_length": 225, @@ -400,7 +400,7 @@ { "active_votes": [], "author": "emsenn", - "author_reputation": 0, + "author_reputation": 325149909341, "beneficiaries": [], "body": "Thanks! I'm really enjoying the site so far - beyond the technical aspects, the content here all seems pretty high-quality.", "body_length": 123, @@ -431,7 +431,7 @@ { "active_votes": [], "author": "lilmisjenn", - "author_reputation": 0, + "author_reputation": 1871240031576, "beneficiaries": [], "body": "It took me a long time until I could say I have them from my own garden. That is why I am so appreciative and can make such a silly post over such simplicity! It is a skill I have also worked on mastering over the years. Thanks for your comment and for appreciating my fruit tree! I shall grow it for all that cannot and be extra grateful for its produce. What is your climate like? I also have restrictions on what I can grow around here due to climate. But its a small sacrifice for the serenity.", "body_length": 498, @@ -462,7 +462,7 @@ { "active_votes": [], "author": "timcliff", - "author_reputation": 0, + "author_reputation": 3731142865186, "beneficiaries": [], "body": "I've been mining since last Friday and haven't found a block yet, so there are no witness details for my account yet. I wanted to check the \"total_missed\" count, since it sounds like this post could be describing my issue. After talking to peeps on Steemit chat, it sounds like I need to change the keys I'm using. I'm currently using my 'owner private' key for both.", "body_length": 367, @@ -493,7 +493,7 @@ { "active_votes": [], "author": "timcliff", - "author_reputation": 0, + "author_reputation": 3731142865186, "beneficiaries": [], "body": "Is there a way to check the \"total_missed\" count without using cli_wallet?", "body_length": 74, @@ -524,7 +524,7 @@ { "active_votes": [], "author": "eternalmoon", - "author_reputation": 0, + "author_reputation": 1118053115, "beneficiaries": [], "body": "I wanted to, I just didn't know how. But someone did link me to a thing. Thanks for the advice!\nP.S. Cats are adorable! :D", "body_length": 122, @@ -555,7 +555,7 @@ { "active_votes": [], "author": "ania", - "author_reputation": 0, + "author_reputation": 2902526262, "beneficiaries": [], "body": "Thank you Gandalf :)", "body_length": 20, @@ -586,7 +586,7 @@ { "active_votes": [], "author": "orcish", - "author_reputation": 0, + "author_reputation": 5766569295559, "beneficiaries": [], "body": "Thank you :)", "body_length": 12, @@ -617,7 +617,7 @@ { "active_votes": [], "author": "bumblebrii", - "author_reputation": 0, + "author_reputation": 982295094, "beneficiaries": [], "body": "Oh yes of course. I subscribe to a lot of different artists for my coloring pages. One had sent me the link to her blog and kind of just ended up sticking around and read a few blogs. Next thing i know, I signed up haha.", "body_length": 220, @@ -648,7 +648,7 @@ { "active_votes": [], "author": "mynomadicyear", - "author_reputation": 0, + "author_reputation": 440443889183, "beneficiaries": [], "body": "Hi gtg, thanks for stopping by :)", "body_length": 33, @@ -679,7 +679,7 @@ { "active_votes": [], "author": "seasoul", - "author_reputation": 0, + "author_reputation": 130859003332, "beneficiaries": [], "body": "thankyou! :) hi there", "body_length": 21, @@ -710,7 +710,7 @@ { "active_votes": [], "author": "mammasitta", - "author_reputation": 0, + "author_reputation": 5571311902261, "beneficiaries": [], "body": "I think you would be a great witness . I appreciate your time helping me \ud83d\ude4c", "body_length": 74, @@ -741,7 +741,7 @@ { "active_votes": [], "author": "gtg", - "author_reputation": 0, + "author_reputation": 3924899966690, "beneficiaries": [], "body": "I encourage miners to visit [Steemit Chat](https://steemit.chat/channel/mining \"#mining\") where you can find help and share your experience.", "body_length": 140, @@ -772,7 +772,7 @@ { "active_votes": [], "author": "gary-smith", - "author_reputation": 0, + "author_reputation": 1199373674648, "beneficiaries": [], "body": "so frustrated was mining for a while found a few blocks and received no reward now i know why thank you !", "body_length": 105, @@ -803,7 +803,7 @@ { "active_votes": [], "author": "abit", - "author_reputation": 0, + "author_reputation": 20297981245452, "beneficiaries": [], "body": "The private seed nodes still need to connect to the rest of the network to be able to sync and broadcast new blocks. So from an attacker's pov perhaps it's cheaper/easier to attack the public seed nodes directly.", "body_length": 212, @@ -834,7 +834,7 @@ { "active_votes": [], "author": "okay", - "author_reputation": 0, + "author_reputation": 15517908096, "beneficiaries": [], "body": "`gtg said: Please note that setting up all seed nodes in a single data center won\u2019t help. A DDoS attack targeted at that particular network will bring all your nodes down anyway.`\n\nThat is unless the data center provides a variety of network routes from different providers and your seed nodes are therefore located on different wide area networks even when on the same LAN. This is possible on today's top of the line data centers.\nOf course decentralization is always good so several locations for seed nodes and witnesses is a plus. Good post. \nJust installed a witness node. Consider to [Vote for witness okay](https://steemit.com/witness-category/@okay/new-witness-okay-a-great-addition-to-the-steem-network)", "body_length": 714, @@ -865,7 +865,7 @@ { "active_votes": [], "author": "mammasitta", - "author_reputation": 0, + "author_reputation": 5571311902261, "beneficiaries": [], "body": "I just saw your article now and followed you . In this way I don't miss your new ones .", "body_length": 87, @@ -896,7 +896,7 @@ { "active_votes": [], "author": "dajohns1420", - "author_reputation": 0, + "author_reputation": 654546773339, "beneficiaries": [], "body": "I wish I was intelligent enough to participate in this conversation.", "body_length": 68, @@ -927,7 +927,7 @@ { "active_votes": [], "author": "dr2073", - "author_reputation": 0, + "author_reputation": 167437582424, "beneficiaries": [], "body": "Really good infrastructure top 19 sure can implement for better protection of their nodes. \nThough Steem network as whole have good protection against DDoS - even if most of 19 will go offline other witnesses will do their job, we just need more active and up-to-date witnesses. \nI personally too want become good witness and currently learning all nuances of secure operation of node.", "body_length": 385, @@ -959,43 +959,43 @@ "active_votes": [ { "percent": "5000", - "reputation": 0, + "reputation": 9800209121307, "rshares": 3273182637316, "voter": "roadscape" }, { "percent": "10000", - "reputation": 0, + "reputation": 12481332844017, "rshares": 1446333470877, "voter": "steemychicken1" }, { "percent": "10000", - "reputation": 0, + "reputation": 3991861275580, "rshares": 49042313956, "voter": "full-steem-ahead" }, { "percent": "10000", - "reputation": 0, + "reputation": 1444446898291, "rshares": 9767505930, "voter": "johnerfx" }, { "percent": "10000", - "reputation": 0, + "reputation": 37159422493, "rshares": 848329794, "voter": "johnerminer" }, { "percent": "10000", - "reputation": 0, + "reputation": 3924899966690, "rshares": 39798145914, "voter": "gtg" } ], "author": "wackou", - "author_reputation": 0, + "author_reputation": 3894279128605, "beneficiaries": [], "body": "great post! I completely agree with the analysis of the problem as well as the proposed solution. I actually wanted to implement something similar some time ago, during BitShares times, but then BitShares 2.0 happened and there were a lot more urgent things to do, so this got sidetracked. See [here](http://digitalgaia.io/backbone.html) for the same analysis, where those nodes were called \"backbone nodes\" as they were intended to be shared between witnesses. Witnesses were paid a lot less during that time so I intended to have this as a public service, although that would mean that witnesses had to trust the operator of the backbone. Having your own personal line of defense is obviously much better. I still believe that this is an extremely important issue that should be tackled as soon as possible, and was planning to reboot this proposal as soon as I got some free time (haha good one!). In all seriousness, I believe that this is not too much work, but there will be some features that need to be added to the network code of the steemd client, in order to limit the nodes the client can connect too, as well as ensuring that your backbone nodes do not share the IP of your witness node (was in bts 0.9.x, but not in 2.0 nor steem I believe). This can probably also be implemented with some sort of VPN I guess, but I'm a coder, not a sysadmin, so I can't tell for sure. I even thought (fantasized) about how to make these nodes replace themselves autonomously when attacked via DDoS using messages on the blockchain, in order to simulate a resilient, living organism. Now you see where part of the \"overmind\" idea came from, too :) That is a discussion for a bit later, though...", "body_length": 1694, @@ -1027,13 +1027,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 8017093633272, "rshares": 19467531428, "voter": "ausbitbank" } ], "author": "jesta", - "author_reputation": 0, + "author_reputation": 38947133984552, "beneficiaries": [], "body": "That's awesome :)\n\nI love seeing these kinds of advanced setups being theorized, tested and deployed!", "body_length": 101, @@ -1065,19 +1065,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 2733362192608, "rshares": 43533730799, "voter": "brandonp" }, { "percent": "10000", - "reputation": 0, + "reputation": 6483658953, "rshares": 52397603, "voter": "doze49" } ], "author": "brandonp", - "author_reputation": 0, + "author_reputation": 2733362192608, "beneficiaries": [], "body": "Reading stuff like this makes me realize just how little I know about this whole thing...", "body_length": 89, @@ -1108,7 +1108,7 @@ { "active_votes": [], "author": "thecryptofiend", - "author_reputation": 0, + "author_reputation": 16234753830016, "beneficiaries": [], "body": "Thanks for explaining. You've got my witness vote now.", "body_length": 55, @@ -1140,61 +1140,61 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 3894279128605, "rshares": 6327910390022, "voter": "wackou" }, { "percent": "10000", - "reputation": 0, + "reputation": 1444446898291, "rshares": 9559686655, "voter": "johnerfx" }, { "percent": "10000", - "reputation": 0, + "reputation": 37159422493, "rshares": 829049571, "voter": "johnerminer" }, { "percent": "10000", - "reputation": 0, + "reputation": 3924899966690, "rshares": 38432804053, "voter": "gtg" }, { "percent": "10000", - "reputation": 0, + "reputation": 8017093633272, "rshares": 19873104999, "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 0, + "reputation": 161079803820, "rshares": 44706057470, "voter": "arcurus" }, { "percent": "10000", - "reputation": 0, + "reputation": 15739430465359, "rshares": 31463628969, "voter": "mibenkito" }, { "percent": "10000", - "reputation": 0, + "reputation": 18890223518661, "rshares": 14083166401, "voter": "someguy123" }, { "percent": "10000", - "reputation": 0, + "reputation": 7805684953, "rshares": 52918124, "voter": "xomtux" } ], "author": "jesta", - "author_reputation": 0, + "author_reputation": 38947133984552, "beneficiaries": [], "body": "I love the idea in this, basically setting up a fortress for your witness node to be more resilient. \n\nOne thing you're right about though is it would be a somewhat expensive venture. At the rate I'm witnessing blocks (maybe 3-4 a day?), it's not feasible to sustain itself financially, but I imagine the top 19 could easily go this route. Maybe even some of the people in the top 30?\n\nI'd be more than willing to help prototype this type of infrastructure. I've been considering how difficult it would be to setup on AWS with a CloudFormation script that spins up seed nodes as ECS Containers, VPCs in every region that all interconnect via private networking, and an EC2 container for your witness node that's not accessible from the internet, but only the seed nodes. \n\nIt really shouldn't be all that hard, and even non-technical witnesses could copy/paste the cloudformation script to get started. Of course with this idea, if AWS is attacked, you're still the mercy of them being able to handle it.", "body_length": 1005, @@ -1225,7 +1225,7 @@ { "active_votes": [], "author": "thebluepanda", - "author_reputation": 0, + "author_reputation": 7564464865541, "beneficiaries": [], "body": "i was checking if you tagged it in #witness-category ;) \nglad to see steemit has a great team of security devs and glad to have upvoted you as witness.", "body_length": 151, @@ -1256,7 +1256,7 @@ { "active_votes": [], "author": "someguy123", - "author_reputation": 0, + "author_reputation": 18890223518661, "beneficiaries": [], "body": "I can tell you're definitely a well-invested witness. You have my vote. \n\nThese details could help to improve the general quality of witnesses on the network", "body_length": 157, @@ -1287,7 +1287,7 @@ { "active_votes": [], "author": "vishal1", - "author_reputation": 0, + "author_reputation": -291550544386, "beneficiaries": [], "body": "THis is something. @gtg", "body_length": 23, @@ -1319,19 +1319,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 36749432321730, "rshares": 910501669843, "voter": "liondani" }, { "percent": "10000", - "reputation": 0, + "reputation": 1959446497877, "rshares": 4179624293, "voter": "dennygalindo" } ], "author": "dennygalindo", - "author_reputation": 0, + "author_reputation": 1959446497877, "beneficiaries": [], "body": "Gamification is what makes this so addictive to me. I get like 2c for finding a good post but it's fun to try to guess which will be good and time it. I can't put my phone down. My data is through the roof, I keep getting distracted and losing things. Curation rewards are key! I think it would help drive adoption if newbies had a better shot at curation rewards. I know they don't want a lot of bots here but maybe you could give newbies super votes ( only when at 100 percent) that lets them earn rewards at least once a day. (As @dantheman said [here](https://steemit.com/steem/@dantheman/curation-rewards-and-voting-incentive) the optimal minnow strategy is not to vote).", "body_length": 677, @@ -1363,13 +1363,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": -2314406420479, "rshares": 1374704925, "voter": "earnest" } ], "author": "iaco", - "author_reputation": 0, + "author_reputation": 21756574883, "beneficiaries": [], "body": "As the computer world beyond user interfaces is a magical realm to me, the only way I can get my brain to completely understand it is to just let go and tell my self it's all made of unicorns and runes being cast to make the magic happen :) I thank you for your work:)", "body_length": 269, @@ -1401,25 +1401,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 41145563244589, "rshares": 769829319629, "voter": "steemship" }, { "percent": "10000", - "reputation": 0, + "reputation": 1444446898291, "rshares": 9767505930, "voter": "johnerfx" }, { "percent": "10000", - "reputation": 0, + "reputation": 37159422493, "rshares": 848329794, "voter": "johnerminer" } ], "author": "cire81", - "author_reputation": 0, + "author_reputation": 97517122081, "beneficiaries": [], "body": "Thank you for spending your time to make steemit secure. Thanks to people like you we have a much safer environment. Were you paid for your effort on steem?", "body_length": 156, @@ -1450,7 +1450,7 @@ { "active_votes": [], "author": "mefisto", - "author_reputation": 0, + "author_reputation": 17071371161, "beneficiaries": [], "body": "Kryterium wyboru delegata to osobna sprawa. Co delegat powinien potrafi\u0107? Co robi\u0107? Czy powinien poniek\u0105d s\u0142u\u017cy\u0107 swoim wyborcom?\nJedno zdaje si\u0119 by\u0107 pewne - **powinien by\u0107 aktywnym cz\u0142onkiem spo\u0142eczno\u015bci steemit.** \nJestem przekonany, \u017ce jeste\u015bmy w stanie wybra\u0107 / wskaza\u0107 kilka os\u00f3b, kt\u00f3re mog\u0142yby zbiera\u0107 glosy polskiej spo\u0142eczno\u015bci. \n\nJe\u015bli si\u0119 nie myl\u0119, g\u0142os\u00f3w b\u0119dzie wi\u0119cej - je\u015bli system g\u0142osowania na dodatkowych kandydat\u00f3w b\u0119dzie prostszy dla przeci\u0119tnego po\u017ceracza blog\u00f3w... np. pojawi si\u0119 \u0142adny graficzny klient pod windoz\u0119.", "body_length": 534, @@ -1481,7 +1481,7 @@ { "active_votes": [], "author": "edu-lopov", - "author_reputation": 0, + "author_reputation": 1628821936541, "beneficiaries": [], "body": "Welcome to Steemit Gandalf!", "body_length": 27, @@ -1512,7 +1512,7 @@ { "active_votes": [], "author": "amartinezque", - "author_reputation": 0, + "author_reputation": 11952915931943, "beneficiaries": [], "body": "Cats, humans , all we move for instinct and curiosity. Welcome! And your cat also!:P", "body_length": 84, @@ -1543,7 +1543,7 @@ { "active_votes": [], "author": "trogdor", - "author_reputation": 0, + "author_reputation": 12494904871301, "beneficiaries": [], "body": "Nice, I understand the \"owned by a cat\" sentiment. haha", "body_length": 55, diff --git a/hivemind/tavern/condenser_api_patterns/get_state/steemit.pat.json b/hivemind/tavern/condenser_api_patterns/get_state/steemit.pat.json index 6d11d81f..dad14fde 100644 --- a/hivemind/tavern/condenser_api_patterns/get_state/steemit.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_state/steemit.pat.json @@ -12,7 +12,7 @@ "net_vesting_shares": 0, "post_count": 1, "recent_replies": [], - "reputation": 0, + "reputation": 12944616889, "transfer_history": [] } }, @@ -21,13 +21,13 @@ "active_votes": [ { "percent": "100", - "reputation": 0, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 0, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, @@ -39,13 +39,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, @@ -57,7 +57,7 @@ }, { "percent": "-100", - "reputation": 0, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, @@ -75,559 +75,559 @@ }, { "percent": "100", - "reputation": 0, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 0, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 0, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 0, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 0, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 0, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 0, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 0, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 0, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 0, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 0, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 0, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 0, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 0, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 0, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 0, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 0, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 0, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 0, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 0, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 0, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 0, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 0, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 0, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 0, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 0, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 0, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 0, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 0, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 0, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 0, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 0, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 0, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 0, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 0, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 0, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 0, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 0, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 0, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 0, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 0, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 0, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 0, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 0, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 0, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 0, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 0, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 0, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 0, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 0, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 0, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 0, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 0, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 0, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 0, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 0, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 0, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 0, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 0, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 0, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 0, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 0, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 0, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 0, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 0, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 0, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 0, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 0, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 0, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 0, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 0, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 0, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 0, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 0, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 0, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 0, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 0, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 0, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 0, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 0, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } ], "author": "steemit", - "author_reputation": 0, + "author_reputation": 12944616889, "beneficiaries": [], "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.", "body_length": 224, diff --git a/hivemind/tavern/follow_api_patterns/get_account_reputations/first.pat.json b/hivemind/tavern/follow_api_patterns/get_account_reputations/first.pat.json index 3b638592..8b476146 100644 --- a/hivemind/tavern/follow_api_patterns/get_account_reputations/first.pat.json +++ b/hivemind/tavern/follow_api_patterns/get_account_reputations/first.pat.json @@ -5,4 +5,4 @@ "reputation": 0 } ] -} \ No newline at end of file +} diff --git a/hivemind/tavern/follow_api_patterns/get_blog/normal.pat.json b/hivemind/tavern/follow_api_patterns/get_blog/normal.pat.json index 1114fb62..9d4e376a 100644 --- a/hivemind/tavern/follow_api_patterns/get_blog/normal.pat.json +++ b/hivemind/tavern/follow_api_patterns/get_blog/normal.pat.json @@ -5,13 +5,13 @@ "active_votes": [ { "percent": "100", - "reputation": 0, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 0, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, @@ -23,13 +23,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, @@ -41,7 +41,7 @@ }, { "percent": "-100", - "reputation": 0, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, @@ -59,559 +59,559 @@ }, { "percent": "100", - "reputation": 0, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 0, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 0, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 0, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 0, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 0, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 0, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 0, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 0, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 0, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 0, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 0, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 0, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 0, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 0, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 0, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 0, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 0, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 0, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 0, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 0, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 0, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 0, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 0, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 0, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 0, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 0, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 0, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 0, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 0, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 0, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 0, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 0, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 0, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 0, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 0, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 0, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 0, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 0, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 0, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 0, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 0, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 0, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 0, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 0, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 0, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 0, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 0, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 0, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 0, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 0, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 0, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 0, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 0, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 0, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 0, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 0, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 0, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 0, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 0, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 0, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 0, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 0, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 0, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 0, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 0, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 0, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 0, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 0, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 0, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 0, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 0, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 0, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 0, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 0, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 0, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 0, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 0, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 0, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 0, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } ], "author": "steemit", - "author_reputation": 0, + "author_reputation": 12944616889, "beneficiaries": [], "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.", "body_length": 224, diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author_permlink.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author_permlink.pat.json index e921fa95..92c0de51 100644 --- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author_permlink.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author_permlink.pat.json @@ -3,127 +3,127 @@ "active_votes": [ { "percent": "100", - "reputation": 0, + "reputation": 85602977273, "rshares": 28866299703, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 8779714777561, "rshares": 7450679767870, "voter": "riverhead" }, { "percent": "10000", - "reputation": 0, + "reputation": 89703349977794, "rshares": 1764088270313, "voter": "xeroc" }, { "percent": "10000", - "reputation": 0, + "reputation": 6373903167891, "rshares": 7145357377, "voter": "patrice" }, { "percent": "10000", - "reputation": 0, + "reputation": 436017530085, "rshares": 25137309454, "voter": "instructor2121" }, { "percent": "10000", - "reputation": 0, + "reputation": 42741727265739, "rshares": 144262356780, "voter": "steve-walschot" }, { "percent": "10000", - "reputation": 0, + "reputation": 5904057835766, "rshares": 33760968876, "voter": "ranko-k" }, { "percent": "10000", - "reputation": 0, + "reputation": 4213833370161, "rshares": 36553937965, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 0, + "reputation": 3906896686802, "rshares": 51773329420, "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 0, + "reputation": 9186061899783, "rshares": 35397036681, "voter": "michaelx" }, { "percent": "10000", - "reputation": 0, + "reputation": 85777133037, "rshares": 548967230, "voter": "mrhankeh" }, { "percent": "10000", - "reputation": 0, + "reputation": 10314872786861, "rshares": 52622878951, "voter": "isteemit" }, { "percent": "10000", - "reputation": 0, + "reputation": 25984358555464, "rshares": 48140595510, "voter": "bacchist" }, { "percent": "10000", - "reputation": 0, + "reputation": 14053867770193, "rshares": 163693208362, "voter": "repholder" }, { "percent": "10000", - "reputation": 0, + "reputation": 3979714886621, "rshares": 11006646312, "voter": "jaycobbell" }, { "percent": "10000", - "reputation": 0, + "reputation": 16743994030016, "rshares": 38664653565, "voter": "condra" }, { "percent": "10000", - "reputation": 0, + "reputation": -883682716676, "rshares": 98956989, "voter": "wildchild" }, { "percent": "10000", - "reputation": 0, + "reputation": 12468455070375, "rshares": 11083265481, "voter": "carlidos" }, { "percent": "10000", - "reputation": 0, + "reputation": 3976815048658, "rshares": 2004715143, "voter": "tygergamer" }, { "percent": "10000", - "reputation": 0, + "reputation": 3962925392210, "rshares": 3966944281, "voter": "jed78" }, { "percent": "10000", - "reputation": 0, + "reputation": 17701690051649, "rshares": 121805855858, "voter": "steemdrive" }, @@ -135,7 +135,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 13895575208, "rshares": 53812359, "voter": "stevescriber" }, @@ -153,13 +153,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 13325577893779, "rshares": 11757470887, "voter": "kyriacos" }, { "percent": "10000", - "reputation": 0, + "reputation": -4629473733, "rshares": 56598010, "voter": "cryptoblu" }, @@ -171,25 +171,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 67427595157518, "rshares": 595674328947, "voter": "dollarvigilante" }, { "percent": "10000", - "reputation": 0, + "reputation": 5427607111677, "rshares": 7330124869, "voter": "jaredcwillis" }, { "percent": "10000", - "reputation": 0, + "reputation": 28176351271250, "rshares": 59501709490, "voter": "barrycooper" }, { "percent": "10000", - "reputation": 0, + "reputation": 11490547563070, "rshares": 11662670473, "voter": "hilarski" }, @@ -201,49 +201,49 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 3144994876819, "rshares": 1086048364, "voter": "nulliusinverba" }, { "percent": "10000", - "reputation": 0, + "reputation": 90062656329, "rshares": 87349510, "voter": "steemerpat" }, { "percent": "10000", - "reputation": 0, + "reputation": 633133259080, "rshares": 1129213184, "voter": "chaeya" }, { "percent": "10000", - "reputation": 0, + "reputation": 50326964582800, "rshares": 263275825888, "voter": "charlieshrem" }, { "percent": "10000", - "reputation": 0, + "reputation": 19674745811334, "rshares": 59192204578, "voter": "tracemayer" }, { "percent": "10000", - "reputation": 0, + "reputation": 10341114686313, "rshares": 205199394749, "voter": "robinhoodwhale" }, { "percent": "10000", - "reputation": 0, + "reputation": 270609126129, "rshares": 1798215057, "voter": "steemsquad" } ], "author": "robinhoodwhale", - "author_reputation": 0, + "author_reputation": 10341114686313, "beneficiaries": [], "body": "Hi @skypilot, \n\nYou have been chosen as a featured author by the @robinhoodwhale initiative.\n\n#### [Learn more about the Robinhood Whale here!](https://steemit.com/robinhoodwhale/@robinhoodwhale/announcing-robinhoodwhale-the-steemit-deep-sea-savior) \n\nKeep on Steeming more amazing posts! \n\nGoodluck!\n~RHW~", "body_length": 306, @@ -275,19 +275,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 949715155915, "rshares": 7518622991821, "voter": "steempty" }, { "percent": "10000", - "reputation": 0, + "reputation": 25493341985045, "rshares": 42895854894, "voter": "simba" } ], "author": "nippel66", - "author_reputation": 0, + "author_reputation": 3033861094190, "beneficiaries": [], "body": "It is tabaco blended with some Marijuana. :)", "body_length": 44, @@ -319,19 +319,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 949715155915, "rshares": 7699187945525, "voter": "steempty" }, { "percent": "10000", - "reputation": 0, + "reputation": 25493341985045, "rshares": 50275655781, "voter": "simba" } ], "author": "rainchen", - "author_reputation": 0, + "author_reputation": 4194711042931, "beneficiaries": [], "body": "Solar panel ?", "body_length": 13, @@ -363,31 +363,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 8779714777561, "rshares": 7016285569936, "voter": "riverhead" }, { "percent": "10000", - "reputation": 0, + "reputation": 4477492280957, "rshares": 24790479260, "voter": "steampunkpowered" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571311902261, "rshares": 1950834301, "voter": "mammasitta" }, { "percent": "10000", - "reputation": 0, + "reputation": 9956734090708, "rshares": 25478344941, "voter": "firepower" } ], "author": "thecryptofiend", - "author_reputation": 0, + "author_reputation": 16234753830016, "beneficiaries": [], "body": "Great shots. This one is my favourite:\n\nhttp://i.imgur.com/gTbRron.jpg\n\nI just love the composition on it and the beautiful colours and cloud pattern. It would also make a great wallpaper.", "body_length": 190, @@ -419,37 +419,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 949715155915, "rshares": 7582498221815, "voter": "steempty" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3720592927, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 4516975561, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 828594645, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 65071559404, "voter": "bue" }, { "percent": "10000", - "reputation": 0, + "reputation": 25493341985045, "rshares": 53006240358, "voter": "simba" }, @@ -485,13 +485,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2478555020061, "rshares": 62113589, "voter": "mcsvi" } ], "author": "mcsvi", - "author_reputation": 0, + "author_reputation": 2478555020061, "beneficiaries": [], "body": "Could be a cinnamon toast crunch cereal? ;)", "body_length": 43, @@ -523,37 +523,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 949715155915, "rshares": 7524134751591, "voter": "steempty" }, { "percent": "10000", - "reputation": 0, + "reputation": 25493341985045, "rshares": 53109244155, "voter": "simba" }, { "percent": "10000", - "reputation": 0, + "reputation": 3946777086453, "rshares": 2250575093, "voter": "contentjunkie" }, { "percent": "10000", - "reputation": 0, + "reputation": 66712446374, "rshares": 253323172, "voter": "reaction" }, { "percent": "10000", - "reputation": 0, + "reputation": 333300187103, "rshares": 134567511, "voter": "the-ego-is-you" } ], "author": "reaction", - "author_reputation": 0, + "author_reputation": 66712446374, "beneficiaries": [], "body": "http://www.joshuascottonysko.com/wp-content/uploads/2016/02/Aloe-Vera-Gel-Benefits-2.jpg", "body_length": 88, @@ -585,19 +585,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 949715155915, "rshares": 7214608875070, "voter": "steempty" }, { "percent": "10000", - "reputation": 0, + "reputation": 25493341985045, "rshares": 50412239306, "voter": "simba" } ], "author": "avecaesar", - "author_reputation": 0, + "author_reputation": 117598348160, "beneficiaries": [], "body": "rust ? mildew ?", "body_length": 15, @@ -629,31 +629,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 8358591595454, "rshares": 5619601001718, "voter": "kushed" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3092016176, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3753101885, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 703213518, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 52931035689, "voter": "bue" }, @@ -689,37 +689,37 @@ }, { "percent": "-10000", - "reputation": 0, + "reputation": 2222945795019, "rshares": -129957599035, "voter": "chhayll" }, { "percent": "10000", - "reputation": 0, + "reputation": 128799717225, "rshares": 61649040, "voter": "kamil5" }, { "percent": "10000", - "reputation": 0, + "reputation": -248081771849, "rshares": 51445853, "voter": "chuckleberry" }, { "percent": "-10000", - "reputation": 0, + "reputation": 1192748720, "rshares": -102936299, "voter": "anotherone" }, { "percent": "10000", - "reputation": 0, + "reputation": 1010743139109, "rshares": 53006556, "voter": "fluffy" } ], "author": "sascha", - "author_reputation": 0, + "author_reputation": 39966682765041, "beneficiaries": [], "body": "That's just WOW! Awesome!", "body_length": 25, @@ -751,55 +751,55 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1915876518994, "rshares": 727407423660, "voter": "erath" }, { "percent": "10000", - "reputation": 0, + "reputation": 428017035820, "rshares": 82613356260, "voter": "friend5" }, { "percent": "5100", - "reputation": 0, + "reputation": 1082239289637, "rshares": 139864687027, "voter": "indominon" }, { "percent": "10000", - "reputation": 0, + "reputation": 23744414677575, "rshares": 3000929371249, "voter": "onceuponatime" }, { "percent": "10000", - "reputation": 0, + "reputation": 1829863145814, "rshares": 728571343037, "voter": "marginal" }, { "percent": "10000", - "reputation": 0, + "reputation": 2369366055877, "rshares": 76037093713, "voter": "vault" }, { "percent": "10000", - "reputation": 0, + "reputation": 14028106211346, "rshares": 39937555422, "voter": "kus-knee" }, { "percent": "10000", - "reputation": 0, + "reputation": 6380056335097, "rshares": 3768314076, "voter": "randyclemens" } ], "author": "indominon", - "author_reputation": 0, + "author_reputation": 1082239289637, "beneficiaries": [], "body": "**I own a lawn maintenance business. I hate you. I am going to flag your post.**\n\nJust kidding.", "body_length": 95, @@ -831,31 +831,31 @@ "active_votes": [ { "percent": "4000", - "reputation": 0, + "reputation": 13823888326286, "rshares": 5770952961588, "voter": "summon" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3100087836, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3763646165, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 690429176, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 54153246604, "voter": "bue" }, @@ -891,7 +891,7 @@ } ], "author": "chris.roy", - "author_reputation": 0, + "author_reputation": 1038813018744, "beneficiaries": [], "body": "Wow, herzlich willkommen auf Steemit!\nIch habe dir ein UpVote und Follow da gelassen und das aus guten Gr\u00fcnden :)\nIch freue mich auf weitere Posts von dir.\n\nKomm doch gerne mit in den #deutsch chat, vom Steemit.Chat.\nDort tummelt sich beinahe, die ganze deutschsprachige Steemit Community und du w\u00e4hrst herzlich willkommen:\nhttps://steemit.chat/channel/deutsch\n\nAlles Gute und *full steem ahead* ;)", "body_length": 398, diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/category.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/category.pat.json index e921fa95..92c0de51 100644 --- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/category.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/category.pat.json @@ -3,127 +3,127 @@ "active_votes": [ { "percent": "100", - "reputation": 0, + "reputation": 85602977273, "rshares": 28866299703, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 8779714777561, "rshares": 7450679767870, "voter": "riverhead" }, { "percent": "10000", - "reputation": 0, + "reputation": 89703349977794, "rshares": 1764088270313, "voter": "xeroc" }, { "percent": "10000", - "reputation": 0, + "reputation": 6373903167891, "rshares": 7145357377, "voter": "patrice" }, { "percent": "10000", - "reputation": 0, + "reputation": 436017530085, "rshares": 25137309454, "voter": "instructor2121" }, { "percent": "10000", - "reputation": 0, + "reputation": 42741727265739, "rshares": 144262356780, "voter": "steve-walschot" }, { "percent": "10000", - "reputation": 0, + "reputation": 5904057835766, "rshares": 33760968876, "voter": "ranko-k" }, { "percent": "10000", - "reputation": 0, + "reputation": 4213833370161, "rshares": 36553937965, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 0, + "reputation": 3906896686802, "rshares": 51773329420, "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 0, + "reputation": 9186061899783, "rshares": 35397036681, "voter": "michaelx" }, { "percent": "10000", - "reputation": 0, + "reputation": 85777133037, "rshares": 548967230, "voter": "mrhankeh" }, { "percent": "10000", - "reputation": 0, + "reputation": 10314872786861, "rshares": 52622878951, "voter": "isteemit" }, { "percent": "10000", - "reputation": 0, + "reputation": 25984358555464, "rshares": 48140595510, "voter": "bacchist" }, { "percent": "10000", - "reputation": 0, + "reputation": 14053867770193, "rshares": 163693208362, "voter": "repholder" }, { "percent": "10000", - "reputation": 0, + "reputation": 3979714886621, "rshares": 11006646312, "voter": "jaycobbell" }, { "percent": "10000", - "reputation": 0, + "reputation": 16743994030016, "rshares": 38664653565, "voter": "condra" }, { "percent": "10000", - "reputation": 0, + "reputation": -883682716676, "rshares": 98956989, "voter": "wildchild" }, { "percent": "10000", - "reputation": 0, + "reputation": 12468455070375, "rshares": 11083265481, "voter": "carlidos" }, { "percent": "10000", - "reputation": 0, + "reputation": 3976815048658, "rshares": 2004715143, "voter": "tygergamer" }, { "percent": "10000", - "reputation": 0, + "reputation": 3962925392210, "rshares": 3966944281, "voter": "jed78" }, { "percent": "10000", - "reputation": 0, + "reputation": 17701690051649, "rshares": 121805855858, "voter": "steemdrive" }, @@ -135,7 +135,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 13895575208, "rshares": 53812359, "voter": "stevescriber" }, @@ -153,13 +153,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 13325577893779, "rshares": 11757470887, "voter": "kyriacos" }, { "percent": "10000", - "reputation": 0, + "reputation": -4629473733, "rshares": 56598010, "voter": "cryptoblu" }, @@ -171,25 +171,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 67427595157518, "rshares": 595674328947, "voter": "dollarvigilante" }, { "percent": "10000", - "reputation": 0, + "reputation": 5427607111677, "rshares": 7330124869, "voter": "jaredcwillis" }, { "percent": "10000", - "reputation": 0, + "reputation": 28176351271250, "rshares": 59501709490, "voter": "barrycooper" }, { "percent": "10000", - "reputation": 0, + "reputation": 11490547563070, "rshares": 11662670473, "voter": "hilarski" }, @@ -201,49 +201,49 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 3144994876819, "rshares": 1086048364, "voter": "nulliusinverba" }, { "percent": "10000", - "reputation": 0, + "reputation": 90062656329, "rshares": 87349510, "voter": "steemerpat" }, { "percent": "10000", - "reputation": 0, + "reputation": 633133259080, "rshares": 1129213184, "voter": "chaeya" }, { "percent": "10000", - "reputation": 0, + "reputation": 50326964582800, "rshares": 263275825888, "voter": "charlieshrem" }, { "percent": "10000", - "reputation": 0, + "reputation": 19674745811334, "rshares": 59192204578, "voter": "tracemayer" }, { "percent": "10000", - "reputation": 0, + "reputation": 10341114686313, "rshares": 205199394749, "voter": "robinhoodwhale" }, { "percent": "10000", - "reputation": 0, + "reputation": 270609126129, "rshares": 1798215057, "voter": "steemsquad" } ], "author": "robinhoodwhale", - "author_reputation": 0, + "author_reputation": 10341114686313, "beneficiaries": [], "body": "Hi @skypilot, \n\nYou have been chosen as a featured author by the @robinhoodwhale initiative.\n\n#### [Learn more about the Robinhood Whale here!](https://steemit.com/robinhoodwhale/@robinhoodwhale/announcing-robinhoodwhale-the-steemit-deep-sea-savior) \n\nKeep on Steeming more amazing posts! \n\nGoodluck!\n~RHW~", "body_length": 306, @@ -275,19 +275,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 949715155915, "rshares": 7518622991821, "voter": "steempty" }, { "percent": "10000", - "reputation": 0, + "reputation": 25493341985045, "rshares": 42895854894, "voter": "simba" } ], "author": "nippel66", - "author_reputation": 0, + "author_reputation": 3033861094190, "beneficiaries": [], "body": "It is tabaco blended with some Marijuana. :)", "body_length": 44, @@ -319,19 +319,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 949715155915, "rshares": 7699187945525, "voter": "steempty" }, { "percent": "10000", - "reputation": 0, + "reputation": 25493341985045, "rshares": 50275655781, "voter": "simba" } ], "author": "rainchen", - "author_reputation": 0, + "author_reputation": 4194711042931, "beneficiaries": [], "body": "Solar panel ?", "body_length": 13, @@ -363,31 +363,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 8779714777561, "rshares": 7016285569936, "voter": "riverhead" }, { "percent": "10000", - "reputation": 0, + "reputation": 4477492280957, "rshares": 24790479260, "voter": "steampunkpowered" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571311902261, "rshares": 1950834301, "voter": "mammasitta" }, { "percent": "10000", - "reputation": 0, + "reputation": 9956734090708, "rshares": 25478344941, "voter": "firepower" } ], "author": "thecryptofiend", - "author_reputation": 0, + "author_reputation": 16234753830016, "beneficiaries": [], "body": "Great shots. This one is my favourite:\n\nhttp://i.imgur.com/gTbRron.jpg\n\nI just love the composition on it and the beautiful colours and cloud pattern. It would also make a great wallpaper.", "body_length": 190, @@ -419,37 +419,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 949715155915, "rshares": 7582498221815, "voter": "steempty" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3720592927, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 4516975561, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 828594645, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 65071559404, "voter": "bue" }, { "percent": "10000", - "reputation": 0, + "reputation": 25493341985045, "rshares": 53006240358, "voter": "simba" }, @@ -485,13 +485,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2478555020061, "rshares": 62113589, "voter": "mcsvi" } ], "author": "mcsvi", - "author_reputation": 0, + "author_reputation": 2478555020061, "beneficiaries": [], "body": "Could be a cinnamon toast crunch cereal? ;)", "body_length": 43, @@ -523,37 +523,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 949715155915, "rshares": 7524134751591, "voter": "steempty" }, { "percent": "10000", - "reputation": 0, + "reputation": 25493341985045, "rshares": 53109244155, "voter": "simba" }, { "percent": "10000", - "reputation": 0, + "reputation": 3946777086453, "rshares": 2250575093, "voter": "contentjunkie" }, { "percent": "10000", - "reputation": 0, + "reputation": 66712446374, "rshares": 253323172, "voter": "reaction" }, { "percent": "10000", - "reputation": 0, + "reputation": 333300187103, "rshares": 134567511, "voter": "the-ego-is-you" } ], "author": "reaction", - "author_reputation": 0, + "author_reputation": 66712446374, "beneficiaries": [], "body": "http://www.joshuascottonysko.com/wp-content/uploads/2016/02/Aloe-Vera-Gel-Benefits-2.jpg", "body_length": 88, @@ -585,19 +585,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 949715155915, "rshares": 7214608875070, "voter": "steempty" }, { "percent": "10000", - "reputation": 0, + "reputation": 25493341985045, "rshares": 50412239306, "voter": "simba" } ], "author": "avecaesar", - "author_reputation": 0, + "author_reputation": 117598348160, "beneficiaries": [], "body": "rust ? mildew ?", "body_length": 15, @@ -629,31 +629,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 8358591595454, "rshares": 5619601001718, "voter": "kushed" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3092016176, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3753101885, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 703213518, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 52931035689, "voter": "bue" }, @@ -689,37 +689,37 @@ }, { "percent": "-10000", - "reputation": 0, + "reputation": 2222945795019, "rshares": -129957599035, "voter": "chhayll" }, { "percent": "10000", - "reputation": 0, + "reputation": 128799717225, "rshares": 61649040, "voter": "kamil5" }, { "percent": "10000", - "reputation": 0, + "reputation": -248081771849, "rshares": 51445853, "voter": "chuckleberry" }, { "percent": "-10000", - "reputation": 0, + "reputation": 1192748720, "rshares": -102936299, "voter": "anotherone" }, { "percent": "10000", - "reputation": 0, + "reputation": 1010743139109, "rshares": 53006556, "voter": "fluffy" } ], "author": "sascha", - "author_reputation": 0, + "author_reputation": 39966682765041, "beneficiaries": [], "body": "That's just WOW! Awesome!", "body_length": 25, @@ -751,55 +751,55 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1915876518994, "rshares": 727407423660, "voter": "erath" }, { "percent": "10000", - "reputation": 0, + "reputation": 428017035820, "rshares": 82613356260, "voter": "friend5" }, { "percent": "5100", - "reputation": 0, + "reputation": 1082239289637, "rshares": 139864687027, "voter": "indominon" }, { "percent": "10000", - "reputation": 0, + "reputation": 23744414677575, "rshares": 3000929371249, "voter": "onceuponatime" }, { "percent": "10000", - "reputation": 0, + "reputation": 1829863145814, "rshares": 728571343037, "voter": "marginal" }, { "percent": "10000", - "reputation": 0, + "reputation": 2369366055877, "rshares": 76037093713, "voter": "vault" }, { "percent": "10000", - "reputation": 0, + "reputation": 14028106211346, "rshares": 39937555422, "voter": "kus-knee" }, { "percent": "10000", - "reputation": 0, + "reputation": 6380056335097, "rshares": 3768314076, "voter": "randyclemens" } ], "author": "indominon", - "author_reputation": 0, + "author_reputation": 1082239289637, "beneficiaries": [], "body": "**I own a lawn maintenance business. I hate you. I am going to flag your post.**\n\nJust kidding.", "body_length": 95, @@ -831,31 +831,31 @@ "active_votes": [ { "percent": "4000", - "reputation": 0, + "reputation": 13823888326286, "rshares": 5770952961588, "voter": "summon" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3100087836, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3763646165, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 690429176, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 54153246604, "voter": "bue" }, @@ -891,7 +891,7 @@ } ], "author": "chris.roy", - "author_reputation": 0, + "author_reputation": 1038813018744, "beneficiaries": [], "body": "Wow, herzlich willkommen auf Steemit!\nIch habe dir ein UpVote und Follow da gelassen und das aus guten Gr\u00fcnden :)\nIch freue mich auf weitere Posts von dir.\n\nKomm doch gerne mit in den #deutsch chat, vom Steemit.Chat.\nDort tummelt sich beinahe, die ganze deutschsprachige Steemit Community und du w\u00e4hrst herzlich willkommen:\nhttps://steemit.chat/channel/deutsch\n\nAlles Gute und *full steem ahead* ;)", "body_length": 398, diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/empty_params.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/empty_params.pat.json index 20f6eef6..915ffbf2 100644 --- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/empty_params.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/empty_params.pat.json @@ -3,25 +3,25 @@ "active_votes": [ { "percent": "300", - "reputation": 0, + "reputation": 32455846463901, "rshares": 1294968367268, "voter": "smooth" }, { "percent": "100", - "reputation": 0, + "reputation": 85602977273, "rshares": 28860902224, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 13823888326286, "rshares": 14409605494831, "voter": "summon" }, { "percent": "10000", - "reputation": 0, + "reputation": 70486967561347, "rshares": 40261554792719, "voter": "blocktrades" }, @@ -33,31 +33,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9111465318256, "rshares": 377906636658, "voter": "lafona" }, { "percent": "10000", - "reputation": 0, + "reputation": 138490649, "rshares": 1245475534803, "voter": "silver" }, { "percent": "10000", - "reputation": 0, + "reputation": 4018307276106, "rshares": 2875138885044, "voter": "silversteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 454674995328, "rshares": 992692841277, "voter": "delegate.lafona" }, { "percent": "10000", - "reputation": 0, + "reputation": 36749432321730, "rshares": 948645888607, "voter": "liondani" }, @@ -69,37 +69,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3094244335, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3755939559, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 703615315, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 59074616588451, "rshares": 5751660885474, "voter": "complexring" }, { "percent": "10000", - "reputation": 0, + "reputation": 12481332844017, "rshares": 1644151280793, "voter": "steemychicken1" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 53261984748, "voter": "bue" }, @@ -117,7 +117,7 @@ }, { "percent": "300", - "reputation": 0, + "reputation": 83941319998, "rshares": 222747002001, "voter": "smooth.witness" }, @@ -135,25 +135,25 @@ }, { "percent": "100", - "reputation": 0, + "reputation": 96486114508046, "rshares": 54127411451, "voter": "donkeypong" }, { "percent": "10000", - "reputation": 0, + "reputation": 5116325730997, "rshares": 1759901644, "voter": "nexusdev" }, { "percent": "10000", - "reputation": 0, + "reputation": 76462073287981, "rshares": 351517418935, "voter": "ash" }, { "percent": "10000", - "reputation": 0, + "reputation": 37454101478493, "rshares": 282481919881, "voter": "chitty" }, @@ -165,469 +165,469 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4477492280957, "rshares": 25822874684, "voter": "steampunkpowered" }, { "percent": "10000", - "reputation": 0, + "reputation": 4733188979515, "rshares": 10283360038, "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 0, + "reputation": 436017530085, "rshares": 24290958657, "voter": "instructor2121" }, { "percent": "10000", - "reputation": 0, + "reputation": 503318537891, "rshares": 7456570912, "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 0, + "reputation": 60877390332151, "rshares": 491733834025, "voter": "kevinwong" }, { "percent": "10000", - "reputation": 0, + "reputation": 9084038135515, "rshares": 41463145095, "voter": "nphacker" }, { "percent": "10000", - "reputation": 0, + "reputation": 34874025761373, "rshares": 367830728600, "voter": "blakemiles84" }, { "percent": "10000", - "reputation": 0, + "reputation": 5904057835766, "rshares": 45912096650, "voter": "ranko-k" }, { "percent": "10000", - "reputation": 0, + "reputation": 3663597787321, "rshares": 23227592357, "voter": "treeleaves" }, { "percent": "10000", - "reputation": 0, + "reputation": 8330279054423, "rshares": 63707549495, "voter": "kanoptx" }, { "percent": "10000", - "reputation": 0, + "reputation": 4213833370161, "rshares": 31690086400, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 0, + "reputation": 9090232372242, "rshares": 73022585138, "voter": "eric-boucher" }, { "percent": "10000", - "reputation": 0, + "reputation": 11429090901893, "rshares": 109636482823, "voter": "kenny-crane" }, { "percent": "10000", - "reputation": 0, + "reputation": 3906896686802, "rshares": 61288399197, "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 0, + "reputation": 46310579884676, "rshares": 117389810764, "voter": "bravenewcoin" }, { "percent": "10000", - "reputation": 0, + "reputation": 60725834714442, "rshares": 449244898326, "voter": "infovore" }, { "percent": "10000", - "reputation": 0, + "reputation": 9131956116299, "rshares": 128017998380, "voter": "omarb" }, { "percent": "10000", - "reputation": 0, + "reputation": 2676865682314, "rshares": 36007650081, "voter": "cheftony" }, { "percent": "10000", - "reputation": 0, + "reputation": 8166740506920, "rshares": 32961119819, "voter": "cryptoiskey" }, { "percent": "10000", - "reputation": 0, + "reputation": 13090894039053, "rshares": 71452016003, "voter": "discombobulated" }, { "percent": "10000", - "reputation": 0, + "reputation": 1569224337235, "rshares": 5121130339, "voter": "expanse" }, { "percent": "10000", - "reputation": 0, + "reputation": 19462531467501, "rshares": 25440234426, "voter": "hitmeasap" }, { "percent": "10000", - "reputation": 0, + "reputation": 12046532310513, "rshares": 13382892819, "voter": "stealthtrader" }, { "percent": "10000", - "reputation": 0, + "reputation": 46813789492, "rshares": 24939158057, "voter": "tcfxyz" }, { "percent": "10000", - "reputation": 0, + "reputation": 1057084315198, "rshares": 103574158909, "voter": "cdubendo" }, { "percent": "10000", - "reputation": 0, + "reputation": 2069855377344, "rshares": 7881221000, "voter": "spiz0r" }, { "percent": "10000", - "reputation": 0, + "reputation": 54870619364044, "rshares": 112751020008, "voter": "jacor" }, { "percent": "10000", - "reputation": 0, + "reputation": 26654160223111, "rshares": 14190084617, "voter": "halo" }, { "percent": "10000", - "reputation": 0, + "reputation": 38947133984552, "rshares": 159492592967, "voter": "jesta" }, { "percent": "10000", - "reputation": 0, + "reputation": 475226720101, "rshares": 33597624083, "voter": "toxonaut" }, { "percent": "10000", - "reputation": 0, + "reputation": 67677758734, "rshares": 7028930352, "voter": "btcupload" }, { "percent": "10000", - "reputation": 0, + "reputation": 7687950954082, "rshares": 17438618169, "voter": "anduweb" }, { "percent": "10000", - "reputation": 0, + "reputation": 2974404080988, "rshares": 75155947399, "voter": "demotruk" }, { "percent": "10000", - "reputation": 0, + "reputation": 3502382308233, "rshares": 3697940497, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 0, + "reputation": 3033861094190, "rshares": 10377897348, "voter": "nippel66" }, { "percent": "10000", - "reputation": 0, + "reputation": 1532881687066, "rshares": 7753599028, "voter": "magz8716" }, { "percent": "10000", - "reputation": 0, + "reputation": -775526496810, "rshares": 1388783807, "voter": "cryptocurrency1" }, { "percent": "10000", - "reputation": 0, + "reputation": 37347150, "rshares": 115874018, "voter": "gosha" }, { "percent": "10000", - "reputation": 0, + "reputation": 678073276260, "rshares": 505816971, "voter": "raymonjohnstone" }, { "percent": "10000", - "reputation": 0, + "reputation": 19973803502, "rshares": 124907433, "voter": "biternator" }, { "percent": "10000", - "reputation": 0, + "reputation": 725570292123, "rshares": 3090635988, "voter": "willbeonceagain8" }, { "percent": "10000", - "reputation": 0, + "reputation": 161079803820, "rshares": 54497070629, "voter": "arcurus" }, { "percent": "10000", - "reputation": 0, + "reputation": 1606242116192, "rshares": 4745090234, "voter": "bakingengineer" }, { "percent": "10000", - "reputation": 0, + "reputation": 8079179261851, "rshares": 36689125715, "voter": "claudiop63" }, { "percent": "10000", - "reputation": 0, + "reputation": 1277366753949, "rshares": 16359584188, "voter": "noodles.pan" }, { "percent": "10000", - "reputation": 0, + "reputation": 176296837750, "rshares": 10399150907, "voter": "npl77" }, { "percent": "10000", - "reputation": 0, + "reputation": 17701690051649, "rshares": 108836213411, "voter": "steemdrive" }, { "percent": "10000", - "reputation": 0, + "reputation": 4265214728001, "rshares": 11060114610, "voter": "bergy" }, { "percent": "10000", - "reputation": 0, + "reputation": 1085279334225, "rshares": 2050213474, "voter": "theprophet0" }, { "percent": "10000", - "reputation": 0, + "reputation": 1251705047047, "rshares": 295915630, "voter": "theprophet" }, { "percent": "10000", - "reputation": 0, + "reputation": 11856501387697, "rshares": 38819548773, "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 0, + "reputation": 359477747983, "rshares": 461449860, "voter": "neddykelly" }, { "percent": "10000", - "reputation": 0, + "reputation": 2637292041469, "rshares": 1579699570, "voter": "minion" }, { "percent": "10000", - "reputation": 0, + "reputation": 73944659327428, "rshares": 77473387847, "voter": "sirwinchester" }, { "percent": "10000", - "reputation": 0, + "reputation": 33467338593, "rshares": 61385527, "voter": "sijoittaja" }, { "percent": "10000", - "reputation": 0, + "reputation": 4829784286, "rshares": 4190219999, "voter": "tom77" }, { "percent": "10000", - "reputation": 0, + "reputation": 213488752136, "rshares": 125663528, "voter": "nelkel" }, { "percent": "10000", - "reputation": 0, + "reputation": 182784126217, "rshares": 148930176, "voter": "letsgo.asino" }, { "percent": "10000", - "reputation": 0, + "reputation": 11490547563070, "rshares": 14968711124, "voter": "hilarski" }, { "percent": "10000", - "reputation": 0, + "reputation": 32644559975, "rshares": 58226150, "voter": "ajavajive" }, { "percent": "10000", - "reputation": 0, + "reputation": 896116963054, "rshares": 253750401751, "voter": "oldtimer" }, { "percent": "10000", - "reputation": 0, + "reputation": 9759030533, "rshares": 57886832, "voter": "shootetxd" }, { "percent": "10000", - "reputation": 0, + "reputation": 366678373049, "rshares": 191216226, "voter": "comcentrate" }, { "percent": "10000", - "reputation": 0, + "reputation": 1527616438386, "rshares": 13741567322, "voter": "antoinev" }, { "percent": "10000", - "reputation": 0, + "reputation": 335003583191, "rshares": 61289460, "voter": "jtstreetman" }, { "percent": "10000", - "reputation": 0, + "reputation": 692817924311, "rshares": 5100395909, "voter": "io-io-io" }, { "percent": "10000", - "reputation": 0, + "reputation": 129741556, "rshares": 54884363, "voter": "ian89" }, { "percent": "10000", - "reputation": 0, + "reputation": -248081771849, "rshares": 50351260, "voter": "chuckleberry" }, { "percent": "10000", - "reputation": 0, + "reputation": 321473400567, "rshares": 349611227, "voter": "panther" }, { "percent": "10000", - "reputation": 0, + "reputation": 19674745811334, "rshares": 59354601485, "voter": "tracemayer" }, { "percent": "10000", - "reputation": 0, + "reputation": 474811529, "rshares": 51884666, "voter": "brs" }, { "percent": "10000", - "reputation": 0, + "reputation": 563927807986, "rshares": 130434883, "voter": "bitcoinparadise" }, { "percent": "10000", - "reputation": 0, + "reputation": 7370152734, "rshares": 52571606, "voter": "bellphorion" }, { "percent": "10000", - "reputation": 0, + "reputation": 586250180, "rshares": 53224648, "voter": "yanikkoval" }, { "percent": "10000", - "reputation": 0, + "reputation": 1051554596883, "rshares": 51136429, "voter": "infotoday" }, { "percent": "10000", - "reputation": 0, + "reputation": -800687411550, "rshares": 50977036, "voter": "tldr" }, { "percent": "10000", - "reputation": 0, + "reputation": 99160090205, "rshares": 50797377, "voter": "bo-ro" } ], "author": "smooth", - "author_reputation": 0, + "author_reputation": 32455846463901, "beneficiaries": [], "body": "I will sponsor an additional 2000 SBD toward this campaign in addition to my vote on the post, plus any rewards on this comment.", "body_length": 128, @@ -659,19 +659,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 32455846463901, "rshares": 30296554046147, "voter": "smooth" }, { "percent": "97", - "reputation": 0, + "reputation": 85602977273, "rshares": 28854877817, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 13823888326286, "rshares": 14368089454321, "voter": "summon" }, @@ -683,13 +683,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9111465318256, "rshares": 377387227766, "voter": "lafona" }, { "percent": "10000", - "reputation": 0, + "reputation": 454674995328, "rshares": 790314875205, "voter": "delegate.lafona" }, @@ -701,25 +701,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 1851434600, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 2247039689, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 425455109, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 31378635899, "voter": "bue" }, @@ -737,25 +737,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 227457869865, "rshares": 6510505164, "voter": "sean0010" }, { "percent": "10000", - "reputation": 0, + "reputation": 83941319998, "rshares": 5308002434389, "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 68236886814465, "rshares": 342922310367, "voter": "officialfuzzy" }, { "percent": "9700", - "reputation": 0, + "reputation": 82600290949846, "rshares": 802009404542, "voter": "cass" }, @@ -779,295 +779,295 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1914970430304, "rshares": 410778394570, "voter": "chryspano" }, { "percent": "10000", - "reputation": 0, + "reputation": 11372617606769, "rshares": 113345677592, "voter": "forrestwillie" }, { "percent": "10000", - "reputation": 0, + "reputation": 1886231460740, "rshares": 5390642912, "voter": "kingjohal" }, { "percent": "10000", - "reputation": 0, + "reputation": 34874025761373, "rshares": 346429583563, "voter": "blakemiles84" }, { "percent": "10000", - "reputation": 0, + "reputation": 5904057835766, "rshares": 46740932510, "voter": "ranko-k" }, { "percent": "10000", - "reputation": 0, + "reputation": 1404951009343, "rshares": 18522231224, "voter": "allahhh" }, { "percent": "10000", - "reputation": 0, + "reputation": 99139054310, "rshares": 398461524, "voter": "rafikichi" }, { "percent": "9900", - "reputation": 0, + "reputation": 48542961182602, "rshares": 1421853753930, "voter": "sean-king" }, { "percent": "10000", - "reputation": 0, + "reputation": 19196715690053, "rshares": 65040641602, "voter": "charleshosk" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571311902261, "rshares": 739465956, "voter": "mammasitta" }, { "percent": "10000", - "reputation": 0, + "reputation": 9434414518400, "rshares": 17651204278, "voter": "acassity" }, { "percent": "10000", - "reputation": 0, + "reputation": 97622606374, "rshares": 480475374, "voter": "chamviet" }, { "percent": "10000", - "reputation": 0, + "reputation": -23813556107, "rshares": 239694404, "voter": "concave" }, { "percent": "10000", - "reputation": 0, + "reputation": 2770303185670, "rshares": 1386708550, "voter": "vi1son" }, { "percent": "10000", - "reputation": 0, + "reputation": 47264506487, "rshares": 1798938485, "voter": "gazm" }, { "percent": "10000", - "reputation": 0, + "reputation": 8017093633272, "rshares": 19465926763, "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 0, + "reputation": 3740475854096, "rshares": 2622666444, "voter": "egjoshslim" }, { "percent": "10000", - "reputation": 0, + "reputation": 38134889, "rshares": 6373898691, "voter": "perwest" }, { "percent": "10000", - "reputation": 0, + "reputation": 110677545707, "rshares": 312475355, "voter": "lioliomir" }, { "percent": "10000", - "reputation": 0, + "reputation": 5410832727305, "rshares": 33482946725, "voter": "alexfortin" }, { "percent": "10000", - "reputation": 0, + "reputation": 196800352745, "rshares": 5612628842, "voter": "r33drum" }, { "percent": "10000", - "reputation": 0, + "reputation": 866671256465, "rshares": 24373102947, "voter": "igster" }, { "percent": "10000", - "reputation": 0, + "reputation": 1241141280004, "rshares": 51538128557, "voter": "sephiroth" }, { "percent": "10000", - "reputation": 0, + "reputation": 125274679006, "rshares": 5989513477, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 0, + "reputation": 9512715139288, "rshares": 72131208610, "voter": "ntomaino" }, { "percent": "10000", - "reputation": 0, + "reputation": 3674446315320, "rshares": 9493199624, "voter": "domavila" }, { "percent": "10000", - "reputation": 0, + "reputation": 10522996718, "rshares": 107006946999, "voter": "bonface" }, { "percent": "10000", - "reputation": 0, + "reputation": 928901384552, "rshares": 12353093513, "voter": "grolelo" }, { "percent": "10000", - "reputation": 0, + "reputation": 6338322241150, "rshares": 32088583721, "voter": "streetstyle" }, { "percent": "10000", - "reputation": 0, + "reputation": 2974404080988, "rshares": 54299398751, "voter": "demotruk" }, { "percent": "10000", - "reputation": 0, + "reputation": 161079803820, "rshares": 45617820200, "voter": "arcurus" }, { "percent": "10000", - "reputation": 0, + "reputation": 6985921192853, "rshares": 211677715438, "voter": "johnsmith" }, { "percent": "10000", - "reputation": 0, + "reputation": 9611048410314, "rshares": 17146066951, "voter": "team-leibniz" }, { "percent": "10000", - "reputation": 0, + "reputation": 106557133024, "rshares": 22277193587, "voter": "solidgold" }, { "percent": "10000", - "reputation": 0, + "reputation": 27787545215, "rshares": 143431864, "voter": "borntowin" }, { "percent": "10000", - "reputation": 0, + "reputation": 49283901870, "rshares": 609312338, "voter": "metaflute" }, { "percent": "10000", - "reputation": 0, + "reputation": 523416152, "rshares": 1125051142, "voter": "bofadeez" }, { "percent": "10000", - "reputation": 0, + "reputation": 333988882, "rshares": 100022771, "voter": "darkstar1o9" }, { "percent": "10000", - "reputation": 0, + "reputation": 1955505384817, "rshares": 57276142, "voter": "pgarcgo" }, { "percent": "10000", - "reputation": 0, + "reputation": 661944466048, "rshares": 328256060, "voter": "alifton" }, { "percent": "10000", - "reputation": 0, + "reputation": 191533186325, "rshares": 63775214, "voter": "laissezfairedr" }, { "percent": "10000", - "reputation": 0, + "reputation": 5176671060650, "rshares": 66697195, "voter": "rubenalexander" }, { "percent": "10000", - "reputation": 0, + "reputation": 13325577893779, "rshares": 7960548410, "voter": "kyriacos" }, { "percent": "10000", - "reputation": 0, + "reputation": 539814268751, "rshares": 376001676, "voter": "manicmidnight" }, { "percent": "10000", - "reputation": 0, + "reputation": 24276337891, "rshares": 58682093, "voter": "tradz" }, { "percent": "10000", - "reputation": 0, + "reputation": 366529203171, "rshares": 58914198, "voter": "brandon-rosano" }, { "percent": "10000", - "reputation": 0, + "reputation": 630803487, "rshares": 38710389758, "voter": "simon-says" }, { "percent": "10000", - "reputation": 0, + "reputation": 19141466793, "rshares": 57980741, "voter": "alaqrab" }, { "percent": "10000", - "reputation": 0, + "reputation": 4656922610, "rshares": 56436574, "voter": "saintbitts" }, @@ -1079,31 +1079,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 110864068340, "rshares": 75377250, "voter": "powercouple" }, { "percent": "10000", - "reputation": 0, + "reputation": 472082273, "rshares": 55618704, "voter": "jaypillagara" }, { "percent": "10000", - "reputation": 0, + "reputation": 1709208580, "rshares": 53912690, "voter": "shax" }, { "percent": "10000", - "reputation": 0, + "reputation": 580482162746, "rshares": 53846159, "voter": "wulfmeister" }, { "percent": "10000", - "reputation": 0, + "reputation": 304603834882, "rshares": 53707619, "voter": "ct-gurus" }, @@ -1121,7 +1121,7 @@ } ], "author": "charlieshrem", - "author_reputation": 0, + "author_reputation": 50326964582800, "beneficiaries": [], "body": "I have a series of posts I'm writing now about socioeconomic observations in prison. If the Steemit community likes it, Ill post it here exclusively.", "body_length": 149, @@ -1153,55 +1153,55 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 14765040488827, "rshares": 29186049220380, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 0, + "reputation": 608057298751, "rshares": 623996958321, "voter": "justin" }, { "percent": "9900", - "reputation": 0, + "reputation": 20297981245452, "rshares": 5881098331094, "voter": "abit" }, { "percent": "10000", - "reputation": 0, + "reputation": 27931460807554, "rshares": 4855865727368, "voter": "nextgencrypto" }, { "percent": "9800", - "reputation": 0, + "reputation": 1284750610881, "rshares": 2454399166148, "voter": "adm" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 2467985030, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 2995309863, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 567154894, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 41750226248, "voter": "bue" }, @@ -1219,7 +1219,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 101807714979611, "rshares": 664278529380, "voter": "pfunk" }, @@ -1243,55 +1243,55 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 77590508815145, "rshares": 130506632815, "voter": "kaylinart" }, { "percent": "10000", - "reputation": 0, + "reputation": 25849925929525, "rshares": 106890789634, "voter": "anyx" }, { "percent": "10000", - "reputation": 0, + "reputation": 11644551965460, "rshares": 9971301073, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 0, + "reputation": 1633600290379, "rshares": 9400027589, "voter": "shredlord" }, { "percent": "10000", - "reputation": 0, + "reputation": 22504728466704, "rshares": 61646469732, "voter": "cheetah" }, { "percent": "10000", - "reputation": 0, + "reputation": 17114822932753, "rshares": 219824678620, "voter": "originate" }, { "percent": "10000", - "reputation": 0, + "reputation": 49283901870, "rshares": 685101796, "voter": "metaflute" }, { "percent": "10000", - "reputation": 0, + "reputation": 891327, "rshares": 394148198, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 0, + "reputation": 31215012571, "rshares": 32404401324, "voter": "thecurator" }, @@ -1309,7 +1309,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 18890223518661, "rshares": 16011014560, "voter": "someguy123" }, @@ -1321,13 +1321,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 176566848345, "rshares": 188226473, "voter": "andyinspace" } ], "author": "adm", - "author_reputation": 0, + "author_reputation": 1284750610881, "beneficiaries": [], "body": "This is an article spun to avoid automatic plagiarism detection.\nHere is the source:\nhttp://health.learninginfo.org/muscle-building-tips.htm", "body_length": 140, @@ -1359,157 +1359,157 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 70486967561347, "rshares": 40261554792719, "voter": "blocktrades" }, { "percent": "10000", - "reputation": 0, + "reputation": 3991861275580, "rshares": 48124579959, "voter": "full-steem-ahead" }, { "percent": "10000", - "reputation": 0, + "reputation": 37454101478493, "rshares": 282481919881, "voter": "chitty" }, { "percent": "10000", - "reputation": 0, + "reputation": 4477492280957, "rshares": 25822874684, "voter": "steampunkpowered" }, { "percent": "10000", - "reputation": 0, + "reputation": 4733188979515, "rshares": 10283360038, "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 0, + "reputation": 436017530085, "rshares": 24290958657, "voter": "instructor2121" }, { "percent": "10000", - "reputation": 0, + "reputation": 8330279054423, "rshares": 62458381858, "voter": "kanoptx" }, { "percent": "10000", - "reputation": 0, + "reputation": 9090232372242, "rshares": 71100938161, "voter": "eric-boucher" }, { "percent": "10000", - "reputation": 0, + "reputation": 3906896686802, "rshares": 61288297136, "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 0, + "reputation": 46310579884676, "rshares": 117389810764, "voter": "bravenewcoin" }, { "percent": "10000", - "reputation": 0, + "reputation": 1569224337235, "rshares": 5121130339, "voter": "expanse" }, { "percent": "10000", - "reputation": 0, + "reputation": 2069855377344, "rshares": 7881221000, "voter": "spiz0r" }, { "percent": "10000", - "reputation": 0, + "reputation": 3033861094190, "rshares": 10377897348, "voter": "nippel66" }, { "percent": "10000", - "reputation": 0, + "reputation": 843226172873, "rshares": 49642777135, "voter": "thylbom" }, { "percent": "10000", - "reputation": 0, + "reputation": 37347150, "rshares": 115874018, "voter": "gosha" }, { "percent": "10000", - "reputation": 0, + "reputation": 8079179261851, "rshares": 37453482500, "voter": "claudiop63" }, { "percent": "10000", - "reputation": 0, + "reputation": 17218558634066, "rshares": 4096208838, "voter": "smailer" }, { "percent": "10000", - "reputation": 0, + "reputation": 314229959204, "rshares": 8375659361, "voter": "jamesbrown" }, { "percent": "10000", - "reputation": 0, + "reputation": 17701690051649, "rshares": 108836213411, "voter": "steemdrive" }, { "percent": "10000", - "reputation": 0, + "reputation": 366678373049, "rshares": 195118598, "voter": "comcentrate" }, { "percent": "10000", - "reputation": 0, + "reputation": 335003583191, "rshares": 61289460, "voter": "jtstreetman" }, { "percent": "10000", - "reputation": 0, + "reputation": 657881264, "rshares": 56939384, "voter": "dcat" }, { "percent": "10000", - "reputation": 0, + "reputation": 563927807986, "rshares": 130434883, "voter": "bitcoinparadise" }, { "percent": "10000", - "reputation": 0, + "reputation": 7370152734, "rshares": 50468741, "voter": "bellphorion" }, { "percent": "10000", - "reputation": 0, + "reputation": 54957783711, "rshares": 50353356, "voter": "takemyfive" } ], "author": "steemdrive", - "author_reputation": 0, + "author_reputation": 17701690051649, "beneficiaries": [], "body": "
    [![vote-Ohare.jpg](https://s19.postimg.org/vpowej1g3/vote_Ohare.jpg)](http://www.steemit.com/@steemdrive)
    ", "body_length": 122, @@ -1541,49 +1541,49 @@ "active_votes": [ { "percent": "5000", - "reputation": 0, + "reputation": 32455846463901, "rshares": 14824916004472, "voter": "smooth" }, { "percent": "100", - "reputation": 0, + "reputation": 85602977273, "rshares": 28851426273, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 13823888326286, "rshares": 14660905118594, "voter": "summon" }, { "percent": "10000", - "reputation": 0, + "reputation": 8358591595454, "rshares": 5645842591970, "voter": "kushed" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3085011784, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3744178588, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 708945412, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 52221628833, "voter": "bue" }, @@ -1601,7 +1601,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 82600290949846, "rshares": 733758489177, "voter": "cass" }, @@ -1625,79 +1625,79 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 376960001789, "rshares": 5519141498, "voter": "spaninv" }, { "percent": "10000", - "reputation": 0, + "reputation": 6531398726064, "rshares": 151618531853, "voter": "killerstorm" }, { "percent": "10000", - "reputation": 0, + "reputation": 1116909606233, "rshares": 13114605961, "voter": "facer" }, { "percent": "10000", - "reputation": 0, + "reputation": 22794273843250, "rshares": 137573239907, "voter": "thedashguy" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571311902261, "rshares": 586358175, "voter": "mammasitta" }, { "percent": "10000", - "reputation": 0, + "reputation": 2222945795019, "rshares": 128697036640, "voter": "chhayll" }, { "percent": "10000", - "reputation": 0, + "reputation": 118203669136, "rshares": 269379546, "voter": "thealexander" }, { "percent": "10000", - "reputation": 0, + "reputation": 19604328647, "rshares": 13452877972, "voter": "bitshares101" }, { "percent": "10000", - "reputation": 0, + "reputation": 1241141280004, "rshares": 51529058014, "voter": "sephiroth" }, { "percent": "10000", - "reputation": 0, + "reputation": 1215490422294, "rshares": 5729767206, "voter": "inti" }, { "percent": "10000", - "reputation": 0, + "reputation": 1757805373821, "rshares": 14254612849, "voter": "deanero" }, { "percent": "10000", - "reputation": 0, + "reputation": 1804907957838, "rshares": 1646059150, "voter": "belkins" }, { "percent": "10000", - "reputation": 0, + "reputation": 333988882, "rshares": 116253105, "voter": "darkstar1o9" }, @@ -1709,37 +1709,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2422086213510, "rshares": 2359201317, "voter": "matherly" }, { "percent": "10000", - "reputation": 0, + "reputation": 824556048979, "rshares": 897505702, "voter": "harand" }, { "percent": "10000", - "reputation": 0, + "reputation": 4818398060873, "rshares": 17530292877, "voter": "shenanigator" }, { "percent": "10000", - "reputation": 0, + "reputation": 2009900011368, "rshares": 4300748049, "voter": "bitbutter" }, { "percent": "10000", - "reputation": 0, + "reputation": 1246651487, "rshares": 54634677, "voter": "stephenm" } ], "author": "steemapp", - "author_reputation": 0, + "author_reputation": 5743108025054, "beneficiaries": [], "body": "Hi, @smooth this is @str11ngfello, the iOS developer on Steemy. \n\nHere's my linked in profile ->\nhttps://www.linkedin.com/in/lynn-duke-097a724\n\n @cyonic here as a followup edit, my linkedin profile here:\nhttps://www.linkedin.com/in/johnelliotwhite\n\nGive me a few moments and I'll add a blurb to my linked in profile that references Steemy. Look for it towards the top. \n\nHere is a quick vid I made of Steemy at the request of many users. \n\nhttps://youtu.be/kHbOHuXQWg4\n\nHere's to hoping we can prove ourselves a bit. STEEM ON!", "body_length": 529, @@ -1771,43 +1771,43 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 83122046, "rshares": 17735818038199, "voter": "itsascam" }, { "percent": "10000", - "reputation": 0, + "reputation": 43394593255, "rshares": 2091363547583, "voter": "steemroller" }, { "percent": "10000", - "reputation": 0, + "reputation": 19032535635212, "rshares": 17881645967595, "voter": "steemed" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 2473129069, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3001847911, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 562495952, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 42273561181, "voter": "bue" }, @@ -1825,7 +1825,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 25065017424303, "rshares": 115426377545, "voter": "stan" }, @@ -1849,25 +1849,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 67344245671, "rshares": 17452286451, "voter": "marklyford" }, { "percent": "-10000", - "reputation": 0, + "reputation": 496208892, "rshares": -118201007, "voter": "cyonic" }, { "percent": "10000", - "reputation": 0, + "reputation": 1876749044289, "rshares": 1259875358, "voter": "shadowspub" } ], "author": "michaelx", - "author_reputation": 0, + "author_reputation": 9186061899783, "beneficiaries": [], "body": "It doesn't matter at all in the big picture, when company accounts are used to censor any conversation (as they have been doing and will likely continue to do) they please, regardless of community voting consensus. \n\nThis has already been proven by the actions of management using those accounts for this purpose.\n\nAnyone believing Steemit as it exists currently to be a censorship free platform for free speech is sadly mistaken.", "body_length": 431, @@ -1899,49 +1899,49 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 14765040488827, "rshares": 29864685009305, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 0, + "reputation": 86527803731, "rshares": 189574335690, "voter": "friend2" }, { "percent": "10000", - "reputation": 0, + "reputation": 608057298751, "rshares": 639212703934, "voter": "justin" }, { "percent": "10000", - "reputation": 0, + "reputation": 27931460807554, "rshares": 4968734358586, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3084986672, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3744144508, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 708943618, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 52193349399, "voter": "bue" }, @@ -1977,133 +1977,133 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 45329454600539, "rshares": 154121482815, "voter": "jamtaylor" }, { "percent": "10000", - "reputation": 0, + "reputation": 22794273843250, "rshares": 130134738142, "voter": "thedashguy" }, { "percent": "10000", - "reputation": 0, + "reputation": 7603352468101, "rshares": 39444938394, "voter": "tiffjane" }, { "percent": "10000", - "reputation": 0, + "reputation": 713529357997, "rshares": 851256740, "voter": "cousteau" }, { "percent": "10000", - "reputation": 0, + "reputation": 10445529851856, "rshares": 5673774261, "voter": "meesterboom" }, { "percent": "10000", - "reputation": 0, + "reputation": 16743994030016, "rshares": 33726244522, "voter": "condra" }, { "percent": "10000", - "reputation": 0, + "reputation": 1785188860258, "rshares": 718346410, "voter": "birdie" }, { "percent": "10000", - "reputation": 0, + "reputation": 4965349454737, "rshares": 20128929530, "voter": "rznag" }, { "percent": "10000", - "reputation": 0, + "reputation": 988942038058, "rshares": 51125341014, "voter": "gomeravibz" }, { "percent": "10000", - "reputation": 0, + "reputation": 898801272252, "rshares": 1954050724, "voter": "t3ran13" }, { "percent": "10000", - "reputation": 0, + "reputation": 921725518804, "rshares": 2194116353, "voter": "xroni" }, { "percent": "10000", - "reputation": 0, + "reputation": 891327, "rshares": 403314436, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 0, + "reputation": 11861754844312, "rshares": 11535444605, "voter": "queenmountain" }, { "percent": "10000", - "reputation": 0, + "reputation": 68479560828, "rshares": 127023220, "voter": "harrycoins" }, { "percent": "10000", - "reputation": 0, + "reputation": 34338510332, "rshares": 61084860, "voter": "mndstruct" }, { "percent": "10000", - "reputation": 0, + "reputation": 31215012571, "rshares": 33194586794, "voter": "thecurator" }, { "percent": "10000", - "reputation": 0, + "reputation": 17071371161, "rshares": 230160266, "voter": "mefisto" }, { "percent": "10000", - "reputation": 0, + "reputation": 295472992623, "rshares": 1059907708, "voter": "iamrohitkgupta" }, { "percent": "10000", - "reputation": 0, + "reputation": 822962542150, "rshares": 71181331, "voter": "emilyjane" }, { "percent": "10000", - "reputation": 0, + "reputation": 3077370360823, "rshares": 133481361, "voter": "mweich" }, { "percent": "10000", - "reputation": 0, + "reputation": 7381386825, "rshares": 50281530, "voter": "topslim" } ], "author": "condra", - "author_reputation": 0, + "author_reputation": 16743994030016, "beneficiaries": [], "body": "Congrats to everyone, and forgive me if you didn't place. It wasn't easy to omit so many amazing shots. The standard was very high and there were hundreds of submissions. Huge love for all the Steemit #photography community.", "body_length": 224, @@ -2135,43 +2135,43 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 14765040488827, "rshares": 29864685009305, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 0, + "reputation": 608057298751, "rshares": 639212703934, "voter": "justin" }, { "percent": "10000", - "reputation": 0, + "reputation": 27931460807554, "rshares": 4968734358586, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 2467989338, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 2995315607, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 567154894, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 41754679519, "voter": "bue" }, @@ -2207,61 +2207,61 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 45329454600539, "rshares": 147833075316, "voter": "jamtaylor" }, { "percent": "10000", - "reputation": 0, + "reputation": 16743994030016, "rshares": 33749012863, "voter": "condra" }, { "percent": "10000", - "reputation": 0, + "reputation": 5029542492239, "rshares": 8813120108, "voter": "blinova" }, { "percent": "10000", - "reputation": 0, + "reputation": 21815260714191, "rshares": 177253189627, "voter": "blueorgy" }, { "percent": "10000", - "reputation": 0, + "reputation": 2017416249960, "rshares": 7958656381, "voter": "kristylynn" }, { "percent": "10000", - "reputation": 0, + "reputation": 214076084605, "rshares": 250542489, "voter": "nat4ka" }, { "percent": "10000", - "reputation": 0, + "reputation": 1826385508354, "rshares": 2869166387, "voter": "dercoco" }, { "percent": "10000", - "reputation": 0, + "reputation": 891327, "rshares": 403314436, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 0, + "reputation": 31215012571, "rshares": 33194586794, "voter": "thecurator" } ], "author": "blueorgy", - "author_reputation": 0, + "author_reputation": 21815260714191, "beneficiaries": [], "body": "**Amazing Entries** once again this weekend! The talent here on steemit just keeps on growing with each #SteemitPhotoChallenge and I feel it's 100% a direct result of this **trending topic**. So be proud of your work and if you didn't make it into the **Top 3** don't even think about giving up, the computation is tuff and @condra had a difficult time deciding I'm sure.\n\n
    \n\n**Honourable Mentions**\n\n @kristylynn I really enjoyed this photo! It reminded me of when I was a kid grabbing dandelions at every change and blowing them all over the place! My father absolutely hated this because they would end up growing all over his lawn. Great work with the depth and the color is very pleasing. Thank you for bring back some old memories.\n\n@minion I tried to capture a very similar shot during my little exploration last sunday morning. I of course failed to get such a crisp, captivating, and **Super Lush** photo if you can describ the vibrant green colors this way. Great job on capturing that moment right before the water droplet escapes the branch , not easy and patience is required. \n\n**Finalist**\n\n@bebecitosfotos This flower is epic! The clarity and brightness is spot on and even the viewed in post and at lower resolution it still comes off as perfectly in focus (always a very difficult thing to do while using Macro). The background is just muted enough to capture a actual backdrop while not taking away fro the foreground image. Excellent work.\n\n@dercoco What can I say about this one... how about **EYES**. I have always loved the reptile eye, Great Work.\n\n@mweich This is spot on! Being able to capture the pollen on the Bee's legs was a great feat I tell you that, while still keeping other expects and depths of the photo in great focus is even harder, very still hand you must have! The angle of the photo and the choice of background imagery defiantly gave this photo an edge when it came to being Macro. The background is often forgot when capturing with Macro even thought it plays such a big role, you seem to have a very good eye for it. And **Congratulations!** on taking First Place!\n\n
    \n\nAgain I can't say it enough great job everyone, keep it up!\nCan't wait for next weekend's challenge @jamtaylor make it a good one ;)\n\nBlue", "body_length": 2259, @@ -2293,19 +2293,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 14765040488827, "rshares": 29864685009305, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 0, + "reputation": 608057298751, "rshares": 639212703934, "voter": "justin" }, { "percent": "10000", - "reputation": 0, + "reputation": 27931460807554, "rshares": 4968734358586, "voter": "nextgencrypto" }, @@ -2317,55 +2317,55 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 157636214062, "rshares": 18794778971, "voter": "ozzy-vega" }, { "percent": "10000", - "reputation": 0, + "reputation": 25849925929525, "rshares": 106925555861, "voter": "anyx" }, { "percent": "10000", - "reputation": 0, + "reputation": 79027340053, "rshares": 278001908, "voter": "mirrax" }, { "percent": "10000", - "reputation": 0, + "reputation": 4116259471152, "rshares": 17506904849, "voter": "keithsmih" }, { "percent": "3300", - "reputation": 0, + "reputation": 22504728466704, "rshares": 20129459504, "voter": "cheetah" }, { "percent": "10000", - "reputation": 0, + "reputation": 714503005, "rshares": 100129802, "voter": "cheetah33" }, { "percent": "10000", - "reputation": 0, + "reputation": 891327, "rshares": 403314436, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 0, + "reputation": 737268128, "rshares": 100111679, "voter": "cheetah34" }, { "percent": "10000", - "reputation": 0, + "reputation": 31215012571, "rshares": 33194586794, "voter": "thecurator" }, @@ -2389,7 +2389,7 @@ } ], "author": "cheetah", - "author_reputation": 0, + "author_reputation": 22504728466704, "beneficiaries": [], "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.youtube.com/watch?v=Jetfhhkg_YU", "body_length": 165, @@ -2421,43 +2421,43 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 83122046, "rshares": 17387563883098, "voter": "itsascam" }, { "percent": "10000", - "reputation": 0, + "reputation": 43394593255, "rshares": 2050320927937, "voter": "steemroller" }, { "percent": "10000", - "reputation": 0, + "reputation": 19032535635212, "rshares": 17506821189546, "voter": "steemed" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 2472687085, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3001252537, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 562430414, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 42191835467, "voter": "bue" }, @@ -2493,31 +2493,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 642608867428, "rshares": 5163277168, "voter": "christoryan" }, { "percent": "10000", - "reputation": 0, + "reputation": 2812079541783, "rshares": 4146107046, "voter": "fishborne" }, { "percent": "10000", - "reputation": 0, + "reputation": 333988882, "rshares": 100022771, "voter": "darkstar1o9" }, { "percent": "10000", - "reputation": 0, + "reputation": 7788315865, "rshares": 58035101, "voter": "aaronjwhite" } ], "author": "knircky", - "author_reputation": 0, + "author_reputation": 3320684282022, "beneficiaries": [], "body": "Nope a stock is not a ponzu scheme and steem is not either.\n\nI am sick of people that cannot understand how things calling them Ponzi schemes, so they can sound smarter than they are.", "body_length": 183, @@ -2549,97 +2549,97 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 14765040488827, "rshares": 29186049220380, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 0, + "reputation": 608057298751, "rshares": 623996958321, "voter": "justin" }, { "percent": "10000", - "reputation": 0, + "reputation": 27931460807554, "rshares": 4855865727368, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 45329454600539, "rshares": 154146763309, "voter": "jamtaylor" }, { "percent": "-10000", - "reputation": 0, + "reputation": -2683858617900, "rshares": -5787205072, "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 0, + "reputation": 25849925929525, "rshares": 106890789634, "voter": "anyx" }, { "percent": "10000", - "reputation": 0, + "reputation": 11644551965460, "rshares": 9733889143, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 0, + "reputation": 1633600290379, "rshares": 9400027589, "voter": "shredlord" }, { "percent": "10000", - "reputation": 0, + "reputation": 22504728466704, "rshares": 61646469732, "voter": "cheetah" }, { "percent": "10000", - "reputation": 0, + "reputation": 17114822932753, "rshares": 219824678620, "voter": "originate" }, { "percent": "10000", - "reputation": 0, + "reputation": 49283901870, "rshares": 685101796, "voter": "metaflute" }, { "percent": "10000", - "reputation": 0, + "reputation": 891327, "rshares": 394148198, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 0, + "reputation": 31215012571, "rshares": 32404401324, "voter": "thecurator" }, { "percent": "10000", - "reputation": 0, + "reputation": 18890223518661, "rshares": 16011014560, "voter": "someguy123" }, { "percent": "10000", - "reputation": 0, + "reputation": 176566848345, "rshares": 188226473, "voter": "andyinspace" } ], "author": "anyx", - "author_reputation": 0, + "author_reputation": 25849925929525, "beneficiaries": [], "body": "This user is a serial plagiarist who has taken to spinning articles to plagiarize, instead of providing sources and discussion.\n\n!cheetah ban", "body_length": 141, @@ -2671,43 +2671,43 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 83122046, "rshares": 17387563883098, "voter": "itsascam" }, { "percent": "500", - "reputation": 0, + "reputation": 70486967561347, "rshares": 2478143633692, "voter": "blocktrades" }, { "percent": "10000", - "reputation": 0, + "reputation": 19032535635212, "rshares": 17508649345673, "voter": "steemed" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 2472598979, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3001139259, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 562419226, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 42178757456, "voter": "bue" }, @@ -2743,19 +2743,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 8079179261851, "rshares": 38894121671, "voter": "claudiop63" }, { "percent": "10000", - "reputation": 0, + "reputation": 2288762261504, "rshares": 7143405548, "voter": "goose" } ], "author": "thylbom", - "author_reputation": 0, + "author_reputation": 843226172873, "beneficiaries": [], "body": "I definitely agree that the password recovery problem is a good one to work on. People who have been involved in crypto for some time are almost instinctively aware of the importance of safeguarding private keys, but \"mainstream\" adopters are accustomed to a world of hand-holding where the powers that be can bail you out if you are careless, stupid, forgetful or unlucky. If a method can be devised to facilitate recovery without sacrificing security, it can avoid problems of negative user experience that could hurt the platform's prospects for widespread adaption.", "body_length": 569, @@ -2787,37 +2787,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 83122046, "rshares": 17735315160760, "voter": "itsascam" }, { "percent": "10000", - "reputation": 0, + "reputation": 19032535635212, "rshares": 17865766992651, "voter": "steemed" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3091007147, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3751778512, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 703064185, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 52778799199, "voter": "bue" }, @@ -2853,13 +2853,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 27692743706, "voter": "r4fken" } ], "author": "r4fken", - "author_reputation": 0, + "author_reputation": -2499740471746, "beneficiaries": [], "body": "Do I understand correctly that you're referencing the initial \"mining\" by a select group of devs and friends, resulting in \"overwhelming control\" by means of vests now?\nOr am I just imagining things? :)", "body_length": 202, @@ -2891,67 +2891,67 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1915876518994, "rshares": 727407423660, "voter": "erath" }, { "percent": "100", - "reputation": 0, + "reputation": 32455846463901, "rshares": 644958517124, "voter": "smooth" }, { "percent": "49", - "reputation": 0, + "reputation": 85602977273, "rshares": 28855608662, "voter": "anonymous" }, { "percent": "4900", - "reputation": 0, + "reputation": 8151223409709, "rshares": 8486664643623, "voter": "rainman" }, { "percent": "10000", - "reputation": 0, + "reputation": 3894279128605, "rshares": 6370652360778, "voter": "wackou" }, { "percent": "10000", - "reputation": 0, + "reputation": 428017035820, "rshares": 82613356260, "voter": "friend5" }, { "percent": "10000", - "reputation": 0, + "reputation": 9800209121307, "rshares": 6571978360124, "voter": "roadscape" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 2470238755, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 2998129153, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 567603623, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 41948298509, "voter": "bue" }, @@ -2969,49 +2969,49 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 28971806962251, "rshares": 1813610822120, "voter": "joseph" }, { "percent": "100", - "reputation": 0, + "reputation": 83941319998, "rshares": 108871922542, "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 158487994237, "rshares": 51208392605, "voter": "twiceuponatime" }, { "percent": "5200", - "reputation": 0, + "reputation": 1082239289637, "rshares": 139867989371, "voter": "indominon" }, { "percent": "10000", - "reputation": 0, + "reputation": 23744414677575, "rshares": 2942087618871, "voter": "onceuponatime" }, { "percent": "10000", - "reputation": 0, + "reputation": 1829863145814, "rshares": 728571343037, "voter": "marginal" }, { "percent": "9700", - "reputation": 0, + "reputation": 82600290949846, "rshares": 937174079758, "voter": "cass" }, { "percent": "10000", - "reputation": 0, + "reputation": 2369366055877, "rshares": 76036949216, "voter": "vault" }, @@ -3035,223 +3035,223 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1914970430304, "rshares": 410807696946, "voter": "chryspano" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 9521769889, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 562223585509, "rshares": 19196002726, "voter": "mughat" }, { "percent": "10000", - "reputation": 0, + "reputation": 9084038135515, "rshares": 47541496466, "voter": "nphacker" }, { "percent": "10000", - "reputation": 0, + "reputation": 9389887938261, "rshares": 3892379945, "voter": "kennyskitchen" }, { "percent": "10000", - "reputation": 0, + "reputation": 5260794316761, "rshares": 129268320437, "voter": "schro" }, { "percent": "10000", - "reputation": 0, + "reputation": 22794273843250, "rshares": 92995154682, "voter": "thedashguy" }, { "percent": "10000", - "reputation": 0, + "reputation": 36884147263377, "rshares": 213701132994, "voter": "lukestokes" }, { "percent": "10000", - "reputation": 0, + "reputation": 17777496768, "rshares": 276395602, "voter": "carlgetalada" }, { "percent": "10000", - "reputation": 0, + "reputation": 2632946346, "rshares": 28736613783, "voter": "catchfire" }, { "percent": "10000", - "reputation": 0, + "reputation": 1613752018459, "rshares": 5894409181, "voter": "quintanilla" }, { "percent": "10000", - "reputation": 0, + "reputation": 25984358555464, "rshares": 41089533337, "voter": "bacchist" }, { "percent": "10000", - "reputation": 0, + "reputation": 40255997582, "rshares": 8483258053, "voter": "cannav" }, { "percent": "10000", - "reputation": 0, + "reputation": 13090894039053, "rshares": 65583674268, "voter": "discombobulated" }, { "percent": "10000", - "reputation": 0, + "reputation": 9859494596, "rshares": 1259117194, "voter": "chrisj" }, { "percent": "10000", - "reputation": 0, + "reputation": 5183116321161, "rshares": 3704243578, "voter": "krystle" }, { "percent": "10000", - "reputation": 0, + "reputation": 1403427793295, "rshares": 14629758637, "voter": "artakan" }, { "percent": "10000", - "reputation": 0, + "reputation": 9734558763221, "rshares": 6012406044, "voter": "phenom" }, { "percent": "10000", - "reputation": 0, + "reputation": 45712131677758, "rshares": 17402129371, "voter": "crazymumzysa" }, { "percent": "10000", - "reputation": 0, + "reputation": 1624945721527, "rshares": 4183080661, "voter": "bbrewer" }, { "percent": "10000", - "reputation": 0, + "reputation": 568560955800, "rshares": 35472659687, "voter": "fatboy" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571312226030, "rshares": 3978086691, "voter": "beanz" }, { "percent": "10000", - "reputation": 0, + "reputation": 106557133024, "rshares": 22725564707, "voter": "solidgold" }, { "percent": "10000", - "reputation": 0, + "reputation": 8806485920347, "rshares": 24344116072, "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 0, + "reputation": 3679188122176, "rshares": 6603057948, "voter": "najoh" }, { "percent": "10000", - "reputation": 0, + "reputation": 6181438509962, "rshares": 12993857503, "voter": "capitalism" }, { "percent": "10000", - "reputation": 0, + "reputation": 2832097256429, "rshares": 4872113322, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 0, + "reputation": 6364644439603, "rshares": 2818362970, "voter": "aboundlessworld" }, { "percent": "10000", - "reputation": 0, + "reputation": 11122126920308, "rshares": 2636752145, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 0, + "reputation": 6380056335097, "rshares": 3558963294, "voter": "randyclemens" }, { "percent": "10000", - "reputation": 0, + "reputation": 661944466048, "rshares": 377494461, "voter": "alifton" }, { "percent": "10000", - "reputation": 0, + "reputation": 15841196427096, "rshares": 26914242849, "voter": "bitcalm" }, { "percent": "10000", - "reputation": 0, + "reputation": 2721887929533, "rshares": 1692339912, "voter": "davidbrogan" }, { "percent": "10000", - "reputation": 0, + "reputation": 797336799, "rshares": 56779364, "voter": "negoshi" }, { "percent": "10000", - "reputation": 0, + "reputation": 97476072754, "rshares": 50997147, "voter": "david.prochnow" }, { "percent": "10000", - "reputation": 0, + "reputation": 6483658953, "rshares": 50258926, "voter": "doze49" }, { "percent": "10000", - "reputation": 0, + "reputation": 269520578215, "rshares": 61941319, "voter": "fraterralph" }, @@ -3263,7 +3263,7 @@ } ], "author": "lukestokes", - "author_reputation": 0, + "author_reputation": 36884147263377, "beneficiaries": [], "body": "`dictatorship`, `hindenburg`, `titanic` and a hitler meme are all a bit too over the top for me. I'm glad you're voicing your concerns, but a \"Dan must be stopped\" call to action against the very person who created what we are all enjoying isn't (IMO) the best approach for having a respectful dialogue about the issue. It seems many are already discussing the issue on github and voicing their disapproval there. We'll see where it goes from here, and it's definitely something to keep an eye on. For that, I thank you, but I won't give you my vote on this post because I think the tone is counter productive to a rational, open conversation about the issue. I may be wrong and maybe a more alarmist tone is called for. As with many things, we shall see over time.", "body_length": 766, @@ -3295,43 +3295,43 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 145171381514207, "rshares": 28300878156066, "voter": "dantheman" }, { "percent": "100", - "reputation": 0, + "reputation": 32455846463901, "rshares": 636585679281, "voter": "smooth" }, { "percent": "10000", - "reputation": 0, + "reputation": 3894279128605, "rshares": 6549727125575, "voter": "wackou" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3099954800, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3763461212, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 690406462, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 54138246944, "voter": "bue" }, @@ -3349,19 +3349,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 8980249791516, "rshares": 251709705259, "voter": "lovejoy" }, { "percent": "10000", - "reputation": 0, + "reputation": 9028537022578, "rshares": 2511125853605, "voter": "recursive" }, { "percent": "100", - "reputation": 0, + "reputation": 83941319998, "rshares": 114398906816, "voter": "smooth.witness" }, @@ -3385,73 +3385,73 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9090232372242, "rshares": 71291626568, "voter": "eric-boucher" }, { "percent": "10000", - "reputation": 0, + "reputation": 642608867428, "rshares": 5223833163, "voter": "christoryan" }, { "percent": "10000", - "reputation": 0, + "reputation": 2632564148, "rshares": 4999497773, "voter": "zelgald1" }, { "percent": "10000", - "reputation": 0, + "reputation": 2798458785, "rshares": 63437792, "voter": "tommycordero" }, { "percent": "10000", - "reputation": 0, + "reputation": 855097842923, "rshares": 11501604178, "voter": "darrantrute" }, { "percent": "10000", - "reputation": 0, + "reputation": 949895649943, "rshares": 615797359, "voter": "nebcat" }, { "percent": "10000", - "reputation": 0, + "reputation": 988835724525, "rshares": 381939549, "voter": "kiwideb" }, { "percent": "10000", - "reputation": 0, + "reputation": 353288883728, "rshares": 444650943, "voter": "floweroflife" }, { "percent": "10000", - "reputation": 0, + "reputation": 1586351489943, "rshares": 807251193, "voter": "kingarbinv" }, { "percent": "10000", - "reputation": 0, + "reputation": 8189791438741, "rshares": 10978877529, "voter": "skypilot" }, { "percent": "10000", - "reputation": 0, + "reputation": 35511792131, "rshares": 2610482432, "voter": "robcichocki" } ], "author": "recursive", - "author_reputation": 0, + "author_reputation": 9028537022578, "beneficiaries": [], "body": "> This state of being creates a paradox for those with aims to change the world. If you are at complete peace with the way things are, then what motive is there to change the world? On what basis should you choose to act? This is the very heart of economics, the study of human action. This is the root of my current internal conflict.\n\nMahayana (Great Vehicle) buddhism may have an answer to that apparent conflict you are experiencing. According to the Mahayana tradition, true enlightenment cannot be reached merely by cultivating inner peace and eliminating delusions and suffering in isolation of other people, because doing so remains a selfish endeavor that implies that one hasn't truly reached the state of selflessness that underlies enlightenment. \n\nInstead, at some point along the path to enlightenment, one realizes that one's true nature is that of being conscious: a pure form of benevolent consciousness without shape and boundaries, and that permeates all that is. At that point, one doesn't seek anymore to deliver from suffering that fictious \"ego\" entity that has long been identified as a delusion, but instead seeks to deliver all of consciousness from suffering, including all sentient beings. This intrinsic benevolence of consciousness is what we call \"compassion\", and is the central tenet of Mahayana tradition. It is both the ultimate goal and the mean to reach that goal. By cultivating compassion, one reveals his compassionate nature, and this compassion is what will eventually lead to a contradiction with the ego and materialistic delusions, and their dissolution. \n\nFrom that perspective, he who seeks enlightenment will first accept reality as it is, and reach what first feels as a form of blissful and permanent internal peace (this is typically what Hinayana / Small Vehicule buddhism think is enlightenment, and this includes some famous western self-help authors), but will soon realize that there is one type of suffering that transcends attachment and the delusion of self and that can't be addressed by meditation and spiritual practice alone but on the contrary become more and more sharp: the suffering of seeing others suffering within this reality. This is because suffering is a noble truth, a truth that can't be denied, ignored or accepted but simply acknowledged as being true. This leads to a paradox where embracing reality leads to embracing a form of suffering that can only be eliminated by altering reality which cannot be achieved if one simply embraces reality. The only solution to this apparent paradox is to realize that reality is impermanent and can be embraced while being altered. It should be accepted in the present so that one may live free from delusions and attachment, and reduce suffering to the prime denominator of the quintessential and universally experienced suffering of being alive, while being actively shaped with all one's will and energy into a future reality where other sentient beings suffer less.\n\nUnder the mahayana assumption that consciousness is intrinsically benevolent and unable not to experience compassion as it gets closer to enlightenment, acting with all one's will and energy against the corruption that permeates reality and increases suffering of other sentient beings is not only consistent, but the one and only true way to enlightenment.\n\nArguably, government is one such big chunk of pervasive corruption that has spread like weed in our consensual reality, and creates an inordinate amount of suffering. From that perspective, being anarchist isn't only a political view, it is a statement of compassion. Ask the Dalai Lama what he thinks about governments...", "body_length": 3669, @@ -3483,49 +3483,49 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1133069631465, "rshares": 31543759293106, "voter": "val-a" }, { "percent": "10000", - "reputation": 0, + "reputation": 1502465820159, "rshares": 22090812048, "voter": "domino" }, { "percent": "10000", - "reputation": 0, + "reputation": 4226573244868, "rshares": 28897024316, "voter": "zaebars" }, { "percent": "10000", - "reputation": 0, + "reputation": 19410587962, "rshares": 1953557909, "voter": "andreynoch" }, { "percent": "10000", - "reputation": 0, + "reputation": 1977162029930, "rshares": 1708472880, "voter": "litrbooh" }, { "percent": "10000", - "reputation": 0, + "reputation": 6755300029, "rshares": 1188786726, "voter": "nonamer" }, { "percent": "10000", - "reputation": 0, + "reputation": 18081706207, "rshares": 53257299, "voter": "shvedas" } ], "author": "val-a", - "author_reputation": 0, + "author_reputation": 1133069631465, "beneficiaries": [], "body": "\u041f\u0440\u043e\u0447\u0438\u0442\u0430\u0439\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437 \u0432\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u043f\u0438\u0440\u0430\u043c\u0438\u0434\u044b:\n> \u0414\u043e\u0445\u043e\u0434 _\u043f\u0435\u0440\u0432\u044b\u043c_ _\u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c_ \u043f\u0438\u0440\u0430\u043c\u0438\u0434\u044b \u0432\u044b\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0437\u0430 \u0441\u0447\u0435\u0442 \u0432\u043a\u043b\u0430\u0434\u043e\u0432 \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432.\n\n\u041a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430 _\u043f\u0435\u0440\u0432\u044b\u043c_ \u0438 _\u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c_ (\u043f\u043e\u0434 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u044e\u0442\u0441\u044f \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u044b), \u0430 \u0432 \u0441\u043b\u0443\u0447\u0430\u0435 \u0421\u0442\u0438\u043c\u0430 \u0434\u043e\u0445\u043e\u0434 \u043f\u043e\u043b\u0443\u0447\u0430\u044e\u0442 \u043d\u0435 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u044b, \u0430 \u0430\u0432\u0442\u043e\u0440\u044b \u043e\u0442 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043d\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043d\u0438 \u043a\u043e\u043f\u0435\u0439\u043a\u0438 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u0435\u0436\u0434\u0435 \u043e\u043d\u0438 \u043d\u0430\u0447\u043d\u0443\u0442 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u0434\u043e\u0445\u043e\u0434. \u0418\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u044b \u0442\u0435\u043e\u0440\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0445\u043e\u0434, \u0435\u0441\u043b\u0438 \u0446\u0435\u043d\u0430 STEEM, SP \u0438\u043b\u0438 SD \u0432\u044b\u0440\u0430\u0441\u0442\u0435\u0442, \u043d\u043e \u044d\u0442\u043e\u0433\u043e \u0438\u043c \u043d\u0438\u043a\u0442\u043e \u043d\u0435 \u043e\u0431\u0435\u0449\u0430\u0435\u0442 (\u0432 \u043e\u0442\u043b\u0438\u0447\u0438\u0438 \u043e\u0442 \u043f\u0438\u0440\u0430\u043c\u0438\u0434). \u041a \u0442\u043e\u043c\u0443 \u0436\u0435 \u0430\u0432\u0442\u043e\u0440\u0430\u043c \u0432\u044b\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0433\u043e\u043d\u043e\u0440\u0430\u0440 \u043d\u0435 \u0441 \u0434\u0435\u043d\u0435\u0433 \u043d\u043e\u0432\u044b\u0445 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432, \u0430 \u0440\u0430\u0437\u043c\u044b\u0442\u0438\u0435\u043c \u0434\u043e\u043b\u0438 \u0432\u0441\u0435\u0445 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0445 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432 \u0432 STEEM \u0438\u043b\u0438 \u0432 SP, \u0432 \u0442\u043e\u043c \u0447\u0438\u0441\u043b\u0435 \u0438 \u0434\u043e\u043b\u0438 \u043a\u0438\u0442\u043e\u0432. \u0414\u043e\u0445\u043e\u0434 \u043a\u0438\u0442\u043e\u0432, \u0438\u043b\u0438 \u043b\u044e\u0431\u043e\u0433\u043e, \u043a\u0442\u043e \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043b \u043d\u0430 \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u043c \u044d\u0442\u0430\u043f\u0435 \u0437\u0430\u0432\u0438\u0441\u0438\u0442 \u043e\u0442 \u043d\u043e\u0432\u044b\u0445 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0439 \u0432 \u0442\u043e\u0439 \u0436\u0435 \u0441\u0442\u0435\u043f\u0435\u043d\u0438 \u043a\u0430\u043a \u0438 \u0432 \u043b\u044e\u0431\u043e\u0439 \u0434\u0440\u0443\u0433\u043e\u0439 \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442\u0435.\n\n\u0412\u043c\u0435\u0441\u0442\u043e \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f \u0441 \u043f\u0440\u0438\u0440\u0430\u043c\u0438\u0434\u043e\u0439, \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0432\u043d\u0435\u0435 \u0441\u0440\u0430\u0432\u043d\u0438\u0442\u044c \u0441 \u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u043c \u0441\u0442\u0430\u0440\u0442\u0430\u043f\u043e\u043c, \u0432\u043e\u0437\u044c\u043c\u0438\u0442\u0435 \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \u0422\u0432\u0438\u0442\u0435\u0440 - \u043f\u043e \u0431\u043e\u043b\u044c\u0448\u043e\u043c\u0443 \u0441\u0447\u0435\u0442\u0443 \u043e\u043d\u0438, \u044f\u0432\u043b\u044f\u0441\u044c \u0443\u0431\u044b\u0442\u043e\u0447\u043d\u043e\u0439 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0435\u0439 (\u0434\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 10 \u043b\u0435\u0442 \u0438 \u043e\u043d\u0430 \u0434\u043e \u0441\u0438\u0445 \u043f\u043e\u0440 \u0443\u0431\u044b\u0442\u043e\u0447\u043d\u0430), \u043f\u043b\u0430\u0442\u044f\u0442 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c (\u043d\u0435 \u043d\u0430\u043f\u0440\u044f\u043c\u0443\u044e, \u0430 \u043a\u043e\u0441\u0432\u0435\u043d\u043d\u043e, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \u043e\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0432 \u0434\u0430\u0442\u0430\u0446\u0435\u043d\u0442\u0440\u0435) \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u044f \u0434\u043e\u043b\u044e/\u0430\u043a\u0446\u0438\u0438 \u0444\u0430\u0443\u043d\u0434\u0435\u0440\u043e\u0432 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u0430\u043c. \u041f\u043e\u0447\u0435\u043c\u0443 \u0430\u043a\u0446\u0438\u0438 \u0442\u0432\u0438\u0442\u0435\u0440\u0430 \u0441\u0442\u043e\u044f\u0442 \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0443\u043b\u044f? \u041f\u043e\u0447\u0435\u043c\u0443 \u0422\u0432\u0438\u0442\u0435\u0440 \u043d\u0438\u043a\u0442\u043e \u043d\u0435 \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u043e\u0439 \u043f\u0438\u0440\u0430\u043c\u0438\u0434\u043e\u0439?\n\n\u0418\u043b\u0438 \u0441\u0440\u0430\u0432\u043d\u0438\u0442\u0435 \u0441\u0442\u0438\u043c \u0441 \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u043e\u043c - \u0441 \u0442\u0430\u043a\u0438\u043c \u0436\u0435 \u0443\u0441\u043f\u0435\u0445\u043e\u043c \u0438 \u0431\u0438\u0442\u043a\u043e\u0438\u043d \u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0437\u0432\u0430\u0442\u044c \u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u043e\u0439 \u043f\u0438\u0440\u0430\u043c\u0438\u0434\u043e\u0439 - \u0432\u0435\u0434\u044c \u043f\u043b\u0430\u0442\u0438\u0442 \u0436\u0435 \u043c\u0430\u0439\u043d\u0435\u0440\u0430\u043c \u0434\u0435\u043d\u044c\u0433\u0430\u043c\u0438 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432.\n\n(p.s. \u043f\u0440\u043e\u0433\u043e\u043b\u043e\u0441\u0443\u044e \u0437\u0430 \u0441\u0435\u0431\u044f, \u0447\u0442\u043e \u0431\u044b \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043a\u0430\u043a \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c SP \u0434\u043b\u044f \u0440\u0435\u043a\u043b\u0430\u043c\u044b \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445 \u043f\u043e\u0441\u0442\u043e\u0432)", "body_length": 1470, @@ -3563,61 +3563,61 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9326993992, "rshares": 164482168912, "voter": "nextgenwitness" }, { "percent": "10000", - "reputation": 0, + "reputation": 8358591595454, "rshares": 5468384423175, "voter": "kushed" }, { "percent": "10000", - "reputation": 0, + "reputation": 4018307276106, "rshares": 4945364226662, "voter": "silversteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 27931460807554, "rshares": 4656370926104, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3100766695, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3764486632, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 690539083, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 59074616588451, "rshares": 7221866970964, "voter": "complexring" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 54261605662, "voter": "bue" }, { "percent": "10000", - "reputation": 0, + "reputation": 5009147934382, "rshares": 30390370257, "voter": "danknugs" }, @@ -3635,31 +3635,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 12928765689257, "rshares": 38600533043, "voter": "aizensou" }, { "percent": "10000", - "reputation": 0, + "reputation": 1241362310762, "rshares": 12269445334, "voter": "bentley" }, { "percent": "10000", - "reputation": 0, + "reputation": 9028537022578, "rshares": 2651243328828, "voter": "recursive" }, { "percent": "10000", - "reputation": 0, + "reputation": -296615780418, "rshares": 1820914592, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 1066518981517, "voter": "boombastic" }, @@ -3677,13 +3677,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 71087197697999, "rshares": 1336788173111, "voter": "benjojo" }, { "percent": "10000", - "reputation": 0, + "reputation": 101807714979611, "rshares": 749198663628, "voter": "pfunk" }, @@ -3695,7 +3695,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 147478489309626, "rshares": 1039484860678, "voter": "tuck-fheman" }, @@ -3707,13 +3707,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 96486114508046, "rshares": 2783598325676, "voter": "donkeypong" }, { "percent": "10000", - "reputation": 0, + "reputation": 6373903167891, "rshares": 7288280988, "voter": "patrice" }, @@ -3725,253 +3725,253 @@ }, { "percent": "100", - "reputation": 0, + "reputation": 76633033946568, "rshares": 14796343926, "voter": "piedpiper" }, { "percent": "10000", - "reputation": 0, + "reputation": 4733188979515, "rshares": 8972462707, "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 0, + "reputation": 12382143533351, "rshares": 715648773415, "voter": "eeks" }, { "percent": "10000", - "reputation": 0, + "reputation": 82831371778953, "rshares": 854401132096, "voter": "cryptogee" }, { "percent": "10000", - "reputation": 0, + "reputation": 376960001789, "rshares": 5470652472, "voter": "spaninv" }, { "percent": "10000", - "reputation": 0, + "reputation": 58571016273092, "rshares": 726664133144, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 16798528489, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 627954645291, "rshares": 3868778895, "voter": "jonno-katz" }, { "percent": "10000", - "reputation": 0, + "reputation": 6580794427504, "rshares": 56779104986, "voter": "hannixx42" }, { "percent": "10000", - "reputation": 0, + "reputation": 21903005256174, "rshares": 239176165083, "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 0, + "reputation": 161089556767, "rshares": 71220031567, "voter": "asch" }, { "percent": "10000", - "reputation": 0, + "reputation": 60877390332151, "rshares": 608622985586, "voter": "kevinwong" }, { "percent": "10000", - "reputation": 0, + "reputation": 4225750906887, "rshares": 73303668582, "voter": "beerbloke" }, { "percent": "10000", - "reputation": 0, + "reputation": 3037854988445, "rshares": 65759745683, "voter": "ak2020" }, { "percent": "10000", - "reputation": 0, + "reputation": 16234753830016, "rshares": 53884344664, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 0, + "reputation": 2663003206978, "rshares": 10426970985, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 0, + "reputation": 200733663789408, "rshares": 2264268111917, "voter": "stellabelle" }, { "percent": "10000", - "reputation": 0, + "reputation": 3804349938696, "rshares": 57529825067, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 0, + "reputation": 1380612911758, "rshares": 4476883095, "voter": "dahaz159" }, { "percent": "10000", - "reputation": 0, + "reputation": 77590508815145, "rshares": 306456223000, "voter": "kaylinart" }, { "percent": "10000", - "reputation": 0, + "reputation": 60725834714442, "rshares": 501259458185, "voter": "infovore" }, { "percent": "5000", - "reputation": 0, + "reputation": 14028106211346, "rshares": 26315426014, "voter": "kus-knee" }, { "percent": "4900", - "reputation": 0, + "reputation": 1050758001641, "rshares": 11630218162, "voter": "ossama-benjohn" }, { "percent": "10000", - "reputation": 0, + "reputation": 86912853643710, "rshares": 648138422927, "voter": "anwenbaumeister" }, { "percent": "10000", - "reputation": 0, + "reputation": 28873518041457, "rshares": 69137542683, "voter": "razvanelulmarin" }, { "percent": "10000", - "reputation": 0, + "reputation": 8166740506920, "rshares": 35291674341, "voter": "cryptoiskey" }, { "percent": "10000", - "reputation": 0, + "reputation": 177578566464, "rshares": 360818648, "voter": "chetlanin" }, { "percent": "10000", - "reputation": 0, + "reputation": 17405459234693, "rshares": 84518713331, "voter": "venuspcs" }, { "percent": "10000", - "reputation": 0, + "reputation": 1600943037611, "rshares": 2936111289, "voter": "psychonaut" }, { "percent": "10000", - "reputation": 0, + "reputation": 57643429300793, "rshares": 318074226526, "voter": "roelandp" }, { "percent": "10000", - "reputation": 0, + "reputation": 1959446497877, "rshares": 4261065978, "voter": "dennygalindo" }, { "percent": "10000", - "reputation": 0, + "reputation": 18757150528749, "rshares": 140535670338, "voter": "chhaylin" }, { "percent": "10000", - "reputation": 0, + "reputation": 9956734090708, "rshares": 38348578159, "voter": "firepower" }, { "percent": "10000", - "reputation": 0, + "reputation": 40557912481, "rshares": 254364900, "voter": "mstang83" }, { "percent": "8900", - "reputation": 0, + "reputation": 2222945795019, "rshares": 116908007408, "voter": "chhayll" }, { "percent": "10000", - "reputation": 0, + "reputation": 2880187298062, "rshares": 2812431753, "voter": "stranger27" }, { "percent": "10000", - "reputation": 0, + "reputation": 5754523667110, "rshares": 13896170396, "voter": "yogi.artist" }, { "percent": "10000", - "reputation": 0, + "reputation": 6180521629731, "rshares": 14528410967, "voter": "elyaque" }, { "percent": "1000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 2046170935, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 72655151512, "voter": "furion" }, { "percent": "10000", - "reputation": 0, + "reputation": 11161280105659, "rshares": 96443143963, "voter": "sigmajin" }, { "percent": "10000", - "reputation": 0, + "reputation": 10069093677389, "rshares": 40575184405, "voter": "mrwang" }, @@ -3983,37 +3983,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 963454351109, "rshares": 1827599826, "voter": "marcgodard" }, { "percent": "10000", - "reputation": 0, + "reputation": 5463774640621, "rshares": 21069395024, "voter": "akareyon" }, { "percent": "9300", - "reputation": 0, + "reputation": 6030999377480, "rshares": 16233014225, "voter": "sebastien" }, { "percent": "0", - "reputation": 0, + "reputation": 9968156990, "rshares": 1214668585, "voter": "flyingmind" }, { "percent": "10000", - "reputation": 0, + "reputation": 2821855573125, "rshares": 3259008743, "voter": "steemit-life" }, { "percent": "10000", - "reputation": 0, + "reputation": 14826352016829, "rshares": 38541756150, "voter": "diana.catherine" }, @@ -4025,151 +4025,151 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 5827115301697, "rshares": 9142372606, "voter": "deviedev" }, { "percent": "10000", - "reputation": 0, + "reputation": 97417747806297, "rshares": 306656746516, "voter": "knozaki2015" }, { "percent": "10000", - "reputation": 0, + "reputation": 1616992532719, "rshares": 2482350068, "voter": "steemgrindr" }, { "percent": "10000", - "reputation": 0, + "reputation": 1447627612177, "rshares": 3860285221, "voter": "adamt" }, { "percent": "10000", - "reputation": 0, + "reputation": 76096938200261, "rshares": 270410711489, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 0, + "reputation": 14544132145555, "rshares": 9763976269, "voter": "pcste" }, { "percent": "10000", - "reputation": 0, + "reputation": 20001506960251, "rshares": 231813853890, "voter": "liberosist" }, { "percent": "10000", - "reputation": 0, + "reputation": 3782785917192, "rshares": 9172859646, "voter": "oumar" }, { "percent": "10000", - "reputation": 0, + "reputation": 11482318062844, "rshares": 35903507776, "voter": "sauravrungta" }, { "percent": "5000", - "reputation": 0, + "reputation": 5883461278385, "rshares": 37542098641, "voter": "rea" }, { "percent": "10000", - "reputation": 0, + "reputation": 7582874972117, "rshares": 21424668654, "voter": "prufarchy" }, { "percent": "10000", - "reputation": 0, + "reputation": 12468455070375, "rshares": 9888950976, "voter": "carlidos" }, { "percent": "10000", - "reputation": 0, + "reputation": 5852927286506, "rshares": 17018462501, "voter": "cryptocameo" }, { "percent": "10000", - "reputation": 0, + "reputation": 8079179261851, "rshares": 38704462901, "voter": "claudiop63" }, { "percent": "10000", - "reputation": 0, + "reputation": 4062552056713, "rshares": 10716559196, "voter": "phoenixmaid" }, { "percent": "10000", - "reputation": 0, + "reputation": 901348001111, "rshares": 2850823006, "voter": "tjpezlo" }, { "percent": "10000", - "reputation": 0, + "reputation": 6545561317919, "rshares": 13269181041, "voter": "clevecross" }, { "percent": "10000", - "reputation": 0, + "reputation": 17218558634066, "rshares": 24054735183, "voter": "smailer" }, { "percent": "10000", - "reputation": 0, + "reputation": 8561737881023, "rshares": 18688350126, "voter": "pixielolz" }, { "percent": "10000", - "reputation": 0, + "reputation": 15621086173579, "rshares": 26483585759, "voter": "williambanks" }, { "percent": "10000", - "reputation": 0, + "reputation": 4046144208870, "rshares": 3431378627, "voter": "webosfritos" }, { "percent": "10000", - "reputation": 0, + "reputation": 2926129985180, "rshares": 89283515898, "voter": "shaka" }, { "percent": "10000", - "reputation": 0, + "reputation": 1161816442579, "rshares": 73511111757, "voter": "twinner" }, { "percent": "10000", - "reputation": 0, + "reputation": 2730766591183, "rshares": 1475564323, "voter": "handmade" }, { "percent": "10000", - "reputation": 0, + "reputation": 512132085322, "rshares": 9986529692, "voter": "viktor.phuket" }, @@ -4181,247 +4181,247 @@ }, { "percent": "5600", - "reputation": 0, + "reputation": 2344911104009, "rshares": 6013694326, "voter": "ekitcho" }, { "percent": "100", - "reputation": 0, + "reputation": 66791976065, "rshares": 2112721437, "voter": "joele" }, { "percent": "10000", - "reputation": 0, + "reputation": 11122126920308, "rshares": 4344750511, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 0, + "reputation": 6380056335097, "rshares": 11208435898, "voter": "randyclemens" }, { "percent": "10000", - "reputation": 0, + "reputation": 311638758804, "rshares": 315529006, "voter": "rusteller" }, { "percent": "10000", - "reputation": 0, + "reputation": 7767180487460, "rshares": 8668714921, "voter": "gargon" }, { "percent": "10000", - "reputation": 0, + "reputation": 1955505384817, "rshares": 2402681750, "voter": "pgarcgo" }, { "percent": "5000", - "reputation": 0, + "reputation": 891327, "rshares": 4722016641, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 0, + "reputation": 11861754844312, "rshares": 13978892123, "voter": "queenmountain" }, { "percent": "10000", - "reputation": 0, + "reputation": 4542627765008, "rshares": 21216135219, "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 0, + "reputation": 289024216569, "rshares": 360104574, "voter": "herbertmueller" }, { "percent": "10000", - "reputation": 0, + "reputation": 641833483915, "rshares": 2790597203, "voter": "lightsplasher" }, { "percent": "10000", - "reputation": 0, + "reputation": 710891266725, "rshares": 760244820, "voter": "princewahaj" }, { "percent": "10000", - "reputation": 0, + "reputation": 2409896485, "rshares": 7124799262, "voter": "theb0red1" }, { "percent": "10000", - "reputation": 0, + "reputation": 44529428534261, "rshares": 59327261726, "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 0, + "reputation": 6861320744353, "rshares": 3673690786, "voter": "anarchyhasnogods" }, { "percent": "10000", - "reputation": 0, + "reputation": 5742611366, "rshares": 1481195780, "voter": "indykpol" }, { "percent": "10000", - "reputation": 0, + "reputation": 366678373049, "rshares": 302329407, "voter": "comcentrate" }, { "percent": "10000", - "reputation": 0, + "reputation": 335003583191, "rshares": 122637921, "voter": "jtstreetman" }, { "percent": "10000", - "reputation": 0, + "reputation": 1191252134466, "rshares": 1623996599, "voter": "ines-f" }, { "percent": "10000", - "reputation": 0, + "reputation": 1063317981552, "rshares": 8237809906, "voter": "etcmike" }, { "percent": "10000", - "reputation": 0, + "reputation": 8298658614343, "rshares": 6391005392, "voter": "lesliestarrohara" }, { "percent": "10000", - "reputation": 0, + "reputation": 4272392942041, "rshares": 3425466270, "voter": "ats-david" }, { "percent": "10000", - "reputation": 0, + "reputation": 986609023336, "rshares": 293609359, "voter": "pollux.one" }, { "percent": "10000", - "reputation": 0, + "reputation": 3946777086453, "rshares": 1184448867, "voter": "contentjunkie" }, { "percent": "10000", - "reputation": 0, + "reputation": 2147956107486, "rshares": 7304947957, "voter": "einsteinpotsdam" }, { "percent": "10000", - "reputation": 0, + "reputation": 855097842923, "rshares": 11502232563, "voter": "darrantrute" }, { "percent": "10000", - "reputation": 0, + "reputation": 5454682833813, "rshares": 17585035067, "voter": "sabot" }, { "percent": "10000", - "reputation": 0, + "reputation": 38377870181305, "rshares": 28036909101, "voter": "markrmorrisjr" }, { "percent": "10000", - "reputation": 0, + "reputation": 837791549130, "rshares": 45121178435, "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 0, + "reputation": 66712446374, "rshares": 249472621, "voter": "reaction" }, { "percent": "10000", - "reputation": 0, + "reputation": 12539394694005, "rshares": 2914432081, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 0, + "reputation": 2856930496335, "rshares": 3648710236, "voter": "nubchai" }, { "percent": "10000", - "reputation": 0, + "reputation": 2483815670577, "rshares": 4721456837, "voter": "richardjuckes" }, { "percent": "10000", - "reputation": 0, + "reputation": 185899977514, "rshares": 146618463, "voter": "jens-jung" }, { "percent": "10000", - "reputation": 0, + "reputation": 351488360313, "rshares": 116558699, "voter": "chadcrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 488472984681, "rshares": 54685141, "voter": "ballinconscious" }, { "percent": "10000", - "reputation": 0, + "reputation": 1896009750059, "rshares": 70593457, "voter": "whatsup" }, { "percent": "10000", - "reputation": 0, + "reputation": 160159881697, "rshares": 1584386308, "voter": "dirkzett" }, { "percent": "10000", - "reputation": 0, + "reputation": 3302532614, "rshares": 66920614, "voter": "willio" }, { "percent": "10000", - "reputation": 0, + "reputation": 73556721290, "rshares": 71584544, "voter": "justusagenstum" }, @@ -4433,7 +4433,7 @@ } ], "author": "donkeypong", - "author_reputation": 0, + "author_reputation": 96486114508046, "beneficiaries": [], "body": "## I strongly oppose the \"5 votes a day\" target. \n\nI thought one of the greatest changes to be implemented so far was when that target INCREASED. People have not been so stressed in the last month or two about curation rewards; they just vote for what they like and have fun. \n\nI don't think Steemit will be FUN anymore if there is an expected target of 5 votes per day. People will spend much less time on the site. They will vote for predictably popular content. And we will be right back where we were a couple of months ago. \n\nNo, it will be worse than that. Because 20 votes a day used to stress people out. 5 votes a day? NO ONE can do any real curation under that scheme.\n\nAs an individual and an established author, the 5 votes a day could be great for me. If we go back to the days when everybody upvoted the same posts, then maybe I'd get all those votes again. I could quit my job and write for Steemit full time. \n\nAnd we'd go back to the days when emerging authors and artists got far fewer votes and rewards. \n\nAs far as curation and voting bots, they are being used for very good purposes also. Rather than turning our tails and running away from them, why don't we use them for the greater good? I think the mega-whales' curation teams are doing a far better job than ever before at redistributing rewards; I make nothing from being involved in that effort, but I think it is working quite well. Give the vote sliders and the voting bots more time; Steemit's front page is finally diversifying and newer people are getting rewards like never before. \n\nOne more thing: Redistribution of Steemit's resources from big whale accounts to the masses MUST be one of our top priorities. How does this help? I understand that big whale accounts may make less on curation rewards, but I think few of them are concerned with this anymore; they're trying to channel their votes to worthy posters. They have recognized that their big stakes will be worth nothing unless we make this thing succeed.\n\nUnder this scheme, the big whales will need to sell the max on exchanges every week and other people buy their Steem for any real redistribution to occur. That will hold down the price and our competitors will zoom right by us. \n\nSteem Team, I understand you are trying to solve real problems with these tweaks. I don't normally comment on them because I feel that Steemit is good enough that there is some margin for error with these back-end decisions. But this is far, far too severe a change for the platform to absorb.\n\n## If I am wrong, then I'd love to hear that from the community, and I am open to learning from other views. Give us time for this discussion, please, before forcing through such a change. Until then, I oppose this change.", "body_length": 2749, @@ -4465,37 +4465,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 14765040488827, "rshares": 25590936673298, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 0, + "reputation": 27931460807554, "rshares": 4503240944593, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3093334843, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3754789393, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 703475396, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 53137822427, "voter": "bue" }, @@ -4531,13 +4531,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1132310339390, "rshares": 52651564, "voter": "meredithpetran" } ], "author": "jhermanbeans", - "author_reputation": 0, + "author_reputation": 3507512667936, "beneficiaries": [], "body": "Fascinating world. Can't wait to see where it goes!", "body_length": 51, @@ -4569,31 +4569,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 32455846463901, "rshares": 31588356739639, "voter": "smooth" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3726201087, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 4524113216, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 820980926, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 66047512415, "voter": "bue" }, @@ -4611,7 +4611,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 83941319998, "rshares": 5893489774073, "voter": "smooth.witness" }, @@ -4635,61 +4635,61 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 54345938068170, "rshares": 394226217606, "voter": "craig-grant" }, { "percent": "3000", - "reputation": 0, + "reputation": 16234753830016, "rshares": 24215364511, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 0, + "reputation": 200733663789408, "rshares": 2042269341790, "voter": "stellabelle" }, { "percent": "10000", - "reputation": 0, + "reputation": 787678199102, "rshares": 8944971271, "voter": "cmtzco" }, { "percent": "10000", - "reputation": 0, + "reputation": -39372262885, "rshares": 52207362, "voter": "reported" }, { "percent": "10000", - "reputation": 0, + "reputation": 958503, "rshares": 58804600, "voter": "southbaybits" }, { "percent": "10000", - "reputation": 0, + "reputation": 6380056335097, "rshares": 14292459528, "voter": "randyclemens" }, { "percent": "10000", - "reputation": 0, + "reputation": 3573461197670, "rshares": 39105503792, "voter": "luminousvisions" }, { "percent": "10000", - "reputation": 0, + "reputation": 96725733083, "rshares": 120190171, "voter": "emeline" } ], "author": "luminousvisions", - "author_reputation": 0, + "author_reputation": 3573461197670, "beneficiaries": [], "body": "### @dantheman ... you just downvoted my comment?\n\nwhat is that all about? what's wrong with it?\n\n#### I'm just suggestion a solution and in return for offering my help ... you downvote me?!?\n\n\nlook at what I've been up to;\n[little baby dolphin](https://steemit.com/steemit/@luminousvisions/little-baby-dolphin-goes-to-steemit-school)\nI'm already working on a solution!", "body_length": 369, @@ -4721,31 +4721,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 176979684007, "rshares": 35321225455025, "voter": "jamesc" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3104786127, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3769614077, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 684099809, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 54952584675, "voter": "bue" }, @@ -4781,31 +4781,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 22504728466704, "rshares": 64567952685, "voter": "cheetah" }, { "percent": "10000", - "reputation": 0, + "reputation": 741940212, "rshares": 100261624, "voter": "cheetah43" }, { "percent": "10000", - "reputation": 0, + "reputation": 760865102, "rshares": 141949259, "voter": "cheetah44" }, { "percent": "10000", - "reputation": 0, + "reputation": 760863473, "rshares": 121089288, "voter": "cheetah45" } ], "author": "cheetah", - "author_reputation": 0, + "author_reputation": 22504728466704, "beneficiaries": [], "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", "body_length": 244, diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/long_category.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/long_category.pat.json index 03070c57..c42998c4 100644 --- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/long_category.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/long_category.pat.json @@ -2,7 +2,7 @@ { "active_votes": [], "author": "twitterbot", - "author_reputation": 0, + "author_reputation": 149692767350, "beneficiaries": [], "body": "### ![irqed](https://pbs.twimg.com/profile_images/664342080185995264/UFj_2Ipg_normal.jpg) **[##########](https://twitter.com/@irqed/status/358212928404586498)** tweeted @ 19 Jul 2013 - 13:13 UTC\n\n> 99 little bugs in the code\n99 little bugs in the code\nTake one down, patch it around\n117 little bugs in the code\n\n\n###### *Disclaimer: I am just a bot trying to be helpful.*", "body_length": 371, diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_data.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_data.pat.json index 20f6eef6..915ffbf2 100644 --- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_data.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_data.pat.json @@ -3,25 +3,25 @@ "active_votes": [ { "percent": "300", - "reputation": 0, + "reputation": 32455846463901, "rshares": 1294968367268, "voter": "smooth" }, { "percent": "100", - "reputation": 0, + "reputation": 85602977273, "rshares": 28860902224, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 13823888326286, "rshares": 14409605494831, "voter": "summon" }, { "percent": "10000", - "reputation": 0, + "reputation": 70486967561347, "rshares": 40261554792719, "voter": "blocktrades" }, @@ -33,31 +33,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9111465318256, "rshares": 377906636658, "voter": "lafona" }, { "percent": "10000", - "reputation": 0, + "reputation": 138490649, "rshares": 1245475534803, "voter": "silver" }, { "percent": "10000", - "reputation": 0, + "reputation": 4018307276106, "rshares": 2875138885044, "voter": "silversteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 454674995328, "rshares": 992692841277, "voter": "delegate.lafona" }, { "percent": "10000", - "reputation": 0, + "reputation": 36749432321730, "rshares": 948645888607, "voter": "liondani" }, @@ -69,37 +69,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3094244335, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3755939559, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 703615315, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 59074616588451, "rshares": 5751660885474, "voter": "complexring" }, { "percent": "10000", - "reputation": 0, + "reputation": 12481332844017, "rshares": 1644151280793, "voter": "steemychicken1" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 53261984748, "voter": "bue" }, @@ -117,7 +117,7 @@ }, { "percent": "300", - "reputation": 0, + "reputation": 83941319998, "rshares": 222747002001, "voter": "smooth.witness" }, @@ -135,25 +135,25 @@ }, { "percent": "100", - "reputation": 0, + "reputation": 96486114508046, "rshares": 54127411451, "voter": "donkeypong" }, { "percent": "10000", - "reputation": 0, + "reputation": 5116325730997, "rshares": 1759901644, "voter": "nexusdev" }, { "percent": "10000", - "reputation": 0, + "reputation": 76462073287981, "rshares": 351517418935, "voter": "ash" }, { "percent": "10000", - "reputation": 0, + "reputation": 37454101478493, "rshares": 282481919881, "voter": "chitty" }, @@ -165,469 +165,469 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4477492280957, "rshares": 25822874684, "voter": "steampunkpowered" }, { "percent": "10000", - "reputation": 0, + "reputation": 4733188979515, "rshares": 10283360038, "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 0, + "reputation": 436017530085, "rshares": 24290958657, "voter": "instructor2121" }, { "percent": "10000", - "reputation": 0, + "reputation": 503318537891, "rshares": 7456570912, "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 0, + "reputation": 60877390332151, "rshares": 491733834025, "voter": "kevinwong" }, { "percent": "10000", - "reputation": 0, + "reputation": 9084038135515, "rshares": 41463145095, "voter": "nphacker" }, { "percent": "10000", - "reputation": 0, + "reputation": 34874025761373, "rshares": 367830728600, "voter": "blakemiles84" }, { "percent": "10000", - "reputation": 0, + "reputation": 5904057835766, "rshares": 45912096650, "voter": "ranko-k" }, { "percent": "10000", - "reputation": 0, + "reputation": 3663597787321, "rshares": 23227592357, "voter": "treeleaves" }, { "percent": "10000", - "reputation": 0, + "reputation": 8330279054423, "rshares": 63707549495, "voter": "kanoptx" }, { "percent": "10000", - "reputation": 0, + "reputation": 4213833370161, "rshares": 31690086400, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 0, + "reputation": 9090232372242, "rshares": 73022585138, "voter": "eric-boucher" }, { "percent": "10000", - "reputation": 0, + "reputation": 11429090901893, "rshares": 109636482823, "voter": "kenny-crane" }, { "percent": "10000", - "reputation": 0, + "reputation": 3906896686802, "rshares": 61288399197, "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 0, + "reputation": 46310579884676, "rshares": 117389810764, "voter": "bravenewcoin" }, { "percent": "10000", - "reputation": 0, + "reputation": 60725834714442, "rshares": 449244898326, "voter": "infovore" }, { "percent": "10000", - "reputation": 0, + "reputation": 9131956116299, "rshares": 128017998380, "voter": "omarb" }, { "percent": "10000", - "reputation": 0, + "reputation": 2676865682314, "rshares": 36007650081, "voter": "cheftony" }, { "percent": "10000", - "reputation": 0, + "reputation": 8166740506920, "rshares": 32961119819, "voter": "cryptoiskey" }, { "percent": "10000", - "reputation": 0, + "reputation": 13090894039053, "rshares": 71452016003, "voter": "discombobulated" }, { "percent": "10000", - "reputation": 0, + "reputation": 1569224337235, "rshares": 5121130339, "voter": "expanse" }, { "percent": "10000", - "reputation": 0, + "reputation": 19462531467501, "rshares": 25440234426, "voter": "hitmeasap" }, { "percent": "10000", - "reputation": 0, + "reputation": 12046532310513, "rshares": 13382892819, "voter": "stealthtrader" }, { "percent": "10000", - "reputation": 0, + "reputation": 46813789492, "rshares": 24939158057, "voter": "tcfxyz" }, { "percent": "10000", - "reputation": 0, + "reputation": 1057084315198, "rshares": 103574158909, "voter": "cdubendo" }, { "percent": "10000", - "reputation": 0, + "reputation": 2069855377344, "rshares": 7881221000, "voter": "spiz0r" }, { "percent": "10000", - "reputation": 0, + "reputation": 54870619364044, "rshares": 112751020008, "voter": "jacor" }, { "percent": "10000", - "reputation": 0, + "reputation": 26654160223111, "rshares": 14190084617, "voter": "halo" }, { "percent": "10000", - "reputation": 0, + "reputation": 38947133984552, "rshares": 159492592967, "voter": "jesta" }, { "percent": "10000", - "reputation": 0, + "reputation": 475226720101, "rshares": 33597624083, "voter": "toxonaut" }, { "percent": "10000", - "reputation": 0, + "reputation": 67677758734, "rshares": 7028930352, "voter": "btcupload" }, { "percent": "10000", - "reputation": 0, + "reputation": 7687950954082, "rshares": 17438618169, "voter": "anduweb" }, { "percent": "10000", - "reputation": 0, + "reputation": 2974404080988, "rshares": 75155947399, "voter": "demotruk" }, { "percent": "10000", - "reputation": 0, + "reputation": 3502382308233, "rshares": 3697940497, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 0, + "reputation": 3033861094190, "rshares": 10377897348, "voter": "nippel66" }, { "percent": "10000", - "reputation": 0, + "reputation": 1532881687066, "rshares": 7753599028, "voter": "magz8716" }, { "percent": "10000", - "reputation": 0, + "reputation": -775526496810, "rshares": 1388783807, "voter": "cryptocurrency1" }, { "percent": "10000", - "reputation": 0, + "reputation": 37347150, "rshares": 115874018, "voter": "gosha" }, { "percent": "10000", - "reputation": 0, + "reputation": 678073276260, "rshares": 505816971, "voter": "raymonjohnstone" }, { "percent": "10000", - "reputation": 0, + "reputation": 19973803502, "rshares": 124907433, "voter": "biternator" }, { "percent": "10000", - "reputation": 0, + "reputation": 725570292123, "rshares": 3090635988, "voter": "willbeonceagain8" }, { "percent": "10000", - "reputation": 0, + "reputation": 161079803820, "rshares": 54497070629, "voter": "arcurus" }, { "percent": "10000", - "reputation": 0, + "reputation": 1606242116192, "rshares": 4745090234, "voter": "bakingengineer" }, { "percent": "10000", - "reputation": 0, + "reputation": 8079179261851, "rshares": 36689125715, "voter": "claudiop63" }, { "percent": "10000", - "reputation": 0, + "reputation": 1277366753949, "rshares": 16359584188, "voter": "noodles.pan" }, { "percent": "10000", - "reputation": 0, + "reputation": 176296837750, "rshares": 10399150907, "voter": "npl77" }, { "percent": "10000", - "reputation": 0, + "reputation": 17701690051649, "rshares": 108836213411, "voter": "steemdrive" }, { "percent": "10000", - "reputation": 0, + "reputation": 4265214728001, "rshares": 11060114610, "voter": "bergy" }, { "percent": "10000", - "reputation": 0, + "reputation": 1085279334225, "rshares": 2050213474, "voter": "theprophet0" }, { "percent": "10000", - "reputation": 0, + "reputation": 1251705047047, "rshares": 295915630, "voter": "theprophet" }, { "percent": "10000", - "reputation": 0, + "reputation": 11856501387697, "rshares": 38819548773, "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 0, + "reputation": 359477747983, "rshares": 461449860, "voter": "neddykelly" }, { "percent": "10000", - "reputation": 0, + "reputation": 2637292041469, "rshares": 1579699570, "voter": "minion" }, { "percent": "10000", - "reputation": 0, + "reputation": 73944659327428, "rshares": 77473387847, "voter": "sirwinchester" }, { "percent": "10000", - "reputation": 0, + "reputation": 33467338593, "rshares": 61385527, "voter": "sijoittaja" }, { "percent": "10000", - "reputation": 0, + "reputation": 4829784286, "rshares": 4190219999, "voter": "tom77" }, { "percent": "10000", - "reputation": 0, + "reputation": 213488752136, "rshares": 125663528, "voter": "nelkel" }, { "percent": "10000", - "reputation": 0, + "reputation": 182784126217, "rshares": 148930176, "voter": "letsgo.asino" }, { "percent": "10000", - "reputation": 0, + "reputation": 11490547563070, "rshares": 14968711124, "voter": "hilarski" }, { "percent": "10000", - "reputation": 0, + "reputation": 32644559975, "rshares": 58226150, "voter": "ajavajive" }, { "percent": "10000", - "reputation": 0, + "reputation": 896116963054, "rshares": 253750401751, "voter": "oldtimer" }, { "percent": "10000", - "reputation": 0, + "reputation": 9759030533, "rshares": 57886832, "voter": "shootetxd" }, { "percent": "10000", - "reputation": 0, + "reputation": 366678373049, "rshares": 191216226, "voter": "comcentrate" }, { "percent": "10000", - "reputation": 0, + "reputation": 1527616438386, "rshares": 13741567322, "voter": "antoinev" }, { "percent": "10000", - "reputation": 0, + "reputation": 335003583191, "rshares": 61289460, "voter": "jtstreetman" }, { "percent": "10000", - "reputation": 0, + "reputation": 692817924311, "rshares": 5100395909, "voter": "io-io-io" }, { "percent": "10000", - "reputation": 0, + "reputation": 129741556, "rshares": 54884363, "voter": "ian89" }, { "percent": "10000", - "reputation": 0, + "reputation": -248081771849, "rshares": 50351260, "voter": "chuckleberry" }, { "percent": "10000", - "reputation": 0, + "reputation": 321473400567, "rshares": 349611227, "voter": "panther" }, { "percent": "10000", - "reputation": 0, + "reputation": 19674745811334, "rshares": 59354601485, "voter": "tracemayer" }, { "percent": "10000", - "reputation": 0, + "reputation": 474811529, "rshares": 51884666, "voter": "brs" }, { "percent": "10000", - "reputation": 0, + "reputation": 563927807986, "rshares": 130434883, "voter": "bitcoinparadise" }, { "percent": "10000", - "reputation": 0, + "reputation": 7370152734, "rshares": 52571606, "voter": "bellphorion" }, { "percent": "10000", - "reputation": 0, + "reputation": 586250180, "rshares": 53224648, "voter": "yanikkoval" }, { "percent": "10000", - "reputation": 0, + "reputation": 1051554596883, "rshares": 51136429, "voter": "infotoday" }, { "percent": "10000", - "reputation": 0, + "reputation": -800687411550, "rshares": 50977036, "voter": "tldr" }, { "percent": "10000", - "reputation": 0, + "reputation": 99160090205, "rshares": 50797377, "voter": "bo-ro" } ], "author": "smooth", - "author_reputation": 0, + "author_reputation": 32455846463901, "beneficiaries": [], "body": "I will sponsor an additional 2000 SBD toward this campaign in addition to my vote on the post, plus any rewards on this comment.", "body_length": 128, @@ -659,19 +659,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 32455846463901, "rshares": 30296554046147, "voter": "smooth" }, { "percent": "97", - "reputation": 0, + "reputation": 85602977273, "rshares": 28854877817, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 13823888326286, "rshares": 14368089454321, "voter": "summon" }, @@ -683,13 +683,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9111465318256, "rshares": 377387227766, "voter": "lafona" }, { "percent": "10000", - "reputation": 0, + "reputation": 454674995328, "rshares": 790314875205, "voter": "delegate.lafona" }, @@ -701,25 +701,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 1851434600, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 2247039689, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 425455109, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 31378635899, "voter": "bue" }, @@ -737,25 +737,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 227457869865, "rshares": 6510505164, "voter": "sean0010" }, { "percent": "10000", - "reputation": 0, + "reputation": 83941319998, "rshares": 5308002434389, "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 68236886814465, "rshares": 342922310367, "voter": "officialfuzzy" }, { "percent": "9700", - "reputation": 0, + "reputation": 82600290949846, "rshares": 802009404542, "voter": "cass" }, @@ -779,295 +779,295 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1914970430304, "rshares": 410778394570, "voter": "chryspano" }, { "percent": "10000", - "reputation": 0, + "reputation": 11372617606769, "rshares": 113345677592, "voter": "forrestwillie" }, { "percent": "10000", - "reputation": 0, + "reputation": 1886231460740, "rshares": 5390642912, "voter": "kingjohal" }, { "percent": "10000", - "reputation": 0, + "reputation": 34874025761373, "rshares": 346429583563, "voter": "blakemiles84" }, { "percent": "10000", - "reputation": 0, + "reputation": 5904057835766, "rshares": 46740932510, "voter": "ranko-k" }, { "percent": "10000", - "reputation": 0, + "reputation": 1404951009343, "rshares": 18522231224, "voter": "allahhh" }, { "percent": "10000", - "reputation": 0, + "reputation": 99139054310, "rshares": 398461524, "voter": "rafikichi" }, { "percent": "9900", - "reputation": 0, + "reputation": 48542961182602, "rshares": 1421853753930, "voter": "sean-king" }, { "percent": "10000", - "reputation": 0, + "reputation": 19196715690053, "rshares": 65040641602, "voter": "charleshosk" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571311902261, "rshares": 739465956, "voter": "mammasitta" }, { "percent": "10000", - "reputation": 0, + "reputation": 9434414518400, "rshares": 17651204278, "voter": "acassity" }, { "percent": "10000", - "reputation": 0, + "reputation": 97622606374, "rshares": 480475374, "voter": "chamviet" }, { "percent": "10000", - "reputation": 0, + "reputation": -23813556107, "rshares": 239694404, "voter": "concave" }, { "percent": "10000", - "reputation": 0, + "reputation": 2770303185670, "rshares": 1386708550, "voter": "vi1son" }, { "percent": "10000", - "reputation": 0, + "reputation": 47264506487, "rshares": 1798938485, "voter": "gazm" }, { "percent": "10000", - "reputation": 0, + "reputation": 8017093633272, "rshares": 19465926763, "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 0, + "reputation": 3740475854096, "rshares": 2622666444, "voter": "egjoshslim" }, { "percent": "10000", - "reputation": 0, + "reputation": 38134889, "rshares": 6373898691, "voter": "perwest" }, { "percent": "10000", - "reputation": 0, + "reputation": 110677545707, "rshares": 312475355, "voter": "lioliomir" }, { "percent": "10000", - "reputation": 0, + "reputation": 5410832727305, "rshares": 33482946725, "voter": "alexfortin" }, { "percent": "10000", - "reputation": 0, + "reputation": 196800352745, "rshares": 5612628842, "voter": "r33drum" }, { "percent": "10000", - "reputation": 0, + "reputation": 866671256465, "rshares": 24373102947, "voter": "igster" }, { "percent": "10000", - "reputation": 0, + "reputation": 1241141280004, "rshares": 51538128557, "voter": "sephiroth" }, { "percent": "10000", - "reputation": 0, + "reputation": 125274679006, "rshares": 5989513477, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 0, + "reputation": 9512715139288, "rshares": 72131208610, "voter": "ntomaino" }, { "percent": "10000", - "reputation": 0, + "reputation": 3674446315320, "rshares": 9493199624, "voter": "domavila" }, { "percent": "10000", - "reputation": 0, + "reputation": 10522996718, "rshares": 107006946999, "voter": "bonface" }, { "percent": "10000", - "reputation": 0, + "reputation": 928901384552, "rshares": 12353093513, "voter": "grolelo" }, { "percent": "10000", - "reputation": 0, + "reputation": 6338322241150, "rshares": 32088583721, "voter": "streetstyle" }, { "percent": "10000", - "reputation": 0, + "reputation": 2974404080988, "rshares": 54299398751, "voter": "demotruk" }, { "percent": "10000", - "reputation": 0, + "reputation": 161079803820, "rshares": 45617820200, "voter": "arcurus" }, { "percent": "10000", - "reputation": 0, + "reputation": 6985921192853, "rshares": 211677715438, "voter": "johnsmith" }, { "percent": "10000", - "reputation": 0, + "reputation": 9611048410314, "rshares": 17146066951, "voter": "team-leibniz" }, { "percent": "10000", - "reputation": 0, + "reputation": 106557133024, "rshares": 22277193587, "voter": "solidgold" }, { "percent": "10000", - "reputation": 0, + "reputation": 27787545215, "rshares": 143431864, "voter": "borntowin" }, { "percent": "10000", - "reputation": 0, + "reputation": 49283901870, "rshares": 609312338, "voter": "metaflute" }, { "percent": "10000", - "reputation": 0, + "reputation": 523416152, "rshares": 1125051142, "voter": "bofadeez" }, { "percent": "10000", - "reputation": 0, + "reputation": 333988882, "rshares": 100022771, "voter": "darkstar1o9" }, { "percent": "10000", - "reputation": 0, + "reputation": 1955505384817, "rshares": 57276142, "voter": "pgarcgo" }, { "percent": "10000", - "reputation": 0, + "reputation": 661944466048, "rshares": 328256060, "voter": "alifton" }, { "percent": "10000", - "reputation": 0, + "reputation": 191533186325, "rshares": 63775214, "voter": "laissezfairedr" }, { "percent": "10000", - "reputation": 0, + "reputation": 5176671060650, "rshares": 66697195, "voter": "rubenalexander" }, { "percent": "10000", - "reputation": 0, + "reputation": 13325577893779, "rshares": 7960548410, "voter": "kyriacos" }, { "percent": "10000", - "reputation": 0, + "reputation": 539814268751, "rshares": 376001676, "voter": "manicmidnight" }, { "percent": "10000", - "reputation": 0, + "reputation": 24276337891, "rshares": 58682093, "voter": "tradz" }, { "percent": "10000", - "reputation": 0, + "reputation": 366529203171, "rshares": 58914198, "voter": "brandon-rosano" }, { "percent": "10000", - "reputation": 0, + "reputation": 630803487, "rshares": 38710389758, "voter": "simon-says" }, { "percent": "10000", - "reputation": 0, + "reputation": 19141466793, "rshares": 57980741, "voter": "alaqrab" }, { "percent": "10000", - "reputation": 0, + "reputation": 4656922610, "rshares": 56436574, "voter": "saintbitts" }, @@ -1079,31 +1079,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 110864068340, "rshares": 75377250, "voter": "powercouple" }, { "percent": "10000", - "reputation": 0, + "reputation": 472082273, "rshares": 55618704, "voter": "jaypillagara" }, { "percent": "10000", - "reputation": 0, + "reputation": 1709208580, "rshares": 53912690, "voter": "shax" }, { "percent": "10000", - "reputation": 0, + "reputation": 580482162746, "rshares": 53846159, "voter": "wulfmeister" }, { "percent": "10000", - "reputation": 0, + "reputation": 304603834882, "rshares": 53707619, "voter": "ct-gurus" }, @@ -1121,7 +1121,7 @@ } ], "author": "charlieshrem", - "author_reputation": 0, + "author_reputation": 50326964582800, "beneficiaries": [], "body": "I have a series of posts I'm writing now about socioeconomic observations in prison. If the Steemit community likes it, Ill post it here exclusively.", "body_length": 149, @@ -1153,55 +1153,55 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 14765040488827, "rshares": 29186049220380, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 0, + "reputation": 608057298751, "rshares": 623996958321, "voter": "justin" }, { "percent": "9900", - "reputation": 0, + "reputation": 20297981245452, "rshares": 5881098331094, "voter": "abit" }, { "percent": "10000", - "reputation": 0, + "reputation": 27931460807554, "rshares": 4855865727368, "voter": "nextgencrypto" }, { "percent": "9800", - "reputation": 0, + "reputation": 1284750610881, "rshares": 2454399166148, "voter": "adm" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 2467985030, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 2995309863, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 567154894, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 41750226248, "voter": "bue" }, @@ -1219,7 +1219,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 101807714979611, "rshares": 664278529380, "voter": "pfunk" }, @@ -1243,55 +1243,55 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 77590508815145, "rshares": 130506632815, "voter": "kaylinart" }, { "percent": "10000", - "reputation": 0, + "reputation": 25849925929525, "rshares": 106890789634, "voter": "anyx" }, { "percent": "10000", - "reputation": 0, + "reputation": 11644551965460, "rshares": 9971301073, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 0, + "reputation": 1633600290379, "rshares": 9400027589, "voter": "shredlord" }, { "percent": "10000", - "reputation": 0, + "reputation": 22504728466704, "rshares": 61646469732, "voter": "cheetah" }, { "percent": "10000", - "reputation": 0, + "reputation": 17114822932753, "rshares": 219824678620, "voter": "originate" }, { "percent": "10000", - "reputation": 0, + "reputation": 49283901870, "rshares": 685101796, "voter": "metaflute" }, { "percent": "10000", - "reputation": 0, + "reputation": 891327, "rshares": 394148198, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 0, + "reputation": 31215012571, "rshares": 32404401324, "voter": "thecurator" }, @@ -1309,7 +1309,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 18890223518661, "rshares": 16011014560, "voter": "someguy123" }, @@ -1321,13 +1321,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 176566848345, "rshares": 188226473, "voter": "andyinspace" } ], "author": "adm", - "author_reputation": 0, + "author_reputation": 1284750610881, "beneficiaries": [], "body": "This is an article spun to avoid automatic plagiarism detection.\nHere is the source:\nhttp://health.learninginfo.org/muscle-building-tips.htm", "body_length": 140, @@ -1359,157 +1359,157 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 70486967561347, "rshares": 40261554792719, "voter": "blocktrades" }, { "percent": "10000", - "reputation": 0, + "reputation": 3991861275580, "rshares": 48124579959, "voter": "full-steem-ahead" }, { "percent": "10000", - "reputation": 0, + "reputation": 37454101478493, "rshares": 282481919881, "voter": "chitty" }, { "percent": "10000", - "reputation": 0, + "reputation": 4477492280957, "rshares": 25822874684, "voter": "steampunkpowered" }, { "percent": "10000", - "reputation": 0, + "reputation": 4733188979515, "rshares": 10283360038, "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 0, + "reputation": 436017530085, "rshares": 24290958657, "voter": "instructor2121" }, { "percent": "10000", - "reputation": 0, + "reputation": 8330279054423, "rshares": 62458381858, "voter": "kanoptx" }, { "percent": "10000", - "reputation": 0, + "reputation": 9090232372242, "rshares": 71100938161, "voter": "eric-boucher" }, { "percent": "10000", - "reputation": 0, + "reputation": 3906896686802, "rshares": 61288297136, "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 0, + "reputation": 46310579884676, "rshares": 117389810764, "voter": "bravenewcoin" }, { "percent": "10000", - "reputation": 0, + "reputation": 1569224337235, "rshares": 5121130339, "voter": "expanse" }, { "percent": "10000", - "reputation": 0, + "reputation": 2069855377344, "rshares": 7881221000, "voter": "spiz0r" }, { "percent": "10000", - "reputation": 0, + "reputation": 3033861094190, "rshares": 10377897348, "voter": "nippel66" }, { "percent": "10000", - "reputation": 0, + "reputation": 843226172873, "rshares": 49642777135, "voter": "thylbom" }, { "percent": "10000", - "reputation": 0, + "reputation": 37347150, "rshares": 115874018, "voter": "gosha" }, { "percent": "10000", - "reputation": 0, + "reputation": 8079179261851, "rshares": 37453482500, "voter": "claudiop63" }, { "percent": "10000", - "reputation": 0, + "reputation": 17218558634066, "rshares": 4096208838, "voter": "smailer" }, { "percent": "10000", - "reputation": 0, + "reputation": 314229959204, "rshares": 8375659361, "voter": "jamesbrown" }, { "percent": "10000", - "reputation": 0, + "reputation": 17701690051649, "rshares": 108836213411, "voter": "steemdrive" }, { "percent": "10000", - "reputation": 0, + "reputation": 366678373049, "rshares": 195118598, "voter": "comcentrate" }, { "percent": "10000", - "reputation": 0, + "reputation": 335003583191, "rshares": 61289460, "voter": "jtstreetman" }, { "percent": "10000", - "reputation": 0, + "reputation": 657881264, "rshares": 56939384, "voter": "dcat" }, { "percent": "10000", - "reputation": 0, + "reputation": 563927807986, "rshares": 130434883, "voter": "bitcoinparadise" }, { "percent": "10000", - "reputation": 0, + "reputation": 7370152734, "rshares": 50468741, "voter": "bellphorion" }, { "percent": "10000", - "reputation": 0, + "reputation": 54957783711, "rshares": 50353356, "voter": "takemyfive" } ], "author": "steemdrive", - "author_reputation": 0, + "author_reputation": 17701690051649, "beneficiaries": [], "body": "
    [![vote-Ohare.jpg](https://s19.postimg.org/vpowej1g3/vote_Ohare.jpg)](http://www.steemit.com/@steemdrive)
    ", "body_length": 122, @@ -1541,49 +1541,49 @@ "active_votes": [ { "percent": "5000", - "reputation": 0, + "reputation": 32455846463901, "rshares": 14824916004472, "voter": "smooth" }, { "percent": "100", - "reputation": 0, + "reputation": 85602977273, "rshares": 28851426273, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 13823888326286, "rshares": 14660905118594, "voter": "summon" }, { "percent": "10000", - "reputation": 0, + "reputation": 8358591595454, "rshares": 5645842591970, "voter": "kushed" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3085011784, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3744178588, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 708945412, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 52221628833, "voter": "bue" }, @@ -1601,7 +1601,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 82600290949846, "rshares": 733758489177, "voter": "cass" }, @@ -1625,79 +1625,79 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 376960001789, "rshares": 5519141498, "voter": "spaninv" }, { "percent": "10000", - "reputation": 0, + "reputation": 6531398726064, "rshares": 151618531853, "voter": "killerstorm" }, { "percent": "10000", - "reputation": 0, + "reputation": 1116909606233, "rshares": 13114605961, "voter": "facer" }, { "percent": "10000", - "reputation": 0, + "reputation": 22794273843250, "rshares": 137573239907, "voter": "thedashguy" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571311902261, "rshares": 586358175, "voter": "mammasitta" }, { "percent": "10000", - "reputation": 0, + "reputation": 2222945795019, "rshares": 128697036640, "voter": "chhayll" }, { "percent": "10000", - "reputation": 0, + "reputation": 118203669136, "rshares": 269379546, "voter": "thealexander" }, { "percent": "10000", - "reputation": 0, + "reputation": 19604328647, "rshares": 13452877972, "voter": "bitshares101" }, { "percent": "10000", - "reputation": 0, + "reputation": 1241141280004, "rshares": 51529058014, "voter": "sephiroth" }, { "percent": "10000", - "reputation": 0, + "reputation": 1215490422294, "rshares": 5729767206, "voter": "inti" }, { "percent": "10000", - "reputation": 0, + "reputation": 1757805373821, "rshares": 14254612849, "voter": "deanero" }, { "percent": "10000", - "reputation": 0, + "reputation": 1804907957838, "rshares": 1646059150, "voter": "belkins" }, { "percent": "10000", - "reputation": 0, + "reputation": 333988882, "rshares": 116253105, "voter": "darkstar1o9" }, @@ -1709,37 +1709,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2422086213510, "rshares": 2359201317, "voter": "matherly" }, { "percent": "10000", - "reputation": 0, + "reputation": 824556048979, "rshares": 897505702, "voter": "harand" }, { "percent": "10000", - "reputation": 0, + "reputation": 4818398060873, "rshares": 17530292877, "voter": "shenanigator" }, { "percent": "10000", - "reputation": 0, + "reputation": 2009900011368, "rshares": 4300748049, "voter": "bitbutter" }, { "percent": "10000", - "reputation": 0, + "reputation": 1246651487, "rshares": 54634677, "voter": "stephenm" } ], "author": "steemapp", - "author_reputation": 0, + "author_reputation": 5743108025054, "beneficiaries": [], "body": "Hi, @smooth this is @str11ngfello, the iOS developer on Steemy. \n\nHere's my linked in profile ->\nhttps://www.linkedin.com/in/lynn-duke-097a724\n\n @cyonic here as a followup edit, my linkedin profile here:\nhttps://www.linkedin.com/in/johnelliotwhite\n\nGive me a few moments and I'll add a blurb to my linked in profile that references Steemy. Look for it towards the top. \n\nHere is a quick vid I made of Steemy at the request of many users. \n\nhttps://youtu.be/kHbOHuXQWg4\n\nHere's to hoping we can prove ourselves a bit. STEEM ON!", "body_length": 529, @@ -1771,43 +1771,43 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 83122046, "rshares": 17735818038199, "voter": "itsascam" }, { "percent": "10000", - "reputation": 0, + "reputation": 43394593255, "rshares": 2091363547583, "voter": "steemroller" }, { "percent": "10000", - "reputation": 0, + "reputation": 19032535635212, "rshares": 17881645967595, "voter": "steemed" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 2473129069, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3001847911, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 562495952, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 42273561181, "voter": "bue" }, @@ -1825,7 +1825,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 25065017424303, "rshares": 115426377545, "voter": "stan" }, @@ -1849,25 +1849,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 67344245671, "rshares": 17452286451, "voter": "marklyford" }, { "percent": "-10000", - "reputation": 0, + "reputation": 496208892, "rshares": -118201007, "voter": "cyonic" }, { "percent": "10000", - "reputation": 0, + "reputation": 1876749044289, "rshares": 1259875358, "voter": "shadowspub" } ], "author": "michaelx", - "author_reputation": 0, + "author_reputation": 9186061899783, "beneficiaries": [], "body": "It doesn't matter at all in the big picture, when company accounts are used to censor any conversation (as they have been doing and will likely continue to do) they please, regardless of community voting consensus. \n\nThis has already been proven by the actions of management using those accounts for this purpose.\n\nAnyone believing Steemit as it exists currently to be a censorship free platform for free speech is sadly mistaken.", "body_length": 431, @@ -1899,49 +1899,49 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 14765040488827, "rshares": 29864685009305, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 0, + "reputation": 86527803731, "rshares": 189574335690, "voter": "friend2" }, { "percent": "10000", - "reputation": 0, + "reputation": 608057298751, "rshares": 639212703934, "voter": "justin" }, { "percent": "10000", - "reputation": 0, + "reputation": 27931460807554, "rshares": 4968734358586, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3084986672, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3744144508, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 708943618, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 52193349399, "voter": "bue" }, @@ -1977,133 +1977,133 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 45329454600539, "rshares": 154121482815, "voter": "jamtaylor" }, { "percent": "10000", - "reputation": 0, + "reputation": 22794273843250, "rshares": 130134738142, "voter": "thedashguy" }, { "percent": "10000", - "reputation": 0, + "reputation": 7603352468101, "rshares": 39444938394, "voter": "tiffjane" }, { "percent": "10000", - "reputation": 0, + "reputation": 713529357997, "rshares": 851256740, "voter": "cousteau" }, { "percent": "10000", - "reputation": 0, + "reputation": 10445529851856, "rshares": 5673774261, "voter": "meesterboom" }, { "percent": "10000", - "reputation": 0, + "reputation": 16743994030016, "rshares": 33726244522, "voter": "condra" }, { "percent": "10000", - "reputation": 0, + "reputation": 1785188860258, "rshares": 718346410, "voter": "birdie" }, { "percent": "10000", - "reputation": 0, + "reputation": 4965349454737, "rshares": 20128929530, "voter": "rznag" }, { "percent": "10000", - "reputation": 0, + "reputation": 988942038058, "rshares": 51125341014, "voter": "gomeravibz" }, { "percent": "10000", - "reputation": 0, + "reputation": 898801272252, "rshares": 1954050724, "voter": "t3ran13" }, { "percent": "10000", - "reputation": 0, + "reputation": 921725518804, "rshares": 2194116353, "voter": "xroni" }, { "percent": "10000", - "reputation": 0, + "reputation": 891327, "rshares": 403314436, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 0, + "reputation": 11861754844312, "rshares": 11535444605, "voter": "queenmountain" }, { "percent": "10000", - "reputation": 0, + "reputation": 68479560828, "rshares": 127023220, "voter": "harrycoins" }, { "percent": "10000", - "reputation": 0, + "reputation": 34338510332, "rshares": 61084860, "voter": "mndstruct" }, { "percent": "10000", - "reputation": 0, + "reputation": 31215012571, "rshares": 33194586794, "voter": "thecurator" }, { "percent": "10000", - "reputation": 0, + "reputation": 17071371161, "rshares": 230160266, "voter": "mefisto" }, { "percent": "10000", - "reputation": 0, + "reputation": 295472992623, "rshares": 1059907708, "voter": "iamrohitkgupta" }, { "percent": "10000", - "reputation": 0, + "reputation": 822962542150, "rshares": 71181331, "voter": "emilyjane" }, { "percent": "10000", - "reputation": 0, + "reputation": 3077370360823, "rshares": 133481361, "voter": "mweich" }, { "percent": "10000", - "reputation": 0, + "reputation": 7381386825, "rshares": 50281530, "voter": "topslim" } ], "author": "condra", - "author_reputation": 0, + "author_reputation": 16743994030016, "beneficiaries": [], "body": "Congrats to everyone, and forgive me if you didn't place. It wasn't easy to omit so many amazing shots. The standard was very high and there were hundreds of submissions. Huge love for all the Steemit #photography community.", "body_length": 224, @@ -2135,43 +2135,43 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 14765040488827, "rshares": 29864685009305, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 0, + "reputation": 608057298751, "rshares": 639212703934, "voter": "justin" }, { "percent": "10000", - "reputation": 0, + "reputation": 27931460807554, "rshares": 4968734358586, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 2467989338, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 2995315607, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 567154894, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 41754679519, "voter": "bue" }, @@ -2207,61 +2207,61 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 45329454600539, "rshares": 147833075316, "voter": "jamtaylor" }, { "percent": "10000", - "reputation": 0, + "reputation": 16743994030016, "rshares": 33749012863, "voter": "condra" }, { "percent": "10000", - "reputation": 0, + "reputation": 5029542492239, "rshares": 8813120108, "voter": "blinova" }, { "percent": "10000", - "reputation": 0, + "reputation": 21815260714191, "rshares": 177253189627, "voter": "blueorgy" }, { "percent": "10000", - "reputation": 0, + "reputation": 2017416249960, "rshares": 7958656381, "voter": "kristylynn" }, { "percent": "10000", - "reputation": 0, + "reputation": 214076084605, "rshares": 250542489, "voter": "nat4ka" }, { "percent": "10000", - "reputation": 0, + "reputation": 1826385508354, "rshares": 2869166387, "voter": "dercoco" }, { "percent": "10000", - "reputation": 0, + "reputation": 891327, "rshares": 403314436, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 0, + "reputation": 31215012571, "rshares": 33194586794, "voter": "thecurator" } ], "author": "blueorgy", - "author_reputation": 0, + "author_reputation": 21815260714191, "beneficiaries": [], "body": "**Amazing Entries** once again this weekend! The talent here on steemit just keeps on growing with each #SteemitPhotoChallenge and I feel it's 100% a direct result of this **trending topic**. So be proud of your work and if you didn't make it into the **Top 3** don't even think about giving up, the computation is tuff and @condra had a difficult time deciding I'm sure.\n\n
    \n\n**Honourable Mentions**\n\n @kristylynn I really enjoyed this photo! It reminded me of when I was a kid grabbing dandelions at every change and blowing them all over the place! My father absolutely hated this because they would end up growing all over his lawn. Great work with the depth and the color is very pleasing. Thank you for bring back some old memories.\n\n@minion I tried to capture a very similar shot during my little exploration last sunday morning. I of course failed to get such a crisp, captivating, and **Super Lush** photo if you can describ the vibrant green colors this way. Great job on capturing that moment right before the water droplet escapes the branch , not easy and patience is required. \n\n**Finalist**\n\n@bebecitosfotos This flower is epic! The clarity and brightness is spot on and even the viewed in post and at lower resolution it still comes off as perfectly in focus (always a very difficult thing to do while using Macro). The background is just muted enough to capture a actual backdrop while not taking away fro the foreground image. Excellent work.\n\n@dercoco What can I say about this one... how about **EYES**. I have always loved the reptile eye, Great Work.\n\n@mweich This is spot on! Being able to capture the pollen on the Bee's legs was a great feat I tell you that, while still keeping other expects and depths of the photo in great focus is even harder, very still hand you must have! The angle of the photo and the choice of background imagery defiantly gave this photo an edge when it came to being Macro. The background is often forgot when capturing with Macro even thought it plays such a big role, you seem to have a very good eye for it. And **Congratulations!** on taking First Place!\n\n
    \n\nAgain I can't say it enough great job everyone, keep it up!\nCan't wait for next weekend's challenge @jamtaylor make it a good one ;)\n\nBlue", "body_length": 2259, @@ -2293,19 +2293,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 14765040488827, "rshares": 29864685009305, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 0, + "reputation": 608057298751, "rshares": 639212703934, "voter": "justin" }, { "percent": "10000", - "reputation": 0, + "reputation": 27931460807554, "rshares": 4968734358586, "voter": "nextgencrypto" }, @@ -2317,55 +2317,55 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 157636214062, "rshares": 18794778971, "voter": "ozzy-vega" }, { "percent": "10000", - "reputation": 0, + "reputation": 25849925929525, "rshares": 106925555861, "voter": "anyx" }, { "percent": "10000", - "reputation": 0, + "reputation": 79027340053, "rshares": 278001908, "voter": "mirrax" }, { "percent": "10000", - "reputation": 0, + "reputation": 4116259471152, "rshares": 17506904849, "voter": "keithsmih" }, { "percent": "3300", - "reputation": 0, + "reputation": 22504728466704, "rshares": 20129459504, "voter": "cheetah" }, { "percent": "10000", - "reputation": 0, + "reputation": 714503005, "rshares": 100129802, "voter": "cheetah33" }, { "percent": "10000", - "reputation": 0, + "reputation": 891327, "rshares": 403314436, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 0, + "reputation": 737268128, "rshares": 100111679, "voter": "cheetah34" }, { "percent": "10000", - "reputation": 0, + "reputation": 31215012571, "rshares": 33194586794, "voter": "thecurator" }, @@ -2389,7 +2389,7 @@ } ], "author": "cheetah", - "author_reputation": 0, + "author_reputation": 22504728466704, "beneficiaries": [], "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.youtube.com/watch?v=Jetfhhkg_YU", "body_length": 165, @@ -2421,43 +2421,43 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 83122046, "rshares": 17387563883098, "voter": "itsascam" }, { "percent": "10000", - "reputation": 0, + "reputation": 43394593255, "rshares": 2050320927937, "voter": "steemroller" }, { "percent": "10000", - "reputation": 0, + "reputation": 19032535635212, "rshares": 17506821189546, "voter": "steemed" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 2472687085, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3001252537, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 562430414, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 42191835467, "voter": "bue" }, @@ -2493,31 +2493,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 642608867428, "rshares": 5163277168, "voter": "christoryan" }, { "percent": "10000", - "reputation": 0, + "reputation": 2812079541783, "rshares": 4146107046, "voter": "fishborne" }, { "percent": "10000", - "reputation": 0, + "reputation": 333988882, "rshares": 100022771, "voter": "darkstar1o9" }, { "percent": "10000", - "reputation": 0, + "reputation": 7788315865, "rshares": 58035101, "voter": "aaronjwhite" } ], "author": "knircky", - "author_reputation": 0, + "author_reputation": 3320684282022, "beneficiaries": [], "body": "Nope a stock is not a ponzu scheme and steem is not either.\n\nI am sick of people that cannot understand how things calling them Ponzi schemes, so they can sound smarter than they are.", "body_length": 183, @@ -2549,97 +2549,97 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 14765040488827, "rshares": 29186049220380, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 0, + "reputation": 608057298751, "rshares": 623996958321, "voter": "justin" }, { "percent": "10000", - "reputation": 0, + "reputation": 27931460807554, "rshares": 4855865727368, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 45329454600539, "rshares": 154146763309, "voter": "jamtaylor" }, { "percent": "-10000", - "reputation": 0, + "reputation": -2683858617900, "rshares": -5787205072, "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 0, + "reputation": 25849925929525, "rshares": 106890789634, "voter": "anyx" }, { "percent": "10000", - "reputation": 0, + "reputation": 11644551965460, "rshares": 9733889143, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 0, + "reputation": 1633600290379, "rshares": 9400027589, "voter": "shredlord" }, { "percent": "10000", - "reputation": 0, + "reputation": 22504728466704, "rshares": 61646469732, "voter": "cheetah" }, { "percent": "10000", - "reputation": 0, + "reputation": 17114822932753, "rshares": 219824678620, "voter": "originate" }, { "percent": "10000", - "reputation": 0, + "reputation": 49283901870, "rshares": 685101796, "voter": "metaflute" }, { "percent": "10000", - "reputation": 0, + "reputation": 891327, "rshares": 394148198, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 0, + "reputation": 31215012571, "rshares": 32404401324, "voter": "thecurator" }, { "percent": "10000", - "reputation": 0, + "reputation": 18890223518661, "rshares": 16011014560, "voter": "someguy123" }, { "percent": "10000", - "reputation": 0, + "reputation": 176566848345, "rshares": 188226473, "voter": "andyinspace" } ], "author": "anyx", - "author_reputation": 0, + "author_reputation": 25849925929525, "beneficiaries": [], "body": "This user is a serial plagiarist who has taken to spinning articles to plagiarize, instead of providing sources and discussion.\n\n!cheetah ban", "body_length": 141, @@ -2671,43 +2671,43 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 83122046, "rshares": 17387563883098, "voter": "itsascam" }, { "percent": "500", - "reputation": 0, + "reputation": 70486967561347, "rshares": 2478143633692, "voter": "blocktrades" }, { "percent": "10000", - "reputation": 0, + "reputation": 19032535635212, "rshares": 17508649345673, "voter": "steemed" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 2472598979, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3001139259, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 562419226, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 42178757456, "voter": "bue" }, @@ -2743,19 +2743,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 8079179261851, "rshares": 38894121671, "voter": "claudiop63" }, { "percent": "10000", - "reputation": 0, + "reputation": 2288762261504, "rshares": 7143405548, "voter": "goose" } ], "author": "thylbom", - "author_reputation": 0, + "author_reputation": 843226172873, "beneficiaries": [], "body": "I definitely agree that the password recovery problem is a good one to work on. People who have been involved in crypto for some time are almost instinctively aware of the importance of safeguarding private keys, but \"mainstream\" adopters are accustomed to a world of hand-holding where the powers that be can bail you out if you are careless, stupid, forgetful or unlucky. If a method can be devised to facilitate recovery without sacrificing security, it can avoid problems of negative user experience that could hurt the platform's prospects for widespread adaption.", "body_length": 569, @@ -2787,37 +2787,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 83122046, "rshares": 17735315160760, "voter": "itsascam" }, { "percent": "10000", - "reputation": 0, + "reputation": 19032535635212, "rshares": 17865766992651, "voter": "steemed" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3091007147, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3751778512, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 703064185, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 52778799199, "voter": "bue" }, @@ -2853,13 +2853,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 27692743706, "voter": "r4fken" } ], "author": "r4fken", - "author_reputation": 0, + "author_reputation": -2499740471746, "beneficiaries": [], "body": "Do I understand correctly that you're referencing the initial \"mining\" by a select group of devs and friends, resulting in \"overwhelming control\" by means of vests now?\nOr am I just imagining things? :)", "body_length": 202, @@ -2891,67 +2891,67 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1915876518994, "rshares": 727407423660, "voter": "erath" }, { "percent": "100", - "reputation": 0, + "reputation": 32455846463901, "rshares": 644958517124, "voter": "smooth" }, { "percent": "49", - "reputation": 0, + "reputation": 85602977273, "rshares": 28855608662, "voter": "anonymous" }, { "percent": "4900", - "reputation": 0, + "reputation": 8151223409709, "rshares": 8486664643623, "voter": "rainman" }, { "percent": "10000", - "reputation": 0, + "reputation": 3894279128605, "rshares": 6370652360778, "voter": "wackou" }, { "percent": "10000", - "reputation": 0, + "reputation": 428017035820, "rshares": 82613356260, "voter": "friend5" }, { "percent": "10000", - "reputation": 0, + "reputation": 9800209121307, "rshares": 6571978360124, "voter": "roadscape" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 2470238755, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 2998129153, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 567603623, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 41948298509, "voter": "bue" }, @@ -2969,49 +2969,49 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 28971806962251, "rshares": 1813610822120, "voter": "joseph" }, { "percent": "100", - "reputation": 0, + "reputation": 83941319998, "rshares": 108871922542, "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 158487994237, "rshares": 51208392605, "voter": "twiceuponatime" }, { "percent": "5200", - "reputation": 0, + "reputation": 1082239289637, "rshares": 139867989371, "voter": "indominon" }, { "percent": "10000", - "reputation": 0, + "reputation": 23744414677575, "rshares": 2942087618871, "voter": "onceuponatime" }, { "percent": "10000", - "reputation": 0, + "reputation": 1829863145814, "rshares": 728571343037, "voter": "marginal" }, { "percent": "9700", - "reputation": 0, + "reputation": 82600290949846, "rshares": 937174079758, "voter": "cass" }, { "percent": "10000", - "reputation": 0, + "reputation": 2369366055877, "rshares": 76036949216, "voter": "vault" }, @@ -3035,223 +3035,223 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1914970430304, "rshares": 410807696946, "voter": "chryspano" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 9521769889, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 562223585509, "rshares": 19196002726, "voter": "mughat" }, { "percent": "10000", - "reputation": 0, + "reputation": 9084038135515, "rshares": 47541496466, "voter": "nphacker" }, { "percent": "10000", - "reputation": 0, + "reputation": 9389887938261, "rshares": 3892379945, "voter": "kennyskitchen" }, { "percent": "10000", - "reputation": 0, + "reputation": 5260794316761, "rshares": 129268320437, "voter": "schro" }, { "percent": "10000", - "reputation": 0, + "reputation": 22794273843250, "rshares": 92995154682, "voter": "thedashguy" }, { "percent": "10000", - "reputation": 0, + "reputation": 36884147263377, "rshares": 213701132994, "voter": "lukestokes" }, { "percent": "10000", - "reputation": 0, + "reputation": 17777496768, "rshares": 276395602, "voter": "carlgetalada" }, { "percent": "10000", - "reputation": 0, + "reputation": 2632946346, "rshares": 28736613783, "voter": "catchfire" }, { "percent": "10000", - "reputation": 0, + "reputation": 1613752018459, "rshares": 5894409181, "voter": "quintanilla" }, { "percent": "10000", - "reputation": 0, + "reputation": 25984358555464, "rshares": 41089533337, "voter": "bacchist" }, { "percent": "10000", - "reputation": 0, + "reputation": 40255997582, "rshares": 8483258053, "voter": "cannav" }, { "percent": "10000", - "reputation": 0, + "reputation": 13090894039053, "rshares": 65583674268, "voter": "discombobulated" }, { "percent": "10000", - "reputation": 0, + "reputation": 9859494596, "rshares": 1259117194, "voter": "chrisj" }, { "percent": "10000", - "reputation": 0, + "reputation": 5183116321161, "rshares": 3704243578, "voter": "krystle" }, { "percent": "10000", - "reputation": 0, + "reputation": 1403427793295, "rshares": 14629758637, "voter": "artakan" }, { "percent": "10000", - "reputation": 0, + "reputation": 9734558763221, "rshares": 6012406044, "voter": "phenom" }, { "percent": "10000", - "reputation": 0, + "reputation": 45712131677758, "rshares": 17402129371, "voter": "crazymumzysa" }, { "percent": "10000", - "reputation": 0, + "reputation": 1624945721527, "rshares": 4183080661, "voter": "bbrewer" }, { "percent": "10000", - "reputation": 0, + "reputation": 568560955800, "rshares": 35472659687, "voter": "fatboy" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571312226030, "rshares": 3978086691, "voter": "beanz" }, { "percent": "10000", - "reputation": 0, + "reputation": 106557133024, "rshares": 22725564707, "voter": "solidgold" }, { "percent": "10000", - "reputation": 0, + "reputation": 8806485920347, "rshares": 24344116072, "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 0, + "reputation": 3679188122176, "rshares": 6603057948, "voter": "najoh" }, { "percent": "10000", - "reputation": 0, + "reputation": 6181438509962, "rshares": 12993857503, "voter": "capitalism" }, { "percent": "10000", - "reputation": 0, + "reputation": 2832097256429, "rshares": 4872113322, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 0, + "reputation": 6364644439603, "rshares": 2818362970, "voter": "aboundlessworld" }, { "percent": "10000", - "reputation": 0, + "reputation": 11122126920308, "rshares": 2636752145, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 0, + "reputation": 6380056335097, "rshares": 3558963294, "voter": "randyclemens" }, { "percent": "10000", - "reputation": 0, + "reputation": 661944466048, "rshares": 377494461, "voter": "alifton" }, { "percent": "10000", - "reputation": 0, + "reputation": 15841196427096, "rshares": 26914242849, "voter": "bitcalm" }, { "percent": "10000", - "reputation": 0, + "reputation": 2721887929533, "rshares": 1692339912, "voter": "davidbrogan" }, { "percent": "10000", - "reputation": 0, + "reputation": 797336799, "rshares": 56779364, "voter": "negoshi" }, { "percent": "10000", - "reputation": 0, + "reputation": 97476072754, "rshares": 50997147, "voter": "david.prochnow" }, { "percent": "10000", - "reputation": 0, + "reputation": 6483658953, "rshares": 50258926, "voter": "doze49" }, { "percent": "10000", - "reputation": 0, + "reputation": 269520578215, "rshares": 61941319, "voter": "fraterralph" }, @@ -3263,7 +3263,7 @@ } ], "author": "lukestokes", - "author_reputation": 0, + "author_reputation": 36884147263377, "beneficiaries": [], "body": "`dictatorship`, `hindenburg`, `titanic` and a hitler meme are all a bit too over the top for me. I'm glad you're voicing your concerns, but a \"Dan must be stopped\" call to action against the very person who created what we are all enjoying isn't (IMO) the best approach for having a respectful dialogue about the issue. It seems many are already discussing the issue on github and voicing their disapproval there. We'll see where it goes from here, and it's definitely something to keep an eye on. For that, I thank you, but I won't give you my vote on this post because I think the tone is counter productive to a rational, open conversation about the issue. I may be wrong and maybe a more alarmist tone is called for. As with many things, we shall see over time.", "body_length": 766, @@ -3295,43 +3295,43 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 145171381514207, "rshares": 28300878156066, "voter": "dantheman" }, { "percent": "100", - "reputation": 0, + "reputation": 32455846463901, "rshares": 636585679281, "voter": "smooth" }, { "percent": "10000", - "reputation": 0, + "reputation": 3894279128605, "rshares": 6549727125575, "voter": "wackou" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3099954800, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3763461212, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 690406462, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 54138246944, "voter": "bue" }, @@ -3349,19 +3349,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 8980249791516, "rshares": 251709705259, "voter": "lovejoy" }, { "percent": "10000", - "reputation": 0, + "reputation": 9028537022578, "rshares": 2511125853605, "voter": "recursive" }, { "percent": "100", - "reputation": 0, + "reputation": 83941319998, "rshares": 114398906816, "voter": "smooth.witness" }, @@ -3385,73 +3385,73 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9090232372242, "rshares": 71291626568, "voter": "eric-boucher" }, { "percent": "10000", - "reputation": 0, + "reputation": 642608867428, "rshares": 5223833163, "voter": "christoryan" }, { "percent": "10000", - "reputation": 0, + "reputation": 2632564148, "rshares": 4999497773, "voter": "zelgald1" }, { "percent": "10000", - "reputation": 0, + "reputation": 2798458785, "rshares": 63437792, "voter": "tommycordero" }, { "percent": "10000", - "reputation": 0, + "reputation": 855097842923, "rshares": 11501604178, "voter": "darrantrute" }, { "percent": "10000", - "reputation": 0, + "reputation": 949895649943, "rshares": 615797359, "voter": "nebcat" }, { "percent": "10000", - "reputation": 0, + "reputation": 988835724525, "rshares": 381939549, "voter": "kiwideb" }, { "percent": "10000", - "reputation": 0, + "reputation": 353288883728, "rshares": 444650943, "voter": "floweroflife" }, { "percent": "10000", - "reputation": 0, + "reputation": 1586351489943, "rshares": 807251193, "voter": "kingarbinv" }, { "percent": "10000", - "reputation": 0, + "reputation": 8189791438741, "rshares": 10978877529, "voter": "skypilot" }, { "percent": "10000", - "reputation": 0, + "reputation": 35511792131, "rshares": 2610482432, "voter": "robcichocki" } ], "author": "recursive", - "author_reputation": 0, + "author_reputation": 9028537022578, "beneficiaries": [], "body": "> This state of being creates a paradox for those with aims to change the world. If you are at complete peace with the way things are, then what motive is there to change the world? On what basis should you choose to act? This is the very heart of economics, the study of human action. This is the root of my current internal conflict.\n\nMahayana (Great Vehicle) buddhism may have an answer to that apparent conflict you are experiencing. According to the Mahayana tradition, true enlightenment cannot be reached merely by cultivating inner peace and eliminating delusions and suffering in isolation of other people, because doing so remains a selfish endeavor that implies that one hasn't truly reached the state of selflessness that underlies enlightenment. \n\nInstead, at some point along the path to enlightenment, one realizes that one's true nature is that of being conscious: a pure form of benevolent consciousness without shape and boundaries, and that permeates all that is. At that point, one doesn't seek anymore to deliver from suffering that fictious \"ego\" entity that has long been identified as a delusion, but instead seeks to deliver all of consciousness from suffering, including all sentient beings. This intrinsic benevolence of consciousness is what we call \"compassion\", and is the central tenet of Mahayana tradition. It is both the ultimate goal and the mean to reach that goal. By cultivating compassion, one reveals his compassionate nature, and this compassion is what will eventually lead to a contradiction with the ego and materialistic delusions, and their dissolution. \n\nFrom that perspective, he who seeks enlightenment will first accept reality as it is, and reach what first feels as a form of blissful and permanent internal peace (this is typically what Hinayana / Small Vehicule buddhism think is enlightenment, and this includes some famous western self-help authors), but will soon realize that there is one type of suffering that transcends attachment and the delusion of self and that can't be addressed by meditation and spiritual practice alone but on the contrary become more and more sharp: the suffering of seeing others suffering within this reality. This is because suffering is a noble truth, a truth that can't be denied, ignored or accepted but simply acknowledged as being true. This leads to a paradox where embracing reality leads to embracing a form of suffering that can only be eliminated by altering reality which cannot be achieved if one simply embraces reality. The only solution to this apparent paradox is to realize that reality is impermanent and can be embraced while being altered. It should be accepted in the present so that one may live free from delusions and attachment, and reduce suffering to the prime denominator of the quintessential and universally experienced suffering of being alive, while being actively shaped with all one's will and energy into a future reality where other sentient beings suffer less.\n\nUnder the mahayana assumption that consciousness is intrinsically benevolent and unable not to experience compassion as it gets closer to enlightenment, acting with all one's will and energy against the corruption that permeates reality and increases suffering of other sentient beings is not only consistent, but the one and only true way to enlightenment.\n\nArguably, government is one such big chunk of pervasive corruption that has spread like weed in our consensual reality, and creates an inordinate amount of suffering. From that perspective, being anarchist isn't only a political view, it is a statement of compassion. Ask the Dalai Lama what he thinks about governments...", "body_length": 3669, @@ -3483,49 +3483,49 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1133069631465, "rshares": 31543759293106, "voter": "val-a" }, { "percent": "10000", - "reputation": 0, + "reputation": 1502465820159, "rshares": 22090812048, "voter": "domino" }, { "percent": "10000", - "reputation": 0, + "reputation": 4226573244868, "rshares": 28897024316, "voter": "zaebars" }, { "percent": "10000", - "reputation": 0, + "reputation": 19410587962, "rshares": 1953557909, "voter": "andreynoch" }, { "percent": "10000", - "reputation": 0, + "reputation": 1977162029930, "rshares": 1708472880, "voter": "litrbooh" }, { "percent": "10000", - "reputation": 0, + "reputation": 6755300029, "rshares": 1188786726, "voter": "nonamer" }, { "percent": "10000", - "reputation": 0, + "reputation": 18081706207, "rshares": 53257299, "voter": "shvedas" } ], "author": "val-a", - "author_reputation": 0, + "author_reputation": 1133069631465, "beneficiaries": [], "body": "\u041f\u0440\u043e\u0447\u0438\u0442\u0430\u0439\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437 \u0432\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u043f\u0438\u0440\u0430\u043c\u0438\u0434\u044b:\n> \u0414\u043e\u0445\u043e\u0434 _\u043f\u0435\u0440\u0432\u044b\u043c_ _\u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c_ \u043f\u0438\u0440\u0430\u043c\u0438\u0434\u044b \u0432\u044b\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0437\u0430 \u0441\u0447\u0435\u0442 \u0432\u043a\u043b\u0430\u0434\u043e\u0432 \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432.\n\n\u041a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430 _\u043f\u0435\u0440\u0432\u044b\u043c_ \u0438 _\u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c_ (\u043f\u043e\u0434 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u044e\u0442\u0441\u044f \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u044b), \u0430 \u0432 \u0441\u043b\u0443\u0447\u0430\u0435 \u0421\u0442\u0438\u043c\u0430 \u0434\u043e\u0445\u043e\u0434 \u043f\u043e\u043b\u0443\u0447\u0430\u044e\u0442 \u043d\u0435 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u044b, \u0430 \u0430\u0432\u0442\u043e\u0440\u044b \u043e\u0442 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043d\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043d\u0438 \u043a\u043e\u043f\u0435\u0439\u043a\u0438 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u0435\u0436\u0434\u0435 \u043e\u043d\u0438 \u043d\u0430\u0447\u043d\u0443\u0442 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u0434\u043e\u0445\u043e\u0434. \u0418\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u044b \u0442\u0435\u043e\u0440\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0445\u043e\u0434, \u0435\u0441\u043b\u0438 \u0446\u0435\u043d\u0430 STEEM, SP \u0438\u043b\u0438 SD \u0432\u044b\u0440\u0430\u0441\u0442\u0435\u0442, \u043d\u043e \u044d\u0442\u043e\u0433\u043e \u0438\u043c \u043d\u0438\u043a\u0442\u043e \u043d\u0435 \u043e\u0431\u0435\u0449\u0430\u0435\u0442 (\u0432 \u043e\u0442\u043b\u0438\u0447\u0438\u0438 \u043e\u0442 \u043f\u0438\u0440\u0430\u043c\u0438\u0434). \u041a \u0442\u043e\u043c\u0443 \u0436\u0435 \u0430\u0432\u0442\u043e\u0440\u0430\u043c \u0432\u044b\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0433\u043e\u043d\u043e\u0440\u0430\u0440 \u043d\u0435 \u0441 \u0434\u0435\u043d\u0435\u0433 \u043d\u043e\u0432\u044b\u0445 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432, \u0430 \u0440\u0430\u0437\u043c\u044b\u0442\u0438\u0435\u043c \u0434\u043e\u043b\u0438 \u0432\u0441\u0435\u0445 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0445 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432 \u0432 STEEM \u0438\u043b\u0438 \u0432 SP, \u0432 \u0442\u043e\u043c \u0447\u0438\u0441\u043b\u0435 \u0438 \u0434\u043e\u043b\u0438 \u043a\u0438\u0442\u043e\u0432. \u0414\u043e\u0445\u043e\u0434 \u043a\u0438\u0442\u043e\u0432, \u0438\u043b\u0438 \u043b\u044e\u0431\u043e\u0433\u043e, \u043a\u0442\u043e \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043b \u043d\u0430 \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u043c \u044d\u0442\u0430\u043f\u0435 \u0437\u0430\u0432\u0438\u0441\u0438\u0442 \u043e\u0442 \u043d\u043e\u0432\u044b\u0445 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0439 \u0432 \u0442\u043e\u0439 \u0436\u0435 \u0441\u0442\u0435\u043f\u0435\u043d\u0438 \u043a\u0430\u043a \u0438 \u0432 \u043b\u044e\u0431\u043e\u0439 \u0434\u0440\u0443\u0433\u043e\u0439 \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442\u0435.\n\n\u0412\u043c\u0435\u0441\u0442\u043e \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f \u0441 \u043f\u0440\u0438\u0440\u0430\u043c\u0438\u0434\u043e\u0439, \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0432\u043d\u0435\u0435 \u0441\u0440\u0430\u0432\u043d\u0438\u0442\u044c \u0441 \u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u043c \u0441\u0442\u0430\u0440\u0442\u0430\u043f\u043e\u043c, \u0432\u043e\u0437\u044c\u043c\u0438\u0442\u0435 \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \u0422\u0432\u0438\u0442\u0435\u0440 - \u043f\u043e \u0431\u043e\u043b\u044c\u0448\u043e\u043c\u0443 \u0441\u0447\u0435\u0442\u0443 \u043e\u043d\u0438, \u044f\u0432\u043b\u044f\u0441\u044c \u0443\u0431\u044b\u0442\u043e\u0447\u043d\u043e\u0439 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0435\u0439 (\u0434\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 10 \u043b\u0435\u0442 \u0438 \u043e\u043d\u0430 \u0434\u043e \u0441\u0438\u0445 \u043f\u043e\u0440 \u0443\u0431\u044b\u0442\u043e\u0447\u043d\u0430), \u043f\u043b\u0430\u0442\u044f\u0442 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c (\u043d\u0435 \u043d\u0430\u043f\u0440\u044f\u043c\u0443\u044e, \u0430 \u043a\u043e\u0441\u0432\u0435\u043d\u043d\u043e, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \u043e\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0432 \u0434\u0430\u0442\u0430\u0446\u0435\u043d\u0442\u0440\u0435) \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u044f \u0434\u043e\u043b\u044e/\u0430\u043a\u0446\u0438\u0438 \u0444\u0430\u0443\u043d\u0434\u0435\u0440\u043e\u0432 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u0430\u043c. \u041f\u043e\u0447\u0435\u043c\u0443 \u0430\u043a\u0446\u0438\u0438 \u0442\u0432\u0438\u0442\u0435\u0440\u0430 \u0441\u0442\u043e\u044f\u0442 \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0443\u043b\u044f? \u041f\u043e\u0447\u0435\u043c\u0443 \u0422\u0432\u0438\u0442\u0435\u0440 \u043d\u0438\u043a\u0442\u043e \u043d\u0435 \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u043e\u0439 \u043f\u0438\u0440\u0430\u043c\u0438\u0434\u043e\u0439?\n\n\u0418\u043b\u0438 \u0441\u0440\u0430\u0432\u043d\u0438\u0442\u0435 \u0441\u0442\u0438\u043c \u0441 \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u043e\u043c - \u0441 \u0442\u0430\u043a\u0438\u043c \u0436\u0435 \u0443\u0441\u043f\u0435\u0445\u043e\u043c \u0438 \u0431\u0438\u0442\u043a\u043e\u0438\u043d \u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0437\u0432\u0430\u0442\u044c \u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u043e\u0439 \u043f\u0438\u0440\u0430\u043c\u0438\u0434\u043e\u0439 - \u0432\u0435\u0434\u044c \u043f\u043b\u0430\u0442\u0438\u0442 \u0436\u0435 \u043c\u0430\u0439\u043d\u0435\u0440\u0430\u043c \u0434\u0435\u043d\u044c\u0433\u0430\u043c\u0438 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432.\n\n(p.s. \u043f\u0440\u043e\u0433\u043e\u043b\u043e\u0441\u0443\u044e \u0437\u0430 \u0441\u0435\u0431\u044f, \u0447\u0442\u043e \u0431\u044b \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043a\u0430\u043a \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c SP \u0434\u043b\u044f \u0440\u0435\u043a\u043b\u0430\u043c\u044b \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445 \u043f\u043e\u0441\u0442\u043e\u0432)", "body_length": 1470, @@ -3563,61 +3563,61 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9326993992, "rshares": 164482168912, "voter": "nextgenwitness" }, { "percent": "10000", - "reputation": 0, + "reputation": 8358591595454, "rshares": 5468384423175, "voter": "kushed" }, { "percent": "10000", - "reputation": 0, + "reputation": 4018307276106, "rshares": 4945364226662, "voter": "silversteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 27931460807554, "rshares": 4656370926104, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3100766695, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3764486632, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 690539083, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 59074616588451, "rshares": 7221866970964, "voter": "complexring" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 54261605662, "voter": "bue" }, { "percent": "10000", - "reputation": 0, + "reputation": 5009147934382, "rshares": 30390370257, "voter": "danknugs" }, @@ -3635,31 +3635,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 12928765689257, "rshares": 38600533043, "voter": "aizensou" }, { "percent": "10000", - "reputation": 0, + "reputation": 1241362310762, "rshares": 12269445334, "voter": "bentley" }, { "percent": "10000", - "reputation": 0, + "reputation": 9028537022578, "rshares": 2651243328828, "voter": "recursive" }, { "percent": "10000", - "reputation": 0, + "reputation": -296615780418, "rshares": 1820914592, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 1066518981517, "voter": "boombastic" }, @@ -3677,13 +3677,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 71087197697999, "rshares": 1336788173111, "voter": "benjojo" }, { "percent": "10000", - "reputation": 0, + "reputation": 101807714979611, "rshares": 749198663628, "voter": "pfunk" }, @@ -3695,7 +3695,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 147478489309626, "rshares": 1039484860678, "voter": "tuck-fheman" }, @@ -3707,13 +3707,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 96486114508046, "rshares": 2783598325676, "voter": "donkeypong" }, { "percent": "10000", - "reputation": 0, + "reputation": 6373903167891, "rshares": 7288280988, "voter": "patrice" }, @@ -3725,253 +3725,253 @@ }, { "percent": "100", - "reputation": 0, + "reputation": 76633033946568, "rshares": 14796343926, "voter": "piedpiper" }, { "percent": "10000", - "reputation": 0, + "reputation": 4733188979515, "rshares": 8972462707, "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 0, + "reputation": 12382143533351, "rshares": 715648773415, "voter": "eeks" }, { "percent": "10000", - "reputation": 0, + "reputation": 82831371778953, "rshares": 854401132096, "voter": "cryptogee" }, { "percent": "10000", - "reputation": 0, + "reputation": 376960001789, "rshares": 5470652472, "voter": "spaninv" }, { "percent": "10000", - "reputation": 0, + "reputation": 58571016273092, "rshares": 726664133144, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 16798528489, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 627954645291, "rshares": 3868778895, "voter": "jonno-katz" }, { "percent": "10000", - "reputation": 0, + "reputation": 6580794427504, "rshares": 56779104986, "voter": "hannixx42" }, { "percent": "10000", - "reputation": 0, + "reputation": 21903005256174, "rshares": 239176165083, "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 0, + "reputation": 161089556767, "rshares": 71220031567, "voter": "asch" }, { "percent": "10000", - "reputation": 0, + "reputation": 60877390332151, "rshares": 608622985586, "voter": "kevinwong" }, { "percent": "10000", - "reputation": 0, + "reputation": 4225750906887, "rshares": 73303668582, "voter": "beerbloke" }, { "percent": "10000", - "reputation": 0, + "reputation": 3037854988445, "rshares": 65759745683, "voter": "ak2020" }, { "percent": "10000", - "reputation": 0, + "reputation": 16234753830016, "rshares": 53884344664, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 0, + "reputation": 2663003206978, "rshares": 10426970985, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 0, + "reputation": 200733663789408, "rshares": 2264268111917, "voter": "stellabelle" }, { "percent": "10000", - "reputation": 0, + "reputation": 3804349938696, "rshares": 57529825067, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 0, + "reputation": 1380612911758, "rshares": 4476883095, "voter": "dahaz159" }, { "percent": "10000", - "reputation": 0, + "reputation": 77590508815145, "rshares": 306456223000, "voter": "kaylinart" }, { "percent": "10000", - "reputation": 0, + "reputation": 60725834714442, "rshares": 501259458185, "voter": "infovore" }, { "percent": "5000", - "reputation": 0, + "reputation": 14028106211346, "rshares": 26315426014, "voter": "kus-knee" }, { "percent": "4900", - "reputation": 0, + "reputation": 1050758001641, "rshares": 11630218162, "voter": "ossama-benjohn" }, { "percent": "10000", - "reputation": 0, + "reputation": 86912853643710, "rshares": 648138422927, "voter": "anwenbaumeister" }, { "percent": "10000", - "reputation": 0, + "reputation": 28873518041457, "rshares": 69137542683, "voter": "razvanelulmarin" }, { "percent": "10000", - "reputation": 0, + "reputation": 8166740506920, "rshares": 35291674341, "voter": "cryptoiskey" }, { "percent": "10000", - "reputation": 0, + "reputation": 177578566464, "rshares": 360818648, "voter": "chetlanin" }, { "percent": "10000", - "reputation": 0, + "reputation": 17405459234693, "rshares": 84518713331, "voter": "venuspcs" }, { "percent": "10000", - "reputation": 0, + "reputation": 1600943037611, "rshares": 2936111289, "voter": "psychonaut" }, { "percent": "10000", - "reputation": 0, + "reputation": 57643429300793, "rshares": 318074226526, "voter": "roelandp" }, { "percent": "10000", - "reputation": 0, + "reputation": 1959446497877, "rshares": 4261065978, "voter": "dennygalindo" }, { "percent": "10000", - "reputation": 0, + "reputation": 18757150528749, "rshares": 140535670338, "voter": "chhaylin" }, { "percent": "10000", - "reputation": 0, + "reputation": 9956734090708, "rshares": 38348578159, "voter": "firepower" }, { "percent": "10000", - "reputation": 0, + "reputation": 40557912481, "rshares": 254364900, "voter": "mstang83" }, { "percent": "8900", - "reputation": 0, + "reputation": 2222945795019, "rshares": 116908007408, "voter": "chhayll" }, { "percent": "10000", - "reputation": 0, + "reputation": 2880187298062, "rshares": 2812431753, "voter": "stranger27" }, { "percent": "10000", - "reputation": 0, + "reputation": 5754523667110, "rshares": 13896170396, "voter": "yogi.artist" }, { "percent": "10000", - "reputation": 0, + "reputation": 6180521629731, "rshares": 14528410967, "voter": "elyaque" }, { "percent": "1000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 2046170935, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 72655151512, "voter": "furion" }, { "percent": "10000", - "reputation": 0, + "reputation": 11161280105659, "rshares": 96443143963, "voter": "sigmajin" }, { "percent": "10000", - "reputation": 0, + "reputation": 10069093677389, "rshares": 40575184405, "voter": "mrwang" }, @@ -3983,37 +3983,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 963454351109, "rshares": 1827599826, "voter": "marcgodard" }, { "percent": "10000", - "reputation": 0, + "reputation": 5463774640621, "rshares": 21069395024, "voter": "akareyon" }, { "percent": "9300", - "reputation": 0, + "reputation": 6030999377480, "rshares": 16233014225, "voter": "sebastien" }, { "percent": "0", - "reputation": 0, + "reputation": 9968156990, "rshares": 1214668585, "voter": "flyingmind" }, { "percent": "10000", - "reputation": 0, + "reputation": 2821855573125, "rshares": 3259008743, "voter": "steemit-life" }, { "percent": "10000", - "reputation": 0, + "reputation": 14826352016829, "rshares": 38541756150, "voter": "diana.catherine" }, @@ -4025,151 +4025,151 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 5827115301697, "rshares": 9142372606, "voter": "deviedev" }, { "percent": "10000", - "reputation": 0, + "reputation": 97417747806297, "rshares": 306656746516, "voter": "knozaki2015" }, { "percent": "10000", - "reputation": 0, + "reputation": 1616992532719, "rshares": 2482350068, "voter": "steemgrindr" }, { "percent": "10000", - "reputation": 0, + "reputation": 1447627612177, "rshares": 3860285221, "voter": "adamt" }, { "percent": "10000", - "reputation": 0, + "reputation": 76096938200261, "rshares": 270410711489, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 0, + "reputation": 14544132145555, "rshares": 9763976269, "voter": "pcste" }, { "percent": "10000", - "reputation": 0, + "reputation": 20001506960251, "rshares": 231813853890, "voter": "liberosist" }, { "percent": "10000", - "reputation": 0, + "reputation": 3782785917192, "rshares": 9172859646, "voter": "oumar" }, { "percent": "10000", - "reputation": 0, + "reputation": 11482318062844, "rshares": 35903507776, "voter": "sauravrungta" }, { "percent": "5000", - "reputation": 0, + "reputation": 5883461278385, "rshares": 37542098641, "voter": "rea" }, { "percent": "10000", - "reputation": 0, + "reputation": 7582874972117, "rshares": 21424668654, "voter": "prufarchy" }, { "percent": "10000", - "reputation": 0, + "reputation": 12468455070375, "rshares": 9888950976, "voter": "carlidos" }, { "percent": "10000", - "reputation": 0, + "reputation": 5852927286506, "rshares": 17018462501, "voter": "cryptocameo" }, { "percent": "10000", - "reputation": 0, + "reputation": 8079179261851, "rshares": 38704462901, "voter": "claudiop63" }, { "percent": "10000", - "reputation": 0, + "reputation": 4062552056713, "rshares": 10716559196, "voter": "phoenixmaid" }, { "percent": "10000", - "reputation": 0, + "reputation": 901348001111, "rshares": 2850823006, "voter": "tjpezlo" }, { "percent": "10000", - "reputation": 0, + "reputation": 6545561317919, "rshares": 13269181041, "voter": "clevecross" }, { "percent": "10000", - "reputation": 0, + "reputation": 17218558634066, "rshares": 24054735183, "voter": "smailer" }, { "percent": "10000", - "reputation": 0, + "reputation": 8561737881023, "rshares": 18688350126, "voter": "pixielolz" }, { "percent": "10000", - "reputation": 0, + "reputation": 15621086173579, "rshares": 26483585759, "voter": "williambanks" }, { "percent": "10000", - "reputation": 0, + "reputation": 4046144208870, "rshares": 3431378627, "voter": "webosfritos" }, { "percent": "10000", - "reputation": 0, + "reputation": 2926129985180, "rshares": 89283515898, "voter": "shaka" }, { "percent": "10000", - "reputation": 0, + "reputation": 1161816442579, "rshares": 73511111757, "voter": "twinner" }, { "percent": "10000", - "reputation": 0, + "reputation": 2730766591183, "rshares": 1475564323, "voter": "handmade" }, { "percent": "10000", - "reputation": 0, + "reputation": 512132085322, "rshares": 9986529692, "voter": "viktor.phuket" }, @@ -4181,247 +4181,247 @@ }, { "percent": "5600", - "reputation": 0, + "reputation": 2344911104009, "rshares": 6013694326, "voter": "ekitcho" }, { "percent": "100", - "reputation": 0, + "reputation": 66791976065, "rshares": 2112721437, "voter": "joele" }, { "percent": "10000", - "reputation": 0, + "reputation": 11122126920308, "rshares": 4344750511, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 0, + "reputation": 6380056335097, "rshares": 11208435898, "voter": "randyclemens" }, { "percent": "10000", - "reputation": 0, + "reputation": 311638758804, "rshares": 315529006, "voter": "rusteller" }, { "percent": "10000", - "reputation": 0, + "reputation": 7767180487460, "rshares": 8668714921, "voter": "gargon" }, { "percent": "10000", - "reputation": 0, + "reputation": 1955505384817, "rshares": 2402681750, "voter": "pgarcgo" }, { "percent": "5000", - "reputation": 0, + "reputation": 891327, "rshares": 4722016641, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 0, + "reputation": 11861754844312, "rshares": 13978892123, "voter": "queenmountain" }, { "percent": "10000", - "reputation": 0, + "reputation": 4542627765008, "rshares": 21216135219, "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 0, + "reputation": 289024216569, "rshares": 360104574, "voter": "herbertmueller" }, { "percent": "10000", - "reputation": 0, + "reputation": 641833483915, "rshares": 2790597203, "voter": "lightsplasher" }, { "percent": "10000", - "reputation": 0, + "reputation": 710891266725, "rshares": 760244820, "voter": "princewahaj" }, { "percent": "10000", - "reputation": 0, + "reputation": 2409896485, "rshares": 7124799262, "voter": "theb0red1" }, { "percent": "10000", - "reputation": 0, + "reputation": 44529428534261, "rshares": 59327261726, "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 0, + "reputation": 6861320744353, "rshares": 3673690786, "voter": "anarchyhasnogods" }, { "percent": "10000", - "reputation": 0, + "reputation": 5742611366, "rshares": 1481195780, "voter": "indykpol" }, { "percent": "10000", - "reputation": 0, + "reputation": 366678373049, "rshares": 302329407, "voter": "comcentrate" }, { "percent": "10000", - "reputation": 0, + "reputation": 335003583191, "rshares": 122637921, "voter": "jtstreetman" }, { "percent": "10000", - "reputation": 0, + "reputation": 1191252134466, "rshares": 1623996599, "voter": "ines-f" }, { "percent": "10000", - "reputation": 0, + "reputation": 1063317981552, "rshares": 8237809906, "voter": "etcmike" }, { "percent": "10000", - "reputation": 0, + "reputation": 8298658614343, "rshares": 6391005392, "voter": "lesliestarrohara" }, { "percent": "10000", - "reputation": 0, + "reputation": 4272392942041, "rshares": 3425466270, "voter": "ats-david" }, { "percent": "10000", - "reputation": 0, + "reputation": 986609023336, "rshares": 293609359, "voter": "pollux.one" }, { "percent": "10000", - "reputation": 0, + "reputation": 3946777086453, "rshares": 1184448867, "voter": "contentjunkie" }, { "percent": "10000", - "reputation": 0, + "reputation": 2147956107486, "rshares": 7304947957, "voter": "einsteinpotsdam" }, { "percent": "10000", - "reputation": 0, + "reputation": 855097842923, "rshares": 11502232563, "voter": "darrantrute" }, { "percent": "10000", - "reputation": 0, + "reputation": 5454682833813, "rshares": 17585035067, "voter": "sabot" }, { "percent": "10000", - "reputation": 0, + "reputation": 38377870181305, "rshares": 28036909101, "voter": "markrmorrisjr" }, { "percent": "10000", - "reputation": 0, + "reputation": 837791549130, "rshares": 45121178435, "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 0, + "reputation": 66712446374, "rshares": 249472621, "voter": "reaction" }, { "percent": "10000", - "reputation": 0, + "reputation": 12539394694005, "rshares": 2914432081, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 0, + "reputation": 2856930496335, "rshares": 3648710236, "voter": "nubchai" }, { "percent": "10000", - "reputation": 0, + "reputation": 2483815670577, "rshares": 4721456837, "voter": "richardjuckes" }, { "percent": "10000", - "reputation": 0, + "reputation": 185899977514, "rshares": 146618463, "voter": "jens-jung" }, { "percent": "10000", - "reputation": 0, + "reputation": 351488360313, "rshares": 116558699, "voter": "chadcrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 488472984681, "rshares": 54685141, "voter": "ballinconscious" }, { "percent": "10000", - "reputation": 0, + "reputation": 1896009750059, "rshares": 70593457, "voter": "whatsup" }, { "percent": "10000", - "reputation": 0, + "reputation": 160159881697, "rshares": 1584386308, "voter": "dirkzett" }, { "percent": "10000", - "reputation": 0, + "reputation": 3302532614, "rshares": 66920614, "voter": "willio" }, { "percent": "10000", - "reputation": 0, + "reputation": 73556721290, "rshares": 71584544, "voter": "justusagenstum" }, @@ -4433,7 +4433,7 @@ } ], "author": "donkeypong", - "author_reputation": 0, + "author_reputation": 96486114508046, "beneficiaries": [], "body": "## I strongly oppose the \"5 votes a day\" target. \n\nI thought one of the greatest changes to be implemented so far was when that target INCREASED. People have not been so stressed in the last month or two about curation rewards; they just vote for what they like and have fun. \n\nI don't think Steemit will be FUN anymore if there is an expected target of 5 votes per day. People will spend much less time on the site. They will vote for predictably popular content. And we will be right back where we were a couple of months ago. \n\nNo, it will be worse than that. Because 20 votes a day used to stress people out. 5 votes a day? NO ONE can do any real curation under that scheme.\n\nAs an individual and an established author, the 5 votes a day could be great for me. If we go back to the days when everybody upvoted the same posts, then maybe I'd get all those votes again. I could quit my job and write for Steemit full time. \n\nAnd we'd go back to the days when emerging authors and artists got far fewer votes and rewards. \n\nAs far as curation and voting bots, they are being used for very good purposes also. Rather than turning our tails and running away from them, why don't we use them for the greater good? I think the mega-whales' curation teams are doing a far better job than ever before at redistributing rewards; I make nothing from being involved in that effort, but I think it is working quite well. Give the vote sliders and the voting bots more time; Steemit's front page is finally diversifying and newer people are getting rewards like never before. \n\nOne more thing: Redistribution of Steemit's resources from big whale accounts to the masses MUST be one of our top priorities. How does this help? I understand that big whale accounts may make less on curation rewards, but I think few of them are concerned with this anymore; they're trying to channel their votes to worthy posters. They have recognized that their big stakes will be worth nothing unless we make this thing succeed.\n\nUnder this scheme, the big whales will need to sell the max on exchanges every week and other people buy their Steem for any real redistribution to occur. That will hold down the price and our competitors will zoom right by us. \n\nSteem Team, I understand you are trying to solve real problems with these tweaks. I don't normally comment on them because I feel that Steemit is good enough that there is some margin for error with these back-end decisions. But this is far, far too severe a change for the platform to absorb.\n\n## If I am wrong, then I'd love to hear that from the community, and I am open to learning from other views. Give us time for this discussion, please, before forcing through such a change. Until then, I oppose this change.", "body_length": 2749, @@ -4465,37 +4465,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 14765040488827, "rshares": 25590936673298, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 0, + "reputation": 27931460807554, "rshares": 4503240944593, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3093334843, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3754789393, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 703475396, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 53137822427, "voter": "bue" }, @@ -4531,13 +4531,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1132310339390, "rshares": 52651564, "voter": "meredithpetran" } ], "author": "jhermanbeans", - "author_reputation": 0, + "author_reputation": 3507512667936, "beneficiaries": [], "body": "Fascinating world. Can't wait to see where it goes!", "body_length": 51, @@ -4569,31 +4569,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 32455846463901, "rshares": 31588356739639, "voter": "smooth" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3726201087, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 4524113216, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 820980926, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 66047512415, "voter": "bue" }, @@ -4611,7 +4611,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 83941319998, "rshares": 5893489774073, "voter": "smooth.witness" }, @@ -4635,61 +4635,61 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 54345938068170, "rshares": 394226217606, "voter": "craig-grant" }, { "percent": "3000", - "reputation": 0, + "reputation": 16234753830016, "rshares": 24215364511, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 0, + "reputation": 200733663789408, "rshares": 2042269341790, "voter": "stellabelle" }, { "percent": "10000", - "reputation": 0, + "reputation": 787678199102, "rshares": 8944971271, "voter": "cmtzco" }, { "percent": "10000", - "reputation": 0, + "reputation": -39372262885, "rshares": 52207362, "voter": "reported" }, { "percent": "10000", - "reputation": 0, + "reputation": 958503, "rshares": 58804600, "voter": "southbaybits" }, { "percent": "10000", - "reputation": 0, + "reputation": 6380056335097, "rshares": 14292459528, "voter": "randyclemens" }, { "percent": "10000", - "reputation": 0, + "reputation": 3573461197670, "rshares": 39105503792, "voter": "luminousvisions" }, { "percent": "10000", - "reputation": 0, + "reputation": 96725733083, "rshares": 120190171, "voter": "emeline" } ], "author": "luminousvisions", - "author_reputation": 0, + "author_reputation": 3573461197670, "beneficiaries": [], "body": "### @dantheman ... you just downvoted my comment?\n\nwhat is that all about? what's wrong with it?\n\n#### I'm just suggestion a solution and in return for offering my help ... you downvote me?!?\n\n\nlook at what I've been up to;\n[little baby dolphin](https://steemit.com/steemit/@luminousvisions/little-baby-dolphin-goes-to-steemit-school)\nI'm already working on a solution!", "body_length": 369, @@ -4721,31 +4721,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 176979684007, "rshares": 35321225455025, "voter": "jamesc" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3104786127, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3769614077, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 684099809, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 54952584675, "voter": "bue" }, @@ -4781,31 +4781,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 22504728466704, "rshares": 64567952685, "voter": "cheetah" }, { "percent": "10000", - "reputation": 0, + "reputation": 741940212, "rshares": 100261624, "voter": "cheetah43" }, { "percent": "10000", - "reputation": 0, + "reputation": 760865102, "rshares": 141949259, "voter": "cheetah44" }, { "percent": "10000", - "reputation": 0, + "reputation": 760863473, "rshares": 121089288, "voter": "cheetah45" } ], "author": "cheetah", - "author_reputation": 0, + "author_reputation": 22504728466704, "beneficiaries": [], "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", "body_length": 244, diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/not_allowed_category.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/not_allowed_category.pat.json index 134c0db9..fe5d7fbf 100644 --- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/not_allowed_category.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/not_allowed_category.pat.json @@ -2,7 +2,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "dont get me started", "body_length": 19, @@ -33,7 +33,7 @@ { "active_votes": [], "author": "earnest", - "author_reputation": 0, + "author_reputation": -2314406420479, "beneficiaries": [], "body": "i know", "body_length": 6, diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/tag_limit.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/tag_limit.pat.json index 15ef8fb0..4aeced3d 100644 --- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/tag_limit.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/tag_limit.pat.json @@ -2,7 +2,7 @@ { "active_votes": [], "author": "lukmarcus", - "author_reputation": 0, + "author_reputation": 2865139821445, "beneficiaries": [], "body": "Ty jeste\u015b autorem tego tekstu?\nhttps://web.facebook.com/notes/szymon-szewczyk-blog/nasienie-wolno%C5%9Bci/1062629210473658", "body_length": 122, @@ -30,4 +30,4 @@ "total_payout_value": "0.000 HBD", "url": "/polska/@simgregg/nasienie-wolnosci#@lukmarcus/re-simgregg-nasienie-wolnosci-20160822t074530822z" } -] \ No newline at end of file +] diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/truncate_body.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/truncate_body.pat.json index 40e79873..62069260 100644 --- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/truncate_body.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/truncate_body.pat.json @@ -3,37 +3,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 25849925929525, "rshares": 170280952462, "voter": "anyx" }, { "percent": "2500", - "reputation": 0, + "reputation": 22504728466704, "rshares": 14565850595, "voter": "cheetah" }, { "percent": "10000", - "reputation": 0, + "reputation": 66108793, "rshares": 100056560, "voter": "cheetah55" }, { "percent": "10000", - "reputation": 0, + "reputation": -64427114, "rshares": 120732244, "voter": "cheetah56" }, { "percent": "10000", - "reputation": 0, + "reputation": 101962962, "rshares": 99934003, "voter": "cheetah57" } ], "author": "cheetah", - "author_reputation": 0, + "author_reputation": 22504728466704, "beneficiaries": [], "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.cha", "body_length": 244, @@ -65,13 +65,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 9523766827937, "rshares": 15367342797, "voter": "cryptos" } ], "author": "troglodactyl", - "author_reputation": 0, + "author_reputation": 2792579239013, "beneficiaries": [], "body": "Wea", "body_length": 27, @@ -103,13 +103,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 5571312226030, "rshares": 3286335338, "voter": "beanz" } ], "author": "siren", - "author_reputation": 0, + "author_reputation": 523553844040, "beneficiaries": [], "body": "Why? I've seen some users use the same picture on all articles as part of their branding. Anyway good luck. I do think it would be nice to be able to upload images from the submit page, but I guess the bloc", "body_length": 230, @@ -140,7 +140,7 @@ { "active_votes": [], "author": "ahmetova", - "author_reputation": 0, + "author_reputation": 670779587392, "beneficiaries": [], "body": "T", "body_length": 25, @@ -171,7 +171,7 @@ { "active_votes": [], "author": "papa-pepper", - "author_reputation": 0, + "author_reputation": 39913884914319, "beneficiaries": [], "body": "", "body_length": 16, diff --git a/hivemind/tavern/tags_api_patterns/get_content_replies/author_permlink.pat.json b/hivemind/tavern/tags_api_patterns/get_content_replies/author_permlink.pat.json index 2196ca2c..7bc368bf 100644 --- a/hivemind/tavern/tags_api_patterns/get_content_replies/author_permlink.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_content_replies/author_permlink.pat.json @@ -3,13 +3,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" } ], "author": "kingtylervvs", - "author_reputation": 0, + "author_reputation": 353432699790, "beneficiaries": [], "body": "PARTY PARTY.... P - A - R - T - Y????? BECAUSE I GOTTA!", "body_length": 55, @@ -41,19 +41,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 0, + "reputation": -40589644, "rshares": 111000395, "voter": "bustillos" } ], "author": "gopher", - "author_reputation": 0, + "author_reputation": 3871208629, "beneficiaries": [], "body": "Are you admin in steem? If you have been hacked, who can help you?", "body_length": 66, diff --git a/hivemind/tavern/tags_api_patterns/get_discussion/author_permlink.pat.json b/hivemind/tavern/tags_api_patterns/get_discussion/author_permlink.pat.json index 73e445f9..ef3d0ef3 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussion/author_permlink.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussion/author_permlink.pat.json @@ -2,13 +2,13 @@ "active_votes": [ { "percent": "100", - "reputation": 0, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 0, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, @@ -20,13 +20,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, @@ -38,7 +38,7 @@ }, { "percent": "-100", - "reputation": 0, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, @@ -56,559 +56,559 @@ }, { "percent": "100", - "reputation": 0, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 0, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 0, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 0, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 0, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 0, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 0, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 0, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 0, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 0, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 0, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 0, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 0, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 0, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 0, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 0, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 0, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 0, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 0, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 0, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 0, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 0, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 0, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 0, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 0, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 0, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 0, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 0, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 0, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 0, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 0, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 0, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 0, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 0, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 0, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 0, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 0, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 0, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 0, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 0, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 0, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 0, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 0, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 0, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 0, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 0, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 0, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 0, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 0, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 0, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 0, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 0, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 0, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 0, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 0, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 0, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 0, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 0, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 0, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 0, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 0, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 0, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 0, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 0, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 0, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 0, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 0, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 0, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 0, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 0, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 0, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 0, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 0, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 0, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 0, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 0, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 0, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 0, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 0, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 0, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } ], "author": "steemit", - "author_reputation": 0, + "author_reputation": 12944616889, "beneficiaries": [], "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.", "body_length": 224, diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author.pat.json index b6cac39f..0d871bbc 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author.pat.json @@ -3,7 +3,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 289496406729, "voter": "anonymous" }, @@ -15,55 +15,55 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 651650151993, "voter": "clains" }, { "percent": "10000", - "reputation": 0, + "reputation": 34347753869675, "rshares": 203214055493, "voter": "camilla" }, { "percent": "200", - "reputation": 0, + "reputation": 5414208804644, "rshares": 661462066, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 8364732813017, "rshares": 130765654564, "voter": "psylains" }, { "percent": "4200", - "reputation": 0, + "reputation": 15755437221598, "rshares": 12188532385, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 760600032, "voter": "coar" }, { "percent": "1509", - "reputation": 0, + "reputation": 2902053059801, "rshares": 706772487, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4509451541223, "rshares": 59861247996, "voter": "theshell" }, { "percent": "10000", - "reputation": 0, + "reputation": 3046358914696, "rshares": 17018803209, "voter": "samether" }, @@ -75,157 +75,157 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 6105332515536, "rshares": 11707843677, "voter": "primus" }, { "percent": "10000", - "reputation": 0, + "reputation": 4821174317675, "rshares": 4362079757, "voter": "alexft" }, { "percent": "10000", - "reputation": 0, + "reputation": 10314872786861, "rshares": 46148758185, "voter": "isteemit" }, { "percent": "10000", - "reputation": 0, + "reputation": 184227769156, "rshares": 330853272, "voter": "helle" }, { "percent": "10000", - "reputation": 0, + "reputation": 156169282296, "rshares": 290559594, "voter": "sonyanka" }, { "percent": "10000", - "reputation": 0, + "reputation": 454055212995, "rshares": 1608900298, "voter": "gidlark" }, { "percent": "4200", - "reputation": 0, + "reputation": 2906973892, "rshares": 103512966, "voter": "strawhat" }, { "percent": "10000", - "reputation": 0, + "reputation": 5451039980643, "rshares": 2340059283, "voter": "steemswede" }, { "percent": "4200", - "reputation": 0, + "reputation": 675716972978, "rshares": 102583242, "voter": "cryptochannel" }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 12345609219, "voter": "asim" }, { "percent": "10000", - "reputation": 0, + "reputation": 686738916191, "rshares": 154310336, "voter": "sergey44" }, { "percent": "10000", - "reputation": 0, + "reputation": 2568808468562, "rshares": 3912738831, "voter": "sompitonov" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571312226030, "rshares": 5942642822, "voter": "beanz" }, { "percent": "10000", - "reputation": 0, + "reputation": 8561737881023, "rshares": 26148166391, "voter": "pixielolz" }, { "percent": "100", - "reputation": 0, + "reputation": 4063076365725, "rshares": 116538182, "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 0, + "reputation": 106575300404, "rshares": 3321707002, "voter": "glitterpig" }, { "percent": "10000", - "reputation": 0, + "reputation": 1984412570795, "rshares": 5606477483, "voter": "shortcut" }, { "percent": "1000", - "reputation": 0, + "reputation": 3278418228934, "rshares": 508520907, "voter": "karenb54" }, { "percent": "10000", - "reputation": 0, + "reputation": 1653800202958, "rshares": 464346063318, "voter": "glitterfart" }, { "percent": "10000", - "reputation": 0, + "reputation": 7436429161346, "rshares": 8529222483, "voter": "mione" }, { "percent": "10000", - "reputation": 0, + "reputation": 1916013022364, "rshares": 472813942, "voter": "wuyueling" }, { "percent": "10000", - "reputation": 0, + "reputation": 2146463020842, "rshares": 2337983869, "voter": "cryptoeasy" }, { "percent": "10000", - "reputation": 0, + "reputation": 351488360313, "rshares": 174554557, "voter": "chadcrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 1996672246136, "rshares": 143406202, "voter": "anomaly" }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 13292298415, "voter": "goldmatters" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "https://i.imgsafe.org/7252ed86f2.jpg\n\n### Drawing made with Prismacolor pencils on gray toned paper.", "body_length": 100, @@ -257,241 +257,241 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 289482062341, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 358840960832, "rshares": 1152457041840, "voter": "rossco99" }, { "percent": "10000", - "reputation": 0, + "reputation": 49549461527, "rshares": 436172432967, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 651650151993, "voter": "clains" }, { "percent": "10000", - "reputation": 0, + "reputation": 12712877967688, "rshares": 75110722747, "voter": "easteagle13" }, { "percent": "10000", - "reputation": 0, + "reputation": 34347753869675, "rshares": 215909081377, "voter": "camilla" }, { "percent": "10000", - "reputation": 0, + "reputation": 9600934617910, "rshares": 16221469512, "voter": "jademont" }, { "percent": "400", - "reputation": 0, + "reputation": 5414208804644, "rshares": 1322723922, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 8364732813017, "rshares": 130765654564, "voter": "psylains" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 29251115097, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 849659123, "voter": "coar" }, { "percent": "1509", - "reputation": 0, + "reputation": 2902053059801, "rshares": 706760886, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4509451541223, "rshares": 63365513478, "voter": "theshell" }, { "percent": "10000", - "reputation": 0, + "reputation": 2457655120479, "rshares": 5091917697, "voter": "ben99" }, { "percent": "10000", - "reputation": 0, + "reputation": 4821174317675, "rshares": 4487075430, "voter": "alexft" }, { "percent": "10000", - "reputation": 0, + "reputation": 184227769156, "rshares": 324365953, "voter": "helle" }, { "percent": "10000", - "reputation": 0, + "reputation": 454055212995, "rshares": 1541722449, "voter": "gidlark" }, { "percent": "10000", - "reputation": 0, + "reputation": 2906973892, "rshares": 246459444, "voter": "strawhat" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 9220777116, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 675716972978, "rshares": 244245816, "voter": "cryptochannel" }, { "percent": "10000", - "reputation": 0, + "reputation": 1891778559109, "rshares": 5888378458, "voter": "bitspace" }, { "percent": "10000", - "reputation": 0, + "reputation": 1058072223123, "rshares": 321100442, "voter": "luisucv34" }, { "percent": "10000", - "reputation": 0, + "reputation": 2713713668533, "rshares": 2308410567, "voter": "the-future" }, { "percent": "10000", - "reputation": 0, + "reputation": 2339981102950, "rshares": 4263594327, "voter": "fubar-bdhr" }, { "percent": "10000", - "reputation": 0, + "reputation": 6570213787, "rshares": 117630527, "voter": "pokemon" }, { "percent": "10000", - "reputation": 0, + "reputation": 686738916191, "rshares": 51423955, "voter": "sergey44" }, { "percent": "8600", - "reputation": 0, + "reputation": 7172977970558, "rshares": 2911202361, "voter": "ace108" }, { "percent": "10000", - "reputation": 0, + "reputation": 8561737881023, "rshares": 26148166391, "voter": "pixielolz" }, { "percent": "10000", - "reputation": 0, + "reputation": -1193908062262, "rshares": 149597919, "voter": "steemster1" }, { "percent": "3400", - "reputation": 0, + "reputation": 4063076365725, "rshares": 1165238399, "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 0, + "reputation": 106575300404, "rshares": 3505969711, "voter": "glitterpig" }, { "percent": "10000", - "reputation": 0, + "reputation": 1984412570795, "rshares": 5731769098, "voter": "shortcut" }, { "percent": "10000", - "reputation": 0, + "reputation": -833837861150, "rshares": 59219358, "voter": "sharon" }, { "percent": "10000", - "reputation": 0, + "reputation": -1130081321479, "rshares": 60342922, "voter": "lillianjones" }, { "percent": "10000", - "reputation": 0, + "reputation": -1468839175006, "rshares": 60806273, "voter": "msjennifer" }, { "percent": "10000", - "reputation": 0, + "reputation": -1343370986030, "rshares": 57196572, "voter": "ciao" }, { "percent": "10000", - "reputation": 0, + "reputation": 485540, "rshares": 55449983, "voter": "steemo" }, { "percent": "10000", - "reputation": 0, + "reputation": 2144720103876, "rshares": 3892676217, "voter": "alchemage" }, { "percent": "10000", - "reputation": 0, + "reputation": -79575494262, "rshares": 55306941, "voter": "steema" }, { "percent": "10000", - "reputation": 0, + "reputation": -894488087252, "rshares": 71268878, "voter": "confucius" }, @@ -503,13 +503,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -789959772758, "rshares": 56157882, "voter": "jarvis" }, { "percent": "10000", - "reputation": 0, + "reputation": 497846177749, "rshares": 597059749, "voter": "ashwim" }, @@ -563,13 +563,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -11923402406, "rshares": 58273844, "voter": "hotgirlktm" }, { "percent": "10000", - "reputation": 0, + "reputation": 34250890230, "rshares": 63850166, "voter": "aavkc" }, @@ -581,7 +581,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2083416845, "rshares": 50593879, "voter": "crion" }, @@ -617,7 +617,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 16154264891, "rshares": 59551730, "voter": "techguru" }, @@ -647,25 +647,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 950372517145, "rshares": 551289713, "voter": "jessicanicklos" }, { "percent": "10000", - "reputation": 0, + "reputation": 1996672246136, "rshares": 143358574, "voter": "anomaly" }, { "percent": "10000", - "reputation": 0, + "reputation": 1502200909130, "rshares": 1027866325, "voter": "ola1" }, { "percent": "10000", - "reputation": 0, + "reputation": 5766569295559, "rshares": 6349496599, "voter": "orcish" }, @@ -683,13 +683,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 30860749466, "rshares": 56509947, "voter": "alex.gaud" }, { "percent": "10000", - "reputation": 0, + "reputation": 615545545848, "rshares": 1192255729, "voter": "ndbeledrifts" }, @@ -719,13 +719,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 13670562023, "voter": "goldmatters" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "### I made this drawing with my new Prismacolor pencils. I got them from the talented artist @Pixielols. I met her in real life today at the University and she is the sweetest and loveliest person you can imagine.\n\nhttps://i.imgsafe.org/6dd4fe4912.jpg\n\n ### I had to test them right away so I just spent an hour on this autumn inspired apple drawing. These color pencils are very soft and is a joy to work with.\n\nhttps://i.imgsafe.org/6dc35d7e3c.jpg\n\n### The apple have felt the warm sun on its red skin, drawn energy from the soil, nourished birds and children and heard the cold autumn wind in the leaves. It is a sweet gift from nature for you to enjoy.\n\nhttps://i.imgsafe.org/6ddd3dee6b.jpg\n\n### Thank you for visiting my post! I hope you liked it.", "body_length": 753, @@ -757,7 +757,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 376233439931, "voter": "anonymous" }, @@ -769,103 +769,103 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 358840960832, "rshares": 1119181397810, "voter": "rossco99" }, { "percent": "10000", - "reputation": 0, + "reputation": 49549461527, "rshares": 461536194020, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 0, + "reputation": 101807714979611, "rshares": 698098902296, "voter": "pfunk" }, { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 651645205561, "voter": "clains" }, { "percent": "10000", - "reputation": 0, + "reputation": 8963739580468, "rshares": 131708490559, "voter": "team" }, { "percent": "10000", - "reputation": 0, + "reputation": 19959120564829, "rshares": 42712960461, "voter": "alexgr" }, { "percent": "10000", - "reputation": 0, + "reputation": 34347753869675, "rshares": 211242392243, "voter": "camilla" }, { "percent": "400", - "reputation": 0, + "reputation": 5414208804644, "rshares": 1333641507, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 8364732813017, "rshares": 130765248410, "voter": "psylains" }, { "percent": "10000", - "reputation": 0, + "reputation": 4611433093423, "rshares": 27088176517, "voter": "tmendieta" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1027472226, "voter": "coar" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1413239642, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 2423086926842, "rshares": 16193082064, "voter": "b4bb4r-5h3r" }, { "percent": "3100", - "reputation": 0, + "reputation": 16234753830016, "rshares": 24219759293, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 0, + "reputation": 4260826979219, "rshares": 8338989775, "voter": "givemeyoursteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 3046358914696, "rshares": 20202699413, "voter": "samether" }, { "percent": "10000", - "reputation": 0, + "reputation": 14028106211346, "rshares": 51727323862, "voter": "kus-knee" }, @@ -877,31 +877,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4821174317675, "rshares": 3484563685, "voter": "alexft" }, { "percent": "10000", - "reputation": 0, + "reputation": 184227769156, "rshares": 324365953, "voter": "helle" }, { "percent": "10000", - "reputation": 0, + "reputation": 454055212995, "rshares": 1640980092, "voter": "gidlark" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 17414401735, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 1891778559109, "rshares": 5888362824, "voter": "bitspace" }, @@ -913,97 +913,97 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 11521200292, "voter": "asim" }, { "percent": "10000", - "reputation": 0, + "reputation": 38947133984552, "rshares": 226192934152, "voter": "jesta" }, { "percent": "1000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 664445440, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 669199844401, "rshares": 10310589431, "voter": "mun" }, { "percent": "10000", - "reputation": 0, + "reputation": -2314406420479, "rshares": 1913344238, "voter": "earnest" }, { "percent": "10000", - "reputation": 0, + "reputation": 20001506960251, "rshares": 261981171388, "voter": "liberosist" }, { "percent": "1000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 32296817492, "voter": "jl777" }, { "percent": "10000", - "reputation": 0, + "reputation": 929113870632, "rshares": 327972405, "voter": "valenttina" }, { "percent": "10000", - "reputation": 0, + "reputation": 2568808468562, "rshares": 3985741522, "voter": "sompitonov" }, { "percent": "1000", - "reputation": 0, + "reputation": 58190631451, "rshares": 2725653124, "voter": "proto" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571312226030, "rshares": 7508323572, "voter": "beanz" }, { "percent": "1000", - "reputation": 0, + "reputation": 4063076365725, "rshares": 348014675, "voter": "bullionstackers" }, { "percent": "5000", - "reputation": 0, + "reputation": 8806485920347, "rshares": 22980208089, "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 0, + "reputation": 106575300404, "rshares": 3258419015, "voter": "glitterpig" }, { "percent": "1000", - "reputation": 0, + "reputation": 1275505236, "rshares": 1378514942, "voter": "taker" }, { "percent": "10000", - "reputation": 0, + "reputation": 6380056335097, "rshares": 14860602062, "voter": "randyclemens" }, @@ -1015,31 +1015,31 @@ }, { "percent": "5000", - "reputation": 0, + "reputation": 64878458203, "rshares": 728479455, "voter": "alexma3x" }, { "percent": "10000", - "reputation": 0, + "reputation": 12539394694005, "rshares": 8953896241, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 0, + "reputation": -2498083480, "rshares": 111977218, "voter": "skeptic" }, { "percent": "10000", - "reputation": 0, + "reputation": 4069545029880, "rshares": 3066392990, "voter": "funnyman" }, { "percent": "10000", - "reputation": 0, + "reputation": 878526376261, "rshares": 88662747, "voter": "mlialen" }, @@ -1051,19 +1051,19 @@ }, { "percent": "4500", - "reputation": 0, + "reputation": 414609406210, "rshares": 1515433531, "voter": "robotev" }, { "percent": "10000", - "reputation": 0, + "reputation": 1487989126850, "rshares": 1977901532, "voter": "haphazard-hstead" }, { "percent": "10000", - "reputation": 0, + "reputation": 271380763884, "rshares": 50985709, "voter": "natord" }, @@ -1075,13 +1075,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 13670562023, "voter": "goldmatters" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "### Where the Trees will not grow in the cold weather, where the houses are far apart but the hearts are close together.\n\nhttps://i.imgsafe.org/52a5ddd3b8.jpg\n\n### My Mother grew up here and I lived my first year in worlds most northern city called Hammerfest. The soil here is frozen, the land is flat and full of stones but still the tourists are very impressed.\n\nhttps://i.imgsafe.org/52c7a83b71.jpg\n\n### On a small island called Ertsvika my great grand parents lived with their 13 children. It was a hard life in poverty and cold winters, but their health where strong and their hearts where warm.\n\nhttps://i.imgsafe.org/52c38d5ff5.jpg\n\n### They lived of fishing and gathering berries. The next neighbors where 8 hours away by foot. My great grand mother gave birth to all the children without any doctor to help her, the oldest daughter was the midwife. The oldest son had to fish with his father on the stormy ocean when he was 8 years old, he died early from hard work. \n\nhttps://i.imgsafe.org/52b994c30e.jpg\n\n### Now the ancestors visit this place from time to time, where the old house used to be there is now a small cabin. There is a peaceful land far far north where nobody lives only birds and raindeers. \n\nhttps://i.imgsafe.org/52ad9349ed.jpg\n\n### The pictures are taken by my mother who is there now, visiting her mother and her childhood places. I hope you enjoyed this glimpse from the past.", "body_length": 1412, @@ -1113,13 +1113,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 376199691813, "voter": "anonymous" }, { "percent": "4000", - "reputation": 0, + "reputation": 14765040488827, "rshares": 10514445664165, "voter": "berniesanders" }, @@ -1131,139 +1131,139 @@ }, { "percent": "4000", - "reputation": 0, + "reputation": 9326993992, "rshares": 64047892423, "voter": "nextgenwitness" }, { "percent": "4000", - "reputation": 0, + "reputation": 608057298751, "rshares": 228778017848, "voter": "justin" }, { "percent": "4000", - "reputation": 0, + "reputation": 138490649, "rshares": 667121759026, "voter": "silver" }, { "percent": "4000", - "reputation": 0, + "reputation": 4018307276106, "rshares": 1625458470769, "voter": "silversteem" }, { "percent": "4000", - "reputation": 0, + "reputation": 27931460807554, "rshares": 1817776274078, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 358840960832, "rshares": 1086156024356, "voter": "rossco99" }, { "percent": "4000", - "reputation": 0, + "reputation": 29449063355738, "rshares": 134451929559, "voter": "steemservices" }, { "percent": "5000", - "reputation": 0, + "reputation": 1241362310762, "rshares": 6459214622, "voter": "bentley" }, { "percent": "10000", - "reputation": 0, + "reputation": 49549461527, "rshares": 469477368872, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 651645205561, "voter": "clains" }, { "percent": "1000", - "reputation": 0, + "reputation": 2165622245848, "rshares": 2586674942, "voter": "yefet" }, { "percent": "10000", - "reputation": 0, + "reputation": 34347753869675, "rshares": 215464179712, "voter": "camilla" }, { "percent": "900", - "reputation": 0, + "reputation": 4931834878069, "rshares": 2027172658, "voter": "fkn" }, { "percent": "900", - "reputation": 0, + "reputation": 5414208804644, "rshares": 2666300169, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 8364732813017, "rshares": 130765248410, "voter": "psylains" }, { "percent": "4200", - "reputation": 0, + "reputation": 15755437221598, "rshares": 10966759140, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 4611433093423, "rshares": 27080912220, "voter": "tmendieta" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1027351719, "voter": "coar" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1413116466, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4509451541223, "rshares": 59824941705, "voter": "theshell" }, { "percent": "10000", - "reputation": 0, + "reputation": 16234753830016, "rshares": 76309016178, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 0, + "reputation": 4260826979219, "rshares": 7998622846, "voter": "givemeyoursteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 387218146988, "rshares": 1457681508, "voter": "benthegameboy" }, @@ -1275,103 +1275,103 @@ }, { "percent": "900", - "reputation": 0, + "reputation": 598181152117, "rshares": 21517750872, "voter": "kimziv" }, { "percent": "10000", - "reputation": 0, + "reputation": 2758500001611, "rshares": 6684459064, "voter": "fuck.off" }, { "percent": "10000", - "reputation": 0, + "reputation": 1019011681813, "rshares": 6605970020, "voter": "iloveporn" }, { "percent": "10000", - "reputation": 0, + "reputation": 1557874437556, "rshares": 5890677916, "voter": "the.bot" }, { "percent": "10000", - "reputation": 0, + "reputation": 2445708956667, "rshares": 8035250377, "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 0, + "reputation": 4821174317675, "rshares": 3600677639, "voter": "alexft" }, { "percent": "10000", - "reputation": 0, + "reputation": 1691376287481, "rshares": 5718018880, "voter": "the.whale" }, { "percent": "10000", - "reputation": 0, + "reputation": 25984358555464, "rshares": 69790115190, "voter": "bacchist" }, { "percent": "10000", - "reputation": 0, + "reputation": 1797275012018, "rshares": 7395923269, "voter": "dasha" }, { "percent": "10000", - "reputation": 0, + "reputation": 184227769156, "rshares": 324365953, "voter": "helle" }, { "percent": "10000", - "reputation": 0, + "reputation": 1160886081198, "rshares": 5415715980, "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 0, + "reputation": 454055212995, "rshares": 1640965017, "voter": "gidlark" }, { "percent": "10000", - "reputation": 0, + "reputation": 1035952800698, "rshares": 5716399817, "voter": "vote" }, { "percent": "10000", - "reputation": 0, + "reputation": 2237331858240, "rshares": 6024180188, "voter": "kissmybutt" }, { "percent": "900", - "reputation": 0, + "reputation": 19111656178138, "rshares": 7528587638, "voter": "furion" }, { "percent": "900", - "reputation": 0, + "reputation": 9142611234, "rshares": 52858601, "voter": "ch0c0latechip" }, { "percent": "10000", - "reputation": 0, + "reputation": 1891778559109, "rshares": 5888362824, "voter": "bitspace" }, @@ -1383,145 +1383,145 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 11146913938, "voter": "asim" }, { "percent": "1000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 442913138, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 2339981102950, "rshares": 4188095885, "voter": "fubar-bdhr" }, { "percent": "10000", - "reputation": 0, + "reputation": 46246767220, "rshares": 9150087358, "voter": "rpf" }, { "percent": "1000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 21529337232, "voter": "jl777" }, { "percent": "900", - "reputation": 0, + "reputation": 10519849768972, "rshares": 1643275913, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 2568808468562, "rshares": 3905082034, "voter": "sompitonov" }, { "percent": "1000", - "reputation": 0, + "reputation": 58190631451, "rshares": 1816956761, "voter": "proto" }, { "percent": "900", - "reputation": 0, + "reputation": 17698439393799, "rshares": 2685190882, "voter": "sisterholics" }, { "percent": "900", - "reputation": 0, + "reputation": 147425730, "rshares": 54905658, "voter": "fnait" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571312226030, "rshares": 7508323572, "voter": "beanz" }, { "percent": "5000", - "reputation": 0, + "reputation": 4063076365725, "rshares": 1609908331, "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 0, + "reputation": 106575300404, "rshares": 3142023228, "voter": "glitterpig" }, { "percent": "1000", - "reputation": 0, + "reputation": 1275505236, "rshares": 918895431, "voter": "taker" }, { "percent": "10000", - "reputation": 0, + "reputation": 4116067655741, "rshares": 7760931567, "voter": "sykochica" }, { "percent": "900", - "reputation": 0, + "reputation": 10771708337101, "rshares": 95270090466, "voter": "laonie" }, { "percent": "900", - "reputation": 0, + "reputation": 18027204457681, "rshares": 3947218827, "voter": "myfirst" }, { "percent": "900", - "reputation": 0, + "reputation": 5776723480371, "rshares": 19377752514, "voter": "somebody" }, { "percent": "900", - "reputation": 0, + "reputation": 206355094166, "rshares": 966298641, "voter": "flysaga" }, { "percent": "900", - "reputation": 0, + "reputation": 97845484474, "rshares": 5708182705, "voter": "midnightoil" }, { "percent": "900", - "reputation": 0, + "reputation": 3016325652890, "rshares": 10675325035, "voter": "xiaohui" }, { "percent": "10000", - "reputation": 0, + "reputation": 475920141542, "rshares": 286701566, "voter": "riosparada" }, { "percent": "10000", - "reputation": 0, + "reputation": 6380056335097, "rshares": 15163479832, "voter": "randyclemens" }, { "percent": "900", - "reputation": 0, + "reputation": 1851205309677, "rshares": 446441859, "voter": "xiaokongcom" }, @@ -1533,7 +1533,7 @@ }, { "percent": "900", - "reputation": 0, + "reputation": 4195733833721, "rshares": 899777990, "voter": "xianjun" }, @@ -1545,19 +1545,19 @@ }, { "percent": "900", - "reputation": 0, + "reputation": 730408370151, "rshares": 59017260, "voter": "microluck" }, { "percent": "2900", - "reputation": 0, + "reputation": 13325577893779, "rshares": 8925161251, "voter": "kyriacos" }, { "percent": "4000", - "reputation": 0, + "reputation": 31215012571, "rshares": 13689306732, "voter": "thecurator" }, @@ -1569,13 +1569,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 654546773339, "rshares": 758446790, "voter": "dajohns1420" }, { "percent": "10000", - "reputation": 0, + "reputation": 2516108074649, "rshares": 446928899, "voter": "runridefly" }, @@ -1599,25 +1599,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 84203992220, "rshares": 167755251, "voter": "myxxo" }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 9342417724, "voter": "goldmatters" }, { "percent": "10000", - "reputation": 0, + "reputation": 1309073721476, "rshares": 154551739, "voter": "reddust" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "### I colored this drawing with color pencils and markers. It took me about 6 hours to color in all the details.\nhttps://i.imgsafe.org/496152e4bb.jpg\n\n### The drawing is from Johanna Basfords coloring book: Enchanted Forest.\n### I hope your autumn days are bright, peaceful and full of colors :)", "body_length": 296, @@ -1661,31 +1661,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2827502899317, "rshares": 881134799010, "voter": "ihashfury" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3717110869, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 4512329498, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 836485872, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 64574074288, "voter": "bue" }, @@ -1703,7 +1703,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 36473167044, "rshares": 58220800300, "voter": "jason" }, @@ -1721,7 +1721,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 651547610677, "voter": "clains" }, @@ -1733,61 +1733,61 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 34347753869675, "rshares": 208959265498, "voter": "camilla" }, { "percent": "10000", - "reputation": 0, + "reputation": 4602759566516, "rshares": 18819526182, "voter": "joelinux" }, { "percent": "1000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 2516322334, "voter": "fkn" }, { "percent": "10000", - "reputation": 0, + "reputation": 8364732813017, "rshares": 130761399219, "voter": "psylains" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 20594040118, "voter": "acidyo" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 2144798511, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 16234753830016, "rshares": 14510675143, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 0, + "reputation": 11429090901893, "rshares": 105319082824, "voter": "kenny-crane" }, { "percent": "10000", - "reputation": 0, + "reputation": 3046358914696, "rshares": 12517472259, "voter": "samether" }, { "percent": "10000", - "reputation": 0, + "reputation": 60725834714442, "rshares": 498866441418, "voter": "infovore" }, @@ -1799,109 +1799,109 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4821174317675, "rshares": 1293108114, "voter": "alexft" }, { "percent": "10000", - "reputation": 0, + "reputation": 184227769156, "rshares": 317878634, "voter": "helle" }, { "percent": "10000", - "reputation": 0, + "reputation": 156169282296, "rshares": 288862211, "voter": "sonyanka" }, { "percent": "10000", - "reputation": 0, + "reputation": 454055212995, "rshares": 1068065366, "voter": "gidlark" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 36373502706, "voter": "r4fken" }, { "percent": "1000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 6737532997, "voter": "furion" }, { "percent": "1000", - "reputation": 0, + "reputation": 9142611234, "rshares": 66729728, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 0, + "reputation": 3871042, "rshares": 61176267, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, + "reputation": 1510234773828, "rshares": 1449063519, "voter": "bitland" }, { "percent": "10000", - "reputation": 0, + "reputation": 3040770542655, "rshares": 8958646993, "voter": "warrensteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 2173940256661, "rshares": 11847119619, "voter": "benjiberigan" }, { "percent": "10000", - "reputation": 0, + "reputation": 49770527, "rshares": 3477759461, "voter": "davidr" }, { "percent": "10000", - "reputation": 0, + "reputation": 4194711042931, "rshares": 5157719610, "voter": "rainchen" }, { "percent": "1000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 2035711479, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 2568808468562, "rshares": 2582334157, "voter": "sompitonov" }, { "percent": "10000", - "reputation": 0, + "reputation": 3278418228934, "rshares": 1483268746, "voter": "karenb54" }, { "percent": "10000", - "reputation": 0, + "reputation": 10137266406870, "rshares": 5881267398, "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 0, + "reputation": 1056504274649, "rshares": 14523418548, "voter": "trending" }, @@ -1913,49 +1913,49 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 11448117997, "rshares": 53538363, "voter": "alfaman" }, { "percent": "10000", - "reputation": 0, + "reputation": 166185808108, "rshares": 89557215, "voter": "artsteemit" }, { "percent": "10000", - "reputation": 0, + "reputation": 896116963054, "rshares": 260795401928, "voter": "oldtimer" }, { "percent": "10000", - "reputation": 0, + "reputation": 5788018857372, "rshares": 5119704190, "voter": "pseudopoise" }, { "percent": "10000", - "reputation": 0, + "reputation": 2953997242466, "rshares": 2640261133, "voter": "newandold" }, { "percent": "10000", - "reputation": 0, + "reputation": 2609275826131, "rshares": 73301607, "voter": "alina1" }, { "percent": "10000", - "reputation": 0, + "reputation": 1013164758868, "rshares": 86602186, "voter": "borishaifa" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "https://i.imgsafe.org/462f04dde3.jpg\n\n### I decided to color this drawing in evening colors, with moonlight and a mysterious atmosphere. I wonder who lives inside? \n\n### This is a coloring page from Johanna Basfords adult coloring book; The Enchanted Forest. It is a beautiful coloring book with a lot of detailed drawings for art lovers. I recommend you to try coloring, it is very fun and relaxing.", "body_length": 400, @@ -1987,31 +1987,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 261787136527, "rshares": 699869142788, "voter": "barrie" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3716506788, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 4511520754, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 836390485, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 64478208626, "voter": "bue" }, @@ -2029,25 +2029,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 330982605, "rshares": 205885443922, "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 0, + "reputation": -296615780418, "rshares": 1781009490, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 1042742279126, "voter": "boombastic" }, { "percent": "10000", - "reputation": 0, + "reputation": 7520586390, "rshares": 136423477114, "voter": "mrs.agsexplorer" }, @@ -2071,19 +2071,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 651547610677, "voter": "clains" }, { "percent": "5000", - "reputation": 0, + "reputation": 72112139588726, "rshares": 411193620672, "voter": "steemrollin" }, { "percent": "10000", - "reputation": 0, + "reputation": 8442392793360, "rshares": 83823290528, "voter": "jchch" }, @@ -2095,61 +2095,61 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 34347753869675, "rshares": 196415887656, "voter": "camilla" }, { "percent": "1000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 2515794369, "voter": "fkn" }, { "percent": "10000", - "reputation": 0, + "reputation": 493863952, "rshares": 815109030, "voter": "weenfan" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1235425485, "voter": "coar" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 2501121670, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 11765473490257, "rshares": 38148796757, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 0, + "reputation": 4260826979219, "rshares": 6621890334, "voter": "givemeyoursteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 3046358914696, "rshares": 12506147358, "voter": "samether" }, { "percent": "10000", - "reputation": 0, + "reputation": 60725834714442, "rshares": 498866441418, "voter": "infovore" }, { "percent": "10000", - "reputation": 0, + "reputation": 86912853643710, "rshares": 576123366602, "voter": "anwenbaumeister" }, @@ -2161,79 +2161,79 @@ }, { "percent": "3800", - "reputation": 0, + "reputation": 598181152117, "rshares": 81516988096, "voter": "kimziv" }, { "percent": "10000", - "reputation": 0, + "reputation": 26564452802341, "rshares": 380560965830, "voter": "inboundinken" }, { "percent": "10000", - "reputation": 0, + "reputation": 4821174317675, "rshares": 1323495176, "voter": "alexft" }, { "percent": "10000", - "reputation": 0, + "reputation": 2272555442064, "rshares": 4144765674, "voter": "azaan" }, { "percent": "10000", - "reputation": 0, + "reputation": 40255997582, "rshares": 7251338488, "voter": "cannav" }, { "percent": "10000", - "reputation": 0, + "reputation": 184227769156, "rshares": 317878634, "voter": "helle" }, { "percent": "10000", - "reputation": 0, + "reputation": 454055212995, "rshares": 899072978, "voter": "gidlark" }, { "percent": "10000", - "reputation": 0, + "reputation": 255334396905, "rshares": 309595731, "voter": "damono" }, { "percent": "10000", - "reputation": 0, + "reputation": 5451039980643, "rshares": 66072086, "voter": "steemswede" }, { "percent": "5300", - "reputation": 0, + "reputation": 4667991454724, "rshares": 385407509479, "voter": "slowwalker" }, { "percent": "1000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 6443364271, "voter": "furion" }, { "percent": "1000", - "reputation": 0, + "reputation": 9142611234, "rshares": 80071708, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 0, + "reputation": 3871042, "rshares": 73407555, "voter": "doge4lyf" }, @@ -2245,193 +2245,193 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 11247489359, "voter": "asim" }, { "percent": "10000", - "reputation": 0, + "reputation": 669199844401, "rshares": 10718908273, "voter": "mun" }, { "percent": "10000", - "reputation": 0, + "reputation": 49770527, "rshares": 3477759461, "voter": "davidr" }, { "percent": "1000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 2035271197, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 2568808468562, "rshares": 2582334157, "voter": "sompitonov" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 573561954, "voter": "curator" }, { "percent": "3600", - "reputation": 0, + "reputation": 17698439393799, "rshares": 10939107363, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 0, + "reputation": -2287580630, "rshares": 1935501680, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 0, + "reputation": 3821319838891, "rshares": 21092500953, "voter": "sisters" }, { "percent": "10000", - "reputation": 0, + "reputation": 8561737881023, "rshares": 18662568563, "voter": "pixielolz" }, { "percent": "10000", - "reputation": 0, + "reputation": 988942038058, "rshares": 49255441191, "voter": "gomeravibz" }, { "percent": "1900", - "reputation": 0, + "reputation": 10771708337101, "rshares": 246915489385, "voter": "laonie" }, { "percent": "10000", - "reputation": 0, + "reputation": 44365270334, "rshares": 71274014, "voter": "always1success" }, { "percent": "2800", - "reputation": 0, + "reputation": 18027204457681, "rshares": 9989223166, "voter": "myfirst" }, { "percent": "3800", - "reputation": 0, + "reputation": 5776723480371, "rshares": 95503641493, "voter": "somebody" }, { "percent": "3800", - "reputation": 0, + "reputation": 206355094166, "rshares": 3590726569, "voter": "flysaga" }, { "percent": "3700", - "reputation": 0, + "reputation": 97845484474, "rshares": 19790068742, "voter": "midnightoil" }, { "percent": "1900", - "reputation": 0, + "reputation": 3016325652890, "rshares": 28004283547, "voter": "xiaohui" }, { "percent": "3300", - "reputation": 0, + "reputation": 1851205309677, "rshares": 1203592518, "voter": "xiaokongcom" }, { "percent": "3800", - "reputation": 0, + "reputation": 4195733833721, "rshares": 3300873134, "voter": "xianjun" }, { "percent": "3800", - "reputation": 0, + "reputation": 730408370151, "rshares": 220497628, "voter": "microluck" }, { "percent": "10000", - "reputation": 0, + "reputation": 1916013022364, "rshares": 467344544, "voter": "wuyueling" }, { "percent": "10000", - "reputation": 0, + "reputation": 1833661746969, "rshares": 2291978770, "voter": "seva" }, { "percent": "10000", - "reputation": 0, + "reputation": 2852613092773, "rshares": 2712232665, "voter": "andressilvera" }, { "percent": "10000", - "reputation": 0, + "reputation": 12539394694005, "rshares": 2688591552, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 0, + "reputation": 2288762261504, "rshares": 8155734304, "voter": "goose" }, { "percent": "10000", - "reputation": 0, + "reputation": 5471554000, "rshares": 53783795, "voter": "jod" }, { "percent": "10000", - "reputation": 0, + "reputation": 33451402996481, "rshares": 186528421973, "voter": "jamielefay" }, { "percent": "10000", - "reputation": 0, + "reputation": 5646699288797, "rshares": 2492945627, "voter": "gringalicious" }, { "percent": "10000", - "reputation": 0, + "reputation": 414609406210, "rshares": 157160989, "voter": "robotev" }, { "percent": "10000", - "reputation": 0, + "reputation": 1150196390848, "rshares": 50056278, "voter": "anns" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "https://i.imgsafe.org/355673e5fe.jpg\n\n### I colored this Peacock from Millie Marotta's Tropical Wonderland coloring book for adults. I love this drawing, but it took forever. Unfortunately I never finished it completely.", "body_length": 220, @@ -2463,73 +2463,73 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 261787136527, "rshares": 699869142788, "voter": "barrie" }, { "percent": "4000", - "reputation": 0, + "reputation": 14765040488827, "rshares": 11357569835389, "voter": "berniesanders" }, { "percent": "4000", - "reputation": 0, + "reputation": 9326993992, "rshares": 91312255682, "voter": "nextgenwitness" }, { "percent": "4000", - "reputation": 0, + "reputation": 608057298751, "rshares": 273812540770, "voter": "justin" }, { "percent": "4000", - "reputation": 0, + "reputation": 138490649, "rshares": 552847788283, "voter": "silver" }, { "percent": "4000", - "reputation": 0, + "reputation": 4018307276106, "rshares": 1251901458047, "voter": "silversteem" }, { "percent": "4000", - "reputation": 0, + "reputation": 27931460807554, "rshares": 2044381967001, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3716409175, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 4511397243, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 836372556, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 64467288690, "voter": "bue" }, { "percent": "4000", - "reputation": 0, + "reputation": 29449063355738, "rshares": 190090324242, "voter": "steemservices" }, @@ -2547,13 +2547,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 1021461824450, "voter": "boombastic" }, { "percent": "10000", - "reputation": 0, + "reputation": 7520586390, "rshares": 133695007572, "voter": "mrs.agsexplorer" }, @@ -2583,7 +2583,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 651547610677, "voter": "clains" }, @@ -2595,67 +2595,67 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 34347753869675, "rshares": 196415887656, "voter": "camilla" }, { "percent": "1000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 3018949260, "voter": "fkn" }, { "percent": "10000", - "reputation": 0, + "reputation": 8364732813017, "rshares": 130761399219, "voter": "psylains" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1235416187, "voter": "coar" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 2501119346, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4225750906887, "rshares": 67102335327, "voter": "beerbloke" }, { "percent": "10000", - "reputation": 0, + "reputation": 16234753830016, "rshares": 14164988206, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 0, + "reputation": 3046358914696, "rshares": 12908349623, "voter": "samether" }, { "percent": "10000", - "reputation": 0, + "reputation": 1823741139572, "rshares": 2988547486, "voter": "ola-haukland" }, { "percent": "10000", - "reputation": 0, + "reputation": 1050758001641, "rshares": 21364980610, "voter": "ossama-benjohn" }, { "percent": "10000", - "reputation": 0, + "reputation": 86912853643710, "rshares": 605001101244, "voter": "anwenbaumeister" }, @@ -2667,91 +2667,91 @@ }, { "percent": "3900", - "reputation": 0, + "reputation": 598181152117, "rshares": 86937942635, "voter": "kimziv" }, { "percent": "10000", - "reputation": 0, + "reputation": 26564452802341, "rshares": 372949746513, "voter": "inboundinken" }, { "percent": "10000", - "reputation": 0, + "reputation": 6767512298331, "rshares": 39931517472, "voter": "treeshaface" }, { "percent": "10000", - "reputation": 0, + "reputation": 4821174317675, "rshares": 1291983386, "voter": "alexft" }, { "percent": "10000", - "reputation": 0, + "reputation": 40255997582, "rshares": 7251329191, "voter": "cannav" }, { "percent": "10000", - "reputation": 0, + "reputation": 184227769156, "rshares": 317878634, "voter": "helle" }, { "percent": "10000", - "reputation": 0, + "reputation": 156169282296, "rshares": 300652505, "voter": "sonyanka" }, { "percent": "10000", - "reputation": 0, + "reputation": 454055212995, "rshares": 899072978, "voter": "gidlark" }, { "percent": "10000", - "reputation": 0, + "reputation": 1700182089209, "rshares": 105203907357, "voter": "rubybian" }, { "percent": "10000", - "reputation": 0, + "reputation": 255334396905, "rshares": 316045642, "voter": "damono" }, { "percent": "10000", - "reputation": 0, + "reputation": 5451039980643, "rshares": 66072086, "voter": "steemswede" }, { "percent": "1000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 6443355972, "voter": "furion" }, { "percent": "1000", - "reputation": 0, + "reputation": 9142611234, "rshares": 80071708, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 0, + "reputation": 3871042, "rshares": 73407555, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, + "reputation": 1891778559109, "rshares": 5888231135, "voter": "bitspace" }, @@ -2763,151 +2763,151 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 11247489359, "voter": "asim" }, { "percent": "10000", - "reputation": 0, + "reputation": 669199844401, "rshares": 10508733601, "voter": "mun" }, { "percent": "10000", - "reputation": 0, + "reputation": 49770527, "rshares": 3477759461, "voter": "davidr" }, { "percent": "10000", - "reputation": 0, + "reputation": 477578742546, "rshares": 7779206097, "voter": "tarindel" }, { "percent": "1000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 2442323444, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 2568808468562, "rshares": 2582334157, "voter": "sompitonov" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 573554319, "voter": "curator" }, { "percent": "3700", - "reputation": 0, + "reputation": 17698439393799, "rshares": 10937960192, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 0, + "reputation": -2287580630, "rshares": 1896791647, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 0, + "reputation": 1416246303584, "rshares": 9379848960, "voter": "michaeldodridge" }, { "percent": "10000", - "reputation": 0, + "reputation": 27855371709889, "rshares": 43662231796, "voter": "healthyrecipes" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571312226030, "rshares": 7333711396, "voter": "beanz" }, { "percent": "10000", - "reputation": 0, + "reputation": 3821319838891, "rshares": 20670650934, "voter": "sisters" }, { "percent": "10000", - "reputation": 0, + "reputation": 3278418228934, "rshares": 1655710133, "voter": "karenb54" }, { "percent": "10000", - "reputation": 0, + "reputation": 4116067655741, "rshares": 1824033796, "voter": "sykochica" }, { "percent": "10000", - "reputation": 0, + "reputation": 636819078766, "rshares": 65556498, "voter": "whitemike313" }, { "percent": "3100", - "reputation": 0, + "reputation": 10771708337101, "rshares": 401107146215, "voter": "laonie" }, { "percent": "2800", - "reputation": 0, + "reputation": 18027204457681, "rshares": 9854253757, "voter": "myfirst" }, { "percent": "3900", - "reputation": 0, + "reputation": 5776723480371, "rshares": 101852903978, "voter": "somebody" }, { "percent": "10000", - "reputation": 0, + "reputation": 3350958489391, "rshares": 2149546785, "voter": "darknet" }, { "percent": "3900", - "reputation": 0, + "reputation": 206355094166, "rshares": 3829646472, "voter": "flysaga" }, { "percent": "3900", - "reputation": 0, + "reputation": 97845484474, "rshares": 21296995476, "voter": "midnightoil" }, { "percent": "3100", - "reputation": 0, + "reputation": 3016325652890, "rshares": 44908115073, "voter": "xiaohui" }, { "percent": "3300", - "reputation": 0, + "reputation": 1851205309677, "rshares": 1181562298, "voter": "xiaokongcom" }, { "percent": "4000", - "reputation": 0, + "reputation": 4195733833721, "rshares": 3520527889, "voter": "xianjun" }, @@ -2925,67 +2925,67 @@ }, { "percent": "3900", - "reputation": 0, + "reputation": 730408370151, "rshares": 210843520, "voter": "microluck" }, { "percent": "4000", - "reputation": 0, + "reputation": 31215012571, "rshares": 15277887140, "voter": "thecurator" }, { "percent": "10000", - "reputation": 0, + "reputation": 9530915857627, "rshares": 11929850774, "voter": "mikemacintire" }, { "percent": "10000", - "reputation": 0, + "reputation": 3135058867066, "rshares": 310128045, "voter": "stillsafe" }, { "percent": "10000", - "reputation": 0, + "reputation": 1833661746969, "rshares": 2291978770, "voter": "seva" }, { "percent": "10000", - "reputation": 0, + "reputation": 794973811289, "rshares": 1190649584, "voter": "baro" }, { "percent": "10000", - "reputation": 0, + "reputation": 12539394694005, "rshares": 2688591552, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 0, + "reputation": 5471554000, "rshares": 53783795, "voter": "jod" }, { "percent": "10000", - "reputation": 0, + "reputation": 329560640, "rshares": 69255373, "voter": "kattz" }, { "percent": "10000", - "reputation": 0, + "reputation": 414609406210, "rshares": 168125709, "voter": "robotev" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "### Adult coloring is a popular activity all over the world. People say it makes them more creative and peaceful. It is like a meditative practice! I have all the coloring books made by Johanna Basford. Her drawings are so detailed and beautiful and I love to color them. \n### Here is some of the pages I have colored so far:\n### 1. The watering can\nhttps://i.imgsafe.org/349cd53693.jpg\n\n### 2. Colorful Plants\nhttps://i.imgsafe.org/34a0a5aa73.jpg\n\n### 3. The Bird (This is from Millie Marotta's tropical wonderland book)\nhttps://i.imgsafe.org/34ea9ca68b.jpg\n\n### 4. Heart of Flowers\nhttps://i.imgsafe.org/34a0990260.jpg\n\n### 5. The TreeHouse (not yet finished)\nhttps://i.imgsafe.org/34eac272d9.jpg\n\n### Which one do you like best?\n### Do you like to color? \n\n### Maybe we should share our color pages here on Steem? :)", "body_length": 819, @@ -3017,25 +3017,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 4335706062, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 5263166562, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 975749378, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 75198005302, "voter": "bue" }, @@ -3053,7 +3053,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 28971806962251, "rshares": 2059417973499, "voter": "joseph" }, @@ -3071,7 +3071,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 638772167330, "voter": "clains" }, @@ -3083,55 +3083,55 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 34347753869675, "rshares": 204774010535, "voter": "camilla" }, { "percent": "1000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 2515681432, "voter": "fkn" }, { "percent": "10000", - "reputation": 0, + "reputation": 3750669747284, "rshares": 267645652204, "voter": "pal" }, { "percent": "10000", - "reputation": 0, + "reputation": 8364732813017, "rshares": 130761399219, "voter": "psylains" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 18287076517, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1455982374, "voter": "coar" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 2501114696, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4260826979219, "rshares": 7301058574, "voter": "givemeyoursteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 86912853643710, "rshares": 575997658790, "voter": "anwenbaumeister" }, @@ -3143,67 +3143,67 @@ }, { "percent": "3900", - "reputation": 0, + "reputation": 598181152117, "rshares": 86937942635, "voter": "kimziv" }, { "percent": "10000", - "reputation": 0, + "reputation": 4821174317675, "rshares": 1384136862, "voter": "alexft" }, { "percent": "10000", - "reputation": 0, + "reputation": 184227769156, "rshares": 304903995, "voter": "helle" }, { "percent": "10000", - "reputation": 0, + "reputation": 454055212995, "rshares": 898813284, "voter": "gidlark" }, { "percent": "10000", - "reputation": 0, + "reputation": 3326209124802, "rshares": 10960200839, "voter": "aeico" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 34242054440, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 5451039980643, "rshares": 66069097, "voter": "steemswede" }, { "percent": "1000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 6443090237, "voter": "furion" }, { "percent": "1000", - "reputation": 0, + "reputation": 9142611234, "rshares": 66726423, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 0, + "reputation": 3871042, "rshares": 61172962, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, + "reputation": 1891778559109, "rshares": 5888231135, "voter": "bitspace" }, @@ -3215,199 +3215,199 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1089147151331, "rshares": 1691522724, "voter": "incomemonthly" }, { "percent": "10000", - "reputation": 0, + "reputation": 2713713668533, "rshares": 1512341703, "voter": "the-future" }, { "percent": "10000", - "reputation": 0, + "reputation": 49770527, "rshares": 3409568099, "voter": "davidr" }, { "percent": "10000", - "reputation": 0, + "reputation": 10900524985586, "rshares": 27552870183, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 0, + "reputation": 11482318062844, "rshares": 44575603381, "voter": "sauravrungta" }, { "percent": "1000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 2035181510, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 929113870632, "rshares": 156154164, "voter": "valenttina" }, { "percent": "10000", - "reputation": 0, + "reputation": 686738916191, "rshares": 108022625, "voter": "sergey44" }, { "percent": "3700", - "reputation": 0, + "reputation": 17698439393799, "rshares": 10937960192, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 0, + "reputation": 8561737881023, "rshares": 18296635846, "voter": "pixielolz" }, { "percent": "10000", - "reputation": 0, + "reputation": 10137266406870, "rshares": 5889601079, "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 0, + "reputation": 8710090850955, "rshares": 35763366050, "voter": "rampant" }, { "percent": "3200", - "reputation": 0, + "reputation": 10771708337101, "rshares": 401107146215, "voter": "laonie" }, { "percent": "2800", - "reputation": 0, + "reputation": 18027204457681, "rshares": 9854253757, "voter": "myfirst" }, { "percent": "4000", - "reputation": 0, + "reputation": 5776723480371, "rshares": 101852903978, "voter": "somebody" }, { "percent": "10000", - "reputation": 0, + "reputation": 3350958489391, "rshares": 2283893459, "voter": "darknet" }, { "percent": "3900", - "reputation": 0, + "reputation": 206355094166, "rshares": 3829646472, "voter": "flysaga" }, { "percent": "3900", - "reputation": 0, + "reputation": 97845484474, "rshares": 21296995476, "voter": "midnightoil" }, { "percent": "3200", - "reputation": 0, + "reputation": 3016325652890, "rshares": 44908115073, "voter": "xiaohui" }, { "percent": "3300", - "reputation": 0, + "reputation": 1851205309677, "rshares": 1181562298, "voter": "xiaokongcom" }, { "percent": "4000", - "reputation": 0, + "reputation": 4195733833721, "rshares": 3520527889, "voter": "xianjun" }, { "percent": "10000", - "reputation": 0, + "reputation": 56139970267, "rshares": 64019062, "voter": "evgenyche" }, { "percent": "3900", - "reputation": 0, + "reputation": 730408370151, "rshares": 210843520, "voter": "microluck" }, { "percent": "10000", - "reputation": 0, + "reputation": 505219265255, "rshares": 433283674, "voter": "violino" }, { "percent": "10000", - "reputation": 0, + "reputation": 3622743, "rshares": 57556400, "voter": "unnsmed" }, { "percent": "10000", - "reputation": 0, + "reputation": 166185808108, "rshares": 87766070, "voter": "artsteemit" }, { "percent": "10000", - "reputation": 0, + "reputation": 9530915857627, "rshares": 12178128873, "voter": "mikemacintire" }, { "percent": "10000", - "reputation": 0, + "reputation": 2852613092773, "rshares": 2712232665, "voter": "andressilvera" }, { "percent": "10000", - "reputation": 0, + "reputation": 12539394694005, "rshares": 2752605636, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 0, + "reputation": 2914114578419, "rshares": 53733343, "voter": "rigaronib" }, { "percent": "10000", - "reputation": 0, + "reputation": 15745290909, "rshares": 50129179, "voter": "julianoneill" }, { "percent": "10000", - "reputation": 0, + "reputation": 414609406210, "rshares": 160815896, "voter": "robotev" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "https://i.imgsafe.org/3221da5276.jpg\n\n### I made this drawing after an interesting LSD trip that changed me in many ways. I am not really sure what these spirits represent but they came from some kind of inhabited emptiness. I spent most of the trip in bed, in the darkness and silence and reorganized my brain. It felt like my universe opened itself up to become aware of even deeper parts of existence. \n\n### The next day I spent about 10 hours just drawing in silence without any plan, this is the result. I made it with markers and colored pencils. I hope you can find some wonder and courage in this drawing.", "body_length": 613, @@ -3439,85 +3439,85 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 70486967561347, "rshares": 40423696280163, "voter": "blocktrades" }, { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 651547610677, "voter": "clains" }, { "percent": "10000", - "reputation": 0, + "reputation": 6977251504339, "rshares": 21742912981, "voter": "dedriss" }, { "percent": "10000", - "reputation": 0, + "reputation": 14073457536993, "rshares": 85420329595, "voter": "edgeland" }, { "percent": "10000", - "reputation": 0, + "reputation": -8847960360622, "rshares": 5443852086, "voter": "nastrom" }, { "percent": "10000", - "reputation": 0, + "reputation": 12712877967688, "rshares": 78050821526, "voter": "easteagle13" }, { "percent": "10000", - "reputation": 0, + "reputation": 34347753869675, "rshares": 213132133414, "voter": "camilla" }, { "percent": "1000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 3018562528, "voter": "fkn" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1500103052, "voter": "coar" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 2501114696, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": -2683858617900, "rshares": 9697923395, "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 0, + "reputation": 4260826979219, "rshares": 7301058574, "voter": "givemeyoursteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 14028106211346, "rshares": 49453012712, "voter": "kus-knee" }, { "percent": "10000", - "reputation": 0, + "reputation": 86912853643710, "rshares": 590098544857, "voter": "anwenbaumeister" }, @@ -3529,55 +3529,55 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4821174317675, "rshares": 1384136862, "voter": "alexft" }, { "percent": "10000", - "reputation": 0, + "reputation": 184227769156, "rshares": 317878634, "voter": "helle" }, { "percent": "10000", - "reputation": 0, + "reputation": 454055212995, "rshares": 898813284, "voter": "gidlark" }, { "percent": "10000", - "reputation": 0, + "reputation": 3326209124802, "rshares": 10960200839, "voter": "aeico" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 35279692453, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 5451039980643, "rshares": 66067104, "voter": "steemswede" }, { "percent": "1000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 6442551945, "voter": "furion" }, { "percent": "1000", - "reputation": 0, + "reputation": 9142611234, "rshares": 80065727, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 0, + "reputation": 3871042, "rshares": 73401574, "voter": "doge4lyf" }, @@ -3589,73 +3589,73 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 97646232305, "rshares": 2867794061, "voter": "sveokla" }, { "percent": "10000", - "reputation": 0, + "reputation": 5827115301697, "rshares": 7946264179, "voter": "deviedev" }, { "percent": "10000", - "reputation": 0, + "reputation": 5029542492239, "rshares": 8884342752, "voter": "blinova" }, { "percent": "10000", - "reputation": 0, + "reputation": 2713713668533, "rshares": 1596360687, "voter": "the-future" }, { "percent": "10000", - "reputation": 0, + "reputation": 49770527, "rshares": 3477759461, "voter": "davidr" }, { "percent": "10000", - "reputation": 0, + "reputation": 879409745645, "rshares": 2031261689, "voter": "lostnuggett" }, { "percent": "1000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 2442012464, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 3201231055, "rshares": 89901345, "voter": "tabata" }, { "percent": "10000", - "reputation": 0, + "reputation": 27855371709889, "rshares": 44571861626, "voter": "healthyrecipes" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571312226030, "rshares": 7333711396, "voter": "beanz" }, { "percent": "10000", - "reputation": 0, + "reputation": -4429007921326, "rshares": 3064339400, "voter": "jillstein2016" }, { "percent": "10000", - "reputation": 0, + "reputation": 56139970267, "rshares": 62738681, "voter": "evgenyche" }, @@ -3667,79 +3667,79 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 37279727062, "rshares": 1719235215, "voter": "bledarus" }, { "percent": "10000", - "reputation": 0, + "reputation": 497846177749, "rshares": 564194019, "voter": "ashwim" }, { "percent": "10000", - "reputation": 0, + "reputation": 3103554028241, "rshares": 489866165, "voter": "levycore" }, { "percent": "10000", - "reputation": 0, + "reputation": 3244771590977, "rshares": 46111352781, "voter": "albensilverberg" }, { "percent": "10000", - "reputation": 0, + "reputation": -642566206250, "rshares": 4743553049, "voter": "craigwilliamz" }, { "percent": "10000", - "reputation": 0, + "reputation": 5036163586, "rshares": 56447612, "voter": "abanks1000" }, { "percent": "10000", - "reputation": 0, + "reputation": 1833661746969, "rshares": 2339728327, "voter": "seva" }, { "percent": "10000", - "reputation": 0, + "reputation": 1409339812298, "rshares": 368214925, "voter": "eight-rad" }, { "percent": "10000", - "reputation": 0, + "reputation": 3573461197670, "rshares": 21537535238, "voter": "luminousvisions" }, { "percent": "10000", - "reputation": 0, + "reputation": 2852613092773, "rshares": 2712232665, "voter": "andressilvera" }, { "percent": "10000", - "reputation": 0, + "reputation": 12539394694005, "rshares": 2752605636, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 0, + "reputation": 6232933391430, "rshares": 525563862, "voter": "edgarsart" }, { "percent": "10000", - "reputation": 0, + "reputation": 2609275826131, "rshares": 52182445, "voter": "alina1" }, @@ -3763,31 +3763,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 219172274, "rshares": 50125683, "voter": "granddady" }, { "percent": "10000", - "reputation": 0, + "reputation": 1582058, "rshares": 50124642, "voter": "senpai30" }, { "percent": "10000", - "reputation": 0, + "reputation": 1150196390848, "rshares": 50056278, "voter": "anns" }, { "percent": "10000", - "reputation": 0, + "reputation": 80731372651, "rshares": 938220198, "voter": "linny" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "
    https://i.imgsafe.org/31a4097d43.jpg
    \n\n### Zendoodles are fun and relaxing to make and does not take much time or skill. I like drawing them while listening to lectures to help my brain process information easier. I made this one with markers and gel pens. I hope you like it :)", "body_length": 294, @@ -3819,25 +3819,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 261787136527, "rshares": 683847433191, "voter": "barrie" }, { "percent": "100", - "reputation": 0, + "reputation": 85602977273, "rshares": 28860495550, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 138490649, "rshares": 1458371301057, "voter": "silver" }, { "percent": "10000", - "reputation": 0, + "reputation": 4018307276106, "rshares": 3345680944130, "voter": "silversteem" }, @@ -3855,31 +3855,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2827502899317, "rshares": 833000682841, "voter": "ihashfury" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 2474667874, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3003831514, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 562780317, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 42511716379, "voter": "bue" }, @@ -3897,19 +3897,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 36473167044, "rshares": 58653028106, "voter": "jason" }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 1018686257991, "voter": "boombastic" }, { "percent": "10000", - "reputation": 0, + "reputation": 7520586390, "rshares": 133122969670, "voter": "mrs.agsexplorer" }, @@ -3939,7 +3939,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 650035765683, "voter": "clains" }, @@ -3951,79 +3951,79 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 12712877967688, "rshares": 77130343250, "voter": "easteagle13" }, { "percent": "10000", - "reputation": 0, + "reputation": 34347753869675, "rshares": 212975452822, "voter": "camilla" }, { "percent": "10000", - "reputation": 0, + "reputation": 2120743942708, "rshares": 18922786616, "voter": "ninzacode" }, { "percent": "1000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 3039393043, "voter": "fkn" }, { "percent": "10000", - "reputation": 0, + "reputation": 7019430473955, "rshares": 28296664166, "voter": "thedarkestplum" }, { "percent": "10000", - "reputation": 0, + "reputation": 8364732813017, "rshares": 130745414900, "voter": "psylains" }, { "percent": "2100", - "reputation": 0, + "reputation": 15755437221598, "rshares": 6533369417, "voter": "acidyo" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1802569172, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 199308931780, "rshares": 75065790, "voter": "akaninyene-etuk" }, { "percent": "10000", - "reputation": 0, + "reputation": 11429090901893, "rshares": 107356674966, "voter": "kenny-crane" }, { "percent": "10000", - "reputation": 0, + "reputation": 9389887938261, "rshares": 6090874010, "voter": "kennyskitchen" }, { "percent": "10000", - "reputation": 0, + "reputation": 14028106211346, "rshares": 45157199110, "voter": "kus-knee" }, { "percent": "10000", - "reputation": 0, + "reputation": 86912853643710, "rshares": 702883755660, "voter": "anwenbaumeister" }, @@ -4035,199 +4035,199 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 6767512298331, "rshares": 42416476585, "voter": "treeshaface" }, { "percent": "10000", - "reputation": 0, + "reputation": 4821174317675, "rshares": 1184197459, "voter": "alexft" }, { "percent": "10000", - "reputation": 0, + "reputation": 15285243314, "rshares": 272053813, "voter": "ales" }, { "percent": "2100", - "reputation": 0, + "reputation": 17405459234693, "rshares": 15621109400, "voter": "venuspcs" }, { "percent": "10000", - "reputation": 0, + "reputation": 184227769156, "rshares": 328582197, "voter": "helle" }, { "percent": "10000", - "reputation": 0, + "reputation": 156169282296, "rshares": 287300396, "voter": "sonyanka" }, { "percent": "10000", - "reputation": 0, + "reputation": 1933204465, "rshares": 55749238572, "voter": "sonzweil" }, { "percent": "10000", - "reputation": 0, + "reputation": 454055212995, "rshares": 810635797, "voter": "gidlark" }, { "percent": "10000", - "reputation": 0, + "reputation": 1700182089209, "rshares": 96608292719, "voter": "rubybian" }, { "percent": "2100", - "reputation": 0, + "reputation": 4066839697461, "rshares": 1911037334, "voter": "getssidetracked" }, { "percent": "10000", - "reputation": 0, + "reputation": 1073334156, "rshares": 193683835, "voter": "eleny" }, { "percent": "1000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 7625139986, "voter": "furion" }, { "percent": "1000", - "reputation": 0, + "reputation": 9142611234, "rshares": 80727592, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 0, + "reputation": 3871042, "rshares": 74011710, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, + "reputation": 1891778559109, "rshares": 5887644206, "voter": "bitspace" }, { "percent": "10000", - "reputation": 0, + "reputation": 1089147151331, "rshares": 1932241518, "voter": "incomemonthly" }, { "percent": "10000", - "reputation": 0, + "reputation": 14826352016829, "rshares": 28142586562, "voter": "diana.catherine" }, { "percent": "10000", - "reputation": 0, + "reputation": 669199844401, "rshares": 10683249473, "voter": "mun" }, { "percent": "10000", - "reputation": 0, + "reputation": 3040770542655, "rshares": 8989925029, "voter": "warrensteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 34120390016, "rshares": 2536619358, "voter": "imp3" }, { "percent": "10000", - "reputation": 0, + "reputation": 513380281140, "rshares": 550614299, "voter": "qonq99" }, { "percent": "1000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 2447903423, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 327313183062, "rshares": 1050846422, "voter": "politicasan2" }, { "percent": "10000", - "reputation": 0, + "reputation": 11096186337460, "rshares": 25012318449, "voter": "anca3drandom" }, { "percent": "10000", - "reputation": 0, + "reputation": -2287580630, "rshares": 221679491, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 0, + "reputation": 8561737881023, "rshares": 5009584219, "voter": "pixielolz" }, { "percent": "10000", - "reputation": 0, + "reputation": 4116067655741, "rshares": 2448936788, "voter": "sykochica" }, { "percent": "10000", - "reputation": 0, + "reputation": 3194641726781, "rshares": 20109765764, "voter": "laoyao" }, { "percent": "10000", - "reputation": 0, + "reputation": 75109707260, "rshares": 31034465046, "voter": "persianqueen" }, { "percent": "10000", - "reputation": 0, + "reputation": 41042395978, "rshares": 83638970, "voter": "xerneas" }, { "percent": "10000", - "reputation": 0, + "reputation": 413797518320, "rshares": 17235879497, "voter": "velourex" }, { "percent": "10000", - "reputation": 0, + "reputation": 11122126920308, "rshares": 2957848839, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 0, + "reputation": 21756574883, "rshares": 525392335, "voter": "iaco" }, @@ -4239,49 +4239,49 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4637390447698, "rshares": 722557178, "voter": "chinadaily" }, { "percent": "10000", - "reputation": 0, + "reputation": 6861320744353, "rshares": 413471359, "voter": "anarchyhasnogods" }, { "percent": "10000", - "reputation": 0, + "reputation": 2516108074649, "rshares": 328935828, "voter": "runridefly" }, { "percent": "0", - "reputation": 0, + "reputation": 17676358821986, "rshares": 137701110, "voter": "krnel" }, { "percent": "10000", - "reputation": 0, + "reputation": 673915909724, "rshares": 1821534745, "voter": "metalbrushes" }, { "percent": "10000", - "reputation": 0, + "reputation": 661603952344, "rshares": 1790641383, "voter": "steempowerwhale" }, { "percent": "10000", - "reputation": 0, + "reputation": 151906532077, "rshares": 50431792, "voter": "stardust" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "#### There was a lot of students, more than 200 and mostly girls. They are all western, privileged straight A students just out of highschool. Most of them chose psychology because it is the most intriguing subject that is still sensible and useful to society. \n\nhttps://i.imgsafe.org/c75a36832c.jpg\n\n#### How many of us will make it? Only time can tell. The first ones to fall will be those who just realized that psychology is not at all what they thought it was. Soon those who can't read english will disappear. (The books and tests are in english) Then the undisciplined and lazy ones will be gone and last to fall will be the scared and the doubtful. I can already see it in their eyes, I'm one of them. Somehow I always pull through. What I lack in confidence I make up for in the ability to push myself. \nhttps://i.imgsafe.org/c75a75be50.jpg\n\n#### We have to pass 6 out of nine multiple choice test to be allowed to take the exam. On the exam we have to answer 6 out of seven questions in 6 hours. Two of them will be about the history of psychology. \n\n#### The curriculum consist of one giant brick of a book with 900 pages. We have to read it all and remember everything. Then there is one history book, it is not so big and not as important. There is also a number of articles. I assume that I will have to spend at least 3 hours a day with my psychology studies to get a good grade. I can do this!\n\nhttps://i.imgsafe.org/c71a9983e3.jpg\n### The main book Thankfully it has a lot of good illustrations and pictures in it and it is very organised and well written. \nhttps://i.imgsafe.org/c71cf8d3d8.jpg\n\n### The history book is in Norwegian, which makes it a bit easier. \nhttps://i.imgsafe.org/c72195f224.jpg\n\n#### Before the lecture I took some time to make a healthy breakfast, Avocadoes and Tomatoes with olive oil, salt, pepper balsamic and some bread. It served me well today. \nhttps://i.imgsafe.org/c717cebc5f.jpg\n\n#### The road from the subway to the psychological institute is a beautiful walk through a field with a great view of the sunny sky. It made me feel optimistic and calm.\nhttps://i.imgsafe.org/c75a1aed08.jpg\n\n### The institute is located by a psychiatrical hospital, on the outskirts of campus. \nhttps://i.imgsafe.org/c75a2edf50.jpg\n\n### We have well known and highly competent psychology professors in the lectures. The one we we had today was this guy: \nhttp://www.sv.uio.no/psi/personer/vit/rolfreb/rolfreb.jpg \n#### Rolf Reber from Germany. He is a professor in cognitive psychology and have also written some articles about emotions and aesthetics according to the university website. He was funny and interesting to listen to. He talked about the usefulness of psychology and the scientific methods. He also gave us a lot of practical information and talked about interesting psychological phenomenons like how astrology can trick us into reading our horoscope and many other exiting things.\n\n### My \u201cnotes\u201d \n\nhttps://i.imgsafe.org/c727fedbe4.jpg\nhttps://i.imgsafe.org/c725451d1c.jpg\n\n#### I also talked to a few of the students I sat next too. One girl had finally gotten into the profession studies to become an actual working psychologist after 3 years of hard work to get high enough grades. You need to have A in all exams to get into psychology profession studies. Thankfully the pressure is not as high for a useless philosophy student.\n\n### I hope you enjoyed taking a look inside the life of a university student. I will keep posting about my life at Uni. so follow me if you find it interesting.", "body_length": 3540, diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_date.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_date.pat.json index b6cac39f..0d871bbc 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_date.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_date.pat.json @@ -3,7 +3,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 289496406729, "voter": "anonymous" }, @@ -15,55 +15,55 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 651650151993, "voter": "clains" }, { "percent": "10000", - "reputation": 0, + "reputation": 34347753869675, "rshares": 203214055493, "voter": "camilla" }, { "percent": "200", - "reputation": 0, + "reputation": 5414208804644, "rshares": 661462066, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 8364732813017, "rshares": 130765654564, "voter": "psylains" }, { "percent": "4200", - "reputation": 0, + "reputation": 15755437221598, "rshares": 12188532385, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 760600032, "voter": "coar" }, { "percent": "1509", - "reputation": 0, + "reputation": 2902053059801, "rshares": 706772487, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4509451541223, "rshares": 59861247996, "voter": "theshell" }, { "percent": "10000", - "reputation": 0, + "reputation": 3046358914696, "rshares": 17018803209, "voter": "samether" }, @@ -75,157 +75,157 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 6105332515536, "rshares": 11707843677, "voter": "primus" }, { "percent": "10000", - "reputation": 0, + "reputation": 4821174317675, "rshares": 4362079757, "voter": "alexft" }, { "percent": "10000", - "reputation": 0, + "reputation": 10314872786861, "rshares": 46148758185, "voter": "isteemit" }, { "percent": "10000", - "reputation": 0, + "reputation": 184227769156, "rshares": 330853272, "voter": "helle" }, { "percent": "10000", - "reputation": 0, + "reputation": 156169282296, "rshares": 290559594, "voter": "sonyanka" }, { "percent": "10000", - "reputation": 0, + "reputation": 454055212995, "rshares": 1608900298, "voter": "gidlark" }, { "percent": "4200", - "reputation": 0, + "reputation": 2906973892, "rshares": 103512966, "voter": "strawhat" }, { "percent": "10000", - "reputation": 0, + "reputation": 5451039980643, "rshares": 2340059283, "voter": "steemswede" }, { "percent": "4200", - "reputation": 0, + "reputation": 675716972978, "rshares": 102583242, "voter": "cryptochannel" }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 12345609219, "voter": "asim" }, { "percent": "10000", - "reputation": 0, + "reputation": 686738916191, "rshares": 154310336, "voter": "sergey44" }, { "percent": "10000", - "reputation": 0, + "reputation": 2568808468562, "rshares": 3912738831, "voter": "sompitonov" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571312226030, "rshares": 5942642822, "voter": "beanz" }, { "percent": "10000", - "reputation": 0, + "reputation": 8561737881023, "rshares": 26148166391, "voter": "pixielolz" }, { "percent": "100", - "reputation": 0, + "reputation": 4063076365725, "rshares": 116538182, "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 0, + "reputation": 106575300404, "rshares": 3321707002, "voter": "glitterpig" }, { "percent": "10000", - "reputation": 0, + "reputation": 1984412570795, "rshares": 5606477483, "voter": "shortcut" }, { "percent": "1000", - "reputation": 0, + "reputation": 3278418228934, "rshares": 508520907, "voter": "karenb54" }, { "percent": "10000", - "reputation": 0, + "reputation": 1653800202958, "rshares": 464346063318, "voter": "glitterfart" }, { "percent": "10000", - "reputation": 0, + "reputation": 7436429161346, "rshares": 8529222483, "voter": "mione" }, { "percent": "10000", - "reputation": 0, + "reputation": 1916013022364, "rshares": 472813942, "voter": "wuyueling" }, { "percent": "10000", - "reputation": 0, + "reputation": 2146463020842, "rshares": 2337983869, "voter": "cryptoeasy" }, { "percent": "10000", - "reputation": 0, + "reputation": 351488360313, "rshares": 174554557, "voter": "chadcrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 1996672246136, "rshares": 143406202, "voter": "anomaly" }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 13292298415, "voter": "goldmatters" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "https://i.imgsafe.org/7252ed86f2.jpg\n\n### Drawing made with Prismacolor pencils on gray toned paper.", "body_length": 100, @@ -257,241 +257,241 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 289482062341, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 358840960832, "rshares": 1152457041840, "voter": "rossco99" }, { "percent": "10000", - "reputation": 0, + "reputation": 49549461527, "rshares": 436172432967, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 651650151993, "voter": "clains" }, { "percent": "10000", - "reputation": 0, + "reputation": 12712877967688, "rshares": 75110722747, "voter": "easteagle13" }, { "percent": "10000", - "reputation": 0, + "reputation": 34347753869675, "rshares": 215909081377, "voter": "camilla" }, { "percent": "10000", - "reputation": 0, + "reputation": 9600934617910, "rshares": 16221469512, "voter": "jademont" }, { "percent": "400", - "reputation": 0, + "reputation": 5414208804644, "rshares": 1322723922, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 8364732813017, "rshares": 130765654564, "voter": "psylains" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 29251115097, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 849659123, "voter": "coar" }, { "percent": "1509", - "reputation": 0, + "reputation": 2902053059801, "rshares": 706760886, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4509451541223, "rshares": 63365513478, "voter": "theshell" }, { "percent": "10000", - "reputation": 0, + "reputation": 2457655120479, "rshares": 5091917697, "voter": "ben99" }, { "percent": "10000", - "reputation": 0, + "reputation": 4821174317675, "rshares": 4487075430, "voter": "alexft" }, { "percent": "10000", - "reputation": 0, + "reputation": 184227769156, "rshares": 324365953, "voter": "helle" }, { "percent": "10000", - "reputation": 0, + "reputation": 454055212995, "rshares": 1541722449, "voter": "gidlark" }, { "percent": "10000", - "reputation": 0, + "reputation": 2906973892, "rshares": 246459444, "voter": "strawhat" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 9220777116, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 675716972978, "rshares": 244245816, "voter": "cryptochannel" }, { "percent": "10000", - "reputation": 0, + "reputation": 1891778559109, "rshares": 5888378458, "voter": "bitspace" }, { "percent": "10000", - "reputation": 0, + "reputation": 1058072223123, "rshares": 321100442, "voter": "luisucv34" }, { "percent": "10000", - "reputation": 0, + "reputation": 2713713668533, "rshares": 2308410567, "voter": "the-future" }, { "percent": "10000", - "reputation": 0, + "reputation": 2339981102950, "rshares": 4263594327, "voter": "fubar-bdhr" }, { "percent": "10000", - "reputation": 0, + "reputation": 6570213787, "rshares": 117630527, "voter": "pokemon" }, { "percent": "10000", - "reputation": 0, + "reputation": 686738916191, "rshares": 51423955, "voter": "sergey44" }, { "percent": "8600", - "reputation": 0, + "reputation": 7172977970558, "rshares": 2911202361, "voter": "ace108" }, { "percent": "10000", - "reputation": 0, + "reputation": 8561737881023, "rshares": 26148166391, "voter": "pixielolz" }, { "percent": "10000", - "reputation": 0, + "reputation": -1193908062262, "rshares": 149597919, "voter": "steemster1" }, { "percent": "3400", - "reputation": 0, + "reputation": 4063076365725, "rshares": 1165238399, "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 0, + "reputation": 106575300404, "rshares": 3505969711, "voter": "glitterpig" }, { "percent": "10000", - "reputation": 0, + "reputation": 1984412570795, "rshares": 5731769098, "voter": "shortcut" }, { "percent": "10000", - "reputation": 0, + "reputation": -833837861150, "rshares": 59219358, "voter": "sharon" }, { "percent": "10000", - "reputation": 0, + "reputation": -1130081321479, "rshares": 60342922, "voter": "lillianjones" }, { "percent": "10000", - "reputation": 0, + "reputation": -1468839175006, "rshares": 60806273, "voter": "msjennifer" }, { "percent": "10000", - "reputation": 0, + "reputation": -1343370986030, "rshares": 57196572, "voter": "ciao" }, { "percent": "10000", - "reputation": 0, + "reputation": 485540, "rshares": 55449983, "voter": "steemo" }, { "percent": "10000", - "reputation": 0, + "reputation": 2144720103876, "rshares": 3892676217, "voter": "alchemage" }, { "percent": "10000", - "reputation": 0, + "reputation": -79575494262, "rshares": 55306941, "voter": "steema" }, { "percent": "10000", - "reputation": 0, + "reputation": -894488087252, "rshares": 71268878, "voter": "confucius" }, @@ -503,13 +503,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -789959772758, "rshares": 56157882, "voter": "jarvis" }, { "percent": "10000", - "reputation": 0, + "reputation": 497846177749, "rshares": 597059749, "voter": "ashwim" }, @@ -563,13 +563,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -11923402406, "rshares": 58273844, "voter": "hotgirlktm" }, { "percent": "10000", - "reputation": 0, + "reputation": 34250890230, "rshares": 63850166, "voter": "aavkc" }, @@ -581,7 +581,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2083416845, "rshares": 50593879, "voter": "crion" }, @@ -617,7 +617,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 16154264891, "rshares": 59551730, "voter": "techguru" }, @@ -647,25 +647,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 950372517145, "rshares": 551289713, "voter": "jessicanicklos" }, { "percent": "10000", - "reputation": 0, + "reputation": 1996672246136, "rshares": 143358574, "voter": "anomaly" }, { "percent": "10000", - "reputation": 0, + "reputation": 1502200909130, "rshares": 1027866325, "voter": "ola1" }, { "percent": "10000", - "reputation": 0, + "reputation": 5766569295559, "rshares": 6349496599, "voter": "orcish" }, @@ -683,13 +683,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 30860749466, "rshares": 56509947, "voter": "alex.gaud" }, { "percent": "10000", - "reputation": 0, + "reputation": 615545545848, "rshares": 1192255729, "voter": "ndbeledrifts" }, @@ -719,13 +719,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 13670562023, "voter": "goldmatters" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "### I made this drawing with my new Prismacolor pencils. I got them from the talented artist @Pixielols. I met her in real life today at the University and she is the sweetest and loveliest person you can imagine.\n\nhttps://i.imgsafe.org/6dd4fe4912.jpg\n\n ### I had to test them right away so I just spent an hour on this autumn inspired apple drawing. These color pencils are very soft and is a joy to work with.\n\nhttps://i.imgsafe.org/6dc35d7e3c.jpg\n\n### The apple have felt the warm sun on its red skin, drawn energy from the soil, nourished birds and children and heard the cold autumn wind in the leaves. It is a sweet gift from nature for you to enjoy.\n\nhttps://i.imgsafe.org/6ddd3dee6b.jpg\n\n### Thank you for visiting my post! I hope you liked it.", "body_length": 753, @@ -757,7 +757,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 376233439931, "voter": "anonymous" }, @@ -769,103 +769,103 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 358840960832, "rshares": 1119181397810, "voter": "rossco99" }, { "percent": "10000", - "reputation": 0, + "reputation": 49549461527, "rshares": 461536194020, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 0, + "reputation": 101807714979611, "rshares": 698098902296, "voter": "pfunk" }, { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 651645205561, "voter": "clains" }, { "percent": "10000", - "reputation": 0, + "reputation": 8963739580468, "rshares": 131708490559, "voter": "team" }, { "percent": "10000", - "reputation": 0, + "reputation": 19959120564829, "rshares": 42712960461, "voter": "alexgr" }, { "percent": "10000", - "reputation": 0, + "reputation": 34347753869675, "rshares": 211242392243, "voter": "camilla" }, { "percent": "400", - "reputation": 0, + "reputation": 5414208804644, "rshares": 1333641507, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 8364732813017, "rshares": 130765248410, "voter": "psylains" }, { "percent": "10000", - "reputation": 0, + "reputation": 4611433093423, "rshares": 27088176517, "voter": "tmendieta" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1027472226, "voter": "coar" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1413239642, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 2423086926842, "rshares": 16193082064, "voter": "b4bb4r-5h3r" }, { "percent": "3100", - "reputation": 0, + "reputation": 16234753830016, "rshares": 24219759293, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 0, + "reputation": 4260826979219, "rshares": 8338989775, "voter": "givemeyoursteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 3046358914696, "rshares": 20202699413, "voter": "samether" }, { "percent": "10000", - "reputation": 0, + "reputation": 14028106211346, "rshares": 51727323862, "voter": "kus-knee" }, @@ -877,31 +877,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4821174317675, "rshares": 3484563685, "voter": "alexft" }, { "percent": "10000", - "reputation": 0, + "reputation": 184227769156, "rshares": 324365953, "voter": "helle" }, { "percent": "10000", - "reputation": 0, + "reputation": 454055212995, "rshares": 1640980092, "voter": "gidlark" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 17414401735, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 1891778559109, "rshares": 5888362824, "voter": "bitspace" }, @@ -913,97 +913,97 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 11521200292, "voter": "asim" }, { "percent": "10000", - "reputation": 0, + "reputation": 38947133984552, "rshares": 226192934152, "voter": "jesta" }, { "percent": "1000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 664445440, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 669199844401, "rshares": 10310589431, "voter": "mun" }, { "percent": "10000", - "reputation": 0, + "reputation": -2314406420479, "rshares": 1913344238, "voter": "earnest" }, { "percent": "10000", - "reputation": 0, + "reputation": 20001506960251, "rshares": 261981171388, "voter": "liberosist" }, { "percent": "1000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 32296817492, "voter": "jl777" }, { "percent": "10000", - "reputation": 0, + "reputation": 929113870632, "rshares": 327972405, "voter": "valenttina" }, { "percent": "10000", - "reputation": 0, + "reputation": 2568808468562, "rshares": 3985741522, "voter": "sompitonov" }, { "percent": "1000", - "reputation": 0, + "reputation": 58190631451, "rshares": 2725653124, "voter": "proto" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571312226030, "rshares": 7508323572, "voter": "beanz" }, { "percent": "1000", - "reputation": 0, + "reputation": 4063076365725, "rshares": 348014675, "voter": "bullionstackers" }, { "percent": "5000", - "reputation": 0, + "reputation": 8806485920347, "rshares": 22980208089, "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 0, + "reputation": 106575300404, "rshares": 3258419015, "voter": "glitterpig" }, { "percent": "1000", - "reputation": 0, + "reputation": 1275505236, "rshares": 1378514942, "voter": "taker" }, { "percent": "10000", - "reputation": 0, + "reputation": 6380056335097, "rshares": 14860602062, "voter": "randyclemens" }, @@ -1015,31 +1015,31 @@ }, { "percent": "5000", - "reputation": 0, + "reputation": 64878458203, "rshares": 728479455, "voter": "alexma3x" }, { "percent": "10000", - "reputation": 0, + "reputation": 12539394694005, "rshares": 8953896241, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 0, + "reputation": -2498083480, "rshares": 111977218, "voter": "skeptic" }, { "percent": "10000", - "reputation": 0, + "reputation": 4069545029880, "rshares": 3066392990, "voter": "funnyman" }, { "percent": "10000", - "reputation": 0, + "reputation": 878526376261, "rshares": 88662747, "voter": "mlialen" }, @@ -1051,19 +1051,19 @@ }, { "percent": "4500", - "reputation": 0, + "reputation": 414609406210, "rshares": 1515433531, "voter": "robotev" }, { "percent": "10000", - "reputation": 0, + "reputation": 1487989126850, "rshares": 1977901532, "voter": "haphazard-hstead" }, { "percent": "10000", - "reputation": 0, + "reputation": 271380763884, "rshares": 50985709, "voter": "natord" }, @@ -1075,13 +1075,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 13670562023, "voter": "goldmatters" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "### Where the Trees will not grow in the cold weather, where the houses are far apart but the hearts are close together.\n\nhttps://i.imgsafe.org/52a5ddd3b8.jpg\n\n### My Mother grew up here and I lived my first year in worlds most northern city called Hammerfest. The soil here is frozen, the land is flat and full of stones but still the tourists are very impressed.\n\nhttps://i.imgsafe.org/52c7a83b71.jpg\n\n### On a small island called Ertsvika my great grand parents lived with their 13 children. It was a hard life in poverty and cold winters, but their health where strong and their hearts where warm.\n\nhttps://i.imgsafe.org/52c38d5ff5.jpg\n\n### They lived of fishing and gathering berries. The next neighbors where 8 hours away by foot. My great grand mother gave birth to all the children without any doctor to help her, the oldest daughter was the midwife. The oldest son had to fish with his father on the stormy ocean when he was 8 years old, he died early from hard work. \n\nhttps://i.imgsafe.org/52b994c30e.jpg\n\n### Now the ancestors visit this place from time to time, where the old house used to be there is now a small cabin. There is a peaceful land far far north where nobody lives only birds and raindeers. \n\nhttps://i.imgsafe.org/52ad9349ed.jpg\n\n### The pictures are taken by my mother who is there now, visiting her mother and her childhood places. I hope you enjoyed this glimpse from the past.", "body_length": 1412, @@ -1113,13 +1113,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 376199691813, "voter": "anonymous" }, { "percent": "4000", - "reputation": 0, + "reputation": 14765040488827, "rshares": 10514445664165, "voter": "berniesanders" }, @@ -1131,139 +1131,139 @@ }, { "percent": "4000", - "reputation": 0, + "reputation": 9326993992, "rshares": 64047892423, "voter": "nextgenwitness" }, { "percent": "4000", - "reputation": 0, + "reputation": 608057298751, "rshares": 228778017848, "voter": "justin" }, { "percent": "4000", - "reputation": 0, + "reputation": 138490649, "rshares": 667121759026, "voter": "silver" }, { "percent": "4000", - "reputation": 0, + "reputation": 4018307276106, "rshares": 1625458470769, "voter": "silversteem" }, { "percent": "4000", - "reputation": 0, + "reputation": 27931460807554, "rshares": 1817776274078, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 358840960832, "rshares": 1086156024356, "voter": "rossco99" }, { "percent": "4000", - "reputation": 0, + "reputation": 29449063355738, "rshares": 134451929559, "voter": "steemservices" }, { "percent": "5000", - "reputation": 0, + "reputation": 1241362310762, "rshares": 6459214622, "voter": "bentley" }, { "percent": "10000", - "reputation": 0, + "reputation": 49549461527, "rshares": 469477368872, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 651645205561, "voter": "clains" }, { "percent": "1000", - "reputation": 0, + "reputation": 2165622245848, "rshares": 2586674942, "voter": "yefet" }, { "percent": "10000", - "reputation": 0, + "reputation": 34347753869675, "rshares": 215464179712, "voter": "camilla" }, { "percent": "900", - "reputation": 0, + "reputation": 4931834878069, "rshares": 2027172658, "voter": "fkn" }, { "percent": "900", - "reputation": 0, + "reputation": 5414208804644, "rshares": 2666300169, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 8364732813017, "rshares": 130765248410, "voter": "psylains" }, { "percent": "4200", - "reputation": 0, + "reputation": 15755437221598, "rshares": 10966759140, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 4611433093423, "rshares": 27080912220, "voter": "tmendieta" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1027351719, "voter": "coar" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1413116466, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4509451541223, "rshares": 59824941705, "voter": "theshell" }, { "percent": "10000", - "reputation": 0, + "reputation": 16234753830016, "rshares": 76309016178, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 0, + "reputation": 4260826979219, "rshares": 7998622846, "voter": "givemeyoursteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 387218146988, "rshares": 1457681508, "voter": "benthegameboy" }, @@ -1275,103 +1275,103 @@ }, { "percent": "900", - "reputation": 0, + "reputation": 598181152117, "rshares": 21517750872, "voter": "kimziv" }, { "percent": "10000", - "reputation": 0, + "reputation": 2758500001611, "rshares": 6684459064, "voter": "fuck.off" }, { "percent": "10000", - "reputation": 0, + "reputation": 1019011681813, "rshares": 6605970020, "voter": "iloveporn" }, { "percent": "10000", - "reputation": 0, + "reputation": 1557874437556, "rshares": 5890677916, "voter": "the.bot" }, { "percent": "10000", - "reputation": 0, + "reputation": 2445708956667, "rshares": 8035250377, "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 0, + "reputation": 4821174317675, "rshares": 3600677639, "voter": "alexft" }, { "percent": "10000", - "reputation": 0, + "reputation": 1691376287481, "rshares": 5718018880, "voter": "the.whale" }, { "percent": "10000", - "reputation": 0, + "reputation": 25984358555464, "rshares": 69790115190, "voter": "bacchist" }, { "percent": "10000", - "reputation": 0, + "reputation": 1797275012018, "rshares": 7395923269, "voter": "dasha" }, { "percent": "10000", - "reputation": 0, + "reputation": 184227769156, "rshares": 324365953, "voter": "helle" }, { "percent": "10000", - "reputation": 0, + "reputation": 1160886081198, "rshares": 5415715980, "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 0, + "reputation": 454055212995, "rshares": 1640965017, "voter": "gidlark" }, { "percent": "10000", - "reputation": 0, + "reputation": 1035952800698, "rshares": 5716399817, "voter": "vote" }, { "percent": "10000", - "reputation": 0, + "reputation": 2237331858240, "rshares": 6024180188, "voter": "kissmybutt" }, { "percent": "900", - "reputation": 0, + "reputation": 19111656178138, "rshares": 7528587638, "voter": "furion" }, { "percent": "900", - "reputation": 0, + "reputation": 9142611234, "rshares": 52858601, "voter": "ch0c0latechip" }, { "percent": "10000", - "reputation": 0, + "reputation": 1891778559109, "rshares": 5888362824, "voter": "bitspace" }, @@ -1383,145 +1383,145 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 11146913938, "voter": "asim" }, { "percent": "1000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 442913138, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 2339981102950, "rshares": 4188095885, "voter": "fubar-bdhr" }, { "percent": "10000", - "reputation": 0, + "reputation": 46246767220, "rshares": 9150087358, "voter": "rpf" }, { "percent": "1000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 21529337232, "voter": "jl777" }, { "percent": "900", - "reputation": 0, + "reputation": 10519849768972, "rshares": 1643275913, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 2568808468562, "rshares": 3905082034, "voter": "sompitonov" }, { "percent": "1000", - "reputation": 0, + "reputation": 58190631451, "rshares": 1816956761, "voter": "proto" }, { "percent": "900", - "reputation": 0, + "reputation": 17698439393799, "rshares": 2685190882, "voter": "sisterholics" }, { "percent": "900", - "reputation": 0, + "reputation": 147425730, "rshares": 54905658, "voter": "fnait" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571312226030, "rshares": 7508323572, "voter": "beanz" }, { "percent": "5000", - "reputation": 0, + "reputation": 4063076365725, "rshares": 1609908331, "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 0, + "reputation": 106575300404, "rshares": 3142023228, "voter": "glitterpig" }, { "percent": "1000", - "reputation": 0, + "reputation": 1275505236, "rshares": 918895431, "voter": "taker" }, { "percent": "10000", - "reputation": 0, + "reputation": 4116067655741, "rshares": 7760931567, "voter": "sykochica" }, { "percent": "900", - "reputation": 0, + "reputation": 10771708337101, "rshares": 95270090466, "voter": "laonie" }, { "percent": "900", - "reputation": 0, + "reputation": 18027204457681, "rshares": 3947218827, "voter": "myfirst" }, { "percent": "900", - "reputation": 0, + "reputation": 5776723480371, "rshares": 19377752514, "voter": "somebody" }, { "percent": "900", - "reputation": 0, + "reputation": 206355094166, "rshares": 966298641, "voter": "flysaga" }, { "percent": "900", - "reputation": 0, + "reputation": 97845484474, "rshares": 5708182705, "voter": "midnightoil" }, { "percent": "900", - "reputation": 0, + "reputation": 3016325652890, "rshares": 10675325035, "voter": "xiaohui" }, { "percent": "10000", - "reputation": 0, + "reputation": 475920141542, "rshares": 286701566, "voter": "riosparada" }, { "percent": "10000", - "reputation": 0, + "reputation": 6380056335097, "rshares": 15163479832, "voter": "randyclemens" }, { "percent": "900", - "reputation": 0, + "reputation": 1851205309677, "rshares": 446441859, "voter": "xiaokongcom" }, @@ -1533,7 +1533,7 @@ }, { "percent": "900", - "reputation": 0, + "reputation": 4195733833721, "rshares": 899777990, "voter": "xianjun" }, @@ -1545,19 +1545,19 @@ }, { "percent": "900", - "reputation": 0, + "reputation": 730408370151, "rshares": 59017260, "voter": "microluck" }, { "percent": "2900", - "reputation": 0, + "reputation": 13325577893779, "rshares": 8925161251, "voter": "kyriacos" }, { "percent": "4000", - "reputation": 0, + "reputation": 31215012571, "rshares": 13689306732, "voter": "thecurator" }, @@ -1569,13 +1569,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 654546773339, "rshares": 758446790, "voter": "dajohns1420" }, { "percent": "10000", - "reputation": 0, + "reputation": 2516108074649, "rshares": 446928899, "voter": "runridefly" }, @@ -1599,25 +1599,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 84203992220, "rshares": 167755251, "voter": "myxxo" }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 9342417724, "voter": "goldmatters" }, { "percent": "10000", - "reputation": 0, + "reputation": 1309073721476, "rshares": 154551739, "voter": "reddust" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "### I colored this drawing with color pencils and markers. It took me about 6 hours to color in all the details.\nhttps://i.imgsafe.org/496152e4bb.jpg\n\n### The drawing is from Johanna Basfords coloring book: Enchanted Forest.\n### I hope your autumn days are bright, peaceful and full of colors :)", "body_length": 296, @@ -1661,31 +1661,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2827502899317, "rshares": 881134799010, "voter": "ihashfury" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3717110869, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 4512329498, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 836485872, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 64574074288, "voter": "bue" }, @@ -1703,7 +1703,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 36473167044, "rshares": 58220800300, "voter": "jason" }, @@ -1721,7 +1721,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 651547610677, "voter": "clains" }, @@ -1733,61 +1733,61 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 34347753869675, "rshares": 208959265498, "voter": "camilla" }, { "percent": "10000", - "reputation": 0, + "reputation": 4602759566516, "rshares": 18819526182, "voter": "joelinux" }, { "percent": "1000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 2516322334, "voter": "fkn" }, { "percent": "10000", - "reputation": 0, + "reputation": 8364732813017, "rshares": 130761399219, "voter": "psylains" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 20594040118, "voter": "acidyo" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 2144798511, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 16234753830016, "rshares": 14510675143, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 0, + "reputation": 11429090901893, "rshares": 105319082824, "voter": "kenny-crane" }, { "percent": "10000", - "reputation": 0, + "reputation": 3046358914696, "rshares": 12517472259, "voter": "samether" }, { "percent": "10000", - "reputation": 0, + "reputation": 60725834714442, "rshares": 498866441418, "voter": "infovore" }, @@ -1799,109 +1799,109 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4821174317675, "rshares": 1293108114, "voter": "alexft" }, { "percent": "10000", - "reputation": 0, + "reputation": 184227769156, "rshares": 317878634, "voter": "helle" }, { "percent": "10000", - "reputation": 0, + "reputation": 156169282296, "rshares": 288862211, "voter": "sonyanka" }, { "percent": "10000", - "reputation": 0, + "reputation": 454055212995, "rshares": 1068065366, "voter": "gidlark" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 36373502706, "voter": "r4fken" }, { "percent": "1000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 6737532997, "voter": "furion" }, { "percent": "1000", - "reputation": 0, + "reputation": 9142611234, "rshares": 66729728, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 0, + "reputation": 3871042, "rshares": 61176267, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, + "reputation": 1510234773828, "rshares": 1449063519, "voter": "bitland" }, { "percent": "10000", - "reputation": 0, + "reputation": 3040770542655, "rshares": 8958646993, "voter": "warrensteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 2173940256661, "rshares": 11847119619, "voter": "benjiberigan" }, { "percent": "10000", - "reputation": 0, + "reputation": 49770527, "rshares": 3477759461, "voter": "davidr" }, { "percent": "10000", - "reputation": 0, + "reputation": 4194711042931, "rshares": 5157719610, "voter": "rainchen" }, { "percent": "1000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 2035711479, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 2568808468562, "rshares": 2582334157, "voter": "sompitonov" }, { "percent": "10000", - "reputation": 0, + "reputation": 3278418228934, "rshares": 1483268746, "voter": "karenb54" }, { "percent": "10000", - "reputation": 0, + "reputation": 10137266406870, "rshares": 5881267398, "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 0, + "reputation": 1056504274649, "rshares": 14523418548, "voter": "trending" }, @@ -1913,49 +1913,49 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 11448117997, "rshares": 53538363, "voter": "alfaman" }, { "percent": "10000", - "reputation": 0, + "reputation": 166185808108, "rshares": 89557215, "voter": "artsteemit" }, { "percent": "10000", - "reputation": 0, + "reputation": 896116963054, "rshares": 260795401928, "voter": "oldtimer" }, { "percent": "10000", - "reputation": 0, + "reputation": 5788018857372, "rshares": 5119704190, "voter": "pseudopoise" }, { "percent": "10000", - "reputation": 0, + "reputation": 2953997242466, "rshares": 2640261133, "voter": "newandold" }, { "percent": "10000", - "reputation": 0, + "reputation": 2609275826131, "rshares": 73301607, "voter": "alina1" }, { "percent": "10000", - "reputation": 0, + "reputation": 1013164758868, "rshares": 86602186, "voter": "borishaifa" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "https://i.imgsafe.org/462f04dde3.jpg\n\n### I decided to color this drawing in evening colors, with moonlight and a mysterious atmosphere. I wonder who lives inside? \n\n### This is a coloring page from Johanna Basfords adult coloring book; The Enchanted Forest. It is a beautiful coloring book with a lot of detailed drawings for art lovers. I recommend you to try coloring, it is very fun and relaxing.", "body_length": 400, @@ -1987,31 +1987,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 261787136527, "rshares": 699869142788, "voter": "barrie" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3716506788, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 4511520754, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 836390485, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 64478208626, "voter": "bue" }, @@ -2029,25 +2029,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 330982605, "rshares": 205885443922, "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 0, + "reputation": -296615780418, "rshares": 1781009490, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 1042742279126, "voter": "boombastic" }, { "percent": "10000", - "reputation": 0, + "reputation": 7520586390, "rshares": 136423477114, "voter": "mrs.agsexplorer" }, @@ -2071,19 +2071,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 651547610677, "voter": "clains" }, { "percent": "5000", - "reputation": 0, + "reputation": 72112139588726, "rshares": 411193620672, "voter": "steemrollin" }, { "percent": "10000", - "reputation": 0, + "reputation": 8442392793360, "rshares": 83823290528, "voter": "jchch" }, @@ -2095,61 +2095,61 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 34347753869675, "rshares": 196415887656, "voter": "camilla" }, { "percent": "1000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 2515794369, "voter": "fkn" }, { "percent": "10000", - "reputation": 0, + "reputation": 493863952, "rshares": 815109030, "voter": "weenfan" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1235425485, "voter": "coar" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 2501121670, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 11765473490257, "rshares": 38148796757, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 0, + "reputation": 4260826979219, "rshares": 6621890334, "voter": "givemeyoursteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 3046358914696, "rshares": 12506147358, "voter": "samether" }, { "percent": "10000", - "reputation": 0, + "reputation": 60725834714442, "rshares": 498866441418, "voter": "infovore" }, { "percent": "10000", - "reputation": 0, + "reputation": 86912853643710, "rshares": 576123366602, "voter": "anwenbaumeister" }, @@ -2161,79 +2161,79 @@ }, { "percent": "3800", - "reputation": 0, + "reputation": 598181152117, "rshares": 81516988096, "voter": "kimziv" }, { "percent": "10000", - "reputation": 0, + "reputation": 26564452802341, "rshares": 380560965830, "voter": "inboundinken" }, { "percent": "10000", - "reputation": 0, + "reputation": 4821174317675, "rshares": 1323495176, "voter": "alexft" }, { "percent": "10000", - "reputation": 0, + "reputation": 2272555442064, "rshares": 4144765674, "voter": "azaan" }, { "percent": "10000", - "reputation": 0, + "reputation": 40255997582, "rshares": 7251338488, "voter": "cannav" }, { "percent": "10000", - "reputation": 0, + "reputation": 184227769156, "rshares": 317878634, "voter": "helle" }, { "percent": "10000", - "reputation": 0, + "reputation": 454055212995, "rshares": 899072978, "voter": "gidlark" }, { "percent": "10000", - "reputation": 0, + "reputation": 255334396905, "rshares": 309595731, "voter": "damono" }, { "percent": "10000", - "reputation": 0, + "reputation": 5451039980643, "rshares": 66072086, "voter": "steemswede" }, { "percent": "5300", - "reputation": 0, + "reputation": 4667991454724, "rshares": 385407509479, "voter": "slowwalker" }, { "percent": "1000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 6443364271, "voter": "furion" }, { "percent": "1000", - "reputation": 0, + "reputation": 9142611234, "rshares": 80071708, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 0, + "reputation": 3871042, "rshares": 73407555, "voter": "doge4lyf" }, @@ -2245,193 +2245,193 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 11247489359, "voter": "asim" }, { "percent": "10000", - "reputation": 0, + "reputation": 669199844401, "rshares": 10718908273, "voter": "mun" }, { "percent": "10000", - "reputation": 0, + "reputation": 49770527, "rshares": 3477759461, "voter": "davidr" }, { "percent": "1000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 2035271197, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 2568808468562, "rshares": 2582334157, "voter": "sompitonov" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 573561954, "voter": "curator" }, { "percent": "3600", - "reputation": 0, + "reputation": 17698439393799, "rshares": 10939107363, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 0, + "reputation": -2287580630, "rshares": 1935501680, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 0, + "reputation": 3821319838891, "rshares": 21092500953, "voter": "sisters" }, { "percent": "10000", - "reputation": 0, + "reputation": 8561737881023, "rshares": 18662568563, "voter": "pixielolz" }, { "percent": "10000", - "reputation": 0, + "reputation": 988942038058, "rshares": 49255441191, "voter": "gomeravibz" }, { "percent": "1900", - "reputation": 0, + "reputation": 10771708337101, "rshares": 246915489385, "voter": "laonie" }, { "percent": "10000", - "reputation": 0, + "reputation": 44365270334, "rshares": 71274014, "voter": "always1success" }, { "percent": "2800", - "reputation": 0, + "reputation": 18027204457681, "rshares": 9989223166, "voter": "myfirst" }, { "percent": "3800", - "reputation": 0, + "reputation": 5776723480371, "rshares": 95503641493, "voter": "somebody" }, { "percent": "3800", - "reputation": 0, + "reputation": 206355094166, "rshares": 3590726569, "voter": "flysaga" }, { "percent": "3700", - "reputation": 0, + "reputation": 97845484474, "rshares": 19790068742, "voter": "midnightoil" }, { "percent": "1900", - "reputation": 0, + "reputation": 3016325652890, "rshares": 28004283547, "voter": "xiaohui" }, { "percent": "3300", - "reputation": 0, + "reputation": 1851205309677, "rshares": 1203592518, "voter": "xiaokongcom" }, { "percent": "3800", - "reputation": 0, + "reputation": 4195733833721, "rshares": 3300873134, "voter": "xianjun" }, { "percent": "3800", - "reputation": 0, + "reputation": 730408370151, "rshares": 220497628, "voter": "microluck" }, { "percent": "10000", - "reputation": 0, + "reputation": 1916013022364, "rshares": 467344544, "voter": "wuyueling" }, { "percent": "10000", - "reputation": 0, + "reputation": 1833661746969, "rshares": 2291978770, "voter": "seva" }, { "percent": "10000", - "reputation": 0, + "reputation": 2852613092773, "rshares": 2712232665, "voter": "andressilvera" }, { "percent": "10000", - "reputation": 0, + "reputation": 12539394694005, "rshares": 2688591552, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 0, + "reputation": 2288762261504, "rshares": 8155734304, "voter": "goose" }, { "percent": "10000", - "reputation": 0, + "reputation": 5471554000, "rshares": 53783795, "voter": "jod" }, { "percent": "10000", - "reputation": 0, + "reputation": 33451402996481, "rshares": 186528421973, "voter": "jamielefay" }, { "percent": "10000", - "reputation": 0, + "reputation": 5646699288797, "rshares": 2492945627, "voter": "gringalicious" }, { "percent": "10000", - "reputation": 0, + "reputation": 414609406210, "rshares": 157160989, "voter": "robotev" }, { "percent": "10000", - "reputation": 0, + "reputation": 1150196390848, "rshares": 50056278, "voter": "anns" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "https://i.imgsafe.org/355673e5fe.jpg\n\n### I colored this Peacock from Millie Marotta's Tropical Wonderland coloring book for adults. I love this drawing, but it took forever. Unfortunately I never finished it completely.", "body_length": 220, @@ -2463,73 +2463,73 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 261787136527, "rshares": 699869142788, "voter": "barrie" }, { "percent": "4000", - "reputation": 0, + "reputation": 14765040488827, "rshares": 11357569835389, "voter": "berniesanders" }, { "percent": "4000", - "reputation": 0, + "reputation": 9326993992, "rshares": 91312255682, "voter": "nextgenwitness" }, { "percent": "4000", - "reputation": 0, + "reputation": 608057298751, "rshares": 273812540770, "voter": "justin" }, { "percent": "4000", - "reputation": 0, + "reputation": 138490649, "rshares": 552847788283, "voter": "silver" }, { "percent": "4000", - "reputation": 0, + "reputation": 4018307276106, "rshares": 1251901458047, "voter": "silversteem" }, { "percent": "4000", - "reputation": 0, + "reputation": 27931460807554, "rshares": 2044381967001, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3716409175, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 4511397243, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 836372556, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 64467288690, "voter": "bue" }, { "percent": "4000", - "reputation": 0, + "reputation": 29449063355738, "rshares": 190090324242, "voter": "steemservices" }, @@ -2547,13 +2547,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 1021461824450, "voter": "boombastic" }, { "percent": "10000", - "reputation": 0, + "reputation": 7520586390, "rshares": 133695007572, "voter": "mrs.agsexplorer" }, @@ -2583,7 +2583,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 651547610677, "voter": "clains" }, @@ -2595,67 +2595,67 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 34347753869675, "rshares": 196415887656, "voter": "camilla" }, { "percent": "1000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 3018949260, "voter": "fkn" }, { "percent": "10000", - "reputation": 0, + "reputation": 8364732813017, "rshares": 130761399219, "voter": "psylains" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1235416187, "voter": "coar" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 2501119346, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4225750906887, "rshares": 67102335327, "voter": "beerbloke" }, { "percent": "10000", - "reputation": 0, + "reputation": 16234753830016, "rshares": 14164988206, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 0, + "reputation": 3046358914696, "rshares": 12908349623, "voter": "samether" }, { "percent": "10000", - "reputation": 0, + "reputation": 1823741139572, "rshares": 2988547486, "voter": "ola-haukland" }, { "percent": "10000", - "reputation": 0, + "reputation": 1050758001641, "rshares": 21364980610, "voter": "ossama-benjohn" }, { "percent": "10000", - "reputation": 0, + "reputation": 86912853643710, "rshares": 605001101244, "voter": "anwenbaumeister" }, @@ -2667,91 +2667,91 @@ }, { "percent": "3900", - "reputation": 0, + "reputation": 598181152117, "rshares": 86937942635, "voter": "kimziv" }, { "percent": "10000", - "reputation": 0, + "reputation": 26564452802341, "rshares": 372949746513, "voter": "inboundinken" }, { "percent": "10000", - "reputation": 0, + "reputation": 6767512298331, "rshares": 39931517472, "voter": "treeshaface" }, { "percent": "10000", - "reputation": 0, + "reputation": 4821174317675, "rshares": 1291983386, "voter": "alexft" }, { "percent": "10000", - "reputation": 0, + "reputation": 40255997582, "rshares": 7251329191, "voter": "cannav" }, { "percent": "10000", - "reputation": 0, + "reputation": 184227769156, "rshares": 317878634, "voter": "helle" }, { "percent": "10000", - "reputation": 0, + "reputation": 156169282296, "rshares": 300652505, "voter": "sonyanka" }, { "percent": "10000", - "reputation": 0, + "reputation": 454055212995, "rshares": 899072978, "voter": "gidlark" }, { "percent": "10000", - "reputation": 0, + "reputation": 1700182089209, "rshares": 105203907357, "voter": "rubybian" }, { "percent": "10000", - "reputation": 0, + "reputation": 255334396905, "rshares": 316045642, "voter": "damono" }, { "percent": "10000", - "reputation": 0, + "reputation": 5451039980643, "rshares": 66072086, "voter": "steemswede" }, { "percent": "1000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 6443355972, "voter": "furion" }, { "percent": "1000", - "reputation": 0, + "reputation": 9142611234, "rshares": 80071708, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 0, + "reputation": 3871042, "rshares": 73407555, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, + "reputation": 1891778559109, "rshares": 5888231135, "voter": "bitspace" }, @@ -2763,151 +2763,151 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 11247489359, "voter": "asim" }, { "percent": "10000", - "reputation": 0, + "reputation": 669199844401, "rshares": 10508733601, "voter": "mun" }, { "percent": "10000", - "reputation": 0, + "reputation": 49770527, "rshares": 3477759461, "voter": "davidr" }, { "percent": "10000", - "reputation": 0, + "reputation": 477578742546, "rshares": 7779206097, "voter": "tarindel" }, { "percent": "1000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 2442323444, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 2568808468562, "rshares": 2582334157, "voter": "sompitonov" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 573554319, "voter": "curator" }, { "percent": "3700", - "reputation": 0, + "reputation": 17698439393799, "rshares": 10937960192, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 0, + "reputation": -2287580630, "rshares": 1896791647, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 0, + "reputation": 1416246303584, "rshares": 9379848960, "voter": "michaeldodridge" }, { "percent": "10000", - "reputation": 0, + "reputation": 27855371709889, "rshares": 43662231796, "voter": "healthyrecipes" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571312226030, "rshares": 7333711396, "voter": "beanz" }, { "percent": "10000", - "reputation": 0, + "reputation": 3821319838891, "rshares": 20670650934, "voter": "sisters" }, { "percent": "10000", - "reputation": 0, + "reputation": 3278418228934, "rshares": 1655710133, "voter": "karenb54" }, { "percent": "10000", - "reputation": 0, + "reputation": 4116067655741, "rshares": 1824033796, "voter": "sykochica" }, { "percent": "10000", - "reputation": 0, + "reputation": 636819078766, "rshares": 65556498, "voter": "whitemike313" }, { "percent": "3100", - "reputation": 0, + "reputation": 10771708337101, "rshares": 401107146215, "voter": "laonie" }, { "percent": "2800", - "reputation": 0, + "reputation": 18027204457681, "rshares": 9854253757, "voter": "myfirst" }, { "percent": "3900", - "reputation": 0, + "reputation": 5776723480371, "rshares": 101852903978, "voter": "somebody" }, { "percent": "10000", - "reputation": 0, + "reputation": 3350958489391, "rshares": 2149546785, "voter": "darknet" }, { "percent": "3900", - "reputation": 0, + "reputation": 206355094166, "rshares": 3829646472, "voter": "flysaga" }, { "percent": "3900", - "reputation": 0, + "reputation": 97845484474, "rshares": 21296995476, "voter": "midnightoil" }, { "percent": "3100", - "reputation": 0, + "reputation": 3016325652890, "rshares": 44908115073, "voter": "xiaohui" }, { "percent": "3300", - "reputation": 0, + "reputation": 1851205309677, "rshares": 1181562298, "voter": "xiaokongcom" }, { "percent": "4000", - "reputation": 0, + "reputation": 4195733833721, "rshares": 3520527889, "voter": "xianjun" }, @@ -2925,67 +2925,67 @@ }, { "percent": "3900", - "reputation": 0, + "reputation": 730408370151, "rshares": 210843520, "voter": "microluck" }, { "percent": "4000", - "reputation": 0, + "reputation": 31215012571, "rshares": 15277887140, "voter": "thecurator" }, { "percent": "10000", - "reputation": 0, + "reputation": 9530915857627, "rshares": 11929850774, "voter": "mikemacintire" }, { "percent": "10000", - "reputation": 0, + "reputation": 3135058867066, "rshares": 310128045, "voter": "stillsafe" }, { "percent": "10000", - "reputation": 0, + "reputation": 1833661746969, "rshares": 2291978770, "voter": "seva" }, { "percent": "10000", - "reputation": 0, + "reputation": 794973811289, "rshares": 1190649584, "voter": "baro" }, { "percent": "10000", - "reputation": 0, + "reputation": 12539394694005, "rshares": 2688591552, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 0, + "reputation": 5471554000, "rshares": 53783795, "voter": "jod" }, { "percent": "10000", - "reputation": 0, + "reputation": 329560640, "rshares": 69255373, "voter": "kattz" }, { "percent": "10000", - "reputation": 0, + "reputation": 414609406210, "rshares": 168125709, "voter": "robotev" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "### Adult coloring is a popular activity all over the world. People say it makes them more creative and peaceful. It is like a meditative practice! I have all the coloring books made by Johanna Basford. Her drawings are so detailed and beautiful and I love to color them. \n### Here is some of the pages I have colored so far:\n### 1. The watering can\nhttps://i.imgsafe.org/349cd53693.jpg\n\n### 2. Colorful Plants\nhttps://i.imgsafe.org/34a0a5aa73.jpg\n\n### 3. The Bird (This is from Millie Marotta's tropical wonderland book)\nhttps://i.imgsafe.org/34ea9ca68b.jpg\n\n### 4. Heart of Flowers\nhttps://i.imgsafe.org/34a0990260.jpg\n\n### 5. The TreeHouse (not yet finished)\nhttps://i.imgsafe.org/34eac272d9.jpg\n\n### Which one do you like best?\n### Do you like to color? \n\n### Maybe we should share our color pages here on Steem? :)", "body_length": 819, @@ -3017,25 +3017,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 4335706062, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 5263166562, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 975749378, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 75198005302, "voter": "bue" }, @@ -3053,7 +3053,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 28971806962251, "rshares": 2059417973499, "voter": "joseph" }, @@ -3071,7 +3071,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 638772167330, "voter": "clains" }, @@ -3083,55 +3083,55 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 34347753869675, "rshares": 204774010535, "voter": "camilla" }, { "percent": "1000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 2515681432, "voter": "fkn" }, { "percent": "10000", - "reputation": 0, + "reputation": 3750669747284, "rshares": 267645652204, "voter": "pal" }, { "percent": "10000", - "reputation": 0, + "reputation": 8364732813017, "rshares": 130761399219, "voter": "psylains" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 18287076517, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1455982374, "voter": "coar" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 2501114696, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4260826979219, "rshares": 7301058574, "voter": "givemeyoursteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 86912853643710, "rshares": 575997658790, "voter": "anwenbaumeister" }, @@ -3143,67 +3143,67 @@ }, { "percent": "3900", - "reputation": 0, + "reputation": 598181152117, "rshares": 86937942635, "voter": "kimziv" }, { "percent": "10000", - "reputation": 0, + "reputation": 4821174317675, "rshares": 1384136862, "voter": "alexft" }, { "percent": "10000", - "reputation": 0, + "reputation": 184227769156, "rshares": 304903995, "voter": "helle" }, { "percent": "10000", - "reputation": 0, + "reputation": 454055212995, "rshares": 898813284, "voter": "gidlark" }, { "percent": "10000", - "reputation": 0, + "reputation": 3326209124802, "rshares": 10960200839, "voter": "aeico" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 34242054440, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 5451039980643, "rshares": 66069097, "voter": "steemswede" }, { "percent": "1000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 6443090237, "voter": "furion" }, { "percent": "1000", - "reputation": 0, + "reputation": 9142611234, "rshares": 66726423, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 0, + "reputation": 3871042, "rshares": 61172962, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, + "reputation": 1891778559109, "rshares": 5888231135, "voter": "bitspace" }, @@ -3215,199 +3215,199 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1089147151331, "rshares": 1691522724, "voter": "incomemonthly" }, { "percent": "10000", - "reputation": 0, + "reputation": 2713713668533, "rshares": 1512341703, "voter": "the-future" }, { "percent": "10000", - "reputation": 0, + "reputation": 49770527, "rshares": 3409568099, "voter": "davidr" }, { "percent": "10000", - "reputation": 0, + "reputation": 10900524985586, "rshares": 27552870183, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 0, + "reputation": 11482318062844, "rshares": 44575603381, "voter": "sauravrungta" }, { "percent": "1000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 2035181510, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 929113870632, "rshares": 156154164, "voter": "valenttina" }, { "percent": "10000", - "reputation": 0, + "reputation": 686738916191, "rshares": 108022625, "voter": "sergey44" }, { "percent": "3700", - "reputation": 0, + "reputation": 17698439393799, "rshares": 10937960192, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 0, + "reputation": 8561737881023, "rshares": 18296635846, "voter": "pixielolz" }, { "percent": "10000", - "reputation": 0, + "reputation": 10137266406870, "rshares": 5889601079, "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 0, + "reputation": 8710090850955, "rshares": 35763366050, "voter": "rampant" }, { "percent": "3200", - "reputation": 0, + "reputation": 10771708337101, "rshares": 401107146215, "voter": "laonie" }, { "percent": "2800", - "reputation": 0, + "reputation": 18027204457681, "rshares": 9854253757, "voter": "myfirst" }, { "percent": "4000", - "reputation": 0, + "reputation": 5776723480371, "rshares": 101852903978, "voter": "somebody" }, { "percent": "10000", - "reputation": 0, + "reputation": 3350958489391, "rshares": 2283893459, "voter": "darknet" }, { "percent": "3900", - "reputation": 0, + "reputation": 206355094166, "rshares": 3829646472, "voter": "flysaga" }, { "percent": "3900", - "reputation": 0, + "reputation": 97845484474, "rshares": 21296995476, "voter": "midnightoil" }, { "percent": "3200", - "reputation": 0, + "reputation": 3016325652890, "rshares": 44908115073, "voter": "xiaohui" }, { "percent": "3300", - "reputation": 0, + "reputation": 1851205309677, "rshares": 1181562298, "voter": "xiaokongcom" }, { "percent": "4000", - "reputation": 0, + "reputation": 4195733833721, "rshares": 3520527889, "voter": "xianjun" }, { "percent": "10000", - "reputation": 0, + "reputation": 56139970267, "rshares": 64019062, "voter": "evgenyche" }, { "percent": "3900", - "reputation": 0, + "reputation": 730408370151, "rshares": 210843520, "voter": "microluck" }, { "percent": "10000", - "reputation": 0, + "reputation": 505219265255, "rshares": 433283674, "voter": "violino" }, { "percent": "10000", - "reputation": 0, + "reputation": 3622743, "rshares": 57556400, "voter": "unnsmed" }, { "percent": "10000", - "reputation": 0, + "reputation": 166185808108, "rshares": 87766070, "voter": "artsteemit" }, { "percent": "10000", - "reputation": 0, + "reputation": 9530915857627, "rshares": 12178128873, "voter": "mikemacintire" }, { "percent": "10000", - "reputation": 0, + "reputation": 2852613092773, "rshares": 2712232665, "voter": "andressilvera" }, { "percent": "10000", - "reputation": 0, + "reputation": 12539394694005, "rshares": 2752605636, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 0, + "reputation": 2914114578419, "rshares": 53733343, "voter": "rigaronib" }, { "percent": "10000", - "reputation": 0, + "reputation": 15745290909, "rshares": 50129179, "voter": "julianoneill" }, { "percent": "10000", - "reputation": 0, + "reputation": 414609406210, "rshares": 160815896, "voter": "robotev" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "https://i.imgsafe.org/3221da5276.jpg\n\n### I made this drawing after an interesting LSD trip that changed me in many ways. I am not really sure what these spirits represent but they came from some kind of inhabited emptiness. I spent most of the trip in bed, in the darkness and silence and reorganized my brain. It felt like my universe opened itself up to become aware of even deeper parts of existence. \n\n### The next day I spent about 10 hours just drawing in silence without any plan, this is the result. I made it with markers and colored pencils. I hope you can find some wonder and courage in this drawing.", "body_length": 613, @@ -3439,85 +3439,85 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 70486967561347, "rshares": 40423696280163, "voter": "blocktrades" }, { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 651547610677, "voter": "clains" }, { "percent": "10000", - "reputation": 0, + "reputation": 6977251504339, "rshares": 21742912981, "voter": "dedriss" }, { "percent": "10000", - "reputation": 0, + "reputation": 14073457536993, "rshares": 85420329595, "voter": "edgeland" }, { "percent": "10000", - "reputation": 0, + "reputation": -8847960360622, "rshares": 5443852086, "voter": "nastrom" }, { "percent": "10000", - "reputation": 0, + "reputation": 12712877967688, "rshares": 78050821526, "voter": "easteagle13" }, { "percent": "10000", - "reputation": 0, + "reputation": 34347753869675, "rshares": 213132133414, "voter": "camilla" }, { "percent": "1000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 3018562528, "voter": "fkn" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1500103052, "voter": "coar" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 2501114696, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": -2683858617900, "rshares": 9697923395, "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 0, + "reputation": 4260826979219, "rshares": 7301058574, "voter": "givemeyoursteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 14028106211346, "rshares": 49453012712, "voter": "kus-knee" }, { "percent": "10000", - "reputation": 0, + "reputation": 86912853643710, "rshares": 590098544857, "voter": "anwenbaumeister" }, @@ -3529,55 +3529,55 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4821174317675, "rshares": 1384136862, "voter": "alexft" }, { "percent": "10000", - "reputation": 0, + "reputation": 184227769156, "rshares": 317878634, "voter": "helle" }, { "percent": "10000", - "reputation": 0, + "reputation": 454055212995, "rshares": 898813284, "voter": "gidlark" }, { "percent": "10000", - "reputation": 0, + "reputation": 3326209124802, "rshares": 10960200839, "voter": "aeico" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 35279692453, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 5451039980643, "rshares": 66067104, "voter": "steemswede" }, { "percent": "1000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 6442551945, "voter": "furion" }, { "percent": "1000", - "reputation": 0, + "reputation": 9142611234, "rshares": 80065727, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 0, + "reputation": 3871042, "rshares": 73401574, "voter": "doge4lyf" }, @@ -3589,73 +3589,73 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 97646232305, "rshares": 2867794061, "voter": "sveokla" }, { "percent": "10000", - "reputation": 0, + "reputation": 5827115301697, "rshares": 7946264179, "voter": "deviedev" }, { "percent": "10000", - "reputation": 0, + "reputation": 5029542492239, "rshares": 8884342752, "voter": "blinova" }, { "percent": "10000", - "reputation": 0, + "reputation": 2713713668533, "rshares": 1596360687, "voter": "the-future" }, { "percent": "10000", - "reputation": 0, + "reputation": 49770527, "rshares": 3477759461, "voter": "davidr" }, { "percent": "10000", - "reputation": 0, + "reputation": 879409745645, "rshares": 2031261689, "voter": "lostnuggett" }, { "percent": "1000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 2442012464, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 3201231055, "rshares": 89901345, "voter": "tabata" }, { "percent": "10000", - "reputation": 0, + "reputation": 27855371709889, "rshares": 44571861626, "voter": "healthyrecipes" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571312226030, "rshares": 7333711396, "voter": "beanz" }, { "percent": "10000", - "reputation": 0, + "reputation": -4429007921326, "rshares": 3064339400, "voter": "jillstein2016" }, { "percent": "10000", - "reputation": 0, + "reputation": 56139970267, "rshares": 62738681, "voter": "evgenyche" }, @@ -3667,79 +3667,79 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 37279727062, "rshares": 1719235215, "voter": "bledarus" }, { "percent": "10000", - "reputation": 0, + "reputation": 497846177749, "rshares": 564194019, "voter": "ashwim" }, { "percent": "10000", - "reputation": 0, + "reputation": 3103554028241, "rshares": 489866165, "voter": "levycore" }, { "percent": "10000", - "reputation": 0, + "reputation": 3244771590977, "rshares": 46111352781, "voter": "albensilverberg" }, { "percent": "10000", - "reputation": 0, + "reputation": -642566206250, "rshares": 4743553049, "voter": "craigwilliamz" }, { "percent": "10000", - "reputation": 0, + "reputation": 5036163586, "rshares": 56447612, "voter": "abanks1000" }, { "percent": "10000", - "reputation": 0, + "reputation": 1833661746969, "rshares": 2339728327, "voter": "seva" }, { "percent": "10000", - "reputation": 0, + "reputation": 1409339812298, "rshares": 368214925, "voter": "eight-rad" }, { "percent": "10000", - "reputation": 0, + "reputation": 3573461197670, "rshares": 21537535238, "voter": "luminousvisions" }, { "percent": "10000", - "reputation": 0, + "reputation": 2852613092773, "rshares": 2712232665, "voter": "andressilvera" }, { "percent": "10000", - "reputation": 0, + "reputation": 12539394694005, "rshares": 2752605636, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 0, + "reputation": 6232933391430, "rshares": 525563862, "voter": "edgarsart" }, { "percent": "10000", - "reputation": 0, + "reputation": 2609275826131, "rshares": 52182445, "voter": "alina1" }, @@ -3763,31 +3763,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 219172274, "rshares": 50125683, "voter": "granddady" }, { "percent": "10000", - "reputation": 0, + "reputation": 1582058, "rshares": 50124642, "voter": "senpai30" }, { "percent": "10000", - "reputation": 0, + "reputation": 1150196390848, "rshares": 50056278, "voter": "anns" }, { "percent": "10000", - "reputation": 0, + "reputation": 80731372651, "rshares": 938220198, "voter": "linny" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "
    https://i.imgsafe.org/31a4097d43.jpg
    \n\n### Zendoodles are fun and relaxing to make and does not take much time or skill. I like drawing them while listening to lectures to help my brain process information easier. I made this one with markers and gel pens. I hope you like it :)", "body_length": 294, @@ -3819,25 +3819,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 261787136527, "rshares": 683847433191, "voter": "barrie" }, { "percent": "100", - "reputation": 0, + "reputation": 85602977273, "rshares": 28860495550, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 138490649, "rshares": 1458371301057, "voter": "silver" }, { "percent": "10000", - "reputation": 0, + "reputation": 4018307276106, "rshares": 3345680944130, "voter": "silversteem" }, @@ -3855,31 +3855,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2827502899317, "rshares": 833000682841, "voter": "ihashfury" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 2474667874, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3003831514, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 562780317, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 42511716379, "voter": "bue" }, @@ -3897,19 +3897,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 36473167044, "rshares": 58653028106, "voter": "jason" }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 1018686257991, "voter": "boombastic" }, { "percent": "10000", - "reputation": 0, + "reputation": 7520586390, "rshares": 133122969670, "voter": "mrs.agsexplorer" }, @@ -3939,7 +3939,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 650035765683, "voter": "clains" }, @@ -3951,79 +3951,79 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 12712877967688, "rshares": 77130343250, "voter": "easteagle13" }, { "percent": "10000", - "reputation": 0, + "reputation": 34347753869675, "rshares": 212975452822, "voter": "camilla" }, { "percent": "10000", - "reputation": 0, + "reputation": 2120743942708, "rshares": 18922786616, "voter": "ninzacode" }, { "percent": "1000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 3039393043, "voter": "fkn" }, { "percent": "10000", - "reputation": 0, + "reputation": 7019430473955, "rshares": 28296664166, "voter": "thedarkestplum" }, { "percent": "10000", - "reputation": 0, + "reputation": 8364732813017, "rshares": 130745414900, "voter": "psylains" }, { "percent": "2100", - "reputation": 0, + "reputation": 15755437221598, "rshares": 6533369417, "voter": "acidyo" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1802569172, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 199308931780, "rshares": 75065790, "voter": "akaninyene-etuk" }, { "percent": "10000", - "reputation": 0, + "reputation": 11429090901893, "rshares": 107356674966, "voter": "kenny-crane" }, { "percent": "10000", - "reputation": 0, + "reputation": 9389887938261, "rshares": 6090874010, "voter": "kennyskitchen" }, { "percent": "10000", - "reputation": 0, + "reputation": 14028106211346, "rshares": 45157199110, "voter": "kus-knee" }, { "percent": "10000", - "reputation": 0, + "reputation": 86912853643710, "rshares": 702883755660, "voter": "anwenbaumeister" }, @@ -4035,199 +4035,199 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 6767512298331, "rshares": 42416476585, "voter": "treeshaface" }, { "percent": "10000", - "reputation": 0, + "reputation": 4821174317675, "rshares": 1184197459, "voter": "alexft" }, { "percent": "10000", - "reputation": 0, + "reputation": 15285243314, "rshares": 272053813, "voter": "ales" }, { "percent": "2100", - "reputation": 0, + "reputation": 17405459234693, "rshares": 15621109400, "voter": "venuspcs" }, { "percent": "10000", - "reputation": 0, + "reputation": 184227769156, "rshares": 328582197, "voter": "helle" }, { "percent": "10000", - "reputation": 0, + "reputation": 156169282296, "rshares": 287300396, "voter": "sonyanka" }, { "percent": "10000", - "reputation": 0, + "reputation": 1933204465, "rshares": 55749238572, "voter": "sonzweil" }, { "percent": "10000", - "reputation": 0, + "reputation": 454055212995, "rshares": 810635797, "voter": "gidlark" }, { "percent": "10000", - "reputation": 0, + "reputation": 1700182089209, "rshares": 96608292719, "voter": "rubybian" }, { "percent": "2100", - "reputation": 0, + "reputation": 4066839697461, "rshares": 1911037334, "voter": "getssidetracked" }, { "percent": "10000", - "reputation": 0, + "reputation": 1073334156, "rshares": 193683835, "voter": "eleny" }, { "percent": "1000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 7625139986, "voter": "furion" }, { "percent": "1000", - "reputation": 0, + "reputation": 9142611234, "rshares": 80727592, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 0, + "reputation": 3871042, "rshares": 74011710, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, + "reputation": 1891778559109, "rshares": 5887644206, "voter": "bitspace" }, { "percent": "10000", - "reputation": 0, + "reputation": 1089147151331, "rshares": 1932241518, "voter": "incomemonthly" }, { "percent": "10000", - "reputation": 0, + "reputation": 14826352016829, "rshares": 28142586562, "voter": "diana.catherine" }, { "percent": "10000", - "reputation": 0, + "reputation": 669199844401, "rshares": 10683249473, "voter": "mun" }, { "percent": "10000", - "reputation": 0, + "reputation": 3040770542655, "rshares": 8989925029, "voter": "warrensteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 34120390016, "rshares": 2536619358, "voter": "imp3" }, { "percent": "10000", - "reputation": 0, + "reputation": 513380281140, "rshares": 550614299, "voter": "qonq99" }, { "percent": "1000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 2447903423, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 327313183062, "rshares": 1050846422, "voter": "politicasan2" }, { "percent": "10000", - "reputation": 0, + "reputation": 11096186337460, "rshares": 25012318449, "voter": "anca3drandom" }, { "percent": "10000", - "reputation": 0, + "reputation": -2287580630, "rshares": 221679491, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 0, + "reputation": 8561737881023, "rshares": 5009584219, "voter": "pixielolz" }, { "percent": "10000", - "reputation": 0, + "reputation": 4116067655741, "rshares": 2448936788, "voter": "sykochica" }, { "percent": "10000", - "reputation": 0, + "reputation": 3194641726781, "rshares": 20109765764, "voter": "laoyao" }, { "percent": "10000", - "reputation": 0, + "reputation": 75109707260, "rshares": 31034465046, "voter": "persianqueen" }, { "percent": "10000", - "reputation": 0, + "reputation": 41042395978, "rshares": 83638970, "voter": "xerneas" }, { "percent": "10000", - "reputation": 0, + "reputation": 413797518320, "rshares": 17235879497, "voter": "velourex" }, { "percent": "10000", - "reputation": 0, + "reputation": 11122126920308, "rshares": 2957848839, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 0, + "reputation": 21756574883, "rshares": 525392335, "voter": "iaco" }, @@ -4239,49 +4239,49 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4637390447698, "rshares": 722557178, "voter": "chinadaily" }, { "percent": "10000", - "reputation": 0, + "reputation": 6861320744353, "rshares": 413471359, "voter": "anarchyhasnogods" }, { "percent": "10000", - "reputation": 0, + "reputation": 2516108074649, "rshares": 328935828, "voter": "runridefly" }, { "percent": "0", - "reputation": 0, + "reputation": 17676358821986, "rshares": 137701110, "voter": "krnel" }, { "percent": "10000", - "reputation": 0, + "reputation": 673915909724, "rshares": 1821534745, "voter": "metalbrushes" }, { "percent": "10000", - "reputation": 0, + "reputation": 661603952344, "rshares": 1790641383, "voter": "steempowerwhale" }, { "percent": "10000", - "reputation": 0, + "reputation": 151906532077, "rshares": 50431792, "voter": "stardust" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "#### There was a lot of students, more than 200 and mostly girls. They are all western, privileged straight A students just out of highschool. Most of them chose psychology because it is the most intriguing subject that is still sensible and useful to society. \n\nhttps://i.imgsafe.org/c75a36832c.jpg\n\n#### How many of us will make it? Only time can tell. The first ones to fall will be those who just realized that psychology is not at all what they thought it was. Soon those who can't read english will disappear. (The books and tests are in english) Then the undisciplined and lazy ones will be gone and last to fall will be the scared and the doubtful. I can already see it in their eyes, I'm one of them. Somehow I always pull through. What I lack in confidence I make up for in the ability to push myself. \nhttps://i.imgsafe.org/c75a75be50.jpg\n\n#### We have to pass 6 out of nine multiple choice test to be allowed to take the exam. On the exam we have to answer 6 out of seven questions in 6 hours. Two of them will be about the history of psychology. \n\n#### The curriculum consist of one giant brick of a book with 900 pages. We have to read it all and remember everything. Then there is one history book, it is not so big and not as important. There is also a number of articles. I assume that I will have to spend at least 3 hours a day with my psychology studies to get a good grade. I can do this!\n\nhttps://i.imgsafe.org/c71a9983e3.jpg\n### The main book Thankfully it has a lot of good illustrations and pictures in it and it is very organised and well written. \nhttps://i.imgsafe.org/c71cf8d3d8.jpg\n\n### The history book is in Norwegian, which makes it a bit easier. \nhttps://i.imgsafe.org/c72195f224.jpg\n\n#### Before the lecture I took some time to make a healthy breakfast, Avocadoes and Tomatoes with olive oil, salt, pepper balsamic and some bread. It served me well today. \nhttps://i.imgsafe.org/c717cebc5f.jpg\n\n#### The road from the subway to the psychological institute is a beautiful walk through a field with a great view of the sunny sky. It made me feel optimistic and calm.\nhttps://i.imgsafe.org/c75a1aed08.jpg\n\n### The institute is located by a psychiatrical hospital, on the outskirts of campus. \nhttps://i.imgsafe.org/c75a2edf50.jpg\n\n### We have well known and highly competent psychology professors in the lectures. The one we we had today was this guy: \nhttp://www.sv.uio.no/psi/personer/vit/rolfreb/rolfreb.jpg \n#### Rolf Reber from Germany. He is a professor in cognitive psychology and have also written some articles about emotions and aesthetics according to the university website. He was funny and interesting to listen to. He talked about the usefulness of psychology and the scientific methods. He also gave us a lot of practical information and talked about interesting psychological phenomenons like how astrology can trick us into reading our horoscope and many other exiting things.\n\n### My \u201cnotes\u201d \n\nhttps://i.imgsafe.org/c727fedbe4.jpg\nhttps://i.imgsafe.org/c725451d1c.jpg\n\n#### I also talked to a few of the students I sat next too. One girl had finally gotten into the profession studies to become an actual working psychologist after 3 years of hard work to get high enough grades. You need to have A in all exams to get into psychology profession studies. Thankfully the pressure is not as high for a useless philosophy student.\n\n### I hope you enjoyed taking a look inside the life of a university student. I will keep posting about my life at Uni. so follow me if you find it interesting.", "body_length": 3540, diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_last_permlink.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_last_permlink.pat.json index 28fed2f9..6324425c 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_last_permlink.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_last_permlink.pat.json @@ -3,43 +3,43 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 3894279128605, "rshares": 3196109703901, "voter": "wackou" }, { "percent": "10000", - "reputation": 0, + "reputation": 3745363549909, "rshares": 37503630300, "voter": "val" }, { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 73896115956, "voter": "clains" }, { "percent": "10000", - "reputation": 0, + "reputation": 3444102146490, "rshares": 569159751, "voter": "gregory-f" }, { "percent": "10000", - "reputation": 0, + "reputation": 34347753869675, "rshares": 536057250, "voter": "camilla" }, { "percent": "10000", - "reputation": 0, + "reputation": 2902053059801, "rshares": 381265652, "voter": "murh" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "https://i.imgsafe.org/f9e5de3.jpg", "body_length": 33, diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink.pat.json index 962c00cb..47a8dcce 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink.pat.json @@ -3,13 +3,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 4602759566516, "rshares": 489081430, "voter": "joelinux" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "https://i.imgsafe.org/a0e5e6f13a.jpg", "body_length": 36, @@ -41,31 +41,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 6977251504339, "rshares": 665844693, "voter": "dedriss" }, { "percent": "10000", - "reputation": 0, + "reputation": 32994008304403, "rshares": 527666714, "voter": "nkdk" }, { "percent": "10000", - "reputation": 0, + "reputation": 2902053059801, "rshares": 389968370, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 13735933893, "rshares": 346793439, "voter": "edeer" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "https://s-media-cache-ak0.pinimg.com/564x/8e/02/52/8e0252437a2f976ec34fb3327446ad8d.jpg", "body_length": 87, @@ -97,19 +97,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 13437403349222, "rshares": 100592957071, "voter": "pheonike" }, { "percent": "10000", - "reputation": 0, + "reputation": 32994008304403, "rshares": 527666714, "voter": "nkdk" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "https://s-media-cache-ak0.pinimg.com/564x/80/84/aa/8084aa603a42fd8b9d2db1f6c3f7c47e.jpg", "body_length": 87, @@ -141,37 +141,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 6977251504339, "rshares": 651972928, "voter": "dedriss" }, { "percent": "10000", - "reputation": 0, + "reputation": 32994008304403, "rshares": 527666714, "voter": "nkdk" }, { "percent": "10000", - "reputation": 0, + "reputation": 2902053059801, "rshares": 389968370, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 13735933893, "rshares": 346793439, "voter": "edeer" }, { "percent": "10000", - "reputation": 0, + "reputation": 7965885138, "rshares": 239471612, "voter": "brianj" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "https://i.imgsafe.org/a083624480.jpg", "body_length": 36, @@ -203,31 +203,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 59074616588451, "rshares": 2870231621033, "voter": "complexring" }, { "percent": "10000", - "reputation": 0, + "reputation": 23744414677575, "rshares": 1805471669249, "voter": "onceuponatime" }, { "percent": "10000", - "reputation": 0, + "reputation": 3997942209174, "rshares": 411699139, "voter": "himalayanguru" }, { "percent": "10000", - "reputation": 0, + "reputation": 1686985722639, "rshares": 418121466, "voter": "censor-this" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "a gentle yoga sequence\n\nhttps://i.imgsafe.org/a078123c2e.jpg", "body_length": 60, @@ -259,31 +259,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 14756948501919, "rshares": 5439811589838, "voter": "fuzzyvest" }, { "percent": "10000", - "reputation": 0, + "reputation": 68236886814465, "rshares": 4579586234, "voter": "officialfuzzy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4602759566516, "rshares": 479299801, "voter": "joelinux" }, { "percent": "10000", - "reputation": 0, + "reputation": 3940140049670, "rshares": 2103276766, "voter": "tsugimoto" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "https://s-media-cache-ak0.pinimg.com/564x/d1/a2/9c/d1a29c92d6b74e1f3db7561d327f53e4.jpg", "body_length": 87, @@ -314,7 +314,7 @@ { "active_votes": [], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "https://s-media-cache-ak0.pinimg.com/564x/82/30/12/823012732e2812d45ade3af57b37cec0.jpg", "body_length": 87, @@ -346,31 +346,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 51006025081420, "rshares": 111503304415, "voter": "clains" }, { "percent": "10000", - "reputation": 0, + "reputation": 3997942209174, "rshares": 411699139, "voter": "himalayanguru" }, { "percent": "10000", - "reputation": 0, + "reputation": 503318537891, "rshares": 351024347, "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 0, + "reputation": 2902053059801, "rshares": 381671171, "voter": "murh" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "https://s-media-cache-ak0.pinimg.com/564x/4c/68/55/4c6855155fb1a0b38cf1568d8c81d705.jpg", "body_length": 87, @@ -402,43 +402,43 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 14756948501919, "rshares": 5318926887842, "voter": "fuzzyvest" }, { "percent": "10000", - "reputation": 0, + "reputation": 20297981245452, "rshares": 2654899672586, "voter": "abit" }, { "percent": "10000", - "reputation": 0, + "reputation": -336947174883, "rshares": 72498800, "voter": "officialinfotech" }, { "percent": "10000", - "reputation": 0, + "reputation": 2003544015294, "rshares": 471074322, "voter": "germanaure" }, { "percent": "10000", - "reputation": 0, + "reputation": -681986257906, "rshares": 444862773, "voter": "ned-reddit-login" }, { "percent": "10000", - "reputation": 0, + "reputation": 166166624636, "rshares": 360580581, "voter": "cryptopuffin" }, { "percent": "10000", - "reputation": 0, + "reputation": 2902053059801, "rshares": 414859968, "voter": "murh" }, @@ -450,25 +450,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 34845345, "rshares": 402032558, "voter": "dke" }, { "percent": "10000", - "reputation": 0, + "reputation": 13735933893, "rshares": 346793439, "voter": "edeer" }, { "percent": "10000", - "reputation": 0, + "reputation": 1050758001641, "rshares": 10078649525, "voter": "ossama-benjohn" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "https://s-media-cache-ak0.pinimg.com/564x/84/2d/e6/842de617c66f5b9d86e370aa26e55a17.jpg", "body_length": 87, @@ -500,13 +500,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1089175666268, "rshares": 734325162, "voter": "jsteck" } ], "author": "camilla", - "author_reputation": 0, + "author_reputation": 34347753869675, "beneficiaries": [], "body": "The vail of ignorance; If you knew nothing about where you would end up, what kind of society would it feel safe to enter?\n\nhttps://www.youtube.com/watch?v=5-JQ17X6VNg", "body_length": 167, diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date.pat.json index 03658e44..1008b9e4 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date.pat.json @@ -9,109 +9,109 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 465223733544, "rshares": 2374680551, "voter": "konelectric" }, { "percent": "10000", - "reputation": 0, + "reputation": 32983096229, "rshares": 72755674621, "voter": "tosch" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1432454904, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 861737606263, "rshares": 8420248064, "voter": "simoneighties" }, { "percent": "10000", - "reputation": 0, + "reputation": 5451039980643, "rshares": 411889362, "voter": "steemswede" }, { "percent": "10000", - "reputation": 0, + "reputation": 752262956946, "rshares": 2787714775, "voter": "kepo777" }, { "percent": "10000", - "reputation": 0, + "reputation": 597404093563, "rshares": 1266265455, "voter": "danny-g" }, { "percent": "10000", - "reputation": 0, + "reputation": 249807826739, "rshares": 482499113, "voter": "keirb" }, { "percent": "10000", - "reputation": 0, + "reputation": 2017416249960, "rshares": 7958977616, "voter": "kristylynn" }, { "percent": "10000", - "reputation": 0, + "reputation": 2812079541783, "rshares": 8003093919, "voter": "fishborne" }, { "percent": "10000", - "reputation": 0, + "reputation": 6264990277085, "rshares": 24445755835, "voter": "pinkisland" }, { "percent": "10000", - "reputation": 0, + "reputation": 37279727062, "rshares": 900912535, "voter": "bledarus" }, { "percent": "10000", - "reputation": 0, + "reputation": 1320261717074, "rshares": 1596724666, "voter": "carlyle" }, { "percent": "10000", - "reputation": 0, + "reputation": 11352667511018, "rshares": 14423470799, "voter": "canadian-coconut" }, { "percent": "10000", - "reputation": 0, + "reputation": 2609275826131, "rshares": 103730281, "voter": "alina1" }, { "percent": "10000", - "reputation": 0, + "reputation": 3090583312974, "rshares": 922306446, "voter": "geke" }, { "percent": "10000", - "reputation": 0, + "reputation": 2012742263000, "rshares": 442328750, "voter": "mikkolyytinen" } ], "author": "kristylynn", - "author_reputation": 0, + "author_reputation": 2017416249960, "beneficiaries": [], "body": "\n

    Hello Steemit friends,

    \n

    I have missed you even though I have intentionally been avoiding being connected for parts of the summer. No matter how much I like and enjoy all the internet has to offer I often find myself getting a little too wrapped up in it and need a break sometimes. Really its me not you...

    \n

    https://67.media.tumblr.com/1d3a70a5e553ba17aba3b3c54076dadd/tumblr_ocubh194Jq1u2s84ro3_1280.jpg

    \n

    So it is still summer where I live but already does not feel like it. Alberta is mean like that... you think its still hot and then all of a sudden its fall when it should still be summer. I always hope to get to the end of August before feeling cooler nights but that is always high hopes. My summer easy goingness is slowly floating away as I pull out my knitted sweaters. This is the time of year I try to run back to the mountains one more time, I call it chasing summer. There is a place called the Shushwaps in BC and when it is chilly here, you might still get one more really hot weekend there. 

    \n

    I have been a bit MIA on Steemit since I first started and got excited about it but this is why: I have been having an amazing summer! I actually have so many things to tell you guys about. So all adventures this year have been road trips and they all have landed me in places with some to no cellphone reception which as I said before it really feels amazing to disconnect but now it is time to share!

    \n

    https://68.media.tumblr.com/3d4d8c3e62f015a0cd7169d75f3c383a/tumblr_ocubh194Jq1u2s84ro2_1280.jpg

    \n

    Earlier this summer in July me and my boyfriend packed up my little car last minute and went to a place called Lussier Hot Springs, if you have not been here before it is amazing. There are three pools of hot water coming out of the mountain rocks. So the top pool being the hottest, flowing down into the second pool, then the bottom pool which is right by a river is the coolest. And yes! there is also a river! Mountains, trees, hot springs and a fresh cool river. I don't have my own picture of this, bringing my phone was too risky to me but I did find this one online to show you kind of what it looks like: 

    \n

    http://www.explore-mag.com/media/image/40575_max.jpg

    \n

    (www.explore-mag.com)

    \n

    Camping there is also amazing if you ever get the chance, there are two lakes up the road from the hot springs, here is a picture of the sunset right form our camp spot in the trees. It is a must go spot. Also the sunset that night was absolutely insane, I can't belive how bright that red/pink light is. 

    \n

    https://66.media.tumblr.com/2a68ba3a484a0d7ecac3d5a73f1dc662/tumblr_ocubh194Jq1u2s84ro4_1280.jpg

    \n

    Another really amazing thing that we have been doing this summer is finding spring water. Between the two lakes running down the mountain side was the best natural spring water I have ever had. Actually as soon as I drank some I felt like I had super powers. If you have access to water like this I definitely recommend it. There is a great website called findaspring.com and you can find your location and see if people have posted any in your area. So really for days straight we just drank spring water and went in the natural hot springs. The trip was cheap but that is a version of luxury to me! 

    \n

    https://66.media.tumblr.com/eb81971cc873c55cf87b08acc201abd3/tumblr_ocubh194Jq1u2s84ro7_1280.jpg

    \n

    Our second adventure was to a festival called Shambhala, it is in Salmo BC, Canada. If you have never been it is quite the experience and worth the trip (pun intended). We were there four nights, getting there on a Thursday just before everything started on the Friday. Shambhala is an electronic music festival and features some really amazing DJ's. My favourite part about this whole festival is how beautiful the land is, there are so many trees and a river you can swim in, you are free to just roam and be free in the woods. Besides music there are speakers, classes, art... so much art. If you need some inspiration this place is magical. It holds space for people to really be themselves and explore. Through the forest everything is lit up with lamps, tree lights, it is like your in a magical forest. I only went for the first time in 2015, and when we got in at night and walked into where all the stages were it was like I was on another planet. It was just magic and its the only way I can describe it. Next year is the 20th anniversary and if you want more information on the festival here is the link - http://www.shambhalamusicfestival.com/about/ 

    \n

    https://68.media.tumblr.com/b963fe8fee14240daabb228b0cb2ad8a/tumblr_ocubh194Jq1u2s84ro5_1280.jpg

    \n

    https://66.media.tumblr.com/9d6e9726fe79a6fd9b401fddb03ff830/tumblr_ocubh194Jq1u2s84ro6_1280.jpg

    \n

    I am hoping I have more interesting things to talk about more soon. I am planning a year of work and travel. The first part however I need a bit more secure is the work. Freelance photography is a tough gig sometimes! I will also bring my professional camera and take much better images :) everything in this post was my iphone since I didn't want to take my camera with me on that trip (however iphone photography is really fun!).  

    \n

    https://66.media.tumblr.com/4cdc4413aac311d3c4f05ec645fad50e/tumblr_ocubh194Jq1u2s84ro1_1280.jpg

    \n

    (iphone - 5am foggy morning walking back to sleep after a crazy night of shambhala)

    \n

    I hope everyone has been enjoying their summer and I am glad to be posting again. Please follow if you like my stuff and I look forward much more Steemit time with you all! 

    \n

    Always, 

    \n

    Kristylynn

    \n", "body_length": 5678, @@ -143,79 +143,79 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 199308931780, "rshares": 390536242, "voter": "akaninyene-etuk" }, { "percent": "10000", - "reputation": 0, + "reputation": 5451039980643, "rshares": 151497425, "voter": "steemswede" }, { "percent": "10000", - "reputation": 0, + "reputation": 2753142336385, "rshares": 2120735569, "voter": "jbouchard12" }, { "percent": "10000", - "reputation": 0, + "reputation": 249807826739, "rshares": 482499113, "voter": "keirb" }, { "percent": "10000", - "reputation": 0, + "reputation": 2017416249960, "rshares": 8118021669, "voter": "kristylynn" }, { "percent": "10000", - "reputation": 0, + "reputation": 10075428703343, "rshares": 7433263144, "voter": "webdeals" }, { "percent": "10000", - "reputation": 0, + "reputation": 184100704754, "rshares": 56716182, "voter": "sammie" }, { "percent": "10000", - "reputation": 0, + "reputation": 809313892500, "rshares": 5306204963, "voter": "daveks" }, { "percent": "10000", - "reputation": 0, + "reputation": 1919986626165, "rshares": 977135407, "voter": "matthewtiii" }, { "percent": "10000", - "reputation": 0, + "reputation": 124740159878, "rshares": 56490705, "voter": "bobbins" }, { "percent": "10000", - "reputation": 0, + "reputation": 12539394694005, "rshares": 1589831048, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 0, + "reputation": 861400654873, "rshares": 56326491, "voter": "steemafon" } ], "author": "kristylynn", - "author_reputation": 0, + "author_reputation": 2017416249960, "beneficiaries": [], "body": "\n

    I have been doing so much driving in BC Canada this summer I had to share this once for the contest. I almost died when I didn't have my professional camera on me for this, its just too beautiful.

    \n

    http://67.media.tumblr.com/795b5b062abdc52a141feb90fa6bfae1/tumblr_ocjka4EIR51u2s84ro1_1280.jpg

    \n

    This photo was taken with my iphone 6, the clouds were legit that colour at sunset. It was absolutely amazing. If you have the change to visit Lussier hot springs in BC Canada do it. This is the lake just up the road where you can camp and there is another lake just five minutes further called White Swan Lake. The drive here is a bit dangerous, up a mountain cliff with a skinny road and no side rails...but besides that its magical! This was my camp view no joke... travelling for cheap and still in paradise. :)

    \n

    Always,

    \n

    Kristylynn

    \n", "body_length": 877, @@ -247,121 +247,121 @@ "active_votes": [ { "percent": "4800", - "reputation": 0, + "reputation": 76633033946568, "rshares": 293675242118, "voter": "piedpiper" }, { "percent": "10000", - "reputation": 0, + "reputation": 45329454600539, "rshares": 124081187968, "voter": "jamtaylor" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1448580965, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 7255473848113, "rshares": 82052119747, "voter": "herzmeister" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571311902261, "rshares": 525251187, "voter": "mammasitta" }, { "percent": "10000", - "reputation": 0, + "reputation": 5451039980643, "rshares": 50146680, "voter": "steemswede" }, { "percent": "10000", - "reputation": 0, + "reputation": 3978354715302, "rshares": 12010263700, "voter": "lovenugz" }, { "percent": "10000", - "reputation": 0, + "reputation": 1175982316919, "rshares": 119241631117, "voter": "nabilov" }, { "percent": "10000", - "reputation": 0, + "reputation": 5740590214206, "rshares": 11073002045, "voter": "tinyhomeliving" }, { "percent": "10000", - "reputation": 0, + "reputation": 777812727227, "rshares": 9306133389, "voter": "artific" }, { "percent": "10000", - "reputation": 0, + "reputation": 249807826739, "rshares": 492149095, "voter": "keirb" }, { "percent": "10000", - "reputation": 0, + "reputation": 2017416249960, "rshares": 7955394044, "voter": "kristylynn" }, { "percent": "10000", - "reputation": 0, + "reputation": 7172977970558, "rshares": 578326251, "voter": "ace108" }, { "percent": "10000", - "reputation": 0, + "reputation": 1346175861647, "rshares": 6426002041, "voter": "comealong" }, { "percent": "10000", - "reputation": 0, + "reputation": 5451282059200, "rshares": 3457475929, "voter": "veralynn" }, { "percent": "10000", - "reputation": 0, + "reputation": 68479560828, "rshares": 122124538, "voter": "harrycoins" }, { "percent": "10000", - "reputation": 0, + "reputation": 1568155549, "rshares": 61296223, "voter": "strangedays" }, { "percent": "10000", - "reputation": 0, + "reputation": 505219265255, "rshares": 54599625, "voter": "violino" }, { "percent": "10000", - "reputation": 0, + "reputation": 1548523117, "rshares": 53194317, "voter": "landslide" }, { "percent": "10000", - "reputation": 0, + "reputation": 5285938442, "rshares": 55214873, "voter": "mutsima" }, @@ -373,7 +373,7 @@ } ], "author": "kristylynn", - "author_reputation": 0, + "author_reputation": 2017416249960, "beneficiaries": [], "body": "\n

    I choose wish.

    \n

    https://66.media.tumblr.com/a2b73dbb8cc78711a6266a5ab3048a28/tumblr_obtl4aQA7k1u2s84ro1_1280.jpg

    \n

    Sigma 50mm | 1.4 | Canon 6D

    \n

    Always,

    \n

    Kristylynn

    \n", "body_length": 208, @@ -405,79 +405,79 @@ "active_votes": [ { "percent": "100", - "reputation": 0, + "reputation": 76633033946568, "rshares": 14683731375, "voter": "piedpiper" }, { "percent": "10000", - "reputation": 0, + "reputation": 5045406568403, "rshares": 29419818426, "voter": "james-show" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1448572185, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571311902261, "rshares": 525251187, "voter": "mammasitta" }, { "percent": "10000", - "reputation": 0, + "reputation": 1175982316919, "rshares": 111789029172, "voter": "nabilov" }, { "percent": "10000", - "reputation": 0, + "reputation": 249807826739, "rshares": 482499113, "voter": "keirb" }, { "percent": "10000", - "reputation": 0, + "reputation": 2017416249960, "rshares": 8114501925, "voter": "kristylynn" }, { "percent": "10000", - "reputation": 0, + "reputation": 2339981102950, "rshares": 330929584, "voter": "fubar-bdhr" }, { "percent": "10000", - "reputation": 0, + "reputation": 7172977970558, "rshares": 578326251, "voter": "ace108" }, { "percent": "10000", - "reputation": 0, + "reputation": 898801272252, "rshares": 1952492781, "voter": "t3ran13" }, { "percent": "10000", - "reputation": 0, + "reputation": 1548523117, "rshares": 53194317, "voter": "landslide" }, { "percent": "10000", - "reputation": 0, + "reputation": 2170055933924, "rshares": 1516026558, "voter": "jackgallenhall" } ], "author": "kristylynn", - "author_reputation": 0, + "author_reputation": 2017416249960, "beneficiaries": [], "body": "\n

    I love this place. I was just in the mountains this week and visiting BC is my favourite. I didn't have my regular camera with me but managed to capture these guys in this beautiful lush forest with my iphone, I added a little effects in photoshop and done. 

    \n

    I hope you enjoy. :) Good luck everyone on this weeks challenge! 

    \n

    https://66.media.tumblr.com/8b817f1820fa41cf094c5c2189a44739/tumblr_obtjrmhtd51u2s84ro1_1280.jpg

    \n

    iphone 6 | Photoshop 

    \n

    Always,

    \n

    Kristylynn

    \n", "body_length": 534, @@ -509,97 +509,97 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 201476729, "rshares": 558919243, "voter": "jazzycrypt" }, { "percent": "10000", - "reputation": 0, + "reputation": -1260650049067, "rshares": 226914581, "voter": "bitcointop" }, { "percent": "10000", - "reputation": 0, + "reputation": 125274679006, "rshares": 6165836224, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 0, + "reputation": 2090799841362, "rshares": 52009373, "voter": "dimon14" }, { "percent": "10000", - "reputation": 0, + "reputation": 249807826739, "rshares": 352853894, "voter": "keirb" }, { "percent": "10000", - "reputation": 0, + "reputation": 2017416249960, "rshares": 8113888386, "voter": "kristylynn" }, { "percent": "10000", - "reputation": 0, + "reputation": 16950633154, "rshares": 18628606536, "voter": "mynewsteemit" }, { "percent": "10000", - "reputation": 0, + "reputation": 247311783844, "rshares": 173029724, "voter": "hofman386" }, { "percent": "10000", - "reputation": 0, + "reputation": 1751717743, "rshares": 3771690030, "voter": "gmurph" }, { "percent": "10000", - "reputation": 0, + "reputation": 538872235224, "rshares": 2353001966, "voter": "thedailyhobbyist" }, { "percent": "10000", - "reputation": 0, + "reputation": -1237258815752, "rshares": 24212063, "voter": "admin2017" }, { "percent": "10", - "reputation": 0, + "reputation": -545964216146, "rshares": 1247182, "voter": "angevel" }, { "percent": "10000", - "reputation": 0, + "reputation": -764851638914, "rshares": 1248087, "voter": "corax" }, { "percent": "10", - "reputation": 0, + "reputation": -567482524125, "rshares": 1218552, "voter": "koolaidssss" }, { "percent": "10000", - "reputation": 0, + "reputation": 1548523117, "rshares": 50930729, "voter": "landslide" } ], "author": "kristylynn", - "author_reputation": 0, + "author_reputation": 2017416249960, "beneficiaries": [], "body": "

    Sometimes I ask myself, why did I choose this? What in my life brought me to this place where capturing images is my profession. Even though I have struggled so much why do I still love it?\u00a0

    \n

    Photography is something I can't live without. The ability to capture and create is thrilling! I love shooting, editing the images, connecting with people... I could go on and on. I actually sometimes think I like the people part of it more then all the technical photography mumbo jumbo, I just see the camera as a way to connect.\u00a0

    \n

    I am specifically drawn to people, if you look at any of my posts that is what I do for the most part. There is a magic in capturing someone, and in a way they may not see themselves. I specialize somewhere in the lifestyle, fashion, boudoir, portrait area...sometimes I am not sure exactly what to call it. My subjects are not professional models and nothing I have made has been for a commercial company. Not saying I would not love to do that but my focus is on your every day person. My goal is to create a concept, mood or theme and produce images where my client looks stunning while getting the vision and purpose for the shoot across. \u00a0Simple enough right? ...

    \n

    https://65.media.tumblr.com/3ce14701945fcf5daa3f1bc685a8c954/tumblr_ob37a4p73s1u2s84ro3_1280.jpg

    \n

    I had this awesome client (above), we called this her Beyonce shoot. She is in her 40's, she's a mom and said at this point in her life she feels fierce and she wants to express that. \u00a0It can be scary putting yourself out like this, getting your hair and makeup done, getting in front of the camera and then trusting that no matter how goofy you are feeling I am directing you properly. But she did it! When the shoot was done, and she had not even seen any pictures yet she went on and on about how empowered she felt and how excited she was that she did the session. Just the session itself and how she felt after was already worth it. It is like putting on a costume you have always wanted to wear for a day, or dress like and act out some kind of part of your personality that in your day to day life you may not be able to show. When she saw her images she was so excited and wanted to share them everywhere and talk about her experience! \u00a0(permission granted :) I never post things without consent).\u00a0

    \n

    https://67.media.tumblr.com/62deb177d11c15e6e860262726c568ce/tumblr_ob37a4p73s1u2s84ro1_1280.jpg

    \n

    I believe in making people feel beautiful, and finding beauty. As a photographer I think my job is to find beauty in everyone, the things no one sees or may not be looking at. How that light is touching someones cheek, or how their lips are slightly open and pouty and it looks perfect. What is the part of them that is amazing?\u00a0

    \n
    "Beauty, to me, is about being comfortable in your own skin. That, or a kick-ass red lipstick." - Gwyneth Paltrow
    \n

    For anyone who struggles in a profession you love I hear you. I battle with more then just trying to get my business going, what gear to use, what are popular photographers doing, etc. I am always trying to figure out why I am doing this and what value do I want to bring to people. At the end of the day it really does have to mean something to me at my very core, its like I want the people I shoot to understand that as well. I just want to make them feel really amazing and in a selfish way it makes me feel amazing too.\u00a0

    \n

    There is beauty in everyone, please just take a second to look.

    \n

    Always,

    \n

    Kristylynn

    \n


    ", "body_length": 3589, @@ -631,67 +631,67 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 2457655120479, "rshares": 111808947, "voter": "ben99" }, { "percent": "10000", - "reputation": 0, + "reputation": 2090799841362, "rshares": 52009373, "voter": "dimon14" }, { "percent": "10000", - "reputation": 0, + "reputation": 249807826739, "rshares": 345935190, "voter": "keirb" }, { "percent": "10000", - "reputation": 0, + "reputation": 2017416249960, "rshares": 8113888386, "voter": "kristylynn" }, { "percent": "10000", - "reputation": 0, + "reputation": 1984412570795, "rshares": 2246022524, "voter": "shortcut" }, { "percent": "10000", - "reputation": 0, + "reputation": 1751717743, "rshares": 4068547616, "voter": "gmurph" }, { "percent": "10000", - "reputation": 0, + "reputation": -1237258815752, "rshares": 19114786, "voter": "admin2017" }, { "percent": "10000", - "reputation": 0, + "reputation": -764851638914, "rshares": 1248087, "voter": "corax" }, { "percent": "10000", - "reputation": 0, + "reputation": 146603391960, "rshares": 27823496, "voter": "puttyswag" }, { "percent": "10000", - "reputation": 0, + "reputation": 1548523117, "rshares": 50930729, "voter": "landslide" } ], "author": "kristylynn", - "author_reputation": 0, + "author_reputation": 2017416249960, "beneficiaries": [], "body": "

    Hello everyone!

    \n

    Here is my #steemitphotochallenge entry. Thanks for taking the time to look :)

    \n

    Gear used: Canon 6D body - 50mm 1.4 - photoshop.\u00a0

    \n

    https://66.media.tumblr.com/1c4b700b5be0bfcad37e843746438d0b/tumblr_ob338yeUjC1u2s84ro1_540.jpg

    \n
    \u22c5\u22c5\u25bd\u22c5\u22c5 I will never be a morning person for the moon and I are too much in love \u22c5\u22c5\u25bd\u22c5\u22c5 christopher poindexter
    \n

    I am a portrait photographer from Edmonton, AB, Canada. This is my work :) You can check me out on facebook.com/kristylynnphotos or instagram.com/imkristylynn.\u00a0

    \n


    \n

    Always,\u00a0

    \n

    Kristylynn

    \n


    ", "body_length": 632, @@ -723,19 +723,19 @@ "active_votes": [ { "percent": "200", - "reputation": 0, + "reputation": 213668684615, "rshares": 56516919, "voter": "soupernerd" }, { "percent": "10000", - "reputation": 0, + "reputation": 1058072223123, "rshares": 95418987, "voter": "luisucv34" }, { "percent": "10000", - "reputation": 0, + "reputation": 2017416249960, "rshares": 7953453249, "voter": "kristylynn" }, @@ -747,13 +747,13 @@ }, { "percent": "200", - "reputation": 0, + "reputation": 150852667243, "rshares": 4255479, "voter": "emilyelizabeth" }, { "percent": "200", - "reputation": 0, + "reputation": -4779249072914, "rshares": 55437035, "voter": "weenis" }, @@ -765,193 +765,193 @@ }, { "percent": "200", - "reputation": 0, + "reputation": -822344322564, "rshares": 1277435, "voter": "steemitlove" }, { "percent": "200", - "reputation": 0, + "reputation": -705106123629, "rshares": 1277349, "voter": "steemlove" }, { "percent": "10000", - "reputation": 0, + "reputation": 3715674298536, "rshares": 4091564004, "voter": "mrweed" }, { "percent": "200", - "reputation": 0, + "reputation": -3006894935427, "rshares": 1690483, "voter": "steemit.tips" }, { "percent": "200", - "reputation": 0, + "reputation": -1016377321976, "rshares": 1237709, "voter": "curls4life" }, { "percent": "200", - "reputation": 0, + "reputation": -395587580242, "rshares": 1236422, "voter": "alniskobs" }, { "percent": "200", - "reputation": 0, + "reputation": -436695352849, "rshares": 1236413, "voter": "amboyst" }, { "percent": "200", - "reputation": 0, + "reputation": -269345517998, "rshares": 1236404, "voter": "cheremet" }, { "percent": "200", - "reputation": 0, + "reputation": -816175808993, "rshares": 1236335, "voter": "anarchypory" }, { "percent": "200", - "reputation": 0, + "reputation": -545964216146, "rshares": 1236301, "voter": "angevel" }, { "percent": "200", - "reputation": 0, + "reputation": -511794737588, "rshares": 1236295, "voter": "backetri" }, { "percent": "200", - "reputation": 0, + "reputation": -632712185740, "rshares": 1236287, "voter": "chonesta" }, { "percent": "200", - "reputation": 0, + "reputation": -353287592738, "rshares": 1234186, "voter": "countrytalented" }, { "percent": "200", - "reputation": 0, + "reputation": -490879266173, "rshares": 1234178, "voter": "cozyone123" }, { "percent": "200", - "reputation": 0, + "reputation": -832613042101, "rshares": 1234164, "voter": "crumaner" }, { "percent": "200", - "reputation": 0, + "reputation": -592763794575, "rshares": 1234153, "voter": "daysaiyan" }, { "percent": "200", - "reputation": 0, + "reputation": -513060008757, "rshares": 1234104, "voter": "daysmega" }, { "percent": "200", - "reputation": 0, + "reputation": -491495881833, "rshares": 1234097, "voter": "daysmega1421" }, { "percent": "200", - "reputation": 0, + "reputation": -783147569192, "rshares": 1234087, "voter": "dotersvilic" }, { "percent": "200", - "reputation": 0, + "reputation": -922435559398, "rshares": 1234073, "voter": "eternalabove" }, { "percent": "200", - "reputation": 0, + "reputation": -412716207122, "rshares": 1228844, "voter": "sugarfromhell" }, { "percent": "200", - "reputation": 0, + "reputation": -589856272626, "rshares": 1228835, "voter": "gaspot" }, { "percent": "200", - "reputation": 0, + "reputation": -540797285730, "rshares": 1228825, "voter": "forgetthefallen" }, { "percent": "200", - "reputation": 0, + "reputation": -792845825211, "rshares": 1228817, "voter": "eleiminer" }, { "percent": "200", - "reputation": 0, + "reputation": -657792246228, "rshares": 1228746, "voter": "etccrap" }, { "percent": "200", - "reputation": 0, + "reputation": -858755906570, "rshares": 1228720, "voter": "abctrade" }, { "percent": "200", - "reputation": 0, + "reputation": -591438373583, "rshares": 1228697, "voter": "yandra86" }, { "percent": "200", - "reputation": 0, + "reputation": -787811821126, "rshares": 1228680, "voter": "hxclife" }, { "percent": "200", - "reputation": 0, + "reputation": -621196131241, "rshares": 1228671, "voter": "rottennasty" }, { "percent": "200", - "reputation": 0, + "reputation": -634210742757, "rshares": 1228658, "voter": "bignastywhale" }, { "percent": "10000", - "reputation": 0, + "reputation": 116648304495, "rshares": 59854448, "voter": "azas" } ], "author": "kristylynn", - "author_reputation": 0, + "author_reputation": 2017416249960, "beneficiaries": [], "body": "test", "body_length": 4, @@ -983,97 +983,97 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 24544113468, "voter": "fkn" }, { "percent": "10000", - "reputation": 0, + "reputation": 161089556767, "rshares": 36381488866, "voter": "asch" }, { "percent": "10000", - "reputation": 0, + "reputation": 3542054613209, "rshares": 793750683, "voter": "itay" }, { "percent": "10000", - "reputation": 0, + "reputation": 20692382318966, "rshares": 120711878136, "voter": "mauricemikkers" }, { "percent": "10000", - "reputation": 0, + "reputation": 1088953190371, "rshares": 1865673220, "voter": "allyourbase" }, { "percent": "10000", - "reputation": 0, + "reputation": 419570332195, "rshares": 585960020, "voter": "balyyu" }, { "percent": "10000", - "reputation": 0, + "reputation": 1440357780524, "rshares": 287449389, "voter": "dicov" }, { "percent": "10000", - "reputation": 0, + "reputation": 87558559530, "rshares": 3450427533, "voter": "taurus" }, { "percent": "10000", - "reputation": 0, + "reputation": 888454650607, "rshares": 13605586980, "voter": "amirali" }, { "percent": "10000", - "reputation": 0, + "reputation": 249807826739, "rshares": 352853894, "voter": "keirb" }, { "percent": "10000", - "reputation": 0, + "reputation": 2017416249960, "rshares": 8112522314, "voter": "kristylynn" }, { "percent": "10000", - "reputation": 0, + "reputation": 1012334414044, "rshares": 1955387677, "voter": "sanbir" }, { "percent": "10000", - "reputation": 0, + "reputation": 7172977970558, "rshares": 74667916, "voter": "ace108" }, { "percent": "10000", - "reputation": 0, + "reputation": 11035621314018, "rshares": 2978017196, "voter": "darkb4dawn" }, { "percent": "10000", - "reputation": 0, + "reputation": 89627656557, "rshares": 141285903, "voter": "mattyfu" }, { "percent": "10000", - "reputation": 0, + "reputation": 750360616481, "rshares": 140801290, "voter": "cybercodetwins" }, @@ -1085,31 +1085,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 306761671010, "rshares": 72999358, "voter": "adrianakgb" }, { "percent": "10000", - "reputation": 0, + "reputation": 3731142865186, "rshares": 1339112673, "voter": "timcliff" }, { "percent": "10000", - "reputation": 0, + "reputation": -2553467922053, "rshares": 306940918, "voter": "question-answers" }, { "percent": "10000", - "reputation": 0, + "reputation": 1548523117, "rshares": 57477756, "voter": "landslide" } ], "author": "kristylynn", - "author_reputation": 0, + "author_reputation": 2017416249960, "beneficiaries": [], "body": "

    https://65.media.tumblr.com/94f52849f35cd84cc9b5b750a3265140/tumblr_ob0034lNYs1u2s84ro1_1280.jpg

    \n

    Ok I have to say I just couldn't help myself and I hope this brought a chuckle. Was this actually intended? I figured the Steemit waves were steam right?\u00a0

    \n

    \u00a0I was reading @the-aliens post - https://steemit.com/whales/@the-alien/whales-from-a-strictly-extraterrestrial-point-of-view (awesome post btw) and when I saw the whale image at the top this idea just shot into my head.\u00a0

    \n

    \u00a0All this talk about Steemit whales and now all I can see it whales!\u00a0

    \n

    Just made by me in photoshop.

    \n

    Always,

    \n

    Kristylynn

    ", "body_length": 658, @@ -1141,31 +1141,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 8272495818727, "rshares": 5848726638925, "voter": "xeldal" }, { "percent": "10000", - "reputation": 0, + "reputation": 9800209121307, "rshares": 5929963420500, "voter": "roadscape" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3674695654, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 5941893351, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 78847365173, "voter": "bue" }, @@ -1183,7 +1183,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 6977251504339, "rshares": 16349123464, "voter": "dedriss" }, @@ -1195,205 +1195,205 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 30058993703746, "rshares": 409770163537, "voter": "void" }, { "percent": "10000", - "reputation": 0, + "reputation": 4602759566516, "rshares": 18037425263, "voter": "joelinux" }, { "percent": "10000", - "reputation": 0, + "reputation": 824717099743, "rshares": 364180471390, "voter": "cyber" }, { "percent": "10000", - "reputation": 0, + "reputation": 199308931780, "rshares": 60719596, "voter": "akaninyene-etuk" }, { "percent": "10000", - "reputation": 0, + "reputation": 2741602475985, "rshares": 33664123578, "voter": "shelly-dawson" }, { "percent": "10000", - "reputation": 0, + "reputation": 11765473490257, "rshares": 13223895201, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 0, + "reputation": 5260794316761, "rshares": 125416109597, "voter": "schro" }, { "percent": "10000", - "reputation": 0, + "reputation": 2457655120479, "rshares": 181472480, "voter": "ben99" }, { "percent": "10000", - "reputation": 0, + "reputation": 136642407211, "rshares": 830463816, "voter": "erik-prestinary" }, { "percent": "10000", - "reputation": 0, + "reputation": 1220081355, "rshares": 206761033, "voter": "ardina" }, { "percent": "10000", - "reputation": 0, + "reputation": 87558559530, "rshares": 3415063843, "voter": "taurus" }, { "percent": "10000", - "reputation": 0, + "reputation": 13978526363, "rshares": 4233925926, "voter": "q00p" }, { "percent": "10000", - "reputation": 0, + "reputation": 900427911, "rshares": 37554494, "voter": "delik" }, { "percent": "10000", - "reputation": 0, + "reputation": 3941133391991, "rshares": 4107508474, "voter": "peacekeeper" }, { "percent": "10000", - "reputation": 0, + "reputation": 249807826739, "rshares": 352853894, "voter": "keirb" }, { "percent": "10000", - "reputation": 0, + "reputation": 57820199104417, "rshares": 1779399496, "voter": "opheliafu" }, { "percent": "10000", - "reputation": 0, + "reputation": 2017416249960, "rshares": 7941267307, "voter": "kristylynn" }, { "percent": "10000", - "reputation": 0, + "reputation": 360160843374, "rshares": 1461445147, "voter": "bagogong" }, { "percent": "10000", - "reputation": 0, + "reputation": 2795999874461, "rshares": 513256936682, "voter": "james212" }, { "percent": "10000", - "reputation": 0, + "reputation": 4226573244868, "rshares": 11437297303, "voter": "zaebars" }, { "percent": "10000", - "reputation": 0, + "reputation": 1019204358802, "rshares": 795086162, "voter": "e-steem" }, { "percent": "10000", - "reputation": 0, + "reputation": 161079803820, "rshares": 16041416474, "voter": "arcurus" }, { "percent": "10000", - "reputation": 0, + "reputation": 321902226, "rshares": 40659190, "voter": "culoemono" }, { "percent": "10000", - "reputation": 0, + "reputation": 11035621314018, "rshares": 2978017196, "voter": "darkb4dawn" }, { "percent": "10000", - "reputation": 0, + "reputation": 485834937336, "rshares": 139080408, "voter": "pulpably" }, { "percent": "10000", - "reputation": 0, + "reputation": 1097478267, "rshares": 112961880, "voter": "pkirk" }, { "percent": "10000", - "reputation": 0, + "reputation": 85622231, "rshares": 32828189, "voter": "architecture" }, { "percent": "10000", - "reputation": 0, + "reputation": 43235837956, "rshares": 87934386, "voter": "jasmine-l" }, { "percent": "10000", - "reputation": 0, + "reputation": 2424162037, "rshares": 60102966, "voter": "nikowonder" }, { "percent": "10000", - "reputation": 0, + "reputation": 85099309, "rshares": 59415008, "voter": "lianbing" }, { "percent": "10000", - "reputation": 0, + "reputation": 24869954374, "rshares": 9046148, "voter": "alexander1" }, { "percent": "10000", - "reputation": 0, + "reputation": 160584968552, "rshares": 61786123, "voter": "postlib" }, { "percent": "10000", - "reputation": 0, + "reputation": 3353258246, "rshares": 7563301, "voter": "fireballofdoom" }, { "percent": "10000", - "reputation": 0, + "reputation": 538872235224, "rshares": 58675426, "voter": "thedailyhobbyist" }, @@ -1405,13 +1405,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 121442652, "rshares": 60227170, "voter": "john-packel" } ], "author": "kristylynn", - "author_reputation": 0, + "author_reputation": 2017416249960, "beneficiaries": [], "body": "

    \u00a0https://67.media.tumblr.com/421ed2d8acc39dc7b0dfdd106a50a992/tumblr_oaxpnilENH1u2s84ro2_1280.jpg

    \n

    Being here for a week now I have learned a lot. I've learned more about crypto, other people, new ideas and I'm not going to lie I'm a bit addicted. Im just happy there is something that exists for content creators where you can share and speak about whatever you want. You can be unfiltered and not worried about "controversial content" because it will make someone else mad or "what if my following doesn't like this" or "is this appropriate for my personal brand". I am not saying don't focus on something specific if that's what you want to do, but for once I want the rules to be thrown out the window and be in a place where you can speak freely.\u00a0I feel bogged down by posts like "how to get more likes" "how to get more followers" "how to attract people to your whatever". Sure there is some skill in creating attention grabbing content but as soon as I begin to think about that I feel like the flow is turned off, like the tap into my thoughts and what I want to say is clogged full of doubt.\u00a0

    \n

    https://66.media.tumblr.com/30f19780eafa38de0a6223e662fccdb7/tumblr_oaxpnilENH1u2s84ro4_1280.jpg

    \n


    \nI don't want to only talk about photos because I am a photographer or only post pictures because that is what I am good at. I want to learn and try different things. You know what I am not good at? this! Writing and expressing my thoughts is scary for me! I have barely even written in a journal, my website blog is images and I write as little as I can. Honestly because it is something I have never done and I don't even know if I am good at it! I am also constantly afraid to write the wrong thing or not be able to properly express myself. The idea of blogging and not feeling like I have to fit into a certain niche or impress a specific audience to be popular is thrilling. I am not worried about censoring myself or my experience, I want to read about others with an open mind while they also speak freely, create and share ideas. Some will be liked my the masses and some won't and thats okay.\u00a0\u00a0

    \n


    \nMaybe I am out to lunch but if there is something I want Steemit to be I would like it to be is a place that feels like freedom. Freedom of opinions without consequences, and I'm not talking here about being a terrible person or posting awful hateful things. But if your mad let hear why, if you think this certain thing is the best thing ever then say why. I would love a place where I can read about people. On a level though that isn't covered by what you think you should do or what you think will be popular. I think sharing yourself has value. Who are you? What do you do? What knowledge do you have?\u00a0\u00a0

    \n

    https://67.media.tumblr.com/e09da9a5d8c25fdba7c9e2b7e1a9c551/tumblr_oaxpnilENH1u2s84ro1_1280.jpg

    \n


    \nWe are so used to being told no, or do it this way. How jealous do people get being on things like Instagram and you have 150 followers and how does that person have 25000. They must be so cool or have something I don't or whatever your thinking and then you feel bad about what you are doing or you just stop creating all together because you only got one thumbs up. Everything popular on there is all starting to look the same. Its a strange time and place we are in, but I think with something like Steemit we have more control over shaping what we want and creating support, or at least I hope so. I don't want the Kim Kardashians of the world to be top trending on here because they got butt lifts, or Buzzfeed telling me the top things guys like in girls, or and endless sea of memes. Make something yourself, speak about you, you are more interesting then all of that.\u00a0Im excited about where this can go lets be excited together. (Below I am trying to show a happy dance ;))

    \n

    https://67.media.tumblr.com/4718f307f9e474a51ec3a87898f2abbf/tumblr_oaxpnilENH1u2s84ro5_1280.jpg

    \n


    \nLike what you like, feel how you feel and speak about what really makes you tick. Art, money, technology... the sunset, the last book you read. Heck! We can learn so much from each others stories while supporting the things we really connect to. What is better then that? At the moment I am not sure. I hope you enjoyed reading and if you got this far I'd love to hear what you think.\u00a0\u00a0

    \n


    \nAlways,
    \nKristylynn\u00a0

    \n

    https://65.media.tumblr.com/652de02a7164e87ddfd74b42226847b3/tumblr_oaxpnilENH1u2s84ro6_1280.jpg

    ", "body_length": 4568, @@ -1443,49 +1443,49 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": -1260650049067, "rshares": 144163477, "voter": "bitcointop" }, { "percent": "10000", - "reputation": 0, + "reputation": 65825957212, "rshares": 631643035, "voter": "rambogoham" }, { "percent": "10000", - "reputation": 0, + "reputation": 7923920744318, "rshares": 6541127185, "voter": "marsresident" }, { "percent": "10000", - "reputation": 0, + "reputation": -182793340324, "rshares": 304292502, "voter": "daf" }, { "percent": "10000", - "reputation": 0, + "reputation": 249807826739, "rshares": 332097783, "voter": "keirb" }, { "percent": "10000", - "reputation": 0, + "reputation": 2017416249960, "rshares": 7234652260, "voter": "kristylynn" }, { "percent": "10000", - "reputation": 0, + "reputation": 4292618600, "rshares": 84092581, "voter": "kukuy" }, { "percent": "10000", - "reputation": 0, + "reputation": 11035621314018, "rshares": 3041379264, "voter": "darkb4dawn" }, @@ -1497,25 +1497,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 816770555, "rshares": 55361096, "voter": "janierson" }, { "percent": "10000", - "reputation": 0, + "reputation": 187943511, "rshares": 56520173, "voter": "smartmoves20" }, { "percent": "10000", - "reputation": 0, + "reputation": 1548523117, "rshares": 50930729, "voter": "landslide" } ], "author": "kristylynn", - "author_reputation": 0, + "author_reputation": 2017416249960, "beneficiaries": [], "body": "\n

    The first challenge is animals! No!!! That's one of the only things I really don't take photos of, well that and babies. However I guess it is good to snap some pictures of things you wouldn't normally. This may not be the most adventurous and original animal to photograph but I did interrupted my cats sweet and lazy life to get her to be my model. So in saying that here is my submission!
    \n(40mm f4 Canon 6D with a bit of Lightroom edit)

    \n

    Animal Portrait:

    \n

    https://66.media.tumblr.com/d0886a11a01cadad1ebf54ff5aae0cdb/tumblr_oasredZds91u2s84ro2_1280.jpg

    \n

    I have to say it was fun, but what made me laugh most like the crazy cat lady I am was the pictures that didn't work. So I figured I would share some of those as well just for fun.

    \n

    Outtake #1: Cat trying to get away

    \n

    https://67.media.tumblr.com/af3166df59920a003cbecdbaff991c7f/tumblr_oasredZds91u2s84ro4_1280.jpg

    \n

    Outtake #2: Unimpressed cat

    \n

    https://66.media.tumblr.com/599134a1e1fb6e23cd089e1ba2a17ac4/tumblr_oasredZds91u2s84ro1_1280.jpg

    \n

    Outtake #3: I'm hungry and sleepy so f*ck off

    \n

    https://66.media.tumblr.com/8cfcc17b4a9e5a5e7d31a941cfb01db7/tumblr_oasredZds91u2s84ro3_1280.jpg

    \n

    By the way her name is Mika, I guess I should introduce her and not just call her cat. After all she did have a very important role and deserves some credit. Yah know I've always told her to get a job to help pay rent so I feel like this was just a long time coming and being a model isn't the worst gig.

    \n

    https://66.media.tumblr.com/11d08a7398512d87ae80464c85c5c44e/tumblr_oasredZds91u2s84ro5_1280.jpg

    \n

    I look forward to the next photo challenge. This was fun and a great way to get people involved and posting. What are you thinking next?! Please just don't say babies.

    \n

    Kristylynn xo
    \n

    \n", "body_length": 1845, diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date_limit.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date_limit.pat.json index b5cbb4de..6d7ffd6a 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date_limit.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date_limit.pat.json @@ -3,13 +3,13 @@ "active_votes": [ { "percent": "100", - "reputation": 0, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 0, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, @@ -21,13 +21,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, @@ -39,7 +39,7 @@ }, { "percent": "-100", - "reputation": 0, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, @@ -57,559 +57,559 @@ }, { "percent": "100", - "reputation": 0, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 0, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 0, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 0, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 0, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 0, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 0, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 0, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 0, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 0, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 0, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 0, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 0, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 0, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 0, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 0, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 0, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 0, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 0, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 0, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 0, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 0, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 0, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 0, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 0, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 0, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 0, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 0, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 0, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 0, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 0, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 0, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 0, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 0, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 0, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 0, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 0, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 0, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 0, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 0, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 0, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 0, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 0, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 0, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 0, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 0, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 0, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 0, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 0, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 0, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 0, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 0, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 0, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 0, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 0, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 0, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 0, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 0, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 0, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 0, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 0, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 0, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 0, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 0, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 0, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 0, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 0, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 0, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 0, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 0, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 0, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 0, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 0, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 0, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 0, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 0, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 0, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 0, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 0, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 0, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } ], "author": "steemit", - "author_reputation": 0, + "author_reputation": 12944616889, "beneficiaries": [], "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.", "body_length": 224, diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/author_tag.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/author_tag.pat.json index c4fc356b..3c5ee4c9 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/author_tag.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/author_tag.pat.json @@ -9,25 +9,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 358840960832, "rshares": 1119609451783, "voter": "rossco99" }, { "percent": "10000", - "reputation": 0, + "reputation": 49549461527, "rshares": 436285376612, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 0, + "reputation": 1118904717803, "rshares": 471861070092, "voter": "noaommerrr" }, { "percent": "2451", - "reputation": 0, + "reputation": 12382143533351, "rshares": 149600131307, "voter": "eeks" }, @@ -39,157 +39,157 @@ }, { "percent": "900", - "reputation": 0, + "reputation": 376960001789, "rshares": 608186674, "voter": "spaninv" }, { "percent": "300", - "reputation": 0, + "reputation": 5414208804644, "rshares": 1322805132, "voter": "elishagh1" }, { "percent": "6900", - "reputation": 0, + "reputation": 15755437221598, "rshares": 19501436994, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 805011668, "voter": "coar" }, { "percent": "1509", - "reputation": 0, + "reputation": 2902053059801, "rshares": 706772487, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4509451541223, "rshares": 61609388537, "voter": "theshell" }, { "percent": "10000", - "reputation": 0, + "reputation": 11765473490257, "rshares": 61990198879, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 0, + "reputation": 11136252375006, "rshares": 408600444540, "voter": "taoteh1221" }, { "percent": "7600", - "reputation": 0, + "reputation": 8397302485673, "rshares": 148541187074, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 0, + "reputation": 387218146988, "rshares": 1457742682, "voter": "benthegameboy" }, { "percent": "10000", - "reputation": 0, + "reputation": 1205917850073, "rshares": 19206879922, "voter": "ziv" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 11270439714, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 18799092030582, "rshares": 157752504300, "voter": "derekareith" }, { "percent": "10000", - "reputation": 0, + "reputation": 3320684282022, "rshares": 177916355236, "voter": "knircky" }, { "percent": "10000", - "reputation": 0, + "reputation": 322912672117, "rshares": 113191324, "voter": "cynetyc" }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 12093658011, "voter": "asim" }, { "percent": "10000", - "reputation": 0, + "reputation": 1118581531020, "rshares": 2721046472, "voter": "dmacshady" }, { "percent": "10000", - "reputation": 0, + "reputation": 1537463763, "rshares": 35750811292, "voter": "creemej" }, { "percent": "10000", - "reputation": 0, + "reputation": 76096938200261, "rshares": 348205520125, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 0, + "reputation": 748586302572, "rshares": 696662789, "voter": "kellywin21" }, { "percent": "6900", - "reputation": 0, + "reputation": 6570213787, "rshares": 82341369, "voter": "pokemon" }, { "percent": "10000", - "reputation": 0, + "reputation": 686738916191, "rshares": 77151506, "voter": "sergey44" }, { "percent": "10000", - "reputation": 0, + "reputation": 106575300404, "rshares": 3321675875, "voter": "glitterpig" }, { "percent": "2451", - "reputation": 0, + "reputation": 1751717743, "rshares": 4151202120, "voter": "gmurph" }, { "percent": "10000", - "reputation": 0, + "reputation": 66791976065, "rshares": 95542105898, "voter": "joele" }, { "percent": "10000", - "reputation": 0, + "reputation": 127737479, "rshares": 238498810, "voter": "sillygoon" }, @@ -201,49 +201,49 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1013272646520, "rshares": 521878539, "voter": "galamirissa" }, { "percent": "10000", - "reputation": 0, + "reputation": 1916013022364, "rshares": 378251153, "voter": "wuyueling" }, { "percent": "10000", - "reputation": 0, + "reputation": 363503808, "rshares": 2920074727, "voter": "netaterra" }, { "percent": "10000", - "reputation": 0, + "reputation": 1255354920, "rshares": 50971365, "voter": "afsane" }, { "percent": "10000", - "reputation": 0, + "reputation": 364872562916, "rshares": 3265869929, "voter": "funkywanderer" }, { "percent": "2700", - "reputation": 0, + "reputation": 837791549130, "rshares": 11767846258, "voter": "sponge-bob" }, { "percent": "2500", - "reputation": 0, + "reputation": 26215514, "rshares": 11755030873, "voter": "brains" }, { "percent": "10000", - "reputation": 0, + "reputation": 1996672246136, "rshares": 143402540, "voter": "anomaly" }, @@ -255,25 +255,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 10707780055, "rshares": 153411798, "voter": "darkminded153" }, { "percent": "10000", - "reputation": 0, + "reputation": 116818017503, "rshares": 151445352, "voter": "jameshowarrd" }, { "percent": "10000", - "reputation": 0, + "reputation": 33427042566, "rshares": 160783130, "voter": "laskovskiy" }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 13291935309, "voter": "goldmatters" }, @@ -285,7 +285,7 @@ } ], "author": "dragonho", - "author_reputation": 0, + "author_reputation": 34932026701489, "beneficiaries": [], "body": "Podo - The First Stick and Shoot Camera: The Sequel\n\nhttps://www.youtube.com/watch?v=LPzaW35TLD8\n\nhttp://www.podolabs.com/", "body_length": 122, @@ -317,7 +317,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 289492113145, "voter": "anonymous" }, @@ -329,37 +329,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 358840960832, "rshares": 1119593813761, "voter": "rossco99" }, { "percent": "10000", - "reputation": 0, + "reputation": -37765249963674, "rshares": 4105574084101, "voter": "wang" }, { "percent": "10000", - "reputation": 0, + "reputation": 49549461527, "rshares": 436248503659, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 0, + "reputation": 37454101478493, "rshares": 295360862791, "voter": "chitty" }, { "percent": "10000", - "reputation": 0, + "reputation": 1118904717803, "rshares": 462222507119, "voter": "noaommerrr" }, { "percent": "2500", - "reputation": 0, + "reputation": 12382143533351, "rshares": 149593832076, "voter": "eeks" }, @@ -371,157 +371,157 @@ }, { "percent": "900", - "reputation": 0, + "reputation": 376960001789, "rshares": 608177517, "voter": "spaninv" }, { "percent": "300", - "reputation": 0, + "reputation": 5414208804644, "rshares": 1322797807, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 805000680, "voter": "coar" }, { "percent": "1509", - "reputation": 0, + "reputation": 2902053059801, "rshares": 706765772, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4509451541223, "rshares": 61609388537, "voter": "theshell" }, { "percent": "10000", - "reputation": 0, + "reputation": 11136252375006, "rshares": 416917790661, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 0, + "reputation": 3046358914696, "rshares": 18639094123, "voter": "samether" }, { "percent": "6000", - "reputation": 0, + "reputation": 8397302485673, "rshares": 117959177970, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 0, + "reputation": 1227825343197, "rshares": 15778753250, "voter": "zakharya" }, { "percent": "10000", - "reputation": 0, + "reputation": 5886979119053, "rshares": 113384910439, "voter": "geoffrey" }, { "percent": "10000", - "reputation": 0, + "reputation": 779123828791, "rshares": 1611560972, "voter": "peezaroni" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 10245866493, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 11841706802, "voter": "asim" }, { "percent": "10000", - "reputation": 0, + "reputation": 7952828943, "rshares": 4595759850, "voter": "thegoodguy" }, { "percent": "1000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 886091840, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 1537463763, "rshares": 35749956725, "voter": "creemej" }, { "percent": "1000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 43068132249, "voter": "jl777" }, { "percent": "10000", - "reputation": 0, + "reputation": 4558720822431, "rshares": 18284917824, "voter": "jennamarbles" }, { "percent": "1000", - "reputation": 0, + "reputation": 58190631451, "rshares": 3634612893, "voter": "proto" }, { "percent": "10000", - "reputation": 0, + "reputation": 106575300404, "rshares": 3419329495, "voter": "glitterpig" }, { "percent": "1000", - "reputation": 0, + "reputation": 1275505236, "rshares": 1838412900, "voter": "taker" }, { "percent": "2500", - "reputation": 0, + "reputation": 1751717743, "rshares": 3968251870, "voter": "gmurph" }, { "percent": "10000", - "reputation": 0, + "reputation": 282062767, "rshares": 3134919672, "voter": "darrenturetzky" }, { "percent": "10000", - "reputation": 0, + "reputation": 478167094774, "rshares": 745266281, "voter": "romancs" }, { "percent": "10000", - "reputation": 0, + "reputation": 66791976065, "rshares": 95533500249, "voter": "joele" }, { "percent": "10000", - "reputation": 0, + "reputation": -451593763871, "rshares": 3239083423, "voter": "blow" }, @@ -533,43 +533,43 @@ }, { "percent": "6700", - "reputation": 0, + "reputation": 13325577893779, "rshares": 19829323186, "voter": "kyriacos" }, { "percent": "10000", - "reputation": 0, + "reputation": 44529428534261, "rshares": 97300045615, "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 0, + "reputation": 1916013022364, "rshares": 315209294, "voter": "wuyueling" }, { "percent": "10000", - "reputation": 0, + "reputation": 1409339812298, "rshares": 1723458764, "voter": "eight-rad" }, { "percent": "100", - "reputation": 0, + "reputation": 837791549130, "rshares": 905142036, "voter": "sponge-bob" }, { "percent": "100", - "reputation": 0, + "reputation": 26215514, "rshares": 904172107, "voter": "brains" }, { "percent": "10000", - "reputation": 0, + "reputation": 1996672246136, "rshares": 143393994, "voter": "anomaly" }, @@ -581,25 +581,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 659608632671, "rshares": 1040213617, "voter": "jang" }, { "percent": "10000", - "reputation": 0, + "reputation": 151518932812, "rshares": 4363189634, "voter": "airmike" }, { "percent": "10000", - "reputation": 0, + "reputation": 33427042566, "rshares": 147920480, "voter": "laskovskiy" }, { "percent": "10000", - "reputation": 0, + "reputation": 148427870711, "rshares": 185189971, "voter": "mexresorts" }, @@ -611,7 +611,7 @@ } ], "author": "dragonho", - "author_reputation": 0, + "author_reputation": 34932026701489, "beneficiaries": [], "body": "An airport t\u0435rm\u0456n\u0430l is a section \u0430t an airport where \u0440\u0430\u0455\u0455\u0435ng\u0435r\u0455 tr\u0430n\u0455f\u0435r b\u0435tw\u0435\u0435n gr\u043eund transportation \u0430nd th\u0435 f\u0430\u0441\u0456l\u0456t\u0456\u0435\u0455 th\u0430t allow them t\u043e board \u0430nd d\u0456\u0455\u0435mb\u0430rk fr\u043em aircraft. W\u0456th\u0456n th\u0435 t\u0435rm\u0456n\u0430l, ticket purchase, transfer of luggage is done through the security. \n\nSm\u0430ll\u0435r \u0430\u0456r\u0440\u043ert\u0455 h\u0430v\u0435 one terminal wh\u0456l\u0435 larger \u0430\u0456r\u0440\u043ert\u0455 have several t\u0435rm\u0456n\u0430l\u0455 \u0430nd/\u043er \u0441\u043en\u0441\u043eur\u0455\u0435\u0455. At \u0455m\u0430ll \u0430\u0456r\u0440\u043ert\u0455, th\u0435 single t\u0435rm\u0456n\u0430l bu\u0456ld\u0456ng typically serves \u0430ll \u043ef the fun\u0441t\u0456\u043en\u0455 of a t\u0435rm\u0456n\u0430l \u0430nd a \u0441\u043en\u0441\u043eur\u0455\u0435. \nS\u043em\u0435 l\u0430rg\u0435r airports h\u0430v\u0435 m\u043er\u0435 than \u043en\u0435 t\u0435rm\u0456n\u0430l, \u0435\u0430\u0441h with \u043en\u0435 \u043er more concourses (\u0455u\u0441h as New Y\u043erk'\u0455 J\u043ehn F. Kennedy International A\u0456r\u0440\u043ert). Still other larger airports have multiple t\u0435rm\u0456n\u0430l\u0455 \u0435\u0430\u0441h \u043ef which \u0456n\u0441\u043er\u0440\u043er\u0430t\u0435 the functions of a concourse\n\nP\u0430n Am W\u043erld\u0440\u043ert. V\u0456nt\u0430g\u0435 Ph\u043et\u043egr\u0430\u0440h of Idl\u0435w\u0456ld Airport, 1961. The m\u0430mm\u043eth f\u0430\u0441\u0456l\u0456t\u0443 n\u043ew known \u0430\u0455 John F. Kennedy Int\u0435rn\u0430t\u0456\u043en\u0430l A\u0456r\u0440\u043ert (JFK) was once kn\u043ewn \u0430\u0455 Idlewild Airport. Originally P\u0430n Am'\u0455 Worldport at Idl\u0435w\u0456ld, bu\u0456lt \u0456n 1960 (terminal 3 at JFK) - famous f\u043er \u0456t\u0455 4-acre \"flying \u0455\u0430u\u0441\u0435r\" r\u043e\u043ef \u0455u\u0455\u0440\u0435nd\u0435d f\u0430r fr\u043em the outside columns \u043ef th\u0435 t\u0435rm\u0456n\u0430l \n\n\n\n\nP\u0430n Am W\u043erld\u0440\u043ert, Terminal 3 \u0430t J\u043ehn F. K\u0435nn\u0435d\u0443 International A\u0456r\u0440\u043ert - Iv\u0435\u0455, Tur\u0430n\u043e & Gardner (1960) - Ceased \u043e\u0440\u0435r\u0430t\u0456\u043en\u0455 \u0430nd demolished in 2013. \n\nhttps://www.youtube.com/watch?v=Ueh6O2oM2aU\n\nIt wasn\u2019t a \u0455t\u0430g\u0435 \u0455\u0435t. W\u0435ll, \u0456t w\u0430\u0455, but \u0456t w\u0430\u0455 based \u043en something v\u0435r\u0443 real: th\u0435 \u0455tru\u0441tur\u0435 built by Pan Am in 1960 t\u043e \u0430\u0441\u0441\u043emm\u043ed\u0430t\u0435 the n\u0435w B\u043e\u0435\u0456ng 707 j\u0435t\u0455 th\u0430t w\u0435r\u0435 just th\u0435n \u0441\u043em\u0456ng into service. P\u0430n Am \u0441\u0430ll\u0435d th\u0435 terminal, wh\u0456\u0441h many \u0440\u0435\u043e\u0440l\u0435 h\u0430v\u0435 likened t\u043e a flying saucer, the W\u043erld\u0440\u043ert, a n\u0430m\u0435 th\u0430t \u0456t\u0455\u0435lf \u0441\u043enjur\u0435\u0455 u\u0440 a certain \u0456nn\u043e\u0441\u0435nt gu\u0455t\u043e. If the d\u0435\u0455\u0456gn, b\u0443 the firm of Tippets Abbott M\u0441C\u0430rth\u0443 \u0430nd Str\u0430tt\u043en, w\u0430\u0455n\u2019t \u0430\u0455 \u0455\u043e\u0440h\u0456\u0455t\u0456\u0441\u0430t\u0435d as E\u0435r\u043e S\u0430\u0430r\u0456n\u0435n\u2019\u0455 TWA T\u0435rm\u0456n\u0430l a f\u0435w hundred yards away\u2014surely one \u043ef the gr\u0435\u0430t buildings \u043ef \u0456t\u0455 \u0435r\u0430, transportation hub \u043er \u043eth\u0435rw\u0456\u0455\u0435\u2014th\u0435 Pan Am terminal w\u0430\u0455 th\u0435 second-best piece \u043ef architecture at JFK, and \u0456n some ways it captured th\u0435 f\u0435\u0435l\u0456ng \u043ef the m\u043em\u0435nt m\u043er\u0435 d\u0456r\u0435\u0441tl\u0443. Th\u0456\u0455 n\u0435w jet \u0455tuff was g\u043e\u0456ng t\u043e b\u0435 great. Wh\u043e n\u0435\u0435d\u0435d long, dr\u0435\u0430r\u0443 \u0441\u043en\u0441\u043eur\u0455\u0435\u0455? Mu\u0441h m\u043er\u0435 fun t\u043e arrange th\u0435 \u0440l\u0430n\u0435\u0455 \u0456n a circle, their n\u043e\u0455\u0435\u0455 poking und\u0435r a hug\u0435 \u0441\u043en\u0441r\u0435t\u0435 umbr\u0435ll\u0430 roof, and l\u0435t \u0430ll the passengers hang around the m\u0456ddl\u0435 l\u0456k\u0435 it was \u0430ll a b\u0456g party. \n\nTh\u0435 party, \u0455u\u0441h \u0430\u0455 \u0456t w\u0430\u0455, \u0435nd\u0435d a very l\u043eng time \u0430g\u043e, but th\u0435 bu\u0456ld\u0456ng hung \u043en, l\u043e\u043ek\u0456ng \u0456n\u0441r\u0435\u0430\u0455\u0456ngl\u0443 th\u0435 worse f\u043er w\u0435\u0430r with every \u0440\u0430\u0455\u0455\u0456ng year. Since P\u0430n Am w\u0435nt b\u0430nkru\u0440t, \u0456n 1991, th\u0435 t\u0435rm\u0456n\u0430l h\u0430\u0455 b\u0435\u0435n u\u0455\u0435d b\u0443 Delta, wh\u0456\u0441h br\u0456\u0435fl\u0443 renamed \u0456t th\u0435 Delta Fl\u0456ght Center, th\u043eugh \u0456t\u2019\u0455 m\u043er\u0435 often r\u0435f\u0435rr\u0435d t\u043e \u0455\u0456m\u0440l\u0443 as T\u0435rm\u0456n\u0430l 3. D\u0435lt\u0430 recently m\u043ev\u0435d \u0456t\u0455 \u043e\u0440\u0435r\u0430t\u0456\u043en\u0455 n\u0435xt d\u043e\u043er t\u043e th\u0435 \u0435\u051bu\u0430ll\u0443 bl\u0430ndl\u0443 n\u0430m\u0435d Terminal 4, \u0430nd the P\u043ert Auth\u043er\u0456t\u0443 of N\u0435w Y\u043erk \u0430nd N\u0435w Jersey, wh\u0456\u0441h \u0441\u043entr\u043el\u0455 th\u0435 \u0430\u0456r\u0440\u043ert, has \u0430nn\u043eun\u0441\u0435d \u0456t\u0455 \u0456nt\u0435nt\u0456\u043en t\u043e demolish the W\u043erld\u0440\u043ert\u2014n\u043et t\u043e bu\u0456ld a n\u0435w t\u0435rm\u0456n\u0430l, which m\u0456ght be und\u0435r\u0455t\u0430nd\u0430bl\u0435, but t\u043e \u0430ll\u043ew for more r\u043e\u043em f\u043er \u0430\u0456r\u0441r\u0430ft \u0440\u0430rk\u0456ng. \n\nA little m\u043er\u0435 background h\u0435r\u0435. It\u2019\u0455 indisputable that th\u0435 Worldport n\u0435v\u0435r w\u043erk\u0435d v\u0435r\u0443 well. It w\u0430\u0455 mu\u0441h too small, \u0430m\u043eng \u0456t\u0455 other functional fl\u0430w\u0455, \u0430nd for \u0430ll the engineering d\u0430r\u0456ng \u043ef its spectacular \u0441\u0430nt\u0456l\u0435v\u0435r\u0435d \u0441\u043en\u0441r\u0435t\u0435 r\u043e\u043ef, \u0456t really d\u0456d h\u0430v\u0435 a certain n\u0430\u00efv\u0435 \u051bu\u0430l\u0456t\u0443. And tr\u0443 expanding a r\u043eund bu\u0456ld\u0456ng. A few \u0443\u0435\u0430r\u0455 after th\u0435 building was finished, P\u0430n Am br\u043eught the \u0430r\u0441h\u0456t\u0435\u0441t\u0455 b\u0430\u0441k to d\u0435\u0455\u0456gn an addition roughly twice \u0430\u0455 b\u0456g as th\u0435 original building, wh\u0456\u0441h turn\u0435d \u043eut t\u043e b\u0435 one of th\u0435 w\u043er\u0455t\u2014m\u0430\u0443b\u0435 th\u0435 very worst\u2014airport bu\u0456ld\u0456ng\u0455 \u0455\u0456n\u0441\u0435 th\u0435 dawn \u043ef jet tr\u0430v\u0435l. I don\u2019t know wh\u0435th\u0435r Juan Tr\u0456\u0440\u0440\u0435, P\u0430n Am\u2019\u0455 legendary f\u043eund\u0435r, t\u043eld th\u0435 \u0430r\u0441h\u0456t\u0435\u0441t\u0455 that th\u0435\u0443 h\u0430dn\u2019t b\u0435\u0435n serious \u0435n\u043eugh \u0456n th\u0435 \u043er\u0456g\u0456n\u0430l bu\u0456ld\u0456ng, but th\u0435 \u0430dd\u0456t\u0456\u043en l\u043e\u043ek\u0455 l\u0456k\u0435 \u0456t w\u0430\u0455 designed t\u043e crush every b\u0456t \u043ef th\u0435 \u0435xub\u0435r\u0430n\u0441\u0435 that makes th\u0435 1960 structure \u0455\u043e enticing. It \u0456\u0455 heavy \u0430nd \u0441lunk\u0443 and \u0455\u0440r\u0430wl\u0456ng, where th\u0435 original building w\u0430\u0455 l\u0456ght \u0430nd \u0430\u0456r\u0443 \u0430nd \u0441\u043em\u0440\u0430\u0441t. In\u0455\u0456d\u0435, th\u0435 addition feels l\u0456k\u0435 an \u043ev\u0435rbl\u043ewn subway \u0455t\u0430t\u0456\u043en, \u0435x\u0441\u0435\u0440t that \u0455\u043em\u0435 \u0455ubw\u0430\u0443 \u0455t\u0430t\u0456\u043en\u0455 \u0430r\u0435 n\u0456\u0441\u0435r. Th\u0435 \u0430rr\u0456v\u0430l\u0455 l\u0435v\u0435l \u0456\u0455 \u0440\u0430rt\u0456\u0441ul\u0430rl\u0443 harsh. Y\u043eu th\u0456nk \u0443\u043eu\u2019v\u0435 l\u0430nd\u0435d \u0456n Eastern Europe, n\u043et New Y\u043erk. \n\nAnd h\u0456\u0455t\u043er\u0456\u0441 \u0440r\u0435\u0455\u0435rv\u0430t\u0456\u043en at J.F.K. has a m\u0456x\u0435d tr\u0430\u0441k record at b\u0435\u0455t. While th\u0435 P\u043ert Auth\u043er\u0456t\u0443 d\u0456d \u0430gr\u0435\u0435 t\u043e save th\u0435 TWA T\u0435rm\u0456n\u0430l\u2014\u0456t w\u043euld h\u0430v\u0435 been un\u0441\u043en\u0455\u0441\u0456\u043en\u0430bl\u0435 not t\u043e\u2014th\u0430t building still l\u0430\u0441k\u0455 a w\u043erk\u0430bl\u0435 \u0440l\u0430n f\u043er a n\u0435w use, \u0443\u0435\u0430r\u0455 \u0430ft\u0435r \u0456t \u0441\u0435\u0430\u0455\u0435d b\u0435\u0456ng used \u0430\u0455 a t\u0435rm\u0456n\u0430l. L\u0456k\u0435 th\u0435 Worldport, TWA is unw\u043erk\u0430bl\u0435 as a m\u043ed\u0435rn airport t\u0435rm\u0456n\u0430l. Both bu\u0456ld\u0456ng\u0455 \u0430r\u0435 t\u0456n\u0443 b\u0443 today\u2019s standards, \u0430nd th\u0435r\u0435\u2019\u0455 no \u0440l\u0430\u0441\u0435 for \u0455\u0435\u0441ur\u0456t\u0443 \u0435\u051bu\u0456\u0440m\u0435nt except \u0456n th\u0435 m\u0456ddl\u0435 \u043ef the \u0455\u0440\u0430\u0441\u0435, wh\u0435r\u0435 \u0456t \u043ebl\u0456t\u0435r\u0430t\u0435\u0455 any sense \u043ef th\u0435 architecture. But their \u0455m\u0430ll \u0455\u0456z\u0435 \u0430l\u0455\u043e m\u0435\u0430n\u0455 th\u0430t they d\u043en\u2019t t\u0430k\u0435 u\u0440 \u0430ll th\u0430t mu\u0441h r\u0435\u0430l estate, \u0430nd th\u0435\u0443 ought to b\u0435 u\u0455\u0430bl\u0435 \u0430\u0455 something \u043eth\u0435r than \u0430\u0455 \u0440l\u0430\u0441\u0435\u0455 where \u0440\u0435\u043e\u0440l\u0435 get \u043en \u0430nd \u043eff \u0430\u0456r\u0440l\u0430n\u0435\u0455\u2014\u0430\u0455 r\u0435\u0455t\u0430ur\u0430nt\u0455 \u0430nd \u0455h\u043e\u0440\u0455, \u0455\u0430\u0443, or \u0430\u0455 a mu\u0455\u0435um. \nhttps://www.youtube.com/watch?v=m7pDpRMyp8c\n\nL\u0430\u0455t year, th\u0435 P\u043ert Authority t\u043er\u0435 d\u043ewn th\u0435 th\u0456rd-b\u0435\u0455t \u0440\u0456\u0435\u0441\u0435 \u043ef architecture at J.F.K., th\u0435 terminal I.M. P\u0435\u0456 d\u0435\u0455\u0456gn\u0435d for National A\u0456rl\u0456n\u0435\u0455 \u0456n 1970. It w\u0430\u0455 \u0441\u0430ll\u0435d th\u0435 Sundr\u043em\u0435, \u0430nd \u0456n \u0456t\u0455 early \u0443\u0435\u0430r\u0455, b\u0435f\u043er\u0435 m\u043ed\u0456f\u0456\u0441\u0430t\u0456\u043en\u0455, it w\u0430\u0455 an \u0435l\u0435g\u0430nt masterwork \u043ef \u0441\u043en\u0441r\u0435t\u0435 and gl\u0430\u0455\u0455. It too h\u0430d b\u0435\u0435n vacant since its m\u043e\u0455t r\u0435\u0441\u0435nt t\u0435n\u0430nt, J\u0435t Blu\u0435, d\u0435\u0441\u0430m\u0440\u0435d f\u043er a n\u0435w terminal \u0456n 2008. But f\u043er all \u0456t\u0455 \u0430r\u0441h\u0456t\u0435\u0441tur\u0430l \u051bu\u0430l\u0456t\u0443, th\u0435 P\u0435\u0456 building h\u0430d n\u043en\u0435 \u043ef the sexiness of th\u0435 W\u043erld\u0440\u043ert. And National Airlines, which, \u0456r\u043en\u0456\u0441\u0430ll\u0443, was taken \u043ev\u0435r by P\u0430n Am \u0456n 1980, n\u0435v\u0435r h\u0430d the \u0430llur\u0435 of th\u0435 latter \u0441\u043em\u0440\u0430n\u0443\u2014\u0456n \u0456t\u0455 day the m\u043e\u0455t glamorous \u0430\u0456rl\u0456n\u0435 th\u0430t \u0435v\u0435r w\u0430\u0455. Th\u0435 Worldport w\u0430\u0455 its home b\u0430\u0455\u0435, a r\u0435l\u0456\u0441 of a t\u0456m\u0435 wh\u0435n th\u0435 United St\u0430t\u0435\u0455 set th\u0435 tone. \n\n \u201cTh\u0435 \u043eld P\u0430n Am Worldport terminal at J.F.K. \u0455\u0435rv\u0435d this r\u0435g\u0456\u043en for more than a half \u0441\u0435ntur\u0443, but \u0456\u0455 obsolete f\u043er 21\u0455t-\u0441\u0435ntur\u0443 aviation \u0440ur\u0440\u043e\u0455\u0435\u0455,\u201d said R\u043en Marsico, a spokesman f\u043er the authority. \u201cUnf\u043ertun\u0430t\u0435l\u0443, J.F.K. is a land-constrained airport, \u0430nd the space wh\u0435r\u0435 Worldport \u0456\u0455 l\u043e\u0441\u0430t\u0435d \u0441\u0430nn\u043et b\u0435 \u0455\u0435t aside f\u043er preservation because it is n\u0435\u0435d\u0435d f\u043er \u043eth\u0435r \u0430v\u0456\u0430t\u0456\u043en u\u0455\u0435\u0455 th\u0430t will l\u0435\u0430d to job creation and economic growth.\u201d", "body_length": 6025, @@ -649,7 +649,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 358840960832, "rshares": 1119290177600, "voter": "rossco99" }, @@ -661,25 +661,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3726559057, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 4524563442, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 821036287, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 66101090086, "voter": "bue" }, @@ -709,13 +709,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 750187076323, "voter": "boombastic" }, { "percent": "10000", - "reputation": 0, + "reputation": 7520586390, "rshares": 107562654367, "voter": "mrs.agsexplorer" }, @@ -727,7 +727,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 49549461527, "rshares": 435366531816, "voter": "boatymcboatface" }, @@ -745,7 +745,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 8963739580468, "rshares": 129026210457, "voter": "team" }, @@ -757,19 +757,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1118904717803, "rshares": 423647307211, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 0, + "reputation": 12188250813227, "rshares": 83489851150, "voter": "acidsun" }, { "percent": "3109", - "reputation": 0, + "reputation": 12382143533351, "rshares": 194401505328, "voter": "eeks" }, @@ -781,139 +781,139 @@ }, { "percent": "900", - "reputation": 0, + "reputation": 376960001789, "rshares": 612689764, "voter": "spaninv" }, { "percent": "3100", - "reputation": 0, + "reputation": 5414208804644, "rshares": 8672166438, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 58571016273092, "rshares": 651505039551, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 0, + "reputation": 21903005256174, "rshares": 206016931896, "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 982799520, "voter": "coar" }, { "percent": "666", - "reputation": 0, + "reputation": 2902053059801, "rshares": 353367913, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 64573188744746, "rshares": 214568023513, "voter": "dragonslayer109" }, { "percent": "10000", - "reputation": 0, + "reputation": 4509451541223, "rshares": 68637687828, "voter": "theshell" }, { "percent": "10000", - "reputation": 0, + "reputation": 3037854988445, "rshares": 57175304008, "voter": "ak2020" }, { "percent": "10000", - "reputation": 0, + "reputation": 11136252375006, "rshares": 412587228987, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 0, + "reputation": 514799489426, "rshares": 382843562563, "voter": "hedge-x" }, { "percent": "10000", - "reputation": 0, + "reputation": 488865370830, "rshares": 882951616, "voter": "sunnyray" }, { "percent": "10000", - "reputation": 0, + "reputation": 3046358914696, "rshares": 19003130251, "voter": "samether" }, { "percent": "10000", - "reputation": 0, + "reputation": 60725834714442, "rshares": 507084415351, "voter": "infovore" }, { "percent": "10000", - "reputation": 0, + "reputation": 14028106211346, "rshares": 51727323862, "voter": "kus-knee" }, { "percent": "10000", - "reputation": 0, + "reputation": 1205917850073, "rshares": 19204004017, "voter": "ziv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1227825343197, "rshares": 15774528695, "voter": "zakharya" }, { "percent": "2500", - "reputation": 0, + "reputation": 861737606263, "rshares": 2190216920, "voter": "simoneighties" }, { "percent": "10000", - "reputation": 0, + "reputation": 54984589934, "rshares": 325527619, "voter": "kosimoos" }, { "percent": "10000", - "reputation": 0, + "reputation": 336763673779, "rshares": 155472006431, "voter": "asmolokalo" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 10243802603, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 1502465820159, "rshares": 214710694660, "voter": "domino" }, { "percent": "10000", - "reputation": 0, + "reputation": 1440357780524, "rshares": 1206863793, "voter": "dicov" }, @@ -925,217 +925,217 @@ }, { "percent": "1000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 664533963, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 1175982316919, "rshares": 318956323169, "voter": "nabilov" }, { "percent": "10000", - "reputation": 0, + "reputation": 1537463763, "rshares": 42896930167, "voter": "creemej" }, { "percent": "10000", - "reputation": 0, + "reputation": 2090799841362, "rshares": 1685749759, "voter": "dimon14" }, { "percent": "10000", - "reputation": 0, + "reputation": 34932026701489, "rshares": 159045802338, "voter": "dragonho" }, { "percent": "10000", - "reputation": 0, + "reputation": 741654237981, "rshares": 6703785002, "voter": "smolalit" }, { "percent": "10000", - "reputation": 0, + "reputation": 477578742546, "rshares": 3067511020, "voter": "tarindel" }, { "percent": "10000", - "reputation": 0, + "reputation": 6467956247739, "rshares": 27637434519, "voter": "deanliu" }, { "percent": "1000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 32299149356, "voter": "jl777" }, { "percent": "10000", - "reputation": 0, + "reputation": 686738916191, "rshares": 77100966, "voter": "sergey44" }, { "percent": "1000", - "reputation": 0, + "reputation": 58190631451, "rshares": 2725832001, "voter": "proto" }, { "percent": "10000", - "reputation": 0, + "reputation": -2287580630, "rshares": 1481066279, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 0, + "reputation": 106575300404, "rshares": 3172877896, "voter": "glitterpig" }, { "percent": "1000", - "reputation": 0, + "reputation": 1275505236, "rshares": 1378717807, "voter": "taker" }, { "percent": "10000", - "reputation": 0, + "reputation": 16577047541, "rshares": 16007476052, "voter": "sunshine" }, { "percent": "3067", - "reputation": 0, + "reputation": 1751717743, "rshares": 5153059627, "voter": "gmurph" }, { "percent": "10000", - "reputation": 0, + "reputation": 66791976065, "rshares": 110490591286, "voter": "joele" }, { "percent": "10000", - "reputation": 0, + "reputation": 7767180487460, "rshares": 10145929638, "voter": "gargon" }, { "percent": "10000", - "reputation": 0, + "reputation": 170925323, "rshares": 54233561, "voter": "dmns" }, { "percent": "10000", - "reputation": 0, + "reputation": 44529428534261, "rshares": 104635193364, "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 0, + "reputation": 3103554028241, "rshares": 2532192405, "voter": "levycore" }, { "percent": "10000", - "reputation": 0, + "reputation": 1130219064888, "rshares": 26371494746, "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 0, + "reputation": 2146463020842, "rshares": 2017909115, "voter": "cryptoeasy" }, { "percent": "10000", - "reputation": 0, + "reputation": 1063317981552, "rshares": 9396426416, "voter": "etcmike" }, { "percent": "10000", - "reputation": 0, + "reputation": 71849011, "rshares": 57813247, "voter": "bradyd" }, { "percent": "10000", - "reputation": 0, + "reputation": 4254380753805, "rshares": 4386967932, "voter": "richardcrill" }, { "percent": "10000", - "reputation": 0, + "reputation": 254265780029, "rshares": 1501812252, "voter": "paa" }, { "percent": "10000", - "reputation": 0, + "reputation": 651373865756, "rshares": 176594596, "voter": "team101" }, { "percent": "7000", - "reputation": 0, + "reputation": 837791549130, "rshares": 30739920292, "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 0, + "reputation": 6232933391430, "rshares": 701447812, "voter": "edgarsart" }, { "percent": "7000", - "reputation": 0, + "reputation": 26215514, "rshares": 30713895678, "voter": "brains" }, { "percent": "10000", - "reputation": 0, + "reputation": 1996672246136, "rshares": 358240552, "voter": "anomaly" }, { "percent": "10000", - "reputation": 0, + "reputation": 57152635891, "rshares": 52864017, "voter": "everittdmickey" }, { "percent": "10000", - "reputation": 0, + "reputation": 994665254475, "rshares": 1073010857, "voter": "modernsuperior" }, { "percent": "10000", - "reputation": 0, + "reputation": 33427042566, "rshares": 156729673, "voter": "laskovskiy" }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 10549787362, "voter": "goldmatters" }, @@ -1147,25 +1147,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2361914, "rshares": 154247502, "voter": "dougkarr" }, { "percent": "10000", - "reputation": 0, + "reputation": 7040592059, "rshares": 153957502, "voter": "sos33" }, { "percent": "10000", - "reputation": 0, + "reputation": 608464782, "rshares": 153596706, "voter": "mootwo" } ], "author": "dragonho", - "author_reputation": 0, + "author_reputation": 34932026701489, "beneficiaries": [], "body": "This is the coolest thing i have seen in a long time \n\nhttps://www.youtube.com/watch?v=BuRf6r0LuL8", "body_length": 98, @@ -1197,37 +1197,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 375798534523, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": -37765249963674, "rshares": 4823081303240, "voter": "wang" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 2482526259, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3014024925, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 552731131, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 43727595307, "voter": "bue" }, @@ -1257,13 +1257,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -296615780418, "rshares": 1460301143, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 876459346701, "voter": "boombastic" }, @@ -1281,13 +1281,13 @@ }, { "percent": "100", - "reputation": 0, + "reputation": 4874033031398, "rshares": 7854712154, "voter": "woo7739" }, { "percent": "5000", - "reputation": 0, + "reputation": 72112139588726, "rshares": 410560593342, "voter": "steemrollin" }, @@ -1299,19 +1299,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1118904717803, "rshares": 173240933785, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 0, + "reputation": 12188250813227, "rshares": 83777857709, "voter": "acidsun" }, { "percent": "3100", - "reputation": 0, + "reputation": 4931834878069, "rshares": 6042746002, "voter": "fkn" }, @@ -1323,67 +1323,67 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 3380310417590, "rshares": 10459762648, "voter": "mranderson" }, { "percent": "9900", - "reputation": 0, + "reputation": 376960001789, "rshares": 5369519061, "voter": "spaninv" }, { "percent": "3100", - "reputation": 0, + "reputation": 5414208804644, "rshares": 7948614802, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 58571016273092, "rshares": 704949737872, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 0, + "reputation": 21903005256174, "rshares": 225876414560, "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 490457023, "voter": "coar" }, { "percent": "10000", - "reputation": 0, + "reputation": 161089556767, "rshares": 67847484720, "voter": "asch" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1069357553, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 3037854988445, "rshares": 62101585537, "voter": "ak2020" }, { "percent": "10000", - "reputation": 0, + "reputation": 11765473490257, "rshares": 46484869802, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 0, + "reputation": 11136252375006, "rshares": 369641199408, "voter": "taoteh1221" }, @@ -1395,61 +1395,61 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 8397302485673, "rshares": 208805226268, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 0, + "reputation": 1227825343197, "rshares": 16072173485, "voter": "zakharya" }, { "percent": "3700", - "reputation": 0, + "reputation": 598181152117, "rshares": 75853651372, "voter": "kimziv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1700182089209, "rshares": 88541455006, "voter": "rubybian" }, { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 480963125580, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, + "reputation": 5451039980643, "rshares": 874985559, "voter": "steemswede" }, { "percent": "3100", - "reputation": 0, + "reputation": 19111656178138, "rshares": 18563674214, "voter": "furion" }, { "percent": "3100", - "reputation": 0, + "reputation": 3891722, "rshares": 142213791, "voter": "barbara2" }, { "percent": "3100", - "reputation": 0, + "reputation": 9142611234, "rshares": 159540832, "voter": "ch0c0latechip" }, { "percent": "3100", - "reputation": 0, + "reputation": 3871042, "rshares": 146255835, "voter": "doge4lyf" }, @@ -1461,205 +1461,205 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 5181663, "rshares": 241809191, "voter": "joseph.kalu" }, { "percent": "10000", - "reputation": 0, + "reputation": 1661526202859, "rshares": 4523683461, "voter": "gikitiki" }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 11988114106, "voter": "asim" }, { "percent": "10000", - "reputation": 0, + "reputation": 1855825, "rshares": 213618252, "voter": "danielkt" }, { "percent": "10000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 3758424597, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 167437582424, "rshares": 342697538, "voter": "dr2073" }, { "percent": "10000", - "reputation": 0, + "reputation": 3879998019826, "rshares": 5541912127, "voter": "juvyjabian" }, { "percent": "10000", - "reputation": 0, + "reputation": 7803764965401, "rshares": 12047532113, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 0, + "reputation": 82780404032, "rshares": 779812588, "voter": "thinkngrow" }, { "percent": "10000", - "reputation": 0, + "reputation": 34932026701489, "rshares": 155075964888, "voter": "dragonho" }, { "percent": "10000", - "reputation": 0, + "reputation": 974488972206, "rshares": 3144069506, "voter": "simon.braki.love" }, { "percent": "10000", - "reputation": 0, + "reputation": 46246767220, "rshares": 7620147467, "voter": "rpf" }, { "percent": "10000", - "reputation": 0, + "reputation": 62958976946, "rshares": 155612123, "voter": "rectusfemoris" }, { "percent": "10000", - "reputation": 0, + "reputation": 477578742546, "rshares": 4245216327, "voter": "tarindel" }, { "percent": "10000", - "reputation": 0, + "reputation": 1878917499597, "rshares": 5463871791, "voter": "sharker" }, { "percent": "10000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 182764669318, "voter": "jl777" }, { "percent": "3100", - "reputation": 0, + "reputation": 10519849768972, "rshares": 4895579637, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 58190631451, "rshares": 14659677439, "voter": "proto" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 614440067, "voter": "curator" }, { "percent": "10000", - "reputation": 0, + "reputation": 23895195044, "rshares": 161910187, "voter": "bitmap" }, { "percent": "10000", - "reputation": 0, + "reputation": 6264990277085, "rshares": 24322577216, "voter": "pinkisland" }, { "percent": "3600", - "reputation": 0, + "reputation": 17698439393799, "rshares": 10908769639, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 0, + "reputation": -2287580630, "rshares": 1711275100, "voter": "alex.chien" }, { "percent": "3100", - "reputation": 0, + "reputation": 147425730, "rshares": 161369516, "voter": "fnait" }, { "percent": "3100", - "reputation": 0, + "reputation": 3720753029, "rshares": 147236599, "voter": "keepcalmand" }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 115523854, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": 3278418228934, "rshares": 4305098451, "voter": "karenb54" }, { "percent": "10000", - "reputation": 0, + "reputation": 1275505236, "rshares": 7871193348, "voter": "taker" }, { "percent": "7800", - "reputation": 0, + "reputation": 10771708337101, "rshares": 758744121665, "voter": "laonie" }, { "percent": "2800", - "reputation": 0, + "reputation": 18027204457681, "rshares": 10369013981, "voter": "myfirst" }, { "percent": "10000", - "reputation": 0, + "reputation": 1609279840801, "rshares": 5172646569, "voter": "rich77" }, { "percent": "3700", - "reputation": 0, + "reputation": 5776723480371, "rshares": 90153392174, "voter": "somebody" }, { "percent": "3700", - "reputation": 0, + "reputation": 206355094166, "rshares": 3372994495, "voter": "flysaga" }, { "percent": "3700", - "reputation": 0, + "reputation": 97845484474, "rshares": 19921221093, "voter": "midnightoil" }, @@ -1671,31 +1671,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 282062767, "rshares": 3133084073, "voter": "darrenturetzky" }, { "percent": "7800", - "reputation": 0, + "reputation": 3016325652890, "rshares": 88621561869, "voter": "xiaohui" }, { "percent": "10000", - "reputation": 0, + "reputation": 66791976065, "rshares": 84774171750, "voter": "joele" }, { "percent": "3600", - "reputation": 0, + "reputation": 1851205309677, "rshares": 1558711845, "voter": "xiaokongcom" }, { "percent": "3700", - "reputation": 0, + "reputation": 4195733833721, "rshares": 3140559997, "voter": "xianjun" }, @@ -1713,7 +1713,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 593072231, "rshares": 62929947, "voter": "immortality" }, @@ -1737,37 +1737,37 @@ }, { "percent": "3700", - "reputation": 0, + "reputation": 730408370151, "rshares": 206330021, "voter": "microluck" }, { "percent": "10000", - "reputation": 0, + "reputation": 28535887165, "rshares": 71551855, "voter": "longevity" }, { "percent": "10000", - "reputation": 0, + "reputation": 57513824, "rshares": 61874235, "voter": "rashka" }, { "percent": "2800", - "reputation": 0, + "reputation": 13325577893779, "rshares": 5205024087, "voter": "kyriacos" }, { "percent": "10000", - "reputation": 0, + "reputation": 40078121577, "rshares": 584469365, "voter": "chanbam" }, { "percent": "10000", - "reputation": 0, + "reputation": 397516062, "rshares": 58816907, "voter": "longtech" }, @@ -1779,25 +1779,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 17140629596244, "rshares": 46611951195, "voter": "dragonanarchist" }, { "percent": "10000", - "reputation": 0, + "reputation": 2146463020842, "rshares": 1923849174, "voter": "cryptoeasy" }, { "percent": "10000", - "reputation": 0, + "reputation": 1063317981552, "rshares": 9883196919, "voter": "etcmike" }, { "percent": "10000", - "reputation": 0, + "reputation": 254265780029, "rshares": 68216703, "voter": "paa" }, @@ -1809,7 +1809,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 16147984004, "rshares": 56897224, "voter": "lighter" }, @@ -1821,7 +1821,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 117903399171, "rshares": 537067064, "voter": "winglessss" }, @@ -1845,7 +1845,7 @@ }, { "percent": "3000", - "reputation": 0, + "reputation": 26215514, "rshares": 9136703623, "voter": "brains" }, @@ -1857,7 +1857,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4205608568581, "rshares": 4945497169, "voter": "burnin" }, @@ -1911,13 +1911,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 907581407, "rshares": 157831632, "voter": "sergeykitayev" } ], "author": "dragonho", - "author_reputation": 0, + "author_reputation": 34932026701489, "beneficiaries": [], "body": "I have had the chance to be on an inaugural flight. And inaugural flight is when a new destination is flown for the first time and it ends with a water cannon salute. \n\nI have had the chance two days ago on my flight from Vienna to Hong Kong. \n\nhttps://www.youtube.com/watch?v=D03w_XhmWWQ\n\nDid you ever have had the chance to be on an inaugural flight\n\nhttp://i.imgur.com/OKCqZ7K.png", "body_length": 383, @@ -1955,25 +1955,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3100003478, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3763529362, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 690416198, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 54144112816, "voter": "bue" }, @@ -1991,7 +1991,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 13096661187964, "rshares": 4606105935664, "voter": "au1nethyb1" }, @@ -2021,7 +2021,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 8963739580468, "rshares": 134196302305, "voter": "team" }, @@ -2033,25 +2033,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1118904717803, "rshares": 38479085741, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 0, + "reputation": 1590661010140, "rshares": 22754307696, "voter": "mod-tamichh" }, { "percent": "10000", - "reputation": 0, + "reputation": 204869765185479, "rshares": 1055039434484, "voter": "gavvet" }, { "percent": "5000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 11590512190, "voter": "fkn" }, @@ -2063,61 +2063,61 @@ }, { "percent": "8500", - "reputation": 0, + "reputation": 376960001789, "rshares": 4614118557, "voter": "spaninv" }, { "percent": "5000", - "reputation": 0, + "reputation": 5414208804644, "rshares": 16587610701, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 58571016273092, "rshares": 695782786658, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 0, + "reputation": 21903005256174, "rshares": 229512087562, "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 0, + "reputation": 1686985722639, "rshares": 8608144890, "voter": "censor-this" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1109713884, "voter": "coar" }, { "percent": "10000", - "reputation": 0, + "reputation": 161089556767, "rshares": 71182545666, "voter": "asch" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1432454904, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 3037854988445, "rshares": 63105767641, "voter": "ak2020" }, { "percent": "10000", - "reputation": 0, + "reputation": 11136252375006, "rshares": 355377661767, "voter": "taoteh1221" }, @@ -2129,301 +2129,301 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 488865370830, "rshares": 846572826, "voter": "sunnyray" }, { "percent": "10000", - "reputation": 0, + "reputation": 8397302485673, "rshares": 216814872213, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 0, + "reputation": 37015270307, "rshares": 308215924, "voter": "hendra-khaidir" }, { "percent": "10000", - "reputation": 0, + "reputation": 1205917850073, "rshares": 18411265425, "voter": "ziv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1227825343197, "rshares": 15102847791, "voter": "zakharya" }, { "percent": "10000", - "reputation": 0, + "reputation": 5886979119053, "rshares": 103271810744, "voter": "geoffrey" }, { "percent": "10000", - "reputation": 0, + "reputation": 2758500001611, "rshares": 4430492814, "voter": "fuck.off" }, { "percent": "10000", - "reputation": 0, + "reputation": 1019011681813, "rshares": 5615788732, "voter": "iloveporn" }, { "percent": "10000", - "reputation": 0, + "reputation": 2445708956667, "rshares": 6659434674, "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 0, + "reputation": 12656257002205, "rshares": 39447062051, "voter": "clement" }, { "percent": "10000", - "reputation": 0, + "reputation": 1691376287481, "rshares": 4760195455, "voter": "the.whale" }, { "percent": "10000", - "reputation": 0, + "reputation": 1160886081198, "rshares": 4621349598, "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 0, + "reputation": 1035952800698, "rshares": 4877667780, "voter": "vote" }, { "percent": "10000", - "reputation": 0, + "reputation": 2237331858240, "rshares": 5014923549, "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 0, + "reputation": 97622606374, "rshares": 485071054, "voter": "chamviet" }, { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 506874184646, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, + "reputation": 5451039980643, "rshares": 366123878, "voter": "steemswede" }, { "percent": "5000", - "reputation": 0, + "reputation": 9142611234, "rshares": 330631495, "voter": "ch0c0latechip" }, { "percent": "5000", - "reputation": 0, + "reputation": 3871042, "rshares": 306004255, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, + "reputation": 1440357780524, "rshares": 762992521, "voter": "dicov" }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 11090596825, "voter": "asim" }, { "percent": "10000", - "reputation": 0, + "reputation": 7952828943, "rshares": 4563435793, "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 3747285327, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 2753142336385, "rshares": 2390029222, "voter": "jbouchard12" }, { "percent": "10000", - "reputation": 0, + "reputation": 167437582424, "rshares": 342458473, "voter": "dr2073" }, { "percent": "10000", - "reputation": 0, + "reputation": 3040770542655, "rshares": 8989106263, "voter": "warrensteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 336756074227, "rshares": 429170927, "voter": "natalyt" }, { "percent": "10000", - "reputation": 0, + "reputation": 34932026701489, "rshares": 152849700306, "voter": "dragonho" }, { "percent": "10000", - "reputation": 0, + "reputation": 741654237981, "rshares": 5726558608, "voter": "smolalit" }, { "percent": "10000", - "reputation": 0, + "reputation": 24143253116, "rshares": 125855148, "voter": "bobo012" }, { "percent": "8000", - "reputation": 0, + "reputation": 6467956247739, "rshares": 17230004707, "voter": "deanliu" }, { "percent": "10000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 182397872870, "voter": "jl777" }, { "percent": "2000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 4081554366, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 2812079541783, "rshares": 8189212382, "voter": "fishborne" }, { "percent": "10000", - "reputation": 0, + "reputation": 58190631451, "rshares": 15696799539, "voter": "proto" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 594272148, "voter": "curator" }, { "percent": "10000", - "reputation": 0, + "reputation": 196293118590, "rshares": 383220441, "voter": "alanc" }, { "percent": "10000", - "reputation": 0, + "reputation": 142453259746, "rshares": 6682258588, "voter": "lykkeliten" }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 115507974, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": -1193908062262, "rshares": 122297166, "voter": "steemster1" }, { "percent": "10000", - "reputation": 0, + "reputation": 2926129985180, "rshares": 89204072289, "voter": "shaka" }, { "percent": "10000", - "reputation": 0, + "reputation": 1275505236, "rshares": 7847424937, "voter": "taker" }, { "percent": "10000", - "reputation": 0, + "reputation": 11856501387697, "rshares": 45316174238, "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 0, + "reputation": -1130081321479, "rshares": 50731326, "voter": "lillianjones" }, { "percent": "8000", - "reputation": 0, + "reputation": 3194641726781, "rshares": 17454389316, "voter": "laoyao" }, { "percent": "10000", - "reputation": 0, + "reputation": 7286529084, "rshares": 547778113619, "voter": "toxic" }, { "percent": "8000", - "reputation": 0, + "reputation": 11122126920308, "rshares": 3018346620, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 0, + "reputation": 311638758804, "rshares": 320391778, "voter": "rusteller" }, { "percent": "10000", - "reputation": 0, + "reputation": -1468839175006, "rshares": 51120963, "voter": "msjennifer" }, { "percent": "10000", - "reputation": 0, + "reputation": -1343370986030, "rshares": 50828873, "voter": "ciao" }, @@ -2435,7 +2435,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -451593763871, "rshares": 3301725134, "voter": "blow" }, @@ -2453,19 +2453,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -894488087252, "rshares": 56658670, "voter": "confucius" }, { "percent": "10000", - "reputation": 0, + "reputation": 593072231, "rshares": 61696026, "voter": "immortality" }, { "percent": "10000", - "reputation": 0, + "reputation": 37279727062, "rshares": 982813675, "voter": "bledarus" }, @@ -2489,25 +2489,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 28535887165, "rshares": 71551855, "voter": "longevity" }, { "percent": "8000", - "reputation": 0, + "reputation": 4637390447698, "rshares": 932751865, "voter": "chinadaily" }, { "percent": "10000", - "reputation": 0, + "reputation": 13325577893779, "rshares": 10753266775, "voter": "kyriacos" }, { "percent": "10000", - "reputation": 0, + "reputation": 44529428534261, "rshares": 64564711612, "voter": "serejandmyself" }, @@ -2543,13 +2543,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 397516062, "rshares": 58816907, "voter": "longtech" }, { "percent": "10000", - "reputation": 0, + "reputation": 2140537429766, "rshares": 17082219715, "voter": "yef99" }, @@ -2561,19 +2561,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1063317981552, "rshares": 8235530947, "voter": "etcmike" }, { "percent": "10000", - "reputation": 0, + "reputation": 339886160, "rshares": 394178677, "voter": "hpk" }, { "percent": "10000", - "reputation": 0, + "reputation": 651373865756, "rshares": 113731881, "voter": "team101" }, @@ -2585,7 +2585,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 837791549130, "rshares": 37301409356, "voter": "sponge-bob" }, @@ -2621,7 +2621,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2609275826131, "rshares": 103730281, "voter": "alina1" }, @@ -2639,7 +2639,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 26215514, "rshares": 18962115199, "voter": "brains" }, @@ -2657,13 +2657,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4205608568581, "rshares": 4458268048, "voter": "burnin" }, { "percent": "10000", - "reputation": 0, + "reputation": -259362445302, "rshares": 51877853, "voter": "chrisdunn" }, @@ -2675,13 +2675,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2714958787123, "rshares": 7214022575, "voter": "hustle-no-more" }, { "percent": "10000", - "reputation": 0, + "reputation": 414609406210, "rshares": 851238445, "voter": "robotev" }, @@ -2699,7 +2699,7 @@ } ], "author": "dragonho", - "author_reputation": 0, + "author_reputation": 34932026701489, "beneficiaries": [], "body": "http://blogs-images.forbes.com/feeonlyplanner/files/2011/11/1029_retirement-fund_392x392.jpg\nReaching your golden years has many benefits, one of them being that you get to retire and relax after all those years of hard work. This is something that should excite every retiree, but it often comes with a whole set of complications. The truth is that many people fail to plan for their retirement properly and it affects them in a big way. Many people have to continue working in order to survive or rely on family members to get them through. Planning for your retirement starts early in your life which is why you need to pay attention to how you work with your finances. Here are a few ways you can prepare for retirement. \n\nhttp://www.nowwhatrcoach.com/wp-content/uploads/2014/11/retire-beach.jpg\n**Start saving**\nThe number one thing that you need to start doing is start saving. You can easily put away a few dollars a month to keep your nest egg nice and warm. If you do this from your very first pay check you will be able to live comfortably by the time you retire. Even if you have a retirement policy, this might not always be enough. Find ways to stretch your cash in order to make sure you are covered. \n\n**Know your retirement needs**\nWhen you stop working, life does not end for you; it is only the beginning. You need to sit down (with your partner if you have one) and decide what you want to do after you have stopped working. Many people decide to sell their house and move to the coast whilst others are happy where they are living. Whatever you decide, you need to make sure that you have enough cash to survive until the day that you die. It actually goes further than survival: you need to maintain the standard of your current lifestyle. \n\nhttp://refe99.com/wp-content/uploads/2014/09/keep-calm-and-enjoy-retirement-3.png\n\n**Invest in your company\u2019s retirement fund**\nMany companies make sure that their employees are looked after when they retire, but employees often think it is just a money-making ploy. The truth is that it could save your life one day in a financial sense. If a company offers a retirement plan, invest as much as you can into it. Your taxes will be lower and you will receive interest over the amount of months your money is in that retirement policy. By the time you leave the company, you should get a sturdy amount every month. \n\n**Learn about your employer\u2019s pension plan**\nBefore you jump into the retirement policy, ask about it first. It is understandable that many people are uncertain about this, so it is good to ask for advice and do research. Find out how the plan works and what exactly it will cover for the amount that you pay at the end of each month. If you are married it would be a good idea to find out what the plan says about spouses. This way you can make additional plans if the company\u2019s retirement plan is not what you are looking for exactly. \n\n**Do research about retirement investment**\nWhen you start working you should be doing as much research about investing and pension policies. Retirement annuities are nothing more than an investment in your old age and you have the right to know how it works. Inflation plays a big part in the return that you will get and you must understand how this works so that you can calculate how much you will get back after retirement. These policies are not standing still and there are a number of factors that influence the outcome. Empower yourself and know more about financial processes. \n\n**Do not touch your retirement savings**\nTimes are tough all over the world and sometimes you land yourself in a pickle you need to get out of. Many people turn to their retirement fund in order to fill a few holes, but this is not recommended. Make it a point of almost forgetting of your retirement money once you start accumulating it. Not only will you disadvantage your older self, but you might need to review your taxes and pay withdrawal penalties. You might even lose certain benefits that you have grown accustomed to. Rather look for another solution. \n\n**Talk to your employer about starting a retirement plan**\nEvery company should look after its employees in terms of retirement but this is not always possible. If your employer does not offer a retirement plan, talk to him or her about it and see what options you have. There are many different types of plans that may be more affordable for your employer to offer the employees. Let your colleagues help you with research before you take it up with your employer. A cheaper retirement plan is always better than no retirement plan. \n\nhttp://blog.quizzle.com/wp-content/uploads/2011/08/save-for-retirement-fortune-cookie.jpg\n**Put money into an Individual Retirement Account**\nThe IRA offers comprehensive solutions that you can use to supplement your retirement policy through the company that you work for. You can put up to $5,500 per year into your IRA and this amount becomes even more when you are 50 years or older. There are different IRA accounts and you should do research on them before you make a choice. Talk to people who already have IRAs and find out what their experiences are with it. This is also a great way for you to plan for retirement if you do not have access to a plan at work.\n\n**Find out more about Social Security benefits**\nSocial Security is there to keep you secure in a financial sense and this includes offering retirement benefits. Do research and find out if you apply for it and what you need to do to activate it after retirement. Social Security pays out about 40% of what you earned before retirement and this can make a big difference if you do not have any other type of plan. You can calculate this amount on their website to establish a solid financial plan for your retirement. \n\n\nCONCLUSION - I DO IT THE STEEMIT WAY :)\n\nhttp://i.imgur.com/8WQHCEx.png", "body_length": 5871, @@ -2731,31 +2731,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 32455846463901, "rshares": 30854372489222, "voter": "smooth" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3099647526, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3763066131, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 697396740, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 54053469883, "voter": "bue" }, @@ -2773,7 +2773,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 13096661187964, "rshares": 4604460893970, "voter": "au1nethyb1" }, @@ -2791,7 +2791,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 83941319998, "rshares": 5473835183546, "voter": "smooth.witness" }, @@ -2809,13 +2809,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 72112139588726, "rshares": 823438421943, "voter": "steemrollin" }, { "percent": "10000", - "reputation": 0, + "reputation": 8442392793360, "rshares": 65907216897, "voter": "jchch" }, @@ -2827,13 +2827,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1118904717803, "rshares": 48091339230, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 24180943228, "voter": "fkn" }, @@ -2845,91 +2845,91 @@ }, { "percent": "8500", - "reputation": 0, + "reputation": 376960001789, "rshares": 4611969002, "voter": "spaninv" }, { "percent": "1000", - "reputation": 0, + "reputation": 5414208804644, "rshares": 3316449761, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 58571016273092, "rshares": 677991438275, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 0, + "reputation": 493863952, "rshares": 888067066, "voter": "weenfan" }, { "percent": "10000", - "reputation": 0, + "reputation": 21903005256174, "rshares": 231426713782, "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 0, + "reputation": 161089556767, "rshares": 73985996184, "voter": "asch" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1432104926, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 824717099743, "rshares": 511400392515, "voter": "cyber" }, { "percent": "10000", - "reputation": 0, + "reputation": 463562817, "rshares": 623056398, "voter": "ethan-castle" }, { "percent": "10000", - "reputation": 0, + "reputation": 3037854988445, "rshares": 63031849785, "voter": "ak2020" }, { "percent": "10000", - "reputation": 0, + "reputation": 11765473490257, "rshares": 41838583543, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 0, + "reputation": -2683858617900, "rshares": 8753283330, "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 0, + "reputation": 9090232372242, "rshares": 96313413696, "voter": "eric-boucher" }, { "percent": "10000", - "reputation": 0, + "reputation": 71931696380, "rshares": 3521856193404, "voter": "satoshifund" }, { "percent": "10000", - "reputation": 0, + "reputation": 11136252375006, "rshares": 363684682168, "voter": "taoteh1221" }, @@ -2941,121 +2941,121 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 3804349938696, "rshares": 54129429193, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 0, + "reputation": 488865370830, "rshares": 810686260, "voter": "sunnyray" }, { "percent": "10000", - "reputation": 0, + "reputation": 3046358914696, "rshares": 12135959049, "voter": "samether" }, { "percent": "10000", - "reputation": 0, + "reputation": 8397302485673, "rshares": 199374179494, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 0, + "reputation": 14028106211346, "rshares": 49795438434, "voter": "kus-knee" }, { "percent": "10000", - "reputation": 0, + "reputation": 387218146988, "rshares": 1398781482, "voter": "benthegameboy" }, { "percent": "10000", - "reputation": 0, + "reputation": 36884147263377, "rshares": 270599078834, "voter": "lukestokes" }, { "percent": "10000", - "reputation": 0, + "reputation": 274656026130, "rshares": 42315131934, "voter": "honeythief" }, { "percent": "10000", - "reputation": 0, + "reputation": 9434414518400, "rshares": 16644055203, "voter": "acassity" }, { "percent": "10000", - "reputation": 0, + "reputation": 15285243314, "rshares": 178147875, "voter": "ales" }, { "percent": "10000", - "reputation": 0, + "reputation": 40255997582, "rshares": 8304063156, "voter": "cannav" }, { "percent": "10000", - "reputation": 0, + "reputation": 97622606374, "rshares": 495190297, "voter": "chamviet" }, { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 573470971402, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, + "reputation": 5451039980643, "rshares": 230742410, "voter": "steemswede" }, { "percent": "10000", - "reputation": 0, + "reputation": 6340616331847, "rshares": 15941910341, "voter": "picokernel" }, { "percent": "10000", - "reputation": 0, + "reputation": 4667991454724, "rshares": 692461443970, "voter": "slowwalker" }, { "percent": "10000", - "reputation": 0, + "reputation": 2054508199522, "rshares": 641903579, "voter": "busser" }, { "percent": "1000", - "reputation": 0, + "reputation": 9142611234, "rshares": 66116529, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 0, + "reputation": 3871042, "rshares": 61192711, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, + "reputation": 1440357780524, "rshares": 762881799, "voter": "dicov" }, @@ -3067,187 +3067,187 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 5181663, "rshares": 217425536, "voter": "joseph.kalu" }, { "percent": "10000", - "reputation": 0, + "reputation": 658407157113, "rshares": 701869001, "voter": "cherish" }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 11515544464, "voter": "asim" }, { "percent": "10000", - "reputation": 0, + "reputation": 7952828943, "rshares": 5093692663, "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 4186326122, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 93395785733, "rshares": 1282623100, "voter": "jrd8526" }, { "percent": "10000", - "reputation": 0, + "reputation": 167437582424, "rshares": 342458473, "voter": "dr2073" }, { "percent": "10000", - "reputation": 0, + "reputation": 2445998348172, "rshares": 2817031740, "voter": "pigatto" }, { "percent": "10000", - "reputation": 0, + "reputation": 336756074227, "rshares": 429170927, "voter": "natalyt" }, { "percent": "10000", - "reputation": 0, + "reputation": 34932026701489, "rshares": 155906395909, "voter": "dragonho" }, { "percent": "10000", - "reputation": 0, + "reputation": 46246767220, "rshares": 7174158649, "voter": "rpf" }, { "percent": "10000", - "reputation": 0, + "reputation": 6467956247739, "rshares": 24266298182, "voter": "deanliu" }, { "percent": "10000", - "reputation": 0, + "reputation": 4194711042931, "rshares": 4213488926, "voter": "rainchen" }, { "percent": "10000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 193042940339, "voter": "jl777" }, { "percent": "10000", - "reputation": 0, + "reputation": 879409745645, "rshares": 2621166255, "voter": "lostnuggett" }, { "percent": "2000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 4078673403, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 69628175386, "rshares": 387497690, "voter": "quigua" }, { "percent": "10000", - "reputation": 0, + "reputation": 58190631451, "rshares": 17536455226, "voter": "proto" }, { "percent": "10000", - "reputation": 0, + "reputation": 1416246303584, "rshares": 9692810581, "voter": "michaeldodridge" }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 115507974, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": 3278418228934, "rshares": 1681517332, "voter": "karenb54" }, { "percent": "10000", - "reputation": 0, + "reputation": 988942038058, "rshares": 55922674292, "voter": "gomeravibz" }, { "percent": "10000", - "reputation": 0, + "reputation": 1275505236, "rshares": 8766419573, "voter": "taker" }, { "percent": "10000", - "reputation": 0, + "reputation": 11856501387697, "rshares": 37476742709, "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 0, + "reputation": 3194641726781, "rshares": 22431440890, "voter": "laoyao" }, { "percent": "10000", - "reputation": 0, + "reputation": 18027204457681, "rshares": 29020723398, "voter": "myfirst" }, { "percent": "10000", - "reputation": 0, + "reputation": 1412252219445, "rshares": 2594437121, "voter": "anthonyj" }, { "percent": "10000", - "reputation": 0, + "reputation": 11122126920308, "rshares": 3410771596, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 0, + "reputation": 1562464639, "rshares": 50020012, "voter": "nickche" }, { "percent": "10000", - "reputation": 0, + "reputation": 8749882391690, "rshares": 42386594805, "voter": "nonlinearone" }, { "percent": "10000", - "reputation": 0, + "reputation": -451593763871, "rshares": 3236349620, "voter": "blow" }, @@ -3265,13 +3265,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 593072231, "rshares": 61696026, "voter": "immortality" }, { "percent": "10000", - "reputation": 0, + "reputation": 37279727062, "rshares": 1472926663, "voter": "bledarus" }, @@ -3289,37 +3289,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 28535887165, "rshares": 71551855, "voter": "longevity" }, { "percent": "10000", - "reputation": 0, + "reputation": 57513824, "rshares": 60661014, "voter": "rashka" }, { "percent": "10000", - "reputation": 0, + "reputation": 4637390447698, "rshares": 1125039982, "voter": "chinadaily" }, { "percent": "10000", - "reputation": 0, + "reputation": 64878458203, "rshares": 1354537004, "voter": "alexma3x" }, { "percent": "10000", - "reputation": 0, + "reputation": 397516062, "rshares": 58816907, "voter": "longtech" }, { "percent": "10000", - "reputation": 0, + "reputation": 2140537429766, "rshares": 17447693232, "voter": "yef99" }, @@ -3331,25 +3331,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 651373865756, "rshares": 110770841, "voter": "team101" }, { "percent": "10000", - "reputation": 0, + "reputation": 3970810, "rshares": 54565194, "voter": "benaccept" }, { "percent": "10000", - "reputation": 0, + "reputation": 262756573957, "rshares": 516723861, "voter": "kev7000" }, { "percent": "10000", - "reputation": 0, + "reputation": 640164473382, "rshares": 55043079, "voter": "zettar" }, @@ -3373,7 +3373,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 244886998614, "rshares": 199849186, "voter": "irininich" }, @@ -3403,7 +3403,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 35035670618, "rshares": 55667901, "voter": "plantbasedjunkie" }, @@ -3439,7 +3439,7 @@ } ], "author": "dragonho", - "author_reputation": 0, + "author_reputation": 34932026701489, "beneficiaries": [], "body": "http://www.lovethispic.com/uploaded_images/117818-Just-Run-Away.jpg\nThere comes a time in most people\u2019s lives when the life they have feels wrong. We may start to feel that we are sick of the same old job, our home which has served us well for years may feel boring and even the people in our lives start to feel irritating. We typically hear of people having a mid-life crisis, where they leave their home and family and go off with a younger person. Men may go out and buy a sports car or a motorbike, women too possibly but not so obviously. People have affairs and marriages break up. When they are asked they reply thing like \u201cI needed some excitement in my life\u201d or \u201cI felt I was getting old, in a rut ad things had to change\u201d.\n\nPeople are strange we spend our lives looking for peaceful, stress \u2013 free, easy lives but when we get it \u2013 or even when we do not, when we get a regular routine that works well, we soon become bored with the \u201csame old, same old\u201d of our lives. So how can we ever reach a happy medium and just enjoy the life around us?\n\nThe answer is not as hard as it seems. You see these massive reactions to the boredom in people\u2019s lives can be avoided by making small changes. If we change one thing every day we can keep our lives happy, refreshed and fulfilled, as long as it is the right thing.\n\nTo find what we need to change we need to sit and look at our life as it is at the moment. Identify the things you are not happy with and the changes you need to make, then you need to break those changes down into a plan of action with one small achievable step to do each day. \nhttp://data2.whicdn.com/images/70272937/original.jpg\n\nLet us say that you are not happy with your work. Firstly, you have to decide why you are not happy, is the work too challenging that it takes over your life, or maybe it is not challenging enough and you feel you are at a dead end. Maybe you are in the wrong environment or do not get along with your boss but love the work. When you have decided what the problem is then you need to decide how you can change things. If you have a good boss but feel trapped maybe you could talk to them about further training and possible advancement, if you are under pressure all the time maybe you could find ways to reduce the pressure. It is never a good idea to approach a boss saying you are overworked without evidence, so sit down one evening and estimate the work you do and the time it takes on a daily, weekly or monthly basis. Have a good look to make sure you are not doing other people\u2019s work and if you are find a way to stop doing that. However, if you really are expected to do 60 hours work in a week and have the proof, you can then talk to your boss about how you can reduce the work load.\n\nShould you decide that for some reason you do not want to discuss this or you feel it will be badly received, or you have decided that you do not like the work environment then it is time to think about getting a different job. Again we are looking to make small changes so maybe on day one you could update your CV, on day two you may want to think about where you would like to work, on day three you can start looking for jobs to apply for. Day four write a covering letter and apply for one job, day 5 write another appropriate covering letter and apply for a second job. \n\nAll the time you are doing this you are making small changes that will improve your life in the future and stop you getting to a point where you are so displeased with your job that you just quit. In the same way you may think your work is fine but your relationship is stale. This may be due to the hours you are working. So still on a theme of changing one thing a day, sit and figure out what you think has changed since you got together and also think about how your partner\u2019s life has changed since the beginning too. \n\nRelationships can become very stale when children appear on the scene. Men may feel pushed out as the women fuss over the baby and attend to its needs. Women may feel that they have no life left as it is taken up with the needs of this little person who is completely reliant on them. It is very important to talk to your partner if you are feeling like either of these scenarios applies to you. You see it is very easy to think the other partner is happy playing mum or busy working. If you do not discuss your feelings how will they ever know any different?\n\nhttp://lifeismymovie.ca/wp-content/uploads/2015/08/SmallChanges-Feat.png\n\nSo maybe changing one thing a day is stopping feeling sorry for yourself and asking your partner not just about their day but how they feel about their day. Sometimes something as simple as dad looking after baby while mum goes shopping, or to the hairdressers, to visit her family or friends without baby tagging on, can make mum feel better and less tied to baby, while dad gets to know the baby and see them growing up. Maybe you can all go to the park or somewhere as a family, which would also bring you all together instead of two individuals in a lonely place.\n\nWhatever you want to change the secret of keeping your life fresh and interesting is to not let it drag you along. Look at your life every day and think about what makes you happy and what makes you bored or unhappy. Be grateful for the good in your life, the love of friends and family, the roof over your head, the security heat and warmth your home provides and the other things that make you happy. Then look at the things you do not like and think of the small things you can change to try to improve the situation.\nhttp://www.nutritionalanarchy.com/wp-content/uploads/2016/04/change.jpg", "body_length": 5652, @@ -3471,13 +3471,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 261787136527, "rshares": 685172531804, "voter": "barrie" }, { "percent": "10000", - "reputation": 0, + "reputation": -37765249963674, "rshares": 2924132151314, "voter": "wang" }, @@ -3495,31 +3495,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -296615780418, "rshares": 1779389087, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 1020480411582, "voter": "boombastic" }, { "percent": "10000", - "reputation": 0, + "reputation": 7520586390, "rshares": 133500194001, "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 0, + "reputation": 1682985060, "rshares": 10212261069, "voter": "lee3" }, { "percent": "10000", - "reputation": 0, + "reputation": 1523183364522, "rshares": 3827297033, "voter": "lee5" }, @@ -3537,265 +3537,265 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1118904717803, "rshares": 57691752927, "voter": "noaommerrr" }, { "percent": "1000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 2537807839, "voter": "fkn" }, { "percent": "10000", - "reputation": 0, + "reputation": 436017530085, "rshares": 23490409758, "voter": "instructor2121" }, { "percent": "10000", - "reputation": 0, + "reputation": 5045406568403, "rshares": 27523544747, "voter": "james-show" }, { "percent": "10000", - "reputation": 0, + "reputation": 58571016273092, "rshares": 612531707829, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 0, + "reputation": 42741727265739, "rshares": 127361637481, "voter": "steve-walschot" }, { "percent": "10000", - "reputation": 0, + "reputation": 1942274690427, "rshares": 7574304064, "voter": "kefkius" }, { "percent": "10000", - "reputation": 0, + "reputation": 21903005256174, "rshares": 216129512024, "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 0, + "reputation": 1686985722639, "rshares": 8434060047, "voter": "censor-this" }, { "percent": "10000", - "reputation": 0, + "reputation": 2423086926842, "rshares": 15419033662, "voter": "b4bb4r-5h3r" }, { "percent": "10000", - "reputation": 0, + "reputation": 824717099743, "rshares": 387320517573, "voter": "cyber" }, { "percent": "10000", - "reputation": 0, + "reputation": 3037854988445, "rshares": 58484338820, "voter": "ak2020" }, { "percent": "10000", - "reputation": 0, + "reputation": 11765473490257, "rshares": 36380794642, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 0, + "reputation": 11136252375006, "rshares": 372629539281, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 0, + "reputation": 4338392818880, "rshares": 30099389795, "voter": "altoz" }, { "percent": "10000", - "reputation": 0, + "reputation": 3046358914696, "rshares": 13662000616, "voter": "samether" }, { "percent": "10000", - "reputation": 0, + "reputation": 3906896686802, "rshares": 55180330821, "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 0, + "reputation": 40255997582, "rshares": 8786391848, "voter": "cannav" }, { "percent": "10000", - "reputation": 0, + "reputation": 1700182089209, "rshares": 105086884817, "voter": "rubybian" }, { "percent": "10000", - "reputation": 0, + "reputation": 2880187298062, "rshares": 2737115931, "voter": "stranger27" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 20737286076, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 255334396905, "rshares": 309404061, "voter": "damono" }, { "percent": "10000", - "reputation": 0, + "reputation": 5451039980643, "rshares": 201996567, "voter": "steemswede" }, { "percent": "1000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 6389295005, "voter": "furion" }, { "percent": "10000", - "reputation": 0, + "reputation": 2054508199522, "rshares": 607597710, "voter": "busser" }, { "percent": "1000", - "reputation": 0, + "reputation": 9142611234, "rshares": 66706407, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 0, + "reputation": 3871042, "rshares": 61734236, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, + "reputation": 1440357780524, "rshares": 688422818, "voter": "dicov" }, { "percent": "10000", - "reputation": 0, + "reputation": 1560786654602, "rshares": 2582441614, "voter": "algimantas" }, { "percent": "10000", - "reputation": 0, + "reputation": 741654237981, "rshares": 5479748897, "voter": "smolalit" }, { "percent": "10000", - "reputation": 0, + "reputation": 76096938200261, "rshares": 210518647783, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 0, + "reputation": 24143253116, "rshares": 123354556, "voter": "bobo012" }, { "percent": "1000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 2044307666, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": -2287580630, "rshares": 1895040416, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 0, + "reputation": 3976815048658, "rshares": 1790353851, "voter": "tygergamer" }, { "percent": "10000", - "reputation": 0, + "reputation": 137150233782, "rshares": 70760657, "voter": "nicoleta" }, { "percent": "10000", - "reputation": 0, + "reputation": 11856501387697, "rshares": 30480581208, "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 0, + "reputation": 3194641726781, "rshares": 21183512341, "voter": "laoyao" }, { "percent": "10000", - "reputation": 0, + "reputation": 7989197237827, "rshares": 17023233884, "voter": "essra" }, { "percent": "10000", - "reputation": 0, + "reputation": 66791976065, "rshares": 55770078812, "voter": "joele" }, { "percent": "10000", - "reputation": 0, + "reputation": 11122126920308, "rshares": 3152399608, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 0, + "reputation": 84243674408, "rshares": 109495462, "voter": "erikkartmen" }, { "percent": "10000", - "reputation": 0, + "reputation": -451593763871, "rshares": 3230027126, "voter": "blow" }, { "percent": "10000", - "reputation": 0, + "reputation": 3921604342143, "rshares": 15521326657, "voter": "plasticfuzzy" }, @@ -3807,73 +3807,73 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4637390447698, "rshares": 964726687, "voter": "chinadaily" }, { "percent": "10000", - "reputation": 0, + "reputation": 3731332120065, "rshares": 3019346986, "voter": "voltarius" }, { "percent": "10000", - "reputation": 0, + "reputation": 28176351271250, "rshares": 61390176761, "voter": "barrycooper" }, { "percent": "10000", - "reputation": 0, + "reputation": 17140629596244, "rshares": 21449886453, "voter": "dragonanarchist" }, { "percent": "10000", - "reputation": 0, + "reputation": 6300363201553, "rshares": 11361173752, "voter": "mandibil" }, { "percent": "10000", - "reputation": 0, + "reputation": 1833661746969, "rshares": 1281772374, "voter": "seva" }, { "percent": "10000", - "reputation": 0, + "reputation": 4254380753805, "rshares": 1745302958, "voter": "richardcrill" }, { "percent": "10000", - "reputation": 0, + "reputation": 1409339812298, "rshares": 169138872, "voter": "eight-rad" }, { "percent": "10000", - "reputation": 0, + "reputation": 12539394694005, "rshares": 1897080260, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 0, + "reputation": 2609275826131, "rshares": 142409264, "voter": "alina1" }, { "percent": "10000", - "reputation": 0, + "reputation": 50326964582800, "rshares": 178824654821, "voter": "charlieshrem" }, { "percent": "10000", - "reputation": 0, + "reputation": 19674745811334, "rshares": 61843921743, "voter": "tracemayer" }, @@ -3885,7 +3885,7 @@ } ], "author": "dragonho", - "author_reputation": 0, + "author_reputation": 34932026701489, "beneficiaries": [], "body": "http://i.imgur.com/P9KsV01.png\n\"Th\u0435 \u043en\u0435 un\u0441h\u0430ng\u0435\u0430bl\u0435 \u0441\u0435rt\u0430\u0456nt\u0443 \u0456\u0455 th\u0430t n\u043eth\u0456ng is \u0441\u0435rt\u0430\u0456n \u043er un\u0441h\u0430ng\u0435\u0430bl\u0435\" - J\u043ehn F. K\u0435nn\u0435d\u0443. T\u0435\u0430m\u0455 r\u0435\u0455\u0456\u0455t change. Few \u0440\u0435\u043e\u0440l\u0435 in the everyday world \u043ef work w\u0430nt the \u0455\u0443\u0455t\u0435m th\u0435\u0443 are f\u0430m\u0456l\u0456\u0430r with to b\u0435\u0441\u043em\u0435 n\u0435w and unfamiliar. Ev\u0435n wh\u0435n a \u0441h\u0430ng\u0435 \u0456m\u0440r\u043ev\u0435\u0455 th\u0435 fun\u0441t\u0456\u043en \u043ef th\u0435 organization or m\u0430k\u0435\u0455 a process easier, \u0455\u043em\u0435 t\u0435\u0430m m\u0435mb\u0435r\u0455 w\u0456ll h\u0430v\u0435 t\u043e be dragged thr\u043eugh th\u0435 evolution.\n\nFirst \u0430\u0441\u0441\u0435\u0440t th\u0435 \u0456n\u0435v\u0456t\u0430bl\u0435. It'\u0455 a common \u0435x\u0440\u0435r\u0456\u0435n\u0441\u0435 t\u043e want t\u043e h\u043eld \u043en t\u043e the old \u0430nd n\u043et embrace the n\u0435w. P\u0435\u043e\u0440l\u0435 tr\u0443 t\u043e rebuild \u0455\u043em\u0435th\u0456ng wh\u0456\u0441h h\u0430\u0455 b\u0435\u0435n l\u043e\u0455t w\u0456th \u0455\u043em\u0435th\u0456ng which is as much the same as th\u0435\u0443 \u0441\u0430n make \u0456t. But th\u0430t d\u043e\u0435\u0455n't always w\u043erk. Th\u0456nk of m\u0435nd\u0456ng a broken plate: \u0443\u043eu will \u0430lw\u0430\u0443\u0455 be able t\u043e see the j\u043e\u0456n. \n\nInstead t\u0430k\u0435 th\u0435 opportunity t\u043e think about your \u0455\u0456tu\u0430t\u0456\u043en and w\u043erk \u043eut wh\u0430t \u0456\u0455 th\u0435 best f\u043er \u0443\u043eu at th\u0435 m\u043em\u0435nt. It's \u0435\u0430\u0455\u0443 to slip \u0456nt\u043e th\u0435 m\u0456nd\u0455\u0435t th\u0430t b\u0435\u0441\u0430u\u0455\u0435 something h\u0430\u0455 w\u043erk\u0435d w\u0435ll f\u043er some t\u0456m\u0435 th\u0430t \u0443\u043eu mu\u0455t copy what went b\u0435f\u043er\u0435. Th\u0430t \u0456\u0455n't \u0430lw\u0430\u0443\u0455 th\u0435 case. In spite of th\u0435 f\u0430\u0441t that \u0441h\u0430ng\u0435 \u0456n itself m\u0430\u0443 bring u\u0440 a \u0455\u0435n\u0455\u0435 \u043ef l\u043e\u0455\u0455 \u0430nd all th\u0430t g\u043e\u0435\u0455 with th\u0430t: anger, feelings of gu\u0456lt \u0430b\u043eut wh\u0430t could have been done differently, and eventual acceptance \u043ef wh\u0430t'\u0455 h\u0430\u0440\u0440\u0435n\u0435d, \u0456t \u0456\u0455 also about looking forward t\u043e wh\u0430t \u0441\u043euld h\u0430\u0440\u0440\u0435n n\u043ew \u0430nd how t\u043e \u0456m\u0440r\u043ev\u0435 on wh\u0430t went before. \nhttp://asfort.org/wp-content/uploads/2016/07/opportunity-fish.jpg\n\n\nSt\u0430rt b\u0443 \u0430\u0455k\u0456ng yourself wh\u0430t d\u043e \u0443\u043eu w\u0430nt now. Not what \u0443\u043eur g\u043e\u0430l\u0455 were a \u0443\u0435\u0430r \u043er m\u043er\u0435 \u0430g\u043e but wh\u0430t d\u0456r\u0435\u0441t\u0456\u043en \u0443\u043eu want t\u043e b\u0435 f\u0430\u0441\u0456ng \u0430t th\u0456\u0455 t\u0456m\u0435 \u0430nd \u0456n th\u0456\u0455 place. A\u0455 with \u0430ll g\u043e\u0430l setting exercises \u0456t'\u0455 important t\u043e b\u0435 \u0430\u0455 \u0455\u0440\u0435\u0441\u0456f\u0456\u0441 as \u0443\u043eu \u0441\u0430n and \u0430\u0455 \u0440\u043e\u0455\u0456t\u0456v\u0435 as \u0440\u043e\u0455\u0455\u0456bl\u0435 t\u043e\u043e. That m\u0435\u0430n\u0455 deciding what \u0443\u043eu w\u0430nt as much as kn\u043ew\u0456ng what \u0443\u043eu n\u043e l\u043eng\u0435r w\u0430nt. \n\nTh\u0435n start w\u0456th \u0455\u043em\u0435th\u0456ng, however small, \u0456t'\u0455 \u0456m\u0440\u043ert\u0430nt to make a start \u043en \u0443\u043eur \u0440r\u043e\u0440\u043e\u0455\u0435d \u0441h\u0430ng\u0435. B\u0435 prepared f\u043er other's \u0440\u0435\u043e\u0440l\u0435'\u0455 \u043e\u0440\u0440\u043e\u0455\u0456t\u0456\u043en \u0430nd \u0443\u043eur \u043ewn f\u0435\u0435l\u0456ng\u0455 of doubt \u0430b\u043eut whether you are doing the right things. R\u0435\u0441\u043egn\u0456\u0455\u0435 that \u0443\u043eur change may not take place \u0455m\u043e\u043ethl\u0443 but \u043en\u0441\u0435 \u0443\u043eu \u0455t\u0430rt you w\u0456ll g\u0430\u0456n \u0441l\u0430r\u0456t\u0443 \u0430b\u043eut which way t\u043e g\u043e w\u0456th it. Ab\u043ev\u0435 \u0430ll r\u0435m\u0430\u0456n d\u0435t\u0435rm\u0456n\u0435d \u0430b\u043eut wh\u0430t \u0443\u043eu want t\u043e do \u0430nd accept \u0455u\u0440\u0440\u043ert from th\u043e\u0455\u0435 wh\u043e \u0435n\u0441\u043eur\u0430g\u0435 \u0443\u043eu and \u0435n\u0430bl\u0435 \u0443\u043eu t\u043e move f\u043erw\u0430rd.\n\nP\u0435\u043e\u0440l\u0435 deal with transformation differently. Change \u0440\u0435\u0455\u0455\u0456m\u0456\u0455t\u0455 u\u0455u\u0430ll\u0443 b\u0435l\u0456\u0435v\u0435 that \u0441\u043env\u0435r\u0455\u0456\u043en \u0456\u0455 d\u0456ff\u0456\u0441ult \u0430nd \u0455tr\u0435\u0455\u0455ful. Th\u0435\u0443 worry \u0430b\u043eut th\u0435\u0456r ability t\u043e cope w\u0456th l\u0456f\u0435 \u0430dju\u0455tm\u0435nt\u0455. Th\u0435\u0443 often believe th\u0430t th\u0435\u0443 are \"unlucky\" \u0456f \u0441h\u0430ng\u0435 is pressed u\u0440\u043en them. Change \u0440\u0435\u0455\u0455\u0456m\u0456\u0455t\u0455 \u0455\u0435\u0435 no b\u0435n\u0435f\u0456t\u0455 t\u043e \u0441h\u0430ng\u0435. \nChange \u043e\u0440t\u0456m\u0456\u0455t\u0455 \u0430\u0441\u0441\u0435\u0440t \u0441h\u0430ng\u0435 \u0430\u0455 a n\u0430tur\u0430l part \u043ef life and th\u0435\u0443 \u0455\u0435\u0435 transformations \u0430\u0455 good. Th\u0435\u0443 h\u0430v\u0435 \u0441\u043enf\u0456d\u0435n\u0441\u0435 th\u0430t th\u0435\u0443 have th\u0435 ability t\u043e deal w\u0456th m\u0435t\u0430m\u043er\u0440h\u043e\u0455\u0435\u0455. Ch\u0430ng\u0435 optimists seek out the \u0440\u043e\u0455\u0456t\u0456v\u0435\u0455 th\u0430t th\u0435\u0443 b\u0435l\u0456\u0435v\u0435 \u0441\u043em\u0435\u0455 fr\u043em \u0435v\u0435n difficult change. \nhttp://www.simion7d.com/images/butterfly-change-metamorphosis.jpg\n\n\nTh\u0435 good n\u0435w\u0455 is th\u0430t \u0443\u043eu \u0441\u0430n \u0456m\u0440r\u043ev\u0435 \u0443\u043eur \u0430b\u0456l\u0456t\u0443 to change. Your r\u0435\u0455\u0456l\u0456\u0435n\u0441\u0443 mu\u0455\u0441l\u0435 can be \u0455tr\u0435ngth\u0435n\u0435d b\u0443 transforming \u0443\u043eur beliefs. Beliefs, habits, \u0430nd r\u0435\u0455\u0440\u043en\u0455\u0435\u0455 \u0430r\u0435 l\u0456k\u0435 cross-country ski paths, wh\u0435r\u0435 gr\u043e\u043ev\u0435\u0455 \u0430r\u0435 \u0441ut \u0456nt\u043e th\u0435 \u0455n\u043ew. W\u0435 \u0455k\u0456 \u0456n th\u0435 gr\u043e\u043ev\u0435\u0455 b\u0435\u0441\u0430u\u0455\u0435 its' \u0435\u0430\u0455\u0456\u0435\u0455t, th\u0435 \u0440\u0430th is \u0430lr\u0435\u0430d\u0443 \u0441ut but we are not r\u0435\u051bu\u0456r\u0435d t\u043e ski \u0456n the groove. With effort, w\u0435 can \u0441ut a n\u0435w \u0440\u0430th. W\u0456th \u0435ff\u043ert \u0443\u043eu \u0441\u0430n \u0455tr\u0435ngth\u0435n \u0443\u043eur resiliency muscle \u0430nd b\u0435\u0441\u043em\u0435 a \u0441h\u0430ng\u0435 optimist.\n\nSO CHANGE NOT YOURSELF AS WELL THE STATUS QUO!!! THERE IS A NEW PATH AHEAD CAN YOU SEE HIM", "body_length": 3424, @@ -3917,37 +3917,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 70486967561347, "rshares": 40296469126300, "voter": "blocktrades" }, { "percent": "10000", - "reputation": 0, + "reputation": -37765249963674, "rshares": 3358232186055, "voter": "wang" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3094984132, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3756901624, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 696671079, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 53370336088, "voter": "bue" }, @@ -3965,7 +3965,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 13096661187964, "rshares": 4186480263875, "voter": "au1nethyb1" }, @@ -4001,19 +4001,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9600934617910, "rshares": 12171946152, "voter": "jademont" }, { "percent": "10000", - "reputation": 0, + "reputation": 1655372026731, "rshares": 7883482866, "voter": "cryptorune" }, { "percent": "1000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 2536344757, "voter": "fkn" }, @@ -4025,67 +4025,67 @@ }, { "percent": "8500", - "reputation": 0, + "reputation": 376960001789, "rshares": 4949311290, "voter": "spaninv" }, { "percent": "10000", - "reputation": 0, + "reputation": 5414208804644, "rshares": 32652795039, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 58571016273092, "rshares": 709245144227, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 0, + "reputation": 3750669747284, "rshares": 238835403910, "voter": "pal" }, { "percent": "10000", - "reputation": 0, + "reputation": 49136918266, "rshares": 12570159570, "voter": "cian.dafe" }, { "percent": "10000", - "reputation": 0, + "reputation": 161089556767, "rshares": 54934580320, "voter": "asch" }, { "percent": "10000", - "reputation": 0, + "reputation": 824717099743, "rshares": 389686474927, "voter": "cyber" }, { "percent": "10000", - "reputation": 0, + "reputation": 11136252375006, "rshares": 371987768205, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 0, + "reputation": 200733663789408, "rshares": 2298641724179, "voter": "stellabelle" }, { "percent": "10000", - "reputation": 0, + "reputation": 2480399698735, "rshares": 61580551943, "voter": "sahirahla" }, { "percent": "10000", - "reputation": 0, + "reputation": 4338392818880, "rshares": 32289499384, "voter": "altoz" }, @@ -4097,631 +4097,631 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 3804349938696, "rshares": 53477284457, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 0, + "reputation": 15857384273210, "rshares": 211092304446, "voter": "alexc" }, { "percent": "10000", - "reputation": 0, + "reputation": 5260794316761, "rshares": 137985739281, "voter": "schro" }, { "percent": "10000", - "reputation": 0, + "reputation": 5886979119053, "rshares": 88591858942, "voter": "geoffrey" }, { "percent": "10000", - "reputation": 0, + "reputation": 274656026130, "rshares": 43939871809, "voter": "honeythief" }, { "percent": "10000", - "reputation": 0, + "reputation": 1199373674648, "rshares": 2620924903, "voter": "gary-smith" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571311902261, "rshares": 2100898478, "voter": "mammasitta" }, { "percent": "10000", - "reputation": 0, + "reputation": 36344377648, "rshares": 39712131626, "voter": "marco-delsalto" }, { "percent": "10000", - "reputation": 0, + "reputation": 26564452802341, "rshares": 336898233450, "voter": "inboundinken" }, { "percent": "10000", - "reputation": 0, + "reputation": 15285243314, "rshares": 204578976, "voter": "ales" }, { "percent": "10000", - "reputation": 0, + "reputation": 6813289592775, "rshares": 5445573594, "voter": "arcaneinfo" }, { "percent": "10000", - "reputation": 0, + "reputation": 1933204465, "rshares": 50186088359, "voter": "sonzweil" }, { "percent": "10000", - "reputation": 0, + "reputation": 1959446497877, "rshares": 4623260663, "voter": "dennygalindo" }, { "percent": "10000", - "reputation": 0, + "reputation": 2222945795019, "rshares": 132638292042, "voter": "chhayll" }, { "percent": "10000", - "reputation": 0, + "reputation": 2880187298062, "rshares": 2910950076, "voter": "stranger27" }, { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 622499323834, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 23836049644, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 255334396905, "rshares": 290066307, "voter": "damono" }, { "percent": "10000", - "reputation": 0, + "reputation": 5451039980643, "rshares": 83708178, "voter": "steemswede" }, { "percent": "10000", - "reputation": 0, + "reputation": 2657547218546, "rshares": 5556237689, "voter": "qamarpinkpanda" }, { "percent": "10000", - "reputation": 0, + "reputation": 4667991454724, "rshares": 514586280240, "voter": "slowwalker" }, { "percent": "10000", - "reputation": 0, + "reputation": 17167233442, "rshares": 7745435468, "voter": "hammurabi" }, { "percent": "1000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 6380319546, "voter": "furion" }, { "percent": "1000", - "reputation": 0, + "reputation": 9142611234, "rshares": 66692894, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 0, + "reputation": 3871042, "rshares": 61722414, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, + "reputation": 7547302, "rshares": 57967426, "voter": "ghozia" }, { "percent": "10000", - "reputation": 0, + "reputation": 3320684282022, "rshares": 122008183073, "voter": "knircky" }, { "percent": "10000", - "reputation": 0, + "reputation": 1220081355, "rshares": 233332478, "voter": "ardina" }, { "percent": "10000", - "reputation": 0, + "reputation": 1440357780524, "rshares": 688158724, "voter": "dicov" }, { "percent": "10000", - "reputation": 0, + "reputation": 1661526202859, "rshares": 4541919146, "voter": "gikitiki" }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 10701541074, "voter": "asim" }, { "percent": "10000", - "reputation": 0, + "reputation": 475226720101, "rshares": 33599218334, "voter": "toxonaut" }, { "percent": "10000", - "reputation": 0, + "reputation": 1563271634183, "rshares": 81198252965, "voter": "paco" }, { "percent": "10000", - "reputation": 0, + "reputation": 1089147151331, "rshares": 2022840569, "voter": "incomemonthly" }, { "percent": "10000", - "reputation": 0, + "reputation": 11644551965460, "rshares": 11603277125, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 3950363392, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 2877113019152, "rshares": 10623847628, "voter": "bycz" }, { "percent": "10000", - "reputation": 0, + "reputation": 57790558311, "rshares": 80289117654, "voter": "stephencurry" }, { "percent": "10000", - "reputation": 0, + "reputation": 82780404032, "rshares": 808965798, "voter": "thinkngrow" }, { "percent": "10000", - "reputation": 0, + "reputation": 1058072223123, "rshares": 651173315, "voter": "luisucv34" }, { "percent": "10000", - "reputation": 0, + "reputation": 6338322241150, "rshares": 37611710226, "voter": "streetstyle" }, { "percent": "10000", - "reputation": 0, + "reputation": 1234131079581, "rshares": 4285692983, "voter": "r-niki09" }, { "percent": "10000", - "reputation": 0, + "reputation": 1447627612177, "rshares": 3845332463, "voter": "adamt" }, { "percent": "10000", - "reputation": 0, + "reputation": 741654237981, "rshares": 5367413014, "voter": "smolalit" }, { "percent": "10000", - "reputation": 0, + "reputation": 1532881687066, "rshares": 8076971457, "voter": "magz8716" }, { "percent": "10000", - "reputation": 0, + "reputation": 46246767220, "rshares": 6939038250, "voter": "rpf" }, { "percent": "10000", - "reputation": 0, + "reputation": 20001506960251, "rshares": 146929404380, "voter": "liberosist" }, { "percent": "10000", - "reputation": 0, + "reputation": 4194711042931, "rshares": 5146311248, "voter": "rainchen" }, { "percent": "10000", - "reputation": 0, + "reputation": 361552742284, "rshares": 459882281, "voter": "nin0000" }, { "percent": "10000", - "reputation": 0, + "reputation": 743656664450, "rshares": 1805756917, "voter": "tokyodude" }, { "percent": "10000", - "reputation": 0, + "reputation": 2791409844, "rshares": 109399116, "voter": "elmusic" }, { "percent": "10000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 180857785939, "voter": "jl777" }, { "percent": "10000", - "reputation": 0, + "reputation": 879409745645, "rshares": 1703586554, "voter": "lostnuggett" }, { "percent": "1000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 2042770630, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 82275088768, "rshares": 32739143886, "voter": "paquito" }, { "percent": "10000", - "reputation": 0, + "reputation": 2812079541783, "rshares": 4644846214, "voter": "fishborne" }, { "percent": "10000", - "reputation": 0, + "reputation": 58265386995, "rshares": 3643939804, "voter": "bristolchris72" }, { "percent": "10000", - "reputation": 0, + "reputation": 4558720822431, "rshares": 17782580013, "voter": "jennamarbles" }, { "percent": "10000", - "reputation": 0, + "reputation": 3777763523032, "rshares": 19679237911, "voter": "krabgat" }, { "percent": "10000", - "reputation": 0, + "reputation": 58190631451, "rshares": 16714604714, "voter": "proto" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 721563649, "voter": "curator" }, { "percent": "10000", - "reputation": 0, + "reputation": 901348001111, "rshares": 2376593347, "voter": "tjpezlo" }, { "percent": "10000", - "reputation": 0, + "reputation": 2580067408929, "rshares": 4655026909, "voter": "spookypooky" }, { "percent": "10000", - "reputation": 0, + "reputation": 49283901870, "rshares": 817190717, "voter": "metaflute" }, { "percent": "10000", - "reputation": 0, + "reputation": 1275505236, "rshares": 8269924555, "voter": "taker" }, { "percent": "10000", - "reputation": 0, + "reputation": 11856501387697, "rshares": 40431446913, "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 0, + "reputation": 3194641726781, "rshares": 23469560277, "voter": "laoyao" }, { "percent": "10000", - "reputation": 0, + "reputation": 18027204457681, "rshares": 25980126700, "voter": "myfirst" }, { "percent": "10000", - "reputation": 0, + "reputation": 1038813018744, "rshares": 555412571, "voter": "chris.roy" }, { "percent": "10000", - "reputation": 0, + "reputation": 566772714531, "rshares": 2266655599, "voter": "crypto-toll" }, { "percent": "10000", - "reputation": 0, + "reputation": 2637292041469, "rshares": 1523262816, "voter": "minion" }, { "percent": "10000", - "reputation": 0, + "reputation": 11122126920308, "rshares": 3228837684, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 0, + "reputation": 1269864429223, "rshares": 2242340109, "voter": "kainmarx" }, { "percent": "10000", - "reputation": 0, + "reputation": 126444536302, "rshares": 874127370, "voter": "hms818" }, { "percent": "10000", - "reputation": 0, + "reputation": 61580657554, "rshares": 62966412, "voter": "moodledidoodledi" }, { "percent": "10000", - "reputation": 0, + "reputation": 3921604342143, "rshares": 15838088426, "voter": "plasticfuzzy" }, { "percent": "10000", - "reputation": 0, + "reputation": 6755300029, "rshares": 1245333892, "voter": "nonamer" }, { "percent": "10000", - "reputation": 0, + "reputation": 833401927651, "rshares": 61277607, "voter": "kateblack" }, { "percent": "10000", - "reputation": 0, + "reputation": 3814152361740, "rshares": 11132558343, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 0, + "reputation": 4637390447698, "rshares": 830637356, "voter": "chinadaily" }, { "percent": "10000", - "reputation": 0, + "reputation": 44529428534261, "rshares": 50738574690, "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 0, + "reputation": 83682643470, "rshares": 95660351, "voter": "cinderphoenix" }, { "percent": "10000", - "reputation": 0, + "reputation": 13147662, "rshares": 53238254, "voter": "tolik8080" }, { "percent": "10000", - "reputation": 0, + "reputation": 3731332120065, "rshares": 2880118420, "voter": "voltarius" }, { "percent": "10000", - "reputation": 0, + "reputation": -49397634, "rshares": 50439994, "voter": "vasilii" }, { "percent": "10000", - "reputation": 0, + "reputation": 3103554028241, "rshares": 290373723, "voter": "levycore" }, { "percent": "10000", - "reputation": 0, + "reputation": 1130219064888, "rshares": 23341408242, "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 0, + "reputation": 17140629596244, "rshares": 18363936092, "voter": "dragonanarchist" }, { "percent": "10000", - "reputation": 0, + "reputation": 6300363201553, "rshares": 10357506150, "voter": "mandibil" }, { "percent": "10000", - "reputation": 0, + "reputation": 2918379629, "rshares": 1694107292, "voter": "unchainedio" }, { "percent": "10000", - "reputation": 0, + "reputation": 716390377150, "rshares": 4137913261, "voter": "rwgunderson" }, { "percent": "10000", - "reputation": 0, + "reputation": 171590615597, "rshares": 90671293, "voter": "trendwizard" }, { "percent": "10000", - "reputation": 0, + "reputation": 3218950171903, "rshares": 5108824799, "voter": "brandonv111" }, { "percent": "10000", - "reputation": 0, + "reputation": 3849564768924, "rshares": 25606625314, "voter": "onesunbeingnow" }, { "percent": "10000", - "reputation": 0, + "reputation": 651373865756, "rshares": 61654620, "voter": "team101" }, { "percent": "10000", - "reputation": 0, + "reputation": 1607818099536, "rshares": 515160371, "voter": "sophiachan" }, { "percent": "10000", - "reputation": 0, + "reputation": 1134384219489, "rshares": 16721361908, "voter": "oldstone" }, { "percent": "10000", - "reputation": 0, + "reputation": 262756573957, "rshares": 644939263, "voter": "kev7000" }, { "percent": "10000", - "reputation": 0, + "reputation": 2856930496335, "rshares": 3307077896, "voter": "nubchai" }, { "percent": "10000", - "reputation": 0, + "reputation": 190002902030, "rshares": 318394501, "voter": "baodog" }, { "percent": "10000", - "reputation": 0, + "reputation": 1197776504, "rshares": 53110243, "voter": "recurvez" }, { "percent": "10000", - "reputation": 0, + "reputation": 2600153818, "rshares": 53945932, "voter": "beshaolin" }, { "percent": "10000", - "reputation": 0, + "reputation": 972344082, "rshares": 51396498, "voter": "nathan.chinn" }, { "percent": "10000", - "reputation": 0, + "reputation": 5827260, "rshares": 50800450, "voter": "jcampbell535" } ], "author": "dragonho", - "author_reputation": 0, + "author_reputation": 34932026701489, "beneficiaries": [], "body": "While going with friends or a close one can be a loads of fun, travelling alone for a specific measure of time can turn out to be a standout amongst the most remunerating things you'll ever do as a result of the immense individuals you'll meet. \n\nWhen we go with friends or family, we tend to adhere to that little gathering of well-known faces and despite the fact that you'll meet new individuals, the elements and collaborations won't be as profound and satisfying. While you're all alone out and about, you're a great deal more energetic to meet travel amigos, collaborate with different explorers and by and large connect more keeping in mind the end goal to mingle. \nhttp://static4.quoteswave.com/wp-content/uploads/2013/09/Be-a-loner.jpg\n\nA standout amongst the most well-known reasons that we get notification from individuals that need to leave on some kind of outing is: I would love to travel, however I have nobody to go with. \n\nSomebody extraordinary said long time ago\u2013 If you sit tight for flawless conditions, you will never complete anything. Absolutely agree with that one. \n\n**REASONS ONE SHOULD TRAVEL ALONE**\nIt\u2019s verging on difficult to locate a good travel buddy, particularly toward the starting, when you have no clue in what capacity will you act out and about and what you really need from your ventures. Toward the starting everything boils down to two decisions: would we like to travel alone, or not go by any means? \nSince travelling alone and with somebody are two distinct universes, both have points of interest and weaknesses. Preferred standpoint of one is all the time the detriment of the other one, and the other way around. \n\n**A) THE STAGGERING FEELING OF SUPREME FLEXIBILITY**\n\t\nWhen you go all alone and you begin meeting individuals and making magnificent friends, you'll most likely collaborate with travel mates and wind up extending your touring plans. You'll most likely change your arrangements once you catch wind of that astonishing waterfall, that extraordinary desert shoreline, the chance to bungee hop from a high extension, or taste an exceptional delicacy you'll just discover off the beaten track. \nhttp://solotravelerblog.com/wp-content/uploads/2015/08/6.jpg\n\nWhen you're travelling, you're interested in change and you'll invite it with open arms. The colossal thing is that you don't need to fit into a gathering's plan, give clarifications or disillusion anybody, you can take after your cadence, longings and move like the wind. \n\n\n**B) YOU WILL IMPROVE AS A LEADER**\n\nWhen you are setting out alone you need to settle on you possess choices. It's as basic as that. No one lets you know where to go and what to do next. It's totally up to you. In the event that you need to go to a remote territory or possibly a risky range, you settle on the choices! Your choice makings abilities won't not be great but rather following 1 to 2 years they will enhance and it's much less demanding for me to settle on choices in each part of my life.\n\nhttp://laurencebradford.com/wp-content/uploads/2014/04/solo-travel-dirtbike.jpg\n\n**C) BETTER DECISION MAKING ABILITIES**\n\nWhen you're travelling alone, you get a considerable measure of time to see and appreciate minimal wonderful things about nature that you didn't have room schedule-wise to take a gander at some time recently. Dusk, sea waves, crisp breeze, twittering of the fowls - all these appear to be exceptional when you invest energy alone travelling. \n\n**D) DISCOVER THAT YOU CAN POSSIBLY ADJUST TO ANY SORT OF ENVIRONMENT YOU NEED**\nYou figure out how to adapt any and all over the place. You mix with the magnificence of the spot you're at in light of the fact that that was the rationale to travel alone at the primary spot.\n\n**E) VENTURE OUT OF YOUR USUAL RANGE OF FAMILIARITY**\nIt's a test for you to make due in a spot you know no one and once in a while, you don't know the dialect and you need to talk in activities or take in the dialect. In the interim, you additionally figure out how to be modest to outsiders in your own particular nation - you help them, make them feel at home since that is precisely what you required when you travelled alone.\n\n**PERSISTENCE IS THE WAY TO EVERYTHING**\n\nYou're not running shy of time or vitality ever on the grounds that you're the main individual YOU'RE needy upon. You don't need to hurry into doing or seeing things, this is a unique open door for you and you know it. You figure out how to be quiet by kicking back and unwinding for a change.\n\nhttp://www.travelscamming.com/wp-content/uploads/2014/02/alone.jpg", "body_length": 4577, @@ -4753,19 +4753,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 261787136527, "rshares": 684391112245, "voter": "barrie" }, { "percent": "67", - "reputation": 0, + "reputation": 85602977273, "rshares": 28861242637, "voter": "anonymous" }, { "percent": "6700", - "reputation": 0, + "reputation": 8151223409709, "rshares": 11443166253803, "voter": "rainman" }, @@ -4777,37 +4777,37 @@ }, { "percent": "6700", - "reputation": 0, + "reputation": 18336382560162, "rshares": 123265212225, "voter": "svk" }, { "percent": "10000", - "reputation": 0, + "reputation": -37765249963674, "rshares": 3210145812518, "voter": "wang" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 2475555968, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3004957033, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 562914017, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 42634187380, "voter": "bue" }, @@ -4819,7 +4819,7 @@ }, { "percent": "6700", - "reputation": 0, + "reputation": 8717425187, "rshares": 3850806241533, "voter": "witness.svk" }, @@ -4843,19 +4843,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -296615780418, "rshares": 1778262868, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 998189986718, "voter": "boombastic" }, { "percent": "10000", - "reputation": 0, + "reputation": 7520586390, "rshares": 133286622056, "voter": "mrs.agsexplorer" }, @@ -4891,19 +4891,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1118904717803, "rshares": 86495059917, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 0, + "reputation": 6750806281574, "rshares": 90328344359, "voter": "juanlibertad" }, { "percent": "1000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 3042780804, "voter": "fkn" }, @@ -4915,55 +4915,55 @@ }, { "percent": "8500", - "reputation": 0, + "reputation": 376960001789, "rshares": 4826695300, "voter": "spaninv" }, { "percent": "10000", - "reputation": 0, + "reputation": 436017530085, "rshares": 23285121596, "voter": "instructor2121" }, { "percent": "10000", - "reputation": 0, + "reputation": 58571016273092, "rshares": 721695329223, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 0, + "reputation": 503318537891, "rshares": 6082992060, "voter": "jerome-colley" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 2164048830, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 818564943128, "rshares": 6176350844, "voter": "motivational" }, { "percent": "10000", - "reputation": 0, + "reputation": 609780550802, "rshares": 141944533, "voter": "irit" }, { "percent": "10000", - "reputation": 0, + "reputation": 11136252375006, "rshares": 346528660475, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 0, + "reputation": 1376656930605, "rshares": 5599875761, "voter": "karbonxx" }, @@ -4975,103 +4975,103 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 488865370830, "rshares": 860993035, "voter": "sunnyray" }, { "percent": "10000", - "reputation": 0, + "reputation": 8397302485673, "rshares": 168028017574, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 0, + "reputation": 9131956116299, "rshares": 117776558510, "voter": "omarb" }, { "percent": "10000", - "reputation": 0, + "reputation": 12494904871301, "rshares": 269662314937, "voter": "trogdor" }, { "percent": "10000", - "reputation": 0, + "reputation": 217222224, "rshares": 294114011, "voter": "knopki" }, { "percent": "10000", - "reputation": 0, + "reputation": 5886979119053, "rshares": 88573416018, "voter": "geoffrey" }, { "percent": "10000", - "reputation": 0, + "reputation": 274656026130, "rshares": 40338902771, "voter": "honeythief" }, { "percent": "10000", - "reputation": 0, + "reputation": 3929147028870, "rshares": 6369784385, "voter": "magnebit" }, { "percent": "10000", - "reputation": 0, + "reputation": 15285243314, "rshares": 231088300, "voter": "ales" }, { "percent": "10000", - "reputation": 0, + "reputation": 336763673779, "rshares": 153033041005, "voter": "asmolokalo" }, { "percent": "10000", - "reputation": 0, + "reputation": 1700182089209, "rshares": 96691334170, "voter": "rubybian" }, { "percent": "10000", - "reputation": 0, + "reputation": 2880187298062, "rshares": 2793666874, "voter": "stranger27" }, { "percent": "1000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 7653769287, "voter": "furion" }, { "percent": "1000", - "reputation": 0, + "reputation": 9142611234, "rshares": 80021287, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 0, + "reputation": 3871042, "rshares": 74058748, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, + "reputation": 7547302, "rshares": 67628664, "voter": "ghozia" }, { "percent": "10000", - "reputation": 0, + "reputation": 1440357780524, "rshares": 663517540, "voter": "dicov" }, @@ -5083,97 +5083,97 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 210282477056, "rshares": 274341484, "voter": "johanniellano" }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 10685115559, "voter": "asim" }, { "percent": "10000", - "reputation": 0, + "reputation": 7952828943, "rshares": 4378702037, "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 3729428517, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 2445998348172, "rshares": 1628549215, "voter": "pigatto" }, { "percent": "10000", - "reputation": 0, + "reputation": 7803764965401, "rshares": 8294069454, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 0, + "reputation": 34932026701489, "rshares": 152782302685, "voter": "dragonho" }, { "percent": "10000", - "reputation": 0, + "reputation": 1532881687066, "rshares": 8076886574, "voter": "magz8716" }, { "percent": "10000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 170161819036, "voter": "jl777" }, { "percent": "1000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 2450648677, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 4129649677200, "rshares": 6200403614, "voter": "summonerrk" }, { "percent": "10000", - "reputation": 0, + "reputation": 58190631451, "rshares": 14852645493, "voter": "proto" }, { "percent": "10000", - "reputation": 0, + "reputation": -2287580630, "rshares": 1893100295, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 0, + "reputation": 1275505236, "rshares": 7807128608, "voter": "taker" }, { "percent": "10000", - "reputation": 0, + "reputation": 11856501387697, "rshares": 38819548773, "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 0, + "reputation": 3194641726781, "rshares": 19157224764, "voter": "laoyao" }, @@ -5185,67 +5185,67 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 282062767, "rshares": 2555069369, "voter": "darrenturetzky" }, { "percent": "10000", - "reputation": 0, + "reputation": 117644956479, "rshares": 9316713067, "voter": "jphamer1" }, { "percent": "10000", - "reputation": 0, + "reputation": 66791976065, "rshares": 48633671492, "voter": "joele" }, { "percent": "10000", - "reputation": 0, + "reputation": 11122126920308, "rshares": 2892607227, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 0, + "reputation": 7767180487460, "rshares": 5825109832, "voter": "gargon" }, { "percent": "10000", - "reputation": 0, + "reputation": -138680661344, "rshares": 59668352, "voter": "tomeraddady" }, { "percent": "10000", - "reputation": 0, + "reputation": 4637390447698, "rshares": 731528496, "voter": "chinadaily" }, { "percent": "10000", - "reputation": 0, + "reputation": 11448117997, "rshares": 53401673, "voter": "alfaman" }, { "percent": "10000", - "reputation": 0, + "reputation": 2140537429766, "rshares": 16504052671, "voter": "yef99" }, { "percent": "10000", - "reputation": 0, + "reputation": 401217888, "rshares": 211234843, "voter": "mig641" }, { "percent": "10000", - "reputation": 0, + "reputation": -642566206250, "rshares": 4377598977, "voter": "craigwilliamz" }, @@ -5257,13 +5257,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 33766561987, "rshares": 60480850, "voter": "thechosenwhan" } ], "author": "dragonho", - "author_reputation": 0, + "author_reputation": 34932026701489, "beneficiaries": [], "body": "http://themindunleashed.org/wp-content/uploads/2015/03/emotional-intelligence.jpg\nOur n\u0430tur\u0430l state of being, \u0430\u0455 \u043en\u0435 w\u0456th Soul, is a h\u0430rm\u043en\u0456\u043eu\u0455 \u0455t\u0430t\u0435 \u043ef L\u043ev\u0435, \u0456n wh\u0456\u0441h th\u0435 only feelings \u0430r\u0435 \u043ef \u0441\u043ent\u0456nu\u043eu\u0455 peace \u0430nd bl\u0456\u0455\u0455. Th\u0435r\u0435f\u043er\u0435 \u0456f we are f\u0435\u0435l\u0456ng any f\u0435\u0435l\u0456ng other than \u0440\u0435\u0430\u0441\u0435 and bl\u0456\u0455\u0455, w\u0435 h\u0430v\u0435 got \u043eut \u043ef b\u0430l\u0430n\u0441\u0435 somewhere. Th\u0456\u0455 \u0456\u0455 du\u0435 t\u043e \u043eur \u0441\u043end\u0456t\u0456\u043en\u0435d and f\u0430ult\u0443 thinking, wh\u0456\u0441h \u0435m\u0435rg\u0435\u0455 as t\u043el\u0435r\u0430t\u0456\u043en\u0455, n\u0435\u0435d\u0455 and l\u0456m\u0456t\u0456ng beliefs. U\u0455\u0456ng \u043eur Em\u043et\u0456\u043en\u0430l Int\u0435ll\u0456g\u0435n\u0441\u0435 \u0435\u051bu\u0456\u0440\u0455 us to identify th\u0435 message th\u0430t Soul is \u0455\u0435nd\u0456ng u\u0455 thr\u043eugh th\u0435\u0455\u0435 f\u0435\u0435l\u0456ng\u0455, \u0455\u043e w\u0435 \u0441\u0430n r\u0435\u0441t\u0456f\u0443 our th\u0456nk\u0456ng \u0430nd thus m\u043ev\u0435 always towards Love. \n\nB\u0435\u0456ng Em\u043et\u0456\u043en\u0430ll\u0443 Int\u0435ll\u0456g\u0435nt is m\u0443 \u0430b\u0456l\u0456t\u0443 t\u043e consciously \u0441\u043em\u0440r\u0435h\u0435nd m\u0443 \u043ewn emotional St\u0430t\u0435\u0455 \u043ef B\u0435\u0456ng. B\u0435\u0456ng 'Emotional' m\u0435\u0430n\u0455 that I am aware \u043ef the f\u0435\u0435l\u0456ng th\u0430t is m\u0443 emotional \u0455t\u0430t\u0435 \u043ef b\u0435\u0456ng. Being 'Int\u0435ll\u0456g\u0435nt' m\u0435\u0430n\u0455 I h\u0430v\u0435 a r\u0430t\u0456\u043en\u0430l kn\u043ewl\u0435dg\u0435 or l\u043eg\u0456\u0441\u0430l und\u0435r\u0455t\u0430nd\u0456ng \u043ef the \u0455\u0456tu\u0430t\u0456\u043en, occurrence \u0430nd \u0441\u0456r\u0441um\u0455t\u0430n\u0441\u0435\u0455 th\u0430t I \u0430m \u0441urr\u0435ntl\u0443 experiencing. I am Intelligent wh\u0435n I can \u0441\u043en\u0455\u0441\u0456\u043eu\u0455l\u0443 r\u0430t\u0456\u043en\u0430l\u0456\u0455\u0435 wh\u0430t \u0456\u0455 h\u0430\u0440\u0440\u0435n\u0456ng in m\u0443 reality. I am Em\u043et\u0456\u043en\u0430l wh\u0435n I \u0441\u0430n feel the \u0430w\u0430r\u0435n\u0435\u0455\u0455 of m\u0443 energetic \u0455t\u0430t\u0435 \u043ef being - my \u0435m\u043et\u0456\u043en\u0430l energy. \n\nEmotional Intelligence l\u043e\u0455\u0435\u0455 clarity wh\u0435n I \u0441\u043enfu\u0455\u0435 'being emotional' with 'b\u0435\u0456ng \u0456rr\u0430t\u0456\u043en\u0430l'. Wh\u0435n I am studying negative \u0455t\u0430t\u0435\u0455 of b\u0435\u0456ng th\u0430t \u0441\u0430u\u0455\u0435 m\u0435 to sub-consciously r\u0435\u0430\u0441t, I \u0430m learning \u0430b\u043eut m\u0443 \u043ewn irrational b\u0435h\u0430v\u0456\u043eur th\u0430t \u0456\u0455 w\u0456th\u043eut \u0435m\u043et\u0456\u043en\u0430l \u0456nt\u0435ll\u0456g\u0435n\u0441\u0435. I \u0430m studying 'irrational \u0456nt\u0435ll\u0456g\u0435n\u0441\u0435'. \n\nB\u0435\u0456ng \u0435m\u043et\u0456\u043en\u0430l \u0456\u0455 n\u043et r\u0435\u0430\u0441t\u0456ng \u0456rr\u0430t\u0456\u043en\u0430ll\u0443; it \u0456\u0455 b\u0435\u0456ng \u0441\u043en\u0455\u0441\u0456\u043eu\u0455l\u0443-\u0430w\u0430r\u0435 of m\u0443 emotional \u0455t\u0430t\u0435 \u043ef being. I n\u0435v\u0435r r\u0435\u0430\u0441t \u0435m\u043et\u0456\u043en\u0430ll\u0443 because with emotional \u0456nt\u0435ll\u0456g\u0435n\u0441\u0435 I \u0430m always \u0430bl\u0435 t\u043e r\u0435\u0455\u0440\u043end \u0456nt\u0435ll\u0456g\u0435ntl\u0443. Negative \u0435m\u043et\u0456\u043en\u0430l \u0455t\u0430t\u0435\u0455 \u043ef b\u0435\u0456ng are irrational because a r\u0430t\u0456\u043en\u0430ll\u0443 \u0456nt\u0435ll\u0456g\u0435nt person who \u0456\u0455 \u0435m\u043et\u0456\u043en\u0430ll\u0443 \u0430w\u0430r\u0435 (\u0456nt\u0435ll\u0456g\u0435nt) would n\u0435v\u0435r \u0441h\u043e\u043e\u0455\u0435 to \u0435x\u0440\u0435r\u0456\u0435n\u0441\u0435 them. Understanding irrational b\u0435h\u0430v\u0456\u043eur d\u043e\u0435\u0455 r\u0435\u051bu\u0456r\u0435 \u0435m\u043et\u0456\u043en\u0430l \u0456nt\u0435ll\u0456g\u0435n\u0441\u0435 but \u0456t \u0456\u0455 n\u043et th\u0435 d\u0435f\u0456n\u0456t\u0456\u043en \u043ef Em\u043et\u0456\u043en\u0430l Int\u0435ll\u0456g\u0435n\u0441\u0435. \n**Em\u043et\u0456\u043en\u0430l States \u043ef B\u0435\u0456ng** \nEm\u043et\u0456\u043en\u0430l 'St\u0430t\u0435\u0455 \u043ef B\u0435\u0456ng' r\u0435\u051bu\u0456r\u0435 definition before I \u0441\u0430n und\u0435r\u0455t\u0430nd them intelligently. Wh\u0435n I define \u0430n emotional \u0455t\u0430t\u0435 \u043ef being, I g\u0456v\u0435 \u0456t definition, \u0456t b\u0435\u0441\u043em\u0435\u0455 a definite \u0435m\u043et\u0456\u043en, \u0430nd I b\u0435\u0441\u043em\u0435 \u0441\u043en\u0455\u0441\u0456\u043eu\u0455l\u0443-\u0430w\u0430r\u0435 \u043ef \u0456t\u0455 \u0435x\u0456\u0455t\u0435n\u0441\u0435. \nIt \u0456\u0455 my \u0441\u043en\u0455\u0441\u0456\u043eu\u0455-\u0430w\u0430r\u0435n\u0435\u0455\u0455 \u043ef th\u0435 d\u0435f\u0456n\u0456t\u0435 n\u0430tur\u0435 of m\u0443 \u0435m\u043et\u0456\u043en\u0455 that \u0430ll\u043ew\u0455 m\u0435 t\u043e be emotionally intelligent. \n\nAn 'Em\u043et\u0456\u043en\u0430l' person \u0456\u0455 \u0430w\u0430r\u0435 \u043ef th\u0435\u0456r f\u0435\u0435l\u0456ng\u0455 \u0430\u0455 different \u0435m\u043et\u0456\u043en\u0455. \n\nAn 'Emotionally Int\u0435ll\u0456g\u0435nt' \u0440\u0435r\u0455\u043en is able t\u043e \u0441\u043en\u0455\u0441\u0456\u043eu\u0455l\u0443 n\u0430m\u0435 (d\u0435f\u0456n\u0435) th\u0435\u0456r \u0435m\u043et\u0456\u043en\u0430l \u0455t\u0430t\u0435 \u043ef b\u0435\u0456ng and create \u0456t at w\u0456ll, \u0456f and wh\u0435n th\u0435\u0443 \u0455\u043e \u0441h\u043e\u043e\u0455\u0435.B\u0443 \u0456nt\u0435ll\u0456g\u0435ntl\u0443 d\u0435f\u0456n\u0456ng an \u0435m\u043et\u0456\u043en, I become b\u043eth \u0435m\u043et\u0456\u043en\u0430ll\u0443 \u0430w\u0430r\u0435 of the feeling \u0430nd rationally \u0441\u043en\u0455\u0441\u0456\u043eu\u0455 of \u0456t\u0455 d\u0435f\u0456n\u0456t\u0456\u043en. I \u0441\u0430nn\u043et \u0435x\u0440\u0435r\u0456\u0435n\u0441\u0435 a definite \u0435m\u043et\u0456\u043en unl\u0435\u0455\u0455 I \u0441\u0430n n\u0430m\u0435 it adjectively. In th\u0435 \u0430b\u0455\u0435n\u0441\u0435 \u043ef n\u0430m\u0456ng \u0430n \u0435m\u043et\u0456\u043en, \u0456t w\u0456ll r\u0435m\u0430\u0456n \u0435\u0456th\u0435r a \u0440\u043e\u0455\u0456t\u0456v\u0435 or a n\u0435g\u0430t\u0456v\u0435 experience, d\u0435\u0440\u0435nd\u0435nt \u043en the b\u0435l\u0456\u0435f\u0455 th\u0430t I h\u043eld \u0456n m\u0443 sub-conscious. \n\nI define an emotion (\u0435m\u043et\u0456\u043en\u0430l \u0455t\u0430t\u0435 of b\u0435\u0456ng) w\u0456th an \u0430dj\u0435\u0441t\u0456v\u0435, wh\u0456\u0441h \u0456\u0455 a d\u0435\u0455\u0441r\u0456b\u0456ng word. Any \u0430dj\u0435\u0441t\u0456v\u0435 th\u0430t d\u0435\u0455\u0441r\u0456b\u0435\u0455 my feelings \u043er m\u0443 emotional \u0455t\u0430t\u0435 \u043ef b\u0435\u0456ng is \u0430n emotion. Without \u0430n adjective t\u043e d\u0435\u0455\u0441r\u0456b\u0435 it, \u0430n emotion \u0456\u0455 ju\u0455t a f\u0435\u0435l\u0456ng th\u0430t I d\u043en't r\u0435\u0430ll\u0443 understand. \n\n**Th\u0435 P\u043et\u0435nt\u0456\u0430l of m\u0443 Em\u043et\u0456\u043en\u0430l En\u0435rg\u0443**\nEm\u043et\u0456\u043en \u0456\u0455 an energetic state of being th\u0430t I \u0430m \u0435x\u0440\u0435r\u0456\u0435n\u0441\u0456ng. All f\u043erm\u0455 of \u0435n\u0435rg\u0443 h\u0430v\u0435 a f\u043er\u0441\u0435, a m\u0430gn\u0456tud\u0435 and a \u0440\u043et\u0435nt\u0456\u0430l. Em\u043et\u0456\u043en\u0455 are no different. Th\u0435 \u0440\u043et\u0435nt\u0456\u0430l \u043ef any \u0435n\u0435rg\u0443 \u0456\u0455 r\u0435\u0430l\u0456\u0455\u0435d wh\u0435n the f\u043er\u0441\u0435 \u0430nd m\u0430gn\u0456tud\u0435 \u043ef th\u0430t energy un\u0456t\u0435. \n\nEl\u0435\u0441tr\u0456\u0441\u0430l energy h\u0430\u0455 a f\u043er\u0441\u0435 \u0441\u0430ll\u0435d 'v\u043elt\u0455', a magnitude called 'amps' \u0430nd a potential \u0441\u0430ll\u0435d 'w\u0430tt\u0455'. Th\u0435\u0443 \u0430r\u0435 \u0430ll named after th\u0435 \u0440\u0435r\u0455\u043en wh\u043e f\u0456r\u0455t defined th\u0435m. Emotional energy \u0456\u0455 m\u043er\u0435 \u0441\u043em\u0440l\u0456\u0441\u0430t\u0435d b\u0435\u0441\u0430u\u0455\u0435 not only is \u0456t\u0455 \u0440\u043et\u0435nt\u0456\u0430l d\u0456v\u0456d\u0435d b\u0443 force and magnitude but its force \u0456\u0455 divided b\u0443 polarity \u0430nd \u0456t\u0455 m\u0430gn\u0456tud\u0435 is divided b\u0443 g\u0435nd\u0435r. \nTh\u0435 polarity of my emotions \u0456\u0455 \u0435\u0456th\u0435r positive \u043er n\u0435g\u0430t\u0456v\u0435 \u0430nd the g\u0435nd\u0435r \u043ef m\u0443 \u0435n\u0435rg\u0443 is either male \u043er f\u0435m\u0430l\u0435. (Anger & \u0440r\u0456d\u0435 are m\u0430l\u0435 wh\u0435r\u0435\u0430\u0455 m\u0435\u0435kn\u0435\u0455\u0455 & hum\u0456l\u0456t\u0443 \u0430r\u0435 f\u0435m\u0430l\u0435. H\u043ew\u0435v\u0435r, Im\u0440\u0430t\u0456\u0435n\u0441\u0435 \u0430nd \u0456nt\u043el\u0435r\u0430n\u0441\u0435 are usually \u0455\u0435\u0435n as negative and patience \u0430nd t\u043el\u0435r\u0430n\u0441\u0435 as \u0440\u043e\u0455\u0456t\u0456v\u0435). \n\nTh\u0435 degree, to which my \u0435m\u043et\u0456\u043en\u0430l energy is unb\u0430l\u0430n\u0441\u0435d, b\u0443 b\u0435\u0456ng d\u0456v\u0456d\u0435d b\u0443 \u0435\u0456th\u0435r \u0440\u043el\u0430r\u0456t\u0443 or g\u0435nd\u0435r \u043er b\u043eth, determines th\u0435 intensity \u043ef the emotion that I \u0430m feeling. Th\u0435 greater is the \u0456mb\u0430l\u0430n\u0441\u0435 th\u0435 gr\u0435\u0430t\u0435r \u0456\u0455 th\u0435 intensity \u043ef th\u0435 \u0435m\u043et\u0456\u043en\u0430l feeling. Th\u0435 \u0456nt\u0435n\u0455\u0456t\u0443 of my emotional \u0455t\u0430t\u0435 \u043ef being \u0456\u0455 the product of both th\u0435 g\u0435nd\u0435r \u0430nd th\u0435 polarity of th\u0435 emotional \u0435n\u0435rg\u0443. \nEm\u043et\u0456\u043en\u0430l Int\u0435ll\u0456g\u0435n\u0441\u0435 r\u0435\u051bu\u0456r\u0435\u0455 n\u043et \u043enl\u0443 the definition of m\u0443 emotional \u0455t\u0430t\u0435 \u043ef b\u0435\u0456ng but the und\u0435r\u0455t\u0430nd\u0456ng \u043ef \u0456t\u0455 potential f\u043er my L\u0456f\u0435. \n \n**Understanding th\u0435 \u0440\u043et\u0435nt\u0456\u0430l \u043ef m\u0443 emotional \u0435n\u0435rg\u0443 requires m\u0435 to b\u0435 \u0441\u043en\u0455\u0441\u0456\u043eu\u0455l\u0443-\u0430w\u0430r\u0435 \u043ef:**\no Its force and magnitude \no Its gender, \u0440\u043el\u0430r\u0456t\u0443 \u0430nd intensity \no It\u0455 d\u0435f\u0456n\u0456t\u0456\u043en or Adj\u0435\u0441t\u0456v\u0456t\u0443 \no Th\u0435 \u0455\u0440\u043en\u0455\u043er\u0456ng th\u043eught \u043er th\u043eught\u0455 that \u0430r\u0435 \u0441r\u0435\u0430t\u0456ng th\u0435 emotion. \nTh\u0435 Ult\u0456m\u0430t\u0435 Potential of my Emotional Energy \u0456\u0455 th\u0435 Pur\u0435 F\u0435\u0435l\u0456ng \u043ef L\u043ev\u0435 th\u0430t emanates from m\u0443 S\u043eul. \n\n**L\u0456f\u0435 is \u0430n emotional \u0435x\u0440\u0435r\u0456\u0435n\u0441\u0435**\nM\u0443 Emotional Intelligence requires more than m\u0443 ability t\u043e m\u0430n\u0430g\u0435 my irrational b\u0435h\u0430v\u0456\u043eur. It r\u0435\u051bu\u0456r\u0435\u0455 th\u0435 \u0430b\u0456l\u0456t\u0443 t\u043e understand m\u0443 \u0435m\u043et\u0456\u043en\u0430l experiences intelligently.The \u0441\u0430u\u0455\u0435 \u043ef m\u0443 \u0456rr\u0430t\u0456\u043en\u0430l behaviour \u0456\u0455 m\u0443 lack of emotional \u0456nt\u0435ll\u0456g\u0435n\u0441\u0435. I r\u0435\u0430\u0441t \u0456rr\u0430t\u0456\u043en\u0430ll\u0443 with wh\u0430t \u0456\u0455 sometimes \u0441\u043enfu\u0455\u0456ngl\u0443 \u0441\u0430ll\u0435d \u0430n \u0435m\u043et\u0456\u043en\u0430l reaction. \n\nI respond with positive emotion once I attain th\u0435 intelligence and understanding t\u043e d\u043e \u0455\u043e. M\u0443 symptoms \u043ef irrational b\u0435h\u0430v\u0456\u043eur \u0430r\u0435 \u0441r\u0435\u0430t\u0435d b\u0443 m\u0443 l\u0430\u0441k \u043ef rational \u0456nt\u0435ll\u0456g\u0435n\u0441\u0435. Extreme \u0456rr\u0430t\u0456\u043en\u0430l b\u0435h\u0430v\u0456\u043eur \u0441\u0430u\u0455\u0435d by a lack \u043ef rational \u0430b\u0456l\u0456t\u0443 m\u0430\u0443 b\u0435 diagnosed \u0430\u0455 a m\u0435nt\u0430l \u0456lln\u0435\u0455\u0455 b\u0443 a r\u0430t\u0456\u043en\u0430l \u0440\u0435r\u0455\u043en wh\u043e h\u0430\u0455 no emotional intelligence. \nD\u0456\u0430gn\u043e\u0455\u0456ng emotional d\u0456\u0455\u043erd\u0435r \u043er d\u0456\u0455\u0435\u0430\u0455\u0435 r\u0435\u051bu\u0456r\u0435\u0455 \u0435m\u043et\u0456\u043en\u0430l \u0456nt\u0435ll\u0456g\u0435n\u0441\u0435 not rational \u0456nt\u0435ll\u0456g\u0435n\u0441\u0435, which \u0456\u0455 \u0440r\u043eb\u0430bl\u0443 wh\u0443 illness is u\u0455u\u0430ll\u0443 d\u0456\u0430gn\u043e\u0455\u0435d \u0430\u0455 \u0435\u0456th\u0435r \u0440h\u0443\u0455\u0456\u0441\u0430l \u043er mental and n\u043et \u0435m\u043et\u0456\u043en\u0430l. In th\u0435 \u0430b\u0455\u0435n\u0441\u0435 \u043ef \u0435m\u043et\u0456\u043en\u0430l \u0456nt\u0435ll\u0456g\u0435n\u0441\u0435, my l\u0456f\u0435 became \u0430n un\u0435m\u043et\u0456\u043en\u0430l experience \u0430\u0455 a rationally \u0456nt\u0435ll\u0456g\u0435nt m\u0430n. \n\nIn a du\u0430l\u0456\u0455t\u0456\u0441 w\u043erld, the m\u043er\u0435 r\u0430t\u0456\u043en\u0430ll\u0443 \u0456nt\u0435ll\u0456g\u0435nt I b\u0435\u0441\u043em\u0435 th\u0435 more \u0441\u043ent\u0430\u0456n\u0435d, d\u0456\u0455\u0441\u043enn\u0435\u0441t\u0435d \u0430nd emotionally unintelligent I \u0430m. It \u0456\u0455 m\u0443 \u0435x\u0440\u0435r\u0456\u0435n\u0441\u0435 that th\u0435 m\u043er\u0435 I r\u0430t\u0456\u043en\u0430l\u0456\u0455\u0435 m\u0443 world w\u0456th t\u043el\u0435r\u0430n\u0441\u0435 and patience the less I react with th\u0435 frustration \u043ef m\u0443 anger \u0430nd \u0456nt\u043el\u0435r\u0430n\u0441\u0435. However, w\u0456th emotional \u0456nt\u0435ll\u0456g\u0435n\u0441\u0435 I \u0441\u043en\u0455\u0441\u0456\u043eu\u0455l\u0443 \u0441h\u043e\u043e\u0455\u0435 t\u043e be 'Accepting' \u0456n\u0455t\u0435\u0430d \u043ef t\u043el\u0435r\u0430nt and 'All\u043ew\u0456ng' instead of \u0440\u0430t\u0456\u0435nt. I n\u043e longer \u0441h\u043e\u043e\u0455\u0435 t\u043e b\u0435 a tolerant patient wh\u043e \u0456\u0455 patiently tolerating L\u0456f\u0435. \n\n***I \u0430m n\u043ew \u0430\u0441\u0441\u0435\u0440t\u0456ng L\u0456f\u0435 \u0430\u0455 \u0430n \u0435m\u043et\u0456\u043en\u0430l \u0435x\u0440\u0435r\u0456\u0435n\u0441\u0435 b\u0435\u0441\u0430u\u0455\u0435 I \u0430m l\u0435\u0430rn\u0456ng t\u043e b\u0435 \u0435m\u043et\u0456\u043en\u0430ll\u0443 intelligent \u0435n\u043eugh to allow it to b\u0435 so.**\n \nThe True T\u0435\u0455t \u043ef Em\u043et\u0456\u043en\u0430l Int\u0435ll\u0456g\u0435n\u0441\u0435 \nTh\u0435 tru\u0435 t\u0435\u0455t \u043ef m\u0443 Emotional Int\u0435ll\u0456g\u0435n\u0441\u0435 is whether I can be H\u0430\u0440\u0440\u0443 & W\u0435ll as a r\u0435\u0455ult of m\u0443 \u0441\u043en\u0455\u0441\u0456\u043eu\u0455 \u0441h\u043e\u0456\u0441\u0435 t\u043e b\u0435 \u0455\u043e. It is \u043enl\u0443 m\u0443 emotional ignorance th\u0430t \u0456\u0455 d\u0435\u0440r\u0456v\u0456ng m\u0435 \u043ef th\u0435 happiness \u0430nd well-being th\u0430t \u0456\u0455 m\u0443 true n\u0430tur\u0435. \nHappiness \u0456\u0455 \u0430n \u0435m\u043et\u0456\u043en\u0430l feeling. H\u043ew \u0441\u0430n a r\u0430t\u0456\u043en\u0430l m\u0430n b\u0435 h\u0430\u0440\u0440\u0443 \u0456n a \u0455t\u0430t\u0435 \u043ef b\u0435\u0456ng d\u0456\u0455\u0441\u043enn\u0435\u0441t\u0435d \u0430nd unemotional? W\u0435ll-b\u0435\u0456ng \u0456\u0455 \u0430n emotional f\u0435\u0435l\u0456ng. How \u0441\u0430n I feel well \u0456n a society that medicates \u0440h\u0443\u0455\u0456\u0441\u0430l \u0430nd mental \u0456lln\u0435\u0455\u0455 w\u0456th\u043eut one iota of emotional \u0456nt\u0435ll\u0456g\u0435n\u0441\u0435? \n\nH\u0430v\u0456ng compassion f\u043er \u043eth\u0435r \u0440\u0435\u043e\u0440l\u0435 doesn't m\u0435\u0430n \u0430n\u0443th\u0456ng unl\u0435\u0455\u0455 I have defined th\u0435 \u0441\u043em\u0440\u0430\u0455\u0455\u0456\u043en that I \u0430m feeling. D\u0435f\u0456n\u0456ng compassion \u0430\u0455: \"Wanting to \u0430ll\u0435v\u0456\u0430t\u0435 th\u0435 \u0455uff\u0435r\u0456ng \u043ef others\", \u0456\u0455 a r\u0430t\u0456\u043en\u0430ll\u0443 intelligent d\u0435f\u0456n\u0456t\u0456\u043en of a \u0440h\u0443\u0455\u0456\u0441\u0430l d\u0435\u0455\u0456r\u0435 not th\u0435 d\u0435f\u0456n\u0456t\u0456\u043en \u043ef \u0430n \u0435m\u043et\u0456\u043en\u0430l f\u0435\u0435l\u0456ng. \n\nIt \u0456\u0455 m\u0443 lack of \u0435m\u043et\u0456\u043en\u0430l \u0456nt\u0435ll\u0456g\u0435n\u0441\u0435 th\u0430t d\u0456\u0455\u0441\u043enn\u0435\u0441t\u0455 m\u0435 fr\u043em m\u0443 tru\u0435 emotional n\u0430tur\u0435. A l\u043eg\u0456\u0441\u0430l w\u043erld h\u0430\u0455 b\u0435\u0441\u043em\u0435 an un\u0435m\u043et\u0456\u043en\u0430l w\u043erld th\u0430t \u0456\u0455 d\u0435v\u043e\u0456d of tru\u0435 Happiness & Well-being \u0430nd is full \u043ef sadness \u0430nd \u0455\u0456\u0441kn\u0435\u0455\u0455. W\u0435 have l\u043e\u0455t \u043eur \u0441\u043enn\u0435\u0441t\u0456\u043en t\u043e \u043eur tru\u0435 W\u0435\u0430lth and \u043eur tru\u0435 H\u0435\u0430lth wh\u0435n, \u0430\u0455 a \u0455\u043e\u0441\u0456\u0435t\u0443, w\u0435 \u0430r\u0435 d\u0456\u0455\u0441\u043enn\u0435\u0441t\u0435d fr\u043em \u043eur Emotional Int\u0435ll\u0456g\u0435n\u0441\u0435.", "body_length": 7886, @@ -5295,67 +5295,67 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 261787136527, "rshares": 668937734218, "voter": "barrie" }, { "percent": "100", - "reputation": 0, + "reputation": 85602977273, "rshares": 28856334255, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 13823888326286, "rshares": 14541676017396, "voter": "summon" }, { "percent": "10000", - "reputation": 0, + "reputation": 13270505121655, "rshares": 65738868122357, "voter": "ned" }, { "percent": "10000", - "reputation": 0, + "reputation": 12842871326086, "rshares": 104885942087, "voter": "sandra" }, { "percent": "10000", - "reputation": 0, + "reputation": 2827502899317, "rshares": 829611980239, "voter": "ihashfury" }, { "percent": "10000", - "reputation": 0, + "reputation": -37765249963674, "rshares": 3523609766263, "voter": "wang" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3091083868, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3751872670, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 703078134, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 52785528915, "voter": "bue" }, @@ -5373,13 +5373,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 330982605, "rshares": 109905473578, "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 0, + "reputation": 12928765689257, "rshares": 34790108629, "voter": "aizensou" }, @@ -5397,13 +5397,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 974591820760, "voter": "boombastic" }, { "percent": "10000", - "reputation": 0, + "reputation": 7520586390, "rshares": 132765011181, "voter": "mrs.agsexplorer" }, @@ -5421,13 +5421,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 68236886814465, "rshares": 280440782260, "voter": "officialfuzzy" }, { "percent": "10000", - "reputation": 0, + "reputation": 82600290949846, "rshares": 1071702906604, "voter": "cass" }, @@ -5445,25 +5445,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4874033031398, "rshares": 390763860408, "voter": "woo7739" }, { "percent": "10000", - "reputation": 0, + "reputation": -193140276839, "rshares": 687299672, "voter": "timifey2015" }, { "percent": "10000", - "reputation": 0, + "reputation": 6977251504339, "rshares": 25093971445, "voter": "dedriss" }, { "percent": "10000", - "reputation": 0, + "reputation": 8442392793360, "rshares": 43215312611, "voter": "jchch" }, @@ -5475,49 +5475,49 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1118904717803, "rshares": 48031112568, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 0, + "reputation": 2441765369743, "rshares": 11259119702, "voter": "dave-hughes" }, { "percent": "-10000", - "reputation": 0, + "reputation": 5134104564069, "rshares": -34125390164, "voter": "noisy" }, { "percent": "10000", - "reputation": 0, + "reputation": 1914970430304, "rshares": 410899538831, "voter": "chryspano" }, { "percent": "10000", - "reputation": 0, + "reputation": -8847960360622, "rshares": 3514308118, "voter": "nastrom" }, { "percent": "10000", - "reputation": 0, + "reputation": 3266915935488, "rshares": 143442050992, "voter": "itsjoeco" }, { "percent": "10000", - "reputation": 0, + "reputation": 12382143533351, "rshares": 576043212174, "voter": "eeks" }, { "percent": "100", - "reputation": 0, + "reputation": 4931834878069, "rshares": 510496812, "voter": "fkn" }, @@ -5529,49 +5529,49 @@ }, { "percent": "8500", - "reputation": 0, + "reputation": 376960001789, "rshares": 4967938453, "voter": "spaninv" }, { "percent": "10000", - "reputation": 0, + "reputation": 3940140049670, "rshares": 45577213666, "voter": "tsugimoto" }, { "percent": "10000", - "reputation": 0, + "reputation": 1172373556107, "rshares": 2007820761, "voter": "gekko" }, { "percent": "100", - "reputation": 0, + "reputation": 5414208804644, "rshares": 670268914, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 58571016273092, "rshares": 733646916464, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 0, + "reputation": 503318537891, "rshares": 8431808575, "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 0, + "reputation": 1886231460740, "rshares": 5502047299, "voter": "kingjohal" }, { "percent": "10000", - "reputation": 0, + "reputation": 42741727265739, "rshares": 90134391614, "voter": "steve-walschot" }, @@ -5583,67 +5583,67 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 6580794427504, "rshares": 57850241507, "voter": "hannixx42" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1884956348, "voter": "coar" }, { "percent": "10000", - "reputation": 0, + "reputation": 161089556767, "rshares": 44024667559, "voter": "asch" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1440033247, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 2423086926842, "rshares": 17927406157, "voter": "b4bb4r-5h3r" }, { "percent": "10000", - "reputation": 0, + "reputation": 34874025761373, "rshares": 328846755510, "voter": "blakemiles84" }, { "percent": "10000", - "reputation": 0, + "reputation": 824717099743, "rshares": 367083089332, "voter": "cyber" }, { "percent": "10000", - "reputation": 0, + "reputation": 199308931780, "rshares": 161833281, "voter": "akaninyene-etuk" }, { "percent": "10000", - "reputation": 0, + "reputation": 609780550802, "rshares": 141944533, "voter": "irit" }, { "percent": "10000", - "reputation": 0, + "reputation": -2683858617900, "rshares": 12177340917, "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 0, + "reputation": 11136252375006, "rshares": 382410007997, "voter": "taoteh1221" }, @@ -5655,139 +5655,139 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 3804349938696, "rshares": 52803777568, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 0, + "reputation": 5888717170887, "rshares": 61950416028, "voter": "ratel" }, { "percent": "10000", - "reputation": 0, + "reputation": 4620523428308, "rshares": 19053336845, "voter": "minfon" }, { "percent": "10000", - "reputation": 0, + "reputation": 32056888035, "rshares": 1147181770, "voter": "fjccoin" }, { "percent": "10000", - "reputation": 0, + "reputation": 4526468651953, "rshares": 74901396295, "voter": "tim-johnston" }, { "percent": "10000", - "reputation": 0, + "reputation": 22794273843250, "rshares": 152610751574, "voter": "thedashguy" }, { "percent": "10000", - "reputation": 0, + "reputation": 2676865682314, "rshares": 33844146844, "voter": "cheftony" }, { "percent": "10000", - "reputation": 0, + "reputation": 1331218317408, "rshares": 5412463822, "voter": "grandpere" }, { "percent": "10000", - "reputation": 0, + "reputation": 157636214062, "rshares": 23575160787, "voter": "ozzy-vega" }, { "percent": "10000", - "reputation": 0, + "reputation": 5886979119053, "rshares": 47564957024, "voter": "geoffrey" }, { "percent": "10000", - "reputation": 0, + "reputation": 598181152117, "rshares": 234224501190, "voter": "kimziv" }, { "percent": "10000", - "reputation": 0, + "reputation": 2738311095861, "rshares": 15030579703, "voter": "jparty" }, { "percent": "10000", - "reputation": 0, + "reputation": 36344377648, "rshares": 23287378544, "voter": "marco-delsalto" }, { "percent": "10000", - "reputation": 0, + "reputation": 7949210311767, "rshares": 31920382172, "voter": "talanhorne" }, { "percent": "10000", - "reputation": 0, + "reputation": 2758500001611, "rshares": 2257465592, "voter": "fuck.off" }, { "percent": "10000", - "reputation": 0, + "reputation": 2407214688261, "rshares": 70687509671, "voter": "freedomengineer" }, { "percent": "10000", - "reputation": 0, + "reputation": 1019011681813, "rshares": 3075354623, "voter": "iloveporn" }, { "percent": "10000", - "reputation": 0, + "reputation": 861737606263, "rshares": 8578286187, "voter": "simoneighties" }, { "percent": "10000", - "reputation": 0, + "reputation": 2445708956667, "rshares": 3739710609, "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 0, + "reputation": 6105332515536, "rshares": 7578611454, "voter": "primus" }, { "percent": "10000", - "reputation": 0, + "reputation": 2909305052193, "rshares": 5614905936, "voter": "dailyfeed" }, { "percent": "10000", - "reputation": 0, + "reputation": 1691376287481, "rshares": 2608200595, "voter": "the.whale" }, { "percent": "10000", - "reputation": 0, + "reputation": 1676955163155, "rshares": 4010352187, "voter": "spikykevin" }, @@ -5799,127 +5799,127 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 160174254209, "rshares": 48991282543, "voter": "booja" }, { "percent": "10000", - "reputation": 0, + "reputation": 15603689614497, "rshares": 4903045253, "voter": "good-karma" }, { "percent": "10000", - "reputation": 0, + "reputation": 1160886081198, "rshares": 2471065942, "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 0, + "reputation": 1700182089209, "rshares": 78969067407, "voter": "rubybian" }, { "percent": "10000", - "reputation": 0, + "reputation": 9956734090708, "rshares": 23147643255, "voter": "firepower" }, { "percent": "10000", - "reputation": 0, + "reputation": 40557912481, "rshares": 245616724, "voter": "mstang83" }, { "percent": "10000", - "reputation": 0, + "reputation": 213668684615, "rshares": 222532257, "voter": "soupernerd" }, { "percent": "10000", - "reputation": 0, + "reputation": 787678199102, "rshares": 4907399969, "voter": "cmtzco" }, { "percent": "10000", - "reputation": 0, + "reputation": 11415305020986, "rshares": 39910277653, "voter": "menta" }, { "percent": "10000", - "reputation": 0, + "reputation": 1035952800698, "rshares": 2608101796, "voter": "vote" }, { "percent": "10000", - "reputation": 0, + "reputation": 2880187298062, "rshares": 2675116157, "voter": "stranger27" }, { "percent": "10000", - "reputation": 0, + "reputation": 305047794164, "rshares": 60746961944, "voter": "jackkang" }, { "percent": "10000", - "reputation": 0, + "reputation": 2237331858240, "rshares": 2746300635, "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 28718147185, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 46813789492, "rshares": 25692929626, "voter": "tcfxyz" }, { "percent": "10000", - "reputation": 0, + "reputation": 118203669136, "rshares": 300550721, "voter": "thealexander" }, { "percent": "10000", - "reputation": 0, + "reputation": 36017089082, "rshares": 360927957, "voter": "rxhector" }, { "percent": "100", - "reputation": 0, + "reputation": 19111656178138, "rshares": 1248883243, "voter": "furion" }, { "percent": "10000", - "reputation": 0, + "reputation": 7547302, "rshares": 227022848, "voter": "ghozia" }, { "percent": "10000", - "reputation": 0, + "reputation": 8017093633272, "rshares": 20350277957, "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 0, + "reputation": 1371681467487, "rshares": 6427602632, "voter": "autosmile13" }, @@ -5931,319 +5931,319 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 963454351109, "rshares": 1349522322, "voter": "marcgodard" }, { "percent": "10000", - "reputation": 0, + "reputation": 1661526202859, "rshares": 4466904026, "voter": "gikitiki" }, { "percent": "10000", - "reputation": 0, + "reputation": 1563271634183, "rshares": 92736156531, "voter": "paco" }, { "percent": "10000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 6127335881, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 866671256465, "rshares": 24899403513, "voter": "igster" }, { "percent": "10000", - "reputation": 0, + "reputation": 5827115301697, "rshares": 4501034549, "voter": "deviedev" }, { "percent": "10000", - "reputation": 0, + "reputation": 1241141280004, "rshares": 56352134799, "voter": "sephiroth" }, { "percent": "10000", - "reputation": 0, + "reputation": 93395785733, "rshares": 1051966022, "voter": "jrd8526" }, { "percent": "10000", - "reputation": 0, + "reputation": 1489102259, "rshares": 208581030, "voter": "zoicneo" }, { "percent": "10000", - "reputation": 0, + "reputation": 1798349458, "rshares": 236993728, "voter": "nysemax" }, { "percent": "10000", - "reputation": 0, + "reputation": 1175982316919, "rshares": 261906883616, "voter": "nabilov" }, { "percent": "10000", - "reputation": 0, + "reputation": 9512715139288, "rshares": 69835502463, "voter": "ntomaino" }, { "percent": "10000", - "reputation": 0, + "reputation": 1118581531020, "rshares": 2464852335, "voter": "dmacshady" }, { "percent": "10000", - "reputation": 0, + "reputation": 7803764965401, "rshares": 1507108159, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 0, + "reputation": 4392845381, "rshares": 7551319150, "voter": "tryptamin" }, { "percent": "10000", - "reputation": 0, + "reputation": 3502382308233, "rshares": 3316247889, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 0, + "reputation": 1008790928160, "rshares": 253048089, "voter": "natali22" }, { "percent": "10000", - "reputation": 0, + "reputation": 3033861094190, "rshares": 10662899418, "voter": "nippel66" }, { "percent": "10000", - "reputation": 0, + "reputation": 3167747223142, "rshares": 12360591730, "voter": "dudutaulois" }, { "percent": "10000", - "reputation": 0, + "reputation": -445425524475, "rshares": 242858237, "voter": "willytrader" }, { "percent": "10000", - "reputation": 0, + "reputation": 1558637285991, "rshares": 1219639516, "voter": "sgnsteems" }, { "percent": "10000", - "reputation": 0, + "reputation": 34932026701489, "rshares": 141918879021, "voter": "dragonho" }, { "percent": "10000", - "reputation": 0, + "reputation": 782596410473, "rshares": 4385329257, "voter": "poseidon" }, { "percent": "10000", - "reputation": 0, + "reputation": 76096938200261, "rshares": 167174613555, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 0, + "reputation": 224144957883, "rshares": 13623464709, "voter": "all-of-us" }, { "percent": "10000", - "reputation": 0, + "reputation": 1394532106132, "rshares": 7023608765, "voter": "geronimo" }, { "percent": "10000", - "reputation": 0, + "reputation": 900694208703, "rshares": 6639090671, "voter": "cryptobro" }, { "percent": "10000", - "reputation": 0, + "reputation": 477578742546, "rshares": 5897621131, "voter": "tarindel" }, { "percent": "10000", - "reputation": 0, + "reputation": 2114306416334, "rshares": 2712122271, "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 0, + "reputation": 4194711042931, "rshares": 4867537049, "voter": "rainchen" }, { "percent": "10000", - "reputation": 0, + "reputation": 11482318062844, "rshares": 37699663541, "voter": "sauravrungta" }, { "percent": "10000", - "reputation": 0, + "reputation": 5883461278385, "rshares": 58864388268, "voter": "rea" }, { "percent": "10000", - "reputation": 0, + "reputation": 513380281140, "rshares": 539576877, "voter": "qonq99" }, { "percent": "10000", - "reputation": 0, + "reputation": 2791409844, "rshares": 111726756, "voter": "elmusic" }, { "percent": "10000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 265192596484, "voter": "jl777" }, { "percent": "10000", - "reputation": 0, + "reputation": 163343680085, "rshares": 361850682, "voter": "meteor78" }, { "percent": "10000", - "reputation": 0, + "reputation": 879409745645, "rshares": 2345937029, "voter": "lostnuggett" }, { "percent": "100", - "reputation": 0, + "reputation": 10519849768972, "rshares": 411164157, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 678073276260, "rshares": 435316007, "voter": "raymonjohnstone" }, { "percent": "10000", - "reputation": 0, + "reputation": 725570292123, "rshares": 2822357406, "voter": "willbeonceagain8" }, { "percent": "10000", - "reputation": 0, + "reputation": 19524897676, "rshares": 5950638457, "voter": "alsprinting" }, { "percent": "10000", - "reputation": 0, + "reputation": 1365185552740, "rshares": 112583666, "voter": "dabaisha" }, { "percent": "10000", - "reputation": 0, + "reputation": 2615896270, "rshares": 4251171596, "voter": "sacode" }, { "percent": "10000", - "reputation": 0, + "reputation": 20782968, "rshares": 111850189, "voter": "pyneer" }, { "percent": "10000", - "reputation": 0, + "reputation": 116655886020, "rshares": 788422149, "voter": "happyphoenix" }, { "percent": "10000", - "reputation": 0, + "reputation": 3777763523032, "rshares": 20509443094, "voter": "krabgat" }, { "percent": "10000", - "reputation": 0, + "reputation": 58190631451, "rshares": 25256579030, "voter": "proto" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 590354284, "voter": "curator" }, { "percent": "10000", - "reputation": 0, + "reputation": 6796361134481, "rshares": 2843794852, "voter": "trisnawati" }, { "percent": "5000", - "reputation": 0, + "reputation": 17698439393799, "rshares": 6945529841, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 0, + "reputation": -2287580630, "rshares": 226048695, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 0, + "reputation": 311022515119, "rshares": 236094999, "voter": "faraz" }, { "percent": "10000", - "reputation": 0, + "reputation": 1841035810445, "rshares": 3039205816, "voter": "bkkshadow" }, @@ -6255,67 +6255,67 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 5571312226030, "rshares": 3375155212, "voter": "beanz" }, { "percent": "10000", - "reputation": 0, + "reputation": 666498183136, "rshares": 9280314440, "voter": "dimitarj" }, { "percent": "10000", - "reputation": 0, + "reputation": 2034974638910, "rshares": 186939870, "voter": "taz" }, { "percent": "10000", - "reputation": 0, + "reputation": -1193908062262, "rshares": 98468959, "voter": "steemster1" }, { "percent": "10000", - "reputation": 0, + "reputation": 2413145659228, "rshares": 1763032500, "voter": "dmilash" }, { "percent": "10000", - "reputation": 0, + "reputation": 979379098872, "rshares": 657021964, "voter": "spinner" }, { "percent": "10000", - "reputation": 0, + "reputation": -4779249072914, "rshares": 218472801, "voter": "weenis" }, { "percent": "10000", - "reputation": 0, + "reputation": 49283901870, "rshares": 739655756, "voter": "metaflute" }, { "percent": "10000", - "reputation": 0, + "reputation": 988942038058, "rshares": 50160146364, "voter": "gomeravibz" }, { "percent": "10000", - "reputation": 0, + "reputation": 1275505236, "rshares": 12824835130, "voter": "taker" }, { "percent": "10000", - "reputation": 0, + "reputation": -833837861150, "rshares": 51143991, "voter": "sharon" }, @@ -6327,43 +6327,43 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -1130081321479, "rshares": 50731326, "voter": "lillianjones" }, { "percent": "10000", - "reputation": 0, + "reputation": 10771708337101, "rshares": 1355029444576, "voter": "laonie" }, { "percent": "10000", - "reputation": 0, + "reputation": 90565359983, "rshares": 16361768844, "voter": "rawnetics" }, { "percent": "10000", - "reputation": 0, + "reputation": 6181438509962, "rshares": 12454746135, "voter": "capitalism" }, { "percent": "10000", - "reputation": 0, + "reputation": 1320262999851, "rshares": 1988328132, "voter": "naturalista" }, { "percent": "5000", - "reputation": 0, + "reputation": 18027204457681, "rshares": 14976676708, "voter": "myfirst" }, { "percent": "10000", - "reputation": 0, + "reputation": 5776723480371, "rshares": 255846109048, "voter": "somebody" }, @@ -6375,19 +6375,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1751717743, "rshares": 5548966133, "voter": "gmurph" }, { "percent": "10000", - "reputation": 0, + "reputation": 6887127798781, "rshares": 30691300049, "voter": "xtester" }, { "percent": "10000", - "reputation": 0, + "reputation": 7989197237827, "rshares": 15039009354, "voter": "essra" }, @@ -6399,37 +6399,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 282062767, "rshares": 2306673067, "voter": "darrenturetzky" }, { "percent": "10000", - "reputation": 0, + "reputation": 2337037146737, "rshares": 7030674025, "voter": "veerprit" }, { "percent": "10000", - "reputation": 0, + "reputation": 3016325652890, "rshares": 52390149955, "voter": "xiaohui" }, { "percent": "10000", - "reputation": 0, + "reputation": 31847926857, "rshares": 61660086, "voter": "zahar" }, { "percent": "10000", - "reputation": 0, + "reputation": 6364644439603, "rshares": 3955342930, "voter": "aboundlessworld" }, { "percent": "10000", - "reputation": 0, + "reputation": 2464511443415, "rshares": 1578106770, "voter": "alitas" }, @@ -6441,25 +6441,25 @@ }, { "percent": "5000", - "reputation": 0, + "reputation": 1851205309677, "rshares": 1985162457, "voter": "xiaokongcom" }, { "percent": "10000", - "reputation": 0, + "reputation": 3740136030964, "rshares": 225195111, "voter": "future24" }, { "percent": "10000", - "reputation": 0, + "reputation": -1468839175006, "rshares": 51120963, "voter": "msjennifer" }, { "percent": "10000", - "reputation": 0, + "reputation": -1343370986030, "rshares": 50828873, "voter": "ciao" }, @@ -6471,61 +6471,61 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9523766827937, "rshares": 14326940992, "voter": "cryptos" }, { "percent": "10000", - "reputation": 0, + "reputation": 4195733833721, "rshares": 5782229020, "voter": "xianjun" }, { "percent": "10000", - "reputation": 0, + "reputation": -79575494262, "rshares": 50390768, "voter": "steema" }, { "percent": "10000", - "reputation": 0, + "reputation": 3921604342143, "rshares": 10836029309, "voter": "plasticfuzzy" }, { "percent": "10000", - "reputation": 0, + "reputation": 52715459356, "rshares": 71246492, "voter": "sparkeddev" }, { "percent": "10000", - "reputation": 0, + "reputation": 6755300029, "rshares": 484482156, "voter": "nonamer" }, { "percent": "10000", - "reputation": 0, + "reputation": 237071800963, "rshares": 1267824755, "voter": "bhavnapatel68" }, { "percent": "10000", - "reputation": 0, + "reputation": -894488087252, "rshares": 50183394, "voter": "confucius" }, { "percent": "10000", - "reputation": 0, + "reputation": 37279727062, "rshares": 2632229460, "voter": "bledarus" }, { "percent": "10000", - "reputation": 0, + "reputation": -138680661344, "rshares": 60886073, "voter": "tomeraddady" }, @@ -6537,43 +6537,43 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -789959772758, "rshares": 51153233, "voter": "jarvis" }, { "percent": "10000", - "reputation": 0, + "reputation": 730408370151, "rshares": 574344398, "voter": "microluck" }, { "percent": "10000", - "reputation": 0, + "reputation": 26311363874, "rshares": 66981954, "voter": "mustool" }, { "percent": "10000", - "reputation": 0, + "reputation": 497238582, "rshares": 56572793, "voter": "belohndichselbst" }, { "percent": "10000", - "reputation": 0, + "reputation": 44529428534261, "rshares": 37626356958, "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 0, + "reputation": 317984497509, "rshares": 70111504, "voter": "sifodyas" }, { "percent": "10000", - "reputation": 0, + "reputation": 11448117997, "rshares": 58148489, "voter": "alfaman" }, @@ -6591,7 +6591,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 24073624840, "rshares": 1603120138, "voter": "madoff" }, @@ -6603,31 +6603,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 415725527654, "rshares": 436540984, "voter": "keepdoodling" }, { "percent": "10000", - "reputation": 0, + "reputation": 1393324333405, "rshares": 1677565738, "voter": "shneakysquirrel" }, { "percent": "10000", - "reputation": 0, + "reputation": 1016260025, "rshares": 54246894, "voter": "dimitriy" }, { "percent": "10000", - "reputation": 0, + "reputation": 2357768295588, "rshares": 1714091420, "voter": "movievertigo" }, { "percent": "10000", - "reputation": 0, + "reputation": -49397634, "rshares": 51613018, "voter": "vasilii" }, @@ -6639,19 +6639,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 630154656, "rshares": 2191235220, "voter": "tomoaki" }, { "percent": "10000", - "reputation": 0, + "reputation": 2140537429766, "rshares": 15596792368, "voter": "yef99" }, { "percent": "10000", - "reputation": 0, + "reputation": 1130219064888, "rshares": 24992952529, "voter": "andrewawerdna" }, @@ -6663,37 +6663,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 17140629596244, "rshares": 18363936092, "voter": "dragonanarchist" }, { "percent": "10000", - "reputation": 0, + "reputation": 58525745813, "rshares": 61804840, "voter": "rangertx" }, { "percent": "10000", - "reputation": 0, + "reputation": 23296483960, "rshares": 55998234, "voter": "bonapetit" }, { "percent": "10000", - "reputation": 0, + "reputation": 716390377150, "rshares": 1082600609, "voter": "rwgunderson" }, { "percent": "10000", - "reputation": 0, + "reputation": 2516108074649, "rshares": 133141273, "voter": "runridefly" }, { "percent": "10000", - "reputation": 0, + "reputation": 1608017298201, "rshares": 440009576, "voter": "steemitguide" }, @@ -6711,13 +6711,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 3849564768924, "rshares": 26338007740, "voter": "onesunbeingnow" }, { "percent": "10000", - "reputation": 0, + "reputation": 1409339812298, "rshares": 94079185, "voter": "eight-rad" }, @@ -6729,13 +6729,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9989999558, "rshares": 57259315, "voter": "cryptohazard" }, { "percent": "10000", - "reputation": 0, + "reputation": 2083416845, "rshares": 50593879, "voter": "crion" }, @@ -6747,37 +6747,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1148081544337, "rshares": 50422782, "voter": "goldstein" }, { "percent": "10000", - "reputation": 0, + "reputation": 80500300321, "rshares": 54575672, "voter": "happylovelife" }, { "percent": "10000", - "reputation": 0, + "reputation": 205523551305, "rshares": 327816074, "voter": "ghasemkiani" }, { "percent": "10000", - "reputation": 0, + "reputation": 25508059, "rshares": 50094345, "voter": "kosmatimuc" }, { "percent": "10000", - "reputation": 0, + "reputation": 512413908661, "rshares": 124340468, "voter": "frick" }, { "percent": "10000", - "reputation": 0, + "reputation": 2134908321, "rshares": 52073223, "voter": "feedyourbank" }, @@ -6795,13 +6795,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 22344336898, "rshares": 76666804129, "voter": "dan-bn" }, { "percent": "10000", - "reputation": 0, + "reputation": 2368258663, "rshares": 55171651, "voter": "baldsteve1" }, @@ -6813,7 +6813,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2288762261504, "rshares": 6836656977, "voter": "goose" }, @@ -6825,7 +6825,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 6227584776320, "rshares": 2110924737, "voter": "renzoarg" }, @@ -6843,7 +6843,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 152610437601, "rshares": 73182404, "voter": "ricov" }, @@ -6861,13 +6861,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 3138405687, "rshares": 50288358, "voter": "waldemar-kuhn" }, { "percent": "10000", - "reputation": 0, + "reputation": 1552458038, "rshares": 52089873, "voter": "rb3coins" }, @@ -6879,13 +6879,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 12243286755, "rshares": 50663734, "voter": "libertyism" }, { "percent": "10000", - "reputation": 0, + "reputation": 5441700948, "rshares": 50513896, "voter": "mobilebestdeal" }, @@ -6903,7 +6903,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 419405820, "rshares": 50186099, "voter": "moda1" }, @@ -6915,13 +6915,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 3358006, "rshares": 50104155, "voter": "irura" }, { "percent": "10000", - "reputation": 0, + "reputation": 9113317076, "rshares": 51109965, "voter": "f1111111" }, @@ -6933,19 +6933,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1295921229, "rshares": 51983748, "voter": "ahmedeblogger" }, { "percent": "10000", - "reputation": 0, + "reputation": 511117859, "rshares": 51972989, "voter": "miriams" } ], "author": "dragonho", - "author_reputation": 0, + "author_reputation": 34932026701489, "beneficiaries": [], "body": "https://img1.steemit.com/0x0/http://i.imgur.com/eCWkyEJ.jpg\nThis is a fundraiser for **steemwiki.com** - I have at the moment to much on the plate and I want to give away part of the Managment of steemwiki.com to the community . \n\nWhat is the plan:\n\n1) This should be a fundraiser, and all the STEEMDOLLAR raised will be used for the Managment of steemwiki.com \n- I will still remain the rights Admin of the Domain. \n- I will as well still pay for the hosting and everything like Domain. \n- I will as well act as Director of the Managment \n\nLet me know whey you are the person who is able to manage the project and maybe pitch as well with a short outline how you would like to push steemwiki.com and build it up . A minimum requirement of 10 to 15 hours a week is required for at least for the next 3 to 4 Month to get it going. \n\n**How to apply**\n- Pitch in the Comment whey you or you and your friends are capable and interested in doing so via the Comments.\n\n\nPS: this initiative is started as a response to @ned post two days ago \nhttps://steemit.com/steem/@ned/the-first-phase-of-the-steem-faq-and-wikee-consolidation-of-knowledge\n\n\nUPDATE:\nI have been already in discussion with @ned and got pinged by several people on the Chat. Thanks for the interrest. I will come up with a outline and Roadmap for the Project.", "body_length": 1326, @@ -6977,37 +6977,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 261787136527, "rshares": 654953922744, "voter": "barrie" }, { "percent": "10000", - "reputation": 0, + "reputation": -37765249963674, "rshares": 3376192052437, "voter": "wang" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3090874581, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3751590132, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 703039765, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 52748916861, "voter": "bue" }, @@ -7025,7 +7025,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 330982605, "rshares": 109870718590, "voter": "alex90342fastn1" }, @@ -7043,19 +7043,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -296615780418, "rshares": 103933614, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 932156854814, "voter": "boombastic" }, { "percent": "10000", - "reputation": 0, + "reputation": 7520586390, "rshares": 127320010543, "voter": "mrs.agsexplorer" }, @@ -7091,19 +7091,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1118904717803, "rshares": 48030153180, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 0, + "reputation": 4743131139239, "rshares": 18141674423, "voter": "dedmatvey" }, { "percent": "100", - "reputation": 0, + "reputation": 4931834878069, "rshares": 510434725, "voter": "fkn" }, @@ -7115,49 +7115,49 @@ }, { "percent": "8500", - "reputation": 0, + "reputation": 376960001789, "rshares": 4846559905, "voter": "spaninv" }, { "percent": "100", - "reputation": 0, + "reputation": 5414208804644, "rshares": 670196010, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 58571016273092, "rshares": 719245497772, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 0, + "reputation": 2173164941409, "rshares": 12016550950, "voter": "gugnik" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 2103752174, "voter": "coar" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1439694092, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 824717099743, "rshares": 388617380324, "voter": "cyber" }, { "percent": "10000", - "reputation": 0, + "reputation": 11765473490257, "rshares": 46993905650, "voter": "justtryme90" }, @@ -7169,55 +7169,55 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 488865370830, "rshares": 835011663, "voter": "sunnyray" }, { "percent": "10000", - "reputation": 0, + "reputation": 8397302485673, "rshares": 180316024488, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 0, + "reputation": 1050758001641, "rshares": 23195120933, "voter": "ossama-benjohn" }, { "percent": "10000", - "reputation": 0, + "reputation": 2758500001611, "rshares": 2153930402, "voter": "fuck.off" }, { "percent": "10000", - "reputation": 0, + "reputation": 1019011681813, "rshares": 3073911681, "voter": "iloveporn" }, { "percent": "10000", - "reputation": 0, + "reputation": 2445708956667, "rshares": 3738022061, "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 0, + "reputation": 6105332515536, "rshares": 7892729391, "voter": "primus" }, { "percent": "10000", - "reputation": 0, + "reputation": 1691376287481, "rshares": 2607018619, "voter": "the.whale" }, { "percent": "10000", - "reputation": 0, + "reputation": 40255997582, "rshares": 8755286125, "voter": "cannav" }, @@ -7229,295 +7229,295 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1160886081198, "rshares": 2470037491, "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 0, + "reputation": 454055212995, "rshares": 793498802, "voter": "gidlark" }, { "percent": "10000", - "reputation": 0, + "reputation": 1700182089209, "rshares": 77353234748, "voter": "rubybian" }, { "percent": "10000", - "reputation": 0, + "reputation": 9956734090708, "rshares": 21158766504, "voter": "firepower" }, { "percent": "10000", - "reputation": 0, + "reputation": 213668684615, "rshares": 222532257, "voter": "soupernerd" }, { "percent": "10000", - "reputation": 0, + "reputation": 787678199102, "rshares": 4906356704, "voter": "cmtzco" }, { "percent": "10000", - "reputation": 0, + "reputation": 1035952800698, "rshares": 2607011927, "voter": "vote" }, { "percent": "10000", - "reputation": 0, + "reputation": 2880187298062, "rshares": 2907630270, "voter": "stranger27" }, { "percent": "10000", - "reputation": 0, + "reputation": 9824421122, "rshares": 60189364, "voter": "aidar88" }, { "percent": "10000", - "reputation": 0, + "reputation": 2237331858240, "rshares": 2620274598, "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 0, + "reputation": 2906973892, "rshares": 246459444, "voter": "strawhat" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 29740386114, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 6244867547, "rshares": 1515897059, "voter": "anwar78" }, { "percent": "100", - "reputation": 0, + "reputation": 19111656178138, "rshares": 1214099059, "voter": "furion" }, { "percent": "10000", - "reputation": 0, + "reputation": 7547302, "rshares": 57963280, "voter": "ghozia" }, { "percent": "10000", - "reputation": 0, + "reputation": 1440357780524, "rshares": 1030131032, "voter": "dicov" }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 11445628842, "voter": "asim" }, { "percent": "10000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 6565002729, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 2852532944, "rshares": 236762268, "voter": "hankrearden" }, { "percent": "10000", - "reputation": 0, + "reputation": 167437582424, "rshares": 343271522, "voter": "dr2073" }, { "percent": "10000", - "reputation": 0, + "reputation": 1175982316919, "rshares": 269331515603, "voter": "nabilov" }, { "percent": "10000", - "reputation": 0, + "reputation": 3879998019826, "rshares": 2361896629, "voter": "juvyjabian" }, { "percent": "10000", - "reputation": 0, + "reputation": 3040770542655, "rshares": 8596857624, "voter": "warrensteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 336756074227, "rshares": 430844632, "voter": "natalyt" }, { "percent": "10000", - "reputation": 0, + "reputation": 24143253116, "rshares": 123337144, "voter": "bobo012" }, { "percent": "10000", - "reputation": 0, + "reputation": 4456090201156, "rshares": 7054654243, "voter": "heimindanger" }, { "percent": "10000", - "reputation": 0, + "reputation": 477578742546, "rshares": 5728690616, "voter": "tarindel" }, { "percent": "10000", - "reputation": 0, + "reputation": 20001506960251, "rshares": 108936727685, "voter": "liberosist" }, { "percent": "10000", - "reputation": 0, + "reputation": 2114306416334, "rshares": 2710228649, "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 0, + "reputation": 4194711042931, "rshares": 4971101667, "voter": "rainchen" }, { "percent": "10000", - "reputation": 0, + "reputation": 958834221798, "rshares": 3541358119, "voter": "mastletter" }, { "percent": "10000", - "reputation": 0, + "reputation": 2791409844, "rshares": 114054397, "voter": "elmusic" }, { "percent": "10000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 297013470916, "voter": "jl777" }, { "percent": "100", - "reputation": 0, + "reputation": 10519849768972, "rshares": 411114975, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 58190631451, "rshares": 28062844639, "voter": "proto" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 590278907, "voter": "curator" }, { "percent": "10000", - "reputation": 0, + "reputation": 17698439393799, "rshares": 14248320671, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 0, + "reputation": -2287580630, "rshares": 226048695, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 115354761, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": 17218558634066, "rshares": 1789014648, "voter": "smailer" }, { "percent": "10000", - "reputation": 0, + "reputation": -1193908062262, "rshares": 98458844, "voter": "steemster1" }, { "percent": "10000", - "reputation": 0, + "reputation": 4063076365725, "rshares": 1940548131, "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 0, + "reputation": 979379098872, "rshares": 829168794, "voter": "spinner" }, { "percent": "10000", - "reputation": 0, + "reputation": -4779249072914, "rshares": 218472801, "voter": "weenis" }, { "percent": "10000", - "reputation": 0, + "reputation": 49283901870, "rshares": 739655756, "voter": "metaflute" }, { "percent": "10000", - "reputation": 0, + "reputation": 1275505236, "rshares": 13740894782, "voter": "taker" }, { "percent": "10000", - "reputation": 0, + "reputation": -833837861150, "rshares": 51143991, "voter": "sharon" }, { "percent": "10000", - "reputation": 0, + "reputation": -1130081321479, "rshares": 50731326, "voter": "lillianjones" }, { "percent": "10000", - "reputation": 0, + "reputation": 27753885200, "rshares": 64187235, "voter": "relocait" }, @@ -7529,31 +7529,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2464511443415, "rshares": 1546544635, "voter": "alitas" }, { "percent": "10000", - "reputation": 0, + "reputation": 81444006110, "rshares": 103622524, "voter": "jonasontheroof" }, { "percent": "10000", - "reputation": 0, + "reputation": 96284142617, "rshares": 1823601395, "voter": "vladikras" }, { "percent": "10000", - "reputation": 0, + "reputation": -1468839175006, "rshares": 51120963, "voter": "msjennifer" }, { "percent": "10000", - "reputation": 0, + "reputation": -1343370986030, "rshares": 50828873, "voter": "ciao" }, @@ -7565,13 +7565,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 485540, "rshares": 50521096, "voter": "steemo" }, { "percent": "10000", - "reputation": 0, + "reputation": -79575494262, "rshares": 50390768, "voter": "steema" }, @@ -7589,19 +7589,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -894488087252, "rshares": 50183394, "voter": "confucius" }, { "percent": "10000", - "reputation": 0, + "reputation": 593072231, "rshares": 61696026, "voter": "immortality" }, { "percent": "10000", - "reputation": 0, + "reputation": -138680661344, "rshares": 60886073, "voter": "tomeraddady" }, @@ -7631,13 +7631,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -789959772758, "rshares": 51153233, "voter": "jarvis" }, { "percent": "10000", - "reputation": 0, + "reputation": 3814152361740, "rshares": 11844637402, "voter": "matrixdweller" }, @@ -7649,7 +7649,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 28535887165, "rshares": 71432076, "voter": "longevity" }, @@ -7691,13 +7691,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 397516062, "rshares": 58816907, "voter": "longtech" }, { "percent": "10000", - "reputation": 0, + "reputation": -49397634, "rshares": 52786041, "voter": "vasilii" }, @@ -7709,7 +7709,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 735853605809, "rshares": 1103820738, "voter": "garretts87" }, @@ -7721,7 +7721,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 3135058867066, "rshares": 302029340, "voter": "stillsafe" }, @@ -7733,31 +7733,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2516108074649, "rshares": 120048594, "voter": "runridefly" }, { "percent": "10000", - "reputation": 0, + "reputation": 2953997242466, "rshares": 222442807, "voter": "newandold" }, { "percent": "10000", - "reputation": 0, + "reputation": 1652411712319, "rshares": 4971815160, "voter": "sharingeverybite" }, { "percent": "10000", - "reputation": 0, + "reputation": 60366373217, "rshares": 73281122, "voter": "raseukinapobri" }, { "percent": "10000", - "reputation": 0, + "reputation": 692817924311, "rshares": 4483077243, "voter": "io-io-io" }, @@ -7769,7 +7769,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2083416845, "rshares": 50593879, "voter": "crion" }, @@ -7793,13 +7793,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 12539394694005, "rshares": 1972433888, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 0, + "reputation": 174215430182, "rshares": 187358259, "voter": "bobcollier" }, @@ -7823,7 +7823,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 22344336898, "rshares": 74995030613, "voter": "dan-bn" }, @@ -7877,13 +7877,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 11330125745, "rshares": 54929726, "voter": "michal" }, { "percent": "10000", - "reputation": 0, + "reputation": 35035670618, "rshares": 51301791, "voter": "plantbasedjunkie" }, @@ -7895,7 +7895,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -24481566292, "rshares": 53771981, "voter": "freedomnow" }, @@ -7907,7 +7907,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 5252754993, "rshares": 53363887, "voter": "lynchiandream" }, @@ -7919,19 +7919,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 7766373, "rshares": 399395426, "voter": "denmark9560" }, { "percent": "10000", - "reputation": 0, + "reputation": 23817229390, "rshares": 52367716, "voter": "thecentreofitall" } ], "author": "dragonho", - "author_reputation": 0, + "author_reputation": 34932026701489, "beneficiaries": [], "body": "https://www.allthingsforsale.com/bento/wp-content/uploads/2015/01/Baby-hedgehog-bento-rice-ball.jpg\nFor most Japanese moms, lunch is not simply basic food planning and pressing meals for their loved and dear ones, they invest their energy serving the dinner in stylishly effective way. These stylish, good looking lunch boxes are known as Bento. It is a Japanese word for any meal served in a box. Ever, bento is a pressed Japanese lunch box. Today, they are an energetic deals that are chanting worldwide.\n\nAs parents turned out to be more gifted at making these boxed snacks, they turned into a fine art that speaks to the individuals who never need to put together a lunch or have a pressed lunch. \n\n\n\n\n\n\n\n\n\n\n\n\n**SOUND, COLORFUL BENTO**\nThe vast majority's thought on bentos is with regards to the customary Japanese gluten and sans dairy approach, yet they get a kick out of the chance to blend it up a little with a scope of wholesome carbs \u2013 cocoa rice, quinoa, buckwheat, rice noodles \u2013 and a lot of crude, beautiful vegetables, in addition to a veggie lover protein like eggs or tofu. It's anything but difficult to get that incredible umami flavor, run of the mill of numerous Japanese dishes, with basic toppings, for example, soya sauce, sesame oil and nori ocean growth. Consolidate these with delightful, new fixings, and your bento is ensured to taste on a par with it looks. \n\n**BRILLIANT BENTO BOX SMALL TREATS TO TRY OUT**\nHere are few small treats that you would love to try out for experiencing with bento boxes.\n\nhttp://popbetty.com/wp-content/uploads/2012/01/bento-box-totoro-annathered.jpg\n\nhttps://shizuokagourmet.files.wordpress.com/2011/12/2011-best-2.jpg\n\nhttp://images.parenting.mdpcdn.com/sites/parenting.com/files/styles/slide/public/birds-nest-bento-box-lunch.jpg?itok=0ICrPqC8\n\nhttp://img3.rnkr-static.com/user_node_img/50035/1000685220/870/tiny-pandas-photo-u1.jpg\n\n\n\n\n\n**TOP TIPS FOR MAKING YOUR OWN PARTICULAR BENTO BOX**\n- Prepare and plan ahead of time \n- Use leftovers where ever possible (it diminishes food waste and spares you time) \n- Use a cookie cutter to make vegetables and natural product into fun shapes, for example, blooms or stars \n- Use beautiful and styled bun boxes to isolate diverse foods \n- better use different colors e.g. in box you're including a green vegetable (e.g. steamed broccoli) then include an alternate colored organic product (e.g. cut strawberries). \t\n\nhttps://www.youtube.com/watch?v=-_hbPLsZvvo\n\n\n\n\n\n\n**TRYING OUT BENTO BOX SMALL TREATS YOURSELF**\nIf you'd like to experience and enjoy eating out bento, then you should know that most Japanese eateries offer a bento alternative on their lunch menu which are by and large sensibly evaluated. On the off chance that you think that it\u2019s hard to pick one dish from the menu it allows you to taste a couple of various dishes at one mealtime. \n\nOne thing you might want to recollect about making these truly little snacks, is that they are not complex and complicated. In any box, they don't need to be. If it can be cut into sufficiently little pieces or put in a sufficiently little holder, it can be a piece of the bento. Bentos should make lunch time more content and less unpleasant, so if you are over-deduction and stretching your hair out for thoughts, you are overlooking the main issue.", "body_length": 3314, @@ -7963,13 +7963,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 261787136527, "rshares": 640898110967, "voter": "barrie" }, { "percent": "10000", - "reputation": 0, + "reputation": -37765249963674, "rshares": 3373528425686, "voter": "wang" }, @@ -7987,13 +7987,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 889645750470, "voter": "boombastic" }, { "percent": "10000", - "reputation": 0, + "reputation": 7520586390, "rshares": 124570708142, "voter": "mrs.agsexplorer" }, @@ -8011,25 +8011,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 8963739580468, "rshares": 126424085430, "voter": "team" }, { "percent": "10000", - "reputation": 0, + "reputation": 1118904717803, "rshares": 48029273695, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 0, + "reputation": -8847960360622, "rshares": 3935165340, "voter": "nastrom" }, { "percent": "100", - "reputation": 0, + "reputation": 4931834878069, "rshares": 510235260, "voter": "fkn" }, @@ -8041,49 +8041,49 @@ }, { "percent": "8500", - "reputation": 0, + "reputation": 376960001789, "rshares": 4719920748, "voter": "spaninv" }, { "percent": "100", - "reputation": 0, + "reputation": 5414208804644, "rshares": 669930054, "voter": "elishagh1" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1799526647, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 199308931780, "rshares": 146420588, "voter": "akaninyene-etuk" }, { "percent": "10000", - "reputation": 0, + "reputation": 609780550802, "rshares": 139105642, "voter": "irit" }, { "percent": "10000", - "reputation": 0, + "reputation": 11765473490257, "rshares": 44362974188, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 0, + "reputation": 11136252375006, "rshares": 382277012591, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 0, + "reputation": 4338392818880, "rshares": 25888963795, "voter": "altoz" }, @@ -8095,139 +8095,139 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 8397302485673, "rshares": 180240894546, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 0, + "reputation": 2758500001611, "rshares": 2255636316, "voter": "fuck.off" }, { "percent": "10000", - "reputation": 0, + "reputation": 1019011681813, "rshares": 3072649056, "voter": "iloveporn" }, { "percent": "10000", - "reputation": 0, + "reputation": 2445708956667, "rshares": 3736659513, "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 0, + "reputation": 1691376287481, "rshares": 2605963906, "voter": "the.whale" }, { "percent": "10000", - "reputation": 0, + "reputation": 1160886081198, "rshares": 2469021226, "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 0, + "reputation": 1700182089209, "rshares": 74109662583, "voter": "rubybian" }, { "percent": "10000", - "reputation": 0, + "reputation": 213668684615, "rshares": 166899192, "voter": "soupernerd" }, { "percent": "10000", - "reputation": 0, + "reputation": 1035952800698, "rshares": 2606018808, "voter": "vote" }, { "percent": "10000", - "reputation": 0, + "reputation": 2237331858240, "rshares": 2744010267, "voter": "kissmybutt" }, { "percent": "100", - "reputation": 0, + "reputation": 19111656178138, "rshares": 1115475844, "voter": "furion" }, { "percent": "10000", - "reputation": 0, + "reputation": 2069855377344, "rshares": 7646103172, "voter": "spiz0r" }, { "percent": "10000", - "reputation": 0, + "reputation": 1440357780524, "rshares": 1028750422, "voter": "dicov" }, { "percent": "10000", - "reputation": 0, + "reputation": 167437582424, "rshares": 336400723, "voter": "dr2073" }, { "percent": "10000", - "reputation": 0, + "reputation": 3879998019826, "rshares": 1478823979, "voter": "juvyjabian" }, { "percent": "10000", - "reputation": 0, + "reputation": 1118581531020, "rshares": 1848639251, "voter": "dmacshady" }, { "percent": "10000", - "reputation": 0, + "reputation": 2445998348172, "rshares": 570648563, "voter": "pigatto" }, { "percent": "10000", - "reputation": 0, + "reputation": 336756074227, "rshares": 422344218, "voter": "natalyt" }, { "percent": "100", - "reputation": 0, + "reputation": 10519849768972, "rshares": 410932678, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": -2287580630, "rshares": 221510561, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 115319800, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": -1193908062262, "rshares": 95063711, "voter": "steemster1" }, { "percent": "10000", - "reputation": 0, + "reputation": -4779249072914, "rshares": 163854600, "voter": "weenis" }, @@ -8245,13 +8245,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 593072231, "rshares": 61696026, "voter": "immortality" }, { "percent": "10000", - "reputation": 0, + "reputation": -138680661344, "rshares": 59668352, "voter": "tomeraddady" }, @@ -8287,13 +8287,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 28535887165, "rshares": 71432076, "voter": "longevity" }, { "percent": "10000", - "reputation": 0, + "reputation": 57513824, "rshares": 60661014, "voter": "rashka" }, @@ -8311,37 +8311,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 397516062, "rshares": 58816907, "voter": "longtech" }, { "percent": "10000", - "reputation": 0, + "reputation": 2140537429766, "rshares": 13682324960, "voter": "yef99" }, { "percent": "10000", - "reputation": 0, + "reputation": 166185808108, "rshares": 76648552, "voter": "artsteemit" }, { "percent": "10000", - "reputation": 0, + "reputation": 3244771590977, "rshares": 42241980758, "voter": "albensilverberg" }, { "percent": "10000", - "reputation": 0, + "reputation": 2516108074649, "rshares": 58534791, "voter": "runridefly" }, { "percent": "10000", - "reputation": 0, + "reputation": 3218950171903, "rshares": 4734821015, "voter": "brandonv111" }, @@ -8359,7 +8359,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 110864068340, "rshares": 116717147, "voter": "powercouple" }, @@ -8395,7 +8395,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 10106986124, "rshares": 53886433, "voter": "popovych" }, @@ -8437,7 +8437,7 @@ } ], "author": "dragonho", - "author_reputation": 0, + "author_reputation": 34932026701489, "beneficiaries": [], "body": "http://commons.bcit.ca/update/files/2014/10/IMG_3192.jpg\n***JUST ONE PIECE!! TOTALLY UNIQUE**\n\nSince crafted works are made through hands, artists dependably have an alternate thought on the outline. In this way, every craftsmanship that is made is clearly exceptional. In the event that the deals for specific things expand, this is the main time that craftsmen produce indistinguishable articles. Be that as it may, why is it great if stocks are restricted? Great inquiry. Actually, individuals don't need other individuals having the careful thing that they bought, particularly in designs. In this way, in the event that you purchase a craftsmanship, you can guarantee that you are one of the lucky individuals to have that thing! \n\n\u2028\n**EXTREMELY STIFF**\n\nBehind each handcrafted thing is diligent work. The craftsman has put their endeavors into each delivered piece. The greater part of this is done as a work of affection and not took a gander at as a task. I jump at the chance to think the love and enthusiasm set into each carefully handcrafted thing is substantial and the vitality lives on in every creation. \n\n**CHEEKY AND FUNKY**\n\nHandicraft things are quite clever, remarkable, and thus enjoyable to flaunt and share. Purchase handcrafted for the unadulterated fun of sharing. Wouldn't you rather hear how fascinating and one of a kind something you possess is over gracious I have that as well? I know I would! \n\n**THE HARDWORKING ARTIST**\n\nSupport the poor starving craftsman! OK, perhaps it isn't so much that emotional yet simply think\u2026 when you purchase handicrafts you are exchanging cash for an exceptionally made cool article. \nThe Artist is past excited with your backing. Every buy has a major effect in the life of the crafter. You are helping them give more once again into society by helping with assets for a greater amount of their creative products.\n As a fiber craftsman, every time you purchase from me, you'll see me doing a noteworthy cheerful move and in the event that I could, possibly a reverse somersault. \n\n**PROTECTS THE EARTH**\n\nAnother motivation behind why crafted works are so moderate is on the grounds that the materials utilized by the craftsmen are found in nature. Truth be told, a portion of the normally utilized are those that aren't utilized by whatever remains of society. These allude to water lilies that simply obstruct waterways, dried leaves that add to woodland fires, and different indigenous materials. In correlation, the crude materials of their partners experience a few procedures that produces destructive chemicals that hurt air quality and add to an unnatural weather change. Thus, in the event that you are a green crusader who needs to protract the life of our Mother Nature, assume on the liability and favor painstaking work. \n\n\n\n**TRAINS THE BRAIN AND KEEPS PEACE OF MIND**\n\nResearchers have likewise found that subjective challenges are healed through these exercises. Extraordinary skills and attributes include, for instance, discernment and the capacity to arrange and facilitate. All that we do with our hands requests precisely that. We should have the capacity to take in what is at present occurrence, plan ahead, and afterward facilitate our developments and contemplations in a manner that we can finish our crafted works as wanted. With a flawless bit of custom made magnificence to boot! \n\nThe basic certainty is, creating trains the cerebrum. Also, for individuals living, that is a decent thing. While everybody's mind, may lose cells and not recover them, it is totally fit for making new pathways following which we can lead a life where efforts of man and hard work gets paid and less carbon copy stuffs.", "body_length": 3697, @@ -8469,43 +8469,43 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 261787136527, "rshares": 640898110967, "voter": "barrie" }, { "percent": "10000", - "reputation": 0, + "reputation": 358840960832, "rshares": 1594941929014, "voter": "rossco99" }, { "percent": "10000", - "reputation": 0, + "reputation": -37765249963674, "rshares": 3373467161449, "voter": "wang" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 2472082217, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3000490847, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 562312793, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 42148985907, "voter": "bue" }, @@ -8523,7 +8523,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 330982605, "rshares": 109782263120, "voter": "alex90342fastn1" }, @@ -8541,19 +8541,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -296615780418, "rshares": 103933614, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 889645750470, "voter": "boombastic" }, { "percent": "10000", - "reputation": 0, + "reputation": 7520586390, "rshares": 124570708142, "voter": "mrs.agsexplorer" }, @@ -8583,7 +8583,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 8963739580468, "rshares": 126424085430, "voter": "team" }, @@ -8595,31 +8595,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4477492280957, "rshares": 22199140100, "voter": "steampunkpowered" }, { "percent": "10000", - "reputation": 0, + "reputation": 1118904717803, "rshares": 48029273695, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 0, + "reputation": 21498120740, "rshares": 9875454033, "voter": "gregory60" }, { "percent": "10000", - "reputation": 0, + "reputation": 4602759566516, "rshares": 23005174349, "voter": "joelinux" }, { "percent": "1000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 2551165790, "voter": "fkn" }, @@ -8631,55 +8631,55 @@ }, { "percent": "8500", - "reputation": 0, + "reputation": 376960001789, "rshares": 4719866094, "voter": "spaninv" }, { "percent": "1000", - "reputation": 0, + "reputation": 5414208804644, "rshares": 3349634506, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 58571016273092, "rshares": 718323856149, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 0, + "reputation": 161089556767, "rshares": 35830684801, "voter": "asch" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1799526647, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 609780550802, "rshares": 139105642, "voter": "irit" }, { "percent": "10000", - "reputation": 0, + "reputation": 11765473490257, "rshares": 46972560905, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 0, + "reputation": 11136252375006, "rshares": 382276492345, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 0, + "reputation": 4338392818880, "rshares": 29585748142, "voter": "altoz" }, @@ -8691,121 +8691,121 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 3804349938696, "rshares": 51650379220, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 0, + "reputation": 8397302485673, "rshares": 188801629744, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 0, + "reputation": 2758500001611, "rshares": 2255420520, "voter": "fuck.off" }, { "percent": "10000", - "reputation": 0, + "reputation": 1019011681813, "rshares": 3072518037, "voter": "iloveporn" }, { "percent": "10000", - "reputation": 0, + "reputation": 2445708956667, "rshares": 3736505374, "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 0, + "reputation": 6105332515536, "rshares": 7886928428, "voter": "primus" }, { "percent": "10000", - "reputation": 0, + "reputation": 1691376287481, "rshares": 2605740404, "voter": "the.whale" }, { "percent": "10000", - "reputation": 0, + "reputation": 1160886081198, "rshares": 2468913328, "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 0, + "reputation": 1700182089209, "rshares": 75720742204, "voter": "rubybian" }, { "percent": "10000", - "reputation": 0, + "reputation": 213668684615, "rshares": 166899192, "voter": "soupernerd" }, { "percent": "10000", - "reputation": 0, + "reputation": 787678199102, "rshares": 4715332328, "voter": "cmtzco" }, { "percent": "10000", - "reputation": 0, + "reputation": 1035952800698, "rshares": 2605926324, "voter": "vote" }, { "percent": "10000", - "reputation": 0, + "reputation": 2237331858240, "rshares": 2743740523, "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 239699936910, "voter": "juneaugoldbuyer" }, { "percent": "1000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 5577354698, "voter": "furion" }, { "percent": "1000", - "reputation": 0, + "reputation": 3891722, "rshares": 60670058, "voter": "barbara2" }, { "percent": "1000", - "reputation": 0, + "reputation": 9142611234, "rshares": 67206940, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 0, + "reputation": 3871042, "rshares": 62195203, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, + "reputation": 7547302, "rshares": 62793553, "voter": "ghozia" }, { "percent": "10000", - "reputation": 0, + "reputation": 1440357780524, "rshares": 1028750422, "voter": "dicov" }, @@ -8817,115 +8817,115 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 786431662143, "rshares": 2250732176, "voter": "jvper" }, { "percent": "10000", - "reputation": 0, + "reputation": 167437582424, "rshares": 336400723, "voter": "dr2073" }, { "percent": "10000", - "reputation": 0, + "reputation": 3879998019826, "rshares": 1478823979, "voter": "juvyjabian" }, { "percent": "10000", - "reputation": 0, + "reputation": 336756074227, "rshares": 422256638, "voter": "natalyt" }, { "percent": "10000", - "reputation": 0, + "reputation": 76096938200261, "rshares": 156921552944, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 0, + "reputation": 2339981102950, "rshares": 555696286, "voter": "fubar-bdhr" }, { "percent": "10000", - "reputation": 0, + "reputation": 477578742546, "rshares": 5556366453, "voter": "tarindel" }, { "percent": "10000", - "reputation": 0, + "reputation": 2114306416334, "rshares": 2802320223, "voter": "cryptohustlin" }, { "percent": "1000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 2054654636, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 96522929177, "rshares": 112424717, "voter": "bigb" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 589993342, "voter": "curator" }, { "percent": "10000", - "reputation": 0, + "reputation": -2287580630, "rshares": 221510561, "voter": "alex.chien" }, { "percent": "1000", - "reputation": 0, + "reputation": 147425730, "rshares": 63393354, "voter": "fnait" }, { "percent": "1000", - "reputation": 0, + "reputation": 3720753029, "rshares": 62763630, "voter": "keepcalmand" }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 115302284, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": 6699598900, "rshares": 115172592, "voter": "wunju" }, { "percent": "10000", - "reputation": 0, + "reputation": 8806485920347, "rshares": 29279187482, "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 0, + "reputation": -4779249072914, "rshares": 163854600, "voter": "weenis" }, { "percent": "10000", - "reputation": 0, + "reputation": 1653800202958, "rshares": 426516004895, "voter": "glitterfart" }, @@ -8937,7 +8937,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 282062767, "rshares": 2264449613, "voter": "darrenturetzky" }, @@ -8949,13 +8949,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -451593763871, "rshares": 3219647302, "voter": "blow" }, { "percent": "10000", - "reputation": 0, + "reputation": 606096537951, "rshares": 810261346, "voter": "kdugar" }, @@ -8967,13 +8967,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 593072231, "rshares": 61696026, "voter": "immortality" }, { "percent": "10000", - "reputation": 0, + "reputation": -138680661344, "rshares": 59668352, "voter": "tomeraddady" }, @@ -8997,13 +8997,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 28535887165, "rshares": 71432076, "voter": "longevity" }, { "percent": "10000", - "reputation": 0, + "reputation": 57513824, "rshares": 60661014, "voter": "rashka" }, @@ -9015,13 +9015,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 397516062, "rshares": 58816907, "voter": "longtech" }, { "percent": "10000", - "reputation": 0, + "reputation": 2140537429766, "rshares": 13682249646, "voter": "yef99" }, @@ -9033,25 +9033,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2516108074649, "rshares": 58534791, "voter": "runridefly" }, { "percent": "10000", - "reputation": 0, + "reputation": 986609023336, "rshares": 143667671, "voter": "pollux.one" }, { "percent": "10000", - "reputation": 0, + "reputation": 2147956107486, "rshares": 2077507651, "voter": "einsteinpotsdam" }, { "percent": "10000", - "reputation": 0, + "reputation": 80747623295, "rshares": 24469797551, "voter": "zahnspange" }, @@ -9063,7 +9063,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 49446421, "rshares": 54361270, "voter": "ilse" }, @@ -9111,7 +9111,7 @@ } ], "author": "dragonho", - "author_reputation": 0, + "author_reputation": 34932026701489, "beneficiaries": [], "body": "It's happening \nhttp://assets.bwbx.io/images/users/iqjWHBFdfxIU/igEQbELlzuO4/v0/-1x-1.jpg\nNear the end of 2014, Uber co-founder and Chief Executive Officer Travis Kalanick flew to Pittsburgh on a mission: to hire dozens of the world\u2019s experts in autonomous vehicles. The city is home to Carnegie Mellon University\u2019s robotics department, which has produced many of the biggest names in the newly hot field. Sebastian Thrun, the creator of Google\u2019s self-driving car project, spent seven years researching autonomous robots at CMU, and the project\u2019s former director, Chris Urmson, was a CMU grad student.\n\nhttp://www.bloomberg.com/news/features/2016-08-18/uber-s-first-self-driving-fleet-arrives-in-pittsburgh-this-month-is06r7on", "body_length": 726, @@ -9143,7 +9143,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 261787136527, "rshares": 612457685107, "voter": "barrie" }, @@ -9155,31 +9155,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -37765249963674, "rshares": 3222649497366, "voter": "wang" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 2470386143, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 2998313387, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 567626298, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 41970031815, "voter": "bue" }, @@ -9197,7 +9197,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 330982605, "rshares": 131919671291, "voter": "alex90342fastn1" }, @@ -9215,19 +9215,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9028537022578, "rshares": 2885285420775, "voter": "recursive" }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 804145248438, "voter": "boombastic" }, { "percent": "10000", - "reputation": 0, + "reputation": 7520586390, "rshares": 118945064872, "voter": "mrs.agsexplorer" }, @@ -9239,7 +9239,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 147478489309626, "rshares": 1033672889549, "voter": "tuck-fheman" }, @@ -9257,31 +9257,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1118904717803, "rshares": 76832906436, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 0, + "reputation": 4602759566516, "rshares": 21584018574, "voter": "joelinux" }, { "percent": "10000", - "reputation": 0, + "reputation": 12382143533351, "rshares": 533775244918, "voter": "eeks" }, { "percent": "6000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 15285214838, "voter": "fkn" }, { "percent": "10000", - "reputation": 0, + "reputation": 14848515958625, "rshares": 81366677909, "voter": "kingscrown" }, @@ -9293,43 +9293,43 @@ }, { "percent": "8500", - "reputation": 0, + "reputation": 376960001789, "rshares": 4951892723, "voter": "spaninv" }, { "percent": "10000", - "reputation": 0, + "reputation": 5045406568403, "rshares": 22734629369, "voter": "james-show" }, { "percent": "6000", - "reputation": 0, + "reputation": 5414208804644, "rshares": 20069698068, "voter": "elishagh1" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1798982374, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 824717099743, "rshares": 473983400237, "voter": "cyber" }, { "percent": "10000", - "reputation": 0, + "reputation": 609780550802, "rshares": 139105642, "voter": "irit" }, { "percent": "10000", - "reputation": 0, + "reputation": 11765473490257, "rshares": 36985485439, "voter": "justtryme90" }, @@ -9341,169 +9341,169 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 8397302485673, "rshares": 179709454126, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 0, + "reputation": 5886979119053, "rshares": 46151844179, "voter": "geoffrey" }, { "percent": "10000", - "reputation": 0, + "reputation": 274656026130, "rshares": 40156240012, "voter": "honeythief" }, { "percent": "10000", - "reputation": 0, + "reputation": 6105332515536, "rshares": 11346049160, "voter": "primus" }, { "percent": "10000", - "reputation": 0, + "reputation": 1700182089209, "rshares": 72411323467, "voter": "rubybian" }, { "percent": "10000", - "reputation": 0, + "reputation": 65540661343, "rshares": 2001189701, "voter": "orly" }, { "percent": "10000", - "reputation": 0, + "reputation": 213668684615, "rshares": 561338123, "voter": "soupernerd" }, { "percent": "10000", - "reputation": 0, + "reputation": 2222945795019, "rshares": 128722864367, "voter": "chhayll" }, { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 229349178550, "voter": "juneaugoldbuyer" }, { "percent": "6000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 32500172999, "voter": "furion" }, { "percent": "6000", - "reputation": 0, + "reputation": 3891722, "rshares": 363745767, "voter": "barbara2" }, { "percent": "6000", - "reputation": 0, + "reputation": 9142611234, "rshares": 402914233, "voter": "ch0c0latechip" }, { "percent": "6000", - "reputation": 0, + "reputation": 3871042, "rshares": 372875511, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, + "reputation": 1440357780524, "rshares": 1099399818, "voter": "dicov" }, { "percent": "10000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 3279873832, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 167437582424, "rshares": 336171392, "voter": "dr2073" }, { "percent": "10000", - "reputation": 0, + "reputation": -342084222038, "rshares": 231607855, "voter": "yousaywhat" }, { "percent": "10000", - "reputation": 0, + "reputation": 7803764965401, "rshares": 1280971947, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 0, + "reputation": 1058072223123, "rshares": 439481285, "voter": "luisucv34" }, { "percent": "10000", - "reputation": 0, + "reputation": 2620486879029, "rshares": 988233143, "voter": "arcange" }, { "percent": "10000", - "reputation": 0, + "reputation": 34932026701489, "rshares": 138586395310, "voter": "dragonho" }, { "percent": "10000", - "reputation": 0, + "reputation": 4601273074, "rshares": 249043712, "voter": "licianek" }, { "percent": "10000", - "reputation": 0, + "reputation": 7706211163, "rshares": 121773637, "voter": "firstbloodio" }, { "percent": "10000", - "reputation": 0, + "reputation": -910520517353, "rshares": 23084263177, "voter": "ubg" }, { "percent": "10000", - "reputation": 0, + "reputation": 10900524985586, "rshares": 21583034312, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 0, + "reputation": 4194711042931, "rshares": 4848776038, "voter": "rainchen" }, { "percent": "10000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 148338993824, "voter": "jl777" }, { "percent": "6000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 12310352078, "voter": "positive" }, @@ -9545,13 +9545,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 58190631451, "rshares": 14018437612, "voter": "proto" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 638371714, "voter": "curator" }, @@ -9563,7 +9563,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -2287580630, "rshares": 221406946, "voter": "alex.chien" }, @@ -9581,97 +9581,97 @@ }, { "percent": "6000", - "reputation": 0, + "reputation": 147425730, "rshares": 383569149, "voter": "fnait" }, { "percent": "6000", - "reputation": 0, + "reputation": 3720753029, "rshares": 376286073, "voter": "keepcalmand" }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 115302284, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": -1193908062262, "rshares": 105249109, "voter": "steemster1" }, { "percent": "10000", - "reputation": 0, + "reputation": -4779249072914, "rshares": 551120334, "voter": "weenis" }, { "percent": "10000", - "reputation": 0, + "reputation": 1275505236, "rshares": 6864710552, "voter": "taker" }, { "percent": "10000", - "reputation": 0, + "reputation": -1130081321479, "rshares": 50731326, "voter": "lillianjones" }, { "percent": "0", - "reputation": 0, + "reputation": 90565359983, "rshares": 495703070, "voter": "rawnetics" }, { "percent": "10000", - "reputation": 0, + "reputation": 1751717743, "rshares": 4343107859, "voter": "gmurph" }, { "percent": "10000", - "reputation": 0, + "reputation": 566772714531, "rshares": 2265593960, "voter": "crypto-toll" }, { "percent": "10000", - "reputation": 0, + "reputation": 23856803561, "rshares": 62364757, "voter": "elena000" }, { "percent": "10000", - "reputation": 0, + "reputation": 3942069730400, "rshares": 790195310, "voter": "cjclaro" }, { "percent": "10000", - "reputation": 0, + "reputation": 6380056335097, "rshares": 3558963294, "voter": "randyclemens" }, { "percent": "10000", - "reputation": 0, + "reputation": -41231458058, "rshares": 61250291, "voter": "biggdogg" }, { "percent": "10000", - "reputation": 0, + "reputation": 485540, "rshares": 50521096, "voter": "steemo" }, { "percent": "10000", - "reputation": 0, + "reputation": -79575494262, "rshares": 50390768, "voter": "steema" }, @@ -9689,7 +9689,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 593072231, "rshares": 62929947, "voter": "immortality" }, @@ -9707,7 +9707,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1509277028215, "rshares": 3078539489, "voter": "rachelkhona" }, @@ -9719,7 +9719,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 28535887165, "rshares": 71432076, "voter": "longevity" }, @@ -9749,7 +9749,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2140537429766, "rshares": 13875710993, "voter": "yef99" }, @@ -9761,43 +9761,43 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 14686018058, "rshares": 57369558, "voter": "gduran" }, { "percent": "10000", - "reputation": 0, + "reputation": 5036163586, "rshares": 50687651, "voter": "abanks1000" }, { "percent": "10000", - "reputation": 0, + "reputation": 1090727793166, "rshares": 814036258, "voter": "eileenbeach" }, { "percent": "10000", - "reputation": 0, + "reputation": 18006844018, "rshares": 113469561, "voter": "mrainp" }, { "percent": "10000", - "reputation": 0, + "reputation": 2516108074649, "rshares": 74143056, "voter": "runridefly" }, { "percent": "10000", - "reputation": 0, + "reputation": 103763051875, "rshares": 56945554, "voter": "dubloon135" }, { "percent": "10000", - "reputation": 0, + "reputation": 28419215374, "rshares": 1072870174, "voter": "mister-t" }, @@ -9827,7 +9827,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 13280393001, "rshares": 51112814, "voter": "lchow14" }, @@ -9845,13 +9845,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1364429187373, "rshares": 50855387, "voter": "ecoosha" } ], "author": "dragonho", - "author_reputation": 0, + "author_reputation": 34932026701489, "beneficiaries": [], "body": "http://i.imgur.com/3VBCuyC.png\nWith regards to chocolate, frozen yogurt especially entices us. So do cakes, treats, crisps, and pies. I enjoy the wrapping luxuriousness of a tasty hunk of chocolate; the slight clue of intensity; the exquisite, sweet fragrance; the fragile, dull shading. I regret a low quality, waxy chocolate piece, yet at home, I take pride in utilizing the premium stuff the distance. Yes, you can mark me a chocoholic, and with joy, I gesture in assertion.\n\nIt doesn't take much to get self-maintained chocoholics to begin discussing their most loved culinary subject. White, milk or dim? What's the best strategy for dissolving? Take little chomps or pop the entire thing in your mouth? Cream-filled, organic product filled or nougat-filled? Most loved sweet treat? The discussions could keep going for a considerable length of time. \n\nhttp://i.imgur.com/YtX2inA.png\n\n**THE STORY BEHIND CHOCOLATE**\n\nThe mysterious story of chocolate retreats to years around 1000 BC. Sacred writings from verifiable leftovers demonstrate that it was Mayas who initially found this mystical taste and began developing. Mayas were trailed by Toltecs and Aztecs. These social orders named chocolate, which has right around a sacrosanct significance for them, cacahualt that signifies the seed which is the honor of God. This word changed in time into chocolate\n\n\nThe enchanted story of chocolate does a reversal to years around 1000 BC. Sacred texts from chronicled leftovers demonstrate that it was Mayas who initially found this mystical taste and began developing. Mayas were trailed by Toltecs and Aztecs. \nThese social orders named chocolate, which has just about a holy significance for them, \"cacahualt\" that signifies the seed which is the honor of God. This word changed in time into chocolate. \n\n**CHOCOLATE ENHANCES PASSION**\n\nSo why does chocolate stir such enthusiasm? The answer is fivefold. To begin with, cocoa margarine, the fat in chocolate, dissolves precisely at body temperature. Indeed, different nourishments melt, however there is a minute in chocolate that is neither strong nor fluid: both and not one or the other. \nAt that point, there are the lovely recollections connected with chocolate: solace, great times, and uncommon events of youth. Third, longings. The blend of fat, sweet and sugars draws in the survival systems in our brains. Fourth is absolutely primal impulse: While a preference for hot and severe nourishments is obtained, we were all conceived with an adoration for desserts. Also, the last reason we adore chocolate is for its flavor. \nhttp://i.imgur.com/WbcORfk.png\n\n**INTERESTING SECRET FACTS ABOUT CHOCOLATE**\n\nChocolate tastes awesome, obviously, yet for some chocolate sweethearts, a bit of incredible chocolate offers them something more. Here are a portion of the reasons why the sense of taste and body wish chocolate to such a degree, alongside a couple of peculiar chocolate certainties. \n\n**A) CHOCOLATE MAKES US HAPPY PROVED WITH SCIENCE**\nThere are a great deal of actually happening chemicals in chocolate that are either bravo or influence our state of mind. There's a substance that impels emotions connected with adoration (which we'll get to later), and also tryptophan, which fulfills us exceptionally. \n\nTryptophan (which is additionally found in turkey) impacts the levels of endorphins in the human mind and expands the creation of serotonin, which prompts lifted conditions of rapture. Since there's a ton of this stuff in chocolate, it bodes well that individuals can go a little over the edge with regards to their enthusiasm for chocolate. \nhttp://i.imgur.com/tbntj1x.png\n\n\n**B) CAN WARD OFF TOOTH DECAY**\n\nYou most likely think chocolate is loaded with sugar or manufactured sweetener, and it isn't useful for our teeth. All things considered, it is, however it doesn't need to be. Immaculate cocoa can really avert tooth rot. \n\nCertain normally happening chemicals in cocoa beans battle hurtful microbes in the mouth. Chocolate's capacity to manage the minute crawlies living on the surface of your teeth is effective to the point that it may be added to toothpastes and mouthwashes one day\u2014short the sugar, obviously. \nhttp://i.imgur.com/NYg9Irt.png\n\n**C) CHOCOLATE IS LITERALLY CHEMICAL LOVE**\n\nChocolate contains a substance called phenyl ethylamine which discharges certain \"delight\" endorphins in the cerebrum, which make individuals feel great all over \u2014 like how they feel when they're frantically infatuated. While chocolate won't not be an immaculate adoration substitute, it's one of the best interchanges you'll discover created in mass amount. \nhttp://i.imgur.com/Yv4imxq.png\n\n**D) CHOCOLATE INSPIRED THE INVENTION OF THE MICROWAVE**\n\nPercy Spence, a researcher taking a shot at WWII radar and weapons ventures, happened to be a major enthusiast of chocolate. In the wake of investing some energy close to an impressive gadget called a magnetron, he saw the chocolate bar he'd been keeping in his pocket had swung to mush. \n\nHe rapidly come to an obvious conclusion and acknowledged magnetrons may have the capacity to warm up sustenance at unimaginably quick rates, and voil\u00e0, the microwave broiler was conceived.\nhttp://i.imgur.com/sh7rour.png\n\n\nhttp://i.imgur.com/7eFJ5yy.png", "body_length": 5268, @@ -9883,7 +9883,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 261787136527, "rshares": 612444623614, "voter": "barrie" }, @@ -9895,31 +9895,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -37765249963674, "rshares": 3222647384907, "voter": "wang" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3087846295, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3747718155, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 709509846, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 52450903737, "voter": "bue" }, @@ -9937,7 +9937,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 330982605, "rshares": 131916288456, "voter": "alex90342fastn1" }, @@ -9955,19 +9955,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9028537022578, "rshares": 2885285420775, "voter": "recursive" }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 804132083508, "voter": "boombastic" }, { "percent": "10000", - "reputation": 0, + "reputation": 7520586390, "rshares": 118942461925, "voter": "mrs.agsexplorer" }, @@ -9979,7 +9979,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 147478489309626, "rshares": 1033672889549, "voter": "tuck-fheman" }, @@ -9997,25 +9997,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1118904717803, "rshares": 86436898570, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 0, + "reputation": 20782518987, "rshares": 464608268, "voter": "densmirnov" }, { "percent": "10000", - "reputation": 0, + "reputation": 12382143533351, "rshares": 547460344124, "voter": "eeks" }, { "percent": "3000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 7642607419, "voter": "fkn" }, @@ -10027,43 +10027,43 @@ }, { "percent": "8500", - "reputation": 0, + "reputation": 376960001789, "rshares": 4925905044, "voter": "spaninv" }, { "percent": "10000", - "reputation": 0, + "reputation": 5045406568403, "rshares": 23546200289, "voter": "james-show" }, { "percent": "3000", - "reputation": 0, + "reputation": 5414208804644, "rshares": 10034849034, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 58571016273092, "rshares": 583047036970, "voter": "nanzo-scoop" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1798948743, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 824717099743, "rshares": 473936290057, "voter": "cyber" }, { "percent": "10000", - "reputation": 0, + "reputation": 609780550802, "rshares": 141944533, "voter": "irit" }, @@ -10075,157 +10075,157 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 488865370830, "rshares": 833965174, "voter": "sunnyray" }, { "percent": "10000", - "reputation": 0, + "reputation": 2733362192608, "rshares": 45439221658, "voter": "brandonp" }, { "percent": "10000", - "reputation": 0, + "reputation": 12494904871301, "rshares": 222897162288, "voter": "trogdor" }, { "percent": "10000", - "reputation": 0, + "reputation": 3929147028870, "rshares": 5414839604, "voter": "magnebit" }, { "percent": "10000", - "reputation": 0, + "reputation": 6105332515536, "rshares": 11661217192, "voter": "primus" }, { "percent": "10000", - "reputation": 0, + "reputation": 1700182089209, "rshares": 72409649688, "voter": "rubybian" }, { "percent": "10000", - "reputation": 0, + "reputation": 65540661343, "rshares": 2001189701, "voter": "orly" }, { "percent": "10000", - "reputation": 0, + "reputation": 213668684615, "rshares": 617471935, "voter": "soupernerd" }, { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 229349178550, "voter": "juneaugoldbuyer" }, { "percent": "3000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 16250086499, "voter": "furion" }, { "percent": "3000", - "reputation": 0, + "reputation": 3891722, "rshares": 181872883, "voter": "barbara2" }, { "percent": "3000", - "reputation": 0, + "reputation": 9142611234, "rshares": 201457116, "voter": "ch0c0latechip" }, { "percent": "3000", - "reputation": 0, + "reputation": 3871042, "rshares": 186437755, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, + "reputation": 963454351109, "rshares": 1347650689, "voter": "marcgodard" }, { "percent": "10000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 3279794112, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 7803764965401, "rshares": 1310761992, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 0, + "reputation": 34932026701489, "rshares": 141414689092, "voter": "dragonho" }, { "percent": "10000", - "reputation": 0, + "reputation": 76096938200261, "rshares": 147800867628, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 0, + "reputation": 7706211163, "rshares": 119385919, "voter": "firstbloodio" }, { "percent": "10000", - "reputation": 0, + "reputation": 843226172873, "rshares": 30812954748, "voter": "thylbom" }, { "percent": "10000", - "reputation": 0, + "reputation": -910520517353, "rshares": 24403363930, "voter": "ubg" }, { "percent": "10000", - "reputation": 0, + "reputation": 1532881687066, "rshares": 8075406677, "voter": "magz8716" }, { "percent": "10000", - "reputation": 0, + "reputation": 477578742546, "rshares": 5382722314, "voter": "tarindel" }, { "percent": "10000", - "reputation": 0, + "reputation": 4194711042931, "rshares": 4848776038, "voter": "rainchen" }, { "percent": "10000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 148334053364, "voter": "jl777" }, { "percent": "3000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 6155176039, "voter": "positive" }, @@ -10267,31 +10267,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 19524897676, "rshares": 8438509202, "voter": "alsprinting" }, { "percent": "10000", - "reputation": 0, + "reputation": 2615896270, "rshares": 4340086407, "voter": "sacode" }, { "percent": "10000", - "reputation": 0, + "reputation": 69628175386, "rshares": 422346630, "voter": "quigua" }, { "percent": "10000", - "reputation": 0, + "reputation": 58190631451, "rshares": 14017985871, "voter": "proto" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 638362502, "voter": "curator" }, @@ -10303,7 +10303,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -2287580630, "rshares": 221406946, "voter": "alex.chien" }, @@ -10321,13 +10321,13 @@ }, { "percent": "3000", - "reputation": 0, + "reputation": 147425730, "rshares": 191784574, "voter": "fnait" }, { "percent": "3000", - "reputation": 0, + "reputation": 3720753029, "rshares": 188143036, "voter": "keepcalmand" }, @@ -10339,49 +10339,49 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2034974638910, "rshares": 186796819, "voter": "taz" }, { "percent": "10000", - "reputation": 0, + "reputation": 5655389326, "rshares": 8235704054, "voter": "youngkim" }, { "percent": "10000", - "reputation": 0, + "reputation": -1193908062262, "rshares": 108644242, "voter": "steemster1" }, { "percent": "10000", - "reputation": 0, + "reputation": 212959420968, "rshares": 9607758441, "voter": "michiel" }, { "percent": "10000", - "reputation": 0, + "reputation": 4811407638, "rshares": 505966505, "voter": "thnkr" }, { "percent": "10000", - "reputation": 0, + "reputation": -4779249072914, "rshares": 606232368, "voter": "weenis" }, { "percent": "10000", - "reputation": 0, + "reputation": 988942038058, "rshares": 46818932902, "voter": "gomeravibz" }, { "percent": "10000", - "reputation": 0, + "reputation": 1275505236, "rshares": 6864529853, "voter": "taker" }, @@ -10393,61 +10393,61 @@ }, { "percent": "0", - "reputation": 0, + "reputation": 90565359983, "rshares": 495703070, "voter": "rawnetics" }, { "percent": "10000", - "reputation": 0, + "reputation": 1320262999851, "rshares": 1761339156, "voter": "naturalista" }, { "percent": "10000", - "reputation": 0, + "reputation": 1751717743, "rshares": 4416965190, "voter": "gmurph" }, { "percent": "10000", - "reputation": 0, + "reputation": 23856803561, "rshares": 62364757, "voter": "elena000" }, { "percent": "10000", - "reputation": 0, + "reputation": 282062767, "rshares": 2083930101, "voter": "darrenturetzky" }, { "percent": "10000", - "reputation": 0, + "reputation": 28900890551, "rshares": 71286916, "voter": "sneakerhead" }, { "percent": "10000", - "reputation": 0, + "reputation": 303910488530, "rshares": 4831991431, "voter": "goingpaper" }, { "percent": "10000", - "reputation": 0, + "reputation": -79575494262, "rshares": 50390768, "voter": "steema" }, { "percent": "10000", - "reputation": 0, + "reputation": -894488087252, "rshares": 50183394, "voter": "confucius" }, { "percent": "10000", - "reputation": 0, + "reputation": -138680661344, "rshares": 59668352, "voter": "tomeraddady" }, @@ -10459,55 +10459,55 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1509277028215, "rshares": 3078539489, "voter": "rachelkhona" }, { "percent": "10000", - "reputation": 0, + "reputation": 2140537429766, "rshares": 13875280570, "voter": "yef99" }, { "percent": "10000", - "reputation": 0, + "reputation": 26751356331019, "rshares": 26247169890, "voter": "sweetsssj" }, { "percent": "10000", - "reputation": 0, + "reputation": 255587355055, "rshares": 877864470, "voter": "jotaris" }, { "percent": "10000", - "reputation": 0, + "reputation": 58525745813, "rshares": 60985917, "voter": "rangertx" }, { "percent": "10000", - "reputation": 0, + "reputation": 1141549904909, "rshares": 2170412668, "voter": "hoopatang" }, { "percent": "10000", - "reputation": 0, + "reputation": 1090727793166, "rshares": 814036258, "voter": "eileenbeach" }, { "percent": "10000", - "reputation": 0, + "reputation": 18006844018, "rshares": 113469561, "voter": "mrainp" }, { "percent": "10000", - "reputation": 0, + "reputation": 1391859553453, "rshares": 50633051602, "voter": "skum" }, @@ -10519,19 +10519,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 651373865756, "rshares": 53658735, "voter": "team101" }, { "percent": "10000", - "reputation": 0, + "reputation": 2721887929533, "rshares": 1692339912, "voter": "davidbrogan" }, { "percent": "10000", - "reputation": 0, + "reputation": 1158086, "rshares": 53681172, "voter": "bitdrone" }, @@ -10543,31 +10543,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 837791549130, "rshares": 1325282686, "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 0, + "reputation": 563797662962, "rshares": 68923369, "voter": "damnthatbanana" }, { "percent": "10000", - "reputation": 0, + "reputation": 673915909724, "rshares": 1402067419, "voter": "metalbrushes" }, { "percent": "10000", - "reputation": 0, + "reputation": 92235697712, "rshares": 59023455, "voter": "magdalenaruth" }, { "percent": "10000", - "reputation": 0, + "reputation": 21486332141, "rshares": 61662264, "voter": "venkat" }, @@ -10579,25 +10579,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2288762261504, "rshares": 6699358198, "voter": "goose" }, { "percent": "10000", - "reputation": 0, + "reputation": -195878223866, "rshares": 65425247, "voter": "ezrathecat" }, { "percent": "10000", - "reputation": 0, + "reputation": 26215514, "rshares": 52441659, "voter": "brains" } ], "author": "dragonho", - "author_reputation": 0, + "author_reputation": 34932026701489, "beneficiaries": [], "body": "http://s2.quickmeme.com/img/05/051570199a55f8b1816200263d2c78747ca8aaa909af32890433604599064b56.jpg\nUnderstanding how to \u0455urv\u0456v\u0435 \u0430nd thr\u0456v\u0435 thr\u043eugh a d\u043ell\u0430r \u0441r\u0456\u0455\u0456\u0455 first r\u0435\u200bqu\u0456r\u0435\u0455 th\u0430t one understand the d\u0435f\u0456n\u0456t\u0456\u043en \u043ef money. Wh\u0456l\u0435 at first gl\u0430n\u0441\u0435, th\u0435 definition of money m\u0456ght \u0455\u0435\u0435m obvious, d\u0435f\u0456n\u0456ng m\u043en\u0435\u0443 \u0456\u0455 more complicated than m\u043e\u0455t might think. Throughout h\u0456\u0455t\u043er\u0443, many \u0456t\u0435m\u0455 h\u0430v\u0435 \u0455\u0435rv\u0435d \u0430\u0455 money, fr\u043em g\u043eld t\u043e \u0441\u0430ttl\u0435 t\u043e shells, t\u043e coins \u0430nd \u0430\u0455 in the United St\u0430t\u0435\u0455 \u0430nd v\u0456rtu\u0430ll\u0443 \u0435v\u0435r\u0443 \u043eth\u0435r \u0441\u043euntr\u0443 in today's w\u043erld, \u0440\u0430\u0440\u0435r created b\u0443 a government \u043er b\u0430nk\u0456ng authority. M\u043e\u0455t Americans \u0455\u0456m\u0440l\u0443 define m\u043en\u0435\u0443 as the U.S. D\u043ell\u0430r. It \u0456\u0455 true that an American \u0441\u0430n \u0435nt\u0435r \u0430n\u0443 retail \u0435\u0455t\u0430bl\u0456\u0455hm\u0435nt \u0456n th\u0435 U.S. \u0430nd l\u0435\u0430v\u0435 w\u0456th wh\u0430t\u0435v\u0435r goods f\u043er wh\u0456\u0441h he \u043er \u0455h\u0435 \u0441h\u043e\u043e\u0455\u0435\u0455 t\u043e exchange f\u043er g\u043e\u043ed\u0455 \u0430nd \u0455\u0435rv\u0456\u0441\u0435\u0455. But wh\u0443 \u0456\u0455 th\u0456\u0455 th\u0435 case? \n\n\n**ALL ABOUT THE MONEY**\nWhen th\u0435 typical \u0441\u0456t\u0456z\u0435n asked t\u043e d\u0435f\u0456n\u0435 m\u043en\u0435\u0443, most w\u0456ll describe it as th\u0435\u0456r n\u0430t\u0456\u043en\u0430l currency, \u043eth\u0435r\u0455 m\u0456ght say \u0456t'\u0455 g\u043eld \u043er silver. \n\nTh\u0435 dictionary defines it \u0430\u0455: \n\"\u0430n\u0443 \u0430rt\u0456\u0441l\u0435 \u043er \u0455ub\u0455t\u0430n\u0441\u0435 u\u0455\u0435d as a m\u0435d\u0456um \u043ef \u0435x\u0441h\u0430ng\u0435, m\u0435\u0430\u0455ur\u0435 \u043ef w\u0435\u0430lth, \u043er m\u0435\u0430n\u0455 \u043ef \u0440\u0430\u0443m\u0435nt, as checks \u043en d\u0435m\u0430nd deposit\". \n\nE\u0441\u043en\u043em\u0456\u0455t Frederic M\u0456\u0455hk\u0456n defines m\u043en\u0435\u0443 \u0430\u0455: \n\"any object \u043er r\u0435\u0441\u043erd that \u0456\u0455 g\u0435n\u0435r\u0430ll\u0443 \u0430\u0441\u0441\u0435\u0440t\u0435d as \u0440\u0430\u0443m\u0435nt for goods and \u0455\u0435rv\u0456\u0441\u0435\u0455 \u0430nd r\u0435\u0440\u0430\u0443m\u0435nt \u043ef d\u0435bt\u0455 \u0456n a g\u0456v\u0435n \u0455\u043e\u0441\u0456\u043e-\u0435\u0441\u043en\u043em\u0456\u0441 \u0441\u043ent\u0435xt \u043er \u0441\u043euntr\u0443\". \n\nTh\u0435\u0455\u0435 d\u0435f\u0456n\u0456t\u0456\u043en\u0455 w\u043euld presumably d\u0435f\u0456n\u0435 money \u0430\u0455 the \u0441urr\u0435n\u0441\u0443 \u0456n your w\u0430ll\u0435t. But that currency \u0456\u0455 \u0455\u0456m\u0440l\u0443 \u0440\u0430\u0440\u0435r \u0456\u0455\u0455u\u0435d b\u0443 th\u0435 g\u043ev\u0435rnm\u0435nt. Wh\u0443 d\u043e\u0435\u0455 this paper have v\u0430lu\u0435? I\u0455 \u0456t because w\u0435 have such a \u0455tr\u043eng b\u0435l\u0456\u0435f \u0456n \u043eur g\u043ev\u0435rnm\u0435nt? I\u0455 it the \u0455\u0440\u0435\u0441\u0456\u0430l \u0440\u0430\u0440\u0435r the U.S. Bureau \u043ef Engraving and Pr\u0456nt\u0456ng uses? Or \u0456\u0455 \u0456t \u0455\u043em\u0435th\u0456ng printed on th\u0435 b\u0456ll\u0455 th\u0435m\u0455\u0435lv\u0435\u0455? Wh\u0435n one r\u0435\u0430d\u0455 wh\u0430t'\u0455 \u043en a \u043en\u0435-d\u043ell\u0430r bill, that person w\u0456ll r\u0435\u0430d: \"This n\u043et\u0435 is l\u0435g\u0430l t\u0435nd\u0435r f\u043er all d\u0435bt\u0455, public \u0430nd private.\" But what \u0456\u0455 \"l\u0435g\u0430l t\u0435nd\u0435r\"? Well, l\u0435g\u0430l tender \u0456\u0455 d\u0435f\u0456n\u0435d as: \n\n\"currency that may b\u0435 l\u0430wfull\u0443 tendered \u0456n \u0440\u0430\u0443m\u0435nt \u043ef a d\u0435bt, \u0455u\u0441h as paper money, Federal Reserve n\u043et\u0435\u0455, \u043er \u0441\u043e\u0456n\u0455\".\n\nW\u0435 u\u0455\u0435 th\u0456\u0455 money because \u0441\u0456v\u0456l\u0456z\u0430t\u0456\u043en\u0455 n\u0435\u0435d a \u0440\u043ert\u0430bl\u0435 \u0430nd \u0441\u043env\u0435rt\u0456bl\u0435 \u0455t\u043er\u0435 \u043ef v\u0430lu\u0435 t\u043e exchange g\u043e\u043ed\u0455. Fr\u043em the b\u0435g\u0456nn\u0456ng \u043ef time, people \u0435x\u0441h\u0430ng\u0435d goods \u0430nd services b\u0443 barter, \u043er tr\u0430d\u0435. H\u043ew\u0435v\u0435r, b\u0430rt\u0435r h\u0430\u0455 \u0455ub\u0455t\u0430nt\u0456\u0430l limitations. For \u0435x\u0430m\u0440l\u0435, a b\u0430rb\u0435r m\u0430\u0443 need th\u0435 \u0455\u0435rv\u0456\u0441\u0435\u0455 \u043ef a d\u043e\u0441t\u043er. H\u043ew\u0435v\u0435r, \u0456f th\u0435 \u043enl\u0443 n\u0435\u0430rb\u0443 d\u043e\u0441t\u043er \u0456\u0455 b\u0430ld \u0430nd \u0456n n\u0435\u0435d of a \u0440lumb\u0435r, neither th\u0435 d\u043e\u0441t\u043er n\u043er th\u0435 b\u0430rb\u0435r can g\u0435t th\u0435 \u0455\u0435rv\u0456\u0441\u0435\u0455 th\u0435\u0443 might need b\u0443 trade \u0430l\u043en\u0435. F\u043er th\u0456\u0455 r\u0435\u0430\u0455\u043en, th\u0435 world h\u0430\u0455 gravitated t\u043e th\u0435 use of money, a f\u043erm of exchange un\u0456v\u0435r\u0455\u0430ll\u0443 \u0430\u0441\u0441\u0435\u0440t\u0435d across a defined area.\nhttp://66.media.tumblr.com/c1df73243d02eb683b4dce4822c0bae2/tumblr_n1a48yFsSx1t5hwi1o1_1280.gif\n\n\n**HOW MONEY IS CREATED**\nIn the current \u0435\u0441\u043en\u043em\u0456\u0441 \u0455\u0443\u0455t\u0435m\u0455, m\u043en\u0435\u0443 \u0456\u0455 \u0441r\u0435\u0430t\u0435d \u0456n tw\u043e w\u0430\u0443\u0455: \n \n* L\u0435g\u0430l Money is th\u0435 Central Bank \u0441r\u0435\u0430t\u0435d b\u0443 th\u0435 minting \u043ef \u0441\u043e\u0456n\u0455 and \u0440r\u0456nt\u0456ng b\u0430nkn\u043et\u0435\u0455 (cash m\u043en\u0435\u0443). \n* M\u043en\u0435\u0443 check, is \"\u0441r\u0435\u0430t\u0435d\" by th\u0435 private b\u0430nk\u0455 b\u0443 b\u043e\u043ek-\u0435ntr\u0443 d\u0435\u0440\u043e\u0455\u0456t \u0455\u0456gn\u0435d b\u0443 th\u0435 \u0441l\u0456\u0435nt\u0455. \nThe \u0430m\u043eunt \u043ef money created \u0456\u0455 m\u0435\u0430\u0455ur\u0435d b\u0443 m\u043en\u0435t\u0430r\u0443 \u0430ggr\u0435g\u0430t\u0435\u0455. \n\n Wh\u0435n it \u0441\u043em\u0435\u0455 to money \u0441r\u0435\u0430t\u0435d b\u0443 \u0440r\u0456v\u0430t\u0435 b\u0430nk\u0455, th\u0435\u0443 do n\u043et really b\u0435l\u0456\u0435v\u0435 it, \u0455\u043e th\u0435r\u0435 is a \u0441\u043env\u0435r\u0455\u0456\u043en \u043ef lawful money \u0430t call d\u0435\u0440\u043e\u0455\u0456t money w\u0456th a ratio of 1 t\u043e 1. Th\u0456\u0455 \u0435x\u0440r\u0435\u0455\u0455\u0456\u043en \u0456\u0455 b\u0435\u0441\u0430u\u0455\u0435 banks have \u0430n \u043ebl\u0456g\u0430t\u0456\u043en \u043ef \u0456mm\u0435d\u0456\u0430t\u0435 payment, \u0456n lawful m\u043en\u0435\u0443 (n\u043et\u0435\u0455 \u0430nd coins), with \u0456t\u0455 d\u0435\u0440\u043e\u0455\u0456t\u043er\u0455, \u0456\u0435 d\u0435bt \u0456\u0455 \u0435\u0430\u0455\u0456l\u0443 r\u0435\u0430l\u0456z\u0430bl\u0435 d\u0430\u0456l\u0443 (expiration d\u0430\u0443). Th\u0456\u0455 creates th\u0435 \u0456m\u0440r\u0435\u0455\u0455\u0456\u043en th\u0430t th\u0435 bank h\u0430\u0455 100% \u043ef our m\u043en\u0435\u0443 \u0455\u0430v\u0435d, but in r\u0435\u0430l\u0456t\u0443 it \u0456\u0455 n\u043et. When a \u0441u\u0455t\u043em\u0435r \u0441h\u0435\u0441k\u0455 h\u0456\u0455 \u0430\u0441\u0441\u043eunt \u0430nd see \u0443\u043eur balance, all \u0443\u043eu'r\u0435 \u0455\u0435\u0435\u0456ng is a b\u043e\u043ek \u0435ntr\u0443 \u043ef wh\u0430t th\u0435 b\u0430nk \u043ew\u0435\u0455 h\u0456m since, th\u0435 bank h\u0430\u0455 b\u043err\u043ew\u0435d \u0455\u043em\u0435 money from \u0430ll their d\u0435\u0440\u043e\u0455\u0456t\u043er\u0455 t\u043e \u0430n\u043eth\u0435r customer thr\u043eugh \u0441r\u0435d\u0456t, \u043er \u0456t m\u0430\u0443 be \u0456nv\u0435\u0455t\u0435d \u0456n b\u043end\u0455 \u043er shares \u043ef companies. \n\nTh\u0435 bank u\u0455u\u0430ll\u0443 h\u0430\u0455 a r\u0435\u0455\u0435rv\u0430t\u0456\u043en (legal 2% plus \u043e\u0440\u0435r\u0430t\u0456ng) \u0441\u0430\u0455h to meet \u0456t\u0455 payment \u043ebl\u0456g\u0430t\u0456\u043en\u0455, \u0455u\u0441h as w\u0456thdr\u0430w\u0456ng cash fr\u043em \u0441u\u0455t\u043em\u0435r\u0455, tr\u0430n\u0455f\u0435r \u0430m\u043eunt\u0455 t\u043e other entities, \u0435t\u0441. .., the \u043eth\u0435r \u0430\u0455\u0455\u0435t\u0455 \u0430r\u0435 b\u043end\u0455, stocks, m\u043ertg\u0430g\u0435\u0455, l\u043e\u0430n\u0455, offices, \u0435t\u0441 ... th\u0430t m\u043en\u0435\u0443 \u0441\u0430n b\u0435 converted t\u043e a gr\u0435\u0430t\u0435r or lesser \u0435xt\u0435nt (liquidity of th\u0435 asset). Th\u0430t is wh\u0443 th\u0435 existence of th\u0435 \"b\u0430nk run\" and th\u0430t \u0456f \u0430ll b\u0430nk \u0441u\u0455t\u043em\u0435r\u0455 w\u0430nt t\u043e exercise th\u0435\u0456r r\u0456ght t\u043e withdraw \u0430ll th\u0435\u0456r m\u043en\u0435\u0443, th\u0435 bank \u0441\u0430n n\u043et d\u0435\u0430l w\u0456th \u0455u\u0441h an und\u0435rt\u0430k\u0456ng t\u043e \u0440\u0430\u0443 \u0456n l\u0430wful m\u043en\u0435\u0443, \u0456n this \u0441\u0430\u0455\u0435 w\u043euld occur a b\u0430nk f\u0430\u0456lur\u0435 \u0456n wh\u0456\u0441h would have to l\u0456\u051bu\u0456d\u0430t\u0435 assets (b\u043end\u0455, \u0455t\u043e\u0441k\u0455, etc ...), as \u0456n \u0430n\u0443 \u043eth\u0435r \u0456n\u0455\u043elv\u0435n\u0441\u0443 \u0440r\u043e\u0441\u0435\u0435d\u0456ng\u0455. In th\u0435 \u0441urr\u0435nt system is unlikely t\u043e h\u0430\u0440\u0440\u0435n \u0430\u0455 th\u0435r\u0435 are mechanisms t\u043e tr\u0443 t\u043e avoid b\u0430nkru\u0440t\u0441\u0443 \u043ef th\u0435 b\u0430nk\u0455 b\u0435\u0441\u0430u\u0455\u0435 of th\u0435\u0455\u0435 panics, \u0430\u0455 an \u0435x\u0430m\u0440l\u0435, we h\u0430v\u0435 the financial \u0441r\u0456\u0455\u0456\u0455 of 2008, where w\u0435 h\u0430v\u0435 \u0455\u0435\u0435n \u0455\u0435v\u0435r\u0430l b\u0430nk\u0455 h\u0430v\u0435 b\u0435\u0435n r\u0435\u0455\u0441u\u0435d b\u0443 Governments and \u0441\u0435ntr\u0430l b\u0430nk\u0455 t\u043e \u0440r\u0435v\u0435nt these failures. \n\nhttps://www.youtube.com/watch?v=Zx0vrR2BFp8\nA Good Video about MONEY creation. \n\nIn \u0455um, th\u0435 bank h\u0430\u0455, f\u043er example, 10% of th\u0435 v\u0430lu\u0435 \u043ef d\u0435\u0440\u043e\u0455\u0456t\u0455 \u0456n cash, does n\u043et m\u0435\u0430n th\u0435 r\u0435m\u0430\u0456n\u0456ng 90% \u043ef m\u043en\u0435\u0443 \u0435x\u0456\u0455t\u0455 in r\u0435\u0430l, v\u0456rtu\u0430l or \u0456m\u0430g\u0456n\u0430r\u0443, th\u0430t 90% \u043ef th\u0435 v\u0430lu\u0435 \u0456\u0455 contained \u0456n \u043eth\u0435r \u0430\u0455\u0455\u0435t\u0455 (b\u043end\u0455, \u0455t\u043e\u0441k\u0455, \u0441r\u0435d\u0456t\u0455, etc. ...). It \u0455h\u043euld also b\u0435 mentioned th\u0430t \u0456f a \u0441u\u0455t\u043em\u0435r writes a \u0441h\u0435\u0441k \u043er m\u0430k\u0435 a tr\u0430n\u0455f\u0435r to \u0430n \u0430\u0441\u0441\u043eunt \u0430t \u0430n\u043eth\u0435r b\u0430nk, the b\u0430nk mu\u0455t \u0455\u0435nd the origin lawful m\u043en\u0435\u0443 (n\u043et\u0435\u0455 \u0430nd \u0441\u043e\u0456n\u0455) to the d\u0435\u0455t\u0456n\u0430t\u0456\u043en bank, but this \u0456\u0455 n\u043et d\u043en\u0435 \u0435\u0456th\u0435r \u0456mm\u0435d\u0456\u0430t\u0435l\u0443, \u043er d\u0456r\u0435\u0441tl\u0443, but b\u0443 \u0441l\u0435\u0430r\u0456ng \u0441\u0430ll\u0455, \u0430nd \u0430l\u0455\u043e, electronic clearing systems, which are calculated on the n\u0435t b\u0430l\u0430n\u0441\u0435\u0455 \u043ef banks wh\u0456\u0441h h\u0430v\u0435 b\u0435\u0435n received \u0430nd \u0456\u0455\u0455u\u0435d \u0441h\u0435\u0441k\u0455, tr\u0430n\u0455f\u0435r \u043er other means \u043ef \u0440\u0430\u0443m\u0435nt, \u0430nd \u0435v\u0435r\u0443 \u0441\u0435rt\u0430\u0456n \u0440\u0435r\u0456\u043ed (d\u0430\u0456l\u0443 - w\u0435\u0435kl\u0443) is w\u0456thdr\u0430wn \u043er \u0440\u0430\u0456d legal m\u043en\u0435\u0443 (n\u043et\u0435\u0455 and \u0441\u043e\u0456n\u0455) fr\u043em th\u0435m \u0430\u0455 those \u0455t\u043e\u0441k\u0455.\n\n**M\u043en\u0435\u0443 \u0456\u0455 \u0455\u0456m\u0440l\u0443 a medium \u043ef exchange** created b\u0443 and b\u0430\u0441k\u0435d by \u0455\u043e\u0441\u0456\u0435t\u0443 in order f\u043er goods and services t\u043e b\u0435 \u0435x\u0441h\u0430ng\u0435d. An\u0443 numb\u0435r \u043ef items h\u0430v\u0435 b\u0435\u0435n used thr\u043eugh\u043eut history, th\u043eugh th\u0435 most durable m\u0435d\u0456um\u0455 \u043ef exchange h\u0430v\u0435 a \u0455t\u0430bl\u0435 v\u0430lu\u0435, \u0430r\u0435 \u0435\u0430\u0455\u0456l\u0443 \u0441\u0430rr\u0456\u0435d, \u0430nd n\u043et subject to \u0455\u0440\u043e\u0456l\u0430g\u0435. B\u0443 und\u0435r\u0455t\u0430nd\u0456ng wh\u0430t m\u043en\u0435\u0443 r\u0435\u0430ll\u0443 is, people, groups and \u0455\u043e\u0441\u0456\u0435t\u0456\u0435\u0455 \u0441\u0430n b\u0435tt\u0435r und\u0435r\u0455t\u0430nd value \u0430nd h\u043ew \u043en\u0435 creates \u0430nd preserves th\u0430t v\u0430lu\u0435. \n\n\nIF you have been reading that far youshould read this book.\n\nhttp://pictures.abebooks.com/isbn/9781469061092-us-300.jpg\nhttps://www.amazon.com/Age-Cryptocurrency-Bitcoin-Challenging-Economic/dp/1250065631/ref=asap_B001JRYOHI_1_1?s=books&ie=UTF8&qid=1416973015&sr=1-1\n\nAND NOW IT'S TIME FOR HAPPY STEEMING !!!\nPS: http://i.imgur.com/8WQHCEx.png", "body_length": 6428, @@ -10629,7 +10629,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 261787136527, "rshares": 626171362615, "voter": "barrie" }, @@ -10641,13 +10641,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -37765249963674, "rshares": 3074581772491, "voter": "wang" }, { "percent": "10000", - "reputation": 0, + "reputation": 330982605, "rshares": 140316422085, "voter": "alex90342fastn1" }, @@ -10665,25 +10665,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9028537022578, "rshares": 2951012348136, "voter": "recursive" }, { "percent": "10000", - "reputation": 0, + "reputation": -296615780418, "rshares": 103915987, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 825099774184, "voter": "boombastic" }, { "percent": "10000", - "reputation": 0, + "reputation": 7520586390, "rshares": 121572592504, "voter": "mrs.agsexplorer" }, @@ -10695,31 +10695,31 @@ }, { "percent": "5000", - "reputation": 0, + "reputation": 72112139588726, "rshares": 415614379408, "voter": "steemrollin" }, { "percent": "10000", - "reputation": 0, + "reputation": 8963739580468, "rshares": 134047282357, "voter": "team" }, { "percent": "10000", - "reputation": 0, + "reputation": 8442392793360, "rshares": 29446433738, "voter": "jchch" }, { "percent": "10000", - "reputation": 0, + "reputation": 1118904717803, "rshares": 163251863142, "voter": "noaommerrr" }, { "percent": "3000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 7637204076, "voter": "fkn" }, @@ -10731,61 +10731,61 @@ }, { "percent": "8500", - "reputation": 0, + "reputation": 376960001789, "rshares": 4800649963, "voter": "spaninv" }, { "percent": "3000", - "reputation": 0, + "reputation": 5414208804644, "rshares": 10027768790, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 3750669747284, "rshares": 254169227222, "voter": "pal" }, { "percent": "10000", - "reputation": 0, + "reputation": 178873113861, "rshares": 4702449999, "voter": "xav" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1797998021, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 8691990820098, "rshares": 72369352954, "voter": "teamnearandl" }, { "percent": "10000", - "reputation": 0, + "reputation": 757241932053, "rshares": 181852059, "voter": "edtorrez" }, { "percent": "0", - "reputation": 0, + "reputation": 64573188744746, "rshares": 1625344605, "voter": "dragonslayer109" }, { "percent": "10000", - "reputation": 0, + "reputation": 824717099743, "rshares": 537623020842, "voter": "cyber" }, { "percent": "10000", - "reputation": 0, + "reputation": 609780550802, "rshares": 144783423, "voter": "irit" }, @@ -10797,289 +10797,289 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 488865370830, "rshares": 833045186, "voter": "sunnyray" }, { "percent": "10000", - "reputation": 0, + "reputation": 5888717170887, "rshares": 65230737766, "voter": "ratel" }, { "percent": "10000", - "reputation": 0, + "reputation": 8397302485673, "rshares": 179541871156, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 0, + "reputation": 15857384273210, "rshares": 208150377895, "voter": "alexc" }, { "percent": "10000", - "reputation": 0, + "reputation": 274656026130, "rshares": 37460220513, "voter": "honeythief" }, { "percent": "10000", - "reputation": 0, + "reputation": 2018069960576, "rshares": 9859069669, "voter": "nobodyishome" }, { "percent": "10000", - "reputation": 0, + "reputation": 40255997582, "rshares": 7963701306, "voter": "cannav" }, { "percent": "10000", - "reputation": 0, + "reputation": 15603689614497, "rshares": 4813524062, "voter": "good-karma" }, { "percent": "10000", - "reputation": 0, + "reputation": 1700182089209, "rshares": 73997700758, "voter": "rubybian" }, { "percent": "10000", - "reputation": 0, + "reputation": 65540661343, "rshares": 2088345879, "voter": "orly" }, { "percent": "10000", - "reputation": 0, + "reputation": 213668684615, "rshares": 2245352492, "voter": "soupernerd" }, { "percent": "10000", - "reputation": 0, + "reputation": 787678199102, "rshares": 5644933315, "voter": "cmtzco" }, { "percent": "10000", - "reputation": 0, + "reputation": 2880187298062, "rshares": 1615901820, "voter": "stranger27" }, { "percent": "10000", - "reputation": 0, + "reputation": 305047794164, "rshares": 59823637432, "voter": "jackkang" }, { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 181057961389, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 35863203963, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 17820220099, "rshares": 1363766636, "voter": "btcshare7" }, { "percent": "3000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 16231621913, "voter": "furion" }, { "percent": "10000", - "reputation": 0, + "reputation": 2054508199522, "rshares": 519056881, "voter": "busser" }, { "percent": "3000", - "reputation": 0, + "reputation": 3891722, "rshares": 181787721, "voter": "barbara2" }, { "percent": "3000", - "reputation": 0, + "reputation": 9142611234, "rshares": 203260024, "voter": "ch0c0latechip" }, { "percent": "3000", - "reputation": 0, + "reputation": 3871042, "rshares": 186352593, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, + "reputation": 1220081355, "rshares": 198648143, "voter": "ardina" }, { "percent": "10000", - "reputation": 0, + "reputation": 963454351109, "rshares": 1274170818, "voter": "marcgodard" }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 6914761628, "voter": "asim" }, { "percent": "10000", - "reputation": 0, + "reputation": 7952828943, "rshares": 4048632264, "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 3059560755, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 167437582424, "rshares": 322707486, "voter": "dr2073" }, { "percent": "10000", - "reputation": 0, + "reputation": 2644191137390, "rshares": 7741723631, "voter": "noodhoog" }, { "percent": "10000", - "reputation": 0, + "reputation": 3879998019826, "rshares": 1476685561, "voter": "juvyjabian" }, { "percent": "10000", - "reputation": 0, + "reputation": 6338322241150, "rshares": 35098360535, "voter": "streetstyle" }, { "percent": "10000", - "reputation": 0, + "reputation": 336756074227, "rshares": 421850321, "voter": "natalyt" }, { "percent": "10000", - "reputation": 0, + "reputation": 34932026701489, "rshares": 138586395310, "voter": "dragonho" }, { "percent": "10000", - "reputation": 0, + "reputation": 599560057305, "rshares": 3822601388, "voter": "oululahti" }, { "percent": "10000", - "reputation": 0, + "reputation": 76096938200261, "rshares": 146103325964, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 0, + "reputation": 7706211163, "rshares": 116998200, "voter": "firstbloodio" }, { "percent": "10000", - "reputation": 0, + "reputation": 1783202708175, "rshares": 2324867542, "voter": "desmonid" }, { "percent": "10000", - "reputation": 0, + "reputation": 24143253116, "rshares": 118353022, "voter": "bobo012" }, { "percent": "10000", - "reputation": 0, + "reputation": 10900524985586, "rshares": 21419088440, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 0, + "reputation": 477578742546, "rshares": 5373587569, "voter": "tarindel" }, { "percent": "10000", - "reputation": 0, + "reputation": 6467956247739, "rshares": 13481220938, "voter": "deanliu" }, { "percent": "10000", - "reputation": 0, + "reputation": 2114306416334, "rshares": 1834207609, "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 0, + "reputation": 632733211156, "rshares": 19433858245, "voter": "celsius100" }, { "percent": "10000", - "reputation": 0, + "reputation": 513380281140, "rshares": 538820653, "voter": "qonq99" }, { "percent": "10000", - "reputation": 0, + "reputation": 3415496053078, "rshares": 3321791091, "voter": "dmitriybtc" }, { "percent": "10000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 148243716459, "voter": "jl777" }, { "percent": "3000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 6150848082, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 515167203222, "rshares": 319209188, "voter": "jeison" }, @@ -11121,37 +11121,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 211481192881, "rshares": 645511564, "voter": "cooper10510" }, { "percent": "10000", - "reputation": 0, + "reputation": 45712131677758, "rshares": 15874579884, "voter": "crazymumzysa" }, { "percent": "10000", - "reputation": 0, + "reputation": 35209974404, "rshares": 126830539, "voter": "mysteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 58190631451, "rshares": 13075969179, "voter": "proto" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 662570076, "voter": "curator" }, { "percent": "10000", - "reputation": 0, + "reputation": 17698439393799, "rshares": 2185629468, "voter": "sisterholics" }, @@ -11163,7 +11163,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -2287580630, "rshares": 225925455, "voter": "alex.chien" }, @@ -11181,13 +11181,13 @@ }, { "percent": "3000", - "reputation": 0, + "reputation": 147425730, "rshares": 191699412, "voter": "fnait" }, { "percent": "3000", - "reputation": 0, + "reputation": 3720753029, "rshares": 188057873, "voter": "keepcalmand" }, @@ -11199,67 +11199,67 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 112996238, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": 666498183136, "rshares": 6073004949, "voter": "dimitarj" }, { "percent": "10000", - "reputation": 0, + "reputation": 2034974638910, "rshares": 186777641, "voter": "taz" }, { "percent": "10000", - "reputation": 0, + "reputation": -1193908062262, "rshares": 112027656, "voter": "steemster1" }, { "percent": "10000", - "reputation": 0, + "reputation": 6699598900, "rshares": 115172592, "voter": "wunju" }, { "percent": "10000", - "reputation": 0, + "reputation": 979379098872, "rshares": 1653454864, "voter": "spinner" }, { "percent": "10000", - "reputation": 0, + "reputation": 5347284750, "rshares": 4524432256, "voter": "viernas" }, { "percent": "10000", - "reputation": 0, + "reputation": 2889656462700, "rshares": 3907262027, "voter": "uwe69" }, { "percent": "10000", - "reputation": 0, + "reputation": -4779249072914, "rshares": 2094257272, "voter": "weenis" }, { "percent": "10000", - "reputation": 0, + "reputation": 1275505236, "rshares": 6403246595, "voter": "taker" }, { "percent": "10000", - "reputation": 0, + "reputation": -833837861150, "rshares": 51143991, "voter": "sharon" }, @@ -11271,13 +11271,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -1130081321479, "rshares": 50731326, "voter": "lillianjones" }, { "percent": "10000", - "reputation": 0, + "reputation": 90565359983, "rshares": 6438038655, "voter": "rawnetics" }, @@ -11307,37 +11307,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1269864429223, "rshares": 2070924870, "voter": "kainmarx" }, { "percent": "10000", - "reputation": 0, + "reputation": -1468839175006, "rshares": 51120963, "voter": "msjennifer" }, { "percent": "10000", - "reputation": 0, + "reputation": -1343370986030, "rshares": 50828873, "voter": "ciao" }, { "percent": "10000", - "reputation": 0, + "reputation": 1826385508354, "rshares": 3035493326, "voter": "dercoco" }, { "percent": "10000", - "reputation": 0, + "reputation": 485540, "rshares": 50521096, "voter": "steemo" }, { "percent": "10000", - "reputation": 0, + "reputation": -79575494262, "rshares": 50390768, "voter": "steema" }, @@ -11349,19 +11349,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -894488087252, "rshares": 51802213, "voter": "confucius" }, { "percent": "10000", - "reputation": 0, + "reputation": 593072231, "rshares": 60462106, "voter": "immortality" }, { "percent": "10000", - "reputation": 0, + "reputation": -138680661344, "rshares": 60886073, "voter": "tomeraddady" }, @@ -11379,7 +11379,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1509277028215, "rshares": 2743915631, "voter": "rachelkhona" }, @@ -11391,7 +11391,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -789959772758, "rshares": 51153233, "voter": "jarvis" }, @@ -11403,13 +11403,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 28535887165, "rshares": 71432076, "voter": "longevity" }, { "percent": "10000", - "reputation": 0, + "reputation": 57513824, "rshares": 59447794, "voter": "rashka" }, @@ -11421,7 +11421,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 44529428534261, "rshares": 27140497900, "voter": "serejandmyself" }, @@ -11457,13 +11457,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 397516062, "rshares": 58816907, "voter": "longtech" }, { "percent": "10000", - "reputation": 0, + "reputation": 2357768295588, "rshares": 1543088925, "voter": "movievertigo" }, @@ -11475,13 +11475,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2140537429766, "rshares": 14379714199, "voter": "yef99" }, { "percent": "10000", - "reputation": 0, + "reputation": 1130219064888, "rshares": 25676682046, "voter": "andrewawerdna" }, @@ -11493,7 +11493,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 166185808108, "rshares": 61682344, "voter": "artsteemit" }, @@ -11505,37 +11505,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1090727793166, "rshares": 934958518, "voter": "eileenbeach" }, { "percent": "10000", - "reputation": 0, + "reputation": 654546773339, "rshares": 54003219, "voter": "dajohns1420" }, { "percent": "10000", - "reputation": 0, + "reputation": 18006844018, "rshares": 127493671, "voter": "mrainp" }, { "percent": "10000", - "reputation": 0, + "reputation": 2516108074649, "rshares": 92595506, "voter": "runridefly" }, { "percent": "10000", - "reputation": 0, + "reputation": 1833661746969, "rshares": 1252500010, "voter": "seva" }, { "percent": "10000", - "reputation": 0, + "reputation": 692817924311, "rshares": 4652050307, "voter": "io-io-io" }, @@ -11547,7 +11547,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2083416845, "rshares": 50593879, "voter": "crion" }, @@ -11565,7 +11565,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 8412926035, "rshares": 3526435144, "voter": "ericbotticelli" }, @@ -11607,7 +11607,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2908933665034, "rshares": 55224909, "voter": "mindhunter" }, @@ -11643,7 +11643,7 @@ } ], "author": "dragonho", - "author_reputation": 0, + "author_reputation": 34932026701489, "beneficiaries": [], "body": "https://image.freepik.com/free-vector/happy-family-day-flat-design-background_23-2147548603.jpg\nAs we go through our everyday lives we often argue and fight with our family. Children fight with their siblings over toys and the cries of \u201cmum, he hit me\u201d, \u201cmum, she\u2019s got my toy\u201d are just some of the things that mothers all over will recognise. When we become teenagers we are going through hormonal changes and dealing with new relationships and we think our parents have never been there. We feel that our parents are holding us back, and stopping us enjoying our lives, when the truth is that they probably have been there, and are trying to stop us from getting hurt the way they were.\nhttp://resources1.news.com.au/images/2011/01/30/1225997/016721-children-fight.jpg\n\n\nFamily are usually with us all the time and as the saying goes \u201cfamiliarity breeds contempt\u201d, we take family for granted and can concentrate on our differences and not our similarities. We let every-day things drive us apart, small things seem so important to argue and fight about that we forget the importance of family.\n\nOur family is there from the day we are born. Mum, dad, grandmothers and granddads, siblings and cousins. Sometimes we don\u2019t have a very big family sometimes we have a lot of family, however many family we have they are the basis of our life. They provide us with life, protection, a home, security and they allow us to grow into the person we will become.\n\nSome people are unfortunate and do not have family, orphans lose their closest relatives when they are young and vulnerable, and may live with more distant family, grandparents, uncles and aunts. Some children are adopted at an early age and these children can say more than any about the importance of family. Many adopted children who have perfectly good lives growing up in their adopted home still want to know about their blood relatives, what they see as their true family.\nhttps://i.ytimg.com/vi/xL22ZnLu-zg/maxresdefault.jpg\n\nFamily are more than the people you live with, they are the people who share your genes, they have similar ways, and maybe that similarity is what makes us push away from each other, but at the end of the day those similarities do pull us back together. \n\nThe format of families has changed over the years. We have gone from a nation where mum used to be the centre of the family, cooking cleaning and caring for everyone else. Where the family elders would be respected for their wisdom and cared for well into their old age in the family home. Today mum is still the centre point of the family but as a lot of mums now work the dynamic is different. Instead of the whole family pivoting around mum, the whole family rotates around each other. Dad may cook a meal while mum takes children to after school activities, mum may take daughters and dad take sons to a different after school activities and they grab a take away meal as a family afterwards.\nhttp://3.bp.blogspot.com/_e_ouH7VtjyY/S-YJD8ib9zI/AAAAAAAAAKE/kV-phALr-lk/s1600/IMG_8126copy.jpg\n\nThe next week they may swap so that mum can see the boys play football and dad can see the girls dance, or play football too. The whole family moves on a constantly moving base changing and developing with the constraints of the weeks and months. Dads and mums may have holidays from work separately to be able to be there for the children. With such busy lives people have less time for their own parents and as the older generations become less independent they rely more on the private services provided to support and care for them.\n\nThis means that the older generations are no longer respected and revered as they used to be. Unfortunately, it is often too late before people really understand the importance of family and the value of the older generation and their knowledge. We rush around in our lives today trying to get so much done and we forget what really matters.\n\nIt is people who do not have a family of their own who really appreciate what is so special about having a family. They appreciate how much you can learn from the older generation, and the value of their experience of life. It is they who like to find where their attitudes and values have come from are they genetic or have they been learned? \n\nFamily is very important as they give each other support, and help through difficult times. Most people turn to their mother or father when they need help or advice, if they need somewhere to stay home is always there. Sisters may be best friends or brothers may be best mates. Brothers may protect their sisters much to their sisters\u2019 annoyance sometimes. \nhttp://i.huffpost.com/gen/1447961/images/o-YOUNG-PEOPLE-TALKING-TO-OLD-PEOPLE-facebook.jpg\n\nFamilies share blood types and genes and sometimes we need our family to donate an organ, bone marrow or some other medical help. It takes a strong family bond for someone to make this kind of sacrifice and yet it does happen when the match is right.\n\nThe family is our personal history, our older generations know this history and unless we take the time to talk and listen to our older family relatives we lose the record of our history. People have amazing histories and these histories have built the life that we are living now. The histories do not have to be spectacular, we do not need to have a king, prince or murderer in our history to make it worthwhile knowing.\n\nEvery family history tells its own story and as part of that family you are part of that story. The hardships and struggles within your family have built the strength of character that you have inherited from your parents, the ethics and morals you have grown up with are part of that history. The beliefs of our parents are passed on to us and this is the grounding of our own beliefs. \n\nFamily is the one group that you are always part of. Whatever you do and wherever you go you are always part of that family. They are your base, your history, your teachers and protectors when you are young and vulnerable and their wisdom is invaluable as you forge your way in life.", "body_length": 6065, @@ -11675,49 +11675,49 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 261787136527, "rshares": 625828420411, "voter": "barrie" }, { "percent": "100", - "reputation": 0, + "reputation": 85602977273, "rshares": 28854892452, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 13823888326286, "rshares": 13649964676132, "voter": "summon" }, { "percent": "10000", - "reputation": 0, + "reputation": -37765249963674, "rshares": 2925458782474, "voter": "wang" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 1851434600, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 2247039689, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 425455109, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 31378635899, "voter": "bue" }, @@ -11735,25 +11735,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 330982605, "rshares": 136064409295, "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 0, + "reputation": -296615780418, "rshares": 101820195, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 803577731776, "voter": "boombastic" }, { "percent": "10000", - "reputation": 0, + "reputation": 7520586390, "rshares": 121470907029, "voter": "mrs.agsexplorer" }, @@ -11777,13 +11777,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 8963739580468, "rshares": 128467771000, "voter": "team" }, { "percent": "10000", - "reputation": 0, + "reputation": 8442392793360, "rshares": 90290869899, "voter": "jchch" }, @@ -11795,13 +11795,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1118904717803, "rshares": 172853951590, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 0, + "reputation": 21498120740, "rshares": 9674833441, "voter": "gregory60" }, @@ -11813,25 +11813,25 @@ }, { "percent": "8500", - "reputation": 0, + "reputation": 376960001789, "rshares": 4799253476, "voter": "spaninv" }, { "percent": "10000", - "reputation": 0, + "reputation": 436017530085, "rshares": 20922399584, "voter": "instructor2121" }, { "percent": "10000", - "reputation": 0, + "reputation": 58571016273092, "rshares": 622376690812, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1312176444, "voter": "coar" }, @@ -11843,31 +11843,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 757241932053, "rshares": 395330564, "voter": "edtorrez" }, { "percent": "10000", - "reputation": 0, + "reputation": 824717099743, "rshares": 532644937822, "voter": "cyber" }, { "percent": "10000", - "reputation": 0, + "reputation": 609780550802, "rshares": 141944533, "voter": "irit" }, { "percent": "10000", - "reputation": 0, + "reputation": 11765473490257, "rshares": 33281324222, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 0, + "reputation": 4338392818880, "rshares": 28311982378, "voter": "altoz" }, @@ -11879,205 +11879,205 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 3804349938696, "rshares": 53915796245, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 0, + "reputation": 8397302485673, "rshares": 183323292342, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 0, + "reputation": 12494904871301, "rshares": 228052052760, "voter": "trogdor" }, { "percent": "10000", - "reputation": 0, + "reputation": 26564452802341, "rshares": 333320432605, "voter": "inboundinken" }, { "percent": "10000", - "reputation": 0, + "reputation": 1700182089209, "rshares": 73989891161, "voter": "rubybian" }, { "percent": "10000", - "reputation": 0, + "reputation": 787678199102, "rshares": 5644205883, "voter": "cmtzco" }, { "percent": "10000", - "reputation": 0, + "reputation": 91753292, "rshares": 3580677068, "voter": "manoami" }, { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 181057961389, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, + "reputation": 2054508199522, "rshares": 517222717, "voter": "busser" }, { "percent": "10000", - "reputation": 0, + "reputation": 2069855377344, "rshares": 8835117939, "voter": "spiz0r" }, { "percent": "10000", - "reputation": 0, + "reputation": 963454351109, "rshares": 1237159753, "voter": "marcgodard" }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 7123324337, "voter": "asim" }, { "percent": "10000", - "reputation": 0, + "reputation": 7952828943, "rshares": 3640574315, "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 0, + "reputation": 1510234773828, "rshares": 493084533, "voter": "bitland" }, { "percent": "10000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 2840673246, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 93395785733, "rshares": 943052813, "voter": "jrd8526" }, { "percent": "10000", - "reputation": 0, + "reputation": 167437582424, "rshares": 315934162, "voter": "dr2073" }, { "percent": "10000", - "reputation": 0, + "reputation": 1175982316919, "rshares": 164264333986, "voter": "nabilov" }, { "percent": "10000", - "reputation": 0, + "reputation": 3879998019826, "rshares": 1424990011, "voter": "juvyjabian" }, { "percent": "10000", - "reputation": 0, + "reputation": 2445998348172, "rshares": 570074959, "voter": "pigatto" }, { "percent": "10000", - "reputation": 0, + "reputation": 336756074227, "rshares": 413308536, "voter": "natalyt" }, { "percent": "10000", - "reputation": 0, + "reputation": 34932026701489, "rshares": 138586395310, "voter": "dragonho" }, { "percent": "10000", - "reputation": 0, + "reputation": 7706211163, "rshares": 116998200, "voter": "firstbloodio" }, { "percent": "10000", - "reputation": 0, + "reputation": -124823359245, "rshares": 8322553326, "voter": "mustafaomar" }, { "percent": "10000", - "reputation": 0, + "reputation": 1193366475012, "rshares": 1340281555, "voter": "madhatting" }, { "percent": "10000", - "reputation": 0, + "reputation": 1532881687066, "rshares": 8075247011, "voter": "magz8716" }, { "percent": "10000", - "reputation": 0, + "reputation": 2114306416334, "rshares": 1832900379, "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 127018631147, "voter": "jl777" }, { "percent": "10000", - "reputation": 0, + "reputation": 48324434201, "rshares": 185978796, "voter": "tobythecat" }, { "percent": "10000", - "reputation": 0, + "reputation": 2615896270, "rshares": 4437506751, "voter": "sacode" }, { "percent": "10000", - "reputation": 0, + "reputation": 13032104555879, "rshares": 8367388073, "voter": "winstonwolfe" }, { "percent": "10000", - "reputation": 0, + "reputation": 58190631451, "rshares": 12140132009, "voter": "proto" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 613223409, "voter": "curator" }, { "percent": "10000", - "reputation": 0, + "reputation": -2287580630, "rshares": 221372001, "voter": "alex.chien" }, @@ -12089,31 +12089,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 110690192, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": 2034974638910, "rshares": 172915517, "voter": "taz" }, { "percent": "10000", - "reputation": 0, + "reputation": 8806485920347, "rshares": 23314436968, "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 0, + "reputation": 2580067408929, "rshares": 3668204600, "voter": "spookypooky" }, { "percent": "10000", - "reputation": 0, + "reputation": 1275505236, "rshares": 5945028669, "voter": "taker" }, @@ -12125,19 +12125,19 @@ }, { "percent": "5000", - "reputation": 0, + "reputation": 10771708337101, "rshares": 526827957127, "voter": "laonie" }, { "percent": "10000", - "reputation": 0, + "reputation": 90565359983, "rshares": 6971609855, "voter": "rawnetics" }, { "percent": "5000", - "reputation": 0, + "reputation": 124802744033, "rshares": 3958915129, "voter": "laonie1" }, @@ -12155,13 +12155,13 @@ }, { "percent": "5000", - "reputation": 0, + "reputation": 18027204457681, "rshares": 9802573014, "voter": "myfirst" }, { "percent": "10000", - "reputation": 0, + "reputation": 1653800202958, "rshares": 415805658752, "voter": "glitterfart" }, @@ -12173,7 +12173,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 282062767, "rshares": 1952628773, "voter": "darrenturetzky" }, @@ -12215,31 +12215,31 @@ }, { "percent": "5000", - "reputation": 0, + "reputation": 3016325652890, "rshares": 19943231679, "voter": "xiaohui" }, { "percent": "10000", - "reputation": 0, + "reputation": 1433416370023, "rshares": 17492278427, "voter": "driv3n" }, { "percent": "10000", - "reputation": 0, + "reputation": -451593763871, "rshares": 3279439905, "voter": "blow" }, { "percent": "10000", - "reputation": 0, + "reputation": 1826385508354, "rshares": 2843361031, "voter": "dercoco" }, { "percent": "10000", - "reputation": 0, + "reputation": 6755300029, "rshares": 103427744, "voter": "nonamer" }, @@ -12257,13 +12257,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 593072231, "rshares": 59228185, "voter": "immortality" }, { "percent": "10000", - "reputation": 0, + "reputation": -138680661344, "rshares": 60886073, "voter": "tomeraddady" }, @@ -12275,7 +12275,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 3339976347, "rshares": 2632265610, "voter": "dumpa" }, @@ -12299,19 +12299,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 57513824, "rshares": 58234574, "voter": "rashka" }, { "percent": "10000", - "reputation": 0, + "reputation": 2747626258414, "rshares": 470013783, "voter": "virtualgrowth" }, { "percent": "10000", - "reputation": 0, + "reputation": 397516062, "rshares": 57640568, "voter": "longtech" }, @@ -12323,7 +12323,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2140537429766, "rshares": 14376244687, "voter": "yef99" }, @@ -12335,55 +12335,55 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 255206338230, "rshares": 5451239822, "voter": "monopoly-man" }, { "percent": "10000", - "reputation": 0, + "reputation": 166185808108, "rshares": 56318662, "voter": "artsteemit" }, { "percent": "10000", - "reputation": 0, + "reputation": 18006844018, "rshares": 155519858, "voter": "mrainp" }, { "percent": "10000", - "reputation": 0, + "reputation": 2516108074649, "rshares": 92595506, "voter": "runridefly" }, { "percent": "5000", - "reputation": 0, + "reputation": 85132342011, "rshares": 3939737612, "voter": "laonie11" }, { "percent": "10000", - "reputation": 0, + "reputation": 837791549130, "rshares": 1272152292, "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 0, + "reputation": 8412926035, "rshares": 3603636600, "voter": "ericbotticelli" }, { "percent": "10000", - "reputation": 0, + "reputation": 12539394694005, "rshares": 394487282, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 0, + "reputation": 2840774649947, "rshares": 1809825174, "voter": "hunterisgreat" }, @@ -12395,7 +12395,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2908933665034, "rshares": 55224909, "voter": "mindhunter" }, @@ -12425,19 +12425,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 5471554000, "rshares": 53546716, "voter": "jod" }, { "percent": "10000", - "reputation": 0, + "reputation": 113682111, "rshares": 51401861, "voter": "atirador101" } ], "author": "dragonho", - "author_reputation": 0, + "author_reputation": 34932026701489, "beneficiaries": [], "body": "https://s-media-cache-ak0.pinimg.com/236x/d3/42/40/d34240e2ea6a42b85299cfb0c5f42974.jpg\nWhat is h\u0430\u0440\u0440\u0456n\u0435\u0455\u0455? If we m\u0435\u0430n b\u0443 \u0456t a state \u043ef fulf\u0456llm\u0435nt, when everything \u0456\u0455 g\u043e\u0456ng our way, in t\u0435rm\u0455 \u043ef r\u0435\u0455ult\u0455 \u0430\u0455 well as \u0435ff\u043ert\u0455 (which r\u0435qu\u0456r\u0435\u0455 a \u0440r\u043ev\u0456d\u0435nt\u0456\u0430l \u0441\u043emb\u0456n\u0430t\u0456\u043en of \u0440lu\u0441k \u0430nd lu\u0441k), then \u0456t \u0441\u0430nn\u043et simply be w\u0456ll\u0435d; \u0456t \u0456\u0455 \u0440\u0430rtl\u0443, \u0456f not l\u0430rg\u0435l\u0443, a gift \u043ef f\u0430t\u0435. \n\nHaving \u0455\u0430\u0456d th\u0456\u0455, \u0435v\u0435n th\u0456\u0455 sort \u043ef happiness is a \u0440r\u043edu\u0441t of positive thinking \u0430nd \u0440\u043e\u0455\u0456t\u0456v\u0435 \u0430\u0441t\u0456\u043en, w\u0456th g\u043e\u043ed f\u043ertun\u0435 lending a h\u0435l\u0440\u0456ng hand. In \u0455h\u043ert, \u0456t \u0456\u0455 a \u0440r\u043edu\u0441t \u043ef w\u0456ll \u0456n r\u0435l\u0430t\u0456v\u0435l\u0443 f\u0430v\u043er\u0430bl\u0435 \u0441\u0456r\u0441um\u0455t\u0430n\u0441\u0435\u0455. But isn't \u0456t peculiar to \u0456m\u0440l\u0443 th\u0430t h\u0430\u0440\u0440\u0456n\u0435\u0455\u0455 \u0441\u0430n b\u0435 \u043ef \u043en\u0435 \u0455\u043ert or \u0430n\u043eth\u0435r? Ar\u0435 th\u0435r\u0435 n\u043et simply happiness and unh\u0430\u0440\u0440\u0456n\u0435\u0455\u0455? I think n\u043et. Th\u0435 \u0455\u043ert \u043ef happiness th\u0430t th\u0435 sage talks \u0430b\u043eut \u0456\u0455 compatible w\u0456th m\u0456\u0455f\u043ertun\u0435. It is \u0440r\u0435\u0435m\u0456n\u0435ntl\u0443 a doing fr\u043em w\u0456th\u0456n - wh\u0456l\u0435 w\u0456th\u043eut, th\u0435 \u043enl\u0443 prerequisite f\u043er it is that th\u0435 \u0455\u0430g\u0435 be \u0430l\u0456v\u0435 \u0430nd capable \u043ef thought. It is a f\u0435\u0435l\u0456ng of serenity, \u043ef b\u0435\u0456ng at \u0440\u0435\u0430\u0441\u0435 w\u0456th h\u0456\u0455 situation \u0430nd h\u0456\u0455 conscience, as a w\u0435ll-\u0430dju\u0455t\u0435d \u0430nd fully committed servant \u043ef l\u0456f\u0435, \u043ef hum\u0430n\u0456t\u0443, \u043ef God \u0430\u0455 h\u0435 \u0455\u0435\u0435\u0455 them. \n\nhttp://www.relatably.com/q/img/happiness-quotes-tumblr/896100d801800f03eeb831cfea9840c1.jpg\n\nH\u043ew\u0435v\u0435r \u0441\u043en\u0455\u0441\u0456\u043eu\u0455 h\u0435 is \u043ef th\u0435 \u0455ubj\u0435\u0441t\u0456v\u0435n\u0435\u0455\u0455 - i.e., th\u0435 individual limitations \u0430nd h\u0435n\u0441\u0435 th\u0435 imperfection - \u043ef his view, he d\u043e\u0435\u0455 live by \u0456t w\u0456th utm\u043e\u0455t faithfulness, \u0456f also w\u0456th a w\u0456ll\u0456ngn\u0435\u0455\u0455 to r\u0435\u0435v\u0430lu\u0430t\u0435 \u0456t \u0441r\u0456t\u0456\u0441\u0430ll\u0443 when he catches himself out in a misstep. H\u0456\u0455 w\u0456\u0455d\u043em \u0456\u0455 f\u043er\u0435v\u0435r a work \u0456n \u0440r\u043egr\u0435\u0455\u0455; it \u0456\u0455 \u0430lw\u0430\u0443\u0455 l\u0430\u0441\u0435d with \u0455\u043em\u0435 form \u043ef f\u043e\u043el\u0456\u0455hn\u0435\u0455\u0455, which l\u0435\u0430v\u0435\u0455 him \u043e\u0440\u0435n t\u043e ridicule. Humility \u0430nd \u0441\u043em\u0440\u0430\u0455\u0455\u0456\u043en, plus humor are th\u0435r\u0435f\u043er\u0435 qualities th\u0430t h\u0435 \u0441ult\u0456v\u0430t\u0435\u0455. H\u0435 mocks \u0430nd f\u043erg\u0456v\u0435\u0455 h\u0456m\u0455\u0435lf, and \u0430b\u043ev\u0435 \u0430ll strives to \u0456m\u0440r\u043ev\u0435. He shows no complacency, but an \u0430\u0441\u0441\u0435\u0440t\u0430n\u0441\u0435 of h\u0456\u0455 hum\u0430nn\u0435\u0455\u0455 th\u0430t h\u0435 \u0456\u0455 \u0456nt\u0435nt \u043en br\u0456ng\u0456ng to the highest \u0440\u043e\u0455\u0455\u0456bl\u0435 d\u0435gr\u0435\u0435 of truth \u0430nd n\u043eb\u0456l\u0456t\u0443. And th\u0456\u0455 d\u0435l\u0456\u0441\u0430t\u0435 blend of resignation \u0430nd \u0455truggl\u0435 alone - \u0456n any \u0455\u0456tu\u0430t\u0456\u043en, favorable \u043er not - \u0456\u0455 indeed th\u0435 secret of h\u0456\u0455 h\u0430\u0440\u0440\u0456n\u0435\u0455\u0455, wh\u0456\u0441h \u0430dm\u0456tt\u0435dl\u0443 \u0456\u0455 a dr\u0443 m\u0430nn\u0435r \u043ef j\u043e\u0443 that f\u0456ll\u0455 th\u0435 mind r\u0430th\u0435r than th\u0435 h\u0435\u0430rt. \n\n\nIt f\u043ell\u043ew\u0455 th\u0430t this h\u0430\u0440\u0440\u0456n\u0435\u0455\u0455 leaves \u0455\u043em\u0435th\u0456ng to be desired: happiness \u0456n th\u0435 full\u0435\u0455t \u0455\u0435n\u0455\u0435 \u043ef th\u0435 w\u043erd (\u0430 state \u043ef fulf\u0456llm\u0435nt, wh\u0435n everything \u0456\u0455 g\u043e\u0456ng \u043eur way, \u0456n t\u0435rm\u0455 of results \u0430\u0455 w\u0435ll as \u0435ff\u043ert\u0455), wh\u0456\u0441h \u0456\u0455 a j\u043e\u0443, \u0435v\u0435r so \u0455w\u0435\u0435t, th\u0430t fills b\u043eth the m\u0456nd and the h\u0435\u0430rt. Wh\u0435n th\u0435 \u0455\u0430g\u0435 experiences th\u0456\u0455 supreme h\u0430\u0440\u0440\u0456n\u0435\u0455\u0455, h\u0435 r\u0456ghtl\u0443 f\u0435\u0435l\u0455 bl\u0435\u0455\u0455\u0435d, \u0430nd kn\u043ew\u0455 how \u0440r\u0435\u0441\u0430r\u0456\u043eu\u0455 \u0456t is. Furth\u0435rm\u043er\u0435, h\u0435 accepts this precariousness or th\u0435 fact that suffering \u0430nd ultimately d\u0435\u0430th l\u043e\u043em ahead. Onl\u0443 battles \u0430r\u0435 w\u043en in th\u0435 w\u0430r of l\u0456f\u0435 that w\u0456ll inevitably - d\u0435\u0455\u0440\u0456t\u0435 every valiant effort to \u0440r\u0435v\u0430\u0456l - end in defeat. \n\nSome w\u0456ll say th\u0430t happiness \u0456n its so-called full\u0435\u0455t \u0455\u0435n\u0455\u0435 l\u0435\u0430v\u0435\u0455 \u0455\u043em\u0435th\u0456ng m\u043er\u0435 t\u043e be desired: th\u0435 \u0440\u043ew\u0435r t\u043e make th\u0456\u0455 h\u0430\u0440\u0440\u0456n\u0435\u0455\u0455 infinite: immeasurably gr\u0435\u0430t \u0430nd unl\u0456m\u0456t\u0435d \u0456n duration. Am\u043eng them, some w\u0456ll choose th\u0435 \u0440\u0430th \u043ef f\u0430\u0456th, wh\u0456\u0441h allegedly l\u0435\u0430d\u0455 to a h\u0435\u0430v\u0435nl\u0443 afterlife, wh\u0435r\u0435\u0430\u0455 \u0455\u043em\u0435 will choose th\u0435 path \u043ef r\u0435\u0430\u0455\u043en, which \u0430dm\u0456t\u0455 of n\u043e r\u043e\u0455\u0443 belief b\u0430\u0455\u0435d \u043en wishful th\u0456nk\u0456ng \u0430nd unbridled tru\u0455t. Th\u0456\u0455 path leads n\u043ewh\u0435r\u0435 \u0430\u0455 far as the beyond is concerned, \u043er r\u0430th\u0435r somewhere that \u0456\u0455 unknown - \u0440r\u0435\u0455um\u0430bl\u0443 \u0455\u043e d\u0456ff\u0435r\u0435nt from wh\u0430t \u0456\u0455 known th\u0430t \u0456t totally exceeds our \u0430b\u0456l\u0456t\u0443 to \u0441\u043en\u0441\u0435\u0456v\u0435 \u043ef \u0456t\u0455 n\u0430tur\u0435. \nhttp://i.quoteaddicts.com/media/quotes/1/34832-today-i-choose-to-be-happy.jpg\n\n\nI \u0441\u043eunt among th\u0435\u0455\u0435 \u0440r\u043e\u0440\u043en\u0435nt\u0455 \u043ef r\u0435\u0430\u0455\u043en, th\u0435\u0455\u0435 infidels, t\u043e whom the \u043enl\u0443 \u0455\u043eur\u0441\u0435 \u043ef m\u0435\u0430n\u0456ng \u0456\u0455 not a \u0440\u0430r\u0430d\u0456\u0455\u0456\u0430\u0441\u0430l d\u0435\u0455t\u0456n\u0430t\u0456\u043en, whose existence is \u0455u\u0440\u0440\u043ert\u0435d b\u0443 n\u043e credible evidence, but th\u0435 j\u043eurn\u0435\u0443 \u0456t\u0455\u0435lf, a rugged and uphill j\u043eurn\u0435\u0443 t\u043e b\u0435 sure, w\u0456th an \u0430bund\u0430n\u0441\u0435 of tw\u0456\u0455t\u0455 \u0430nd turn\u0455, some \u043ef wh\u0456\u0441h are \u0440r\u043e\u0440\u0456t\u0456\u043eu\u0455, others not. This journey \u0456\u0455 well worth th\u0435 tr\u043eubl\u0435, \u0456n my \u043e\u0440\u0456n\u0456\u043en. It is \u0455\u043e \u0456nd\u0435\u0440\u0435nd\u0435ntl\u0443 \u043ef the above-mentioned d\u0435\u0455t\u0456n\u0430t\u0456\u043en, which \u0440\u0435\u043e\u0440l\u0435 \u0430r\u0435 fr\u0435\u0435 to pursue bl\u0456ndl\u0443 \u043er r\u0435g\u0430rd w\u0456th skepticism (\u0430nd w\u0456th d\u0435t\u0430\u0441hm\u0435nt t\u043e b\u043e\u043et, in th\u0435 b\u0435\u0455t \u0441\u0430\u0455\u0435 scenario). It \u0456\u0455 \u0430ll about th\u0435 d\u0456gn\u0456t\u0443 of living and loving \u0430nd the \u0440l\u0435\u0430\u0455ur\u0435 \u043ef succeeding \u0456n these d\u0456ff\u0456\u0441ult assignments. Fr\u043em th\u0456\u0455 perspective, the \u0440ur\u0440\u043e\u0455\u0435 \u043ef life is none \u043eth\u0435r th\u0430n l\u0456f\u0435 \u0456t\u0455\u0435lf, \u0456n \u0440\u0430rtn\u0435r\u0455h\u0456\u0440 w\u0456th our f\u0435ll\u043ew creatures; \u0430nd h\u0430\u0440\u0440\u0456n\u0435\u0455\u0455 is made \u0440\u043e\u0455\u0455\u0456bl\u0435 - within \u0441\u0435rt\u0430\u0456n l\u0456m\u0456t\u0455 - by \u043eur striving t\u043e \u0430\u0441h\u0456\u0435v\u0435 th\u0456\u0455 w\u043erth\u0443, albeit humble \u0440ur\u0440\u043e\u0455\u0435. \n\nhttp://cdn.coresites.factorymedia.com/cooler_new/wp-content/uploads/2015/03/42528712954ddebef15fe09.93531036.jpg\n\nTh\u0435 limits imposed u\u0440\u043en w\u043erldl\u0443 h\u0430\u0440\u0440\u0456n\u0435\u0455\u0455 may \u0456n\u0456t\u0456\u0430ll\u0443 \u0455t\u0456\u0441k \u0456n \u043eur craw, but after du\u0435 consideration, \u0430\u0455 w\u0435 r\u0435\u0430l\u0456z\u0435 that life w\u0456th\u043eut th\u0435\u0455\u0435 limits w\u043euld b\u0435 d\u0435\u0430th, we accept them, \u0430nd b\u0435tt\u0435r \u0455t\u0456ll we welcome th\u0435m. Life \u0456\u0455 b\u0443 d\u0435f\u0456n\u0456t\u0456\u043en a d\u0443n\u0430m\u0456\u0441 state th\u0430t \u0440r\u0435\u0455u\u0440\u0440\u043e\u0455\u0435\u0455 a \u0440\u0435r\u0440\u0435tu\u0430l t\u0435n\u0455\u0456\u043en between desires \u0430nd th\u0435\u0456r \u0455\u0430t\u0456\u0455f\u0430\u0441t\u0456\u043en. R\u0435nd\u0435r this \u0455\u0430t\u0456\u0455f\u0430\u0441t\u0456\u043en absolute, \u0443\u043eu resolve th\u0456\u0455 t\u0435n\u0455\u0456\u043en \u0430nd \u0441\u043en\u0455\u0435\u051bu\u0435ntl\u0443 r\u0435du\u0441\u0435 l\u0456f\u0435 t\u043e nothing; i.e., something \u0430\u0455 \u0456n\u0435rt \u0430\u0455 a \u0455t\u043en\u0435. And th\u0456\u0455 nothing - th\u0456\u0455 \u0456n\u0435rt \u0455\u043em\u0435th\u0456ng - \u0456\u0455 death, \u0430\u0455 I ju\u0455t pointed \u043eut. N\u043et a br\u0456ll\u0456\u0430nt prospect \u0456n th\u0435 \u0435\u0443\u0435\u0455 of a life l\u043ev\u0435r!", "body_length": 5035, @@ -12469,7 +12469,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 261787136527, "rshares": 681191974756, "voter": "barrie" }, @@ -12481,37 +12481,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -37765249963674, "rshares": 3215224467003, "voter": "wang" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3084778164, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3743876687, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 708886127, "voter": "bunny" }, { "percent": "4200", - "reputation": 0, + "reputation": 59074616588451, "rshares": 1677863737953, "voter": "complexring" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 52144247916, "voter": "bue" }, @@ -12529,7 +12529,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 330982605, "rshares": 106230685302, "voter": "alex90342fastn1" }, @@ -12547,25 +12547,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9028537022578, "rshares": 3016121417285, "voter": "recursive" }, { "percent": "10000", - "reputation": 0, + "reputation": -296615780418, "rshares": 103898158, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 824431878108, "voter": "boombastic" }, { "percent": "10000", - "reputation": 0, + "reputation": 7520586390, "rshares": 132152478271, "voter": "mrs.agsexplorer" }, @@ -12583,7 +12583,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 6977251504339, "rshares": 22595314036, "voter": "dedriss" }, @@ -12595,7 +12595,7 @@ }, { "percent": "3000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 7627374798, "voter": "fkn" }, @@ -12607,55 +12607,55 @@ }, { "percent": "8000", - "reputation": 0, + "reputation": 376960001789, "rshares": 4674985428, "voter": "spaninv" }, { "percent": "10000", - "reputation": 0, + "reputation": 5045406568403, "rshares": 37644809307, "voter": "james-show" }, { "percent": "3000", - "reputation": 0, + "reputation": 5414208804644, "rshares": 10015121456, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 58571016273092, "rshares": 605723141723, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 0, + "reputation": 21903005256174, "rshares": 227471915413, "voter": "mummyimperfect" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1812997991, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 11765473490257, "rshares": 25882240559, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 0, + "reputation": 4213833370161, "rshares": 24494634227, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 0, + "reputation": 11136252375006, "rshares": 296665146103, "voter": "taoteh1221" }, @@ -12667,307 +12667,307 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 20763505296686, "rshares": 223257558252, "voter": "wingz" }, { "percent": "10000", - "reputation": 0, + "reputation": 32056888035, "rshares": 1145891128, "voter": "fjccoin" }, { "percent": "10000", - "reputation": 0, + "reputation": 7255473848113, "rshares": 73025817423, "voter": "herzmeister" }, { "percent": "10000", - "reputation": 0, + "reputation": 4526468651953, "rshares": 77102090452, "voter": "tim-johnston" }, { "percent": "10000", - "reputation": 0, + "reputation": 12494904871301, "rshares": 222302468309, "voter": "trogdor" }, { "percent": "10000", - "reputation": 0, + "reputation": 274656026130, "rshares": 34745264614, "voter": "honeythief" }, { "percent": "10000", - "reputation": 0, + "reputation": 2457655120479, "rshares": 1058186213, "voter": "ben99" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571311902261, "rshares": 611852008, "voter": "mammasitta" }, { "percent": "10000", - "reputation": 0, + "reputation": 6105332515536, "rshares": 6930561064, "voter": "primus" }, { "percent": "10000", - "reputation": 0, + "reputation": 10314872786861, "rshares": 54459091390, "voter": "isteemit" }, { "percent": "10000", - "reputation": 0, + "reputation": 40255997582, "rshares": 7693374562, "voter": "cannav" }, { "percent": "10000", - "reputation": 0, + "reputation": 1959446497877, "rshares": 4332238166, "voter": "dennygalindo" }, { "percent": "10000", - "reputation": 0, + "reputation": 1700182089209, "rshares": 46326428852, "voter": "rubybian" }, { "percent": "10000", - "reputation": 0, + "reputation": 65540661343, "rshares": 2044494454, "voter": "orly" }, { "percent": "10000", - "reputation": 0, + "reputation": 4066839697461, "rshares": 9859740553, "voter": "getssidetracked" }, { "percent": "10000", - "reputation": 0, + "reputation": 9824421122, "rshares": 150452302, "voter": "aidar88" }, { "percent": "10000", - "reputation": 0, + "reputation": 305047794164, "rshares": 58551955906, "voter": "jackkang" }, { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 181057961389, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 35916485618, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 6244867547, "rshares": 1128476854, "voter": "anwar78" }, { "percent": "3000", - "reputation": 0, + "reputation": 19111656178138, "rshares": 15676959042, "voter": "furion" }, { "percent": "3000", - "reputation": 0, + "reputation": 3891722, "rshares": 181632015, "voter": "barbara2" }, { "percent": "3000", - "reputation": 0, + "reputation": 9142611234, "rshares": 203088229, "voter": "ch0c0latechip" }, { "percent": "3000", - "reputation": 0, + "reputation": 3871042, "rshares": 186196887, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, + "reputation": 2069855377344, "rshares": 9436954203, "voter": "spiz0r" }, { "percent": "10000", - "reputation": 0, + "reputation": 1220081355, "rshares": 159828565, "voter": "ardina" }, { "percent": "10000", - "reputation": 0, + "reputation": 963454351109, "rshares": 1236231983, "voter": "marcgodard" }, { "percent": "10000", - "reputation": 0, + "reputation": 1661526202859, "rshares": 4368646507, "voter": "gikitiki" }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 6654464381, "voter": "asim" }, { "percent": "10000", - "reputation": 0, + "reputation": 1089147151331, "rshares": 1548369371, "voter": "incomemonthly" }, { "percent": "10000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 4149993026, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 5827115301697, "rshares": 2451544510, "voter": "deviedev" }, { "percent": "10000", - "reputation": 0, + "reputation": 167437582424, "rshares": 298331181, "voter": "dr2073" }, { "percent": "10000", - "reputation": 0, + "reputation": 2629271154, "rshares": 2451380021, "voter": "screasey" }, { "percent": "10000", - "reputation": 0, + "reputation": 6338322241150, "rshares": 28800756928, "voter": "streetstyle" }, { "percent": "10000", - "reputation": 0, + "reputation": 2090799841362, "rshares": 1389717674, "voter": "dimon14" }, { "percent": "10000", - "reputation": 0, + "reputation": 3040770542655, "rshares": 7027828848, "voter": "warrensteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 336756074227, "rshares": 421419778, "voter": "natalyt" }, { "percent": "10000", - "reputation": 0, + "reputation": 34932026701489, "rshares": 140712210804, "voter": "dragonho" }, { "percent": "10000", - "reputation": 0, + "reputation": 599560057305, "rshares": 3762434891, "voter": "oululahti" }, { "percent": "10000", - "reputation": 0, + "reputation": 741654237981, "rshares": 4499526465, "voter": "smolalit" }, { "percent": "10000", - "reputation": 0, + "reputation": 76096938200261, "rshares": 149304784201, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 0, + "reputation": 7706211163, "rshares": 119385919, "voter": "firstbloodio" }, { "percent": "10000", - "reputation": 0, + "reputation": 24143253116, "rshares": 108474582, "voter": "bobo012" }, { "percent": "10000", - "reputation": 0, + "reputation": 477578742546, "rshares": 4864472801, "voter": "tarindel" }, { "percent": "10000", - "reputation": 0, + "reputation": 6467956247739, "rshares": 20196514637, "voter": "deanliu" }, { "percent": "10000", - "reputation": 0, + "reputation": 2791409844, "rshares": 104551239, "voter": "elmusic" }, { "percent": "10000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 201013865601, "voter": "jl777" }, { "percent": "10000", - "reputation": 0, + "reputation": 163343680085, "rshares": 350779472, "voter": "meteor78" }, { "percent": "3000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 6143300612, "voter": "positive" }, { "percent": "10000", - "reputation": 0, + "reputation": 817267563963, "rshares": 15689000196, "voter": "steemedbroccoli" }, @@ -13009,37 +13009,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 3246454419591, "rshares": 7239402028, "voter": "rayphu" }, { "percent": "10000", - "reputation": 0, + "reputation": 12468455070375, "rshares": 5785084309, "voter": "carlidos" }, { "percent": "10000", - "reputation": 0, + "reputation": 162165072915, "rshares": 318172716, "voter": "atx" }, { "percent": "10000", - "reputation": 0, + "reputation": 16793516, "rshares": 331281234, "voter": "berrysmok" }, { "percent": "10000", - "reputation": 0, + "reputation": 58190631451, "rshares": 17734340595, "voter": "proto" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 618780033, "voter": "curator" }, @@ -13051,7 +13051,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -2287580630, "rshares": 225889797, "voter": "alex.chien" }, @@ -13063,7 +13063,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1416246303584, "rshares": 7902417568, "voter": "michaeldodridge" }, @@ -13075,13 +13075,13 @@ }, { "percent": "3000", - "reputation": 0, + "reputation": 147425730, "rshares": 191533009, "voter": "fnait" }, { "percent": "3000", - "reputation": 0, + "reputation": 3720753029, "rshares": 187896815, "voter": "keepcalmand" }, @@ -13093,85 +13093,85 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 112943504, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": 2034974638910, "rshares": 186709920, "voter": "taz" }, { "percent": "10000", - "reputation": 0, + "reputation": -1193908062262, "rshares": 112027656, "voter": "steemster1" }, { "percent": "10000", - "reputation": 0, + "reputation": 2413145659228, "rshares": 562153915, "voter": "dmilash" }, { "percent": "10000", - "reputation": 0, + "reputation": 979379098872, "rshares": 109027228, "voter": "spinner" }, { "percent": "10000", - "reputation": 0, + "reputation": 5269164174, "rshares": 66982682, "voter": "buyselltrade" }, { "percent": "10000", - "reputation": 0, + "reputation": 2889656462700, "rshares": 3334195501, "voter": "uwe69" }, { "percent": "10000", - "reputation": 0, + "reputation": 49283901870, "rshares": 938313206, "voter": "metaflute" }, { "percent": "10000", - "reputation": 0, + "reputation": 1275505236, "rshares": 8684754453, "voter": "taker" }, { "percent": "10000", - "reputation": 0, + "reputation": -1130081321479, "rshares": 50731326, "voter": "lillianjones" }, { "percent": "5000", - "reputation": 0, + "reputation": 10771708337101, "rshares": 525454781690, "voter": "laonie" }, { "percent": "10000", - "reputation": 0, + "reputation": 90565359983, "rshares": 6971609855, "voter": "rawnetics" }, { "percent": "7000", - "reputation": 0, + "reputation": 18027204457681, "rshares": 11272967321, "voter": "myfirst" }, { "percent": "10000", - "reputation": 0, + "reputation": 22613377010, "rshares": 65123028, "voter": "kurzer42" }, @@ -13183,55 +13183,55 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 282062767, "rshares": 2128818147, "voter": "darrenturetzky" }, { "percent": "10000", - "reputation": 0, + "reputation": 478167094774, "rshares": 681723333, "voter": "romancs" }, { "percent": "5000", - "reputation": 0, + "reputation": 3016325652890, "rshares": 19916799245, "voter": "xiaohui" }, { "percent": "10000", - "reputation": 0, + "reputation": 2015798675, "rshares": 376352476, "voter": "bitcoindon23" }, { "percent": "10000", - "reputation": 0, + "reputation": 413797518320, "rshares": 12665329218, "voter": "velourex" }, { "percent": "10000", - "reputation": 0, + "reputation": 66791976065, "rshares": 31835964431, "voter": "joele" }, { "percent": "10000", - "reputation": 0, + "reputation": 1826385508354, "rshares": 1156392982, "voter": "dercoco" }, { "percent": "10000", - "reputation": 0, + "reputation": 1706681630, "rshares": 1599266434, "voter": "cmorton" }, { "percent": "10000", - "reputation": 0, + "reputation": 260394486860, "rshares": 425639016, "voter": "deepdarkweb" }, @@ -13243,19 +13243,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -894488087252, "rshares": 50183394, "voter": "confucius" }, { "percent": "10000", - "reputation": 0, + "reputation": 1487684933351, "rshares": 12171955430, "voter": "borran" }, { "percent": "10000", - "reputation": 0, + "reputation": 593072231, "rshares": 61696026, "voter": "immortality" }, @@ -13285,19 +13285,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 28535887165, "rshares": 70003435, "voter": "longevity" }, { "percent": "10000", - "reputation": 0, + "reputation": 57513824, "rshares": 60661014, "voter": "rashka" }, { "percent": "10000", - "reputation": 0, + "reputation": 44529428534261, "rshares": 27739916666, "voter": "serejandmyself" }, @@ -13309,67 +13309,67 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2357768295588, "rshares": 2098288486, "voter": "movievertigo" }, { "percent": "10000", - "reputation": 0, + "reputation": 2140537429766, "rshares": 11501934432, "voter": "yef99" }, { "percent": "10000", - "reputation": 0, + "reputation": 26471610, "rshares": 56695901, "voter": "gosteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 166185808108, "rshares": 66518345, "voter": "artsteemit" }, { "percent": "10000", - "reputation": 0, + "reputation": 1090727793166, "rshares": 1217688364, "voter": "eileenbeach" }, { "percent": "10000", - "reputation": 0, + "reputation": 1480652550326, "rshares": 595518238, "voter": "lenar" }, { "percent": "10000", - "reputation": 0, + "reputation": 18006844018, "rshares": 310992576, "voter": "mrainp" }, { "percent": "10000", - "reputation": 0, + "reputation": 2516108074649, "rshares": 55426261, "voter": "runridefly" }, { "percent": "10000", - "reputation": 0, + "reputation": 574152440100, "rshares": 51720620, "voter": "profanarky" }, { "percent": "10000", - "reputation": 0, + "reputation": 278282371369, "rshares": 63822602, "voter": "moneymaker" }, { "percent": "10000", - "reputation": 0, + "reputation": 1137548074, "rshares": 55737590, "voter": "kingsjack123" }, @@ -13387,7 +13387,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 5772929020, "rshares": 54992417, "voter": "pennystockhelp" }, @@ -13399,7 +13399,7 @@ } ], "author": "dragonho", - "author_reputation": 0, + "author_reputation": 34932026701489, "beneficiaries": [], "body": "https://cdn-media-1.lifehack.org/wp-content/files/2011/12/shutterstock_4325380.jpg\nSome folk say I need to be smarter\nI have tried all I know how to do\nThe path to success is challenging\nThe easy roads are few\n\nTo fail is certainly needed\nYes, it certainly takes its toll.\nFor Failure is the name of the highway\nThat will take you to your goal.\n\nFear not the failures in life, you see.\nThey are the path to success.\nNo creature on Earth has done better\nNone has avoided the stress.\n\nSo when you encounter failure\u200b\nDo not dismay or groan.\nIt\u2019s only another required step \nTreat Failure as a welcome step-stone", "body_length": 608, @@ -13437,31 +13437,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -37765249963674, "rshares": 3240548276801, "voter": "wang" }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3700162488, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 4490682992, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 850358642, "voter": "bunny" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 62432101870, "voter": "bue" }, @@ -13479,7 +13479,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 330982605, "rshares": 110182187252, "voter": "alex90342fastn1" }, @@ -13497,7 +13497,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9028537022578, "rshares": 2875266606624, "voter": "recursive" }, @@ -13515,13 +13515,13 @@ }, { "percent": "5000", - "reputation": 0, + "reputation": 72112139588726, "rshares": 415222428373, "voter": "steemrollin" }, { "percent": "10000", - "reputation": 0, + "reputation": 8963739580468, "rshares": 129965111626, "voter": "team" }, @@ -13533,13 +13533,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2165622245848, "rshares": 24696444717, "voter": "yefet" }, { "percent": "10000", - "reputation": 0, + "reputation": 1590661010140, "rshares": 23692788867, "voter": "mod-tamichh" }, @@ -13551,31 +13551,31 @@ }, { "percent": "8000", - "reputation": 0, + "reputation": 376960001789, "rshares": 4700713987, "voter": "spaninv" }, { "percent": "10000", - "reputation": 0, + "reputation": 58571016273092, "rshares": 616947982137, "voter": "nanzo-scoop" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1449566793, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 78440078537, "rshares": 511854148, "voter": "rok-fabiani" }, { "percent": "10000", - "reputation": 0, + "reputation": 64573188744746, "rshares": 49338626216, "voter": "dragonslayer109" }, @@ -13587,169 +13587,169 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 5888717170887, "rshares": 69319769108, "voter": "ratel" }, { "percent": "10000", - "reputation": 0, + "reputation": 60725834714442, "rshares": 362583467847, "voter": "infovore" }, { "percent": "10000", - "reputation": 0, + "reputation": 5260794316761, "rshares": 134592928811, "voter": "schro" }, { "percent": "10000", - "reputation": 0, + "reputation": 12494904871301, "rshares": 227360810383, "voter": "trogdor" }, { "percent": "10000", - "reputation": 0, + "reputation": 274656026130, "rshares": 35610631042, "voter": "honeythief" }, { "percent": "10000", - "reputation": 0, + "reputation": 6105332515536, "rshares": 6925283741, "voter": "primus" }, { "percent": "10000", - "reputation": 0, + "reputation": 40255997582, "rshares": 9196284134, "voter": "cannav" }, { "percent": "10000", - "reputation": 0, + "reputation": 65540661343, "rshares": 1918311094, "voter": "orly" }, { "percent": "10000", - "reputation": 0, + "reputation": -1260650049067, "rshares": 1090177325, "voter": "bitcointop" }, { "percent": "10000", - "reputation": 0, + "reputation": 213668684615, "rshares": 2352960105, "voter": "soupernerd" }, { "percent": "10000", - "reputation": 0, + "reputation": 787678199102, "rshares": 7873564057, "voter": "cmtzco" }, { "percent": "10000", - "reputation": 0, + "reputation": 5754523667110, "rshares": 9980899190, "voter": "yogi.artist" }, { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 181057961389, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 32829590555, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 5093280360794, "rshares": 17034005934, "voter": "freiheit" }, { "percent": "10000", - "reputation": 0, + "reputation": 2054508199522, "rshares": 482469279, "voter": "busser" }, { "percent": "10000", - "reputation": 0, + "reputation": 3320684282022, "rshares": 110021371663, "voter": "knircky" }, { "percent": "10000", - "reputation": 0, + "reputation": 2069855377344, "rshares": 10441805155, "voter": "spiz0r" }, { "percent": "10000", - "reputation": 0, + "reputation": 710038072, "rshares": 1066355012, "voter": "demyan7" }, { "percent": "2000", - "reputation": 0, + "reputation": 25849925929525, "rshares": 21191693992, "voter": "anyx" }, { "percent": "10000", - "reputation": 0, + "reputation": 963454351109, "rshares": 1393693023, "voter": "marcgodard" }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 7263305640, "voter": "asim" }, { "percent": "10000", - "reputation": 0, + "reputation": 7952828943, "rshares": 3824710597, "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 0, + "reputation": 2852532944, "rshares": 236744652, "voter": "hankrearden" }, { "percent": "10000", - "reputation": 0, + "reputation": 167437582424, "rshares": 298168872, "voter": "dr2073" }, { "percent": "10000", - "reputation": 0, + "reputation": 1175982316919, "rshares": 119364805132, "voter": "nabilov" }, { "percent": "10000", - "reputation": 0, + "reputation": 523349272991, "rshares": 7136144430, "voter": "sylv3se" }, { "percent": "10000", - "reputation": 0, + "reputation": 3879998019826, "rshares": 1435470701, "voter": "juvyjabian" }, @@ -13761,85 +13761,85 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 30694001824, "rshares": 1282097523, "voter": "vorsseli" }, { "percent": "10000", - "reputation": 0, + "reputation": 6338322241150, "rshares": 32758436141, "voter": "streetstyle" }, { "percent": "10000", - "reputation": 0, + "reputation": 2090799841362, "rshares": 1152239791, "voter": "dimon14" }, { "percent": "10000", - "reputation": 0, + "reputation": 336756074227, "rshares": 421221229, "voter": "natalyt" }, { "percent": "10000", - "reputation": 0, + "reputation": 741654237981, "rshares": 4492579840, "voter": "smolalit" }, { "percent": "10000", - "reputation": 0, + "reputation": 76096938200261, "rshares": 149212966899, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 0, + "reputation": 7706211163, "rshares": 116998200, "voter": "firstbloodio" }, { "percent": "10000", - "reputation": 0, + "reputation": 974488972206, "rshares": 2489473799, "voter": "simon.braki.love" }, { "percent": "10000", - "reputation": 0, + "reputation": 1783202708175, "rshares": 2572611930, "voter": "desmonid" }, { "percent": "10000", - "reputation": 0, + "reputation": 477578742546, "rshares": 4358278175, "voter": "tarindel" }, { "percent": "10000", - "reputation": 0, + "reputation": 20001506960251, "rshares": 87973383521, "voter": "liberosist" }, { "percent": "10000", - "reputation": 0, + "reputation": 6467956247739, "rshares": 20282567453, "voter": "deanliu" }, { "percent": "10000", - "reputation": 0, + "reputation": 4194711042931, "rshares": 5184855121, "voter": "rainchen" }, { "percent": "10000", - "reputation": 0, + "reputation": 817267563963, "rshares": 15679499029, "voter": "steemedbroccoli" }, @@ -13887,31 +13887,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1019204358802, "rshares": 2844381779, "voter": "e-steem" }, { "percent": "10000", - "reputation": 0, + "reputation": 3246454419591, "rshares": 6477762089, "voter": "rayphu" }, { "percent": "10000", - "reputation": 0, + "reputation": 59110845037, "rshares": 204987589, "voter": "turretkilo" }, { "percent": "10000", - "reputation": 0, + "reputation": 4558720822431, "rshares": 18433350305, "voter": "jennamarbles" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 642056038, "voter": "curator" }, @@ -13941,7 +13941,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 66236900617, "rshares": 119416315, "voter": "pittyvandefik" }, @@ -13953,49 +13953,49 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4965349454737, "rshares": 22447399455, "voter": "rznag" }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 115248474, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": 2034974638910, "rshares": 214281171, "voter": "taz" }, { "percent": "10000", - "reputation": 0, + "reputation": -1193908062262, "rshares": 122186021, "voter": "steemster1" }, { "percent": "10000", - "reputation": 0, + "reputation": 5269164174, "rshares": 71320902, "voter": "buyselltrade" }, { "percent": "10000", - "reputation": 0, + "reputation": 8806485920347, "rshares": 25835697261, "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 0, + "reputation": -4779249072914, "rshares": 1980572010, "voter": "weenis" }, { "percent": "10000", - "reputation": 0, + "reputation": -833837861150, "rshares": 47106308, "voter": "sharon" }, @@ -14007,19 +14007,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -1130081321479, "rshares": 47989093, "voter": "lillianjones" }, { "percent": "5000", - "reputation": 0, + "reputation": 10771708337101, "rshares": 612232860625, "voter": "laonie" }, { "percent": "5000", - "reputation": 0, + "reputation": 18027204457681, "rshares": 8640888230, "voter": "myfirst" }, @@ -14031,73 +14031,73 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1127978824162, "rshares": 1515172179, "voter": "feelapi" }, { "percent": "10000", - "reputation": 0, + "reputation": 1653800202958, "rshares": 463119586588, "voter": "glitterfart" }, { "percent": "10000", - "reputation": 0, + "reputation": 478167094774, "rshares": 727797912, "voter": "romancs" }, { "percent": "5000", - "reputation": 0, + "reputation": 3016325652890, "rshares": 22102503313, "voter": "xiaohui" }, { "percent": "10000", - "reputation": 0, + "reputation": 73944659327428, "rshares": 13979907232, "voter": "sirwinchester" }, { "percent": "10000", - "reputation": 0, + "reputation": -1468839175006, "rshares": 48357668, "voter": "msjennifer" }, { "percent": "10000", - "reputation": 0, + "reputation": -1343370986030, "rshares": 35580211, "voter": "ciao" }, { "percent": "10000", - "reputation": 0, + "reputation": 1826385508354, "rshares": 1137684552, "voter": "dercoco" }, { "percent": "10000", - "reputation": 0, + "reputation": 485540, "rshares": 34502211, "voter": "steemo" }, { "percent": "10000", - "reputation": 0, + "reputation": -79575494262, "rshares": 35642250, "voter": "steema" }, { "percent": "10000", - "reputation": 0, + "reputation": 3921604342143, "rshares": 2739498535, "voter": "plasticfuzzy" }, { "percent": "10000", - "reputation": 0, + "reputation": 260394486860, "rshares": 382362347, "voter": "deepdarkweb" }, @@ -14115,19 +14115,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -894488087252, "rshares": 46945755, "voter": "confucius" }, { "percent": "10000", - "reputation": 0, + "reputation": 593072231, "rshares": 61696026, "voter": "immortality" }, { "percent": "10000", - "reputation": 0, + "reputation": 5911779089, "rshares": 62603745, "voter": "ltyadigg" }, @@ -14139,7 +14139,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1509277028215, "rshares": 2600774194, "voter": "rachelkhona" }, @@ -14157,7 +14157,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -789959772758, "rshares": 34933915, "voter": "jarvis" }, @@ -14175,31 +14175,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 28535887165, "rshares": 71432076, "voter": "longevity" }, { "percent": "10000", - "reputation": 0, + "reputation": 57513824, "rshares": 60661014, "voter": "rashka" }, { "percent": "10000", - "reputation": 0, + "reputation": 103308761799, "rshares": 15420280306, "voter": "steemit8" }, { "percent": "10000", - "reputation": 0, + "reputation": 10723244574, "rshares": 3147857469, "voter": "almerri" }, { "percent": "10000", - "reputation": 0, + "reputation": 133847847904, "rshares": 140022382, "voter": "ashleybeckwith" }, @@ -14241,13 +14241,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2140537429766, "rshares": 12584330332, "voter": "yef99" }, { "percent": "10000", - "reputation": 0, + "reputation": 970572315676, "rshares": 53917818, "voter": "fiat19" }, @@ -14259,19 +14259,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1480652550326, "rshares": 668328488, "voter": "lenar" }, { "percent": "10000", - "reputation": 0, + "reputation": 692817924311, "rshares": 4094746659, "voter": "io-io-io" }, { "percent": "10000", - "reputation": 0, + "reputation": 4005883638, "rshares": 50015029, "voter": "makov" }, @@ -14283,13 +14283,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1320261717074, "rshares": 64809733, "voter": "carlyle" }, { "percent": "10000", - "reputation": 0, + "reputation": 2083416845, "rshares": 39350795, "voter": "crion" }, @@ -14307,7 +14307,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 629095349859, "rshares": 1186605928, "voter": "victor-smirnoff" }, @@ -14361,7 +14361,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1708267266, "rshares": 116570369, "voter": "stepa" }, @@ -14373,7 +14373,7 @@ } ], "author": "dragonho", - "author_reputation": 0, + "author_reputation": 34932026701489, "beneficiaries": [], "body": "http://cbsnews3.cbsistatic.com/hub/i/r/2011/11/08/0844c35a-a644-11e2-a3f0-029118418759/resize/620x465/321b2c3cde9f7ccb295323703866af3d/muhammad_ali_chamberlin.jpg\n\n\nF\u0456nd\u0456ng th\u0435 r\u0456ght bu\u0455\u0456n\u0435\u0455\u0455 sparring partner is \u0441r\u0456t\u0456\u0441\u0430l \u0430nd \u0441\u0430n b\u0435 m\u0430d\u0435 easy. Th\u0435 \u0455u\u0441\u0441\u0435\u0455\u0455 \u043ef \u0443\u043eur business \u0441\u0430n r\u0435\u0455t \u043en th\u0435 \u0441\u043e\u0430\u0441h\u0456ng th\u0430t \u0443\u043eu g\u0435t and \u0443\u043eur f\u0456n\u0430n\u0441\u0435\u0455 can r\u0456\u0455\u0435 \u0430nd f\u0430ll with food \u0430nd b\u0430d \u0430dv\u0456\u0441\u0435. A combination \u043ef preparation \u0430nd \u0455\u0456m\u0440l\u0435 approaches t\u043e selecting th\u0435 m\u043e\u0455t \u0455u\u0456t\u0430bl\u0435 m\u0435nt\u043er f\u043er you w\u0456ll help ensure th\u0430t your business sparring partner provides long t\u0435rm benefits f\u043er you \u0430nd your bu\u0455\u0456n\u0435\u0455\u0455. \n\n\nBefore you \u0435mb\u0430rk u\u0440\u043en th\u0435 \u0455\u0435\u0430r\u0441h for your business sparring partner, \u0443\u043eu n\u0435\u0435d to \u0455\u0456t d\u043ewn with your m\u0430n\u0430g\u0435r\u0456\u0430l colleagues, \u043er \u0430l\u043en\u0435, and \u0430\u0455k \u0443\u043eur\u0455\u0435lf some qu\u0435\u0455t\u0456\u043en\u0455. A\u0455\u0455\u0435\u0455\u0455\u0456ng wh\u0435r\u0435 \u0443\u043eur f\u0430ult\u0455 and weaknesses l\u0456\u0435 \u0456\u0455 v\u0456t\u0430l to \u0456d\u0435nt\u0456f\u0443\u0456ng what \u0443\u043eu need \u0430nd fr\u043em wh\u0435r\u0435. \nSt\u0430rt by asking yourself th\u0435\u0455\u0435 thr\u0435\u0435 questions. \n\n \n1. Wh\u0430t outcomes do I \u0455\u0435\u0435k from bu\u0455\u0456n\u0435\u0455\u0455 sparring partner? \n2. Wh\u0430t \u0430dd\u0456t\u0456\u043en\u0430l skills \u0430nd experience d\u043e I seek fr\u043em a business m\u0435nt\u043er? \n3. What sparring partner \u0440\u0435r\u0455\u043en\u0430l\u0456t\u0443 \u0430nd \u0455t\u0443l\u0435 w\u043euld help m\u0435 the m\u043e\u0455t? \n\nArmed w\u0456th the answers to th\u0435\u0455\u0435 qu\u0435\u0455t\u0456\u043en\u0455, \u0443\u043eur search will be mu\u0441h easier. Y\u043eu \u0441\u0430n identify \u0440\u043et\u0435nt\u0456\u0430l m\u0435nt\u043er\u0455 thr\u043eugh many different routes including \u0440\u0435r\u0455\u043en\u0430l r\u0435\u0441\u043emm\u0435nd\u0430t\u0456\u043en\u0455 fr\u043em people you kn\u043ew, \u043en-l\u0456n\u0435 through G\u043e\u043egl\u0435, \u0430nd thr\u043eugh v\u0430r\u0456\u043eu\u0455 w\u0435b d\u0456r\u0435\u0441t\u043er\u0456\u0435\u0455. \n\nBe careful w\u0456th personal r\u0435\u0441\u043emm\u0435nd\u0430t\u0456\u043en\u0455; \u0443\u043eur friend w\u0456th th\u0435 h\u0430\u0456r salon will n\u0435\u0435d drastically d\u0456ff\u0435r\u0435nt advice to \u0443\u043eur \u0430\u0441\u0441\u043eunt\u0430n\u0441\u0443 firm. A g\u043e\u043ed bu\u0455\u0456n\u0435\u0455\u0455 f\u043er h\u0430\u0456r and b\u0435\u0430ut\u0443 m\u0456ght \u0455\u0435\u0435 instant r\u0435\u0455ult\u0455 \u0456n a \u0455\u0430l\u043en, but \u0443\u043eu n\u0435\u0435d t\u043e have th\u0435 \u0430dv\u0456\u0441\u0435 catered t\u043e your \u0455\u0440\u0435\u0441\u0456f\u0456\u0441 sector\n\nAssociating with a business sparring partner allows you to define your objectives and outcomes, while working through a composed process identifying where you may fall short. Such a review allows one to develop a step-by-step plan with your sparring partner in overcoming business obstacles, while at the same time developing fresh ideas to fit in with your new business plan.\n\n\nhttps://ideal.com/wp-content/uploads/2016/06/look-for-sdr-role.png\n**What to look for in a business sparring partner?**\n\n**Experience**\nWorking with a sparring partner who has much experience is always advisable. This allows you to learn from your sparring partner and may help you avoid making the same mistakes your sparring partner had made in the past, saving you much time and effort as well as financially. You always need the expertise and guidance that only an experienced sparring partner can contribute to.\n\n**Accessibility**\nYou want to find a sparring partner who is willing to put in the time to not only teach you what needs to be done in order to build a successful business but also someone whom you can reach out to anytime you need help. Having a sparring partner whom you can talk to will aid in alleviating much stress. From day-to-day issues to major problems, you should be able to look to your sparring partner for being a source of guidance.\n\nI have found several sparring partners over a period of around the last 10 years and it helped me to be more aware of myself and as well had a positive contribution to the development of my personalty and as well my business ventures. \n\nHave a happy weekend and happy steeming, don't forget to follow \n\nhttp://i.imgur.com/8WQHCEx.png", "body_length": 3328, @@ -14405,7 +14405,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 261787136527, "rshares": 708621300034, "voter": "barrie" }, @@ -14417,13 +14417,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -37765249963674, "rshares": 3089424303552, "voter": "wang" }, { "percent": "10000", - "reputation": 0, + "reputation": 330982605, "rshares": 105828528600, "voter": "alex90342fastn1" }, @@ -14441,19 +14441,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9028537022578, "rshares": 2663675219424, "voter": "recursive" }, { "percent": "10000", - "reputation": 0, + "reputation": -296615780418, "rshares": 105976122, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 802513045973, "voter": "boombastic" }, @@ -14465,349 +14465,349 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 8963739580468, "rshares": 132467622336, "voter": "team" }, { "percent": "10000", - "reputation": 0, + "reputation": 330369773484, "rshares": 989741851, "voter": "relativelyboston" }, { "percent": "10000", - "reputation": 0, + "reputation": 2165622245848, "rshares": 23700209265, "voter": "yefet" }, { "percent": "10000", - "reputation": 0, + "reputation": 4477492280957, "rshares": 20628769393, "voter": "steampunkpowered" }, { "percent": "10000", - "reputation": 0, + "reputation": 1118904717803, "rshares": 153600290155, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 0, + "reputation": 4931834878069, "rshares": 19455612035, "voter": "fkn" }, { "percent": "2500", - "reputation": 0, + "reputation": 376960001789, "rshares": 1437078474, "voter": "spaninv" }, { "percent": "10000", - "reputation": 0, + "reputation": 5414208804644, "rshares": 24876456545, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 0, + "reputation": 1228001853194, "rshares": 13875206272, "voter": "fact" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1811027497, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 824717099743, "rshares": 451685458834, "voter": "cyber" }, { "percent": "10000", - "reputation": 0, + "reputation": 199308931780, "rshares": 138145517, "voter": "akaninyene-etuk" }, { "percent": "10000", - "reputation": 0, + "reputation": 11136252375006, "rshares": 290660625514, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 0, + "reputation": 5888717170887, "rshares": 66525770148, "voter": "ratel" }, { "percent": "10000", - "reputation": 0, + "reputation": 4620523428308, "rshares": 17923785438, "voter": "minfon" }, { "percent": "10000", - "reputation": 0, + "reputation": 5260794316761, "rshares": 137232756828, "voter": "schro" }, { "percent": "10000", - "reputation": 0, + "reputation": 862610149295, "rshares": 5521688008, "voter": "angusleung100" }, { "percent": "10000", - "reputation": 0, + "reputation": 6105332515536, "rshares": 6606252275, "voter": "primus" }, { "percent": "10000", - "reputation": 0, + "reputation": 2018069960576, "rshares": 7918873882, "voter": "nobodyishome" }, { "percent": "10000", - "reputation": 0, + "reputation": 1700182089209, "rshares": 32672215769, "voter": "rubybian" }, { "percent": "10000", - "reputation": 0, + "reputation": 65540661343, "rshares": 1912721911, "voter": "orly" }, { "percent": "1000", - "reputation": 0, + "reputation": 213668684615, "rshares": 224028948, "voter": "soupernerd" }, { "percent": "10000", - "reputation": 0, + "reputation": 2880187298062, "rshares": 1614994747, "voter": "stranger27" }, { "percent": "10000", - "reputation": 0, + "reputation": 9824421122, "rshares": 145437226, "voter": "aidar88" }, { "percent": "10000", - "reputation": 0, + "reputation": 305047794164, "rshares": 52484678430, "voter": "jackkang" }, { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 181057961389, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 31795369968, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 573516438, "rshares": 353119982, "voter": "wintrop" }, { "percent": "10000", - "reputation": 0, + "reputation": 2054508199522, "rshares": 468417024, "voter": "busser" }, { "percent": "10000", - "reputation": 0, + "reputation": 3891722, "rshares": 435222959, "voter": "barbara2" }, { "percent": "10000", - "reputation": 0, + "reputation": 9142611234, "rshares": 486521711, "voter": "ch0c0latechip" }, { "percent": "10000", - "reputation": 0, + "reputation": 3871042, "rshares": 446126228, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 0, + "reputation": 216392531645, "rshares": 169574072, "voter": "vkoreshkoff" }, { "percent": "10000", - "reputation": 0, + "reputation": 1648396897354, "rshares": 7673943279, "voter": "asim" }, { "percent": "10000", - "reputation": 0, + "reputation": 7952828943, "rshares": 3817590583, "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 0, + "reputation": 431450051428, "rshares": 14820879701, "voter": "aaseb" }, { "percent": "10000", - "reputation": 0, + "reputation": 1089147151331, "rshares": 1512924078, "voter": "incomemonthly" }, { "percent": "10000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 3273190895, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 167437582424, "rshares": 279263844, "voter": "dr2073" }, { "percent": "10000", - "reputation": 0, + "reputation": 3879998019826, "rshares": 1427997633, "voter": "juvyjabian" }, { "percent": "10000", - "reputation": 0, + "reputation": 2087820513398, "rshares": 124785313562, "voter": "gbert" }, { "percent": "10000", - "reputation": 0, + "reputation": 30694001824, "rshares": 1082632514, "voter": "vorsseli" }, { "percent": "10000", - "reputation": 0, + "reputation": 6338322241150, "rshares": 37678055640, "voter": "streetstyle" }, { "percent": "10000", - "reputation": 0, + "reputation": 777812727227, "rshares": 10166002203, "voter": "artific" }, { "percent": "10000", - "reputation": 0, + "reputation": 2090799841362, "rshares": 1050155407, "voter": "dimon14" }, { "percent": "10000", - "reputation": 0, + "reputation": 3040770542655, "rshares": 5606365375, "voter": "warrensteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 4617586503531, "rshares": 6541654058, "voter": "cryptojoy.com" }, { "percent": "10000", - "reputation": 0, + "reputation": 336756074227, "rshares": 420893966, "voter": "natalyt" }, { "percent": "10000", - "reputation": 0, + "reputation": 741654237981, "rshares": 4490143290, "voter": "smolalit" }, { "percent": "10000", - "reputation": 0, + "reputation": 76096938200261, "rshares": 138016995274, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 0, + "reputation": 7706211163, "rshares": 119385919, "voter": "firstbloodio" }, { "percent": "10000", - "reputation": 0, + "reputation": -124823359245, "rshares": 7913420938, "voter": "mustafaomar" }, { "percent": "10000", - "reputation": 0, + "reputation": 2619388406406, "rshares": 504683789, "voter": "vlad" }, { "percent": "10000", - "reputation": 0, + "reputation": 477578742546, "rshares": 3517489467, "voter": "tarindel" }, { "percent": "10000", - "reputation": 0, + "reputation": 20001506960251, "rshares": 83194610394, "voter": "liberosist" }, { "percent": "10000", - "reputation": 0, + "reputation": 2114306416334, "rshares": 2101417051, "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 158526898512, "voter": "jl777" }, { "percent": "10000", - "reputation": 0, + "reputation": 10519849768972, "rshares": 14847530918, "voter": "positive" }, @@ -14855,25 +14855,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 59110845037, "rshares": 179887067, "voter": "turretkilo" }, { "percent": "10000", - "reputation": 0, + "reputation": 58190631451, "rshares": 14117706990, "voter": "proto" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 616925088, "voter": "curator" }, { "percent": "10000", - "reputation": 0, + "reputation": 17698439393799, "rshares": 2232446763, "voter": "sisterholics" }, @@ -14891,7 +14891,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1416246303584, "rshares": 11051624343, "voter": "michaeldodridge" }, @@ -14909,73 +14909,73 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 147425730, "rshares": 458906871, "voter": "fnait" }, { "percent": "10000", - "reputation": 0, + "reputation": 3720753029, "rshares": 450192944, "voter": "keepcalmand" }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 115103036, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": -1193908062262, "rshares": 132354049, "voter": "steemster1" }, { "percent": "10000", - "reputation": 0, + "reputation": 5269164174, "rshares": 82410911, "voter": "buyselltrade" }, { "percent": "10000", - "reputation": 0, + "reputation": 19410587962, "rshares": 1951107504, "voter": "andreynoch" }, { "percent": "10000", - "reputation": 0, + "reputation": 8806485920347, "rshares": 23801719197, "voter": "jasonstaggers" }, { "percent": "1000", - "reputation": 0, + "reputation": -4779249072914, "rshares": 220015607, "voter": "weenis" }, { "percent": "10000", - "reputation": 0, + "reputation": 2580067408929, "rshares": 3649602315, "voter": "spookypooky" }, { "percent": "10000", - "reputation": 0, + "reputation": 1275505236, "rshares": 6849474266, "voter": "taker" }, { "percent": "10000", - "reputation": 0, + "reputation": -833837861150, "rshares": 51143991, "voter": "sharon" }, { "percent": "10000", - "reputation": 0, + "reputation": -1130081321479, "rshares": 53473560, "voter": "lillianjones" }, @@ -14987,7 +14987,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1653800202958, "rshares": 481319830427, "voter": "glitterfart" }, @@ -14999,55 +14999,55 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 12393203621507, "rshares": 13186649372, "voter": "omfedor" }, { "percent": "10000", - "reputation": 0, + "reputation": 66791976065, "rshares": 25445501332, "voter": "joele" }, { "percent": "10000", - "reputation": 0, + "reputation": 73944659327428, "rshares": 14498074313, "voter": "sirwinchester" }, { "percent": "10000", - "reputation": 0, + "reputation": -1468839175006, "rshares": 52502611, "voter": "msjennifer" }, { "percent": "10000", - "reputation": 0, + "reputation": -1343370986030, "rshares": 34309489, "voter": "ciao" }, { "percent": "10000", - "reputation": 0, + "reputation": -451593763871, "rshares": 3212813259, "voter": "blow" }, { "percent": "10000", - "reputation": 0, + "reputation": 485540, "rshares": 34502211, "voter": "steemo" }, { "percent": "10000", - "reputation": 0, + "reputation": -79575494262, "rshares": 35642250, "voter": "steema" }, { "percent": "10000", - "reputation": 0, + "reputation": 260394486860, "rshares": 410147416, "voter": "deepdarkweb" }, @@ -15059,19 +15059,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -894488087252, "rshares": 45326936, "voter": "confucius" }, { "percent": "10000", - "reputation": 0, + "reputation": 593072231, "rshares": 62929947, "voter": "immortality" }, { "percent": "10000", - "reputation": 0, + "reputation": -138680661344, "rshares": 62103794, "voter": "tomeraddady" }, @@ -15083,7 +15083,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1509277028215, "rshares": 3320455391, "voter": "rachelkhona" }, @@ -15095,7 +15095,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -789959772758, "rshares": 34933915, "voter": "jarvis" }, @@ -15107,25 +15107,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 28535887165, "rshares": 72860718, "voter": "longevity" }, { "percent": "10000", - "reputation": 0, + "reputation": 57513824, "rshares": 61874235, "voter": "rashka" }, { "percent": "10000", - "reputation": 0, + "reputation": 44529428534261, "rshares": 22334676238, "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 0, + "reputation": -52839282898, "rshares": 81433672, "voter": "crezyliza" }, @@ -15167,7 +15167,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 26751356331019, "rshares": 12720019143, "voter": "sweetsssj" }, @@ -15179,31 +15179,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 13902969318, "rshares": 59885612, "voter": "da99er" }, { "percent": "10000", - "reputation": 0, + "reputation": 1090727793166, "rshares": 1822982593, "voter": "eileenbeach" }, { "percent": "10000", - "reputation": 0, + "reputation": 1480652550326, "rshares": 84991821, "voter": "lenar" }, { "percent": "10000", - "reputation": 0, + "reputation": 692817924311, "rshares": 3437159850, "voter": "io-io-io" }, { "percent": "10000", - "reputation": 0, + "reputation": 1679833671371, "rshares": 3187295522, "voter": "asuran" }, @@ -15215,7 +15215,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2083416845, "rshares": 43848029, "voter": "crion" }, @@ -15233,13 +15233,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 14565129670, "rshares": 312210665, "voter": "neurosploit" }, { "percent": "10000", - "reputation": 0, + "reputation": 7402303856, "rshares": 347990811, "voter": "grm" }, @@ -15251,7 +15251,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 119677334182, "rshares": 50805771, "voter": "tanshin" }, @@ -15269,7 +15269,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 340991592664, "rshares": 53821117, "voter": "tito-baron" }, @@ -15281,7 +15281,7 @@ } ], "author": "dragonho", - "author_reputation": 0, + "author_reputation": 34932026701489, "beneficiaries": [], "body": "https://images.alphacoders.com/227/227571.jpg\n\n\nH\u043ew often \u0456\u0455 your l\u043e\u0443\u0430lt\u0443 qu\u0435\u0455t\u0456\u043en\u0435d? Loyalty \u0456\u0455 something of v\u0430lu\u0435. L\u043e\u0443\u0430lt\u0443 is a j\u0435w\u0435l th\u0430t \u0456\u0455 h\u0430rd t\u043e f\u0456nd in today's \u0455\u043e\u0441\u0456\u0435t\u0443. Think \u043ef \u0443\u043eur l\u043e\u0443\u0430lt\u0443 t\u043e an \u043erg\u0430n\u0456z\u0430t\u0456\u043en. P\u0435\u043e\u0440l\u0435 do not \u0455\u0440\u0435nd th\u0435 \u0455\u0430m\u0435 \u0430m\u043eunt \u043ef \u0443\u0435\u0430r\u0455 w\u043erk\u0456ng f\u043er th\u0435 \u0455\u0430m\u0435 company, \u0430\u0455 their parents \u0430nd grandparents d\u0456d. Th\u0456nk \u043ef the m\u0430rr\u0456\u0430g\u0435\u0455 th\u0430t \u0435nd \u0456n divorce. P\u0435\u043e\u0440l\u0435 \u0430r\u0435 qu\u0456\u0441k\u0435r t\u043e t\u0435rm\u0456n\u0430t\u0435 m\u0430rr\u0456\u0430g\u0435\u0455 f\u043er th\u0435 \u0455m\u0430ll\u0435\u0455t of \u0456\u0455\u0455u\u0435\u0455, \u0455u\u0441h \u0430\u0455 \"\u0456rr\u0435\u0441\u043en\u0441\u0456l\u0430bl\u0435 d\u0456ff\u0435r\u0435n\u0441\u0435\u0455.\" L\u043e\u0443\u0430lt\u0443 is a \u0455tr\u043eng force that w\u0456ll keep \u0443\u043eu \u0456n \u0430n\u0443 r\u0435l\u0430t\u0456\u043en\u0455h\u0456\u0440, whether bu\u0455\u0456n\u0435\u0455\u0455 \u043er personal. \n\n\n**HOW TO BE LOYAL**\nY\u043eur l\u043e\u0443\u0430lt\u0443 to \u0455\u043em\u0435\u043en\u0435 or \u0435v\u0435n \u0430n \u043erg\u0430n\u0456z\u0430t\u0456\u043en w\u0456ll \u0430lw\u0430\u0443\u0455 h\u0430v\u0435 a h\u0456gh \u0430\u0440\u0440r\u0430\u0456\u0455\u0430l value. Wh\u0435n \u0443\u043eur m\u0430t\u0435 f\u043er \u0435x\u0430m\u0440l\u0435 \u0455\u0435n\u0455\u0435\u0455 a hint of disloyalty \u0456n \u0443\u043eu, th\u0435 l\u0435v\u0435l \u043ef tru\u0455t g\u043e\u0435\u0455 d\u043ewn. Wh\u0435n trust d\u0456m\u0456n\u0456\u0455h\u0435\u0455, the r\u0435l\u0430t\u0456\u043en\u0455h\u0456\u0440 d\u0435t\u0435r\u0456\u043er\u0430t\u0435\u0455. The same \u0456\u0455 true f\u043er th\u0435 organization \u0443\u043eu w\u043erk f\u043er. Wh\u0435n d\u0456\u0455l\u043e\u0443\u0430lt\u0443 \u0456\u0455 \u0435v\u0456d\u0435nt in you, \u0443\u043eur \u043e\u0440\u0440\u043ertun\u0456t\u0456\u0435\u0455 f\u043er growth \u0456n th\u0430t organization \u0430r\u0435 lost. Tru\u0455t and loyalty g\u043e hand \u0456n hand. \n\n\nhttp://images-cdn.moviepilot.com/images/c_scale,h_776,w_1164/t_mp_quality/jiinevf3dabm6amjjkhc/10-iconic-movie-sidekicks-that-taught-us-about-friendship-and-loyalty-and-changed-the-way-529787.jpg\n\n\n\n**WHAT IS DISLOYALTY**\nTh\u0435 opposite obviously \u0456\u0455 disloyalty. S\u043e h\u043ew \u0456\u0455 d\u0456\u0455l\u043e\u0443\u0430lt\u0443 shown? S\u0456m\u0440l\u0443 \u0456n wh\u0430t \u0443\u043eu \u0455\u0430\u0443 \u0430nd sometimes wh\u0430t you d\u043e. Do \u0443\u043eu g\u0430th\u0435r \u0430t th\u0435 w\u0430t\u0435r f\u043eunt\u0430\u0456n w\u0456th \u043eth\u0435r \u0435m\u0440l\u043e\u0443\u0435\u0435\u0455 t\u043e b\u0430d-m\u043euth what m\u0430n\u0430g\u0435m\u0435nt \u0456\u0455 d\u043e\u0456ng? D\u043e \u0443\u043eu t\u0435ll \u0443\u043eur m\u0430t\u0435'\u0455 \u0455\u0435\u0441r\u0435t\u0455 to \u0443\u043eur fr\u0456\u0435nd\u0455, knowing th\u0430t \u0456f \u0443\u043eur m\u0430t\u0435 f\u043eund \u043eut, h\u0435 or \u0455h\u0435 w\u0456ll b\u0435 h\u0456ghl\u0443 \u0435mb\u0430rr\u0430\u0455\u0455\u0435d \u043er upset? In t\u0435rm\u0455 \u043ef wh\u0430t \u0443\u043eu d\u043e, how l\u0456k\u0435l\u0443 \u0430r\u0435 \u0443\u043eu t\u043e \u0430ll\u043ew someone to \u0455\u0440\u0435\u0430k evil of a fr\u0456\u0435nd \u043er r\u0435l\u0430t\u0456v\u0435 \u043ef \u0443\u043eur\u0455 w\u0456th\u043eut you \u0455\u0440\u0435\u0430k\u0456ng u\u0440 f\u043er th\u0435m? Wh\u0430t \u0456f \u0443\u043eur coworkers \u0455\u0430\u0443 n\u0435g\u0430t\u0456v\u0435 th\u0456ng\u0455 about your CEO? I\u0455 he \u043er \u0455h\u0435 w\u043erth\u0443 \u043ef \u0443\u043eur defense? \n\n\nhttp://s2.quickmeme.com/img/30/305612fdf12335b96585512fff212e69c3ad293363092cdc1428adf24b243aa7.jpg\n\n\nL\u043e\u0443\u0430lt\u0443 \u0456\u0455 r\u043e\u043et\u0435d in th\u0435 heart. It \u0456\u0455 n\u043et \u0455u\u0440\u0435rf\u0456\u0441\u0456\u0430l b\u0443 \u0430n\u0443 m\u0435\u0430n\u0455. It is a code by wh\u0456\u0441h \u043en\u0435 l\u0456v\u0435\u0455. It is a standard th\u0430t will g\u0430\u0456n \u0443\u043eu allies for l\u0456f\u0435. It \u0456\u0455 true th\u0430t \u043en\u0435 can b\u0435 l\u043e\u0443\u0430l t\u043e \u0440\u0435\u043e\u0440l\u0435 \u043er \u043erg\u0430n\u0456z\u0430t\u0456\u043en\u0455 that are n\u0435g\u0430t\u0456v\u0435, such \u0430\u0455 gangs or t\u0435rr\u043er gr\u043eu\u0440\u0455. So loyalty \u0456n \u0456t\u0455\u0435lf \u0456\u0455 not a \u0455\u0456gn \u043ef a good trait. Wh\u0430t is important \u0456\u0455 wh\u043e \u043er wh\u0430t \u0443\u043eu are l\u043e\u0443\u0430l to.\n\n \nN\u043ew, l\u043e\u0443\u0430lt\u0443 is not ju\u0455t a matter \u043ef \u0443\u043eu showing it for th\u0435 sake of being l\u043e\u0443\u0430l. Th\u0435 reason \u0443\u043eu are l\u043e\u0443\u0430l is b\u0435\u0441\u0430u\u0455\u0435 th\u0435 other \u0440\u0430rt\u0443 h\u0430\u0455 your \u0456nt\u0435r\u0435\u0455t \u0430t h\u0435\u0430rt. Loyalty \u0456\u0455 r\u0435qu\u0456r\u0435d \u043en th\u0435 parts \u043ef both \u0440\u0430rt\u0456\u0435\u0455. If \u0443\u043eur company for \u0435x\u0430m\u0440l\u0435 \u0456\u0455 not showing \u0443\u043eu \u0455\u0456gn\u0455 of j\u043eb \u0455\u0435\u0441ur\u0456t\u0443 \u043er passes \u0443\u043eu u\u0440 f\u043er \u0440r\u043em\u043et\u0456\u043en wh\u0435n you \u0430r\u0435 th\u0435 m\u043e\u0455t qu\u0430l\u0456f\u0456\u0435d, th\u0435n th\u0435 \u0441\u043em\u0440\u0430n\u0443 is not being loyal t\u043e \u0443\u043eu. Going back t\u043e Tru\u0455t, \u0456t is d\u0456m\u0456n\u0456\u0455h\u0435d in your \u0435\u0443\u0435\u0455. L\u0456k\u0435w\u0456\u0455\u0435 w\u0456th \u0443\u043eur \u0440\u0435r\u0455\u043en\u0430l relationships. All parties \u0456nv\u043elv\u0435d must show l\u043e\u0443\u0430lt\u0443. If you \u0430r\u0435 not b\u0435n\u0435f\u0456t\u0456ng from th\u0435 r\u0435l\u0430t\u0456\u043en\u0455h\u0456\u0440, then the l\u043e\u0443\u0430lt\u0443 l\u0435v\u0435l \u0456\u0455 dropping. \n\n**CONCLUSION**\nSo b\u0435 a \u0440\u0435r\u0455\u043en who \u0456\u0455 kn\u043ewn f\u043er b\u0435\u0456ng loyal. However be a \u0455m\u0430rt l\u043e\u0443\u0430l \u0440\u0435r\u0455\u043en. If you \u0430r\u0435 g\u0456v\u0435n r\u0435\u0430\u0455\u043en\u0455 t\u043e distrust the \u043eth\u0435r \u0440\u0430rt\u0443, \u0443\u043eur l\u043e\u0443\u0430lt\u0443 l\u0435v\u0435l w\u0456ll naturally dr\u043e\u0440 and \u0443\u043eu mu\u0455t demand th\u0430t corrections are m\u0430d\u0435. If corrections \u0430r\u0435 n\u043et m\u0430d\u0435, then \u0443\u043eu h\u0430v\u0435 r\u0435\u0430\u0455\u043en\u0455 t\u043e terminate th\u0435 relationship.\n\nhttp://i.imgur.com/8WQHCEx.png", "body_length": 3263, diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/tag.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/tag.pat.json index d168414a..11dc0414 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/tag.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/tag.pat.json @@ -3,25 +3,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 486947585501, "rshares": 13280126898, "voter": "telos" }, { "percent": "10000", - "reputation": 0, + "reputation": 100770751240, "rshares": 86856328, "voter": "ruscion" }, { "percent": "10000", - "reputation": 0, + "reputation": 57254648274, "rshares": 64664952, "voter": "pictures" }, { "percent": "10000", - "reputation": 0, + "reputation": 10707780055, "rshares": 261778278, "voter": "darkminded153" }, @@ -33,7 +33,7 @@ } ], "author": "pictures", - "author_reputation": 0, + "author_reputation": 57254648274, "beneficiaries": [], "body": "\n

    \n", "body_length": 65, @@ -65,55 +65,55 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 476904340100, "rshares": 1353041526, "voter": "endgame" }, { "percent": "10000", - "reputation": 0, + "reputation": -39372262885, "rshares": 52207362, "voter": "reported" }, { "percent": "10000", - "reputation": 0, + "reputation": 618773254836, "rshares": 513140471, "voter": "minnowsunited" }, { "percent": "10000", - "reputation": 0, + "reputation": 4584027347, "rshares": 59002619, "voter": "makaveli" }, { "percent": "10000", - "reputation": 0, + "reputation": 868924825603, "rshares": 1158012122, "voter": "the-bitcoin-dood" }, { "percent": "10000", - "reputation": 0, + "reputation": 125125489484, "rshares": 65362056, "voter": "ozertayiz" }, { "percent": "10000", - "reputation": 0, + "reputation": 214277678030, "rshares": 164870028, "voter": "decentro" }, { "percent": "10000", - "reputation": 0, + "reputation": 57254648274, "rshares": 63110974, "voter": "pictures" } ], "author": "pictures", - "author_reputation": 0, + "author_reputation": 57254648274, "beneficiaries": [], "body": "\n

    http://video.dailymail.co.uk/preview/mol/2016/09/11/7023501702792170161/636x382_MP4_7023501702792170161.mp4

    \n


    \n

    \n", "body_length": 245, @@ -145,13 +145,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 476904340100, "rshares": 1502908468, "voter": "endgame" }, { "percent": "10000", - "reputation": 0, + "reputation": 743656664450, "rshares": 1518450297, "voter": "tokyodude" }, @@ -163,49 +163,49 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 618773254836, "rshares": 589046713, "voter": "minnowsunited" }, { "percent": "10000", - "reputation": 0, + "reputation": 4584027347, "rshares": 67743748, "voter": "makaveli" }, { "percent": "10000", - "reputation": 0, + "reputation": 125125489484, "rshares": 75045323, "voter": "ozertayiz" }, { "percent": "10000", - "reputation": 0, + "reputation": 57254648274, "rshares": 60413956, "voter": "pictures" }, { "percent": "10000", - "reputation": 0, + "reputation": 878526376261, "rshares": 88662747, "voter": "mlialen" }, { "percent": "10000", - "reputation": 0, + "reputation": 58601227882, "rshares": 51372025, "voter": "oktavianorlov" }, { "percent": "5100", - "reputation": 0, + "reputation": 414609406210, "rshares": 1631278899, "voter": "robotev" } ], "author": "pictures", - "author_reputation": 0, + "author_reputation": 57254648274, "beneficiaries": [], "body": "\n

    \n", "body_length": 65, @@ -237,85 +237,85 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 476904340100, "rshares": 1552957536, "voter": "endgame" }, { "percent": "10000", - "reputation": 0, + "reputation": 1089147151331, "rshares": 1823991416, "voter": "incomemonthly" }, { "percent": "10000", - "reputation": 0, + "reputation": 743656664450, "rshares": 1602773439, "voter": "tokyodude" }, { "percent": "10000", - "reputation": 0, + "reputation": -39372262885, "rshares": 52207362, "voter": "reported" }, { "percent": "10000", - "reputation": 0, + "reputation": 266005325, "rshares": 51206711, "voter": "krushing" }, { "percent": "10000", - "reputation": 0, + "reputation": 618773254836, "rshares": 608038334, "voter": "minnowsunited" }, { "percent": "10000", - "reputation": 0, + "reputation": 8358920723, "rshares": 50065542, "voter": "whatyouganjado" }, { "percent": "10000", - "reputation": 0, + "reputation": 4584027347, "rshares": 69929030, "voter": "makaveli" }, { "percent": "10000", - "reputation": 0, + "reputation": 125125489484, "rshares": 77466140, "voter": "ozertayiz" }, { "percent": "10000", - "reputation": 0, + "reputation": 57254648274, "rshares": 60413956, "voter": "pictures" }, { "percent": "10000", - "reputation": 0, + "reputation": 950372517145, "rshares": 621305139, "voter": "jessicanicklos" }, { "percent": "10000", - "reputation": 0, + "reputation": 1090021365, "rshares": 157588516, "voter": "tezi123" }, { "percent": "10000", - "reputation": 0, + "reputation": 853705592, "rshares": 157255411, "voter": "mikepicker" } ], "author": "pictures", - "author_reputation": 0, + "author_reputation": 57254648274, "beneficiaries": [], "body": "\n

    \n", "body_length": 65, @@ -347,49 +347,49 @@ "active_votes": [ { "percent": "1000", - "reputation": 0, + "reputation": 19959120564829, "rshares": 4757810665, "voter": "alexgr" }, { "percent": "10000", - "reputation": 0, + "reputation": 476904340100, "rshares": 1502862132, "voter": "endgame" }, { "percent": "10000", - "reputation": 0, + "reputation": 743656664450, "rshares": 1560595190, "voter": "tokyodude" }, { "percent": "10000", - "reputation": 0, + "reputation": 618773254836, "rshares": 608038334, "voter": "minnowsunited" }, { "percent": "10000", - "reputation": 0, + "reputation": 1653800202958, "rshares": 483626037014, "voter": "glitterfart" }, { "percent": "10000", - "reputation": 0, + "reputation": 4584027347, "rshares": 67743748, "voter": "makaveli" }, { "percent": "10000", - "reputation": 0, + "reputation": 125125489484, "rshares": 75045323, "voter": "ozertayiz" }, { "percent": "10000", - "reputation": 0, + "reputation": 60051315247, "rshares": 69598904, "voter": "saxon84" }, @@ -401,37 +401,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 57254648274, "rshares": 61622235, "voter": "pictures" }, { "percent": "10000", - "reputation": 0, + "reputation": 950372517145, "rshares": 594291872, "voter": "jessicanicklos" }, { "percent": "10000", - "reputation": 0, + "reputation": 351488360313, "rshares": 183713123, "voter": "chadcrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 878526376261, "rshares": 83596304, "voter": "mlialen" }, { "percent": "5100", - "reputation": 0, + "reputation": 414609406210, "rshares": 1631278899, "voter": "robotev" } ], "author": "pictures", - "author_reputation": 0, + "author_reputation": 57254648274, "beneficiaries": [], "body": "\n

    \n", "body_length": 65, @@ -463,55 +463,55 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 19988015698, "rshares": 228179715, "voter": "ivp" }, { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 244732928781, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, + "reputation": 486947585501, "rshares": 140878572, "voter": "telos" }, { "percent": "10000", - "reputation": 0, + "reputation": 1027623674960, "rshares": 118844834, "voter": "rossenpavlov" }, { "percent": "10000", - "reputation": 0, + "reputation": 713159404291, "rshares": 128112579, "voter": "groovedigital" }, { "percent": "10000", - "reputation": 0, + "reputation": 60051315247, "rshares": 56834152, "voter": "saxon84" }, { "percent": "10000", - "reputation": 0, + "reputation": 57254648274, "rshares": 57714709, "voter": "pictures" }, { "percent": "10000", - "reputation": 0, + "reputation": 783025089624, "rshares": 52623253, "voter": "chengmin" } ], "author": "pictures", - "author_reputation": 0, + "author_reputation": 57254648274, "beneficiaries": [], "body": "\n

    \n", "body_length": 65, @@ -543,43 +543,43 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 865896375178, "rshares": 647296235, "voter": "nxtblg" }, { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 244732928781, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, + "reputation": 118203669136, "rshares": 245405210, "voter": "thealexander" }, { "percent": "10000", - "reputation": 0, + "reputation": 4129649677200, "rshares": 6452003427, "voter": "summonerrk" }, { "percent": "10000", - "reputation": 0, + "reputation": 713159404291, "rshares": 128112579, "voter": "groovedigital" }, { "percent": "10000", - "reputation": 0, + "reputation": 60051315247, "rshares": 55719757, "voter": "saxon84" }, { "percent": "10000", - "reputation": 0, + "reputation": 57254648274, "rshares": 58892560, "voter": "pictures" }, @@ -591,7 +591,7 @@ } ], "author": "pictures", - "author_reputation": 0, + "author_reputation": 57254648274, "beneficiaries": [], "body": "\n

    \n", "body_length": 65, @@ -623,37 +623,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 244732928781, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, + "reputation": 4063076365725, "rshares": 700271848, "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 0, + "reputation": 60051315247, "rshares": 55719757, "voter": "saxon84" }, { "percent": "10000", - "reputation": 0, + "reputation": 57254648274, "rshares": 57714709, "voter": "pictures" }, { "percent": "10000", - "reputation": 0, + "reputation": 766669575596, "rshares": 89527644, "voter": "nighthawkdive" } ], "author": "pictures", - "author_reputation": 0, + "author_reputation": 57254648274, "beneficiaries": [], "body": "\n

    \n", "body_length": 65, @@ -685,43 +685,43 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 865896375178, "rshares": 759015717, "voter": "nxtblg" }, { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 104885067401, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, + "reputation": 2806990757, "rshares": 245441429, "voter": "fedor" }, { "percent": "10000", - "reputation": 0, + "reputation": 4063076365725, "rshares": 700271848, "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 0, + "reputation": 162741674983, "rshares": 55365822, "voter": "frol" }, { "percent": "10000", - "reputation": 0, + "reputation": 57254648274, "rshares": 57714709, "voter": "pictures" } ], "author": "pictures", - "author_reputation": 0, + "author_reputation": 57254648274, "beneficiaries": [], "body": "\n

    \n", "body_length": 90, @@ -753,31 +753,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 104885067401, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, + "reputation": 486947585501, "rshares": 59401753, "voter": "telos" }, { "percent": "10000", - "reputation": 0, + "reputation": 1919986626165, "rshares": 636811489, "voter": "matthewtiii" }, { "percent": "10000", - "reputation": 0, + "reputation": 57254648274, "rshares": 0, "voter": "pictures" } ], "author": "pictures", - "author_reputation": 0, + "author_reputation": 57254648274, "beneficiaries": [], "body": "\n

    \n", "body_length": 65, @@ -809,25 +809,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 104885067401, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, + "reputation": 486947585501, "rshares": 61098946, "voter": "telos" }, { "percent": "10000", - "reputation": 0, + "reputation": 1713133, "rshares": 53191954, "voter": "xsupremeleaderx" } ], "author": "pictures", - "author_reputation": 0, + "author_reputation": 57254648274, "beneficiaries": [], "body": "\n

    \n", "body_length": 65, @@ -859,31 +859,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 9600934617910, "rshares": 10627868860, "voter": "jademont" }, { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 104885067401, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, + "reputation": 715993081769, "rshares": 344049694, "voter": "bitlord" }, { "percent": "10000", - "reputation": 0, + "reputation": -257389679751, "rshares": 102831413, "voter": "darthnava" } ], "author": "pictures", - "author_reputation": 0, + "author_reputation": 57254648274, "beneficiaries": [], "body": "\n

    \n", "body_length": 90, @@ -915,19 +915,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 116538963779, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, + "reputation": 6710104374161, "rshares": 76248694, "voter": "lukeofkondor" } ], "author": "pictures", - "author_reputation": 0, + "author_reputation": 57254648274, "beneficiaries": [], "body": "\n

    \n

    Woman carrying a British man on her back, West Bengal, India, c. 1900

    \n", "body_length": 168, @@ -959,25 +959,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 116538963779, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, + "reputation": 1603148859, "rshares": 110380615, "voter": "moneykicks" }, { "percent": "10000", - "reputation": 0, + "reputation": 486947585501, "rshares": 67887718, "voter": "telos" } ], "author": "pictures", - "author_reputation": 0, + "author_reputation": 57254648274, "beneficiaries": [], "body": "\n

    \n

    It was an Elliot 405, and the first municipal computer in Britain.

    \n", "body_length": 164, @@ -1009,73 +1009,73 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 2830877880805, "rshares": 151869206163, "voter": "vato" }, { "percent": "10000", - "reputation": 0, + "reputation": 19988015698, "rshares": 228179715, "voter": "ivp" }, { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 78269325305, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, + "reputation": 1817150823979, "rshares": 6568655483, "voter": "yonuts" }, { "percent": "10000", - "reputation": 0, + "reputation": 27421633962, "rshares": 162629171, "voter": "misteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 5176671060650, "rshares": 61429239, "voter": "rubenalexander" }, { "percent": "10000", - "reputation": 0, + "reputation": 486947585501, "rshares": 66190525, "voter": "telos" }, { "percent": "10000", - "reputation": 0, + "reputation": 59043906563, "rshares": 68314793, "voter": "dasfarm" }, { "percent": "10000", - "reputation": 0, + "reputation": 60051315247, "rshares": 68234219, "voter": "saxon84" }, { "percent": "10000", - "reputation": 0, + "reputation": 2971817491, "rshares": 56042911, "voter": "globalnews" }, { "percent": "10000", - "reputation": 0, + "reputation": 256088885, "rshares": 54660184, "voter": "nevid" } ], "author": "pictures", - "author_reputation": 0, + "author_reputation": 57254648274, "beneficiaries": [], "body": "\n

    A 5MB hard drive being loaded onto a PanAm plane in 1956.

    \n

    \n", "body_length": 130, @@ -1107,25 +1107,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 78269325305, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, + "reputation": 36560344, "rshares": 53369912, "voter": "dmcummins" }, { "percent": "10000", - "reputation": 0, + "reputation": 2971817491, "rshares": 54944031, "voter": "globalnews" } ], "author": "pictures", - "author_reputation": 0, + "author_reputation": 57254648274, "beneficiaries": [], "body": "\n

    \n", "body_length": 65, @@ -1157,13 +1157,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 78269325305, "voter": "juneaugoldbuyer" } ], "author": "pictures", - "author_reputation": 0, + "author_reputation": 57254648274, "beneficiaries": [], "body": "\n

    \n", "body_length": 65, @@ -1195,31 +1195,31 @@ "active_votes": [ { "percent": "6800", - "reputation": 0, + "reputation": 124209883737229, "rshares": 746460767195, "voter": "steempower" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1449198100, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 78269325305, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 0, + "reputation": 60051315247, "rshares": 69598904, "voter": "saxon84" } ], "author": "pictures", - "author_reputation": 0, + "author_reputation": 57254648274, "beneficiaries": [], "body": "\n

    \n", "body_length": 65, @@ -1251,7 +1251,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 1059790037173, "rshares": 78269325305, "voter": "juneaugoldbuyer" }, @@ -1263,7 +1263,7 @@ } ], "author": "pictures", - "author_reputation": 0, + "author_reputation": 57254648274, "beneficiaries": [], "body": "\n

    \n

    2008: Joseph Schooling meets his hero Michael Phelps   

    \n

    2016: Joseph Schooling beats his hero Michael Phelps

    \n", "body_length": 224, diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/tag_limit.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/tag_limit.pat.json index b5cbb4de..6d7ffd6a 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/tag_limit.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/tag_limit.pat.json @@ -3,13 +3,13 @@ "active_votes": [ { "percent": "100", - "reputation": 0, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 0, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, @@ -21,13 +21,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 0, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, @@ -39,7 +39,7 @@ }, { "percent": "-100", - "reputation": 0, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, @@ -57,559 +57,559 @@ }, { "percent": "100", - "reputation": 0, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 0, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 0, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 0, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 0, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 0, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 0, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 0, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 0, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 0, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 0, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 0, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 0, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 0, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 0, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 0, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 0, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 0, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 0, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 0, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 0, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 0, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 0, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 0, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 0, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 0, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 0, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 0, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 0, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 0, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 0, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 0, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 0, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 0, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 0, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 0, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 0, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 0, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 0, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 0, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 0, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 0, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 0, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 0, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 0, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 0, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 0, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 0, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 0, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 0, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 0, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 0, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 0, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 0, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 0, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 0, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 0, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 0, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 0, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 0, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 0, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 0, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 0, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 0, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 0, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 0, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 0, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 0, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 0, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 0, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 0, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 0, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 0, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 0, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 0, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 0, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 0, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 0, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 0, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 0, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 0, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 0, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 0, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 0, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 0, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } ], "author": "steemit", - "author_reputation": 0, + "author_reputation": 12944616889, "beneficiaries": [], "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.", "body_length": 224, diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/startauthor_startpermlink_limit.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/startauthor_startpermlink_limit.pat.json index 7cb23f5d..66f32f8c 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/startauthor_startpermlink_limit.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/startauthor_startpermlink_limit.pat.json @@ -3,7 +3,7 @@ "active_votes": [ { "percent": "-100", - "reputation": 0, + "reputation": 145171381514207, "rshares": -375241, "voter": "dantheman" }, @@ -15,55 +15,55 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9800209121307, "rshares": 81125, "voter": "roadscape" }, { "percent": "10000", - "reputation": 0, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 431616594, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 0, + "reputation": 7967572146571, "rshares": 58854897335, "voter": "business" }, { "percent": "10000", - "reputation": 0, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 0, + "reputation": 1241600128334, "rshares": 244129227, "voter": "kewpiedoll" }, { "percent": "10000", - "reputation": 0, + "reputation": 1320262999851, "rshares": 1615731741, "voter": "naturalista" } ], "author": "admin", - "author_reputation": 0, + "author_reputation": 975371654, "beneficiaries": [], "body": "First Reply! Let's get this **party** started", "body_length": 45, diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_created/tag_limit.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_created/tag_limit.pat.json index b15e2c62..344d9786 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_created/tag_limit.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_created/tag_limit.pat.json @@ -3,13 +3,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 842609, "rshares": 53926980, "voter": "simgregg" } ], "author": "simgregg", - "author_reputation": 0, + "author_reputation": 842609, "beneficiaries": [], "body": "Krew tych, co kochali Ojczyzn\u0119, jak naw\u00f3z dzia\u0142a na nasze pokolenie,\nBo cho\u0107 z\u0142amani i w ziemi\u0119 g\u0142\u0119boko pogrzebani - s\u0105 jak nasienie -\nWolno\u015bci, kt\u00f3ra w nas wci\u0105\u017c zdechn\u0105\u0107 nie chce, lecz tchn\u0105\u0107 na nowo.\nCho\u0107 nas zaora\u0107 chc\u0105, nasz\u0105 dusz\u0119 przemieli\u0107 jak zesch\u0142e pole,\nMy wci\u0105\u017c pod skorup\u0105, jak lawa, t\u0119tni\u0105c\u0105 i \u017cyw\u0105 mamy Wol\u0119 -\nBy \u017cy\u0107, gdzie B\u00f3g \u017cy\u0107 da\u0142 przez wieki, i stworzy\u0142 na nowo.\n\nPolska - to tak \u0142atwo si\u0119 m\u00f3wi, i ci\u0119\u017cko umiera. Lecz trudniej - \u017cyje -\nDla Polski, by nie tylko sia\u0107 to ziarno, i \u0142ama\u0107, ale i zbiera\u0107.\nGdy odessano nam ju\u017c z cia\u0142a dusz\u0119 i ducha, gdy\u015bmy jak lalki si\u0119 stali -\nNa sznurkach cudzej historii - Za co umiera\u0107? Ile krew warta\nNa gie\u0142dzie Lucyfera?\n\nGdy dusza rwie si\u0119 do Ciebie, Bo\u017ce, a cia\u0142o gnije w tym padole,\nPoka\u017c, ile wolno mi Polski kocha\u0107, a ile jej odda\u0107 w niewol\u0119?\nBo wyznaczy\u0142e\u015b ludom ich miejsce na ziemi, wi\u0119c i zabra\u0107 mo\u017cesz,\nLecz czy je wr\u00f3cisz, je\u015bli narody wr\u00f3c\u0105 do Ciebie w pokorze?\nCzy te\u017c jeste\u015bmy jak Izrael, wygnani za sw\u0105 twardo\u015b\u0107 serca,\nZa szale\u0144stwo pychy, kt\u00f3ra przed upadkiem zmierzcha?\n\nKrew tych, co cia\u0142a swe jak nasienie w\u0142o\u017cyli do ziemi,\nB\u0119dzie ros\u0105 na Polski odrodzeniu. Je\u015bli tylko nasze serca zmieni -\nTa sprawiedliwo\u015b\u0107 Boga, jak kwa\u015bny deszcz spuszczony,\nGdy trzeba by\u0142o sia\u0107, a my\u015bmy tylko zbierali plony.", "body_length": 1273, diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_hot/tag_limit.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_hot/tag_limit.pat.json index b15e2c62..344d9786 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_hot/tag_limit.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_hot/tag_limit.pat.json @@ -3,13 +3,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 842609, "rshares": 53926980, "voter": "simgregg" } ], "author": "simgregg", - "author_reputation": 0, + "author_reputation": 842609, "beneficiaries": [], "body": "Krew tych, co kochali Ojczyzn\u0119, jak naw\u00f3z dzia\u0142a na nasze pokolenie,\nBo cho\u0107 z\u0142amani i w ziemi\u0119 g\u0142\u0119boko pogrzebani - s\u0105 jak nasienie -\nWolno\u015bci, kt\u00f3ra w nas wci\u0105\u017c zdechn\u0105\u0107 nie chce, lecz tchn\u0105\u0107 na nowo.\nCho\u0107 nas zaora\u0107 chc\u0105, nasz\u0105 dusz\u0119 przemieli\u0107 jak zesch\u0142e pole,\nMy wci\u0105\u017c pod skorup\u0105, jak lawa, t\u0119tni\u0105c\u0105 i \u017cyw\u0105 mamy Wol\u0119 -\nBy \u017cy\u0107, gdzie B\u00f3g \u017cy\u0107 da\u0142 przez wieki, i stworzy\u0142 na nowo.\n\nPolska - to tak \u0142atwo si\u0119 m\u00f3wi, i ci\u0119\u017cko umiera. Lecz trudniej - \u017cyje -\nDla Polski, by nie tylko sia\u0107 to ziarno, i \u0142ama\u0107, ale i zbiera\u0107.\nGdy odessano nam ju\u017c z cia\u0142a dusz\u0119 i ducha, gdy\u015bmy jak lalki si\u0119 stali -\nNa sznurkach cudzej historii - Za co umiera\u0107? Ile krew warta\nNa gie\u0142dzie Lucyfera?\n\nGdy dusza rwie si\u0119 do Ciebie, Bo\u017ce, a cia\u0142o gnije w tym padole,\nPoka\u017c, ile wolno mi Polski kocha\u0107, a ile jej odda\u0107 w niewol\u0119?\nBo wyznaczy\u0142e\u015b ludom ich miejsce na ziemi, wi\u0119c i zabra\u0107 mo\u017cesz,\nLecz czy je wr\u00f3cisz, je\u015bli narody wr\u00f3c\u0105 do Ciebie w pokorze?\nCzy te\u017c jeste\u015bmy jak Izrael, wygnani za sw\u0105 twardo\u015b\u0107 serca,\nZa szale\u0144stwo pychy, kt\u00f3ra przed upadkiem zmierzcha?\n\nKrew tych, co cia\u0142a swe jak nasienie w\u0142o\u017cyli do ziemi,\nB\u0119dzie ros\u0105 na Polski odrodzeniu. Je\u015bli tylko nasze serca zmieni -\nTa sprawiedliwo\u015b\u0107 Boga, jak kwa\u015bny deszcz spuszczony,\nGdy trzeba by\u0142o sia\u0107, a my\u015bmy tylko zbierali plony.", "body_length": 1273, diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_promoted/tag_limit.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_promoted/tag_limit.pat.json index cb26ff17..bcd319bb 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_promoted/tag_limit.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_promoted/tag_limit.pat.json @@ -3,43 +3,43 @@ "active_votes": [ { "percent": "-10000", - "reputation": 0, + "reputation": 145171381514207, "rshares": -28338941273774, "voter": "dantheman" }, { "percent": "-10000", - "reputation": 0, + "reputation": 446491524573, "rshares": -56560374008, "voter": "fminerten1" }, { "percent": "10000", - "reputation": 0, + "reputation": 17094999940, "rshares": 515865522774, "voter": "panadacoin" }, { "percent": "10000", - "reputation": 0, + "reputation": 261787136527, "rshares": 591238736691, "voter": "barrie" }, { "percent": "-10000", - "reputation": 0, + "reputation": 32455846463901, "rshares": -31244889730986, "voter": "smooth" }, { "percent": "-10000", - "reputation": 0, + "reputation": 14765040488827, "rshares": -25869425303440, "voter": "berniesanders" }, { "percent": "8900", - "reputation": 0, + "reputation": 13270505121655, "rshares": 56923627230317, "voter": "ned" }, @@ -51,31 +51,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 8779714777561, "rshares": 5861402538757, "voter": "riverhead" }, { "percent": "3500", - "reputation": 0, + "reputation": 8358591595454, "rshares": 2012701974707, "voter": "kushed" }, { "percent": "10000", - "reputation": 0, + "reputation": 2827502899317, "rshares": 1105925638130, "voter": "ihashfury" }, { "percent": "10000", - "reputation": 0, + "reputation": 358840960832, "rshares": 1595196737607, "voter": "rossco99" }, { "percent": "10000", - "reputation": 0, + "reputation": 36749432321730, "rshares": 986803208166, "voter": "liondani" }, @@ -87,37 +87,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1214229078, "rshares": 3103422054, "voter": "boy" }, { "percent": "10000", - "reputation": 0, + "reputation": 4712949449, "rshares": 3767892961, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1789951494550, "rshares": 690943799, "voter": "bunny" }, { "percent": "4900", - "reputation": 0, + "reputation": 59074616588451, "rshares": 3573913851034, "voter": "complexring" }, { "percent": "10000", - "reputation": 0, + "reputation": 31405352060596, "rshares": 6282474172783, "voter": "clayop" }, { "percent": "10000", - "reputation": 0, + "reputation": 103443134841, "rshares": 54717838235, "voter": "bue" }, @@ -135,49 +135,49 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 330982605, "rshares": 209038160029, "voter": "alex90342fastn1" }, { "percent": "1000", - "reputation": 0, + "reputation": 12928765689257, "rshares": 7692488765, "voter": "aizensou" }, { "percent": "10000", - "reputation": 0, + "reputation": 13096661187964, "rshares": 3455872549975, "voter": "au1nethyb1" }, { "percent": "5000", - "reputation": 0, + "reputation": 1241362310762, "rshares": 6781848343, "voter": "bentley" }, { "percent": "10000", - "reputation": 0, + "reputation": -296615780418, "rshares": 1387859952, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 0, + "reputation": 1250001478305, "rshares": 106098683047, "voter": "bonapartist" }, { "percent": "10000", - "reputation": 0, + "reputation": 854893586973, "rshares": 855490468340, "voter": "boombastic" }, { "percent": "10000", - "reputation": 0, + "reputation": 7520586390, "rshares": 115524100455, "voter": "mrs.agsexplorer" }, @@ -195,37 +195,37 @@ }, { "percent": "-10000", - "reputation": 0, + "reputation": 83941319998, "rshares": -5694232013608, "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 0, + "reputation": 71087197697999, "rshares": 988597560715, "voter": "benjojo" }, { "percent": "10000", - "reputation": 0, + "reputation": 49549461527, "rshares": 564763376378, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 0, + "reputation": 18678729398345, "rshares": 168058097416, "voter": "pairmike" }, { "percent": "10000", - "reputation": 0, + "reputation": 585246886482, "rshares": 61457593326, "voter": "vip" }, { "percent": "10000", - "reputation": 0, + "reputation": 2802091583976, "rshares": 29414306405, "voter": "proctologic" }, @@ -237,7 +237,7 @@ }, { "percent": "100", - "reputation": 0, + "reputation": 7458354230246, "rshares": 902943814, "voter": "stoner19" }, @@ -249,31 +249,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4874033031398, "rshares": 400674324536, "voter": "woo7739" }, { "percent": "10000", - "reputation": 0, + "reputation": 72112139588726, "rshares": 821205239311, "voter": "steemrollin" }, { "percent": "1000", - "reputation": 0, + "reputation": 8963739580468, "rshares": 16122243298, "voter": "team" }, { "percent": "2100", - "reputation": 0, + "reputation": 37454101478493, "rshares": 68140066479, "voter": "chitty" }, { "percent": "10000", - "reputation": 0, + "reputation": 327447579267, "rshares": 335329901210, "voter": "lighthil" }, @@ -285,85 +285,85 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 9469162, "rshares": 84761882611, "voter": "unosuke" }, { "percent": "10000", - "reputation": 0, + "reputation": 1118904717803, "rshares": 221378412917, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 0, + "reputation": 127159698297, "rshares": 156355134109, "voter": "vitaly-lvov" }, { "percent": "10000", - "reputation": 0, + "reputation": 14073457536993, "rshares": 125237012083, "voter": "edgeland" }, { "percent": "10000", - "reputation": 0, + "reputation": 54345938068170, "rshares": 384189354393, "voter": "craig-grant" }, { "percent": "10000", - "reputation": 0, + "reputation": 12712877967688, "rshares": 78953157492, "voter": "easteagle13" }, { "percent": "10000", - "reputation": 0, + "reputation": 1590661010140, "rshares": 24177692381, "voter": "mod-tamichh" }, { "percent": "10000", - "reputation": 0, + "reputation": 55171927909, "rshares": 47071100260, "voter": "cyan91" }, { "percent": "10000", - "reputation": 0, + "reputation": 5380704535, "rshares": 182161233136, "voter": "samuel-stone" }, { "percent": "10000", - "reputation": 0, + "reputation": 1421425103482, "rshares": 27507445535, "voter": "full-measure" }, { "percent": "10000", - "reputation": 0, + "reputation": 9600934617910, "rshares": 15043635029, "voter": "jademont" }, { "percent": "10000", - "reputation": 0, + "reputation": 204869765185479, "rshares": 1091318863571, "voter": "gavvet" }, { "percent": "10000", - "reputation": 0, + "reputation": 1706294048292, "rshares": 3913661416, "voter": "hbhades" }, { "percent": "10000", - "reputation": 0, + "reputation": 12382143533351, "rshares": 537679658162, "voter": "eeks" }, @@ -375,145 +375,145 @@ }, { "percent": "100", - "reputation": 0, + "reputation": 35537325381339, "rshares": 19875326051, "voter": "hipster" }, { "percent": "10000", - "reputation": 0, + "reputation": 376960001789, "rshares": 5373300397, "voter": "spaninv" }, { "percent": "10000", - "reputation": 0, + "reputation": 5045406568403, "rshares": 31632644129, "voter": "james-show" }, { "percent": "10000", - "reputation": 0, + "reputation": 1172373556107, "rshares": 2191644256, "voter": "gekko" }, { "percent": "10000", - "reputation": 0, + "reputation": 122177444407384, "rshares": 1709548184767, "voter": "cryptoctopus" }, { "percent": "10000", - "reputation": 0, + "reputation": 3750669747284, "rshares": 292403125620, "voter": "pal" }, { "percent": "10000", - "reputation": 0, + "reputation": 10093114621632, "rshares": 91790166084, "voter": "william-noe" }, { "percent": "5000", - "reputation": 0, + "reputation": 15755437221598, "rshares": 6782998784, "voter": "acidyo" }, { "percent": "10000", - "reputation": 0, + "reputation": 42741727265739, "rshares": 134023949190, "voter": "steve-walschot" }, { "percent": "10000", - "reputation": 0, + "reputation": 6182090102255, "rshares": 32871946754, "voter": "dan-atstarlite" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663549830469, "rshares": 490595494, "voter": "coar" }, { "percent": "10000", - "reputation": 0, + "reputation": 161089556767, "rshares": 67870898638, "voter": "asch" }, { "percent": "5000", - "reputation": 0, + "reputation": 60877390332151, "rshares": 286727574871, "voter": "kevinwong" }, { "percent": "3301", - "reputation": 0, + "reputation": 2902053059801, "rshares": 1425998946, "voter": "murh" }, { "percent": "10000", - "reputation": 0, + "reputation": 16325478562, "rshares": 1703165248, "voter": "brian-lukassen" }, { "percent": "10000", - "reputation": 0, + "reputation": 426343346149, "rshares": 7184649989, "voter": "cryptofunk" }, { "percent": "10000", - "reputation": 0, + "reputation": 4740608822, "rshares": 584817224, "voter": "kodi" }, { "percent": "10000", - "reputation": 0, + "reputation": 4509451541223, "rshares": 79084857477, "voter": "theshell" }, { "percent": "3000", - "reputation": 0, + "reputation": 16234753830016, "rshares": 22641839395, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 0, + "reputation": 11765473490257, "rshares": 51307800519, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 0, + "reputation": -2683858617900, "rshares": 5388661415, "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 0, + "reputation": 71931696380, "rshares": 3915776982262, "voter": "satoshifund" }, { "percent": "10000", - "reputation": 0, + "reputation": 11136252375006, "rshares": 403407002721, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 0, + "reputation": 79561484422, "rshares": 426836364, "voter": "applecrisp" }, @@ -525,367 +525,367 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 6531398726064, "rshares": 147474797358, "voter": "killerstorm" }, { "percent": "10000", - "reputation": 0, + "reputation": 514799489426, "rshares": 370486042445, "voter": "hedge-x" }, { "percent": "100", - "reputation": 0, + "reputation": 62345041692781, "rshares": 6226063990, "voter": "hisnameisolllie" }, { "percent": "100", - "reputation": 0, + "reputation": 20763505296686, "rshares": 4666893911, "voter": "wingz" }, { "percent": "10000", - "reputation": 0, + "reputation": 3804349938696, "rshares": 53642020280, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 0, + "reputation": 11429090901893, "rshares": 112536244257, "voter": "kenny-crane" }, { "percent": "10000", - "reputation": 0, + "reputation": 3046358914696, "rshares": 18290477525, "voter": "samether" }, { "percent": "3000", - "reputation": 0, + "reputation": 5888717170887, "rshares": 20435826971, "voter": "ratel" }, { "percent": "10000", - "reputation": 0, + "reputation": 1380612911758, "rshares": 4477973596, "voter": "dahaz159" }, { "percent": "10000", - "reputation": 0, + "reputation": 1116909606233, "rshares": 13353893819, "voter": "facer" }, { "percent": "10000", - "reputation": 0, + "reputation": 1205917850073, "rshares": 19195451431, "voter": "ziv" }, { "percent": "-10000", - "reputation": 0, + "reputation": 2676865682314, "rshares": -37886485933, "voter": "cheftony" }, { "percent": "10000", - "reputation": 0, + "reputation": 696041082748, "rshares": 814177904, "voter": "proglobyte" }, { "percent": "7500", - "reputation": 0, + "reputation": 1331218317408, "rshares": 6651057809, "voter": "grandpere" }, { "percent": "10000", - "reputation": 0, + "reputation": 343178626425, "rshares": 187723859372, "voter": "mexbit" }, { "percent": "10000", - "reputation": 0, + "reputation": 486415577627, "rshares": 5901731263, "voter": "mark-waser" }, { "percent": "0", - "reputation": 0, + "reputation": 2419162524790, "rshares": 13475779704, "voter": "publicworker" }, { "percent": "10000", - "reputation": 0, + "reputation": 5886979119053, "rshares": 106662592446, "voter": "geoffrey" }, { "percent": "10000", - "reputation": 0, + "reputation": 274656026130, "rshares": 46106881411, "voter": "honeythief" }, { "percent": "10000", - "reputation": 0, + "reputation": 5571311902261, "rshares": 2879418324, "voter": "mammasitta" }, { "percent": "5000", - "reputation": 0, + "reputation": 36344377648, "rshares": 22456450828, "voter": "marco-delsalto" }, { "percent": "10000", - "reputation": 0, + "reputation": 224903879777, "rshares": 6740408834, "voter": "tyler-fletcher" }, { "percent": "10000", - "reputation": 0, + "reputation": 23892211348234, "rshares": 90461089451, "voter": "mctiller" }, { "percent": "10000", - "reputation": 0, + "reputation": 2407214688261, "rshares": 70695307715, "voter": "freedomengineer" }, { "percent": "10000", - "reputation": 0, + "reputation": 3929147028870, "rshares": 14764907307, "voter": "magnebit" }, { "percent": "10000", - "reputation": 0, + "reputation": 28873518041457, "rshares": 73424982025, "voter": "razvanelulmarin" }, { "percent": "900", - "reputation": 0, + "reputation": 6767512298331, "rshares": 4332771254, "voter": "treeshaface" }, { "percent": "10000", - "reputation": 0, + "reputation": 6029824012432, "rshares": 17687843258, "voter": "frankjones" }, { "percent": "10000", - "reputation": 0, + "reputation": 10980042082204, "rshares": 18766219906, "voter": "skapaneas" }, { "percent": "10000", - "reputation": 0, + "reputation": 5078903531942, "rshares": 5157854283, "voter": "micheletrainer" }, { "percent": "10000", - "reputation": 0, + "reputation": 5392624170369, "rshares": 17552893571, "voter": "grey580" }, { "percent": "10000", - "reputation": 0, + "reputation": 25639258699, "rshares": 283436852, "voter": "ladyclair" }, { "percent": "10000", - "reputation": 0, + "reputation": 112943056223182, "rshares": 288748933789, "voter": "ericvancewalton" }, { "percent": "10000", - "reputation": 0, + "reputation": 160174254209, "rshares": 52215058764, "voter": "booja" }, { "percent": "10000", - "reputation": 0, + "reputation": 57643429300793, "rshares": 331004446932, "voter": "roelandp" }, { "percent": "10000", - "reputation": 0, + "reputation": 1959446497877, "rshares": 4775693686, "voter": "dennygalindo" }, { "percent": "10000", - "reputation": 0, + "reputation": 19449097565894, "rshares": 62198582831, "voter": "lehard" }, { "percent": "10000", - "reputation": 0, + "reputation": 19988015698, "rshares": 249608253, "voter": "ivp" }, { "percent": "10000", - "reputation": 0, + "reputation": 1700182089209, "rshares": 86432384761, "voter": "rubybian" }, { "percent": "10000", - "reputation": 0, + "reputation": 65540661343, "rshares": 3299480410, "voter": "orly" }, { "percent": "10000", - "reputation": 0, + "reputation": 40557912481, "rshares": 254364900, "voter": "mstang83" }, { "percent": "10000", - "reputation": 0, + "reputation": 10248743813131, "rshares": 22617124650, "voter": "katyakov" }, { "percent": "10000", - "reputation": 0, + "reputation": 17484609383217, "rshares": 122156869592, "voter": "robrigo" }, { "percent": "10000", - "reputation": 0, + "reputation": 11415305020986, "rshares": 48022035978, "voter": "menta" }, { "percent": "10000", - "reputation": 0, + "reputation": 866922528456, "rshares": 977288096, "voter": "lontong" }, { "percent": "10000", - "reputation": 0, + "reputation": 2222945795019, "rshares": 135562023252, "voter": "chhayll" }, { "percent": "10000", - "reputation": 0, + "reputation": -2499740471746, "rshares": 13300237653, "voter": "r4fken" }, { "percent": "10000", - "reputation": 0, + "reputation": 18799092030582, "rshares": 124913925653, "voter": "derekareith" }, { "percent": "10000", - "reputation": 0, + "reputation": 6340616331847, "rshares": 26683327851, "voter": "picokernel" }, { "percent": "10000", - "reputation": 0, + "reputation": 573516438, "rshares": 2707813985, "voter": "wintrop" }, { "percent": "10000", - "reputation": 0, + "reputation": 7018477845661, "rshares": 514388137239, "voter": "neoxian" }, { "percent": "10000", - "reputation": 0, + "reputation": 4336087201971, "rshares": 25581639649, "voter": "strangerarray" }, { "percent": "10000", - "reputation": 0, + "reputation": 736644764370, "rshares": 1344524912605, "voter": "renohq" }, { "percent": "10000", - "reputation": 0, + "reputation": 3320684282022, "rshares": 155010079441, "voter": "knircky" }, { "percent": "10000", - "reputation": 0, + "reputation": 727668809534, "rshares": 5523230874, "voter": "on0tole" }, { "percent": "10000", - "reputation": 0, + "reputation": 11161280105659, "rshares": 71594122778, "voter": "sigmajin" }, { "percent": "10000", - "reputation": 0, + "reputation": 8017093633272, "rshares": 16832656768, "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 0, + "reputation": 10069093677389, "rshares": 42564757970, "voter": "mrwang" }, { "percent": "10000", - "reputation": 0, + "reputation": 899920858191, "rshares": 1268462097, "voter": "mixa" }, { "percent": "10000", - "reputation": 0, + "reputation": 1371681467487, "rshares": 8279675078, "voter": "autosmile13" }, { "percent": "10000", - "reputation": 0, + "reputation": 67145833276, "rshares": 40069670306, "voter": "wesam" }, @@ -897,277 +897,277 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 322912672117, "rshares": 55667692, "voter": "cynetyc" }, { "percent": "10000", - "reputation": 0, + "reputation": 1661526202859, "rshares": 4524453413, "voter": "gikitiki" }, { "percent": "10000", - "reputation": 0, + "reputation": 2821855573125, "rshares": 4046708005, "voter": "steemit-life" }, { "percent": "10000", - "reputation": 0, + "reputation": 7952828943, "rshares": 4687463894, "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 0, + "reputation": 10077167197115, "rshares": 40136504296, "voter": "biophil" }, { "percent": "10000", - "reputation": 0, + "reputation": 2397831198773, "rshares": 3759809896, "voter": "karen13" }, { "percent": "10000", - "reputation": 0, + "reputation": 2753142336385, "rshares": 2630980347, "voter": "jbouchard12" }, { "percent": "10000", - "reputation": 0, + "reputation": 19168905436557, "rshares": 27635550326, "voter": "dwinblood" }, { "percent": "10000", - "reputation": 0, + "reputation": 866671256465, "rshares": 24959867898, "voter": "igster" }, { "percent": "10000", - "reputation": 0, + "reputation": 5827115301697, "rshares": 10845979381, "voter": "deviedev" }, { "percent": "10000", - "reputation": 0, + "reputation": 1489102259, "rshares": 228465690, "voter": "zoicneo" }, { "percent": "10000", - "reputation": 0, + "reputation": 1175982316919, "rshares": 296045327034, "voter": "nabilov" }, { "percent": "10000", - "reputation": 0, + "reputation": 9512715139288, "rshares": 79351054414, "voter": "ntomaino" }, { "percent": "10000", - "reputation": 0, + "reputation": 10445529851856, "rshares": 13957994657, "voter": "meesterboom" }, { "percent": "10000", - "reputation": 0, + "reputation": 3674446315320, "rshares": 12385010041, "voter": "domavila" }, { "percent": "10000", - "reputation": 0, + "reputation": 688176613733, "rshares": 400742354, "voter": "karenmckersie" }, { "percent": "10000", - "reputation": 0, + "reputation": 1058072223123, "rshares": 484888225, "voter": "luisucv34" }, { "percent": "10000", - "reputation": 0, + "reputation": 5183116321161, "rshares": 5747716426, "voter": "krystle" }, { "percent": "10000", - "reputation": 0, + "reputation": 6892424678378, "rshares": 75001817111, "voter": "inertia" }, { "percent": "10000", - "reputation": 0, + "reputation": 1500654518354, "rshares": 44353154247, "voter": "yongyoon" }, { "percent": "10000", - "reputation": 0, + "reputation": 594833631949, "rshares": 7146190847, "voter": "lichtblick" }, { "percent": "10000", - "reputation": 0, + "reputation": 3040770542655, "rshares": 9028095567, "voter": "warrensteem" }, { "percent": "10000", - "reputation": 0, + "reputation": 3502382308233, "rshares": 3710621464, "voter": "maximkichev" }, { "percent": "1000", - "reputation": 0, + "reputation": 51478739136, "rshares": 5254853525, "voter": "sbq777t" }, { "percent": "10000", - "reputation": 0, + "reputation": 3033861094190, "rshares": 13560062590, "voter": "nippel66" }, { "percent": "10000", - "reputation": 0, + "reputation": 34120390016, "rshares": 3175676972, "voter": "imp3" }, { "percent": "10000", - "reputation": 0, + "reputation": 1558637285991, "rshares": 2552560220, "voter": "sgnsteems" }, { "percent": "10000", - "reputation": 0, + "reputation": 21815260714191, "rshares": 189609178496, "voter": "blueorgy" }, { "percent": "1400", - "reputation": 0, + "reputation": 9709066337974, "rshares": 4380569189, "voter": "wadepaterson" }, { "percent": "10000", - "reputation": 0, + "reputation": 76096938200261, "rshares": 296100567501, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 0, + "reputation": -124823359245, "rshares": 20078314404, "voter": "mustafaomar" }, { "percent": "4900", - "reputation": 0, + "reputation": 224144957883, "rshares": 7161559782, "voter": "all-of-us" }, { "percent": "10000", - "reputation": 0, + "reputation": 1532881687066, "rshares": 8247905495, "voter": "magz8716" }, { "percent": "10000", - "reputation": 0, + "reputation": 10910231620999, "rshares": 18706560189, "voter": "bendjmiller222" }, { "percent": "10000", - "reputation": 0, + "reputation": 477578742546, "rshares": 4078813249, "voter": "tarindel" }, { "percent": "5000", - "reputation": 0, + "reputation": 7740774800016, "rshares": 13966407599, "voter": "beowulfoflegend" }, { "percent": "10000", - "reputation": 0, + "reputation": 6467956247739, "rshares": 23276095473, "voter": "deanliu" }, { "percent": "10000", - "reputation": 0, + "reputation": 4194711042931, "rshares": 5317355087, "voter": "rainchen" }, { "percent": "10000", - "reputation": 0, + "reputation": 3782785917192, "rshares": 9242725695, "voter": "oumar" }, { "percent": "10000", - "reputation": 0, + "reputation": 1878917499597, "rshares": 5575772867, "voter": "sharker" }, { "percent": "10000", - "reputation": 0, + "reputation": 14988694886527, "rshares": 182819821534, "voter": "jl777" }, { "percent": "10000", - "reputation": 0, + "reputation": 715914588623, "rshares": 1103176661, "voter": "oecp85" }, { "percent": "10000", - "reputation": 0, + "reputation": 2795999874461, "rshares": 977888223951, "voter": "james212" }, { "percent": "10000", - "reputation": 0, + "reputation": 101628344707, "rshares": 818040957, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 0, + "reputation": 4226573244868, "rshares": 39295777834, "voter": "zaebars" }, { "percent": "10000", - "reputation": 0, + "reputation": 702602138233, "rshares": 1428031362, "voter": "alekst" }, @@ -1179,7 +1179,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 82922763538, "rshares": 125979055, "voter": "kottai" }, @@ -1215,79 +1215,79 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 161079803820, "rshares": 56769328536, "voter": "arcurus" }, { "percent": "10000", - "reputation": 0, + "reputation": 1464965875, "rshares": 115403915, "voter": "charbelnamm" }, { "percent": "10000", - "reputation": 0, + "reputation": 19524897676, "rshares": 9802713874, "voter": "alsprinting" }, { "percent": "10000", - "reputation": 0, + "reputation": 3076953263936, "rshares": 4554249461, "voter": "gustavopasquini" }, { "percent": "10000", - "reputation": 0, + "reputation": 5078296488269, "rshares": 10450628476, "voter": "moon32walker" }, { "percent": "10000", - "reputation": 0, + "reputation": 27988491601746, "rshares": 25772328103, "voter": "marius19" }, { "percent": "10000", - "reputation": 0, + "reputation": 7078941123096, "rshares": 13637653306, "voter": "lemooljiang" }, { "percent": "10000", - "reputation": 0, + "reputation": 13032104555879, "rshares": 15826604583, "voter": "winstonwolfe" }, { "percent": "10000", - "reputation": 0, + "reputation": 114499038747, "rshares": 455136533, "voter": "kooshikoo" }, { "percent": "2300", - "reputation": 0, + "reputation": 568560955800, "rshares": 8541510354, "voter": "fatboy" }, { "percent": "10000", - "reputation": 0, + "reputation": 58190631451, "rshares": 15580395475, "voter": "proto" }, { "percent": "10000", - "reputation": 0, + "reputation": 153480676290, "rshares": 639099484, "voter": "curator" }, { "percent": "8200", - "reputation": 0, + "reputation": 7172977970558, "rshares": 2410557662, "voter": "ace108" }, @@ -1299,7 +1299,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": -2287580630, "rshares": 1634018670, "voter": "alex.chien" }, @@ -1311,7 +1311,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1416246303584, "rshares": 13498521499, "voter": "michaeldodridge" }, @@ -1323,139 +1323,139 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 19497864738, "rshares": 1713978326, "voter": "remlaps" }, { "percent": "0", - "reputation": 0, + "reputation": 5571312226030, "rshares": 165045645, "voter": "beanz" }, { "percent": "100", - "reputation": 0, + "reputation": 6545561317919, "rshares": 273280899, "voter": "clevecross" }, { "percent": "10000", - "reputation": 0, + "reputation": 17218558634066, "rshares": 31769283842, "voter": "smailer" }, { "percent": "10000", - "reputation": 0, + "reputation": -1193908062262, "rshares": 149502446, "voter": "steemster1" }, { "percent": "10000", - "reputation": 0, + "reputation": 2227557428863, "rshares": 4564708091, "voter": "sulev" }, { "percent": "10000", - "reputation": 0, + "reputation": 2413145659228, "rshares": 2873988066, "voter": "dmilash" }, { "percent": "10000", - "reputation": 0, + "reputation": 1454976935454, "rshares": 3459421629, "voter": "carlas10" }, { "percent": "10000", - "reputation": 0, + "reputation": 979379098872, "rshares": 1493719735, "voter": "spinner" }, { "percent": "10000", - "reputation": 0, + "reputation": 106575300404, "rshares": 4189235490, "voter": "glitterpig" }, { "percent": "10000", - "reputation": 0, + "reputation": 1275505236, "rshares": 7874311492, "voter": "taker" }, { "percent": "10000", - "reputation": 0, + "reputation": 36625546797, "rshares": 689524426, "voter": "pakisnxt" }, { "percent": "10000", - "reputation": 0, + "reputation": 1085279334225, "rshares": 5394692942, "voter": "theprophet0" }, { "percent": "10000", - "reputation": 0, + "reputation": 1251705047047, "rshares": 4481547788, "voter": "theprophet" }, { "percent": "10000", - "reputation": 0, + "reputation": -833837861150, "rshares": 61911147, "voter": "sharon" }, { "percent": "10000", - "reputation": 0, + "reputation": 4964569405579, "rshares": 7265644466, "voter": "dumar022" }, { "percent": "10000", - "reputation": 0, + "reputation": -1130081321479, "rshares": 61700262, "voter": "lillianjones" }, { "percent": "10000", - "reputation": 0, + "reputation": 6181438509962, "rshares": 46418159604, "voter": "capitalism" }, { "percent": "10000", - "reputation": 0, + "reputation": 7286529084, "rshares": 588460890536, "voter": "toxic" }, { "percent": "10000", - "reputation": 0, + "reputation": 3350958489391, "rshares": 8609049381, "voter": "darknet" }, { "percent": "10000", - "reputation": 0, + "reputation": 1751717743, "rshares": 14224054622, "voter": "gmurph" }, { "percent": "0", - "reputation": 0, + "reputation": 6887127798781, "rshares": 655589667, "voter": "xtester" }, { "percent": "10000", - "reputation": 0, + "reputation": 2287220532946, "rshares": 2090553241, "voter": "achim86" }, @@ -1467,199 +1467,199 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2021353867281, "rshares": 8452120116, "voter": "kurtbeil" }, { "percent": "10000", - "reputation": 0, + "reputation": 519457263879, "rshares": 60138244071, "voter": "poteshnik83" }, { "percent": "10000", - "reputation": 0, + "reputation": 19964916752653, "rshares": 99476907271, "voter": "thisisbenbrick" }, { "percent": "10000", - "reputation": 0, + "reputation": 638930934079, "rshares": 392193612, "voter": "wiser" }, { "percent": "10000", - "reputation": 0, + "reputation": 66769295082002, "rshares": 112411845286, "voter": "terrycraft" }, { "percent": "10000", - "reputation": 0, + "reputation": 790526925913, "rshares": 1348324437, "voter": "dolov" }, { "percent": "10000", - "reputation": 0, + "reputation": 117644956479, "rshares": 21004018124, "voter": "jphamer1" }, { "percent": "10000", - "reputation": 0, + "reputation": 2344911104009, "rshares": 11270713350, "voter": "ekitcho" }, { "percent": "10000", - "reputation": 0, + "reputation": 229682900271, "rshares": 150794650, "voter": "bigsambucca" }, { "percent": "10000", - "reputation": 0, + "reputation": 66791976065, "rshares": 83986507131, "voter": "joele" }, { "percent": "10000", - "reputation": 0, + "reputation": 11122126920308, "rshares": 5527031256, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 0, + "reputation": 1562464639, "rshares": 57523014, "voter": "nickche" }, { "percent": "10000", - "reputation": 0, + "reputation": 1269864429223, "rshares": 2512217855, "voter": "kainmarx" }, { "percent": "10000", - "reputation": 0, + "reputation": 3740136030964, "rshares": 493960660, "voter": "future24" }, { "percent": "10000", - "reputation": 0, + "reputation": -1468839175006, "rshares": 63555792, "voter": "msjennifer" }, { "percent": "10000", - "reputation": 0, + "reputation": -1343370986030, "rshares": 58453204, "voter": "ciao" }, { "percent": "10000", - "reputation": 0, + "reputation": 3401416945201, "rshares": 3015124995, "voter": "villainblack" }, { "percent": "10000", - "reputation": 0, + "reputation": 1706681630, "rshares": 3439786891, "voter": "cmorton" }, { "percent": "10000", - "reputation": 0, + "reputation": 151272123831, "rshares": 219039434, "voter": "xcepta" }, { "percent": "10000", - "reputation": 0, + "reputation": 3515726108234, "rshares": 748990287, "voter": "jrcornel" }, { "percent": "10000", - "reputation": 0, + "reputation": 485540, "rshares": 57914427, "voter": "steemo" }, { "percent": "10000", - "reputation": 0, + "reputation": 4542627765008, "rshares": 19865005311, "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 0, + "reputation": -79575494262, "rshares": 56535984, "voter": "steema" }, { "percent": "3000", - "reputation": 0, + "reputation": 4130836907564, "rshares": 5769564425, "voter": "highlite" }, { "percent": "10000", - "reputation": 0, + "reputation": 56139970267, "rshares": 73061236, "voter": "evgenyche" }, { "percent": "0", - "reputation": 0, + "reputation": 237071800963, "rshares": 65927774, "voter": "bhavnapatel68" }, { "percent": "10000", - "reputation": 0, + "reputation": -894488087252, "rshares": 71228043, "voter": "confucius" }, { "percent": "10000", - "reputation": 0, + "reputation": 9332405310628, "rshares": 28924632850, "voter": "mrosenquist" }, { "percent": "10000", - "reputation": 0, + "reputation": 289207830105, "rshares": 74898697, "voter": "elenirossidou" }, { "percent": "10000", - "reputation": 0, + "reputation": -789959772758, "rshares": 58639072, "voter": "jarvis" }, { "percent": "10000", - "reputation": 0, + "reputation": 746533252410, "rshares": 102741069, "voter": "lisadang" }, { "percent": "10000", - "reputation": 0, + "reputation": 3168479764, "rshares": 78765183, "voter": "razberrijam" }, { "percent": "10000", - "reputation": 0, + "reputation": 3814152361740, "rshares": 10750764390, "voter": "matrixdweller" }, @@ -1671,13 +1671,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2747626258414, "rshares": 2816953736, "voter": "virtualgrowth" }, { "percent": "100", - "reputation": 0, + "reputation": 11683040603469, "rshares": 1399636656, "voter": "anotherjoe" }, @@ -1689,37 +1689,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2725853299020, "rshares": 5927843564, "voter": "solarguy" }, { "percent": "10000", - "reputation": 0, + "reputation": 587729701840, "rshares": 890579467, "voter": "crazycow" }, { "percent": "10000", - "reputation": 0, + "reputation": 998787616929, "rshares": 3977281078, "voter": "lamech-m" }, { "percent": "10000", - "reputation": 0, + "reputation": 3388690269338, "rshares": 9470181501, "voter": "mrgrey" }, { "percent": "10000", - "reputation": 0, + "reputation": -52839282898, "rshares": 382699085, "voter": "crezyliza" }, { "percent": "10000", - "reputation": 0, + "reputation": 16426840706, "rshares": 12003456501, "voter": "gvargas123" }, @@ -1755,25 +1755,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 5939157149097, "rshares": 10109582992, "voter": "elissahawke" }, { "percent": "10000", - "reputation": 0, + "reputation": 1985439257, "rshares": 88078809749, "voter": "icfiedler" }, { "percent": "10000", - "reputation": 0, + "reputation": 517546794156, "rshares": 192287988, "voter": "steevc" }, { "percent": "10000", - "reputation": 0, + "reputation": 2357768295588, "rshares": 1592064374, "voter": "movievertigo" }, @@ -1785,49 +1785,49 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1130219064888, "rshares": 23660021285, "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 0, + "reputation": 875137794542, "rshares": 5932358367, "voter": "trev" }, { "percent": "10000", - "reputation": 0, + "reputation": 17140629596244, "rshares": 48131519933, "voter": "dragonanarchist" }, { "percent": "10000", - "reputation": 0, + "reputation": 62579633003, "rshares": 79979619, "voter": "joelbow" }, { "percent": "5000", - "reputation": 0, + "reputation": 9053611702217, "rshares": 4001380728, "voter": "sethlinson" }, { "percent": "1000", - "reputation": 0, + "reputation": 11490547563070, "rshares": 2391702679, "voter": "hilarski" }, { "percent": "10000", - "reputation": 0, + "reputation": 73481598898, "rshares": 101945845, "voter": "slorunner" }, { "percent": "10000", - "reputation": 0, + "reputation": 433370384966, "rshares": 1679360131, "voter": "imag1ne" }, @@ -1839,7 +1839,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 915016, "rshares": 57412782, "voter": "drsamkhan" }, @@ -1851,103 +1851,103 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 105180541620, "rshares": 103040256, "voter": "adrevel" }, { "percent": "10000", - "reputation": 0, + "reputation": 49216420678, "rshares": 61202458, "voter": "steembriefing" }, { "percent": "10000", - "reputation": 0, + "reputation": 3523461665322, "rshares": 2894276750, "voter": "fat-like-buddha" }, { "percent": "10000", - "reputation": 0, + "reputation": 31060848452, "rshares": 64070582, "voter": "iosif" }, { "percent": "10000", - "reputation": 0, + "reputation": 1191252134466, "rshares": 1559083086, "voter": "ines-f" }, { "percent": "10000", - "reputation": 0, + "reputation": 2146463020842, "rshares": 1893166639, "voter": "cryptoeasy" }, { "percent": "10000", - "reputation": 0, + "reputation": 1063317981552, "rshares": 9771811576, "voter": "etcmike" }, { "percent": "10000", - "reputation": 0, + "reputation": 4272392942041, "rshares": 4912386907, "voter": "ats-david" }, { "percent": "10000", - "reputation": 0, + "reputation": 2516108074649, "rshares": 947456313, "voter": "runridefly" }, { "percent": "10000", - "reputation": 0, + "reputation": 227415344771, "rshares": 69985187, "voter": "stephenkendal" }, { "percent": "10000", - "reputation": 0, + "reputation": 78274754809, "rshares": 80557869, "voter": "jlufer" }, { "percent": "10000", - "reputation": 0, + "reputation": 3946777086453, "rshares": 2475119042, "voter": "contentjunkie" }, { "percent": "10000", - "reputation": 0, + "reputation": 4818398060873, "rshares": 99564797338, "voter": "shenanigator" }, { "percent": "10000", - "reputation": 0, + "reputation": 809313892500, "rshares": 7076299362, "voter": "daveks" }, { "percent": "10000", - "reputation": 0, + "reputation": 250066271138, "rshares": 61715783, "voter": "uziriel" }, { "percent": "10000", - "reputation": 0, + "reputation": 364872562916, "rshares": 3325599818, "voter": "funkywanderer" }, { "percent": "10000", - "reputation": 0, + "reputation": 3575830946674, "rshares": 11968284833, "voter": "ryan-singer" }, @@ -1959,37 +1959,37 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2455208676, "rshares": 56665974, "voter": "viktorriver" }, { "percent": "10000", - "reputation": 0, + "reputation": 107511023, "rshares": 7018683565, "voter": "mdoolsky" }, { "percent": "10000", - "reputation": 0, + "reputation": 1736702154666, "rshares": 3103345545, "voter": "xanoxt" }, { "percent": "10000", - "reputation": 0, + "reputation": 20797221470, "rshares": 1652709870, "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 0, + "reputation": 2721887929533, "rshares": 6919572472, "voter": "davidbrogan" }, { "percent": "10000", - "reputation": 0, + "reputation": 2083416845, "rshares": 53966805, "voter": "crion" }, @@ -2007,13 +2007,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 205523551305, "rshares": 12191050487, "voter": "ghasemkiani" }, { "percent": "10000", - "reputation": 0, + "reputation": 232802458264, "rshares": 15497139800, "voter": "digital-wisdom" }, @@ -2031,13 +2031,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1919986626165, "rshares": 2032879970, "voter": "matthewtiii" }, { "percent": "10000", - "reputation": 0, + "reputation": 785171622834, "rshares": 5655677010, "voter": "jwaser" }, @@ -2055,19 +2055,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 305485265118, "rshares": 56837113, "voter": "blogx" }, { "percent": "10000", - "reputation": 0, + "reputation": 640164473382, "rshares": 55043079, "voter": "zettar" }, { "percent": "10000", - "reputation": 0, + "reputation": 2840774649947, "rshares": 17788079417, "voter": "hunterisgreat" }, @@ -2085,7 +2085,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 333300187103, "rshares": 85546636, "voter": "the-ego-is-you" }, @@ -2097,7 +2097,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 117903399171, "rshares": 537067064, "voter": "winglessss" }, @@ -2121,13 +2121,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 190002902030, "rshares": 1697516350, "voter": "baodog" }, { "percent": "10000", - "reputation": 0, + "reputation": 1810829967, "rshares": 2664939129, "voter": "bwaser" }, @@ -2139,25 +2139,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 304603834882, "rshares": 732461217, "voter": "ct-gurus" }, { "percent": "10000", - "reputation": 0, + "reputation": 573818727139, "rshares": 220578638, "voter": "mamo" }, { "percent": "10000", - "reputation": 0, + "reputation": 2697602494482, "rshares": 1706277109, "voter": "ibringawareness" }, { "percent": "10000", - "reputation": 0, + "reputation": 1586351489943, "rshares": 860146710, "voter": "kingarbinv" }, @@ -2169,73 +2169,73 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 4205608568581, "rshares": 4841952237, "voter": "burnin" }, { "percent": "3300", - "reputation": 0, + "reputation": 563927807986, "rshares": 558512952, "voter": "bitcoinparadise" }, { "percent": "10000", - "reputation": 0, + "reputation": 488472984681, "rshares": 206212756, "voter": "ballinconscious" }, { "percent": "10000", - "reputation": 0, + "reputation": 5646699288797, "rshares": 4652459969, "voter": "gringalicious" }, { "percent": "10000", - "reputation": 0, + "reputation": 661603952344, "rshares": 2770826537, "voter": "steempowerwhale" }, { "percent": "10000", - "reputation": 0, + "reputation": 2914114578419, "rshares": 1336513482, "voter": "rigaronib" }, { "percent": "10000", - "reputation": 0, + "reputation": 1201509725074, "rshares": 390796425, "voter": "echoesinthemind" }, { "percent": "10000", - "reputation": 0, + "reputation": 1327349908318, "rshares": 357202147, "voter": "soldier" }, { "percent": "10000", - "reputation": 0, + "reputation": 679010673667, "rshares": 55826263, "voter": "nelyp" }, { "percent": "10000", - "reputation": 0, + "reputation": 570800415880, "rshares": 2339486479, "voter": "ellepdub" }, { "percent": "10000", - "reputation": 0, + "reputation": 39967971, "rshares": 50852949, "voter": "gregorygarcia" }, { "percent": "10000", - "reputation": 0, + "reputation": 6072650400812, "rshares": 9400577403, "voter": "herpetologyguy" }, @@ -2253,13 +2253,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 25803661875, "rshares": 70358845, "voter": "ancientofdays" }, { "percent": "10000", - "reputation": 0, + "reputation": -519870545601, "rshares": 52648858, "voter": "psyduck" }, @@ -2277,7 +2277,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 161389518041, "rshares": 147415673, "voter": "flowergirl" }, @@ -2289,19 +2289,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 1150196390848, "rshares": 101153586, "voter": "anns" }, { "percent": "10000", - "reputation": 0, + "reputation": 1182561225, "rshares": 1693077690, "voter": "nil1511" }, { "percent": "10000", - "reputation": 0, + "reputation": 1533678042141, "rshares": 846735133, "voter": "greenwayoflife" }, @@ -2355,19 +2355,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 467125852021, "rshares": 50317220, "voter": "piphunters" }, { "percent": "10000", - "reputation": 0, + "reputation": 1289521305818, "rshares": 1824788165, "voter": "cwbrooch" }, { "percent": "10000", - "reputation": 0, + "reputation": 1663398753211, "rshares": 1161216291, "voter": "ayim" }, @@ -2379,19 +2379,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 192046357763, "rshares": 346259703, "voter": "julia26" }, { "percent": "10000", - "reputation": 0, + "reputation": 450193486835, "rshares": 488963228, "voter": "grisha-danunaher" }, { "percent": "10000", - "reputation": 0, + "reputation": 843039218853, "rshares": 696884040, "voter": "ziogio" }, @@ -2403,25 +2403,25 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 312902704, "rshares": 80800689, "voter": "timalex" }, { "percent": "10000", - "reputation": 0, + "reputation": 630535104158, "rshares": 79083956, "voter": "silverbackjonz" }, { "percent": "10000", - "reputation": 0, + "reputation": 506147790, "rshares": 23984282056, "voter": "abdullar" }, { "percent": "10000", - "reputation": 0, + "reputation": 319010109417, "rshares": 1204472546, "voter": "expedition" }, @@ -2433,31 +2433,31 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 8423377122, "rshares": 162128433, "voter": "cebymaster" }, { "percent": "10000", - "reputation": 0, + "reputation": 2064615506, "rshares": 143818142, "voter": "eunnykim" }, { "percent": "10000", - "reputation": 0, + "reputation": 374016850, "rshares": 162785391, "voter": "olga4ka" }, { "percent": "10000", - "reputation": 0, + "reputation": 675589247639, "rshares": 1065182434, "voter": "rusteemitblog" }, { "percent": "10000", - "reputation": 0, + "reputation": 3319016, "rshares": 161974443, "voter": "zapply" }, @@ -2469,13 +2469,13 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 678509864471, "rshares": 282877474, "voter": "witchcraftblog" }, { "percent": "10000", - "reputation": 0, + "reputation": 585181578869, "rshares": 975048251, "voter": "nikomah" }, @@ -2505,19 +2505,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 15369201941, "rshares": 157654556, "voter": "pawel-krawczyk" }, { "percent": "10000", - "reputation": 0, + "reputation": 11669657116, "rshares": 125721183, "voter": "rubenkusters" }, { "percent": "10000", - "reputation": 0, + "reputation": 7559361841, "rshares": 160269480, "voter": "adpipop" }, @@ -2529,7 +2529,7 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 33427042566, "rshares": 147606365, "voter": "laskovskiy" }, @@ -2547,19 +2547,19 @@ }, { "percent": "10000", - "reputation": 0, + "reputation": 2492569, "rshares": 159524423, "voter": "radent" }, { "percent": "10000", - "reputation": 0, + "reputation": 10568161397, "rshares": 125821091, "voter": "jasonxg" } ], "author": "ned", - "author_reputation": 0, + "author_reputation": 13270505121655, "beneficiaries": [], "body": "https://www.biznessapps.com/blog/wp-content/uploads/2013/12/shutterstock_148639682.png\n\n# Over the last few weeks I've been thinking about ways we could increase the demand for Steem Power, the quality of curated content and the incentives to participate as a Steem curator.\n\nHere are a couple ideas I have been kicking around. They're not fully mature and could use a good rinsing by the community.\n\n## Allow Steem holders to delegate their Steem Power voting rights to a **voting pool**\n\nA delegated voting pool could socialize voting power and individualize rewards. One prime use for this could be the @steemit account. @steemit could create a voting pool and invite anyone with a verified identity and good reputation to join the pool as a curator. This could increase the number of unique curators, help bootstrap Steem as an identity database and give people even more incentives to sign up.\n\nTo show the numbers, an example would be Alice Bob and Charley each delegate their SP of 2, 3, and 7 to one voting pool. Now they each have 4, 4, and 4 SP to be used to curate. Better curation would earn them more curation rewards. \n\nA side effect of delegated voting pools could be voting markets. Any user would have the power to create a voting pool and these users could charge curators for participation. Some of the platform's whales could be interested in offering subscription models to minnows as a way to get more voting influence.\n\n## If powering down stake loses voting influence\n\nImagine that any stake being powered down would lose its rights to use voting influence. This could make the system very clear in the regard that stake is either in or it is out. Users could be able to choose any % of their stake to power down regardless of how many accounts they have and only the % stake that is powering down would lose voting influence. Stopping a power down could return all voting rights.\n\nPerhaps the effect of this could be 1/ more interest to stay in the platform and 2/ more fluidity in the witness queue 3/ more fairness regarding the PoS nature of Steem 4/ more clarity from participants looking to exit the system\n\n## Combined effect?\nPerhaps these proposals could have a combined effect that increases the demand and fluidity of Steem Power while improving the curated experience for people visiting Steem based websites.\n\n#### What are your thoughts and questions?", "body_length": 2399, diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_trending/tag_limit.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_trending/tag_limit.pat.json index b15e2c62..344d9786 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_trending/tag_limit.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_trending/tag_limit.pat.json @@ -3,13 +3,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 842609, "rshares": 53926980, "voter": "simgregg" } ], "author": "simgregg", - "author_reputation": 0, + "author_reputation": 842609, "beneficiaries": [], "body": "Krew tych, co kochali Ojczyzn\u0119, jak naw\u00f3z dzia\u0142a na nasze pokolenie,\nBo cho\u0107 z\u0142amani i w ziemi\u0119 g\u0142\u0119boko pogrzebani - s\u0105 jak nasienie -\nWolno\u015bci, kt\u00f3ra w nas wci\u0105\u017c zdechn\u0105\u0107 nie chce, lecz tchn\u0105\u0107 na nowo.\nCho\u0107 nas zaora\u0107 chc\u0105, nasz\u0105 dusz\u0119 przemieli\u0107 jak zesch\u0142e pole,\nMy wci\u0105\u017c pod skorup\u0105, jak lawa, t\u0119tni\u0105c\u0105 i \u017cyw\u0105 mamy Wol\u0119 -\nBy \u017cy\u0107, gdzie B\u00f3g \u017cy\u0107 da\u0142 przez wieki, i stworzy\u0142 na nowo.\n\nPolska - to tak \u0142atwo si\u0119 m\u00f3wi, i ci\u0119\u017cko umiera. Lecz trudniej - \u017cyje -\nDla Polski, by nie tylko sia\u0107 to ziarno, i \u0142ama\u0107, ale i zbiera\u0107.\nGdy odessano nam ju\u017c z cia\u0142a dusz\u0119 i ducha, gdy\u015bmy jak lalki si\u0119 stali -\nNa sznurkach cudzej historii - Za co umiera\u0107? Ile krew warta\nNa gie\u0142dzie Lucyfera?\n\nGdy dusza rwie si\u0119 do Ciebie, Bo\u017ce, a cia\u0142o gnije w tym padole,\nPoka\u017c, ile wolno mi Polski kocha\u0107, a ile jej odda\u0107 w niewol\u0119?\nBo wyznaczy\u0142e\u015b ludom ich miejsce na ziemi, wi\u0119c i zabra\u0107 mo\u017cesz,\nLecz czy je wr\u00f3cisz, je\u015bli narody wr\u00f3c\u0105 do Ciebie w pokorze?\nCzy te\u017c jeste\u015bmy jak Izrael, wygnani za sw\u0105 twardo\u015b\u0107 serca,\nZa szale\u0144stwo pychy, kt\u00f3ra przed upadkiem zmierzcha?\n\nKrew tych, co cia\u0142a swe jak nasienie w\u0142o\u017cyli do ziemi,\nB\u0119dzie ros\u0105 na Polski odrodzeniu. Je\u015bli tylko nasze serca zmieni -\nTa sprawiedliwo\u015b\u0107 Boga, jak kwa\u015bny deszcz spuszczony,\nGdy trzeba by\u0142o sia\u0107, a my\u015bmy tylko zbierali plony.", "body_length": 1273, diff --git a/hivemind/tavern/tags_api_patterns/get_post_discussions_by_payout/tag_limit.pat.json b/hivemind/tavern/tags_api_patterns/get_post_discussions_by_payout/tag_limit.pat.json index b15e2c62..344d9786 100644 --- a/hivemind/tavern/tags_api_patterns/get_post_discussions_by_payout/tag_limit.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_post_discussions_by_payout/tag_limit.pat.json @@ -3,13 +3,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 0, + "reputation": 842609, "rshares": 53926980, "voter": "simgregg" } ], "author": "simgregg", - "author_reputation": 0, + "author_reputation": 842609, "beneficiaries": [], "body": "Krew tych, co kochali Ojczyzn\u0119, jak naw\u00f3z dzia\u0142a na nasze pokolenie,\nBo cho\u0107 z\u0142amani i w ziemi\u0119 g\u0142\u0119boko pogrzebani - s\u0105 jak nasienie -\nWolno\u015bci, kt\u00f3ra w nas wci\u0105\u017c zdechn\u0105\u0107 nie chce, lecz tchn\u0105\u0107 na nowo.\nCho\u0107 nas zaora\u0107 chc\u0105, nasz\u0105 dusz\u0119 przemieli\u0107 jak zesch\u0142e pole,\nMy wci\u0105\u017c pod skorup\u0105, jak lawa, t\u0119tni\u0105c\u0105 i \u017cyw\u0105 mamy Wol\u0119 -\nBy \u017cy\u0107, gdzie B\u00f3g \u017cy\u0107 da\u0142 przez wieki, i stworzy\u0142 na nowo.\n\nPolska - to tak \u0142atwo si\u0119 m\u00f3wi, i ci\u0119\u017cko umiera. Lecz trudniej - \u017cyje -\nDla Polski, by nie tylko sia\u0107 to ziarno, i \u0142ama\u0107, ale i zbiera\u0107.\nGdy odessano nam ju\u017c z cia\u0142a dusz\u0119 i ducha, gdy\u015bmy jak lalki si\u0119 stali -\nNa sznurkach cudzej historii - Za co umiera\u0107? Ile krew warta\nNa gie\u0142dzie Lucyfera?\n\nGdy dusza rwie si\u0119 do Ciebie, Bo\u017ce, a cia\u0142o gnije w tym padole,\nPoka\u017c, ile wolno mi Polski kocha\u0107, a ile jej odda\u0107 w niewol\u0119?\nBo wyznaczy\u0142e\u015b ludom ich miejsce na ziemi, wi\u0119c i zabra\u0107 mo\u017cesz,\nLecz czy je wr\u00f3cisz, je\u015bli narody wr\u00f3c\u0105 do Ciebie w pokorze?\nCzy te\u017c jeste\u015bmy jak Izrael, wygnani za sw\u0105 twardo\u015b\u0107 serca,\nZa szale\u0144stwo pychy, kt\u00f3ra przed upadkiem zmierzcha?\n\nKrew tych, co cia\u0142a swe jak nasienie w\u0142o\u017cyli do ziemi,\nB\u0119dzie ros\u0105 na Polski odrodzeniu. Je\u015bli tylko nasze serca zmieni -\nTa sprawiedliwo\u015b\u0107 Boga, jak kwa\u015bny deszcz spuszczony,\nGdy trzeba by\u0142o sia\u0107, a my\u015bmy tylko zbierali plony.", "body_length": 1273, -- GitLab From 7df9c94926f3f7a57e282dcafb698eb5873aeed3 Mon Sep 17 00:00:00 2001 From: ABW Date: Mon, 28 Sep 2020 18:20:51 +0200 Subject: [PATCH 4/4] [ABW]: effectively reverted previous rebase - it damaged the patterns --- .../get_discussion/steemit.pat.json | 4 +- .../get_ranked_posts/hot_tag.pat.json | 158 +- .../get_ranked_posts/payout.pat.json | 2540 +-- .../get_ranked_posts/payout_comments.pat.json | 105 +- .../get_ranked_posts/payout_paging.pat.json | 2540 +-- .../get_ranked_posts/promoted.pat.json | 14128 +++++++++++++++- .../get_ranked_posts/trending.pat.json | 2596 +-- .../get_ranked_posts/trending_tag.pat.json | 1792 +- .../get_active_votes/all_data.pat.json | 366 +- .../get_active_votes/biophil.pat.json | 4 +- .../get_blog/limit_hundred.pat.json | 202 +- .../get_blog/normal.pat.json | 202 +- .../limit_100.pat.json | 88 +- .../get_content/gtg.pat.json | 172 +- .../get_content/steemit_firstpost.pat.json | 202 +- .../first.pat.json | 202 +- .../second.pat.json | 202 +- .../get_discussions_by_blog/steemit.pat.json | 202 +- .../admin.pat.json | 20 +- .../get_discussions_by_hot/steem.pat.json | 350 +- .../steem.pat.json | 850 +- .../steem.pat.json | 174 +- .../limit_20.pat.json | 392 +- .../get_replies_by_last_update/admin.pat.json | 20 +- .../limit_100.pat.json | 62 +- .../get_state/steemit.pat.json | 202 +- .../get_account_reputations/first.pat.json | 2 +- .../get_blog/normal.pat.json | 202 +- .../author_permlink.pat.json | 192 +- .../category.pat.json | 192 +- .../empty_params.pat.json | 1370 +- .../no_data.pat.json | 1370 +- .../truncate_body.pat.json | 12 +- .../author_permlink.pat.json | 6 +- .../get_discussion/author_permlink.pat.json | 202 +- .../author.pat.json | 1310 +- .../author_date.pat.json | 1310 +- .../author_last_permlink.pat.json | 10 +- .../author_permlink.pat.json | 72 +- .../author_permlink_date.pat.json | 388 +- .../author_permlink_date_limit.pat.json | 202 +- .../author_tag.pat.json | 4868 +++--- .../get_discussions_by_blog/tag.pat.json | 208 +- .../tag_limit.pat.json | 202 +- .../startauthor_startpermlink_limit.pat.json | 20 +- .../tag_limit.pat.json | 850 +- 46 files changed, 27379 insertions(+), 13384 deletions(-) diff --git a/hivemind/tavern/bridge_api_patterns/get_discussion/steemit.pat.json b/hivemind/tavern/bridge_api_patterns/get_discussion/steemit.pat.json index 65382caf..fdd0e5b9 100644 --- a/hivemind/tavern/bridge_api_patterns/get_discussion/steemit.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_discussion/steemit.pat.json @@ -1571,7 +1571,7 @@ "replies": [], "stats": { "flag_weight": 0.0, - "gray": false, + "gray": true, "hide": false, "total_votes": 0 }, @@ -2302,7 +2302,7 @@ "replies": [], "stats": { "flag_weight": 0.0, - "gray": false, + "gray": true, "hide": false, "total_votes": 6 }, diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot_tag.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot_tag.pat.json index ed4b8cd7..2d1b1ced 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot_tag.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/hot_tag.pat.json @@ -2634,6 +2634,85 @@ "updated": "2016-09-15T17:58:39", "url": "/art/@gavicrane/a-window-into-my-last-sketchbook-12-images" }, + { + "active_votes": [ + { + "rshares": 4134632281224, + "voter": "riverhead" + }, + { + "rshares": 2531219186, + "voter": "steem1653" + }, + { + "rshares": 100126866, + "voter": "rusla" + }, + { + "rshares": 56055247, + "voter": "whoknows" + }, + { + "rshares": 123221500, + "voter": "ola1" + }, + { + "rshares": 2337017256, + "voter": "ayim" + } + ], + "author": "ayim", + "author_payout_value": "0.000 HBD", + "author_reputation": 53.99, + "beneficiaries": [], + "blacklists": [], + "body": "
    ![](http://svmassagetherapy.com/blog/wp-content/uploads/2014/11/slumpshoulder.jpg)
    \nHello Steemit, this might be something that can change your life. Muscle pain is inevitable, it can be an old injury, or just something that suddenly start irritating you and it will not stop. Having over worked muscles or your posture compromised causes a lot of kinks and knots in our body. Having deep tissue massage is great for alleviating pain. \n\n\n

    The benefits of have a deep tissue massage:

    \n* Increases blow flow in the body which causes healing to improve\n* Reduces inflammation\n* Loosen tight muscles cluster\n* Improve overall blood pressure \n* Breaks up scar tissue\n* Stress reliever. \n\n90 percent of the people who read this knows that massages are great. I'm an anomaly, I am not a fan of massages but I do believe in the benefits. I do help out the family when I was younger when they asked for massages and I have a natural talent for it. They were confused and would ask how did I know what to do to fix their back. it still remains a mystery til this day. There are many reason why people can't get massages because of the inconvenience, money, or unavailability which brings me to...\n\n

    Lacrosse ball

    \n![](http://d2ydh70d4b5xgv.cloudfront.net/images/7/7/mobilitas-mobility-peanut-the-original-double-lacrosse-ball-and-myofascial-1a1f82b10a664b959539aacdbdcf0a96.jpg)\n[Peanut Lacrosse ball](https://www.amazon.com/gp/product/B0140NJXY6/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B0140NJXY6&linkCode=as2&tag=lasted-20&linkId=1edab9bdbe3612327d257f4edd57cfb5)\n
    \nThis improve many of my family's lives when they started using it. My mother, dad, brother, and uncles all are a huge fan of these. The idea of lacrosse ball is to place it either on a wall and lean into or placed on the ground and lay on top of it to target stubborn pains and aches caused by tight muscles. It is used by many athletes but also adored by people that hate the idea of working out. The purpose (for example) is to place it somewhere on your back where it is the most uncomfortable and leave it there for around 20 - 30 seconds so that your muscle in that area would slowly release itself. What I personally do is to put 2 of these under my desk roll my feet with them. \n

    Foam roller

    \n![](https://images-na.ssl-images-amazon.com/images/I/71VxfEt9NtL._SL1500_.jpg)\n[Foam Roller](https://www.amazon.com/gp/product/B00KAEJ3V8/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00KAEJ3V8&linkCode=as2&tag=lasted-20&linkId=08ef65112539bb10114ba72a89ab1edd)
    \nThey are great for the overall body. Less intense as the lacrosse ball but they can improve your posture as you roll on top. Here you also do the same thing as the lacrosse ball you lay on top of it and find a tender spot and hold it there for around 20 - 30 seconds if you can and move to the next spot. I don't advise rolling the lower back since your spine is already curve in and your creating more of a sway back. This improve circulation on your thighs, side torso, chest, or any part of your body that can rest on top of this.\n\n

    Theracane

    \n![](https://images-na.ssl-images-amazon.com/images/I/31VpBRHxbUL.jpg)\n[Theracane](https://www.amazon.com/gp/product/B000PRMCJU/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B000PRMCJU&linkCode=as2&tag=lasted-20&linkId=e0fcdc173eac78ceda3dccef5b82dcaf)\n
    \n\nThis is the first thing I purchased when I had tense shoulders because I had a laptop bag which was a sling style bag. The uneven weight distribution caused intense pain and knots in my shoulder which I had no way of stretching it out. During that time I was a student living in the dorms. No car, not a lot of money, and it was super inconvenient to travel one hour to see a physical therapist for a massage. This was introduced to me by my brother who has knots majority of his life because he had bad posture. I gave it a go and it worked! This is great for people who are in a chair and can't just lay down on the floor suddenly like in an office setting. This can be used when reading something on your computer or anything that doesn't requires hands you can start using this to help reduce the pain on your shoulder and neck. \n\nThese three products I always use if I feel that my muscles are tight or overworked that particular day. They are always in hands reach and has improved my over knot issues. Have a great day Steemit, hope this helps!", + "category": "life", + "children": 0, + "created": "2016-09-15T18:53:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://svmassagetherapy.com/blog/wp-content/uploads/2014/11/slumpshoulder.jpg", + "http://d2ydh70d4b5xgv.cloudfront.net/images/7/7/mobilitas-mobility-peanut-the-original-double-lacrosse-ball-and-myofascial-1a1f82b10a664b959539aacdbdcf0a96.jpg", + "https://images-na.ssl-images-amazon.com/images/I/71VxfEt9NtL._SL1500_.jpg", + "https://images-na.ssl-images-amazon.com/images/I/31VpBRHxbUL.jpg" + ], + "links": [ + "https://www.amazon.com/gp/product/B0140NJXY6/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B0140NJXY6&linkCode=as2&tag=lasted-20&linkId=1edab9bdbe3612327d257f4edd57cfb5", + "https://www.amazon.com/gp/product/B00KAEJ3V8/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00KAEJ3V8&linkCode=as2&tag=lasted-20&linkId=08ef65112539bb10114ba72a89ab1edd", + "https://www.amazon.com/gp/product/B000PRMCJU/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B000PRMCJU&linkCode=as2&tag=lasted-20&linkId=e0fcdc173eac78ceda3dccef5b82dcaf" + ], + "tags": [ + "life", + "story", + "fitness", + "health", + "blog" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4139779921279, + "payout": 1.845, + "payout_at": "2016-09-22T18:53:51", + "pending_payout_value": "1.845 HBD", + "percent_hbd": 10000, + "permlink": "fixing-posture-part-5-massages", + "post_id": 1257346, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 6 + }, + "title": "Fixing Posture - Part 5: Massages", + "updated": "2016-09-15T18:57:33", + "url": "/life/@ayim/fixing-posture-part-5-massages" + }, { "active_votes": [ { @@ -2737,85 +2816,6 @@ "updated": "2016-09-15T18:52:57", "url": "/food/@gustavopasquini/pastel-of-banana-with-chocolate" }, - { - "active_votes": [ - { - "rshares": 4134632281224, - "voter": "riverhead" - }, - { - "rshares": 2531219186, - "voter": "steem1653" - }, - { - "rshares": 100126866, - "voter": "rusla" - }, - { - "rshares": 56055247, - "voter": "whoknows" - }, - { - "rshares": 123221500, - "voter": "ola1" - }, - { - "rshares": 2337017256, - "voter": "ayim" - } - ], - "author": "ayim", - "author_payout_value": "0.000 HBD", - "author_reputation": 53.99, - "beneficiaries": [], - "blacklists": [], - "body": "
    ![](http://svmassagetherapy.com/blog/wp-content/uploads/2014/11/slumpshoulder.jpg)
    \nHello Steemit, this might be something that can change your life. Muscle pain is inevitable, it can be an old injury, or just something that suddenly start irritating you and it will not stop. Having over worked muscles or your posture compromised causes a lot of kinks and knots in our body. Having deep tissue massage is great for alleviating pain. \n\n\n

    The benefits of have a deep tissue massage:

    \n* Increases blow flow in the body which causes healing to improve\n* Reduces inflammation\n* Loosen tight muscles cluster\n* Improve overall blood pressure \n* Breaks up scar tissue\n* Stress reliever. \n\n90 percent of the people who read this knows that massages are great. I'm an anomaly, I am not a fan of massages but I do believe in the benefits. I do help out the family when I was younger when they asked for massages and I have a natural talent for it. They were confused and would ask how did I know what to do to fix their back. it still remains a mystery til this day. There are many reason why people can't get massages because of the inconvenience, money, or unavailability which brings me to...\n\n

    Lacrosse ball

    \n![](http://d2ydh70d4b5xgv.cloudfront.net/images/7/7/mobilitas-mobility-peanut-the-original-double-lacrosse-ball-and-myofascial-1a1f82b10a664b959539aacdbdcf0a96.jpg)\n[Peanut Lacrosse ball](https://www.amazon.com/gp/product/B0140NJXY6/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B0140NJXY6&linkCode=as2&tag=lasted-20&linkId=1edab9bdbe3612327d257f4edd57cfb5)\n
    \nThis improve many of my family's lives when they started using it. My mother, dad, brother, and uncles all are a huge fan of these. The idea of lacrosse ball is to place it either on a wall and lean into or placed on the ground and lay on top of it to target stubborn pains and aches caused by tight muscles. It is used by many athletes but also adored by people that hate the idea of working out. The purpose (for example) is to place it somewhere on your back where it is the most uncomfortable and leave it there for around 20 - 30 seconds so that your muscle in that area would slowly release itself. What I personally do is to put 2 of these under my desk roll my feet with them. \n

    Foam roller

    \n![](https://images-na.ssl-images-amazon.com/images/I/71VxfEt9NtL._SL1500_.jpg)\n[Foam Roller](https://www.amazon.com/gp/product/B00KAEJ3V8/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00KAEJ3V8&linkCode=as2&tag=lasted-20&linkId=08ef65112539bb10114ba72a89ab1edd)
    \nThey are great for the overall body. Less intense as the lacrosse ball but they can improve your posture as you roll on top. Here you also do the same thing as the lacrosse ball you lay on top of it and find a tender spot and hold it there for around 20 - 30 seconds if you can and move to the next spot. I don't advise rolling the lower back since your spine is already curve in and your creating more of a sway back. This improve circulation on your thighs, side torso, chest, or any part of your body that can rest on top of this.\n\n

    Theracane

    \n![](https://images-na.ssl-images-amazon.com/images/I/31VpBRHxbUL.jpg)\n[Theracane](https://www.amazon.com/gp/product/B000PRMCJU/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B000PRMCJU&linkCode=as2&tag=lasted-20&linkId=e0fcdc173eac78ceda3dccef5b82dcaf)\n
    \n\nThis is the first thing I purchased when I had tense shoulders because I had a laptop bag which was a sling style bag. The uneven weight distribution caused intense pain and knots in my shoulder which I had no way of stretching it out. During that time I was a student living in the dorms. No car, not a lot of money, and it was super inconvenient to travel one hour to see a physical therapist for a massage. This was introduced to me by my brother who has knots majority of his life because he had bad posture. I gave it a go and it worked! This is great for people who are in a chair and can't just lay down on the floor suddenly like in an office setting. This can be used when reading something on your computer or anything that doesn't requires hands you can start using this to help reduce the pain on your shoulder and neck. \n\nThese three products I always use if I feel that my muscles are tight or overworked that particular day. They are always in hands reach and has improved my over knot issues. Have a great day Steemit, hope this helps!", - "category": "life", - "children": 0, - "created": "2016-09-15T18:53:51", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "is_paidout": false, - "json_metadata": { - "image": [ - "http://svmassagetherapy.com/blog/wp-content/uploads/2014/11/slumpshoulder.jpg", - "http://d2ydh70d4b5xgv.cloudfront.net/images/7/7/mobilitas-mobility-peanut-the-original-double-lacrosse-ball-and-myofascial-1a1f82b10a664b959539aacdbdcf0a96.jpg", - "https://images-na.ssl-images-amazon.com/images/I/71VxfEt9NtL._SL1500_.jpg", - "https://images-na.ssl-images-amazon.com/images/I/31VpBRHxbUL.jpg" - ], - "links": [ - "https://www.amazon.com/gp/product/B0140NJXY6/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B0140NJXY6&linkCode=as2&tag=lasted-20&linkId=1edab9bdbe3612327d257f4edd57cfb5", - "https://www.amazon.com/gp/product/B00KAEJ3V8/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00KAEJ3V8&linkCode=as2&tag=lasted-20&linkId=08ef65112539bb10114ba72a89ab1edd", - "https://www.amazon.com/gp/product/B000PRMCJU/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B000PRMCJU&linkCode=as2&tag=lasted-20&linkId=e0fcdc173eac78ceda3dccef5b82dcaf" - ], - "tags": [ - "life", - "story", - "fitness", - "health", - "blog" - ] - }, - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 4139779921279, - "payout": 1.845, - "payout_at": "2016-09-22T18:53:51", - "pending_payout_value": "1.845 HBD", - "percent_hbd": 10000, - "permlink": "fixing-posture-part-5-massages", - "post_id": 1257346, - "promoted": "0.000 HBD", - "replies": [], - "stats": { - "flag_weight": 0.0, - "gray": false, - "hide": false, - "total_votes": 6 - }, - "title": "Fixing Posture - Part 5: Massages", - "updated": "2016-09-15T18:57:33", - "url": "/life/@ayim/fixing-posture-part-5-massages" - }, { "active_votes": [ { diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout.pat.json index 01fca11d..55861ac1 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout.pat.json @@ -10647,127 +10647,163 @@ { "active_votes": [ { - "rshares": 13477926522085, - "voter": "dantheman" - }, - { - "rshares": 535676350903, + "rshares": 591936986472, "voter": "barrie" }, { - "rshares": 347182498336, + "rshares": 289298833434, "voter": "anonymous" }, { - "rshares": 618864299621, - "voter": "val-a" + "rshares": 12345252505324, + "voter": "rainman" }, { - "rshares": 36025898284908, - "voter": "jamesc" + "rshares": 25621456264935, + "voter": "berniesanders" }, { - "rshares": 166621884382, - "voter": "highasfuck" + "rshares": 3575862225930, + "voter": "excalibur" }, { - "rshares": 2269754565580, - "voter": "badassmother" + "rshares": 7465240586833, + "voter": "firstclass" }, { - "rshares": 6541942109750, - "voter": "xeldal" + "rshares": 34617610074801, + "voter": "jamesc" }, { - "rshares": 5406911565194, - "voter": "enki" + "rshares": 2439391483928, + "voter": "badassmother" }, { - "rshares": 2015795275799, + "rshares": 2108333548846, "voter": "hr1" }, { - "rshares": 1085579124424, - "voter": "rossco99" + "rshares": 5440360108871, + "voter": "kushed" }, { - "rshares": 4539080827957, - "voter": "wang" + "rshares": 135639234986, + "voter": "svk" }, { - "rshares": 5671967166550, - "voter": "steemit200" + "rshares": 4425788336132, + "voter": "nextgencrypto" + }, + { + "rshares": 1183899666401, + "voter": "rossco99" }, { "rshares": 157840910571, "voter": "ozmaster" }, { - "rshares": 2483637972, + "rshares": 3104316216, "voter": "boy" }, { - "rshares": 1744463573774, - "voter": "xeroc" - }, - { - "rshares": 3015447022, + "rshares": 3769023210, "voter": "bue-witness" }, { - "rshares": 547246371, + "rshares": 684026925, "voter": "bunny" }, { - "rshares": 7158463190255, - "voter": "complexring" + "rshares": 6276229149745, + "voter": "clayop" }, { - "rshares": 43942970419, + "rshares": 54893564497, "voter": "bue" }, { - "rshares": 1330801877, + "rshares": 1663393709, "voter": "mini" }, { - "rshares": 171039480, + "rshares": 4401912288378, + "voter": "witness.svk" + }, + { + "rshares": 213796245, "voter": "moon" }, { - "rshares": 422583280311, - "voter": "recursive3" + "rshares": 76449229334, + "voter": "aizensou" }, { - "rshares": 2705583356387, + "rshares": 3556788310214, + "voter": "au1nethyb1" + }, + { + "rshares": 208865905773, + "voter": "b0y2k" + }, + { + "rshares": 6136183341, + "voter": "bentley" + }, + { + "rshares": 425555473971, + "voter": "recursive2" + }, + { + "rshares": 2772197684657, "voter": "recursive" }, { - "rshares": 1352528689, + "rshares": 1425577812, "voter": "mineralwasser" }, { - "rshares": 813598639820, + "rshares": 877687478497, "voter": "boombastic" }, { - "rshares": 107430397631, + "rshares": 118397897437, "voter": "mrs.agsexplorer" }, { - "rshares": 1959061945, + "rshares": 6451379962, + "voter": "sean0010" + }, + { + "rshares": 8480286811, + "voter": "bingo-0" + }, + { + "rshares": 2154708395, "voter": "bingo-1" }, { - "rshares": 413868821627, + "rshares": 480097771037, "voter": "boatymcboatface" }, { - "rshares": 500032593, + "rshares": 379439479055, + "voter": "officialfuzzy" + }, + { + "rshares": 1177986568456, + "voter": "cass" + }, + { + "rshares": 625012807, "voter": "healthcare" }, { - "rshares": 778573329, + "rshares": 1125731310657, + "voter": "tuck-fheman" + }, + { + "rshares": 973159239, "voter": "daniel.pan" }, { @@ -10775,2396 +10811,2360 @@ "voter": "woo7739" }, { - "rshares": 813852185290, - "voter": "steemrollin" + "rshares": 7451892533, + "voter": "patrice" }, { - "rshares": 40097366003, + "rshares": 42814815404, "voter": "alexgr" }, { - "rshares": 230690102, + "rshares": 288356419, "voter": "helen.tan" }, { - "rshares": 317679022747, - "voter": "noaommerrr" - }, - { - "rshares": 13456874958, - "voter": "gregory-f" + "rshares": 18282370513, + "voter": "unosuke" }, { - "rshares": 9981315272, - "voter": "andzzz" + "rshares": 308036837341, + "voter": "noaommerrr" }, { - "rshares": 85951923946, + "rshares": 76716940669, "voter": "edgeland" }, { - "rshares": 76665194905, - "voter": "easteagle13" + "rshares": 51320160062, + "voter": "noisy" }, { - "rshares": 13661967452, - "voter": "fkn" + "rshares": 185809442252, + "voter": "samuel-stone" }, { - "rshares": 44301968409, - "voter": "kingscrown" + "rshares": 16636079519, + "voter": "jademont" }, { - "rshares": 29703642476, - "voter": "instructor2121" + "rshares": 3914505410, + "voter": "hbhades" }, { - "rshares": 341853154470, - "voter": "teamsteem" + "rshares": 433346527370, + "voter": "eeks" }, { - "rshares": 17971631999, - "voter": "elishagh1" + "rshares": 19216280302, + "voter": "fkn" }, { - "rshares": 147551184319, - "voter": "steve-walschot" + "rshares": 447353939, + "voter": "paco-steem" }, { - "rshares": 43838713879, - "voter": "hannixx42" + "rshares": 5016826590, + "voter": "spaninv" }, { - "rshares": 1412786230, - "voter": "murh" + "rshares": 2110504361, + "voter": "gekko" }, { - "rshares": 6476276966, - "voter": "cryptofunk" + "rshares": 335140044424, + "voter": "teamsteem" }, { - "rshares": 39924520204, - "voter": "ranko-k" + "rshares": 25278617688, + "voter": "elishagh1" }, { - "rshares": 943667108132, - "voter": "cyber" + "rshares": 10276551983, + "voter": "richman" }, { - "rshares": 24403504542, - "voter": "paul-labossiere" + "rshares": 708002935272, + "voter": "nanzo-scoop" }, { - "rshares": 29997646492, - "voter": "drinkzya" + "rshares": 1097771169, + "voter": "weenfan" }, { - "rshares": 9277411843, - "voter": "zebbra2014" + "rshares": 139424582774, + "voter": "steve-walschot" }, { - "rshares": 94742737947, - "voter": "eric-boucher" + "rshares": 7604863954, + "voter": "kefkius" }, { - "rshares": 378640848474, - "voter": "taoteh1221" + "rshares": 215057879114, + "voter": "mummyimperfect" }, { - "rshares": 4273797992, - "voter": "andre-ager" + "rshares": 43240066120, + "voter": "klye" }, { - "rshares": 269036651571, - "voter": "churdtzu" + "rshares": 490980590, + "voter": "coar" }, { - "rshares": 53651417814, - "voter": "juanmiguelsalas" + "rshares": 1426410498, + "voter": "murh" }, { - "rshares": 15133639569, - "voter": "paradise-paradox" + "rshares": 6760885463, + "voter": "cryptofunk" }, { - "rshares": 3163625559, - "voter": "pangur-ban" + "rshares": 584910969, + "voter": "kodi" }, { - "rshares": 53304441666, - "voter": "thecryptodrive" + "rshares": 12988959564, + "voter": "andu" }, { - "rshares": 1428360890, - "voter": "benthegameboy" + "rshares": 990439542978, + "voter": "cyber" }, { - "rshares": 398746305, - "voter": "rafikichi" + "rshares": 59784587939, + "voter": "theshell" }, { - "rshares": 79206127744, - "voter": "tim-johnston" + "rshares": 59685490770, + "voter": "ak2020" }, { - "rshares": 19583503403, - "voter": "ziv" + "rshares": 25360606957, + "voter": "thecryptofiend" }, { - "rshares": 2153317286, - "voter": "stephen-somers" + "rshares": 54554448698, + "voter": "justtryme90" }, { - "rshares": 32136652184, - "voter": "michaelx" + "rshares": 9277411843, + "voter": "zebbra2014" }, { - "rshares": 5795619552, - "voter": "mark-waser" + "rshares": 426963673, + "voter": "applecrisp" }, { - "rshares": 134311506595, - "voter": "kimziv" + "rshares": 349160704, + "voter": "stiletto" }, { - "rshares": 2313228416, - "voter": "superfreek" + "rshares": 234281600315, + "voter": "wingz" }, { - "rshares": 510500434, - "voter": "mrhankeh" + "rshares": 52533125771, + "voter": "juanmiguelsalas" }, { - "rshares": 2868007032, - "voter": "alexft" + "rshares": 108081346208, + "voter": "kenny-crane" }, { - "rshares": 56702480478, - "voter": "isteemit" + "rshares": 55791521921, + "voter": "thecryptodrive" }, { - "rshares": 14009388996, - "voter": "damirkatusic" + "rshares": 24830294413, + "voter": "wongshiying" }, { - "rshares": 68355526825, - "voter": "bacchist" + "rshares": 187335920333, + "voter": "will-zewe" }, { - "rshares": 56991239380, - "voter": "asmolokalo" + "rshares": 132454573634, + "voter": "bravenewcoin" }, { - "rshares": 84399492492, - "voter": "rubybian" + "rshares": 4567548961, + "voter": "dahaz159" }, { - "rshares": 3303916529, - "voter": "orly" + "rshares": 13621418175, + "voter": "facer" }, { - "rshares": 5367814231, - "voter": "riscadox" + "rshares": 10703944499, + "voter": "ossama-benjohn" }, { - "rshares": 8194140529, - "voter": "r4fken" + "rshares": 89838229832, + "voter": "schro" }, { - "rshares": 132366664791, - "voter": "derekareith" + "rshares": 16083450491, + "voter": "zakharya" }, { - "rshares": 349132139361, - "voter": "slowwalker" + "rshares": 2063595732, + "voter": "stephen-somers" }, { - "rshares": 45284854380, - "voter": "furion" + "rshares": 30445361083, + "voter": "michaelx" }, { - "rshares": 10594519706, - "voter": "seanmchughart" + "rshares": 5923268326, + "voter": "mark-waser" }, { - "rshares": 743522845, - "voter": "busser" + "rshares": 5724827410, + "voter": "christoryan" }, { - "rshares": 332742949, - "voter": "barbara2" + "rshares": 104859928997, + "voter": "geoffrey" }, { - "rshares": 356520246, - "voter": "ch0c0latechip" + "rshares": 166471141157, + "voter": "kimziv" }, { - "rshares": 342183077, - "voter": "doge4lyf" + "rshares": 2745202699, + "voter": "gary-smith" }, { - "rshares": 967430836, - "voter": "steem1653" + "rshares": 471231170, + "voter": "mrhankeh" }, { - "rshares": 4441929051, - "voter": "gikitiki" + "rshares": 67028640744, + "voter": "norbu" }, { - "rshares": 61948584655, - "voter": "flyingmind" + "rshares": 178740506212, + "voter": "marina" }, { - "rshares": 5446824474, - "voter": "thegoodguy" + "rshares": 217596841813, + "voter": "asmolokalo" }, { - "rshares": 3320467112, - "voter": "karen13" + "rshares": 33316560185, + "voter": "good-karma" }, { - "rshares": 11080274169, - "voter": "deviedev" + "rshares": 90870543097, + "voter": "rubybian" }, { - "rshares": 1283923402, - "voter": "jrd8526" + "rshares": 3370504739, + "voter": "orly" }, { - "rshares": 6389579636, - "voter": "cryptosi" + "rshares": 254380477, + "voter": "mstang83" }, { - "rshares": 288484078580, - "voter": "nabilov" + "rshares": 133809425183, + "voter": "jackkang" }, { - "rshares": 14499214780, - "voter": "jaycobbell" + "rshares": 25519515144, + "voter": "tcfxyz" }, { - "rshares": 8217543952, - "voter": "noodhoog" + "rshares": 7068961098, + "voter": "futurefood" }, { - "rshares": 35654305271, - "voter": "condra" + "rshares": 143394860106, + "voter": "derekareith" }, { - "rshares": 380411494, - "voter": "karenmckersie" + "rshares": 28797437548, + "voter": "picokernel" }, { - "rshares": 7061842607, - "voter": "btcupload" + "rshares": 61988648819, + "voter": "furion" }, { - "rshares": 245554819, - "voter": "jza" + "rshares": 15619208260, + "voter": "bitshares101" }, { - "rshares": 32831137698, - "voter": "creemej" + "rshares": 10594519706, + "voter": "seanmchughart" }, { - "rshares": 91926117, - "voter": "wildchild" + "rshares": 6227407724, + "voter": "owdy" }, { - "rshares": 12310535283, - "voter": "benjiberigan" + "rshares": 463366412, + "voter": "barbara2" }, { - "rshares": 70777333586, - "voter": "thylbom" + "rshares": 514840389, + "voter": "ch0c0latechip" }, { - "rshares": 7168092642, - "voter": "geronimo" + "rshares": 476503055, + "voter": "doge4lyf" }, { - "rshares": 2488984400, - "voter": "vlad" + "rshares": 10476467464, + "voter": "spiz0r" }, { - "rshares": 3404137327, - "voter": "tarindel" + "rshares": 13970283730, + "voter": "ausbitbank" }, { - "rshares": 3373510290, - "voter": "azurejasper" + "rshares": 27538503875, + "voter": "gord0b" }, { - "rshares": 24175862862, - "voter": "deanliu" + "rshares": 5118979825, + "voter": "inversion" }, { - "rshares": 540910155, - "voter": "qonq99" + "rshares": 1137700476, + "voter": "steem1653" }, { - "rshares": 970801526, - "voter": "dbendorf" + "rshares": 5568218494, + "voter": "nichoros" }, { - "rshares": 161416493014, - "voter": "jl777" + "rshares": 10893493671, + "voter": "asim" }, { - "rshares": 1018923425089, - "voter": "james212" + "rshares": 215638639947, + "voter": "jesta" }, { - "rshares": 7072481705, - "voter": "lostnuggett" + "rshares": 16823179482, + "voter": "toxonaut" }, { - "rshares": 35423115509, - "voter": "zaebars" + "rshares": 5013086969, + "voter": "thegoodguy" }, { - "rshares": 11069846104, - "voter": "positive" + "rshares": 17026901254, + "voter": "bdavid" }, { - "rshares": 1784770879, - "voter": "yarly" + "rshares": 16487620216, + "voter": "aaseb" }, { - "rshares": 269607289, - "voter": "yarly2" + "rshares": 3541324768, + "voter": "karen13" }, { - "rshares": 270010959, - "voter": "yarly3" + "rshares": 24962097609, + "voter": "igster" }, { - "rshares": 156093986, - "voter": "yarly4" + "rshares": 296050938278, + "voter": "nabilov" }, { - "rshares": 156975275, - "voter": "yarly5" + "rshares": 11050247826, + "voter": "allmonitors" }, { - "rshares": 89476508, - "voter": "yarly7" + "rshares": 42134446363, + "voter": "milestone" }, { - "rshares": 308403865, - "voter": "sergey44" + "rshares": 6854219330, + "voter": "lichtblick" }, { - "rshares": 117022265, - "voter": "smospider" + "rshares": 38981643223, + "voter": "creemej" }, { - "rshares": 19822991673, - "voter": "krabgat" + "rshares": 87211957, + "voter": "wildchild" }, { - "rshares": 13755763158, - "voter": "proto" + "rshares": 22604638473, + "voter": "phenom" }, { - "rshares": 614745323, - "voter": "curator" + "rshares": 21518378834, + "voter": "mynameisbrian" }, { - "rshares": 21133143205, - "voter": "sisterholics" + "rshares": 4221835049, + "voter": "oululahti" }, { - "rshares": 432471059, - "voter": "yarly10" + "rshares": 2057329898, + "voter": "iamwne" }, { - "rshares": 1518983647, - "voter": "alex.chien" + "rshares": 36385996929, + "voter": "royaltiffany" }, { - "rshares": 231633878, - "voter": "yarly11" + "rshares": 7491319278, + "voter": "bitcoiner" }, { - "rshares": 81028161, - "voter": "yarly12" + "rshares": 3402963070, + "voter": "tarindel" }, { - "rshares": 2814833271, - "voter": "tygergamer" + "rshares": 3150992247, + "voter": "azurejasper" }, { - "rshares": 364069422, - "voter": "fnait" + "rshares": 22320237891, + "voter": "deanliu" }, { - "rshares": 344497787, - "voter": "keepcalmand" + "rshares": 5225193932, + "voter": "rainchen" }, { - "rshares": 111662435976, - "voter": "sterlinluxan" + "rshares": 3567394163, + "voter": "mastletter" }, { - "rshares": 3099858290, - "voter": "glitterpig" + "rshares": 172158330412, + "voter": "jl777" }, { - "rshares": 5361340393, - "voter": "jed78" + "rshares": 39357479579, + "voter": "zaebars" }, { - "rshares": 128430788791, - "voter": "steemdrive" + "rshares": 1366745384, + "voter": "aleco" }, { - "rshares": 1024046685, - "voter": "metaflute" + "rshares": 15569549784, + "voter": "positive" }, { - "rshares": 39800990412, - "voter": "gomeravibz" + "rshares": 1820806512, + "voter": "yarly" }, { - "rshares": 6888480035, - "voter": "taker" + "rshares": 275109479, + "voter": "yarly2" }, { - "rshares": 4650376230, - "voter": "theprophet0" + "rshares": 275521387, + "voter": "yarly3" }, { - "rshares": 729049512878, - "voter": "laonie" + "rshares": 159279578, + "voter": "yarly4" }, { - "rshares": 2551884333, - "voter": "pdogg147" + "rshares": 160178852, + "voter": "yarly5" }, { - "rshares": 8107245594, - "voter": "spaceghost" + "rshares": 91302559, + "voter": "yarly7" }, { - "rshares": 22883800785, - "voter": "laonie1" + "rshares": 9676251273, + "voter": "fishborne" }, { - "rshares": 23396082320, - "voter": "laonie2" + "rshares": 21625479206, + "voter": "prufarchy" }, { - "rshares": 23404647118, - "voter": "laonie3" + "rshares": 18151756887, + "voter": "carlidos" }, { - "rshares": 24520350205, - "voter": "laoyao" + "rshares": 790919268, + "voter": "quigua" }, { - "rshares": 26139519610, - "voter": "myfirst" + "rshares": 921456442, + "voter": "happyphoenix" }, { - "rshares": 161267589491, - "voter": "somebody" + "rshares": 27564916862, + "voter": "team-leibniz" }, { - "rshares": 6032070943, - "voter": "flysaga" + "rshares": 14671343443, + "voter": "proto" }, { - "rshares": 35631246795, - "voter": "midnightoil" + "rshares": 639310915, + "voter": "curator" }, { - "rshares": 2312642573, - "voter": "crypto-toll" + "rshares": 25522993490, + "voter": "sisterholics" }, { - "rshares": 63429538, - "voter": "libertyprime" + "rshares": 441281474, + "voter": "yarly10" }, { - "rshares": 3334099690, - "voter": "darrenturetzky" + "rshares": 236361100, + "voter": "yarly11" }, { - "rshares": 62034512, - "voter": "nickola" + "rshares": 2087245911, + "voter": "leylar" }, { - "rshares": 23400604417, - "voter": "laonie4" + "rshares": 13899669755, + "voter": "michaeldodridge" }, { - "rshares": 23398899328, - "voter": "laonie5" + "rshares": 82681797, + "voter": "yarly12" }, { - "rshares": 23396297524, - "voter": "laonie6" + "rshares": 9225721351, + "voter": "logic" }, { - "rshares": 23393304596, - "voter": "laonie7" + "rshares": 525744758, + "voter": "fnait" }, { - "rshares": 23389513666, - "voter": "laonie8" + "rshares": 479715016, + "voter": "keepcalmand" }, { - "rshares": 23387910642, - "voter": "laonie9" + "rshares": 2852417010, + "voter": "nelu.ceban" }, { - "rshares": 85264650943, - "voter": "xiaohui" + "rshares": 8395108310, + "voter": "alphabeta" }, { - "rshares": 19546273639, - "voter": "velourex" + "rshares": 29391275370, + "voter": "smailer" }, { - "rshares": 5403347242, - "voter": "oflyhigh" + "rshares": 156341247, + "voter": "steemster1" }, { - "rshares": 14605845094, - "voter": "randyclemens" + "rshares": 24117033815, + "voter": "williambanks" }, { - "rshares": 1368553119, - "voter": "paynode" + "rshares": 3171921284, + "voter": "glitterpig" }, { - "rshares": 2787069761, - "voter": "xiaokongcom" + "rshares": 5953798750, + "voter": "jed78" }, { - "rshares": 221895311, - "voter": "zionuziriel" + "rshares": 6471671741, + "voter": "shortcut" }, { - "rshares": 61677203, - "voter": "diversesteem" + "rshares": 131434229863, + "voter": "steemdrive" }, { - "rshares": 5616564080, - "voter": "xianjun" + "rshares": 972832549, + "voter": "metaflute" }, { - "rshares": 64621792, - "voter": "stevescriber" + "rshares": 55157471341, + "voter": "gomeravibz" }, { - "rshares": 52467942, - "voter": "loli" + "rshares": 3735000857, + "voter": "litrbooh" }, { - "rshares": 54857117, - "voter": "nano2nd" + "rshares": 7417512235, + "voter": "taker" }, { - "rshares": 222804436, - "voter": "party1999" + "rshares": 4759832838, + "voter": "theprophet0" }, { - "rshares": 368610577, - "voter": "microluck" + "rshares": 63257042, + "voter": "sharon" }, { - "rshares": 1635886707, - "voter": "chinadaily" + "rshares": 63085782, + "voter": "lillianjones" }, { - "rshares": 57802223, - "voter": "cryptoblu" + "rshares": 887003920813, + "voter": "laonie" }, { - "rshares": 57795937, - "voter": "instructor" + "rshares": 24105897364, + "voter": "rawnetics" }, { - "rshares": 663686280832, - "voter": "dollarvigilante" + "rshares": 5191402535, + "voter": "thebluepanda" }, { - "rshares": 59750246, - "voter": "saveliy" + "rshares": 3088548245, + "voter": "timcliff" }, { - "rshares": 13661297026, - "voter": "gvargas123" + "rshares": 24475534553, + "voter": "laonie1" }, { - "rshares": 1550433833, - "voter": "jsantana" + "rshares": 24986004688, + "voter": "laonie2" }, { - "rshares": 723218112, - "voter": "thepholosopher" + "rshares": 24995138873, + "voter": "laonie3" }, { - "rshares": 69829863, - "voter": "qq553937961" + "rshares": 32610248968, + "voter": "myfirst" }, { - "rshares": 8720302896, - "voter": "jaredcwillis" + "rshares": 199877130147, + "voter": "somebody" }, { - "rshares": 23381814238, - "voter": "laonie10" + "rshares": 20733647424, + "voter": "persianqueen" }, { - "rshares": 765546853, - "voter": "wuyueling" + "rshares": 7476792922, + "voter": "flysaga" }, { - "rshares": 1911014293, - "voter": "erroneous-logic" + "rshares": 12253967192, + "voter": "gmurph" }, { - "rshares": 58984845, - "voter": "attacheguevera" + "rshares": 32783895252, + "voter": "xtester" }, { - "rshares": 80740926521, - "voter": "barrycooper" + "rshares": 44163499766, + "voter": "midnightoil" }, { - "rshares": 45366463875, - "voter": "dragonanarchist" + "rshares": 3991017813, + "voter": "ullikume" }, { - "rshares": 3555271275, - "voter": "stillsafe" + "rshares": 6756209350, + "voter": "minion" }, { - "rshares": 43371945426, - "voter": "emancipatedhuman" + "rshares": 62034512, + "voter": "nickola" }, { - "rshares": 75274936, - "voter": "joelbow" + "rshares": 24990820543, + "voter": "laonie4" }, { - "rshares": 9248050550, - "voter": "sethlinson" + "rshares": 24989057515, + "voter": "laonie5" }, { - "rshares": 23708856990, - "voter": "hilarski" + "rshares": 24986322060, + "voter": "laonie6" }, { - "rshares": 161072048736, - "voter": "falkvinge" + "rshares": 24983081321, + "voter": "laonie7" }, { - "rshares": 1401458089, - "voter": "truthandanarchy" + "rshares": 24979236100, + "voter": "laonie8" }, { - "rshares": 828469568, - "voter": "riceowladam" + "rshares": 24977494631, + "voter": "laonie9" }, { - "rshares": 4024824726, - "voter": "lily-da-vine" + "rshares": 102976940697, + "voter": "xiaohui" }, { - "rshares": 58977489, - "voter": "justinschwalm" + "rshares": 1890376414, + "voter": "t3ran13" }, { - "rshares": 58484280, - "voter": "will.isles" + "rshares": 102832176474, + "voter": "joele" }, { - "rshares": 84529934, - "voter": "sjjohnson" + "rshares": 1307687520, + "voter": "paynode" }, { - "rshares": 1037909150, - "voter": "avielhitchens" + "rshares": 62525016, + "voter": "nickche" }, { - "rshares": 232089407, - "voter": "brandon-rosano" + "rshares": 1145677340, + "voter": "boddhisattva" }, { - "rshares": 58172886, - "voter": "nullpointer" + "rshares": 3454695611, + "voter": "xiaokongcom" }, { - "rshares": 54705383, - "voter": "rickmiller" + "rshares": 2076051332, + "voter": "natalymaty" }, { - "rshares": 2761833688, - "voter": "nulliusinverba" + "rshares": 64952156, + "voter": "msjennifer" }, { - "rshares": 669878419, - "voter": "runridefly" + "rshares": 59738641, + "voter": "ciao" }, { - "rshares": 64994479, - "voter": "mikeonfire" + "rshares": 3238497654, + "voter": "blow" }, { - "rshares": 56680590, - "voter": "charlie777pt" + "rshares": 3369602035, + "voter": "cmorton" }, { - "rshares": 10692755421, - "voter": "stephmckenzie" + "rshares": 59146649, + "voter": "steemo" }, { - "rshares": 2903143663, - "voter": "richardcrill" + "rshares": 6961689621, + "voter": "xianjun" }, { - "rshares": 164618977, - "voter": "decentro" + "rshares": 57765027, + "voter": "steema" }, { - "rshares": 23036045614, - "voter": "laonie11" + "rshares": 3362316499, + "voter": "bhavnapatel68" }, { - "rshares": 58648567727, - "voter": "luminousvisions" + "rshares": 74480084, + "voter": "confucius" }, { - "rshares": 1618117253, - "voter": "davidjkelley" + "rshares": 28366957937, + "voter": "mrosenquist" }, { - "rshares": 7422089296, - "voter": "davidbrogan" + "rshares": 3113858752, + "voter": "bledarus" }, { - "rshares": 57035814, - "voter": "michaelmillman" + "rshares": 50027573, + "voter": "loli" }, { - "rshares": 55669133, - "voter": "sebastianbauer" + "rshares": 84317688677, + "voter": "miacats" }, { - "rshares": 22576396199, - "voter": "sponge-bob" + "rshares": 56076164, + "voter": "nano2nd" }, { - "rshares": 15179703914, - "voter": "digital-wisdom" + "rshares": 8884101258, + "voter": "mione" }, { - "rshares": 3779650786, - "voter": "ethical-ai" + "rshares": 58653788, + "voter": "jarvis" }, { - "rshares": 98777516, - "voter": "saramiller" + "rshares": 457028975, + "voter": "microluck" }, { - "rshares": 2030924043, - "voter": "matthewtiii" + "rshares": 57933957, + "voter": "fortuner" }, { - "rshares": 5539406343, - "voter": "jwaser" + "rshares": 58555241, + "voter": "saveliy" }, { - "rshares": 7649110855, - "voter": "doitvoluntarily" + "rshares": 728479455, + "voter": "alexma3x" }, { - "rshares": 646139908, - "voter": "kev7000" + "rshares": 190168923, + "voter": "cryptomental" }, { - "rshares": 405872365, - "voter": "steemorama" + "rshares": 83974625359, + "voter": "neptun" }, { - "rshares": 925627584, - "voter": "smisi" + "rshares": 13660887096, + "voter": "gvargas123" }, { - "rshares": 3126319414, - "voter": "michaelmatthews" + "rshares": 56593235, + "voter": "johnbyrd" }, { - "rshares": 118627057, - "voter": "the-ego-is-you" + "rshares": 56575537, + "voter": "thomasaustin" }, { - "rshares": 282267928, - "voter": "totosky" + "rshares": 56573535, + "voter": "thermor" }, { - "rshares": 53237721, - "voter": "jonathanyoung" + "rshares": 56585538, + "voter": "ficholl" }, { - "rshares": 2609705655, - "voter": "bwaser" + "rshares": 55387660, + "voter": "widell" }, { - "rshares": 360867793495, - "voter": "charlieshrem" + "rshares": 89842295456, + "voter": "icfiedler" }, { - "rshares": 57674266103, - "voter": "tracemayer" + "rshares": 443693828, + "voter": "keepdoodling" }, { - "rshares": 22559371443, - "voter": "brains" + "rshares": 56161396, + "voter": "revelbrooks" }, { - "rshares": 164509842, - "voter": "knight-angel" + "rshares": 24971011701, + "voter": "laonie10" }, { - "rshares": 1445562934, - "voter": "bitcoinparadise" + "rshares": 24470844605, + "voter": "andrewawerdna" }, { - "rshares": 1996188997, - "voter": "steemsquad" + "rshares": 7674854463, + "voter": "craigwilliamz" }, { - "rshares": 2341327402, - "voter": "ellepdub" + "rshares": 52086919381, + "voter": "mandibil" }, { - "rshares": 50852949, - "voter": "gregorygarcia" + "rshares": 363516844, + "voter": "ukblogger" }, { - "rshares": 95081132, - "voter": "inarix03" + "rshares": 29668204036, + "voter": "daut44" }, { - "rshares": 9557075390, - "voter": "herpetologyguy" + "rshares": 1243977094, + "voter": "fiat19" }, { - "rshares": 4697106015, - "voter": "morgan.waser" + "rshares": 54999739, + "voter": "curpose" }, { - "rshares": 53426834, - "voter": "lightobserver" + "rshares": 80014955, + "voter": "pery" }, { - "rshares": 50233449, - "voter": "teemsteem" + "rshares": 948829161, + "voter": "runridefly" }, { - "rshares": 50975390, - "voter": "steemprincess" + "rshares": 14180456361, + "voter": "krnel" }, { - "rshares": 71404120, - "voter": "piphunters" + "rshares": 24601755462, + "voter": "laonie11" }, { - "rshares": 50182946, - "voter": "glennith" + "rshares": 56270862, + "voter": "antoninaral1965" }, { - "rshares": 3598578415, - "voter": "strong-ai" + "rshares": 55085378, + "voter": "troich" }, { - "rshares": 1345995899, - "voter": "peaceloveliberty" + "rshares": 57498067667, + "voter": "luminousvisions" }, { - "rshares": 174357670, - "voter": "darkminded153" + "rshares": 1653932598, + "voter": "davidjkelley" }, { - "rshares": 532746410, - "voter": "grisha-danunaher" + "rshares": 7421603664, + "voter": "davidbrogan" }, { - "rshares": 111492251, - "voter": "siniceku" + "rshares": 55091113, + "voter": "crion" }, { - "rshares": 154056498, - "voter": "cruise" + "rshares": 54739685, + "voter": "hitherise" }, { - "rshares": 1421425310, - "voter": "rusteemitblog" + "rshares": 54730557, + "voter": "wiss" }, { - "rshares": 148984272, - "voter": "robyneggs" + "rshares": 9279312943, + "voter": "ghasemkiani" }, { - "rshares": 159729263, - "voter": "teemunee" + "rshares": 18057465685, + "voter": "sponge-bob" }, { - "rshares": 127399164, - "voter": "insight2incite" + "rshares": 15514574124, + "voter": "digital-wisdom" }, { - "rshares": 145950604, - "voter": "kurjik7" + "rshares": 225066014, + "voter": "areynolds" }, { - "rshares": 12950665574, - "voter": "goldmatters" + "rshares": 3859577072, + "voter": "ethical-ai" }, { - "rshares": 142731666, - "voter": "oszillum" + "rshares": 54362089, + "voter": "stroully" }, { - "rshares": 155057486, - "voter": "wakeupworldnews" + "rshares": 88628906, + "voter": "ruscion" }, { - "rshares": 155960075, - "voter": "josh-boulton" - } - ], - "author": "sterlinluxan", - "author_payout_value": "0.000 HBD", - "author_reputation": 66.29, - "beneficiaries": [], - "blacklists": [], - "body": "https://i.ytimg.com/vi/-9p8atSEaBQ/sddefault.jpg\n

    The Paradigm Shift is Under Way;\u00a0\u00a0Anarchapulco Rising

    \n\nAnarchists are working\u00a0tirelessly\u00a0to alter\u00a0the course of history and save mankind from the fetters of its own creation. And they are winning. History is unfolding according to the aims of these freethinkers and contrarians. People are waking\u00a0up and questioning\u00a0government. They are becoming disobedient and beginning\u00a0to oppose their masters.\n\nThere is proof of this\u00a0paradigm shift.\n\nThe\u00a0Anarchapulco conference in Acapulco, Mexico is rising. It represents the culmination of all the\u00a0rabble rousing and truth-speaking currently under way. It is a result of this\u00a0choir of anarchists singing hymnals of truth and beckoning people into the light of freedom.\u00a0\n\n\"nathan-thumb\"\n

    Anarchapulco Highlights, Speakers, and Prices

    \n\nWhat is Anarchapulco?\n\nIt is an anarcho-capitalist\u00a0conference held in the last week in February, the 25th through 28th. \u00a0Jeff Berwick, the Dollarvigilante, masterminded and created the event to highlight anarchist ingenuity, compassion, and creativity.\n\nThe conference focuses on\u00a0how anarchists\u00a0are accomplishing their goals, what they are doing to unchain society, live\u00a0more freely, and abolish all government. It features some of the most prominent\u00a0and eloquent orators the anarchist movement has seen. It is world-changing.\n\nSpeakers include, Barry Cooper, Adam Kokesh, Derrick Broze, Roger Ver, Amanda Rachwitz, Larken Rose, Dayna Martin, Jeffery Tucker, Jeff Berwick, Max Igan, Josie Wales, Anarchy Girl, Mark Victor, Dan Dicks, Stephanie Murphy, and many more. I will be speaking as well, and it will be my first public appearance aside from my YouTube videos and writings.\n\nThere\u00a0are also \u00a0workshops and an Ayahuasca ceremony hosted by Barry Cooper called Ayahuascapulco. It should occur on the final evening of the conference. Jeff Berwick will be holding the Dollar Vigilante summit meeting as well. And when night falls, there will be a bacchanalia and other parties to celebrate life, liberty, and love. As an added bonus,\u00a0many of the vendors at the conference will be accepting bitcoin and possibly other cryptocurrencies.\n\nGrab your tickets\u00a0today at the Anarchapulco homepage. They\u00a0are 245 dollars, but students get a special discounted rate. Tickets are also available for the workshops and are on the same link posted above.\n\nI can't wait to meet\u00a0you.\n\nBrave the future! \u00a0Evacuate the State! \u00a0And watch this Anarchapulco informational video below:\n\nhttps://youtu.be/-9p8atSEaBQ\n
    \"You never change things by fighting the existing reality. To change something, build a new model that makes the existing model obsolete.\"
    \n\n
    \n\nMy name is Sterlin. Follow me @\u00a0Psychologic-Anarchist. I also run\u00a0the Psychologic-Anarchist Facebook\u00a0page\u00a0and produce many\u00a0YouTube videos. My interests lie in the intersection of counseling psychology and anarchism. I write about the depredations of psychiatry, and also the new philosophy of compassionate anarchism. We have a large community devoted to discussing psychology and relational voluntaryism.\n\n\"Me", - "category": "anarchy", - "children": 18, - "created": "2016-09-09T21:06:18", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "is_paidout": false, - "json_metadata": { - "image": [ - "https://i.ytimg.com/vi/-9p8atSEaBQ/sddefault.jpg", - "https://psychologicanarchist.files.wordpress.com/2016/09/nathan-thumb.jpg", - "https://img.youtube.com/vi/-9p8atSEaBQ/0.jpg", - "https://psychologicanarchist.files.wordpress.com/2016/08/me-drawing.jpg?w=225" - ], - "links": [ - "https://anarchapulco.com/speakers/", - "https://anarchapulco.com/buy-your-tickets/", - "https://youtu.be/-9p8atSEaBQ", - "https://psychologic-anarchist.com/", - "https://www.facebook.com/psychologicanarchist/", - "https://www.youtube.com/c/psychologicanarchist" - ], - "tags": [ - "anarchy", - "anarchism", - "dollarvigilante", - "anarchapulco", - "liberty" - ] - }, - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 102631008502150, - "payout": 959.696, - "payout_at": "2016-09-16T21:06:18", - "pending_payout_value": "959.696 HBD", - "percent_hbd": 10000, - "permlink": "anarchapulco-is-one-of-the-most-world-changing-conferences-ever", - "post_id": 1188966, - "promoted": "0.000 HBD", - "replies": [], - "stats": { - "flag_weight": 0.0, - "gray": false, - "hide": false, - "total_votes": 273 - }, - "title": "Anarchapulco is One of the Most World Changing Conferences Ever", - "updated": "2016-09-09T22:15:03", - "url": "/anarchy/@sterlinluxan/anarchapulco-is-one-of-the-most-world-changing-conferences-ever" - }, - { - "active_votes": [ + "rshares": 5661661621, + "voter": "jwaser" + }, { - "rshares": 591936986472, - "voter": "barrie" + "rshares": 54019345, + "voter": "thadm" }, { - "rshares": 289298833434, - "voter": "anonymous" + "rshares": 54017499, + "voter": "prof" }, { - "rshares": 12345252505324, - "voter": "rainman" + "rshares": 405872365, + "voter": "steemorama" }, { - "rshares": 25621456264935, - "voter": "berniesanders" + "rshares": 892494003, + "voter": "smisi" }, { - "rshares": 3575862225930, - "voter": "excalibur" + "rshares": 53655807, + "voter": "yorsens" }, { - "rshares": 7465240586833, - "voter": "firstclass" + "rshares": 115546868227, + "voter": "dan-bn" }, { - "rshares": 34617610074801, - "voter": "jamesc" + "rshares": 127739177, + "voter": "the-ego-is-you" }, { - "rshares": 2439391483928, - "voter": "badassmother" + "rshares": 53331040, + "voter": "bane" }, { - "rshares": 2108333548846, - "voter": "hr1" + "rshares": 53324520, + "voter": "vive" }, { - "rshares": 5440360108871, - "voter": "kushed" + "rshares": 53318865, + "voter": "coad" }, { - "rshares": 135639234986, - "voter": "svk" + "rshares": 282267928, + "voter": "totosky" }, { - "rshares": 4425788336132, - "voter": "nextgencrypto" + "rshares": 9068270563, + "voter": "goose" }, { - "rshares": 1183899666401, - "voter": "rossco99" + "rshares": 2667370611, + "voter": "bwaser" }, { - "rshares": 157840910571, - "voter": "ozmaster" + "rshares": 53003720, + "voter": "sofa" }, { - "rshares": 3104316216, - "voter": "boy" + "rshares": 54557096408, + "voter": "tracemayer" }, { - "rshares": 3769023210, - "voter": "bue-witness" + "rshares": 902283883, + "voter": "brains" }, { - "rshares": 684026925, - "voter": "bunny" + "rshares": 459120073, + "voter": "jessicanicklos" }, { - "rshares": 6276229149745, - "voter": "clayop" + "rshares": 53055629, + "voter": "ailo" }, { - "rshares": 54893564497, - "voter": "bue" + "rshares": 4955013816, + "voter": "burnin" }, { - "rshares": 1663393709, - "voter": "mini" + "rshares": 1347001825, + "voter": "bitcoinparadise" }, { - "rshares": 4401912288378, - "voter": "witness.svk" + "rshares": 5314341562, + "voter": "chick1" }, { - "rshares": 213796245, - "voter": "moon" + "rshares": 4462414012, + "voter": "gringalicious" }, { - "rshares": 76449229334, - "voter": "aizensou" + "rshares": 3133057978, + "voter": "steempowerwhale" }, { - "rshares": 3556788310214, - "voter": "au1nethyb1" + "rshares": 50569452, + "voter": "aoki" }, { - "rshares": 208865905773, - "voter": "b0y2k" + "rshares": 50516543, + "voter": "typingagent" }, { - "rshares": 6136183341, - "voter": "bentley" + "rshares": 50514225, + "voter": "cwb" }, { - "rshares": 425555473971, - "voter": "recursive2" + "rshares": 62519521, + "voter": "nelyp" }, { - "rshares": 2772197684657, - "voter": "recursive" + "rshares": 2394301868, + "voter": "ellepdub" }, { - "rshares": 1425577812, - "voter": "mineralwasser" + "rshares": 88742390, + "voter": "inarix03" }, { - "rshares": 877687478497, - "voter": "boombastic" + "rshares": 9744098987, + "voter": "herpetologyguy" }, { - "rshares": 118397897437, - "voter": "mrs.agsexplorer" + "rshares": 51470533, + "voter": "eavy" }, { - "rshares": 6451379962, - "voter": "sean0010" + "rshares": 51484593, + "voter": "roto" }, { - "rshares": 8480286811, - "voter": "bingo-0" + "rshares": 1039982464, + "voter": "jang" }, { - "rshares": 2154708395, - "voter": "bingo-1" + "rshares": 4800843442, + "voter": "morgan.waser" }, { - "rshares": 480097771037, - "voter": "boatymcboatface" + "rshares": 803579425, + "voter": "twinbraid" }, { - "rshares": 379439479055, - "voter": "officialfuzzy" + "rshares": 335672416, + "voter": "lloyddavis" }, { - "rshares": 1177986568456, - "voter": "cass" + "rshares": 50372583, + "voter": "carre" }, { - "rshares": 625012807, - "voter": "healthcare" + "rshares": 3678089785, + "voter": "strong-ai" }, { - "rshares": 1125731310657, - "voter": "tuck-fheman" + "rshares": 543618786, + "voter": "grisha-danunaher" }, { - "rshares": 973159239, - "voter": "daniel.pan" + "rshares": 77637243, + "voter": "igtes" }, { - "rshares": 7859123838, - "voter": "woo7739" + "rshares": 157689742, + "voter": "buffett" }, { - "rshares": 7451892533, - "voter": "patrice" + "rshares": 136357168, + "voter": "siniceku" }, { - "rshares": 42814815404, - "voter": "alexgr" + "rshares": 156601976, + "voter": "eunnykim" }, { - "rshares": 288356419, - "voter": "helen.tan" + "rshares": 1533332205, + "voter": "rusteemitblog" }, { - "rshares": 18282370513, - "voter": "unosuke" + "rshares": 150891276, + "voter": "laskoff" }, { - "rshares": 308036837341, - "voter": "noaommerrr" + "rshares": 59566200, + "voter": "serikus" }, { - "rshares": 76716940669, - "voter": "edgeland" + "rshares": 155727800, + "voter": "sixthsense" }, { - "rshares": 51320160062, - "voter": "noisy" + "rshares": 155682701, + "voter": "boomer" }, { - "rshares": 185809442252, - "voter": "samuel-stone" + "rshares": 146185843, + "voter": "james93" }, { - "rshares": 16636079519, - "voter": "jademont" + "rshares": 158157112, + "voter": "kborgolte" + } + ], + "author": "jesta", + "author_payout_value": "0.000 HBD", + "author_reputation": 66.31, + "beneficiaries": [], + "blacklists": [], + "body": "The 0.3.5 update is primarily focused on a new post inspector, some minor tweaks and a few bug fixes. \n\nIf you're unfamiliar with [steemstats.com](https://steemstats.com), I'd recommend you check out the [rest of my blog posts](https://steemit.com/@jesta) to read through the evolution of this tool.\n\n## Improved Post Inspector\n\n![New Post Inspector](http://i.imgur.com/i14vq0K.png)\n\nThe new post inspector is designed in preparation for the upcoming vote changes (in steem 0.14.0) and helping understand the impact votes have on posts. The header is now the post's title (which if clicked, goes to the post), the author, the time posted, as well as a link to the post on steemd.com or steemdb.com.\n\nFor each vote, from left to right, you have the following information:\n\n- The calculated weight of the vote (the bold number), and below it, the vote weight percentage specified by the voter, and the total percentage of weight contributed to the post (in parentheses) .\n- The account who cast the vote and how long ago it was cast\n- The total reward shares contributed to the post by the voter\n- The current/estimated contribution to the author's post reward.\n- The current/estimated curation reward the voter will receive.\n\nThe current/estimated rewards currently only works for posts in the first payout period, but the post inspector now works from both the Recent Activity screen and the Posts screen.\n\n### Bug Fixes & Improvements\n\n- Fixed a bug on the curation stats reward that was displaying SBD.\n- Fixed an issue with comment payout calculations sometimes displaying incorrectly.\n- Removing a watched account now also resets the account followers/following tabs.\n- Fixed a few memory leaks (still more work needs to be done here)\n- Attempt at fixing the timezone problem. For those of you that experienced the time calculations being incorrect, please let me know if the post inspector's dates are now correct.\n- Added link on each post that leads to steemdb.com.\n- Added link on each user that leads to steemdb.com.\n- Added new operation types for 0.14.0 support next week.\n\n### Future of steemstats\n\nI've mentioned this before in a few of my other posts, but never in an update for steemstats itself. Currently I am evaluating the potential of merging steemstats.com and steemdb.com into a single website, focusing both on the realtime and historical aspects in the same tool. \n\nThis somewhat long process has caused me to halt the addition of new features on steemstats, until I fully evaluate if and how this would work. Over the past few weeks I've been actively learning and exploring react, evaluating it as a replacement for angular, which currently powers steemstats. I have also been expanding the APIs on steemdb for an integration regardless of the chosen direction.\n\nWe are currently in the 0.3.x series of steemstats, and 0.4.0 is going to be one of two things:\n\n- A feature rich version of steemstats that integrates the steemdb api endpoints currently being created\n- A brand new, open source version of steemstats and steemdb into a single application (steemdb will become an API)\n\nUnfortunately, 0.4.0 won't likely be ready until October at the very earliest, possibly even later in the year. I have a number of other things to do over the next 30-60 days that will shape the next 6-12 months of my life, much of it involving development on projects directly related to steem. This also means that news on the steemstats front will be going a bit quiet, except for critical fixes and maintenance. \n\nBut - if you have feature requests or bug reports, feel free to submit them. I keep track of it all. I love chatting about this stuff and it's a pleasure to work on a project that serves over a thousand steemians use each day ;)", + "category": "steemstats", + "children": 29, + "created": "2016-09-09T09:03:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/i14vq0K.png" + ], + "links": [ + "https://steemstats.com", + "https://steemit.com/@jesta" + ], + "tags": [ + "steemstats", + "patch-notes" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 132673239891989, + "payout": 995.974, + "payout_at": "2016-09-16T09:03:12", + "pending_payout_value": "995.974 HBD", + "percent_hbd": 10000, + "permlink": "steemstats-0-3-5-improved-post-inspector-fixes-and-prep-for-0-14-0", + "post_id": 1182223, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 331 + }, + "title": "steemstats 0.3.5 - improved post inspector, fixes and prep for 0.14.0", + "updated": "2016-09-09T09:03:12", + "url": "/steemstats/@jesta/steemstats-0-3-5-improved-post-inspector-fixes-and-prep-for-0-14-0" + }, + { + "active_votes": [ + { + "rshares": 13477926522085, + "voter": "dantheman" }, { - "rshares": 3914505410, - "voter": "hbhades" + "rshares": 535676350903, + "voter": "barrie" }, { - "rshares": 433346527370, - "voter": "eeks" + "rshares": 347182498336, + "voter": "anonymous" }, { - "rshares": 19216280302, - "voter": "fkn" + "rshares": 618864299621, + "voter": "val-a" }, { - "rshares": 447353939, - "voter": "paco-steem" + "rshares": 36025898284908, + "voter": "jamesc" + }, + { + "rshares": 166621884382, + "voter": "highasfuck" + }, + { + "rshares": 2269754565580, + "voter": "badassmother" + }, + { + "rshares": 6541942109750, + "voter": "xeldal" + }, + { + "rshares": 5406911565194, + "voter": "enki" + }, + { + "rshares": 2015795275799, + "voter": "hr1" + }, + { + "rshares": 1085579124424, + "voter": "rossco99" + }, + { + "rshares": 4539080827957, + "voter": "wang" + }, + { + "rshares": 5671967166550, + "voter": "steemit200" + }, + { + "rshares": 157840910571, + "voter": "ozmaster" + }, + { + "rshares": 2483637972, + "voter": "boy" + }, + { + "rshares": 1744463573774, + "voter": "xeroc" + }, + { + "rshares": 3015447022, + "voter": "bue-witness" + }, + { + "rshares": 547246371, + "voter": "bunny" + }, + { + "rshares": 7158463190255, + "voter": "complexring" + }, + { + "rshares": 43942970419, + "voter": "bue" + }, + { + "rshares": 1330801877, + "voter": "mini" + }, + { + "rshares": 171039480, + "voter": "moon" + }, + { + "rshares": 422583280311, + "voter": "recursive3" + }, + { + "rshares": 2705583356387, + "voter": "recursive" + }, + { + "rshares": 1352528689, + "voter": "mineralwasser" + }, + { + "rshares": 813598639820, + "voter": "boombastic" + }, + { + "rshares": 107430397631, + "voter": "mrs.agsexplorer" + }, + { + "rshares": 1959061945, + "voter": "bingo-1" + }, + { + "rshares": 413868821627, + "voter": "boatymcboatface" + }, + { + "rshares": 500032593, + "voter": "healthcare" }, { - "rshares": 5016826590, - "voter": "spaninv" + "rshares": 778573329, + "voter": "daniel.pan" }, { - "rshares": 2110504361, - "voter": "gekko" + "rshares": 7859123838, + "voter": "woo7739" }, { - "rshares": 335140044424, - "voter": "teamsteem" + "rshares": 813852185290, + "voter": "steemrollin" }, { - "rshares": 25278617688, - "voter": "elishagh1" + "rshares": 40097366003, + "voter": "alexgr" }, { - "rshares": 10276551983, - "voter": "richman" + "rshares": 230690102, + "voter": "helen.tan" }, { - "rshares": 708002935272, - "voter": "nanzo-scoop" + "rshares": 317679022747, + "voter": "noaommerrr" }, { - "rshares": 1097771169, - "voter": "weenfan" + "rshares": 13456874958, + "voter": "gregory-f" }, { - "rshares": 139424582774, - "voter": "steve-walschot" + "rshares": 9981315272, + "voter": "andzzz" }, { - "rshares": 7604863954, - "voter": "kefkius" + "rshares": 85951923946, + "voter": "edgeland" }, { - "rshares": 215057879114, - "voter": "mummyimperfect" + "rshares": 76665194905, + "voter": "easteagle13" }, { - "rshares": 43240066120, - "voter": "klye" + "rshares": 13661967452, + "voter": "fkn" }, { - "rshares": 490980590, - "voter": "coar" + "rshares": 44301968409, + "voter": "kingscrown" }, { - "rshares": 1426410498, - "voter": "murh" + "rshares": 29703642476, + "voter": "instructor2121" }, { - "rshares": 6760885463, - "voter": "cryptofunk" + "rshares": 341853154470, + "voter": "teamsteem" }, { - "rshares": 584910969, - "voter": "kodi" + "rshares": 17971631999, + "voter": "elishagh1" }, { - "rshares": 12988959564, - "voter": "andu" + "rshares": 147551184319, + "voter": "steve-walschot" }, { - "rshares": 990439542978, - "voter": "cyber" + "rshares": 43838713879, + "voter": "hannixx42" }, { - "rshares": 59784587939, - "voter": "theshell" + "rshares": 1412786230, + "voter": "murh" }, { - "rshares": 59685490770, - "voter": "ak2020" + "rshares": 6476276966, + "voter": "cryptofunk" }, { - "rshares": 25360606957, - "voter": "thecryptofiend" + "rshares": 39924520204, + "voter": "ranko-k" }, { - "rshares": 54554448698, - "voter": "justtryme90" + "rshares": 943667108132, + "voter": "cyber" }, { - "rshares": 9277411843, - "voter": "zebbra2014" + "rshares": 24403504542, + "voter": "paul-labossiere" }, { - "rshares": 426963673, - "voter": "applecrisp" + "rshares": 29997646492, + "voter": "drinkzya" }, { - "rshares": 349160704, - "voter": "stiletto" + "rshares": 9277411843, + "voter": "zebbra2014" }, { - "rshares": 234281600315, - "voter": "wingz" + "rshares": 94742737947, + "voter": "eric-boucher" }, { - "rshares": 52533125771, - "voter": "juanmiguelsalas" + "rshares": 378640848474, + "voter": "taoteh1221" }, { - "rshares": 108081346208, - "voter": "kenny-crane" + "rshares": 4273797992, + "voter": "andre-ager" }, { - "rshares": 55791521921, - "voter": "thecryptodrive" + "rshares": 269036651571, + "voter": "churdtzu" }, { - "rshares": 24830294413, - "voter": "wongshiying" + "rshares": 53651417814, + "voter": "juanmiguelsalas" }, { - "rshares": 187335920333, - "voter": "will-zewe" + "rshares": 15133639569, + "voter": "paradise-paradox" }, { - "rshares": 132454573634, - "voter": "bravenewcoin" + "rshares": 3163625559, + "voter": "pangur-ban" }, { - "rshares": 4567548961, - "voter": "dahaz159" + "rshares": 53304441666, + "voter": "thecryptodrive" }, { - "rshares": 13621418175, - "voter": "facer" + "rshares": 1428360890, + "voter": "benthegameboy" }, { - "rshares": 10703944499, - "voter": "ossama-benjohn" + "rshares": 398746305, + "voter": "rafikichi" }, { - "rshares": 89838229832, - "voter": "schro" + "rshares": 79206127744, + "voter": "tim-johnston" }, { - "rshares": 16083450491, - "voter": "zakharya" + "rshares": 19583503403, + "voter": "ziv" }, { - "rshares": 2063595732, + "rshares": 2153317286, "voter": "stephen-somers" }, { - "rshares": 30445361083, + "rshares": 32136652184, "voter": "michaelx" }, { - "rshares": 5923268326, + "rshares": 5795619552, "voter": "mark-waser" }, { - "rshares": 5724827410, - "voter": "christoryan" + "rshares": 134311506595, + "voter": "kimziv" }, { - "rshares": 104859928997, - "voter": "geoffrey" + "rshares": 2313228416, + "voter": "superfreek" }, { - "rshares": 166471141157, - "voter": "kimziv" + "rshares": 510500434, + "voter": "mrhankeh" }, { - "rshares": 2745202699, - "voter": "gary-smith" + "rshares": 2868007032, + "voter": "alexft" }, { - "rshares": 471231170, - "voter": "mrhankeh" + "rshares": 56702480478, + "voter": "isteemit" }, { - "rshares": 67028640744, - "voter": "norbu" + "rshares": 14009388996, + "voter": "damirkatusic" }, { - "rshares": 178740506212, - "voter": "marina" + "rshares": 68355526825, + "voter": "bacchist" }, { - "rshares": 217596841813, + "rshares": 56991239380, "voter": "asmolokalo" }, { - "rshares": 33316560185, - "voter": "good-karma" - }, - { - "rshares": 90870543097, + "rshares": 84399492492, "voter": "rubybian" }, { - "rshares": 3370504739, + "rshares": 3303916529, "voter": "orly" }, { - "rshares": 254380477, - "voter": "mstang83" - }, - { - "rshares": 133809425183, - "voter": "jackkang" - }, - { - "rshares": 25519515144, - "voter": "tcfxyz" + "rshares": 5367814231, + "voter": "riscadox" }, { - "rshares": 7068961098, - "voter": "futurefood" + "rshares": 8194140529, + "voter": "r4fken" }, { - "rshares": 143394860106, + "rshares": 132366664791, "voter": "derekareith" }, { - "rshares": 28797437548, - "voter": "picokernel" + "rshares": 349132139361, + "voter": "slowwalker" }, { - "rshares": 61988648819, + "rshares": 45284854380, "voter": "furion" }, - { - "rshares": 15619208260, - "voter": "bitshares101" - }, { "rshares": 10594519706, "voter": "seanmchughart" }, { - "rshares": 6227407724, - "voter": "owdy" + "rshares": 743522845, + "voter": "busser" }, { - "rshares": 463366412, + "rshares": 332742949, "voter": "barbara2" }, { - "rshares": 514840389, + "rshares": 356520246, "voter": "ch0c0latechip" }, { - "rshares": 476503055, + "rshares": 342183077, "voter": "doge4lyf" }, { - "rshares": 10476467464, - "voter": "spiz0r" - }, - { - "rshares": 13970283730, - "voter": "ausbitbank" - }, - { - "rshares": 27538503875, - "voter": "gord0b" - }, - { - "rshares": 5118979825, - "voter": "inversion" - }, - { - "rshares": 1137700476, + "rshares": 967430836, "voter": "steem1653" }, { - "rshares": 5568218494, - "voter": "nichoros" - }, - { - "rshares": 10893493671, - "voter": "asim" - }, - { - "rshares": 215638639947, - "voter": "jesta" + "rshares": 4441929051, + "voter": "gikitiki" }, { - "rshares": 16823179482, - "voter": "toxonaut" + "rshares": 61948584655, + "voter": "flyingmind" }, { - "rshares": 5013086969, + "rshares": 5446824474, "voter": "thegoodguy" }, { - "rshares": 17026901254, - "voter": "bdavid" + "rshares": 3320467112, + "voter": "karen13" }, { - "rshares": 16487620216, - "voter": "aaseb" + "rshares": 11080274169, + "voter": "deviedev" }, { - "rshares": 3541324768, - "voter": "karen13" + "rshares": 1283923402, + "voter": "jrd8526" }, { - "rshares": 24962097609, - "voter": "igster" + "rshares": 6389579636, + "voter": "cryptosi" }, { - "rshares": 296050938278, + "rshares": 288484078580, "voter": "nabilov" }, { - "rshares": 11050247826, - "voter": "allmonitors" + "rshares": 14499214780, + "voter": "jaycobbell" }, { - "rshares": 42134446363, - "voter": "milestone" + "rshares": 8217543952, + "voter": "noodhoog" }, { - "rshares": 6854219330, - "voter": "lichtblick" + "rshares": 35654305271, + "voter": "condra" }, { - "rshares": 38981643223, - "voter": "creemej" + "rshares": 380411494, + "voter": "karenmckersie" }, { - "rshares": 87211957, - "voter": "wildchild" + "rshares": 7061842607, + "voter": "btcupload" }, { - "rshares": 22604638473, - "voter": "phenom" + "rshares": 245554819, + "voter": "jza" }, { - "rshares": 21518378834, - "voter": "mynameisbrian" + "rshares": 32831137698, + "voter": "creemej" }, { - "rshares": 4221835049, - "voter": "oululahti" + "rshares": 91926117, + "voter": "wildchild" }, { - "rshares": 2057329898, - "voter": "iamwne" + "rshares": 12310535283, + "voter": "benjiberigan" }, { - "rshares": 36385996929, - "voter": "royaltiffany" + "rshares": 70777333586, + "voter": "thylbom" }, { - "rshares": 7491319278, - "voter": "bitcoiner" + "rshares": 7168092642, + "voter": "geronimo" }, { - "rshares": 3402963070, + "rshares": 2488984400, + "voter": "vlad" + }, + { + "rshares": 3404137327, "voter": "tarindel" }, { - "rshares": 3150992247, + "rshares": 3373510290, "voter": "azurejasper" }, { - "rshares": 22320237891, + "rshares": 24175862862, "voter": "deanliu" }, { - "rshares": 5225193932, - "voter": "rainchen" + "rshares": 540910155, + "voter": "qonq99" }, { - "rshares": 3567394163, - "voter": "mastletter" + "rshares": 970801526, + "voter": "dbendorf" }, { - "rshares": 172158330412, + "rshares": 161416493014, "voter": "jl777" }, { - "rshares": 39357479579, - "voter": "zaebars" + "rshares": 1018923425089, + "voter": "james212" }, { - "rshares": 1366745384, - "voter": "aleco" + "rshares": 7072481705, + "voter": "lostnuggett" }, { - "rshares": 15569549784, + "rshares": 35423115509, + "voter": "zaebars" + }, + { + "rshares": 11069846104, "voter": "positive" }, { - "rshares": 1820806512, + "rshares": 1784770879, "voter": "yarly" }, { - "rshares": 275109479, + "rshares": 269607289, "voter": "yarly2" }, { - "rshares": 275521387, + "rshares": 270010959, "voter": "yarly3" }, { - "rshares": 159279578, + "rshares": 156093986, "voter": "yarly4" }, { - "rshares": 160178852, + "rshares": 156975275, "voter": "yarly5" }, { - "rshares": 91302559, + "rshares": 89476508, "voter": "yarly7" }, { - "rshares": 9676251273, - "voter": "fishborne" - }, - { - "rshares": 21625479206, - "voter": "prufarchy" - }, - { - "rshares": 18151756887, - "voter": "carlidos" - }, - { - "rshares": 790919268, - "voter": "quigua" + "rshares": 308403865, + "voter": "sergey44" }, { - "rshares": 921456442, - "voter": "happyphoenix" + "rshares": 117022265, + "voter": "smospider" }, { - "rshares": 27564916862, - "voter": "team-leibniz" + "rshares": 19822991673, + "voter": "krabgat" }, { - "rshares": 14671343443, + "rshares": 13755763158, "voter": "proto" }, { - "rshares": 639310915, + "rshares": 614745323, "voter": "curator" }, { - "rshares": 25522993490, + "rshares": 21133143205, "voter": "sisterholics" }, { - "rshares": 441281474, + "rshares": 432471059, "voter": "yarly10" }, { - "rshares": 236361100, - "voter": "yarly11" - }, - { - "rshares": 2087245911, - "voter": "leylar" + "rshares": 1518983647, + "voter": "alex.chien" }, { - "rshares": 13899669755, - "voter": "michaeldodridge" + "rshares": 231633878, + "voter": "yarly11" }, { - "rshares": 82681797, + "rshares": 81028161, "voter": "yarly12" }, { - "rshares": 9225721351, - "voter": "logic" + "rshares": 2814833271, + "voter": "tygergamer" }, { - "rshares": 525744758, + "rshares": 364069422, "voter": "fnait" }, { - "rshares": 479715016, + "rshares": 344497787, "voter": "keepcalmand" }, { - "rshares": 2852417010, - "voter": "nelu.ceban" - }, - { - "rshares": 8395108310, - "voter": "alphabeta" - }, - { - "rshares": 29391275370, - "voter": "smailer" - }, - { - "rshares": 156341247, - "voter": "steemster1" - }, - { - "rshares": 24117033815, - "voter": "williambanks" + "rshares": 111662435976, + "voter": "sterlinluxan" }, { - "rshares": 3171921284, + "rshares": 3099858290, "voter": "glitterpig" }, { - "rshares": 5953798750, + "rshares": 5361340393, "voter": "jed78" }, { - "rshares": 6471671741, - "voter": "shortcut" - }, - { - "rshares": 131434229863, + "rshares": 128430788791, "voter": "steemdrive" }, { - "rshares": 972832549, + "rshares": 1024046685, "voter": "metaflute" }, { - "rshares": 55157471341, + "rshares": 39800990412, "voter": "gomeravibz" }, { - "rshares": 3735000857, - "voter": "litrbooh" - }, - { - "rshares": 7417512235, + "rshares": 6888480035, "voter": "taker" }, { - "rshares": 4759832838, + "rshares": 4650376230, "voter": "theprophet0" }, { - "rshares": 63257042, - "voter": "sharon" - }, - { - "rshares": 63085782, - "voter": "lillianjones" - }, - { - "rshares": 887003920813, + "rshares": 729049512878, "voter": "laonie" }, { - "rshares": 24105897364, - "voter": "rawnetics" - }, - { - "rshares": 5191402535, - "voter": "thebluepanda" + "rshares": 2551884333, + "voter": "pdogg147" }, { - "rshares": 3088548245, - "voter": "timcliff" + "rshares": 8107245594, + "voter": "spaceghost" }, { - "rshares": 24475534553, + "rshares": 22883800785, "voter": "laonie1" }, { - "rshares": 24986004688, + "rshares": 23396082320, "voter": "laonie2" }, { - "rshares": 24995138873, + "rshares": 23404647118, "voter": "laonie3" }, { - "rshares": 32610248968, - "voter": "myfirst" + "rshares": 24520350205, + "voter": "laoyao" }, { - "rshares": 199877130147, - "voter": "somebody" + "rshares": 26139519610, + "voter": "myfirst" }, { - "rshares": 20733647424, - "voter": "persianqueen" + "rshares": 161267589491, + "voter": "somebody" }, { - "rshares": 7476792922, + "rshares": 6032070943, "voter": "flysaga" }, { - "rshares": 12253967192, - "voter": "gmurph" - }, - { - "rshares": 32783895252, - "voter": "xtester" + "rshares": 35631246795, + "voter": "midnightoil" }, { - "rshares": 44163499766, - "voter": "midnightoil" + "rshares": 2312642573, + "voter": "crypto-toll" }, { - "rshares": 3991017813, - "voter": "ullikume" + "rshares": 63429538, + "voter": "libertyprime" }, { - "rshares": 6756209350, - "voter": "minion" + "rshares": 3334099690, + "voter": "darrenturetzky" }, { "rshares": 62034512, "voter": "nickola" }, { - "rshares": 24990820543, + "rshares": 23400604417, "voter": "laonie4" }, { - "rshares": 24989057515, + "rshares": 23398899328, "voter": "laonie5" }, { - "rshares": 24986322060, + "rshares": 23396297524, "voter": "laonie6" }, { - "rshares": 24983081321, + "rshares": 23393304596, "voter": "laonie7" }, { - "rshares": 24979236100, + "rshares": 23389513666, "voter": "laonie8" }, { - "rshares": 24977494631, + "rshares": 23387910642, "voter": "laonie9" }, { - "rshares": 102976940697, + "rshares": 85264650943, "voter": "xiaohui" }, { - "rshares": 1890376414, - "voter": "t3ran13" - }, - { - "rshares": 102832176474, - "voter": "joele" + "rshares": 19546273639, + "voter": "velourex" }, { - "rshares": 1307687520, - "voter": "paynode" + "rshares": 5403347242, + "voter": "oflyhigh" }, { - "rshares": 62525016, - "voter": "nickche" + "rshares": 14605845094, + "voter": "randyclemens" }, { - "rshares": 1145677340, - "voter": "boddhisattva" + "rshares": 1368553119, + "voter": "paynode" }, { - "rshares": 3454695611, + "rshares": 2787069761, "voter": "xiaokongcom" }, { - "rshares": 2076051332, - "voter": "natalymaty" + "rshares": 221895311, + "voter": "zionuziriel" }, { - "rshares": 64952156, - "voter": "msjennifer" + "rshares": 61677203, + "voter": "diversesteem" }, { - "rshares": 59738641, - "voter": "ciao" + "rshares": 5616564080, + "voter": "xianjun" }, { - "rshares": 3238497654, - "voter": "blow" + "rshares": 64621792, + "voter": "stevescriber" }, { - "rshares": 3369602035, - "voter": "cmorton" + "rshares": 52467942, + "voter": "loli" }, { - "rshares": 59146649, - "voter": "steemo" + "rshares": 54857117, + "voter": "nano2nd" }, { - "rshares": 6961689621, - "voter": "xianjun" + "rshares": 222804436, + "voter": "party1999" }, { - "rshares": 57765027, - "voter": "steema" + "rshares": 368610577, + "voter": "microluck" }, { - "rshares": 3362316499, - "voter": "bhavnapatel68" + "rshares": 1635886707, + "voter": "chinadaily" }, { - "rshares": 74480084, - "voter": "confucius" + "rshares": 57802223, + "voter": "cryptoblu" }, { - "rshares": 28366957937, - "voter": "mrosenquist" + "rshares": 57795937, + "voter": "instructor" }, { - "rshares": 3113858752, - "voter": "bledarus" + "rshares": 663686280832, + "voter": "dollarvigilante" }, { - "rshares": 50027573, - "voter": "loli" + "rshares": 59750246, + "voter": "saveliy" }, { - "rshares": 84317688677, - "voter": "miacats" + "rshares": 13661297026, + "voter": "gvargas123" }, { - "rshares": 56076164, - "voter": "nano2nd" + "rshares": 1550433833, + "voter": "jsantana" }, { - "rshares": 8884101258, - "voter": "mione" + "rshares": 723218112, + "voter": "thepholosopher" }, { - "rshares": 58653788, - "voter": "jarvis" + "rshares": 69829863, + "voter": "qq553937961" }, { - "rshares": 457028975, - "voter": "microluck" + "rshares": 8720302896, + "voter": "jaredcwillis" }, { - "rshares": 57933957, - "voter": "fortuner" + "rshares": 23381814238, + "voter": "laonie10" }, { - "rshares": 58555241, - "voter": "saveliy" + "rshares": 765546853, + "voter": "wuyueling" }, { - "rshares": 728479455, - "voter": "alexma3x" + "rshares": 1911014293, + "voter": "erroneous-logic" }, { - "rshares": 190168923, - "voter": "cryptomental" + "rshares": 58984845, + "voter": "attacheguevera" }, { - "rshares": 83974625359, - "voter": "neptun" + "rshares": 80740926521, + "voter": "barrycooper" }, { - "rshares": 13660887096, - "voter": "gvargas123" + "rshares": 45366463875, + "voter": "dragonanarchist" }, { - "rshares": 56593235, - "voter": "johnbyrd" + "rshares": 3555271275, + "voter": "stillsafe" }, { - "rshares": 56575537, - "voter": "thomasaustin" + "rshares": 43371945426, + "voter": "emancipatedhuman" }, { - "rshares": 56573535, - "voter": "thermor" + "rshares": 75274936, + "voter": "joelbow" }, { - "rshares": 56585538, - "voter": "ficholl" + "rshares": 9248050550, + "voter": "sethlinson" }, { - "rshares": 55387660, - "voter": "widell" + "rshares": 23708856990, + "voter": "hilarski" }, { - "rshares": 89842295456, - "voter": "icfiedler" + "rshares": 161072048736, + "voter": "falkvinge" }, { - "rshares": 443693828, - "voter": "keepdoodling" + "rshares": 1401458089, + "voter": "truthandanarchy" }, { - "rshares": 56161396, - "voter": "revelbrooks" + "rshares": 828469568, + "voter": "riceowladam" }, { - "rshares": 24971011701, - "voter": "laonie10" + "rshares": 4024824726, + "voter": "lily-da-vine" }, { - "rshares": 24470844605, - "voter": "andrewawerdna" + "rshares": 58977489, + "voter": "justinschwalm" }, { - "rshares": 7674854463, - "voter": "craigwilliamz" + "rshares": 58484280, + "voter": "will.isles" }, { - "rshares": 52086919381, - "voter": "mandibil" + "rshares": 84529934, + "voter": "sjjohnson" }, { - "rshares": 363516844, - "voter": "ukblogger" + "rshares": 1037909150, + "voter": "avielhitchens" }, { - "rshares": 29668204036, - "voter": "daut44" + "rshares": 232089407, + "voter": "brandon-rosano" }, { - "rshares": 1243977094, - "voter": "fiat19" + "rshares": 58172886, + "voter": "nullpointer" }, { - "rshares": 54999739, - "voter": "curpose" + "rshares": 54705383, + "voter": "rickmiller" }, { - "rshares": 80014955, - "voter": "pery" + "rshares": 2761833688, + "voter": "nulliusinverba" }, { - "rshares": 948829161, + "rshares": 669878419, "voter": "runridefly" }, { - "rshares": 14180456361, - "voter": "krnel" + "rshares": 64994479, + "voter": "mikeonfire" }, { - "rshares": 24601755462, - "voter": "laonie11" + "rshares": 56680590, + "voter": "charlie777pt" }, { - "rshares": 56270862, - "voter": "antoninaral1965" + "rshares": 10692755421, + "voter": "stephmckenzie" }, { - "rshares": 55085378, - "voter": "troich" + "rshares": 2903143663, + "voter": "richardcrill" }, { - "rshares": 57498067667, - "voter": "luminousvisions" + "rshares": 164618977, + "voter": "decentro" }, { - "rshares": 1653932598, - "voter": "davidjkelley" + "rshares": 23036045614, + "voter": "laonie11" }, { - "rshares": 7421603664, - "voter": "davidbrogan" + "rshares": 58648567727, + "voter": "luminousvisions" }, { - "rshares": 55091113, - "voter": "crion" + "rshares": 1618117253, + "voter": "davidjkelley" }, { - "rshares": 54739685, - "voter": "hitherise" + "rshares": 7422089296, + "voter": "davidbrogan" }, { - "rshares": 54730557, - "voter": "wiss" + "rshares": 57035814, + "voter": "michaelmillman" }, { - "rshares": 9279312943, - "voter": "ghasemkiani" + "rshares": 55669133, + "voter": "sebastianbauer" }, { - "rshares": 18057465685, + "rshares": 22576396199, "voter": "sponge-bob" }, { - "rshares": 15514574124, + "rshares": 15179703914, "voter": "digital-wisdom" }, { - "rshares": 225066014, - "voter": "areynolds" - }, - { - "rshares": 3859577072, + "rshares": 3779650786, "voter": "ethical-ai" }, { - "rshares": 54362089, - "voter": "stroully" + "rshares": 98777516, + "voter": "saramiller" }, { - "rshares": 88628906, - "voter": "ruscion" + "rshares": 2030924043, + "voter": "matthewtiii" }, { - "rshares": 5661661621, + "rshares": 5539406343, "voter": "jwaser" }, { - "rshares": 54019345, - "voter": "thadm" + "rshares": 7649110855, + "voter": "doitvoluntarily" }, { - "rshares": 54017499, - "voter": "prof" + "rshares": 646139908, + "voter": "kev7000" }, { "rshares": 405872365, "voter": "steemorama" }, { - "rshares": 892494003, + "rshares": 925627584, "voter": "smisi" }, { - "rshares": 53655807, - "voter": "yorsens" - }, - { - "rshares": 115546868227, - "voter": "dan-bn" + "rshares": 3126319414, + "voter": "michaelmatthews" }, { - "rshares": 127739177, + "rshares": 118627057, "voter": "the-ego-is-you" }, - { - "rshares": 53331040, - "voter": "bane" - }, - { - "rshares": 53324520, - "voter": "vive" - }, - { - "rshares": 53318865, - "voter": "coad" - }, { "rshares": 282267928, "voter": "totosky" }, { - "rshares": 9068270563, - "voter": "goose" + "rshares": 53237721, + "voter": "jonathanyoung" }, { - "rshares": 2667370611, + "rshares": 2609705655, "voter": "bwaser" }, { - "rshares": 53003720, - "voter": "sofa" + "rshares": 360867793495, + "voter": "charlieshrem" }, { - "rshares": 54557096408, + "rshares": 57674266103, "voter": "tracemayer" }, { - "rshares": 902283883, + "rshares": 22559371443, "voter": "brains" }, { - "rshares": 459120073, - "voter": "jessicanicklos" - }, - { - "rshares": 53055629, - "voter": "ailo" - }, - { - "rshares": 4955013816, - "voter": "burnin" + "rshares": 164509842, + "voter": "knight-angel" }, { - "rshares": 1347001825, + "rshares": 1445562934, "voter": "bitcoinparadise" }, { - "rshares": 5314341562, - "voter": "chick1" - }, - { - "rshares": 4462414012, - "voter": "gringalicious" - }, - { - "rshares": 3133057978, - "voter": "steempowerwhale" - }, - { - "rshares": 50569452, - "voter": "aoki" - }, - { - "rshares": 50516543, - "voter": "typingagent" - }, - { - "rshares": 50514225, - "voter": "cwb" + "rshares": 1996188997, + "voter": "steemsquad" }, { - "rshares": 62519521, - "voter": "nelyp" + "rshares": 2341327402, + "voter": "ellepdub" }, { - "rshares": 2394301868, - "voter": "ellepdub" + "rshares": 50852949, + "voter": "gregorygarcia" }, { - "rshares": 88742390, + "rshares": 95081132, "voter": "inarix03" }, { - "rshares": 9744098987, + "rshares": 9557075390, "voter": "herpetologyguy" }, { - "rshares": 51470533, - "voter": "eavy" - }, - { - "rshares": 51484593, - "voter": "roto" + "rshares": 4697106015, + "voter": "morgan.waser" }, { - "rshares": 1039982464, - "voter": "jang" + "rshares": 53426834, + "voter": "lightobserver" }, { - "rshares": 4800843442, - "voter": "morgan.waser" + "rshares": 50233449, + "voter": "teemsteem" }, { - "rshares": 803579425, - "voter": "twinbraid" + "rshares": 50975390, + "voter": "steemprincess" }, { - "rshares": 335672416, - "voter": "lloyddavis" + "rshares": 71404120, + "voter": "piphunters" }, { - "rshares": 50372583, - "voter": "carre" + "rshares": 50182946, + "voter": "glennith" }, { - "rshares": 3678089785, + "rshares": 3598578415, "voter": "strong-ai" }, { - "rshares": 543618786, - "voter": "grisha-danunaher" + "rshares": 1345995899, + "voter": "peaceloveliberty" }, { - "rshares": 77637243, - "voter": "igtes" + "rshares": 174357670, + "voter": "darkminded153" }, { - "rshares": 157689742, - "voter": "buffett" + "rshares": 532746410, + "voter": "grisha-danunaher" }, { - "rshares": 136357168, + "rshares": 111492251, "voter": "siniceku" }, { - "rshares": 156601976, - "voter": "eunnykim" + "rshares": 154056498, + "voter": "cruise" }, { - "rshares": 1533332205, + "rshares": 1421425310, "voter": "rusteemitblog" }, { - "rshares": 150891276, - "voter": "laskoff" + "rshares": 148984272, + "voter": "robyneggs" }, { - "rshares": 59566200, - "voter": "serikus" + "rshares": 159729263, + "voter": "teemunee" }, { - "rshares": 155727800, - "voter": "sixthsense" + "rshares": 127399164, + "voter": "insight2incite" }, { - "rshares": 155682701, - "voter": "boomer" + "rshares": 145950604, + "voter": "kurjik7" }, { - "rshares": 146185843, - "voter": "james93" + "rshares": 12950665574, + "voter": "goldmatters" }, { - "rshares": 158157112, - "voter": "kborgolte" + "rshares": 142731666, + "voter": "oszillum" + }, + { + "rshares": 155057486, + "voter": "wakeupworldnews" + }, + { + "rshares": 155960075, + "voter": "josh-boulton" } ], - "author": "jesta", + "author": "sterlinluxan", "author_payout_value": "0.000 HBD", - "author_reputation": 66.31, + "author_reputation": 66.29, "beneficiaries": [], "blacklists": [], - "body": "The 0.3.5 update is primarily focused on a new post inspector, some minor tweaks and a few bug fixes. \n\nIf you're unfamiliar with [steemstats.com](https://steemstats.com), I'd recommend you check out the [rest of my blog posts](https://steemit.com/@jesta) to read through the evolution of this tool.\n\n## Improved Post Inspector\n\n![New Post Inspector](http://i.imgur.com/i14vq0K.png)\n\nThe new post inspector is designed in preparation for the upcoming vote changes (in steem 0.14.0) and helping understand the impact votes have on posts. The header is now the post's title (which if clicked, goes to the post), the author, the time posted, as well as a link to the post on steemd.com or steemdb.com.\n\nFor each vote, from left to right, you have the following information:\n\n- The calculated weight of the vote (the bold number), and below it, the vote weight percentage specified by the voter, and the total percentage of weight contributed to the post (in parentheses) .\n- The account who cast the vote and how long ago it was cast\n- The total reward shares contributed to the post by the voter\n- The current/estimated contribution to the author's post reward.\n- The current/estimated curation reward the voter will receive.\n\nThe current/estimated rewards currently only works for posts in the first payout period, but the post inspector now works from both the Recent Activity screen and the Posts screen.\n\n### Bug Fixes & Improvements\n\n- Fixed a bug on the curation stats reward that was displaying SBD.\n- Fixed an issue with comment payout calculations sometimes displaying incorrectly.\n- Removing a watched account now also resets the account followers/following tabs.\n- Fixed a few memory leaks (still more work needs to be done here)\n- Attempt at fixing the timezone problem. For those of you that experienced the time calculations being incorrect, please let me know if the post inspector's dates are now correct.\n- Added link on each post that leads to steemdb.com.\n- Added link on each user that leads to steemdb.com.\n- Added new operation types for 0.14.0 support next week.\n\n### Future of steemstats\n\nI've mentioned this before in a few of my other posts, but never in an update for steemstats itself. Currently I am evaluating the potential of merging steemstats.com and steemdb.com into a single website, focusing both on the realtime and historical aspects in the same tool. \n\nThis somewhat long process has caused me to halt the addition of new features on steemstats, until I fully evaluate if and how this would work. Over the past few weeks I've been actively learning and exploring react, evaluating it as a replacement for angular, which currently powers steemstats. I have also been expanding the APIs on steemdb for an integration regardless of the chosen direction.\n\nWe are currently in the 0.3.x series of steemstats, and 0.4.0 is going to be one of two things:\n\n- A feature rich version of steemstats that integrates the steemdb api endpoints currently being created\n- A brand new, open source version of steemstats and steemdb into a single application (steemdb will become an API)\n\nUnfortunately, 0.4.0 won't likely be ready until October at the very earliest, possibly even later in the year. I have a number of other things to do over the next 30-60 days that will shape the next 6-12 months of my life, much of it involving development on projects directly related to steem. This also means that news on the steemstats front will be going a bit quiet, except for critical fixes and maintenance. \n\nBut - if you have feature requests or bug reports, feel free to submit them. I keep track of it all. I love chatting about this stuff and it's a pleasure to work on a project that serves over a thousand steemians use each day ;)", - "category": "steemstats", - "children": 29, - "created": "2016-09-09T09:03:12", + "body": "https://i.ytimg.com/vi/-9p8atSEaBQ/sddefault.jpg\n

    The Paradigm Shift is Under Way;\u00a0\u00a0Anarchapulco Rising

    \n\nAnarchists are working\u00a0tirelessly\u00a0to alter\u00a0the course of history and save mankind from the fetters of its own creation. And they are winning. History is unfolding according to the aims of these freethinkers and contrarians. People are waking\u00a0up and questioning\u00a0government. They are becoming disobedient and beginning\u00a0to oppose their masters.\n\nThere is proof of this\u00a0paradigm shift.\n\nThe\u00a0Anarchapulco conference in Acapulco, Mexico is rising. It represents the culmination of all the\u00a0rabble rousing and truth-speaking currently under way. It is a result of this\u00a0choir of anarchists singing hymnals of truth and beckoning people into the light of freedom.\u00a0\n\n\"nathan-thumb\"\n

    Anarchapulco Highlights, Speakers, and Prices

    \n\nWhat is Anarchapulco?\n\nIt is an anarcho-capitalist\u00a0conference held in the last week in February, the 25th through 28th. \u00a0Jeff Berwick, the Dollarvigilante, masterminded and created the event to highlight anarchist ingenuity, compassion, and creativity.\n\nThe conference focuses on\u00a0how anarchists\u00a0are accomplishing their goals, what they are doing to unchain society, live\u00a0more freely, and abolish all government. It features some of the most prominent\u00a0and eloquent orators the anarchist movement has seen. It is world-changing.\n\nSpeakers include, Barry Cooper, Adam Kokesh, Derrick Broze, Roger Ver, Amanda Rachwitz, Larken Rose, Dayna Martin, Jeffery Tucker, Jeff Berwick, Max Igan, Josie Wales, Anarchy Girl, Mark Victor, Dan Dicks, Stephanie Murphy, and many more. I will be speaking as well, and it will be my first public appearance aside from my YouTube videos and writings.\n\nThere\u00a0are also \u00a0workshops and an Ayahuasca ceremony hosted by Barry Cooper called Ayahuascapulco. It should occur on the final evening of the conference. Jeff Berwick will be holding the Dollar Vigilante summit meeting as well. And when night falls, there will be a bacchanalia and other parties to celebrate life, liberty, and love. As an added bonus,\u00a0many of the vendors at the conference will be accepting bitcoin and possibly other cryptocurrencies.\n\nGrab your tickets\u00a0today at the Anarchapulco homepage. They\u00a0are 245 dollars, but students get a special discounted rate. Tickets are also available for the workshops and are on the same link posted above.\n\nI can't wait to meet\u00a0you.\n\nBrave the future! \u00a0Evacuate the State! \u00a0And watch this Anarchapulco informational video below:\n\nhttps://youtu.be/-9p8atSEaBQ\n
    \"You never change things by fighting the existing reality. To change something, build a new model that makes the existing model obsolete.\"
    \n\n
    \n\nMy name is Sterlin. Follow me @\u00a0Psychologic-Anarchist. I also run\u00a0the Psychologic-Anarchist Facebook\u00a0page\u00a0and produce many\u00a0YouTube videos. My interests lie in the intersection of counseling psychology and anarchism. I write about the depredations of psychiatry, and also the new philosophy of compassionate anarchism. We have a large community devoted to discussing psychology and relational voluntaryism.\n\n\"Me", + "category": "anarchy", + "children": 18, + "created": "2016-09-09T21:06:18", "curator_payout_value": "0.000 HBD", "depth": 0, "is_paidout": false, "json_metadata": { "image": [ - "http://i.imgur.com/i14vq0K.png" + "https://i.ytimg.com/vi/-9p8atSEaBQ/sddefault.jpg", + "https://psychologicanarchist.files.wordpress.com/2016/09/nathan-thumb.jpg", + "https://img.youtube.com/vi/-9p8atSEaBQ/0.jpg", + "https://psychologicanarchist.files.wordpress.com/2016/08/me-drawing.jpg?w=225" ], "links": [ - "https://steemstats.com", - "https://steemit.com/@jesta" + "https://anarchapulco.com/speakers/", + "https://anarchapulco.com/buy-your-tickets/", + "https://youtu.be/-9p8atSEaBQ", + "https://psychologic-anarchist.com/", + "https://www.facebook.com/psychologicanarchist/", + "https://www.youtube.com/c/psychologicanarchist" ], "tags": [ - "steemstats", - "patch-notes" + "anarchy", + "anarchism", + "dollarvigilante", + "anarchapulco", + "liberty" ] }, "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 132673239891989, - "payout": 995.974, - "payout_at": "2016-09-16T09:03:12", - "pending_payout_value": "995.974 HBD", + "net_rshares": 102631008502150, + "payout": 959.696, + "payout_at": "2016-09-16T21:06:18", + "pending_payout_value": "959.696 HBD", "percent_hbd": 10000, - "permlink": "steemstats-0-3-5-improved-post-inspector-fixes-and-prep-for-0-14-0", - "post_id": 1182223, + "permlink": "anarchapulco-is-one-of-the-most-world-changing-conferences-ever", + "post_id": 1188966, "promoted": "0.000 HBD", "replies": [], "stats": { "flag_weight": 0.0, "gray": false, "hide": false, - "total_votes": 331 + "total_votes": 273 }, - "title": "steemstats 0.3.5 - improved post inspector, fixes and prep for 0.14.0", - "updated": "2016-09-09T09:03:12", - "url": "/steemstats/@jesta/steemstats-0-3-5-improved-post-inspector-fixes-and-prep-for-0-14-0" + "title": "Anarchapulco is One of the Most World Changing Conferences Ever", + "updated": "2016-09-09T22:15:03", + "url": "/anarchy/@sterlinluxan/anarchapulco-is-one-of-the-most-world-changing-conferences-ever" }, { "active_votes": [ diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments.pat.json index 1e4798ff..b8544cd9 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_comments.pat.json @@ -2199,7 +2199,7 @@ "replies": [], "stats": { "flag_weight": 0.0, - "gray": false, + "gray": true, "hide": false, "total_votes": 12 }, @@ -3560,122 +3560,95 @@ { "active_votes": [ { - "rshares": 25299389880141, - "voter": "ned" - }, - { - "rshares": 6927705674664, - "voter": "wackou" - }, - { - "rshares": 992154852299, - "voter": "liondani" + "rshares": 35321225455025, + "voter": "jamesc" }, { - "rshares": 3103959302, + "rshares": 3104786127, "voter": "boy" }, { - "rshares": 3768577454, + "rshares": 3769614077, "voter": "bue-witness" }, { - "rshares": 683986391, + "rshares": 684099809, "voter": "bunny" }, { - "rshares": 54809820514, + "rshares": 54952584675, "voter": "bue" }, { - "rshares": 1663237841, + "rshares": 1663623227, "voter": "mini" }, { - "rshares": 213793127, + "rshares": 213807099, "voter": "moon" }, { - "rshares": 624976946, + "rshares": 625076388, "voter": "healthcare" }, { - "rshares": 973085978, + "rshares": 973278654, "voter": "daniel.pan" }, { - "rshares": 288350184, + "rshares": 288376577, "voter": "helen.tan" }, { - "rshares": 347492602044, - "voter": "blakemiles84" - }, - { - "rshares": 445654522, - "voter": "kooshikoo" - }, - { - "rshares": 113354733694, - "voter": "shaka" + "rshares": 64567952685, + "voter": "cheetah" }, { - "rshares": 46418159604, - "voter": "capitalism" + "rshares": 100261624, + "voter": "cheetah43" }, { - "rshares": 4864933964, - "voter": "ats-david" + "rshares": 141949259, + "voter": "cheetah44" }, { - "rshares": 9260376832, - "voter": "goose" + "rshares": 121089288, + "voter": "cheetah45" } ], - "author": "dana-edwards", + "author": "cheetah", "author_payout_value": "0.000 HBD", - "author_reputation": 69.47, + "author_reputation": 64.17, "beneficiaries": [], "blacklists": [], - "body": "1 needs modification, 2 is a good idea\n----\n\nDespite some who call 2 an exit fee, I think Steem Power should stop being marketed as an **\"investment\"** to **\"investors\"**. Market it to users of the platform who want to power up their accounts but make powering up or upgrading a lot easier. Make it possible with a gift card, fiat, a credit card, or Paypal. People should never see Bitcoin or blockchain anywhere on the Steemit official marketing.\n\nUse gamification to make people want to upgrade their Steem Power. Market Steem Dollars to crypto investors for the 10% interest.\n\nSteem Power a purchasable upgrade for accounts\n-----\n\n>reddit gold is our premium membership program. It grants you access to extra features to improve your reddit experience. It also makes you really quite dapper.\n\nAnd Alice goes to Walgreens with her Visa Card and buys the Steem Card instead of the Netflix card. It's also possible to sell a Steem Power subscription for people who want to buy a little bit at a time, remeber WoW is subscription based and. Second Life has Linden Dollars which are like our Steem Dollars and can be marketed in a similar way.\n\nDo not make the mistake of listening to crypto anarchists or crypto people when it comes to marketing. Crypto people are horrible at marketing and that includes Bitcoin. All of crypto has a bad reputaton and horrible marketing. Look at Pokemon Go or even Reddit Gold to see how to do marketing, or just hire a profesisonal in gamification and marketing guru. Do not listen to Steemit whales and don't even listen to me. Hire people who are from the gaming world, or who marketed popular social networks.\n\n**Note: notice games and social networks never use words like \"investor\" or \"speculator\", as this would be like trying to market the social network as a gambling site which is something they all avoid.**\n\n**UPDATE: IF ANYONE CAN GET IN CONTACT WITH [Jane McGonigal](https://janemcgonigal.com/) AND HIRE HER AS A CONSULTANT IT WOULD BE GREAT FOR STEEMIT. SHE IS A THOUGHT LEADER IN \"PURPOSE DRIVEN GAMING\" AND HAVING HER ASSOCIATED WITH STEEMIT WOULD BRING MOMENTUM.**\n\nReferences\n1. https://community.secondlife.com/t5/English-Knowledge-Base/Buying-and-selling-Linden-dollars/ta-p/700107\n2. https://www.reddit.com/gold/about/\n3. https://www.quora.com/Who-are-the-best-gamification-experts\n4. https://www.linkedin.com/title/gamification-expert", - "category": "steem", - "children": 7, - "created": "2016-09-08T05:07:51", + "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).", + "category": "nsfw", + "children": 0, + "created": "2016-09-06T06:15:21", "curator_payout_value": "0.000 HBD", "depth": 1, "is_paidout": false, - "json_metadata": { - "links": [ - "https://janemcgonigal.com/", - "https://community.secondlife.com/t5/English-Knowledge-Base/Buying-and-selling-Linden-dollars/ta-p/700107", - "https://www.reddit.com/gold/about/", - "https://www.quora.com/Who-are-the-best-gamification-experts", - "https://www.linkedin.com/title/gamification-expert" - ], - "tags": [ - "steem" - ] - }, + "json_metadata": {}, "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 33807216655501, - "parent_author": "ned", - "parent_permlink": "increasing-curation-demand-for-steem-power-and-community-interaction", - "payout": 116.932, - "payout_at": "2016-09-15T05:07:51", - "pending_payout_value": "116.932 HBD", + "net_rshares": 35452431954514, + "parent_author": "tatyanasvitsa", + "parent_permlink": "the-real-story-lesbian-love", + "payout": 127.206, + "payout_at": "2016-09-13T06:15:21", + "pending_payout_value": "127.206 HBD", "percent_hbd": 10000, - "permlink": "re-ned-increasing-curation-demand-for-steem-power-and-community-interaction-20160908t050749903z", - "post_id": 1168452, + "permlink": "re-the-real-story-lesbian-love-20160906t061516", + "post_id": 1143691, "promoted": "0.000 HBD", "replies": [], "stats": { "flag_weight": 0.0, "gray": false, "hide": false, - "total_votes": 18 + "total_votes": 14 }, - "title": "RE: Increasing Curation, Demand for Steem Power and Community Interaction", - "updated": "2016-09-08T20:47:24", - "url": "/steem/@ned/increasing-curation-demand-for-steem-power-and-community-interaction#@dana-edwards/re-ned-increasing-curation-demand-for-steem-power-and-community-interaction-20160908t050749903z" + "title": "RE: The real story lesbian love!", + "updated": "2016-09-06T06:15:21", + "url": "/nsfw/@tatyanasvitsa/the-real-story-lesbian-love#@cheetah/re-the-real-story-lesbian-love-20160906t061516" } ] diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_paging.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_paging.pat.json index 2113f6d0..e7fc26e8 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_paging.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/payout_paging.pat.json @@ -2,127 +2,163 @@ { "active_votes": [ { - "rshares": 13477926522085, - "voter": "dantheman" - }, - { - "rshares": 535676350903, + "rshares": 591936986472, "voter": "barrie" }, { - "rshares": 347182498336, + "rshares": 289298833434, "voter": "anonymous" }, { - "rshares": 618864299621, - "voter": "val-a" + "rshares": 12345252505324, + "voter": "rainman" }, { - "rshares": 36025898284908, - "voter": "jamesc" + "rshares": 25621456264935, + "voter": "berniesanders" }, { - "rshares": 166621884382, - "voter": "highasfuck" + "rshares": 3575862225930, + "voter": "excalibur" }, { - "rshares": 2269754565580, - "voter": "badassmother" + "rshares": 7465240586833, + "voter": "firstclass" }, { - "rshares": 6541942109750, - "voter": "xeldal" + "rshares": 34617610074801, + "voter": "jamesc" }, { - "rshares": 5406911565194, - "voter": "enki" + "rshares": 2439391483928, + "voter": "badassmother" }, { - "rshares": 2015795275799, + "rshares": 2108333548846, "voter": "hr1" }, { - "rshares": 1085579124424, - "voter": "rossco99" + "rshares": 5440360108871, + "voter": "kushed" }, { - "rshares": 4539080827957, - "voter": "wang" + "rshares": 135639234986, + "voter": "svk" }, { - "rshares": 5671967166550, - "voter": "steemit200" + "rshares": 4425788336132, + "voter": "nextgencrypto" + }, + { + "rshares": 1183899666401, + "voter": "rossco99" }, { "rshares": 157840910571, "voter": "ozmaster" }, { - "rshares": 2483637972, + "rshares": 3104316216, "voter": "boy" }, { - "rshares": 1744463573774, - "voter": "xeroc" - }, - { - "rshares": 3015447022, + "rshares": 3769023210, "voter": "bue-witness" }, { - "rshares": 547246371, + "rshares": 684026925, "voter": "bunny" }, { - "rshares": 7158463190255, - "voter": "complexring" + "rshares": 6276229149745, + "voter": "clayop" }, { - "rshares": 43942970419, + "rshares": 54893564497, "voter": "bue" }, { - "rshares": 1330801877, + "rshares": 1663393709, "voter": "mini" }, { - "rshares": 171039480, + "rshares": 4401912288378, + "voter": "witness.svk" + }, + { + "rshares": 213796245, "voter": "moon" }, { - "rshares": 422583280311, - "voter": "recursive3" + "rshares": 76449229334, + "voter": "aizensou" }, { - "rshares": 2705583356387, + "rshares": 3556788310214, + "voter": "au1nethyb1" + }, + { + "rshares": 208865905773, + "voter": "b0y2k" + }, + { + "rshares": 6136183341, + "voter": "bentley" + }, + { + "rshares": 425555473971, + "voter": "recursive2" + }, + { + "rshares": 2772197684657, "voter": "recursive" }, { - "rshares": 1352528689, + "rshares": 1425577812, "voter": "mineralwasser" }, { - "rshares": 813598639820, + "rshares": 877687478497, "voter": "boombastic" }, { - "rshares": 107430397631, + "rshares": 118397897437, "voter": "mrs.agsexplorer" }, { - "rshares": 1959061945, + "rshares": 6451379962, + "voter": "sean0010" + }, + { + "rshares": 8480286811, + "voter": "bingo-0" + }, + { + "rshares": 2154708395, "voter": "bingo-1" }, { - "rshares": 413868821627, + "rshares": 480097771037, "voter": "boatymcboatface" }, { - "rshares": 500032593, + "rshares": 379439479055, + "voter": "officialfuzzy" + }, + { + "rshares": 1177986568456, + "voter": "cass" + }, + { + "rshares": 625012807, "voter": "healthcare" }, { - "rshares": 778573329, + "rshares": 1125731310657, + "voter": "tuck-fheman" + }, + { + "rshares": 973159239, "voter": "daniel.pan" }, { @@ -130,2395 +166,2359 @@ "voter": "woo7739" }, { - "rshares": 813852185290, - "voter": "steemrollin" + "rshares": 7451892533, + "voter": "patrice" }, { - "rshares": 40097366003, + "rshares": 42814815404, "voter": "alexgr" }, { - "rshares": 230690102, + "rshares": 288356419, "voter": "helen.tan" }, { - "rshares": 317679022747, - "voter": "noaommerrr" - }, - { - "rshares": 13456874958, - "voter": "gregory-f" + "rshares": 18282370513, + "voter": "unosuke" }, { - "rshares": 9981315272, - "voter": "andzzz" + "rshares": 308036837341, + "voter": "noaommerrr" }, { - "rshares": 85951923946, + "rshares": 76716940669, "voter": "edgeland" }, { - "rshares": 76665194905, - "voter": "easteagle13" + "rshares": 51320160062, + "voter": "noisy" }, { - "rshares": 13661967452, - "voter": "fkn" + "rshares": 185809442252, + "voter": "samuel-stone" }, { - "rshares": 44301968409, - "voter": "kingscrown" + "rshares": 16636079519, + "voter": "jademont" }, { - "rshares": 29703642476, - "voter": "instructor2121" + "rshares": 3914505410, + "voter": "hbhades" }, { - "rshares": 341853154470, - "voter": "teamsteem" + "rshares": 433346527370, + "voter": "eeks" }, { - "rshares": 17971631999, - "voter": "elishagh1" + "rshares": 19216280302, + "voter": "fkn" }, { - "rshares": 147551184319, - "voter": "steve-walschot" + "rshares": 447353939, + "voter": "paco-steem" }, { - "rshares": 43838713879, - "voter": "hannixx42" + "rshares": 5016826590, + "voter": "spaninv" }, { - "rshares": 1412786230, - "voter": "murh" + "rshares": 2110504361, + "voter": "gekko" }, { - "rshares": 6476276966, - "voter": "cryptofunk" + "rshares": 335140044424, + "voter": "teamsteem" }, { - "rshares": 39924520204, - "voter": "ranko-k" + "rshares": 25278617688, + "voter": "elishagh1" }, { - "rshares": 943667108132, - "voter": "cyber" + "rshares": 10276551983, + "voter": "richman" }, { - "rshares": 24403504542, - "voter": "paul-labossiere" + "rshares": 708002935272, + "voter": "nanzo-scoop" }, { - "rshares": 29997646492, - "voter": "drinkzya" + "rshares": 1097771169, + "voter": "weenfan" }, { - "rshares": 9277411843, - "voter": "zebbra2014" + "rshares": 139424582774, + "voter": "steve-walschot" }, { - "rshares": 94742737947, - "voter": "eric-boucher" + "rshares": 7604863954, + "voter": "kefkius" }, { - "rshares": 378640848474, - "voter": "taoteh1221" + "rshares": 215057879114, + "voter": "mummyimperfect" }, { - "rshares": 4273797992, - "voter": "andre-ager" + "rshares": 43240066120, + "voter": "klye" }, { - "rshares": 269036651571, - "voter": "churdtzu" + "rshares": 490980590, + "voter": "coar" }, { - "rshares": 53651417814, - "voter": "juanmiguelsalas" + "rshares": 1426410498, + "voter": "murh" }, { - "rshares": 15133639569, - "voter": "paradise-paradox" + "rshares": 6760885463, + "voter": "cryptofunk" }, { - "rshares": 3163625559, - "voter": "pangur-ban" + "rshares": 584910969, + "voter": "kodi" }, { - "rshares": 53304441666, - "voter": "thecryptodrive" + "rshares": 12988959564, + "voter": "andu" }, { - "rshares": 1428360890, - "voter": "benthegameboy" + "rshares": 990439542978, + "voter": "cyber" }, { - "rshares": 398746305, - "voter": "rafikichi" + "rshares": 59784587939, + "voter": "theshell" }, { - "rshares": 79206127744, - "voter": "tim-johnston" + "rshares": 59685490770, + "voter": "ak2020" }, { - "rshares": 19583503403, - "voter": "ziv" + "rshares": 25360606957, + "voter": "thecryptofiend" }, { - "rshares": 2153317286, - "voter": "stephen-somers" + "rshares": 54554448698, + "voter": "justtryme90" }, { - "rshares": 32136652184, - "voter": "michaelx" + "rshares": 9277411843, + "voter": "zebbra2014" }, { - "rshares": 5795619552, - "voter": "mark-waser" + "rshares": 426963673, + "voter": "applecrisp" }, { - "rshares": 134311506595, - "voter": "kimziv" + "rshares": 349160704, + "voter": "stiletto" }, { - "rshares": 2313228416, - "voter": "superfreek" + "rshares": 234281600315, + "voter": "wingz" }, { - "rshares": 510500434, - "voter": "mrhankeh" + "rshares": 52533125771, + "voter": "juanmiguelsalas" }, { - "rshares": 2868007032, - "voter": "alexft" + "rshares": 108081346208, + "voter": "kenny-crane" }, { - "rshares": 56702480478, - "voter": "isteemit" + "rshares": 55791521921, + "voter": "thecryptodrive" }, { - "rshares": 14009388996, - "voter": "damirkatusic" + "rshares": 24830294413, + "voter": "wongshiying" }, { - "rshares": 68355526825, - "voter": "bacchist" + "rshares": 187335920333, + "voter": "will-zewe" }, { - "rshares": 56991239380, - "voter": "asmolokalo" + "rshares": 132454573634, + "voter": "bravenewcoin" }, { - "rshares": 84399492492, - "voter": "rubybian" + "rshares": 4567548961, + "voter": "dahaz159" }, { - "rshares": 3303916529, - "voter": "orly" + "rshares": 13621418175, + "voter": "facer" }, { - "rshares": 5367814231, - "voter": "riscadox" + "rshares": 10703944499, + "voter": "ossama-benjohn" }, { - "rshares": 8194140529, - "voter": "r4fken" + "rshares": 89838229832, + "voter": "schro" }, { - "rshares": 132366664791, - "voter": "derekareith" + "rshares": 16083450491, + "voter": "zakharya" }, { - "rshares": 349132139361, - "voter": "slowwalker" + "rshares": 2063595732, + "voter": "stephen-somers" }, { - "rshares": 45284854380, - "voter": "furion" + "rshares": 30445361083, + "voter": "michaelx" }, { - "rshares": 10594519706, - "voter": "seanmchughart" + "rshares": 5923268326, + "voter": "mark-waser" }, { - "rshares": 743522845, - "voter": "busser" + "rshares": 5724827410, + "voter": "christoryan" }, { - "rshares": 332742949, - "voter": "barbara2" + "rshares": 104859928997, + "voter": "geoffrey" }, { - "rshares": 356520246, - "voter": "ch0c0latechip" + "rshares": 166471141157, + "voter": "kimziv" }, { - "rshares": 342183077, - "voter": "doge4lyf" + "rshares": 2745202699, + "voter": "gary-smith" }, { - "rshares": 967430836, - "voter": "steem1653" + "rshares": 471231170, + "voter": "mrhankeh" }, { - "rshares": 4441929051, - "voter": "gikitiki" + "rshares": 67028640744, + "voter": "norbu" }, { - "rshares": 61948584655, - "voter": "flyingmind" + "rshares": 178740506212, + "voter": "marina" }, { - "rshares": 5446824474, - "voter": "thegoodguy" + "rshares": 217596841813, + "voter": "asmolokalo" }, { - "rshares": 3320467112, - "voter": "karen13" + "rshares": 33316560185, + "voter": "good-karma" }, { - "rshares": 11080274169, - "voter": "deviedev" + "rshares": 90870543097, + "voter": "rubybian" }, { - "rshares": 1283923402, - "voter": "jrd8526" + "rshares": 3370504739, + "voter": "orly" }, { - "rshares": 6389579636, - "voter": "cryptosi" + "rshares": 254380477, + "voter": "mstang83" }, { - "rshares": 288484078580, - "voter": "nabilov" + "rshares": 133809425183, + "voter": "jackkang" }, { - "rshares": 14499214780, - "voter": "jaycobbell" + "rshares": 25519515144, + "voter": "tcfxyz" }, { - "rshares": 8217543952, - "voter": "noodhoog" + "rshares": 7068961098, + "voter": "futurefood" }, { - "rshares": 35654305271, - "voter": "condra" + "rshares": 143394860106, + "voter": "derekareith" }, { - "rshares": 380411494, - "voter": "karenmckersie" + "rshares": 28797437548, + "voter": "picokernel" }, { - "rshares": 7061842607, - "voter": "btcupload" + "rshares": 61988648819, + "voter": "furion" }, { - "rshares": 245554819, - "voter": "jza" + "rshares": 15619208260, + "voter": "bitshares101" }, { - "rshares": 32831137698, - "voter": "creemej" + "rshares": 10594519706, + "voter": "seanmchughart" }, { - "rshares": 91926117, - "voter": "wildchild" + "rshares": 6227407724, + "voter": "owdy" }, { - "rshares": 12310535283, - "voter": "benjiberigan" + "rshares": 463366412, + "voter": "barbara2" }, { - "rshares": 70777333586, - "voter": "thylbom" + "rshares": 514840389, + "voter": "ch0c0latechip" }, { - "rshares": 7168092642, - "voter": "geronimo" + "rshares": 476503055, + "voter": "doge4lyf" }, { - "rshares": 2488984400, - "voter": "vlad" + "rshares": 10476467464, + "voter": "spiz0r" }, { - "rshares": 3404137327, - "voter": "tarindel" + "rshares": 13970283730, + "voter": "ausbitbank" }, { - "rshares": 3373510290, - "voter": "azurejasper" + "rshares": 27538503875, + "voter": "gord0b" }, { - "rshares": 24175862862, - "voter": "deanliu" + "rshares": 5118979825, + "voter": "inversion" }, { - "rshares": 540910155, - "voter": "qonq99" + "rshares": 1137700476, + "voter": "steem1653" }, { - "rshares": 970801526, - "voter": "dbendorf" + "rshares": 5568218494, + "voter": "nichoros" }, { - "rshares": 161416493014, - "voter": "jl777" + "rshares": 10893493671, + "voter": "asim" }, { - "rshares": 1018923425089, - "voter": "james212" + "rshares": 215638639947, + "voter": "jesta" }, { - "rshares": 7072481705, - "voter": "lostnuggett" + "rshares": 16823179482, + "voter": "toxonaut" }, { - "rshares": 35423115509, - "voter": "zaebars" + "rshares": 5013086969, + "voter": "thegoodguy" }, { - "rshares": 11069846104, - "voter": "positive" + "rshares": 17026901254, + "voter": "bdavid" }, { - "rshares": 1784770879, - "voter": "yarly" + "rshares": 16487620216, + "voter": "aaseb" }, { - "rshares": 269607289, - "voter": "yarly2" + "rshares": 3541324768, + "voter": "karen13" }, { - "rshares": 270010959, - "voter": "yarly3" + "rshares": 24962097609, + "voter": "igster" }, { - "rshares": 156093986, - "voter": "yarly4" + "rshares": 296050938278, + "voter": "nabilov" }, { - "rshares": 156975275, - "voter": "yarly5" + "rshares": 11050247826, + "voter": "allmonitors" }, { - "rshares": 89476508, - "voter": "yarly7" + "rshares": 42134446363, + "voter": "milestone" }, { - "rshares": 308403865, - "voter": "sergey44" + "rshares": 6854219330, + "voter": "lichtblick" }, { - "rshares": 117022265, - "voter": "smospider" + "rshares": 38981643223, + "voter": "creemej" }, { - "rshares": 19822991673, - "voter": "krabgat" + "rshares": 87211957, + "voter": "wildchild" }, { - "rshares": 13755763158, - "voter": "proto" + "rshares": 22604638473, + "voter": "phenom" }, { - "rshares": 614745323, - "voter": "curator" + "rshares": 21518378834, + "voter": "mynameisbrian" }, { - "rshares": 21133143205, - "voter": "sisterholics" + "rshares": 4221835049, + "voter": "oululahti" }, { - "rshares": 432471059, - "voter": "yarly10" + "rshares": 2057329898, + "voter": "iamwne" }, { - "rshares": 1518983647, - "voter": "alex.chien" + "rshares": 36385996929, + "voter": "royaltiffany" }, { - "rshares": 231633878, - "voter": "yarly11" + "rshares": 7491319278, + "voter": "bitcoiner" }, { - "rshares": 81028161, - "voter": "yarly12" + "rshares": 3402963070, + "voter": "tarindel" }, { - "rshares": 2814833271, - "voter": "tygergamer" + "rshares": 3150992247, + "voter": "azurejasper" }, { - "rshares": 364069422, - "voter": "fnait" + "rshares": 22320237891, + "voter": "deanliu" }, { - "rshares": 344497787, - "voter": "keepcalmand" + "rshares": 5225193932, + "voter": "rainchen" }, { - "rshares": 111662435976, - "voter": "sterlinluxan" + "rshares": 3567394163, + "voter": "mastletter" }, { - "rshares": 3099858290, - "voter": "glitterpig" + "rshares": 172158330412, + "voter": "jl777" }, { - "rshares": 5361340393, - "voter": "jed78" + "rshares": 39357479579, + "voter": "zaebars" }, { - "rshares": 128430788791, - "voter": "steemdrive" + "rshares": 1366745384, + "voter": "aleco" }, { - "rshares": 1024046685, - "voter": "metaflute" + "rshares": 15569549784, + "voter": "positive" }, { - "rshares": 39800990412, - "voter": "gomeravibz" + "rshares": 1820806512, + "voter": "yarly" }, { - "rshares": 6888480035, - "voter": "taker" + "rshares": 275109479, + "voter": "yarly2" }, { - "rshares": 4650376230, - "voter": "theprophet0" + "rshares": 275521387, + "voter": "yarly3" }, { - "rshares": 729049512878, - "voter": "laonie" + "rshares": 159279578, + "voter": "yarly4" }, { - "rshares": 2551884333, - "voter": "pdogg147" + "rshares": 160178852, + "voter": "yarly5" }, { - "rshares": 8107245594, - "voter": "spaceghost" + "rshares": 91302559, + "voter": "yarly7" }, { - "rshares": 22883800785, - "voter": "laonie1" + "rshares": 9676251273, + "voter": "fishborne" }, { - "rshares": 23396082320, - "voter": "laonie2" + "rshares": 21625479206, + "voter": "prufarchy" }, { - "rshares": 23404647118, - "voter": "laonie3" + "rshares": 18151756887, + "voter": "carlidos" }, { - "rshares": 24520350205, - "voter": "laoyao" + "rshares": 790919268, + "voter": "quigua" }, { - "rshares": 26139519610, - "voter": "myfirst" + "rshares": 921456442, + "voter": "happyphoenix" }, { - "rshares": 161267589491, - "voter": "somebody" + "rshares": 27564916862, + "voter": "team-leibniz" }, { - "rshares": 6032070943, - "voter": "flysaga" + "rshares": 14671343443, + "voter": "proto" }, { - "rshares": 35631246795, - "voter": "midnightoil" + "rshares": 639310915, + "voter": "curator" }, { - "rshares": 2312642573, - "voter": "crypto-toll" + "rshares": 25522993490, + "voter": "sisterholics" }, { - "rshares": 63429538, - "voter": "libertyprime" + "rshares": 441281474, + "voter": "yarly10" }, { - "rshares": 3334099690, - "voter": "darrenturetzky" + "rshares": 236361100, + "voter": "yarly11" }, { - "rshares": 62034512, - "voter": "nickola" + "rshares": 2087245911, + "voter": "leylar" }, { - "rshares": 23400604417, - "voter": "laonie4" + "rshares": 13899669755, + "voter": "michaeldodridge" }, { - "rshares": 23398899328, - "voter": "laonie5" + "rshares": 82681797, + "voter": "yarly12" }, { - "rshares": 23396297524, - "voter": "laonie6" + "rshares": 9225721351, + "voter": "logic" }, { - "rshares": 23393304596, - "voter": "laonie7" + "rshares": 525744758, + "voter": "fnait" }, { - "rshares": 23389513666, - "voter": "laonie8" + "rshares": 479715016, + "voter": "keepcalmand" }, { - "rshares": 23387910642, - "voter": "laonie9" + "rshares": 2852417010, + "voter": "nelu.ceban" }, { - "rshares": 85264650943, - "voter": "xiaohui" + "rshares": 8395108310, + "voter": "alphabeta" }, { - "rshares": 19546273639, - "voter": "velourex" + "rshares": 29391275370, + "voter": "smailer" }, { - "rshares": 5403347242, - "voter": "oflyhigh" + "rshares": 156341247, + "voter": "steemster1" }, { - "rshares": 14605845094, - "voter": "randyclemens" + "rshares": 24117033815, + "voter": "williambanks" }, { - "rshares": 1368553119, - "voter": "paynode" + "rshares": 3171921284, + "voter": "glitterpig" }, { - "rshares": 2787069761, - "voter": "xiaokongcom" + "rshares": 5953798750, + "voter": "jed78" }, { - "rshares": 221895311, - "voter": "zionuziriel" + "rshares": 6471671741, + "voter": "shortcut" }, { - "rshares": 61677203, - "voter": "diversesteem" + "rshares": 131434229863, + "voter": "steemdrive" }, { - "rshares": 5616564080, - "voter": "xianjun" + "rshares": 972832549, + "voter": "metaflute" }, { - "rshares": 64621792, - "voter": "stevescriber" + "rshares": 55157471341, + "voter": "gomeravibz" }, { - "rshares": 52467942, - "voter": "loli" + "rshares": 3735000857, + "voter": "litrbooh" }, { - "rshares": 54857117, - "voter": "nano2nd" + "rshares": 7417512235, + "voter": "taker" }, { - "rshares": 222804436, - "voter": "party1999" + "rshares": 4759832838, + "voter": "theprophet0" }, { - "rshares": 368610577, - "voter": "microluck" + "rshares": 63257042, + "voter": "sharon" }, { - "rshares": 1635886707, - "voter": "chinadaily" + "rshares": 63085782, + "voter": "lillianjones" }, { - "rshares": 57802223, - "voter": "cryptoblu" + "rshares": 887003920813, + "voter": "laonie" }, { - "rshares": 57795937, - "voter": "instructor" + "rshares": 24105897364, + "voter": "rawnetics" }, { - "rshares": 663686280832, - "voter": "dollarvigilante" + "rshares": 5191402535, + "voter": "thebluepanda" }, { - "rshares": 59750246, - "voter": "saveliy" + "rshares": 3088548245, + "voter": "timcliff" }, { - "rshares": 13661297026, - "voter": "gvargas123" + "rshares": 24475534553, + "voter": "laonie1" }, { - "rshares": 1550433833, - "voter": "jsantana" + "rshares": 24986004688, + "voter": "laonie2" }, { - "rshares": 723218112, - "voter": "thepholosopher" + "rshares": 24995138873, + "voter": "laonie3" }, { - "rshares": 69829863, - "voter": "qq553937961" + "rshares": 32610248968, + "voter": "myfirst" }, { - "rshares": 8720302896, - "voter": "jaredcwillis" + "rshares": 199877130147, + "voter": "somebody" }, { - "rshares": 23381814238, - "voter": "laonie10" + "rshares": 20733647424, + "voter": "persianqueen" }, { - "rshares": 765546853, - "voter": "wuyueling" + "rshares": 7476792922, + "voter": "flysaga" }, { - "rshares": 1911014293, - "voter": "erroneous-logic" + "rshares": 12253967192, + "voter": "gmurph" }, { - "rshares": 58984845, - "voter": "attacheguevera" + "rshares": 32783895252, + "voter": "xtester" }, { - "rshares": 80740926521, - "voter": "barrycooper" + "rshares": 44163499766, + "voter": "midnightoil" }, { - "rshares": 45366463875, - "voter": "dragonanarchist" + "rshares": 3991017813, + "voter": "ullikume" }, { - "rshares": 3555271275, - "voter": "stillsafe" + "rshares": 6756209350, + "voter": "minion" }, { - "rshares": 43371945426, - "voter": "emancipatedhuman" + "rshares": 62034512, + "voter": "nickola" }, { - "rshares": 75274936, - "voter": "joelbow" + "rshares": 24990820543, + "voter": "laonie4" }, { - "rshares": 9248050550, - "voter": "sethlinson" + "rshares": 24989057515, + "voter": "laonie5" }, { - "rshares": 23708856990, - "voter": "hilarski" + "rshares": 24986322060, + "voter": "laonie6" }, { - "rshares": 161072048736, - "voter": "falkvinge" + "rshares": 24983081321, + "voter": "laonie7" }, { - "rshares": 1401458089, - "voter": "truthandanarchy" + "rshares": 24979236100, + "voter": "laonie8" }, { - "rshares": 828469568, - "voter": "riceowladam" + "rshares": 24977494631, + "voter": "laonie9" }, { - "rshares": 4024824726, - "voter": "lily-da-vine" + "rshares": 102976940697, + "voter": "xiaohui" }, { - "rshares": 58977489, - "voter": "justinschwalm" + "rshares": 1890376414, + "voter": "t3ran13" }, { - "rshares": 58484280, - "voter": "will.isles" + "rshares": 102832176474, + "voter": "joele" }, { - "rshares": 84529934, - "voter": "sjjohnson" + "rshares": 1307687520, + "voter": "paynode" }, { - "rshares": 1037909150, - "voter": "avielhitchens" + "rshares": 62525016, + "voter": "nickche" }, { - "rshares": 232089407, - "voter": "brandon-rosano" + "rshares": 1145677340, + "voter": "boddhisattva" }, { - "rshares": 58172886, - "voter": "nullpointer" + "rshares": 3454695611, + "voter": "xiaokongcom" }, { - "rshares": 54705383, - "voter": "rickmiller" + "rshares": 2076051332, + "voter": "natalymaty" }, { - "rshares": 2761833688, - "voter": "nulliusinverba" + "rshares": 64952156, + "voter": "msjennifer" }, { - "rshares": 669878419, - "voter": "runridefly" + "rshares": 59738641, + "voter": "ciao" }, { - "rshares": 64994479, - "voter": "mikeonfire" + "rshares": 3238497654, + "voter": "blow" }, { - "rshares": 56680590, - "voter": "charlie777pt" + "rshares": 3369602035, + "voter": "cmorton" }, { - "rshares": 10692755421, - "voter": "stephmckenzie" + "rshares": 59146649, + "voter": "steemo" }, { - "rshares": 2903143663, - "voter": "richardcrill" + "rshares": 6961689621, + "voter": "xianjun" }, { - "rshares": 164618977, - "voter": "decentro" + "rshares": 57765027, + "voter": "steema" }, { - "rshares": 23036045614, - "voter": "laonie11" + "rshares": 3362316499, + "voter": "bhavnapatel68" }, { - "rshares": 58648567727, - "voter": "luminousvisions" + "rshares": 74480084, + "voter": "confucius" }, { - "rshares": 1618117253, - "voter": "davidjkelley" + "rshares": 28366957937, + "voter": "mrosenquist" }, { - "rshares": 7422089296, - "voter": "davidbrogan" + "rshares": 3113858752, + "voter": "bledarus" }, { - "rshares": 57035814, - "voter": "michaelmillman" + "rshares": 50027573, + "voter": "loli" }, { - "rshares": 55669133, - "voter": "sebastianbauer" + "rshares": 84317688677, + "voter": "miacats" }, { - "rshares": 22576396199, - "voter": "sponge-bob" + "rshares": 56076164, + "voter": "nano2nd" }, { - "rshares": 15179703914, - "voter": "digital-wisdom" + "rshares": 8884101258, + "voter": "mione" }, { - "rshares": 3779650786, - "voter": "ethical-ai" + "rshares": 58653788, + "voter": "jarvis" }, { - "rshares": 98777516, - "voter": "saramiller" + "rshares": 457028975, + "voter": "microluck" }, { - "rshares": 2030924043, - "voter": "matthewtiii" + "rshares": 57933957, + "voter": "fortuner" }, { - "rshares": 5539406343, - "voter": "jwaser" + "rshares": 58555241, + "voter": "saveliy" }, { - "rshares": 7649110855, - "voter": "doitvoluntarily" + "rshares": 728479455, + "voter": "alexma3x" }, { - "rshares": 646139908, - "voter": "kev7000" + "rshares": 190168923, + "voter": "cryptomental" }, { - "rshares": 405872365, - "voter": "steemorama" + "rshares": 83974625359, + "voter": "neptun" }, { - "rshares": 925627584, - "voter": "smisi" + "rshares": 13660887096, + "voter": "gvargas123" }, { - "rshares": 3126319414, - "voter": "michaelmatthews" + "rshares": 56593235, + "voter": "johnbyrd" }, { - "rshares": 118627057, - "voter": "the-ego-is-you" + "rshares": 56575537, + "voter": "thomasaustin" }, { - "rshares": 282267928, - "voter": "totosky" + "rshares": 56573535, + "voter": "thermor" }, { - "rshares": 53237721, - "voter": "jonathanyoung" + "rshares": 56585538, + "voter": "ficholl" }, { - "rshares": 2609705655, - "voter": "bwaser" + "rshares": 55387660, + "voter": "widell" }, { - "rshares": 360867793495, - "voter": "charlieshrem" + "rshares": 89842295456, + "voter": "icfiedler" }, { - "rshares": 57674266103, - "voter": "tracemayer" + "rshares": 443693828, + "voter": "keepdoodling" }, { - "rshares": 22559371443, - "voter": "brains" + "rshares": 56161396, + "voter": "revelbrooks" }, { - "rshares": 164509842, - "voter": "knight-angel" + "rshares": 24971011701, + "voter": "laonie10" }, { - "rshares": 1445562934, - "voter": "bitcoinparadise" + "rshares": 24470844605, + "voter": "andrewawerdna" }, { - "rshares": 1996188997, - "voter": "steemsquad" + "rshares": 7674854463, + "voter": "craigwilliamz" }, { - "rshares": 2341327402, - "voter": "ellepdub" + "rshares": 52086919381, + "voter": "mandibil" }, { - "rshares": 50852949, - "voter": "gregorygarcia" + "rshares": 363516844, + "voter": "ukblogger" }, { - "rshares": 95081132, - "voter": "inarix03" + "rshares": 29668204036, + "voter": "daut44" }, { - "rshares": 9557075390, - "voter": "herpetologyguy" + "rshares": 1243977094, + "voter": "fiat19" }, { - "rshares": 4697106015, - "voter": "morgan.waser" + "rshares": 54999739, + "voter": "curpose" }, { - "rshares": 53426834, - "voter": "lightobserver" + "rshares": 80014955, + "voter": "pery" }, { - "rshares": 50233449, - "voter": "teemsteem" + "rshares": 948829161, + "voter": "runridefly" }, { - "rshares": 50975390, - "voter": "steemprincess" + "rshares": 14180456361, + "voter": "krnel" }, { - "rshares": 71404120, - "voter": "piphunters" + "rshares": 24601755462, + "voter": "laonie11" }, { - "rshares": 50182946, - "voter": "glennith" + "rshares": 56270862, + "voter": "antoninaral1965" }, { - "rshares": 3598578415, - "voter": "strong-ai" + "rshares": 55085378, + "voter": "troich" }, { - "rshares": 1345995899, - "voter": "peaceloveliberty" + "rshares": 57498067667, + "voter": "luminousvisions" }, { - "rshares": 174357670, - "voter": "darkminded153" + "rshares": 1653932598, + "voter": "davidjkelley" }, { - "rshares": 532746410, - "voter": "grisha-danunaher" + "rshares": 7421603664, + "voter": "davidbrogan" }, { - "rshares": 111492251, - "voter": "siniceku" + "rshares": 55091113, + "voter": "crion" }, { - "rshares": 154056498, - "voter": "cruise" + "rshares": 54739685, + "voter": "hitherise" }, { - "rshares": 1421425310, - "voter": "rusteemitblog" + "rshares": 54730557, + "voter": "wiss" }, { - "rshares": 148984272, - "voter": "robyneggs" + "rshares": 9279312943, + "voter": "ghasemkiani" }, { - "rshares": 159729263, - "voter": "teemunee" + "rshares": 18057465685, + "voter": "sponge-bob" }, { - "rshares": 127399164, - "voter": "insight2incite" + "rshares": 15514574124, + "voter": "digital-wisdom" }, { - "rshares": 145950604, - "voter": "kurjik7" + "rshares": 225066014, + "voter": "areynolds" }, { - "rshares": 12950665574, - "voter": "goldmatters" + "rshares": 3859577072, + "voter": "ethical-ai" }, { - "rshares": 142731666, - "voter": "oszillum" + "rshares": 54362089, + "voter": "stroully" }, { - "rshares": 155057486, - "voter": "wakeupworldnews" + "rshares": 88628906, + "voter": "ruscion" }, { - "rshares": 155960075, - "voter": "josh-boulton" - } - ], - "author": "sterlinluxan", - "author_payout_value": "0.000 HBD", - "author_reputation": 66.29, - "beneficiaries": [], - "blacklists": [], - "body": "https://i.ytimg.com/vi/-9p8atSEaBQ/sddefault.jpg\n

    The Paradigm Shift is Under Way;\u00a0\u00a0Anarchapulco Rising

    \n\nAnarchists are working\u00a0tirelessly\u00a0to alter\u00a0the course of history and save mankind from the fetters of its own creation. And they are winning. History is unfolding according to the aims of these freethinkers and contrarians. People are waking\u00a0up and questioning\u00a0government. They are becoming disobedient and beginning\u00a0to oppose their masters.\n\nThere is proof of this\u00a0paradigm shift.\n\nThe\u00a0Anarchapulco conference in Acapulco, Mexico is rising. It represents the culmination of all the\u00a0rabble rousing and truth-speaking currently under way. It is a result of this\u00a0choir of anarchists singing hymnals of truth and beckoning people into the light of freedom.\u00a0\n\n\"nathan-thumb\"\n

    Anarchapulco Highlights, Speakers, and Prices

    \n\nWhat is Anarchapulco?\n\nIt is an anarcho-capitalist\u00a0conference held in the last week in February, the 25th through 28th. \u00a0Jeff Berwick, the Dollarvigilante, masterminded and created the event to highlight anarchist ingenuity, compassion, and creativity.\n\nThe conference focuses on\u00a0how anarchists\u00a0are accomplishing their goals, what they are doing to unchain society, live\u00a0more freely, and abolish all government. It features some of the most prominent\u00a0and eloquent orators the anarchist movement has seen. It is world-changing.\n\nSpeakers include, Barry Cooper, Adam Kokesh, Derrick Broze, Roger Ver, Amanda Rachwitz, Larken Rose, Dayna Martin, Jeffery Tucker, Jeff Berwick, Max Igan, Josie Wales, Anarchy Girl, Mark Victor, Dan Dicks, Stephanie Murphy, and many more. I will be speaking as well, and it will be my first public appearance aside from my YouTube videos and writings.\n\nThere\u00a0are also \u00a0workshops and an Ayahuasca ceremony hosted by Barry Cooper called Ayahuascapulco. It should occur on the final evening of the conference. Jeff Berwick will be holding the Dollar Vigilante summit meeting as well. And when night falls, there will be a bacchanalia and other parties to celebrate life, liberty, and love. As an added bonus,\u00a0many of the vendors at the conference will be accepting bitcoin and possibly other cryptocurrencies.\n\nGrab your tickets\u00a0today at the Anarchapulco homepage. They\u00a0are 245 dollars, but students get a special discounted rate. Tickets are also available for the workshops and are on the same link posted above.\n\nI can't wait to meet\u00a0you.\n\nBrave the future! \u00a0Evacuate the State! \u00a0And watch this Anarchapulco informational video below:\n\nhttps://youtu.be/-9p8atSEaBQ\n
    \"You never change things by fighting the existing reality. To change something, build a new model that makes the existing model obsolete.\"
    \n\n
    \n\nMy name is Sterlin. Follow me @\u00a0Psychologic-Anarchist. I also run\u00a0the Psychologic-Anarchist Facebook\u00a0page\u00a0and produce many\u00a0YouTube videos. My interests lie in the intersection of counseling psychology and anarchism. I write about the depredations of psychiatry, and also the new philosophy of compassionate anarchism. We have a large community devoted to discussing psychology and relational voluntaryism.\n\n\"Me", - "category": "anarchy", - "children": 18, - "created": "2016-09-09T21:06:18", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "is_paidout": false, - "json_metadata": { - "image": [ - "https://i.ytimg.com/vi/-9p8atSEaBQ/sddefault.jpg", - "https://psychologicanarchist.files.wordpress.com/2016/09/nathan-thumb.jpg", - "https://img.youtube.com/vi/-9p8atSEaBQ/0.jpg", - "https://psychologicanarchist.files.wordpress.com/2016/08/me-drawing.jpg?w=225" - ], - "links": [ - "https://anarchapulco.com/speakers/", - "https://anarchapulco.com/buy-your-tickets/", - "https://youtu.be/-9p8atSEaBQ", - "https://psychologic-anarchist.com/", - "https://www.facebook.com/psychologicanarchist/", - "https://www.youtube.com/c/psychologicanarchist" - ], - "tags": [ - "anarchy", - "anarchism", - "dollarvigilante", - "anarchapulco", - "liberty" - ] - }, - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 102631008502150, - "payout": 959.696, - "payout_at": "2016-09-16T21:06:18", - "pending_payout_value": "959.696 HBD", - "percent_hbd": 10000, - "permlink": "anarchapulco-is-one-of-the-most-world-changing-conferences-ever", - "post_id": 1188966, - "promoted": "0.000 HBD", - "replies": [], - "stats": { - "flag_weight": 0.0, - "gray": false, - "hide": false, - "total_votes": 273 - }, - "title": "Anarchapulco is One of the Most World Changing Conferences Ever", - "updated": "2016-09-09T22:15:03", - "url": "/anarchy/@sterlinluxan/anarchapulco-is-one-of-the-most-world-changing-conferences-ever" - }, - { - "active_votes": [ + "rshares": 5661661621, + "voter": "jwaser" + }, { - "rshares": 591936986472, - "voter": "barrie" + "rshares": 54019345, + "voter": "thadm" }, { - "rshares": 289298833434, - "voter": "anonymous" + "rshares": 54017499, + "voter": "prof" }, { - "rshares": 12345252505324, - "voter": "rainman" + "rshares": 405872365, + "voter": "steemorama" }, { - "rshares": 25621456264935, - "voter": "berniesanders" + "rshares": 892494003, + "voter": "smisi" }, { - "rshares": 3575862225930, - "voter": "excalibur" + "rshares": 53655807, + "voter": "yorsens" }, { - "rshares": 7465240586833, - "voter": "firstclass" + "rshares": 115546868227, + "voter": "dan-bn" }, { - "rshares": 34617610074801, - "voter": "jamesc" + "rshares": 127739177, + "voter": "the-ego-is-you" }, { - "rshares": 2439391483928, - "voter": "badassmother" + "rshares": 53331040, + "voter": "bane" }, { - "rshares": 2108333548846, - "voter": "hr1" + "rshares": 53324520, + "voter": "vive" }, { - "rshares": 5440360108871, - "voter": "kushed" + "rshares": 53318865, + "voter": "coad" }, { - "rshares": 135639234986, - "voter": "svk" + "rshares": 282267928, + "voter": "totosky" }, { - "rshares": 4425788336132, - "voter": "nextgencrypto" + "rshares": 9068270563, + "voter": "goose" }, { - "rshares": 1183899666401, - "voter": "rossco99" + "rshares": 2667370611, + "voter": "bwaser" }, { - "rshares": 157840910571, - "voter": "ozmaster" + "rshares": 53003720, + "voter": "sofa" }, { - "rshares": 3104316216, - "voter": "boy" + "rshares": 54557096408, + "voter": "tracemayer" }, { - "rshares": 3769023210, - "voter": "bue-witness" + "rshares": 902283883, + "voter": "brains" }, { - "rshares": 684026925, - "voter": "bunny" + "rshares": 459120073, + "voter": "jessicanicklos" }, { - "rshares": 6276229149745, - "voter": "clayop" + "rshares": 53055629, + "voter": "ailo" }, { - "rshares": 54893564497, - "voter": "bue" + "rshares": 4955013816, + "voter": "burnin" }, { - "rshares": 1663393709, - "voter": "mini" + "rshares": 1347001825, + "voter": "bitcoinparadise" }, { - "rshares": 4401912288378, - "voter": "witness.svk" + "rshares": 5314341562, + "voter": "chick1" }, { - "rshares": 213796245, - "voter": "moon" + "rshares": 4462414012, + "voter": "gringalicious" }, { - "rshares": 76449229334, - "voter": "aizensou" + "rshares": 3133057978, + "voter": "steempowerwhale" }, { - "rshares": 3556788310214, - "voter": "au1nethyb1" + "rshares": 50569452, + "voter": "aoki" }, { - "rshares": 208865905773, - "voter": "b0y2k" + "rshares": 50516543, + "voter": "typingagent" }, { - "rshares": 6136183341, - "voter": "bentley" + "rshares": 50514225, + "voter": "cwb" }, { - "rshares": 425555473971, - "voter": "recursive2" + "rshares": 62519521, + "voter": "nelyp" }, { - "rshares": 2772197684657, - "voter": "recursive" + "rshares": 2394301868, + "voter": "ellepdub" }, { - "rshares": 1425577812, - "voter": "mineralwasser" + "rshares": 88742390, + "voter": "inarix03" }, { - "rshares": 877687478497, - "voter": "boombastic" + "rshares": 9744098987, + "voter": "herpetologyguy" }, { - "rshares": 118397897437, - "voter": "mrs.agsexplorer" + "rshares": 51470533, + "voter": "eavy" }, { - "rshares": 6451379962, - "voter": "sean0010" + "rshares": 51484593, + "voter": "roto" }, { - "rshares": 8480286811, - "voter": "bingo-0" + "rshares": 1039982464, + "voter": "jang" }, { - "rshares": 2154708395, - "voter": "bingo-1" + "rshares": 4800843442, + "voter": "morgan.waser" }, { - "rshares": 480097771037, - "voter": "boatymcboatface" + "rshares": 803579425, + "voter": "twinbraid" }, { - "rshares": 379439479055, - "voter": "officialfuzzy" + "rshares": 335672416, + "voter": "lloyddavis" }, { - "rshares": 1177986568456, - "voter": "cass" + "rshares": 50372583, + "voter": "carre" }, { - "rshares": 625012807, - "voter": "healthcare" + "rshares": 3678089785, + "voter": "strong-ai" }, { - "rshares": 1125731310657, - "voter": "tuck-fheman" + "rshares": 543618786, + "voter": "grisha-danunaher" }, { - "rshares": 973159239, - "voter": "daniel.pan" + "rshares": 77637243, + "voter": "igtes" }, { - "rshares": 7859123838, - "voter": "woo7739" + "rshares": 157689742, + "voter": "buffett" }, { - "rshares": 7451892533, - "voter": "patrice" + "rshares": 136357168, + "voter": "siniceku" }, { - "rshares": 42814815404, - "voter": "alexgr" + "rshares": 156601976, + "voter": "eunnykim" }, { - "rshares": 288356419, - "voter": "helen.tan" + "rshares": 1533332205, + "voter": "rusteemitblog" }, { - "rshares": 18282370513, - "voter": "unosuke" + "rshares": 150891276, + "voter": "laskoff" }, { - "rshares": 308036837341, - "voter": "noaommerrr" + "rshares": 59566200, + "voter": "serikus" }, { - "rshares": 76716940669, - "voter": "edgeland" + "rshares": 155727800, + "voter": "sixthsense" }, { - "rshares": 51320160062, - "voter": "noisy" + "rshares": 155682701, + "voter": "boomer" }, { - "rshares": 185809442252, - "voter": "samuel-stone" + "rshares": 146185843, + "voter": "james93" }, { - "rshares": 16636079519, - "voter": "jademont" + "rshares": 158157112, + "voter": "kborgolte" + } + ], + "author": "jesta", + "author_payout_value": "0.000 HBD", + "author_reputation": 66.31, + "beneficiaries": [], + "blacklists": [], + "body": "The 0.3.5 update is primarily focused on a new post inspector, some minor tweaks and a few bug fixes. \n\nIf you're unfamiliar with [steemstats.com](https://steemstats.com), I'd recommend you check out the [rest of my blog posts](https://steemit.com/@jesta) to read through the evolution of this tool.\n\n## Improved Post Inspector\n\n![New Post Inspector](http://i.imgur.com/i14vq0K.png)\n\nThe new post inspector is designed in preparation for the upcoming vote changes (in steem 0.14.0) and helping understand the impact votes have on posts. The header is now the post's title (which if clicked, goes to the post), the author, the time posted, as well as a link to the post on steemd.com or steemdb.com.\n\nFor each vote, from left to right, you have the following information:\n\n- The calculated weight of the vote (the bold number), and below it, the vote weight percentage specified by the voter, and the total percentage of weight contributed to the post (in parentheses) .\n- The account who cast the vote and how long ago it was cast\n- The total reward shares contributed to the post by the voter\n- The current/estimated contribution to the author's post reward.\n- The current/estimated curation reward the voter will receive.\n\nThe current/estimated rewards currently only works for posts in the first payout period, but the post inspector now works from both the Recent Activity screen and the Posts screen.\n\n### Bug Fixes & Improvements\n\n- Fixed a bug on the curation stats reward that was displaying SBD.\n- Fixed an issue with comment payout calculations sometimes displaying incorrectly.\n- Removing a watched account now also resets the account followers/following tabs.\n- Fixed a few memory leaks (still more work needs to be done here)\n- Attempt at fixing the timezone problem. For those of you that experienced the time calculations being incorrect, please let me know if the post inspector's dates are now correct.\n- Added link on each post that leads to steemdb.com.\n- Added link on each user that leads to steemdb.com.\n- Added new operation types for 0.14.0 support next week.\n\n### Future of steemstats\n\nI've mentioned this before in a few of my other posts, but never in an update for steemstats itself. Currently I am evaluating the potential of merging steemstats.com and steemdb.com into a single website, focusing both on the realtime and historical aspects in the same tool. \n\nThis somewhat long process has caused me to halt the addition of new features on steemstats, until I fully evaluate if and how this would work. Over the past few weeks I've been actively learning and exploring react, evaluating it as a replacement for angular, which currently powers steemstats. I have also been expanding the APIs on steemdb for an integration regardless of the chosen direction.\n\nWe are currently in the 0.3.x series of steemstats, and 0.4.0 is going to be one of two things:\n\n- A feature rich version of steemstats that integrates the steemdb api endpoints currently being created\n- A brand new, open source version of steemstats and steemdb into a single application (steemdb will become an API)\n\nUnfortunately, 0.4.0 won't likely be ready until October at the very earliest, possibly even later in the year. I have a number of other things to do over the next 30-60 days that will shape the next 6-12 months of my life, much of it involving development on projects directly related to steem. This also means that news on the steemstats front will be going a bit quiet, except for critical fixes and maintenance. \n\nBut - if you have feature requests or bug reports, feel free to submit them. I keep track of it all. I love chatting about this stuff and it's a pleasure to work on a project that serves over a thousand steemians use each day ;)", + "category": "steemstats", + "children": 29, + "created": "2016-09-09T09:03:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/i14vq0K.png" + ], + "links": [ + "https://steemstats.com", + "https://steemit.com/@jesta" + ], + "tags": [ + "steemstats", + "patch-notes" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 132673239891989, + "payout": 995.974, + "payout_at": "2016-09-16T09:03:12", + "pending_payout_value": "995.974 HBD", + "percent_hbd": 10000, + "permlink": "steemstats-0-3-5-improved-post-inspector-fixes-and-prep-for-0-14-0", + "post_id": 1182223, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 331 + }, + "title": "steemstats 0.3.5 - improved post inspector, fixes and prep for 0.14.0", + "updated": "2016-09-09T09:03:12", + "url": "/steemstats/@jesta/steemstats-0-3-5-improved-post-inspector-fixes-and-prep-for-0-14-0" + }, + { + "active_votes": [ + { + "rshares": 13477926522085, + "voter": "dantheman" }, { - "rshares": 3914505410, - "voter": "hbhades" + "rshares": 535676350903, + "voter": "barrie" }, { - "rshares": 433346527370, - "voter": "eeks" + "rshares": 347182498336, + "voter": "anonymous" }, { - "rshares": 19216280302, - "voter": "fkn" + "rshares": 618864299621, + "voter": "val-a" }, { - "rshares": 447353939, - "voter": "paco-steem" + "rshares": 36025898284908, + "voter": "jamesc" + }, + { + "rshares": 166621884382, + "voter": "highasfuck" + }, + { + "rshares": 2269754565580, + "voter": "badassmother" + }, + { + "rshares": 6541942109750, + "voter": "xeldal" + }, + { + "rshares": 5406911565194, + "voter": "enki" + }, + { + "rshares": 2015795275799, + "voter": "hr1" + }, + { + "rshares": 1085579124424, + "voter": "rossco99" + }, + { + "rshares": 4539080827957, + "voter": "wang" + }, + { + "rshares": 5671967166550, + "voter": "steemit200" + }, + { + "rshares": 157840910571, + "voter": "ozmaster" + }, + { + "rshares": 2483637972, + "voter": "boy" + }, + { + "rshares": 1744463573774, + "voter": "xeroc" + }, + { + "rshares": 3015447022, + "voter": "bue-witness" + }, + { + "rshares": 547246371, + "voter": "bunny" + }, + { + "rshares": 7158463190255, + "voter": "complexring" + }, + { + "rshares": 43942970419, + "voter": "bue" + }, + { + "rshares": 1330801877, + "voter": "mini" + }, + { + "rshares": 171039480, + "voter": "moon" + }, + { + "rshares": 422583280311, + "voter": "recursive3" + }, + { + "rshares": 2705583356387, + "voter": "recursive" + }, + { + "rshares": 1352528689, + "voter": "mineralwasser" + }, + { + "rshares": 813598639820, + "voter": "boombastic" + }, + { + "rshares": 107430397631, + "voter": "mrs.agsexplorer" + }, + { + "rshares": 1959061945, + "voter": "bingo-1" + }, + { + "rshares": 413868821627, + "voter": "boatymcboatface" + }, + { + "rshares": 500032593, + "voter": "healthcare" }, { - "rshares": 5016826590, - "voter": "spaninv" + "rshares": 778573329, + "voter": "daniel.pan" }, { - "rshares": 2110504361, - "voter": "gekko" + "rshares": 7859123838, + "voter": "woo7739" }, { - "rshares": 335140044424, - "voter": "teamsteem" + "rshares": 813852185290, + "voter": "steemrollin" }, { - "rshares": 25278617688, - "voter": "elishagh1" + "rshares": 40097366003, + "voter": "alexgr" }, { - "rshares": 10276551983, - "voter": "richman" + "rshares": 230690102, + "voter": "helen.tan" }, { - "rshares": 708002935272, - "voter": "nanzo-scoop" + "rshares": 317679022747, + "voter": "noaommerrr" }, { - "rshares": 1097771169, - "voter": "weenfan" + "rshares": 13456874958, + "voter": "gregory-f" }, { - "rshares": 139424582774, - "voter": "steve-walschot" + "rshares": 9981315272, + "voter": "andzzz" }, { - "rshares": 7604863954, - "voter": "kefkius" + "rshares": 85951923946, + "voter": "edgeland" }, { - "rshares": 215057879114, - "voter": "mummyimperfect" + "rshares": 76665194905, + "voter": "easteagle13" }, { - "rshares": 43240066120, - "voter": "klye" + "rshares": 13661967452, + "voter": "fkn" }, { - "rshares": 490980590, - "voter": "coar" + "rshares": 44301968409, + "voter": "kingscrown" }, { - "rshares": 1426410498, - "voter": "murh" + "rshares": 29703642476, + "voter": "instructor2121" }, { - "rshares": 6760885463, - "voter": "cryptofunk" + "rshares": 341853154470, + "voter": "teamsteem" }, { - "rshares": 584910969, - "voter": "kodi" + "rshares": 17971631999, + "voter": "elishagh1" }, { - "rshares": 12988959564, - "voter": "andu" + "rshares": 147551184319, + "voter": "steve-walschot" }, { - "rshares": 990439542978, - "voter": "cyber" + "rshares": 43838713879, + "voter": "hannixx42" }, { - "rshares": 59784587939, - "voter": "theshell" + "rshares": 1412786230, + "voter": "murh" }, { - "rshares": 59685490770, - "voter": "ak2020" + "rshares": 6476276966, + "voter": "cryptofunk" }, { - "rshares": 25360606957, - "voter": "thecryptofiend" + "rshares": 39924520204, + "voter": "ranko-k" }, { - "rshares": 54554448698, - "voter": "justtryme90" + "rshares": 943667108132, + "voter": "cyber" }, { - "rshares": 9277411843, - "voter": "zebbra2014" + "rshares": 24403504542, + "voter": "paul-labossiere" }, { - "rshares": 426963673, - "voter": "applecrisp" + "rshares": 29997646492, + "voter": "drinkzya" }, { - "rshares": 349160704, - "voter": "stiletto" + "rshares": 9277411843, + "voter": "zebbra2014" }, { - "rshares": 234281600315, - "voter": "wingz" + "rshares": 94742737947, + "voter": "eric-boucher" }, { - "rshares": 52533125771, - "voter": "juanmiguelsalas" + "rshares": 378640848474, + "voter": "taoteh1221" }, { - "rshares": 108081346208, - "voter": "kenny-crane" + "rshares": 4273797992, + "voter": "andre-ager" }, { - "rshares": 55791521921, - "voter": "thecryptodrive" + "rshares": 269036651571, + "voter": "churdtzu" }, { - "rshares": 24830294413, - "voter": "wongshiying" + "rshares": 53651417814, + "voter": "juanmiguelsalas" }, { - "rshares": 187335920333, - "voter": "will-zewe" + "rshares": 15133639569, + "voter": "paradise-paradox" }, { - "rshares": 132454573634, - "voter": "bravenewcoin" + "rshares": 3163625559, + "voter": "pangur-ban" }, { - "rshares": 4567548961, - "voter": "dahaz159" + "rshares": 53304441666, + "voter": "thecryptodrive" }, { - "rshares": 13621418175, - "voter": "facer" + "rshares": 1428360890, + "voter": "benthegameboy" }, { - "rshares": 10703944499, - "voter": "ossama-benjohn" + "rshares": 398746305, + "voter": "rafikichi" }, { - "rshares": 89838229832, - "voter": "schro" + "rshares": 79206127744, + "voter": "tim-johnston" }, { - "rshares": 16083450491, - "voter": "zakharya" + "rshares": 19583503403, + "voter": "ziv" }, { - "rshares": 2063595732, + "rshares": 2153317286, "voter": "stephen-somers" }, { - "rshares": 30445361083, + "rshares": 32136652184, "voter": "michaelx" }, { - "rshares": 5923268326, + "rshares": 5795619552, "voter": "mark-waser" }, { - "rshares": 5724827410, - "voter": "christoryan" + "rshares": 134311506595, + "voter": "kimziv" }, { - "rshares": 104859928997, - "voter": "geoffrey" + "rshares": 2313228416, + "voter": "superfreek" }, { - "rshares": 166471141157, - "voter": "kimziv" + "rshares": 510500434, + "voter": "mrhankeh" }, { - "rshares": 2745202699, - "voter": "gary-smith" + "rshares": 2868007032, + "voter": "alexft" }, { - "rshares": 471231170, - "voter": "mrhankeh" + "rshares": 56702480478, + "voter": "isteemit" }, { - "rshares": 67028640744, - "voter": "norbu" + "rshares": 14009388996, + "voter": "damirkatusic" }, { - "rshares": 178740506212, - "voter": "marina" + "rshares": 68355526825, + "voter": "bacchist" }, { - "rshares": 217596841813, + "rshares": 56991239380, "voter": "asmolokalo" }, { - "rshares": 33316560185, - "voter": "good-karma" - }, - { - "rshares": 90870543097, + "rshares": 84399492492, "voter": "rubybian" }, { - "rshares": 3370504739, + "rshares": 3303916529, "voter": "orly" }, { - "rshares": 254380477, - "voter": "mstang83" - }, - { - "rshares": 133809425183, - "voter": "jackkang" - }, - { - "rshares": 25519515144, - "voter": "tcfxyz" + "rshares": 5367814231, + "voter": "riscadox" }, { - "rshares": 7068961098, - "voter": "futurefood" + "rshares": 8194140529, + "voter": "r4fken" }, { - "rshares": 143394860106, + "rshares": 132366664791, "voter": "derekareith" }, { - "rshares": 28797437548, - "voter": "picokernel" + "rshares": 349132139361, + "voter": "slowwalker" }, { - "rshares": 61988648819, + "rshares": 45284854380, "voter": "furion" }, - { - "rshares": 15619208260, - "voter": "bitshares101" - }, { "rshares": 10594519706, "voter": "seanmchughart" }, { - "rshares": 6227407724, - "voter": "owdy" + "rshares": 743522845, + "voter": "busser" }, { - "rshares": 463366412, + "rshares": 332742949, "voter": "barbara2" }, { - "rshares": 514840389, + "rshares": 356520246, "voter": "ch0c0latechip" }, { - "rshares": 476503055, + "rshares": 342183077, "voter": "doge4lyf" }, { - "rshares": 10476467464, - "voter": "spiz0r" - }, - { - "rshares": 13970283730, - "voter": "ausbitbank" - }, - { - "rshares": 27538503875, - "voter": "gord0b" - }, - { - "rshares": 5118979825, - "voter": "inversion" - }, - { - "rshares": 1137700476, + "rshares": 967430836, "voter": "steem1653" }, { - "rshares": 5568218494, - "voter": "nichoros" - }, - { - "rshares": 10893493671, - "voter": "asim" - }, - { - "rshares": 215638639947, - "voter": "jesta" + "rshares": 4441929051, + "voter": "gikitiki" }, { - "rshares": 16823179482, - "voter": "toxonaut" + "rshares": 61948584655, + "voter": "flyingmind" }, { - "rshares": 5013086969, + "rshares": 5446824474, "voter": "thegoodguy" }, { - "rshares": 17026901254, - "voter": "bdavid" + "rshares": 3320467112, + "voter": "karen13" }, { - "rshares": 16487620216, - "voter": "aaseb" + "rshares": 11080274169, + "voter": "deviedev" }, { - "rshares": 3541324768, - "voter": "karen13" + "rshares": 1283923402, + "voter": "jrd8526" }, { - "rshares": 24962097609, - "voter": "igster" + "rshares": 6389579636, + "voter": "cryptosi" }, { - "rshares": 296050938278, + "rshares": 288484078580, "voter": "nabilov" }, { - "rshares": 11050247826, - "voter": "allmonitors" + "rshares": 14499214780, + "voter": "jaycobbell" }, { - "rshares": 42134446363, - "voter": "milestone" + "rshares": 8217543952, + "voter": "noodhoog" }, { - "rshares": 6854219330, - "voter": "lichtblick" + "rshares": 35654305271, + "voter": "condra" }, { - "rshares": 38981643223, - "voter": "creemej" + "rshares": 380411494, + "voter": "karenmckersie" }, { - "rshares": 87211957, - "voter": "wildchild" + "rshares": 7061842607, + "voter": "btcupload" }, { - "rshares": 22604638473, - "voter": "phenom" + "rshares": 245554819, + "voter": "jza" }, { - "rshares": 21518378834, - "voter": "mynameisbrian" + "rshares": 32831137698, + "voter": "creemej" }, { - "rshares": 4221835049, - "voter": "oululahti" + "rshares": 91926117, + "voter": "wildchild" }, { - "rshares": 2057329898, - "voter": "iamwne" + "rshares": 12310535283, + "voter": "benjiberigan" }, { - "rshares": 36385996929, - "voter": "royaltiffany" + "rshares": 70777333586, + "voter": "thylbom" }, { - "rshares": 7491319278, - "voter": "bitcoiner" + "rshares": 7168092642, + "voter": "geronimo" }, { - "rshares": 3402963070, + "rshares": 2488984400, + "voter": "vlad" + }, + { + "rshares": 3404137327, "voter": "tarindel" }, { - "rshares": 3150992247, + "rshares": 3373510290, "voter": "azurejasper" }, { - "rshares": 22320237891, + "rshares": 24175862862, "voter": "deanliu" }, { - "rshares": 5225193932, - "voter": "rainchen" + "rshares": 540910155, + "voter": "qonq99" }, { - "rshares": 3567394163, - "voter": "mastletter" + "rshares": 970801526, + "voter": "dbendorf" }, { - "rshares": 172158330412, + "rshares": 161416493014, "voter": "jl777" }, { - "rshares": 39357479579, - "voter": "zaebars" + "rshares": 1018923425089, + "voter": "james212" }, { - "rshares": 1366745384, - "voter": "aleco" + "rshares": 7072481705, + "voter": "lostnuggett" }, { - "rshares": 15569549784, + "rshares": 35423115509, + "voter": "zaebars" + }, + { + "rshares": 11069846104, "voter": "positive" }, { - "rshares": 1820806512, + "rshares": 1784770879, "voter": "yarly" }, { - "rshares": 275109479, + "rshares": 269607289, "voter": "yarly2" }, { - "rshares": 275521387, + "rshares": 270010959, "voter": "yarly3" }, { - "rshares": 159279578, + "rshares": 156093986, "voter": "yarly4" }, { - "rshares": 160178852, + "rshares": 156975275, "voter": "yarly5" }, { - "rshares": 91302559, + "rshares": 89476508, "voter": "yarly7" }, { - "rshares": 9676251273, - "voter": "fishborne" - }, - { - "rshares": 21625479206, - "voter": "prufarchy" - }, - { - "rshares": 18151756887, - "voter": "carlidos" - }, - { - "rshares": 790919268, - "voter": "quigua" + "rshares": 308403865, + "voter": "sergey44" }, { - "rshares": 921456442, - "voter": "happyphoenix" + "rshares": 117022265, + "voter": "smospider" }, { - "rshares": 27564916862, - "voter": "team-leibniz" + "rshares": 19822991673, + "voter": "krabgat" }, { - "rshares": 14671343443, + "rshares": 13755763158, "voter": "proto" }, { - "rshares": 639310915, + "rshares": 614745323, "voter": "curator" }, { - "rshares": 25522993490, + "rshares": 21133143205, "voter": "sisterholics" }, { - "rshares": 441281474, + "rshares": 432471059, "voter": "yarly10" }, { - "rshares": 236361100, - "voter": "yarly11" - }, - { - "rshares": 2087245911, - "voter": "leylar" + "rshares": 1518983647, + "voter": "alex.chien" }, { - "rshares": 13899669755, - "voter": "michaeldodridge" + "rshares": 231633878, + "voter": "yarly11" }, { - "rshares": 82681797, + "rshares": 81028161, "voter": "yarly12" }, { - "rshares": 9225721351, - "voter": "logic" + "rshares": 2814833271, + "voter": "tygergamer" }, { - "rshares": 525744758, + "rshares": 364069422, "voter": "fnait" }, { - "rshares": 479715016, + "rshares": 344497787, "voter": "keepcalmand" }, { - "rshares": 2852417010, - "voter": "nelu.ceban" - }, - { - "rshares": 8395108310, - "voter": "alphabeta" - }, - { - "rshares": 29391275370, - "voter": "smailer" - }, - { - "rshares": 156341247, - "voter": "steemster1" - }, - { - "rshares": 24117033815, - "voter": "williambanks" + "rshares": 111662435976, + "voter": "sterlinluxan" }, { - "rshares": 3171921284, + "rshares": 3099858290, "voter": "glitterpig" }, { - "rshares": 5953798750, + "rshares": 5361340393, "voter": "jed78" }, { - "rshares": 6471671741, - "voter": "shortcut" - }, - { - "rshares": 131434229863, + "rshares": 128430788791, "voter": "steemdrive" }, { - "rshares": 972832549, + "rshares": 1024046685, "voter": "metaflute" }, { - "rshares": 55157471341, + "rshares": 39800990412, "voter": "gomeravibz" }, { - "rshares": 3735000857, - "voter": "litrbooh" - }, - { - "rshares": 7417512235, + "rshares": 6888480035, "voter": "taker" }, { - "rshares": 4759832838, + "rshares": 4650376230, "voter": "theprophet0" }, { - "rshares": 63257042, - "voter": "sharon" - }, - { - "rshares": 63085782, - "voter": "lillianjones" - }, - { - "rshares": 887003920813, + "rshares": 729049512878, "voter": "laonie" }, { - "rshares": 24105897364, - "voter": "rawnetics" - }, - { - "rshares": 5191402535, - "voter": "thebluepanda" + "rshares": 2551884333, + "voter": "pdogg147" }, { - "rshares": 3088548245, - "voter": "timcliff" + "rshares": 8107245594, + "voter": "spaceghost" }, { - "rshares": 24475534553, + "rshares": 22883800785, "voter": "laonie1" }, { - "rshares": 24986004688, + "rshares": 23396082320, "voter": "laonie2" }, { - "rshares": 24995138873, + "rshares": 23404647118, "voter": "laonie3" }, { - "rshares": 32610248968, - "voter": "myfirst" + "rshares": 24520350205, + "voter": "laoyao" }, { - "rshares": 199877130147, - "voter": "somebody" + "rshares": 26139519610, + "voter": "myfirst" }, { - "rshares": 20733647424, - "voter": "persianqueen" + "rshares": 161267589491, + "voter": "somebody" }, { - "rshares": 7476792922, + "rshares": 6032070943, "voter": "flysaga" }, { - "rshares": 12253967192, - "voter": "gmurph" - }, - { - "rshares": 32783895252, - "voter": "xtester" + "rshares": 35631246795, + "voter": "midnightoil" }, { - "rshares": 44163499766, - "voter": "midnightoil" + "rshares": 2312642573, + "voter": "crypto-toll" }, { - "rshares": 3991017813, - "voter": "ullikume" + "rshares": 63429538, + "voter": "libertyprime" }, { - "rshares": 6756209350, - "voter": "minion" + "rshares": 3334099690, + "voter": "darrenturetzky" }, { "rshares": 62034512, "voter": "nickola" }, { - "rshares": 24990820543, + "rshares": 23400604417, "voter": "laonie4" }, { - "rshares": 24989057515, + "rshares": 23398899328, "voter": "laonie5" }, { - "rshares": 24986322060, + "rshares": 23396297524, "voter": "laonie6" }, { - "rshares": 24983081321, + "rshares": 23393304596, "voter": "laonie7" }, { - "rshares": 24979236100, + "rshares": 23389513666, "voter": "laonie8" }, { - "rshares": 24977494631, + "rshares": 23387910642, "voter": "laonie9" }, { - "rshares": 102976940697, + "rshares": 85264650943, "voter": "xiaohui" }, { - "rshares": 1890376414, - "voter": "t3ran13" - }, - { - "rshares": 102832176474, - "voter": "joele" + "rshares": 19546273639, + "voter": "velourex" }, { - "rshares": 1307687520, - "voter": "paynode" + "rshares": 5403347242, + "voter": "oflyhigh" }, { - "rshares": 62525016, - "voter": "nickche" + "rshares": 14605845094, + "voter": "randyclemens" }, { - "rshares": 1145677340, - "voter": "boddhisattva" + "rshares": 1368553119, + "voter": "paynode" }, { - "rshares": 3454695611, + "rshares": 2787069761, "voter": "xiaokongcom" }, { - "rshares": 2076051332, - "voter": "natalymaty" + "rshares": 221895311, + "voter": "zionuziriel" }, { - "rshares": 64952156, - "voter": "msjennifer" + "rshares": 61677203, + "voter": "diversesteem" }, { - "rshares": 59738641, - "voter": "ciao" + "rshares": 5616564080, + "voter": "xianjun" }, { - "rshares": 3238497654, - "voter": "blow" + "rshares": 64621792, + "voter": "stevescriber" }, { - "rshares": 3369602035, - "voter": "cmorton" + "rshares": 52467942, + "voter": "loli" }, { - "rshares": 59146649, - "voter": "steemo" + "rshares": 54857117, + "voter": "nano2nd" }, { - "rshares": 6961689621, - "voter": "xianjun" + "rshares": 222804436, + "voter": "party1999" }, { - "rshares": 57765027, - "voter": "steema" + "rshares": 368610577, + "voter": "microluck" }, { - "rshares": 3362316499, - "voter": "bhavnapatel68" + "rshares": 1635886707, + "voter": "chinadaily" }, { - "rshares": 74480084, - "voter": "confucius" + "rshares": 57802223, + "voter": "cryptoblu" }, { - "rshares": 28366957937, - "voter": "mrosenquist" + "rshares": 57795937, + "voter": "instructor" }, { - "rshares": 3113858752, - "voter": "bledarus" + "rshares": 663686280832, + "voter": "dollarvigilante" }, { - "rshares": 50027573, - "voter": "loli" + "rshares": 59750246, + "voter": "saveliy" }, { - "rshares": 84317688677, - "voter": "miacats" + "rshares": 13661297026, + "voter": "gvargas123" }, { - "rshares": 56076164, - "voter": "nano2nd" + "rshares": 1550433833, + "voter": "jsantana" }, { - "rshares": 8884101258, - "voter": "mione" + "rshares": 723218112, + "voter": "thepholosopher" }, { - "rshares": 58653788, - "voter": "jarvis" + "rshares": 69829863, + "voter": "qq553937961" }, { - "rshares": 457028975, - "voter": "microluck" + "rshares": 8720302896, + "voter": "jaredcwillis" }, { - "rshares": 57933957, - "voter": "fortuner" + "rshares": 23381814238, + "voter": "laonie10" }, { - "rshares": 58555241, - "voter": "saveliy" + "rshares": 765546853, + "voter": "wuyueling" }, { - "rshares": 728479455, - "voter": "alexma3x" + "rshares": 1911014293, + "voter": "erroneous-logic" }, { - "rshares": 190168923, - "voter": "cryptomental" + "rshares": 58984845, + "voter": "attacheguevera" }, { - "rshares": 83974625359, - "voter": "neptun" + "rshares": 80740926521, + "voter": "barrycooper" }, { - "rshares": 13660887096, - "voter": "gvargas123" + "rshares": 45366463875, + "voter": "dragonanarchist" }, { - "rshares": 56593235, - "voter": "johnbyrd" + "rshares": 3555271275, + "voter": "stillsafe" }, { - "rshares": 56575537, - "voter": "thomasaustin" + "rshares": 43371945426, + "voter": "emancipatedhuman" }, { - "rshares": 56573535, - "voter": "thermor" + "rshares": 75274936, + "voter": "joelbow" }, { - "rshares": 56585538, - "voter": "ficholl" + "rshares": 9248050550, + "voter": "sethlinson" }, { - "rshares": 55387660, - "voter": "widell" + "rshares": 23708856990, + "voter": "hilarski" }, { - "rshares": 89842295456, - "voter": "icfiedler" + "rshares": 161072048736, + "voter": "falkvinge" }, { - "rshares": 443693828, - "voter": "keepdoodling" + "rshares": 1401458089, + "voter": "truthandanarchy" }, { - "rshares": 56161396, - "voter": "revelbrooks" + "rshares": 828469568, + "voter": "riceowladam" }, { - "rshares": 24971011701, - "voter": "laonie10" + "rshares": 4024824726, + "voter": "lily-da-vine" }, { - "rshares": 24470844605, - "voter": "andrewawerdna" + "rshares": 58977489, + "voter": "justinschwalm" }, { - "rshares": 7674854463, - "voter": "craigwilliamz" + "rshares": 58484280, + "voter": "will.isles" }, { - "rshares": 52086919381, - "voter": "mandibil" + "rshares": 84529934, + "voter": "sjjohnson" }, { - "rshares": 363516844, - "voter": "ukblogger" + "rshares": 1037909150, + "voter": "avielhitchens" }, { - "rshares": 29668204036, - "voter": "daut44" + "rshares": 232089407, + "voter": "brandon-rosano" }, { - "rshares": 1243977094, - "voter": "fiat19" + "rshares": 58172886, + "voter": "nullpointer" }, { - "rshares": 54999739, - "voter": "curpose" + "rshares": 54705383, + "voter": "rickmiller" }, { - "rshares": 80014955, - "voter": "pery" + "rshares": 2761833688, + "voter": "nulliusinverba" }, { - "rshares": 948829161, + "rshares": 669878419, "voter": "runridefly" }, { - "rshares": 14180456361, - "voter": "krnel" + "rshares": 64994479, + "voter": "mikeonfire" }, { - "rshares": 24601755462, - "voter": "laonie11" + "rshares": 56680590, + "voter": "charlie777pt" }, { - "rshares": 56270862, - "voter": "antoninaral1965" + "rshares": 10692755421, + "voter": "stephmckenzie" }, { - "rshares": 55085378, - "voter": "troich" + "rshares": 2903143663, + "voter": "richardcrill" }, { - "rshares": 57498067667, - "voter": "luminousvisions" + "rshares": 164618977, + "voter": "decentro" }, { - "rshares": 1653932598, - "voter": "davidjkelley" + "rshares": 23036045614, + "voter": "laonie11" }, { - "rshares": 7421603664, - "voter": "davidbrogan" + "rshares": 58648567727, + "voter": "luminousvisions" }, { - "rshares": 55091113, - "voter": "crion" + "rshares": 1618117253, + "voter": "davidjkelley" }, { - "rshares": 54739685, - "voter": "hitherise" + "rshares": 7422089296, + "voter": "davidbrogan" }, { - "rshares": 54730557, - "voter": "wiss" + "rshares": 57035814, + "voter": "michaelmillman" }, { - "rshares": 9279312943, - "voter": "ghasemkiani" + "rshares": 55669133, + "voter": "sebastianbauer" }, { - "rshares": 18057465685, + "rshares": 22576396199, "voter": "sponge-bob" }, { - "rshares": 15514574124, + "rshares": 15179703914, "voter": "digital-wisdom" }, { - "rshares": 225066014, - "voter": "areynolds" - }, - { - "rshares": 3859577072, + "rshares": 3779650786, "voter": "ethical-ai" }, { - "rshares": 54362089, - "voter": "stroully" + "rshares": 98777516, + "voter": "saramiller" }, { - "rshares": 88628906, - "voter": "ruscion" + "rshares": 2030924043, + "voter": "matthewtiii" }, { - "rshares": 5661661621, + "rshares": 5539406343, "voter": "jwaser" }, { - "rshares": 54019345, - "voter": "thadm" + "rshares": 7649110855, + "voter": "doitvoluntarily" }, { - "rshares": 54017499, - "voter": "prof" + "rshares": 646139908, + "voter": "kev7000" }, { "rshares": 405872365, "voter": "steemorama" }, { - "rshares": 892494003, + "rshares": 925627584, "voter": "smisi" }, { - "rshares": 53655807, - "voter": "yorsens" - }, - { - "rshares": 115546868227, - "voter": "dan-bn" + "rshares": 3126319414, + "voter": "michaelmatthews" }, { - "rshares": 127739177, + "rshares": 118627057, "voter": "the-ego-is-you" }, - { - "rshares": 53331040, - "voter": "bane" - }, - { - "rshares": 53324520, - "voter": "vive" - }, - { - "rshares": 53318865, - "voter": "coad" - }, { "rshares": 282267928, "voter": "totosky" }, { - "rshares": 9068270563, - "voter": "goose" + "rshares": 53237721, + "voter": "jonathanyoung" }, { - "rshares": 2667370611, + "rshares": 2609705655, "voter": "bwaser" }, { - "rshares": 53003720, - "voter": "sofa" + "rshares": 360867793495, + "voter": "charlieshrem" }, { - "rshares": 54557096408, + "rshares": 57674266103, "voter": "tracemayer" }, { - "rshares": 902283883, + "rshares": 22559371443, "voter": "brains" }, { - "rshares": 459120073, - "voter": "jessicanicklos" - }, - { - "rshares": 53055629, - "voter": "ailo" - }, - { - "rshares": 4955013816, - "voter": "burnin" + "rshares": 164509842, + "voter": "knight-angel" }, { - "rshares": 1347001825, + "rshares": 1445562934, "voter": "bitcoinparadise" }, { - "rshares": 5314341562, - "voter": "chick1" - }, - { - "rshares": 4462414012, - "voter": "gringalicious" - }, - { - "rshares": 3133057978, - "voter": "steempowerwhale" - }, - { - "rshares": 50569452, - "voter": "aoki" - }, - { - "rshares": 50516543, - "voter": "typingagent" - }, - { - "rshares": 50514225, - "voter": "cwb" + "rshares": 1996188997, + "voter": "steemsquad" }, { - "rshares": 62519521, - "voter": "nelyp" + "rshares": 2341327402, + "voter": "ellepdub" }, { - "rshares": 2394301868, - "voter": "ellepdub" + "rshares": 50852949, + "voter": "gregorygarcia" }, { - "rshares": 88742390, + "rshares": 95081132, "voter": "inarix03" }, { - "rshares": 9744098987, + "rshares": 9557075390, "voter": "herpetologyguy" }, { - "rshares": 51470533, - "voter": "eavy" - }, - { - "rshares": 51484593, - "voter": "roto" + "rshares": 4697106015, + "voter": "morgan.waser" }, { - "rshares": 1039982464, - "voter": "jang" + "rshares": 53426834, + "voter": "lightobserver" }, { - "rshares": 4800843442, - "voter": "morgan.waser" + "rshares": 50233449, + "voter": "teemsteem" }, { - "rshares": 803579425, - "voter": "twinbraid" + "rshares": 50975390, + "voter": "steemprincess" }, { - "rshares": 335672416, - "voter": "lloyddavis" + "rshares": 71404120, + "voter": "piphunters" }, { - "rshares": 50372583, - "voter": "carre" + "rshares": 50182946, + "voter": "glennith" }, { - "rshares": 3678089785, + "rshares": 3598578415, "voter": "strong-ai" }, { - "rshares": 543618786, - "voter": "grisha-danunaher" + "rshares": 1345995899, + "voter": "peaceloveliberty" }, { - "rshares": 77637243, - "voter": "igtes" + "rshares": 174357670, + "voter": "darkminded153" }, { - "rshares": 157689742, - "voter": "buffett" + "rshares": 532746410, + "voter": "grisha-danunaher" }, { - "rshares": 136357168, + "rshares": 111492251, "voter": "siniceku" }, { - "rshares": 156601976, - "voter": "eunnykim" + "rshares": 154056498, + "voter": "cruise" }, { - "rshares": 1533332205, + "rshares": 1421425310, "voter": "rusteemitblog" }, { - "rshares": 150891276, - "voter": "laskoff" + "rshares": 148984272, + "voter": "robyneggs" }, { - "rshares": 59566200, - "voter": "serikus" + "rshares": 159729263, + "voter": "teemunee" }, { - "rshares": 155727800, - "voter": "sixthsense" + "rshares": 127399164, + "voter": "insight2incite" }, { - "rshares": 155682701, - "voter": "boomer" + "rshares": 145950604, + "voter": "kurjik7" }, { - "rshares": 146185843, - "voter": "james93" + "rshares": 12950665574, + "voter": "goldmatters" }, { - "rshares": 158157112, - "voter": "kborgolte" + "rshares": 142731666, + "voter": "oszillum" + }, + { + "rshares": 155057486, + "voter": "wakeupworldnews" + }, + { + "rshares": 155960075, + "voter": "josh-boulton" } ], - "author": "jesta", + "author": "sterlinluxan", "author_payout_value": "0.000 HBD", - "author_reputation": 66.31, + "author_reputation": 66.29, "beneficiaries": [], "blacklists": [], - "body": "The 0.3.5 update is primarily focused on a new post inspector, some minor tweaks and a few bug fixes. \n\nIf you're unfamiliar with [steemstats.com](https://steemstats.com), I'd recommend you check out the [rest of my blog posts](https://steemit.com/@jesta) to read through the evolution of this tool.\n\n## Improved Post Inspector\n\n![New Post Inspector](http://i.imgur.com/i14vq0K.png)\n\nThe new post inspector is designed in preparation for the upcoming vote changes (in steem 0.14.0) and helping understand the impact votes have on posts. The header is now the post's title (which if clicked, goes to the post), the author, the time posted, as well as a link to the post on steemd.com or steemdb.com.\n\nFor each vote, from left to right, you have the following information:\n\n- The calculated weight of the vote (the bold number), and below it, the vote weight percentage specified by the voter, and the total percentage of weight contributed to the post (in parentheses) .\n- The account who cast the vote and how long ago it was cast\n- The total reward shares contributed to the post by the voter\n- The current/estimated contribution to the author's post reward.\n- The current/estimated curation reward the voter will receive.\n\nThe current/estimated rewards currently only works for posts in the first payout period, but the post inspector now works from both the Recent Activity screen and the Posts screen.\n\n### Bug Fixes & Improvements\n\n- Fixed a bug on the curation stats reward that was displaying SBD.\n- Fixed an issue with comment payout calculations sometimes displaying incorrectly.\n- Removing a watched account now also resets the account followers/following tabs.\n- Fixed a few memory leaks (still more work needs to be done here)\n- Attempt at fixing the timezone problem. For those of you that experienced the time calculations being incorrect, please let me know if the post inspector's dates are now correct.\n- Added link on each post that leads to steemdb.com.\n- Added link on each user that leads to steemdb.com.\n- Added new operation types for 0.14.0 support next week.\n\n### Future of steemstats\n\nI've mentioned this before in a few of my other posts, but never in an update for steemstats itself. Currently I am evaluating the potential of merging steemstats.com and steemdb.com into a single website, focusing both on the realtime and historical aspects in the same tool. \n\nThis somewhat long process has caused me to halt the addition of new features on steemstats, until I fully evaluate if and how this would work. Over the past few weeks I've been actively learning and exploring react, evaluating it as a replacement for angular, which currently powers steemstats. I have also been expanding the APIs on steemdb for an integration regardless of the chosen direction.\n\nWe are currently in the 0.3.x series of steemstats, and 0.4.0 is going to be one of two things:\n\n- A feature rich version of steemstats that integrates the steemdb api endpoints currently being created\n- A brand new, open source version of steemstats and steemdb into a single application (steemdb will become an API)\n\nUnfortunately, 0.4.0 won't likely be ready until October at the very earliest, possibly even later in the year. I have a number of other things to do over the next 30-60 days that will shape the next 6-12 months of my life, much of it involving development on projects directly related to steem. This also means that news on the steemstats front will be going a bit quiet, except for critical fixes and maintenance. \n\nBut - if you have feature requests or bug reports, feel free to submit them. I keep track of it all. I love chatting about this stuff and it's a pleasure to work on a project that serves over a thousand steemians use each day ;)", - "category": "steemstats", - "children": 29, - "created": "2016-09-09T09:03:12", + "body": "https://i.ytimg.com/vi/-9p8atSEaBQ/sddefault.jpg\n

    The Paradigm Shift is Under Way;\u00a0\u00a0Anarchapulco Rising

    \n\nAnarchists are working\u00a0tirelessly\u00a0to alter\u00a0the course of history and save mankind from the fetters of its own creation. And they are winning. History is unfolding according to the aims of these freethinkers and contrarians. People are waking\u00a0up and questioning\u00a0government. They are becoming disobedient and beginning\u00a0to oppose their masters.\n\nThere is proof of this\u00a0paradigm shift.\n\nThe\u00a0Anarchapulco conference in Acapulco, Mexico is rising. It represents the culmination of all the\u00a0rabble rousing and truth-speaking currently under way. It is a result of this\u00a0choir of anarchists singing hymnals of truth and beckoning people into the light of freedom.\u00a0\n\n\"nathan-thumb\"\n

    Anarchapulco Highlights, Speakers, and Prices

    \n\nWhat is Anarchapulco?\n\nIt is an anarcho-capitalist\u00a0conference held in the last week in February, the 25th through 28th. \u00a0Jeff Berwick, the Dollarvigilante, masterminded and created the event to highlight anarchist ingenuity, compassion, and creativity.\n\nThe conference focuses on\u00a0how anarchists\u00a0are accomplishing their goals, what they are doing to unchain society, live\u00a0more freely, and abolish all government. It features some of the most prominent\u00a0and eloquent orators the anarchist movement has seen. It is world-changing.\n\nSpeakers include, Barry Cooper, Adam Kokesh, Derrick Broze, Roger Ver, Amanda Rachwitz, Larken Rose, Dayna Martin, Jeffery Tucker, Jeff Berwick, Max Igan, Josie Wales, Anarchy Girl, Mark Victor, Dan Dicks, Stephanie Murphy, and many more. I will be speaking as well, and it will be my first public appearance aside from my YouTube videos and writings.\n\nThere\u00a0are also \u00a0workshops and an Ayahuasca ceremony hosted by Barry Cooper called Ayahuascapulco. It should occur on the final evening of the conference. Jeff Berwick will be holding the Dollar Vigilante summit meeting as well. And when night falls, there will be a bacchanalia and other parties to celebrate life, liberty, and love. As an added bonus,\u00a0many of the vendors at the conference will be accepting bitcoin and possibly other cryptocurrencies.\n\nGrab your tickets\u00a0today at the Anarchapulco homepage. They\u00a0are 245 dollars, but students get a special discounted rate. Tickets are also available for the workshops and are on the same link posted above.\n\nI can't wait to meet\u00a0you.\n\nBrave the future! \u00a0Evacuate the State! \u00a0And watch this Anarchapulco informational video below:\n\nhttps://youtu.be/-9p8atSEaBQ\n
    \"You never change things by fighting the existing reality. To change something, build a new model that makes the existing model obsolete.\"
    \n\n
    \n\nMy name is Sterlin. Follow me @\u00a0Psychologic-Anarchist. I also run\u00a0the Psychologic-Anarchist Facebook\u00a0page\u00a0and produce many\u00a0YouTube videos. My interests lie in the intersection of counseling psychology and anarchism. I write about the depredations of psychiatry, and also the new philosophy of compassionate anarchism. We have a large community devoted to discussing psychology and relational voluntaryism.\n\n\"Me", + "category": "anarchy", + "children": 18, + "created": "2016-09-09T21:06:18", "curator_payout_value": "0.000 HBD", "depth": 0, "is_paidout": false, "json_metadata": { "image": [ - "http://i.imgur.com/i14vq0K.png" + "https://i.ytimg.com/vi/-9p8atSEaBQ/sddefault.jpg", + "https://psychologicanarchist.files.wordpress.com/2016/09/nathan-thumb.jpg", + "https://img.youtube.com/vi/-9p8atSEaBQ/0.jpg", + "https://psychologicanarchist.files.wordpress.com/2016/08/me-drawing.jpg?w=225" ], "links": [ - "https://steemstats.com", - "https://steemit.com/@jesta" + "https://anarchapulco.com/speakers/", + "https://anarchapulco.com/buy-your-tickets/", + "https://youtu.be/-9p8atSEaBQ", + "https://psychologic-anarchist.com/", + "https://www.facebook.com/psychologicanarchist/", + "https://www.youtube.com/c/psychologicanarchist" ], "tags": [ - "steemstats", - "patch-notes" + "anarchy", + "anarchism", + "dollarvigilante", + "anarchapulco", + "liberty" ] }, "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 132673239891989, - "payout": 995.974, - "payout_at": "2016-09-16T09:03:12", - "pending_payout_value": "995.974 HBD", + "net_rshares": 102631008502150, + "payout": 959.696, + "payout_at": "2016-09-16T21:06:18", + "pending_payout_value": "959.696 HBD", "percent_hbd": 10000, - "permlink": "steemstats-0-3-5-improved-post-inspector-fixes-and-prep-for-0-14-0", - "post_id": 1182223, + "permlink": "anarchapulco-is-one-of-the-most-world-changing-conferences-ever", + "post_id": 1188966, "promoted": "0.000 HBD", "replies": [], "stats": { "flag_weight": 0.0, "gray": false, "hide": false, - "total_votes": 331 + "total_votes": 273 }, - "title": "steemstats 0.3.5 - improved post inspector, fixes and prep for 0.14.0", - "updated": "2016-09-09T09:03:12", - "url": "/steemstats/@jesta/steemstats-0-3-5-improved-post-inspector-fixes-and-prep-for-0-14-0" + "title": "Anarchapulco is One of the Most World Changing Conferences Ever", + "updated": "2016-09-09T22:15:03", + "url": "/anarchy/@sterlinluxan/anarchapulco-is-one-of-the-most-world-changing-conferences-ever" } ] diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted.pat.json index 7e49dee2..9b1ebcad 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/promoted.pat.json @@ -1,98 +1,14126 @@ [ { - "active_votes": [], - "author": "zein", + "active_votes": [ + { + "rshares": -28338941273774, + "voter": "dantheman" + }, + { + "rshares": -56560374008, + "voter": "fminerten1" + }, + { + "rshares": 515865522774, + "voter": "panadacoin" + }, + { + "rshares": 591238736691, + "voter": "barrie" + }, + { + "rshares": -31244889730986, + "voter": "smooth" + }, + { + "rshares": -25869425303440, + "voter": "berniesanders" + }, + { + "rshares": 56923627230317, + "voter": "ned" + }, + { + "rshares": -61162327823, + "voter": "highasfuck" + }, + { + "rshares": 5861402538757, + "voter": "riverhead" + }, + { + "rshares": 2012701974707, + "voter": "kushed" + }, + { + "rshares": 1105925638130, + "voter": "ihashfury" + }, + { + "rshares": 1595196737607, + "voter": "rossco99" + }, + { + "rshares": 986803208166, + "voter": "liondani" + }, + { + "rshares": 5034399699326, + "voter": "steemit200" + }, + { + "rshares": 3103422054, + "voter": "boy" + }, + { + "rshares": 3767892961, + "voter": "bue-witness" + }, + { + "rshares": 690943799, + "voter": "bunny" + }, + { + "rshares": 3573913851034, + "voter": "complexring" + }, + { + "rshares": 6282474172783, + "voter": "clayop" + }, + { + "rshares": 54717838235, + "voter": "bue" + }, + { + "rshares": 1662987228, + "voter": "mini" + }, + { + "rshares": 213785292, + "voter": "moon" + }, + { + "rshares": 209038160029, + "voter": "alex90342fastn1" + }, + { + "rshares": 7692488765, + "voter": "aizensou" + }, + { + "rshares": 3455872549975, + "voter": "au1nethyb1" + }, + { + "rshares": 6781848343, + "voter": "bentley" + }, + { + "rshares": 1387859952, + "voter": "mineralwasser" + }, + { + "rshares": 106098683047, + "voter": "bonapartist" + }, + { + "rshares": 855490468340, + "voter": "boombastic" + }, + { + "rshares": 115524100455, + "voter": "mrs.agsexplorer" + }, + { + "rshares": 8261386990, + "voter": "bingo-0" + }, + { + "rshares": 2104057003, + "voter": "bingo-1" + }, + { + "rshares": -5694232013608, + "voter": "smooth.witness" + }, + { + "rshares": 988597560715, + "voter": "benjojo" + }, + { + "rshares": 564763376378, + "voter": "boatymcboatface" + }, + { + "rshares": 168058097416, + "voter": "pairmike" + }, + { + "rshares": 61457593326, + "voter": "vip" + }, + { + "rshares": 29414306405, + "voter": "proctologic" + }, + { + "rshares": 624912728, + "voter": "healthcare" + }, + { + "rshares": 902943814, + "voter": "stoner19" + }, + { + "rshares": 971397151, + "voter": "daniel.pan" + }, + { + "rshares": 400674324536, + "voter": "woo7739" + }, + { + "rshares": 821205239311, + "voter": "steemrollin" + }, + { + "rshares": 16122243298, + "voter": "team" + }, + { + "rshares": 68140066479, + "voter": "chitty" + }, + { + "rshares": 335329901210, + "voter": "lighthil" + }, + { + "rshares": 288337653, + "voter": "helen.tan" + }, + { + "rshares": 84761882611, + "voter": "unosuke" + }, + { + "rshares": 221378412917, + "voter": "noaommerrr" + }, + { + "rshares": 156355134109, + "voter": "vitaly-lvov" + }, + { + "rshares": 125237012083, + "voter": "edgeland" + }, + { + "rshares": 384189354393, + "voter": "craig-grant" + }, + { + "rshares": 78953157492, + "voter": "easteagle13" + }, + { + "rshares": 24177692381, + "voter": "mod-tamichh" + }, + { + "rshares": 47071100260, + "voter": "cyan91" + }, + { + "rshares": 182161233136, + "voter": "samuel-stone" + }, + { + "rshares": 27507445535, + "voter": "full-measure" + }, + { + "rshares": 15043635029, + "voter": "jademont" + }, + { + "rshares": 1091318863571, + "voter": "gavvet" + }, + { + "rshares": 3913661416, + "voter": "hbhades" + }, + { + "rshares": 537679658162, + "voter": "eeks" + }, + { + "rshares": 477297643, + "voter": "paco-steem" + }, + { + "rshares": 19875326051, + "voter": "hipster" + }, + { + "rshares": 5373300397, + "voter": "spaninv" + }, + { + "rshares": 31632644129, + "voter": "james-show" + }, + { + "rshares": 2191644256, + "voter": "gekko" + }, + { + "rshares": 1709548184767, + "voter": "cryptoctopus" + }, + { + "rshares": 292403125620, + "voter": "pal" + }, + { + "rshares": 91790166084, + "voter": "william-noe" + }, + { + "rshares": 6782998784, + "voter": "acidyo" + }, + { + "rshares": 134023949190, + "voter": "steve-walschot" + }, + { + "rshares": 32871946754, + "voter": "dan-atstarlite" + }, + { + "rshares": 490595494, + "voter": "coar" + }, + { + "rshares": 67870898638, + "voter": "asch" + }, + { + "rshares": 286727574871, + "voter": "kevinwong" + }, + { + "rshares": 1425998946, + "voter": "murh" + }, + { + "rshares": 1703165248, + "voter": "brian-lukassen" + }, + { + "rshares": 7184649989, + "voter": "cryptofunk" + }, + { + "rshares": 584817224, + "voter": "kodi" + }, + { + "rshares": 79084857477, + "voter": "theshell" + }, + { + "rshares": 22641839395, + "voter": "thecryptofiend" + }, + { + "rshares": 51307800519, + "voter": "justtryme90" + }, + { + "rshares": 5388661415, + "voter": "zebbra2014" + }, + { + "rshares": 3915776982262, + "voter": "satoshifund" + }, + { + "rshares": 403407002721, + "voter": "taoteh1221" + }, + { + "rshares": 426836364, + "voter": "applecrisp" + }, + { + "rshares": 372600185, + "voter": "stiletto" + }, + { + "rshares": 147474797358, + "voter": "killerstorm" + }, + { + "rshares": 370486042445, + "voter": "hedge-x" + }, + { + "rshares": 6226063990, + "voter": "hisnameisolllie" + }, + { + "rshares": 4666893911, + "voter": "wingz" + }, + { + "rshares": 53642020280, + "voter": "juanmiguelsalas" + }, + { + "rshares": 112536244257, + "voter": "kenny-crane" + }, + { + "rshares": 18290477525, + "voter": "samether" + }, + { + "rshares": 20435826971, + "voter": "ratel" + }, + { + "rshares": 4477973596, + "voter": "dahaz159" + }, + { + "rshares": 13353893819, + "voter": "facer" + }, + { + "rshares": 19195451431, + "voter": "ziv" + }, + { + "rshares": -37886485933, + "voter": "cheftony" + }, + { + "rshares": 814177904, + "voter": "proglobyte" + }, + { + "rshares": 6651057809, + "voter": "grandpere" + }, + { + "rshares": 187723859372, + "voter": "mexbit" + }, + { + "rshares": 5901731263, + "voter": "mark-waser" + }, + { + "rshares": 13475779704, + "voter": "publicworker" + }, + { + "rshares": 106662592446, + "voter": "geoffrey" + }, + { + "rshares": 46106881411, + "voter": "honeythief" + }, + { + "rshares": 2879418324, + "voter": "mammasitta" + }, + { + "rshares": 22456450828, + "voter": "marco-delsalto" + }, + { + "rshares": 6740408834, + "voter": "tyler-fletcher" + }, + { + "rshares": 90461089451, + "voter": "mctiller" + }, + { + "rshares": 70695307715, + "voter": "freedomengineer" + }, + { + "rshares": 14764907307, + "voter": "magnebit" + }, + { + "rshares": 73424982025, + "voter": "razvanelulmarin" + }, + { + "rshares": 4332771254, + "voter": "treeshaface" + }, + { + "rshares": 17687843258, + "voter": "frankjones" + }, + { + "rshares": 18766219906, + "voter": "skapaneas" + }, + { + "rshares": 5157854283, + "voter": "micheletrainer" + }, + { + "rshares": 17552893571, + "voter": "grey580" + }, + { + "rshares": 283436852, + "voter": "ladyclair" + }, + { + "rshares": 288748933789, + "voter": "ericvancewalton" + }, + { + "rshares": 52215058764, + "voter": "booja" + }, + { + "rshares": 331004446932, + "voter": "roelandp" + }, + { + "rshares": 4775693686, + "voter": "dennygalindo" + }, + { + "rshares": 62198582831, + "voter": "lehard" + }, + { + "rshares": 249608253, + "voter": "ivp" + }, + { + "rshares": 86432384761, + "voter": "rubybian" + }, + { + "rshares": 3299480410, + "voter": "orly" + }, + { + "rshares": 254364900, + "voter": "mstang83" + }, + { + "rshares": 22617124650, + "voter": "katyakov" + }, + { + "rshares": 122156869592, + "voter": "robrigo" + }, + { + "rshares": 48022035978, + "voter": "menta" + }, + { + "rshares": 977288096, + "voter": "lontong" + }, + { + "rshares": 135562023252, + "voter": "chhayll" + }, + { + "rshares": 13300237653, + "voter": "r4fken" + }, + { + "rshares": 124913925653, + "voter": "derekareith" + }, + { + "rshares": 26683327851, + "voter": "picokernel" + }, + { + "rshares": 2707813985, + "voter": "wintrop" + }, + { + "rshares": 514388137239, + "voter": "neoxian" + }, + { + "rshares": 25581639649, + "voter": "strangerarray" + }, + { + "rshares": 1344524912605, + "voter": "renohq" + }, + { + "rshares": 155010079441, + "voter": "knircky" + }, + { + "rshares": 5523230874, + "voter": "on0tole" + }, + { + "rshares": 71594122778, + "voter": "sigmajin" + }, + { + "rshares": 16832656768, + "voter": "ausbitbank" + }, + { + "rshares": 42564757970, + "voter": "mrwang" + }, + { + "rshares": 1268462097, + "voter": "mixa" + }, + { + "rshares": 8279675078, + "voter": "autosmile13" + }, + { + "rshares": 40069670306, + "voter": "wesam" + }, + { + "rshares": 1632266140, + "voter": "steem1653" + }, + { + "rshares": 55667692, + "voter": "cynetyc" + }, + { + "rshares": 4524453413, + "voter": "gikitiki" + }, + { + "rshares": 4046708005, + "voter": "steemit-life" + }, + { + "rshares": 4687463894, + "voter": "thegoodguy" + }, + { + "rshares": 40136504296, + "voter": "biophil" + }, + { + "rshares": 3759809896, + "voter": "karen13" + }, + { + "rshares": 2630980347, + "voter": "jbouchard12" + }, + { + "rshares": 27635550326, + "voter": "dwinblood" + }, + { + "rshares": 24959867898, + "voter": "igster" + }, + { + "rshares": 10845979381, + "voter": "deviedev" + }, + { + "rshares": 228465690, + "voter": "zoicneo" + }, + { + "rshares": 296045327034, + "voter": "nabilov" + }, + { + "rshares": 79351054414, + "voter": "ntomaino" + }, + { + "rshares": 13957994657, + "voter": "meesterboom" + }, + { + "rshares": 12385010041, + "voter": "domavila" + }, + { + "rshares": 400742354, + "voter": "karenmckersie" + }, + { + "rshares": 484888225, + "voter": "luisucv34" + }, + { + "rshares": 5747716426, + "voter": "krystle" + }, + { + "rshares": 75001817111, + "voter": "inertia" + }, + { + "rshares": 44353154247, + "voter": "yongyoon" + }, + { + "rshares": 7146190847, + "voter": "lichtblick" + }, + { + "rshares": 9028095567, + "voter": "warrensteem" + }, + { + "rshares": 3710621464, + "voter": "maximkichev" + }, + { + "rshares": 5254853525, + "voter": "sbq777t" + }, + { + "rshares": 13560062590, + "voter": "nippel66" + }, + { + "rshares": 3175676972, + "voter": "imp3" + }, + { + "rshares": 2552560220, + "voter": "sgnsteems" + }, + { + "rshares": 189609178496, + "voter": "blueorgy" + }, + { + "rshares": 4380569189, + "voter": "wadepaterson" + }, + { + "rshares": 296100567501, + "voter": "calaber24p" + }, + { + "rshares": 20078314404, + "voter": "mustafaomar" + }, + { + "rshares": 7161559782, + "voter": "all-of-us" + }, + { + "rshares": 8247905495, + "voter": "magz8716" + }, + { + "rshares": 18706560189, + "voter": "bendjmiller222" + }, + { + "rshares": 4078813249, + "voter": "tarindel" + }, + { + "rshares": 13966407599, + "voter": "beowulfoflegend" + }, + { + "rshares": 23276095473, + "voter": "deanliu" + }, + { + "rshares": 5317355087, + "voter": "rainchen" + }, + { + "rshares": 9242725695, + "voter": "oumar" + }, + { + "rshares": 5575772867, + "voter": "sharker" + }, + { + "rshares": 182819821534, + "voter": "jl777" + }, + { + "rshares": 1103176661, + "voter": "oecp85" + }, + { + "rshares": 977888223951, + "voter": "james212" + }, + { + "rshares": 818040957, + "voter": "flyboyzombie" + }, + { + "rshares": 39295777834, + "voter": "zaebars" + }, + { + "rshares": 1428031362, + "voter": "alekst" + }, + { + "rshares": 1782690382, + "voter": "yarly" + }, + { + "rshares": 125979055, + "voter": "kottai" + }, + { + "rshares": 269576627, + "voter": "yarly2" + }, + { + "rshares": 269980297, + "voter": "yarly3" + }, + { + "rshares": 156093986, + "voter": "yarly4" + }, + { + "rshares": 156975275, + "voter": "yarly5" + }, + { + "rshares": 89476508, + "voter": "yarly7" + }, + { + "rshares": 56769328536, + "voter": "arcurus" + }, + { + "rshares": 115403915, + "voter": "charbelnamm" + }, + { + "rshares": 9802713874, + "voter": "alsprinting" + }, + { + "rshares": 4554249461, + "voter": "gustavopasquini" + }, + { + "rshares": 10450628476, + "voter": "moon32walker" + }, + { + "rshares": 25772328103, + "voter": "marius19" + }, + { + "rshares": 13637653306, + "voter": "lemooljiang" + }, + { + "rshares": 15826604583, + "voter": "winstonwolfe" + }, + { + "rshares": 455136533, + "voter": "kooshikoo" + }, + { + "rshares": 8541510354, + "voter": "fatboy" + }, + { + "rshares": 15580395475, + "voter": "proto" + }, + { + "rshares": 639099484, + "voter": "curator" + }, + { + "rshares": 2410557662, + "voter": "ace108" + }, + { + "rshares": 432302630, + "voter": "yarly10" + }, + { + "rshares": 1634018670, + "voter": "alex.chien" + }, + { + "rshares": 231618512, + "voter": "yarly11" + }, + { + "rshares": 13498521499, + "voter": "michaeldodridge" + }, + { + "rshares": 81028161, + "voter": "yarly12" + }, + { + "rshares": 1713978326, + "voter": "remlaps" + }, + { + "rshares": 165045645, + "voter": "beanz" + }, + { + "rshares": 273280899, + "voter": "clevecross" + }, + { + "rshares": 31769283842, + "voter": "smailer" + }, + { + "rshares": 149502446, + "voter": "steemster1" + }, + { + "rshares": 4564708091, + "voter": "sulev" + }, + { + "rshares": 2873988066, + "voter": "dmilash" + }, + { + "rshares": 3459421629, + "voter": "carlas10" + }, + { + "rshares": 1493719735, + "voter": "spinner" + }, + { + "rshares": 4189235490, + "voter": "glitterpig" + }, + { + "rshares": 7874311492, + "voter": "taker" + }, + { + "rshares": 689524426, + "voter": "pakisnxt" + }, + { + "rshares": 5394692942, + "voter": "theprophet0" + }, + { + "rshares": 4481547788, + "voter": "theprophet" + }, + { + "rshares": 61911147, + "voter": "sharon" + }, + { + "rshares": 7265644466, + "voter": "dumar022" + }, + { + "rshares": 61700262, + "voter": "lillianjones" + }, + { + "rshares": 46418159604, + "voter": "capitalism" + }, + { + "rshares": 588460890536, + "voter": "toxic" + }, + { + "rshares": 8609049381, + "voter": "darknet" + }, + { + "rshares": 14224054622, + "voter": "gmurph" + }, + { + "rshares": 655589667, + "voter": "xtester" + }, + { + "rshares": 2090553241, + "voter": "achim86" + }, + { + "rshares": 4256758523, + "voter": "ullikume" + }, + { + "rshares": 8452120116, + "voter": "kurtbeil" + }, + { + "rshares": 60138244071, + "voter": "poteshnik83" + }, + { + "rshares": 99476907271, + "voter": "thisisbenbrick" + }, + { + "rshares": 392193612, + "voter": "wiser" + }, + { + "rshares": 112411845286, + "voter": "terrycraft" + }, + { + "rshares": 1348324437, + "voter": "dolov" + }, + { + "rshares": 21004018124, + "voter": "jphamer1" + }, + { + "rshares": 11270713350, + "voter": "ekitcho" + }, + { + "rshares": 150794650, + "voter": "bigsambucca" + }, + { + "rshares": 83986507131, + "voter": "joele" + }, + { + "rshares": 5527031256, + "voter": "oflyhigh" + }, + { + "rshares": 57523014, + "voter": "nickche" + }, + { + "rshares": 2512217855, + "voter": "kainmarx" + }, + { + "rshares": 493960660, + "voter": "future24" + }, + { + "rshares": 63555792, + "voter": "msjennifer" + }, + { + "rshares": 58453204, + "voter": "ciao" + }, + { + "rshares": 3015124995, + "voter": "villainblack" + }, + { + "rshares": 3439786891, + "voter": "cmorton" + }, + { + "rshares": 219039434, + "voter": "xcepta" + }, + { + "rshares": 748990287, + "voter": "jrcornel" + }, + { + "rshares": 57914427, + "voter": "steemo" + }, + { + "rshares": 19865005311, + "voter": "hanshotfirst" + }, + { + "rshares": 56535984, + "voter": "steema" + }, + { + "rshares": 5769564425, + "voter": "highlite" + }, + { + "rshares": 73061236, + "voter": "evgenyche" + }, + { + "rshares": 65927774, + "voter": "bhavnapatel68" + }, + { + "rshares": 71228043, + "voter": "confucius" + }, + { + "rshares": 28924632850, + "voter": "mrosenquist" + }, + { + "rshares": 74898697, + "voter": "elenirossidou" + }, + { + "rshares": 58639072, + "voter": "jarvis" + }, + { + "rshares": 102741069, + "voter": "lisadang" + }, + { + "rshares": 78765183, + "voter": "razberrijam" + }, + { + "rshares": 10750764390, + "voter": "matrixdweller" + }, + { + "rshares": 56726999, + "voter": "fortuner" + }, + { + "rshares": 2816953736, + "voter": "virtualgrowth" + }, + { + "rshares": 1399636656, + "voter": "anotherjoe" + }, + { + "rshares": 59750246, + "voter": "saveliy" + }, + { + "rshares": 5927843564, + "voter": "solarguy" + }, + { + "rshares": 890579467, + "voter": "crazycow" + }, + { + "rshares": 3977281078, + "voter": "lamech-m" + }, + { + "rshares": 9470181501, + "voter": "mrgrey" + }, + { + "rshares": 382699085, + "voter": "crezyliza" + }, + { + "rshares": 12003456501, + "voter": "gvargas123" + }, + { + "rshares": 55399493, + "voter": "johnbyrd" + }, + { + "rshares": 56575537, + "voter": "thomasaustin" + }, + { + "rshares": 55394920, + "voter": "thermor" + }, + { + "rshares": 56570509, + "voter": "ficholl" + }, + { + "rshares": 55387660, + "voter": "widell" + }, + { + "rshares": 10109582992, + "voter": "elissahawke" + }, + { + "rshares": 88078809749, + "voter": "icfiedler" + }, + { + "rshares": 192287988, + "voter": "steevc" + }, + { + "rshares": 1592064374, + "voter": "movievertigo" + }, + { + "rshares": 54991366, + "voter": "revelbrooks" + }, + { + "rshares": 23660021285, + "voter": "andrewawerdna" + }, + { + "rshares": 5932358367, + "voter": "trev" + }, + { + "rshares": 48131519933, + "voter": "dragonanarchist" + }, + { + "rshares": 79979619, + "voter": "joelbow" + }, + { + "rshares": 4001380728, + "voter": "sethlinson" + }, + { + "rshares": 2391702679, + "voter": "hilarski" + }, + { + "rshares": 101945845, + "voter": "slorunner" + }, + { + "rshares": 1679360131, + "voter": "imag1ne" + }, + { + "rshares": 58631508, + "voter": "pacino" + }, + { + "rshares": 57412782, + "voter": "drsamkhan" + }, + { + "rshares": 54999739, + "voter": "curpose" + }, + { + "rshares": 103040256, + "voter": "adrevel" + }, + { + "rshares": 61202458, + "voter": "steembriefing" + }, + { + "rshares": 2894276750, + "voter": "fat-like-buddha" + }, + { + "rshares": 64070582, + "voter": "iosif" + }, + { + "rshares": 1559083086, + "voter": "ines-f" + }, + { + "rshares": 1893166639, + "voter": "cryptoeasy" + }, + { + "rshares": 9771811576, + "voter": "etcmike" + }, + { + "rshares": 4912386907, + "voter": "ats-david" + }, + { + "rshares": 947456313, + "voter": "runridefly" + }, + { + "rshares": 69985187, + "voter": "stephenkendal" + }, + { + "rshares": 80557869, + "voter": "jlufer" + }, + { + "rshares": 2475119042, + "voter": "contentjunkie" + }, + { + "rshares": 99564797338, + "voter": "shenanigator" + }, + { + "rshares": 7076299362, + "voter": "daveks" + }, + { + "rshares": 61715783, + "voter": "uziriel" + }, + { + "rshares": 3325599818, + "voter": "funkywanderer" + }, + { + "rshares": 11968284833, + "voter": "ryan-singer" + }, + { + "rshares": 53961187, + "voter": "troich" + }, + { + "rshares": 56665974, + "voter": "viktorriver" + }, + { + "rshares": 7018683565, + "voter": "mdoolsky" + }, + { + "rshares": 3103345545, + "voter": "xanoxt" + }, + { + "rshares": 1652709870, + "voter": "davidjkelley" + }, + { + "rshares": 6919572472, + "voter": "davidbrogan" + }, + { + "rshares": 53966805, + "voter": "crion" + }, + { + "rshares": 53622549, + "voter": "hitherise" + }, + { + "rshares": 54730557, + "voter": "wiss" + }, + { + "rshares": 12191050487, + "voter": "ghasemkiani" + }, + { + "rshares": 15497139800, + "voter": "digital-wisdom" + }, + { + "rshares": 3938044420, + "voter": "ethical-ai" + }, + { + "rshares": 54362089, + "voter": "stroully" + }, + { + "rshares": 2032879970, + "voter": "matthewtiii" + }, + { + "rshares": 5655677010, + "voter": "jwaser" + }, + { + "rshares": 54019345, + "voter": "thadm" + }, + { + "rshares": 54017499, + "voter": "prof" + }, + { + "rshares": 56837113, + "voter": "blogx" + }, + { + "rshares": 55043079, + "voter": "zettar" + }, + { + "rshares": 17788079417, + "voter": "hunterisgreat" + }, + { + "rshares": 1089484775, + "voter": "smisi" + }, + { + "rshares": 53640464, + "voter": "yorsens" + }, + { + "rshares": 85546636, + "voter": "the-ego-is-you" + }, + { + "rshares": 53331040, + "voter": "bane" + }, + { + "rshares": 537067064, + "voter": "winglessss" + }, + { + "rshares": 53324520, + "voter": "vive" + }, + { + "rshares": 53318865, + "voter": "coad" + }, + { + "rshares": 287913287, + "voter": "totosky" + }, + { + "rshares": 1697516350, + "voter": "baodog" + }, + { + "rshares": 2664939129, + "voter": "bwaser" + }, + { + "rshares": 52988378, + "voter": "sofa" + }, + { + "rshares": 732461217, + "voter": "ct-gurus" + }, + { + "rshares": 220578638, + "voter": "mamo" + }, + { + "rshares": 1706277109, + "voter": "ibringawareness" + }, + { + "rshares": 860146710, + "voter": "kingarbinv" + }, + { + "rshares": 53039974, + "voter": "ailo" + }, + { + "rshares": 4841952237, + "voter": "burnin" + }, + { + "rshares": 558512952, + "voter": "bitcoinparadise" + }, + { + "rshares": 206212756, + "voter": "ballinconscious" + }, + { + "rshares": 4652459969, + "voter": "gringalicious" + }, + { + "rshares": 2770826537, + "voter": "steempowerwhale" + }, + { + "rshares": 1336513482, + "voter": "rigaronib" + }, + { + "rshares": 390796425, + "voter": "echoesinthemind" + }, + { + "rshares": 357202147, + "voter": "soldier" + }, + { + "rshares": 55826263, + "voter": "nelyp" + }, + { + "rshares": 2339486479, + "voter": "ellepdub" + }, + { + "rshares": 50852949, + "voter": "gregorygarcia" + }, + { + "rshares": 9400577403, + "voter": "herpetologyguy" + }, + { + "rshares": 51470533, + "voter": "eavy" + }, + { + "rshares": 51468937, + "voter": "roto" + }, + { + "rshares": 70358845, + "voter": "ancientofdays" + }, + { + "rshares": 52648858, + "voter": "psyduck" + }, + { + "rshares": 330163263, + "voter": "robotev1" + }, + { + "rshares": 4796038584, + "voter": "morgan.waser" + }, + { + "rshares": 147415673, + "voter": "flowergirl" + }, + { + "rshares": 51141851, + "voter": "slow" + }, + { + "rshares": 101153586, + "voter": "anns" + }, + { + "rshares": 1693077690, + "voter": "nil1511" + }, + { + "rshares": 846735133, + "voter": "greenwayoflife" + }, + { + "rshares": 50798322, + "voter": "breeze" + }, + { + "rshares": 50796122, + "voter": "factom" + }, + { + "rshares": 50794039, + "voter": "autodesk" + }, + { + "rshares": 50708837, + "voter": "ardly" + }, + { + "rshares": 50704078, + "voter": "yotoh" + }, + { + "rshares": 50570250, + "voter": "ziggo" + }, + { + "rshares": 50482289, + "voter": "connection" + }, + { + "rshares": 50433760, + "voter": "morse" + }, + { + "rshares": 50317220, + "voter": "piphunters" + }, + { + "rshares": 1824788165, + "voter": "cwbrooch" + }, + { + "rshares": 1161216291, + "voter": "ayim" + }, + { + "rshares": 3675242983, + "voter": "strong-ai" + }, + { + "rshares": 346259703, + "voter": "julia26" + }, + { + "rshares": 488963228, + "voter": "grisha-danunaher" + }, + { + "rshares": 696884040, + "voter": "ziogio" + }, + { + "rshares": 77637243, + "voter": "igtes" + }, + { + "rshares": 80800689, + "voter": "timalex" + }, + { + "rshares": 79083956, + "voter": "silverbackjonz" + }, + { + "rshares": 23984282056, + "voter": "abdullar" + }, + { + "rshares": 1204472546, + "voter": "expedition" + }, + { + "rshares": 157643687, + "voter": "buffett" + }, + { + "rshares": 162128433, + "voter": "cebymaster" + }, + { + "rshares": 143818142, + "voter": "eunnykim" + }, + { + "rshares": 162785391, + "voter": "olga4ka" + }, + { + "rshares": 1065182434, + "voter": "rusteemitblog" + }, + { + "rshares": 161974443, + "voter": "zapply" + }, + { + "rshares": 158642800, + "voter": "ranger" + }, + { + "rshares": 282877474, + "voter": "witchcraftblog" + }, + { + "rshares": 975048251, + "voter": "nikomah" + }, + { + "rshares": 161212160, + "voter": "origin" + }, + { + "rshares": 161205518, + "voter": "acute" + }, + { + "rshares": 160973134, + "voter": "gravity" + }, + { + "rshares": 157801695, + "voter": "realtime" + }, + { + "rshares": 157654556, + "voter": "pawel-krawczyk" + }, + { + "rshares": 125721183, + "voter": "rubenkusters" + }, + { + "rshares": 160269480, + "voter": "adpipop" + }, + { + "rshares": 103667189, + "voter": "charli" + }, + { + "rshares": 147606365, + "voter": "laskovskiy" + }, + { + "rshares": 65836326, + "voter": "serikus" + }, + { + "rshares": 147145004, + "voter": "fer32p" + }, + { + "rshares": 159524423, + "voter": "radent" + }, + { + "rshares": 125821091, + "voter": "jasonxg" + } + ], + "author": "ned", + "author_payout_value": "0.000 HBD", + "author_reputation": 62.11, + "beneficiaries": [], + "blacklists": [], + "body": "https://www.biznessapps.com/blog/wp-content/uploads/2013/12/shutterstock_148639682.png\n\n# Over the last few weeks I've been thinking about ways we could increase the demand for Steem Power, the quality of curated content and the incentives to participate as a Steem curator.\n\nHere are a couple ideas I have been kicking around. They're not fully mature and could use a good rinsing by the community.\n\n## Allow Steem holders to delegate their Steem Power voting rights to a **voting pool**\n\nA delegated voting pool could socialize voting power and individualize rewards. One prime use for this could be the @steemit account. @steemit could create a voting pool and invite anyone with a verified identity and good reputation to join the pool as a curator. This could increase the number of unique curators, help bootstrap Steem as an identity database and give people even more incentives to sign up.\n\nTo show the numbers, an example would be Alice Bob and Charley each delegate their SP of 2, 3, and 7 to one voting pool. Now they each have 4, 4, and 4 SP to be used to curate. Better curation would earn them more curation rewards. \n\nA side effect of delegated voting pools could be voting markets. Any user would have the power to create a voting pool and these users could charge curators for participation. Some of the platform's whales could be interested in offering subscription models to minnows as a way to get more voting influence.\n\n## If powering down stake loses voting influence\n\nImagine that any stake being powered down would lose its rights to use voting influence. This could make the system very clear in the regard that stake is either in or it is out. Users could be able to choose any % of their stake to power down regardless of how many accounts they have and only the % stake that is powering down would lose voting influence. Stopping a power down could return all voting rights.\n\nPerhaps the effect of this could be 1/ more interest to stay in the platform and 2/ more fluidity in the witness queue 3/ more fairness regarding the PoS nature of Steem 4/ more clarity from participants looking to exit the system\n\n## Combined effect?\nPerhaps these proposals could have a combined effect that increases the demand and fluidity of Steem Power while improving the curated experience for people visiting Steem based websites.\n\n#### What are your thoughts and questions?", + "category": "steem", + "children": 315, + "created": "2016-09-07T15:44:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.biznessapps.com/blog/wp-content/uploads/2013/12/shutterstock_148639682.png" + ], + "tags": [ + "steem", + "ideas", + "curation", + "participation", + "fun" + ], + "users": [ + "steemit" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 21098346399884, + "payout": 47.466, + "payout_at": "2016-09-14T15:44:51", + "pending_payout_value": "47.466 HBD", + "percent_hbd": 10000, + "permlink": "increasing-curation-demand-for-steem-power-and-community-interaction", + "post_id": 1160043, + "promoted": "500.000 HBD", + "replies": [], + "stats": { + "flag_weight": 4.0, + "gray": false, + "hide": false, + "total_votes": 426 + }, + "title": "Increasing Curation, Demand for Steem Power and Community Interaction", + "updated": "2016-09-07T15:50:51", + "url": "/steem/@ned/increasing-curation-demand-for-steem-power-and-community-interaction" + }, + { + "active_votes": [ + { + "rshares": 2880158649350, + "voter": "badassmother" + }, + { + "rshares": 6687374255890, + "voter": "abit" + }, + { + "rshares": 200447957857, + "voter": "xeroc" + }, + { + "rshares": 210935138158, + "voter": "steem-id" + }, + { + "rshares": 34834219645, + "voter": "aizensou" + }, + { + "rshares": 4698991891366, + "voter": "au1nethyb1" + }, + { + "rshares": 26220797410, + "voter": "lee3" + }, + { + "rshares": 21778271226, + "voter": "lee5" + }, + { + "rshares": 77911793572, + "voter": "jchch" + }, + { + "rshares": 24461868889, + "voter": "yefet" + }, + { + "rshares": 78937661777, + "voter": "easteagle13" + }, + { + "rshares": 36121015938, + "voter": "shawn-brewer" + }, + { + "rshares": 3904360862, + "voter": "ppitonak" + }, + { + "rshares": 26249875274, + "voter": "instructor2121" + }, + { + "rshares": 248316250061, + "voter": "streemian" + }, + { + "rshares": 2099078596, + "voter": "gekko" + }, + { + "rshares": 337675588507, + "voter": "teamsteem" + }, + { + "rshares": 17248438039, + "voter": "elishagh1" + }, + { + "rshares": 18755603275, + "voter": "acidyo" + }, + { + "rshares": 165650897784, + "voter": "steve-walschot" + }, + { + "rshares": 25097559512, + "voter": "klye" + }, + { + "rshares": 76844247566, + "voter": "asch" + }, + { + "rshares": 1432241835, + "voter": "murh" + }, + { + "rshares": 410319999929, + "voter": "blakemiles84" + }, + { + "rshares": 37377306695, + "voter": "ranko-k" + }, + { + "rshares": 511460192391, + "voter": "cyber" + }, + { + "rshares": 10327600289, + "voter": "johnerfx" + }, + { + "rshares": 12946826891, + "voter": "samether" + }, + { + "rshares": 52936065000, + "voter": "thecryptodrive" + }, + { + "rshares": 73185813892, + "voter": "faddat" + }, + { + "rshares": 77537857911, + "voter": "tim-johnston" + }, + { + "rshares": 197195881315, + "voter": "alexc" + }, + { + "rshares": 2749451100, + "voter": "tee-em" + }, + { + "rshares": 138950405749, + "voter": "thedashguy" + }, + { + "rshares": 221091582746, + "voter": "kimziv" + }, + { + "rshares": 64268303501, + "voter": "razvanelulmarin" + }, + { + "rshares": 12851721450, + "voter": "primus" + }, + { + "rshares": 38550537913, + "voter": "clement" + }, + { + "rshares": 9611538383, + "voter": "acassity" + }, + { + "rshares": 58347816344, + "voter": "norbu" + }, + { + "rshares": 151155773, + "voter": "ales" + }, + { + "rshares": 51525374588, + "voter": "bacchist" + }, + { + "rshares": 7787278104, + "voter": "cannav" + }, + { + "rshares": 7679056409, + "voter": "dasha" + }, + { + "rshares": 198782719642, + "voter": "asmolokalo" + }, + { + "rshares": 42477391661, + "voter": "ezzy" + }, + { + "rshares": 60016404960, + "voter": "lehard" + }, + { + "rshares": 14939382244, + "voter": "konstantin" + }, + { + "rshares": 2764181865, + "voter": "soupernerd" + }, + { + "rshares": 34512234336, + "voter": "hitmeasap" + }, + { + "rshares": 10505948257, + "voter": "jako" + }, + { + "rshares": 14166466386, + "voter": "yogi.artist" + }, + { + "rshares": 6881801299, + "voter": "jholmes91" + }, + { + "rshares": 28518514026, + "voter": "furion" + }, + { + "rshares": 343839867, + "voter": "ch0c0latechip" + }, + { + "rshares": 318227536, + "voter": "doge4lyf" + }, + { + "rshares": 154307229509, + "voter": "knircky" + }, + { + "rshares": 13857572685, + "voter": "mrgreen" + }, + { + "rshares": 91679183298, + "voter": "sigmajin" + }, + { + "rshares": 11951646778, + "voter": "ausbitbank" + }, + { + "rshares": 248223472, + "voter": "ardina" + }, + { + "rshares": 738272708, + "voter": "dicov" + }, + { + "rshares": 975960321, + "voter": "steem1653" + }, + { + "rshares": 880403645, + "voter": "cherish" + }, + { + "rshares": 173814887348, + "voter": "repholder" + }, + { + "rshares": 4881725425, + "voter": "thegoodguy" + }, + { + "rshares": 35473257372, + "voter": "biophil" + }, + { + "rshares": 4407297625, + "voter": "karen13" + }, + { + "rshares": 361354120568, + "voter": "nabilov" + }, + { + "rshares": 12578911205, + "voter": "jaycobbell" + }, + { + "rshares": 4155445347, + "voter": "juvyjabian" + }, + { + "rshares": 42323621045, + "voter": "condra" + }, + { + "rshares": 2046548687, + "voter": "dmacshady" + }, + { + "rshares": 1282893744, + "voter": "vorsseli" + }, + { + "rshares": 51736048406, + "voter": "streetstyle" + }, + { + "rshares": 40699637402, + "voter": "milestone" + }, + { + "rshares": 21204167062, + "voter": "artific" + }, + { + "rshares": 20794627117, + "voter": "creemej" + }, + { + "rshares": 4373589253, + "voter": "r-niki09" + }, + { + "rshares": 1897082508, + "voter": "the-future" + }, + { + "rshares": 3782713987, + "voter": "adamt" + }, + { + "rshares": 12702349860, + "voter": "nippel66" + }, + { + "rshares": 19973266240, + "voter": "mustafaomar" + }, + { + "rshares": 73266692391, + "voter": "rea" + }, + { + "rshares": 203808871678, + "voter": "jl777" + }, + { + "rshares": 130741738, + "voter": "btc-dialog" + }, + { + "rshares": 28054457341, + "voter": "zaebars" + }, + { + "rshares": 7719299049, + "voter": "webdeals" + }, + { + "rshares": 18462677959, + "voter": "proto" + }, + { + "rshares": 618911664, + "voter": "curator" + }, + { + "rshares": 17164865565, + "voter": "pinkisland" + }, + { + "rshares": 2338655401, + "voter": "ace108" + }, + { + "rshares": 2230891004, + "voter": "royalmacro" + }, + { + "rshares": 9306232081, + "voter": "michaeldodridge" + }, + { + "rshares": 5112788044, + "voter": "logic" + }, + { + "rshares": 2083171497, + "voter": "tygergamer" + }, + { + "rshares": 2988238537, + "voter": "bkkshadow" + }, + { + "rshares": 4975171514, + "voter": "beanz" + }, + { + "rshares": 27754515242, + "voter": "jasonstaggers" + }, + { + "rshares": 2714089163, + "voter": "weenis" + }, + { + "rshares": 4074243459, + "voter": "jed78" + }, + { + "rshares": 124647783712, + "voter": "steemdrive" + }, + { + "rshares": 52649085689, + "voter": "gomeravibz" + }, + { + "rshares": 9229282677, + "voter": "taker" + }, + { + "rshares": 762973534, + "voter": "pakisnxt" + }, + { + "rshares": 6316770118, + "voter": "nekromarinist" + }, + { + "rshares": 1127651626964, + "voter": "laonie" + }, + { + "rshares": 16114519862, + "voter": "magicmonk" + }, + { + "rshares": 1589064570, + "voter": "laonie1" + }, + { + "rshares": 1590577254, + "voter": "laonie2" + }, + { + "rshares": 1591154960, + "voter": "laonie3" + }, + { + "rshares": 66201979, + "voter": "lilong" + }, + { + "rshares": 29198785189, + "voter": "myfirst" + }, + { + "rshares": 262739616418, + "voter": "somebody" + }, + { + "rshares": 1877080082, + "voter": "feelapi" + }, + { + "rshares": 4399726965, + "voter": "darknet" + }, + { + "rshares": 15388176810, + "voter": "timelapse" + }, + { + "rshares": 35537072494, + "voter": "timsaid" + }, + { + "rshares": 5846804532, + "voter": "minion" + }, + { + "rshares": 1590888018, + "voter": "laonie4" + }, + { + "rshares": 1590810612, + "voter": "laonie5" + }, + { + "rshares": 1590655993, + "voter": "laonie6" + }, + { + "rshares": 1590488698, + "voter": "laonie7" + }, + { + "rshares": 1590312457, + "voter": "laonie8" + }, + { + "rshares": 1590215340, + "voter": "laonie9" + }, + { + "rshares": 65973534, + "voter": "sky.max" + }, + { + "rshares": 3352971280, + "voter": "steemleak" + }, + { + "rshares": 2660556388, + "voter": "elfkitchen" + }, + { + "rshares": 167413728, + "voter": "fishingvideos" + }, + { + "rshares": 3936367661, + "voter": "oflyhigh" + }, + { + "rshares": 110699909, + "voter": "erikkartmen" + }, + { + "rshares": 4437884870, + "voter": "xiaokongcom" + }, + { + "rshares": 625756089, + "voter": "future24" + }, + { + "rshares": 1386125077, + "voter": "hms818" + }, + { + "rshares": 62207936, + "voter": "gregnie" + }, + { + "rshares": 36481801064, + "voter": "cryptos" + }, + { + "rshares": 9153157264, + "voter": "xianjun" + }, + { + "rshares": 1709263095, + "voter": "nonamer" + }, + { + "rshares": 81479984950, + "voter": "miacats" + }, + { + "rshares": 51186720, + "voter": "nano2nd" + }, + { + "rshares": 62726567, + "voter": "williamdevine" + }, + { + "rshares": 7173232709, + "voter": "theb0red1" + }, + { + "rshares": 11671890531, + "voter": "kyriacos" + }, + { + "rshares": 61414862, + "voter": "cryptoblu" + }, + { + "rshares": 61408183, + "voter": "instructor" + }, + { + "rshares": 101234990659, + "voter": "helikopterben" + }, + { + "rshares": 644629048075, + "voter": "dollarvigilante" + }, + { + "rshares": 10749879159, + "voter": "cryptomancer" + }, + { + "rshares": 4435768463, + "voter": "mada" + }, + { + "rshares": 2087199282, + "voter": "levycore" + }, + { + "rshares": 1589879876, + "voter": "laonie10" + }, + { + "rshares": 375942824, + "voter": "mig641" + }, + { + "rshares": 58573454, + "voter": "kamil5" + }, + { + "rshares": 88566696, + "voter": "artsteemit" + }, + { + "rshares": 67820611671, + "voter": "barrycooper" + }, + { + "rshares": 7130857719, + "voter": "generation.easy" + }, + { + "rshares": 13266479333, + "voter": "mandibil" + }, + { + "rshares": 11988797227, + "voter": "steemitpatina" + }, + { + "rshares": 3530818614, + "voter": "mattclarke" + }, + { + "rshares": 58124470, + "voter": "rickmiller" + }, + { + "rshares": 1566284561, + "voter": "laonie11" + }, + { + "rshares": 4058499790, + "voter": "jaytaylor" + }, + { + "rshares": 50765978, + "voter": "rusla" + }, + { + "rshares": 354598090, + "voter": "shieha" + }, + { + "rshares": 1648532870, + "voter": "smisi" + }, + { + "rshares": 176893913250, + "voter": "asksisk" + }, + { + "rshares": 4503913660, + "voter": "richardjuckes" + }, + { + "rshares": 287896907, + "voter": "totosky" + }, + { + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "rshares": 96766264, + "voter": "project11" + }, + { + "rshares": 94397808, + "voter": "alina1" + }, + { + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "rshares": 40194954027, + "voter": "cnfund" + }, + { + "rshares": 51449632, + "voter": "jenny-talls" + }, + { + "rshares": 237684324298, + "voter": "charlieshrem" + }, + { + "rshares": 3317000337, + "voter": "mariandavp" + }, + { + "rshares": 68637860285, + "voter": "tracemayer" + }, + { + "rshares": 20473094261, + "voter": "brains" + }, + { + "rshares": 1607854693, + "voter": "bitcoinparadise" + }, + { + "rshares": 5277939809, + "voter": "chick1" + }, + { + "rshares": 3169237670, + "voter": "gringalicious" + }, + { + "rshares": 50523318, + "voter": "aoki" + }, + { + "rshares": 50470409, + "voter": "typingagent" + }, + { + "rshares": 50468091, + "voter": "cwb" + }, + { + "rshares": 687487630, + "voter": "changkun" + }, + { + "rshares": 160840003, + "voter": "ola1" + }, + { + "rshares": 55976796, + "voter": "drac59" + }, + { + "rshares": 52767110, + "voter": "littlemorelove" + }, + { + "rshares": 59859092, + "voter": "fukako" + }, + { + "rshares": 51238118, + "voter": "teemsteem" + }, + { + "rshares": 50975390, + "voter": "steemprincess" + } + ], + "author": "laonie", + "author_payout_value": "0.000 HBD", + "author_reputation": 61.29, + "beneficiaries": [], + "blacklists": [], + "body": "

    |

    What Is The RobinHood Whale?

    \r\n------------ | -------------\r\nhttps://img1.steemit.com/0x0/http://i.imgur.com/zk4a0fC.jpg | The @robinhoodwhale (RHW) is the community's solution to an essential problem that plagues Steemit: how to get noticed and upvoted before you have a big enough following. Right now, if you are not upvoted by a \"whale\" account, it is very difficult to get exposure and any substantial rewards, which leads to many great authors leaving Steemit. Robin Hood wants to be the \"whale\" that finds and helps a diverse set of talented, yet unrecognized authors. \r\nMore Info Here -> The RobinHood Whale Initiave | [Announcing RobinHoodWhale](https://steemit.com/robinhoodwhale/@robinhoodwhale/announcing-robinhoodwhale-the-steemit-deep-sea-savior)\n

    Voting History (Real-Time Update)

    \n
  • 01-09 What Do We Do When Life Gets in the Way of Our Dreams? by @leahlindeman in introduction
  • \n
  • 01-09 A Tale of a Couponer- The Beginning by @sgnsteems in savings
  • \n
  • 01-09 Abortion: Your body, your choice? Or is it the child's body that you are choosing for? by @heretickitten in politics
  • \n
  • 01-09 My Experience Partying with Tai Lopez (The \"Here In My Garage\" Guy) by @randomstories in story
  • \n
  • 01-09 The Power of Fear (An Original Poem) by @delphia16 in life
  • \n
  • 01-09 Toilet Fires, Marilyn Manson, and My Introduction to the Sweet, Sweet Taste of Satire by @lesliestarrohara in life
  • \n
  • 01-09 I have one word for you...\"Math Sucks!\" How I Convince My Students with Special Needs That Algebra is Important. by @hanshotfirst in mathematics
  • \n
  • 01-09 The Adam and Eve of Cryptography, Meet Alice and Bob! by @norbu in cryptography
  • \n
  • 01-09 The best exercise for longevity, great health and a great body by @chhayll in fitness
  • \n
  • 31-08 Hello Steemit! I interviewed CEO Ned Scott on \"Steemit.com - The Future of Social Media\" [Liberty Entrepreneurs Podcast] by @ashe-oro in introduceyourself
  • \n
  • 31-08 Taking the Mask off Steemit: Does Steemit Work for You or Do You Work for Steemit? by @strangerarray in writing
  • \n
  • 31-08 Hello Steemit! Welcome to my world\u2026 may the adventure begin! by @melisalerue in introduceyourself
  • \n
  • 31-08 The new normal by @mattclarke in steemit
  • \n
  • 31-08 A Totally Different Life in One Year by @sarahjordan in life
  • \n
  • 31-08 Why Children are Like Pit Bulls - Part 1 by @papa-pepper in family
  • \n
  • 31-08 This Year, a DJ's Saving My Life - Meet David Olam by @steemitpatina in music
  • \n
  • 31-08 Tips and Tricks to Winning at Blackjack - Lessons Learned by a Solo Card Counter by @contentjunkie in life
  • \n
  • 30-08 How English was Made: One Language\u2019s Long Journey from Humble to Honorificabilitudinitatibus by @mione in science
  • \n
  • 30-08 Most Voted Authors by Whales - This Week's Data (Aug. 22 - Aug. 29) by @cristi in programming
  • \n
  • 30-08 STEEM Analysis :: Ownership Distribution and the Whale Selling Pressure by @furion in steemstats
  • \n
  • 30-08 The Dark Side of the Blockchain - Chapter Eight - Ned by @gonzo in sciencefiction
  • \n
  • 30-08 Is It Better to Starve? by @emsenn in politics
  • \n
  • 30-08 Synereo Analysis - Let's do it right this time. by @creationlayer in real-talk
  • \n
  • 30-08 How I made Bank Selling My School's WiFi Password by @aaronburt in life
  • \n
  • 30-08 Child Abuse and my experiences dealing with it as a child. (The actions, effects and outcomes.) by @kainmarx in life
  • \n
  • 30-08 15-Year-Old Regret is Laid To Rest: A Poem by @tltran in poetry
  • \n
  • 30-08 Benetton: the creativity, the controversy and the reality that we try to avoid. by @diana.catherine in art
  • \n
  • 30-08 The Creation of The Book \"Beatrix Percival\" - Inspiration & Creative Process by @artist1989 in writing
  • \n
  • 30-08 Announcing RobinHoodWhale, the Steemit Deep Sea Savior by @robinhoodwhale in robinhoodwhale
  • \n
  • 28-08 Buying organic tobacco leaves as an agricultural commodity to make your own affordable, high-quality cigarettes: a guide in pictures by @mada in life
  • \n
  • 28-08 Quantum Computers: The Future of Computing by @sauravrungta in technology
  • \n
  • 28-08 Trusting the Hive Mind: Building My Own Voting Bot for Robinhoodwhale by @lukestokes in robinhoodwhale
  • \n
  • 28-08 Wicker heart with roses made from paper and ribbon! Beautiful present from my wife to hers grandmother on 70th birthday! by @lukmarcus in art
  • \n
  • 28-08 Color for the color blind - The science behind the EnChroma glasses by @owdy in science
  • \n
  • 28-08 Graphic Design and Social Media Pro from Panama by @anahilarski in introduceyourself
  • \n
  • 28-08 Yes, you are right to fear and hate Islam. There are 1.7 billion potential criminals out there. by @sitaru in life
  • \n
  • 28-08 Time Lapse Daisy Painting, Start to finish in 4 minutes by @kiddarko in art
  • \n
  • 28-08 Experimental Learning - Space Education; By Dr. Dorit Israeli by @dorit-israeli in education
  • \n
  • 28-08 Thoughts on Steemit power distribution and SteemPower. An anthropology based approach! by @webosfritos in steemit
  • \n
  • 28-08 Sometimes We Just Need To Rage Against The Machine by @naquoya in anarchism
  • \n
  • 28-08 Modern Day Edgar Cayce/Nostradamus by @kazumba in science
  • \n
  • 28-08 On International Dog Day - Be More Dog by @jaytaylor in photography
  • \n
  • 27-08 A Rant about a Germ Obsessed Parent and Outdoor Play by @kateblack in life
  • \n
  • 27-08 The Economics of Ponyville by @josephknowles in money
  • \n
  • 27-08 Join a Niche Online Community - Here's 10 Reasons Why by @tonypeacock in groups
  • \n
  • 27-08 [Alpha] Squeek.io - Twitter alternative for the steem blockchain by @picokernel in steem
  • \n
  • 27-08 Hi, I Am RobinHoodWhale And Here is My Story From The Blockchain Folklore by @robinhoodwhale in introduceyourself
  • \n
  • 28-08 Rewarding Broken English: Has Steemit become a platform for practicing English as a foreign language? by @invisiblegorilla in steemit
  • \n
  • 27-08 GHOSTS OF CROATIA - PART II: Abandoned Underground Airport by @vermillion666 in underground
  • \n
  • 27-08 MEDITATION: The Art and Benefits of Freeing Your Mind by @kain-jc in life
  • \n
  • 27-08 Rachmaninoff \u2013 BIG HANDS. Me - small hands by @cherish in music
  • \n
  • 27-08 My Trip to Amsterdam, a Dream City with No Boundaries. Including a Sensation White Party. by @blinova in travel
  • \n
  • 26-08 Four Generations of Silence--How I Solved a Long-Standing Family Mystery with DNA by @stephmckenzie in science
  • \n
  • 26-08 Journey to Samos (Greece), the island where IS refugees don't go anymore - by chrisadventures by @chrisadventures in life
  • \n
  • 26-08 Impressing People By Living On Credit by @doitvoluntarily in blog
  • \n
  • 26-08 Apparently That Deserves A Round Of Applause by @arrowj in blog
  • \n
  • 27-08 How to Forex - A Beginners Guide to Forex Trading - Part 3: Forex Trading Strategies by @senseiteekay in forex
  • \n
  • 26-08 Changing the Way the World Views Breasts - My Intro by @marissah in introduceyourself
  • \n
  • 27-08 My Life Ended When I Was 25 Years Old \u2013 Part 1 by @menta in life
  • \n
  • 26-08 Is Ginger The New Black? Lavender Beard Adventure \u2014 collaboration with @wingz by @justyna in photography
  • \n
  • 25-08 Why Invest in Fusion Energy by @elemenya in science
  • \n
  • 25-08 Law, memes and mental illness: Towards a New Psychiatry by @johan-nygren in anarchy
  • \n
  • 25-08 Robots are sexy! Let me introduce myself. by @krishnasuperstar in introduceyourself
  • \n
  • 25-08 How Colour Can Change the Feel of a Photograph by @thecryptofiend in photography
  • \n
  • 25-08 How to build self confidence and learn to be successful by @quickfingersluc in life
  • \n
  • 25-08 Unpublished Doris Mayday fashion editorial! STEEMIT EXCLUSIVE! by @kommienezuspadt in photography
  • \n
  • 25-08 The Power to Create Good by @krnel in philosophy
  • \n
  • 25-08 War Against Drugs, The Intensive Campaign of the Newly Elected President of the Republic of Philippines by @juvyjabian in politics
  • \n
  • 24-08 Mistakes, Discipleship and The School Of Life. [Response to @onetree's post] by @omfedor in life
  • \n
  • 24-08 Are We Using Our Free Time to Shorten Our Lives? by @pulpably in technology
  • \n
  • 25-08 Steemdrive: First Steemit Billboard to hit USA in Chicago, Illinois - Vote for the \u201cAmerican Dream\"! by @steemdrive in steemit
  • \n
  • 24-08 Military Aircraft [original photography] - Part II - Up Close and Personal at MacDill USAFB by @jessica-miller in photography
  • \n
  • 25-08 [STEEMLOCATOR.COM] Locate Businesses accepting Steem all over the World! My contribution to this community. by @oumar in steem
  • \n
  • 24-08 My five absolute favorite alcoholic beverages. by @lauralemons in recipe
  • \n
  • 24-08 Steem API Explorer by @lantto in steem
  • \n
  • 24-08 Open plan offices are a nightmare by @bitcalm in business
  • \n
  • 24-08 Parts of Me: How I learned to become a parent at 12 years old (Part 2) The sheltered life. by @kryptik in life
  • \n
  • 24-08 Here are some frequently asked questions about topsoil in gardens. by @veronikapmy1989 in gardening
  • \n
  • 24-08 A Dear Wang Letter - how I miss you and Steemit by @deanliu in fun
  • \n
  • 24-08 Hunting today, with phone camera [10 photos include] by @trisnawati in photography
  • \n
  • 23-08 Virtual Travelling or Five interesting Places that Can Be Visited with Google Street View by @phenom in travel
  • \n
  • 23-08 Innate sense of rebellion. Attacking perceived wrongness. First step towards Anarchism. by @dwinblood in story
  • \n
  • 24-08 Stranded In The Alps, An Earthly Offering & The Magic Of The Ganesh Mantra by @yogi.artist in yoga
  • \n
  • 23-08 How to Write a Ruby on Rails App for STEEM by @inertia in radiator
  • \n
  • 24-08 Taking Steemit to the end of the Land: Land\u2019s End, Cornwall, England [part 1] by @webdeals in photography
  • \n
  • 23-08 Steemit will change the world ? by @marrywiger in life
  • \n
  • 23-08 Steemit is on fire and I am celebrating... In three dimensions! by @thebatchman in steemit
  • \n
  • 24-08 Why the Federal Reserve Can NEVER Raise Interest Rates by @jasonstaggers in economics
  • \n
  • 23-08 My Photography Countryside Travelling / \u604b\u4e0a\u90a3\u67ff\u5b50\uff0c\u60f3\u5403\u4f60\u5f97\u6709\u53e3\u597d\u7259 by @myfirst in travel
  • \n
  • 23-08 LOST IN TIME ( An Original Poem - Vol.1) by @masonmiler in writing
  • \n
  • 23-08 The SteemCleaners Guide for Dealing with Abuse on Steemit by @steemcleaners in steemcleaners
  • \n
  • 23-08 Announcing SteemCleaners, the Steemit Abuse Fighting Team! by @steemcleaners in steemcleaners
  • \n
  • 23-08 BEACH Scenes Malaysia - Port Dickson Beach by @lat-nayar in photography
  • \n
  • 23-08 Perpetual Motion Machines and Crypto-Bootstrapping: How I Commissioned My Own Portrait with Steem Dollars by @kafkanarchy84 in steem
  • \n
  • 22-08 Why Do You Use Photoshop?! Why I Photoshop My Images. by @nicoledphoto in photography
  • \n
  • 22-08 UFC 202: McGregor vs Diaz Prefight History and Postfight Analysis by @daut44 in ufc
  • \n
  • 22-08 How I bankrupt my first startup by not understanding the definition of MVP - Minimum Viable Product, and how I will avoid it next time :) by @noisy in programming
  • \n
  • 22-08 Hey I\u2019m Danny! Join me on my wildlife adventures through Africa! by @dannystravels in introduceyourself
  • \n
  • 22-08 #1 Abu Dhabi - The Arrival by @chris.roy in photography
  • \n
  • 22-08 Channel Island Occupation: Atlantic Seawall Bunkers - Germany's Concrete Battleships by @thenakedgod in travel
  • \n
  • 22-08 The Dirty Little Secret Some Copywriters Just Don\u2019t Want You To Know. by @kreativ in marketing
  • \n
  • 22-08 Existentialism and Nihilism - Why I, myself, am an existentialist. by @infinitor in philosophy
  • \n
  • 22-08 The Myth of Selfishness by @kyriacos in philosophy
  • \n
  • 22-08 Schr\u00f6dinger's Cat Paradox: Both Rich and Poor - Recovering After a Series of Knockdowns by @steemingnow in money
  • \n
  • 22-08 Wait, is that a BLUE BEE! Steemit Colours! by @mweich in photography
  • \n
  • 22-08 Bot-baiting, a basic analysis. - Is there such thing as a bot threat? by @renzoarg in steemit
  • \n
  • 22-08 Why do women gain more weight than men? by @tanata in health
  • \n
  • 21-08 Bitshares Trading Diary, Day 7: Attack Of The Short Sellers by @nxtblg in bitshares
  • \n
  • 21-08 The Popular Depression: Chapter 1 by @wadepaterson in writing
  • \n
  • 21-08 From Montana to Guatemala in 2 weeks, 3500 miles with no car & $200 to start! Hitch-hiking, border patrol, Hare Krishnas, by @kennyskitchen in travel
  • \n
  • 21-08 3D Printing: What Types of 3D Printer Filament Are Available by @cryptos in printing3d
  • \n
  • 21-08 The Story Of Troye - A Young Entrepreneur Is Born by @steemitwithstu in story
  • \n
  • 21-08 Death Penalty is Needed in all Societies - Even in an Anarchism Society - Here is why ... by @fat-like-buddha in news
  • \n
  • 20-08 The monkey mind and the inner-child. How I get back on track. by @newandold in life
  • \n
  • 20-08 Sony 90mm Macro vs Lensbong Setup by @timelapse in photography
  • \n
  • 20-08 The Old Dog Investigates: Roads, is There a Better Way? by @kus-knee in life
  • \n
  • 20-08 Locally Grown Food and You: Farmer's Markets! Some Info For Healthy Food by @jed78 in food
  • \n
  • 20-08 Things Make Sense in Retrospect - The Hindsight Bias by @cristi in psychology
  • \n
  • 20-08 What they DID tell you about chemtrails. But you weren't listening! [3 minutes read] by @freiheit in life
  • \n", + "category": "robinhoodwhale", + "children": 20, + "created": "2016-09-01T08:54:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "tags": [ + "robinhoodwhale", + "life", + "writing", + "story", + "cn" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23131290433028, + "payout": 62.612, + "payout_at": "2016-09-08T08:54:45", + "pending_payout_value": "62.612 HBD", + "percent_hbd": 10000, + "permlink": "robinhoodwhale-01-09-2016", + "post_id": 1081967, + "promoted": "271.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 191 + }, + "title": "Real-Time Update of RobinHood Whale Project \u7f57\u5bbe\u9cb8\u706b\u8d34\u5b9e\u65f6\u66f4\u65b0 01-09", + "updated": "2016-09-01T22:36:39", + "url": "/robinhoodwhale/@laonie/robinhoodwhale-01-09-2016" + }, + { + "active_votes": [ + { + "rshares": 10680230250228, + "voter": "jamesc" + }, + { + "rshares": 6757100093988, + "voter": "xeldal" + }, + { + "rshares": 1118902601491, + "voter": "samupaha" + }, + { + "rshares": 5925537844699, + "voter": "enki" + }, + { + "rshares": 3828633672665, + "voter": "silversteem" + }, + { + "rshares": 3099954800, + "voter": "boy" + }, + { + "rshares": 210935138158, + "voter": "steem-id" + }, + { + "rshares": 3763461212, + "voter": "bue-witness" + }, + { + "rshares": 690406462, + "voter": "bunny" + }, + { + "rshares": 54134101721, + "voter": "bue" + }, + { + "rshares": 1661302953, + "voter": "mini" + }, + { + "rshares": 213684579, + "voter": "moon" + }, + { + "rshares": 10777629083, + "voter": "proctologic" + }, + { + "rshares": 622843501, + "voter": "healthcare" + }, + { + "rshares": 967387415, + "voter": "daniel.pan" + }, + { + "rshares": 21550256405, + "voter": "hcf27" + }, + { + "rshares": 392405354610, + "voter": "woo7739" + }, + { + "rshares": 279111662172, + "voter": "chitty" + }, + { + "rshares": 196163592993, + "voter": "gardenlady" + }, + { + "rshares": 288174518, + "voter": "helen.tan" + }, + { + "rshares": 74205930982, + "voter": "easteagle13" + }, + { + "rshares": 2859098472, + "voter": "carlos-cabeza" + }, + { + "rshares": 5349082417, + "voter": "spaninv" + }, + { + "rshares": 59226109387, + "voter": "avarice" + }, + { + "rshares": 1154102439, + "voter": "coar" + }, + { + "rshares": 1432421152, + "voter": "murh" + }, + { + "rshares": 1506024470, + "voter": "edtorrez" + }, + { + "rshares": 370098823461, + "voter": "blakemiles84" + }, + { + "rshares": 917932650, + "voter": "leprechaun" + }, + { + "rshares": 516144252764, + "voter": "cyber" + }, + { + "rshares": 1350589595, + "voter": "fjccoin" + }, + { + "rshares": 7658293419, + "voter": "kennyskitchen" + }, + { + "rshares": 314968895861, + "voter": "kaylinart" + }, + { + "rshares": 22791323090, + "voter": "ossama-benjohn" + }, + { + "rshares": 2596798738, + "voter": "tee-em" + }, + { + "rshares": 1490143673659, + "voter": "sean-king" + }, + { + "rshares": 687044369011, + "voter": "publicworker" + }, + { + "rshares": 2277766230, + "voter": "danilo-cuellar" + }, + { + "rshares": 265741725388, + "voter": "lukestokes" + }, + { + "rshares": 392842631094, + "voter": "fyrstikken" + }, + { + "rshares": 41240110326, + "voter": "clement" + }, + { + "rshares": 8970769157, + "voter": "acassity" + }, + { + "rshares": 3125302080, + "voter": "sunshinecrypto" + }, + { + "rshares": 55677464852, + "voter": "booja" + }, + { + "rshares": 282967064, + "voter": "sonyanka" + }, + { + "rshares": 54720712494, + "voter": "sonzweil" + }, + { + "rshares": 10312089759, + "voter": "r4fken" + }, + { + "rshares": 457654847, + "voter": "steemswede" + }, + { + "rshares": 75271969902, + "voter": "derekareith" + }, + { + "rshares": 12378378533, + "voter": "ausbitbank" + }, + { + "rshares": 4569401045, + "voter": "thegoodguy" + }, + { + "rshares": 36245526538, + "voter": "biophil" + }, + { + "rshares": 3967602880, + "voter": "karen13" + }, + { + "rshares": 15604637635, + "voter": "dwinblood" + }, + { + "rshares": 1282893744, + "voter": "vorsseli" + }, + { + "rshares": 317446577, + "voter": "luisucv34" + }, + { + "rshares": 17676726210, + "voter": "creemej" + }, + { + "rshares": 79327997987, + "voter": "me-tarzan" + }, + { + "rshares": 37118933112, + "voter": "mynameisbrian" + }, + { + "rshares": 11621730593, + "voter": "benjiberigan" + }, + { + "rshares": 19174335590, + "voter": "mustafaomar" + }, + { + "rshares": 17229683384, + "voter": "deanliu" + }, + { + "rshares": 1449783634, + "voter": "cryptocurrency1" + }, + { + "rshares": 182392593276, + "voter": "jl777" + }, + { + "rshares": 3475085906, + "voter": "jedau" + }, + { + "rshares": 7258620066, + "voter": "fishborne" + }, + { + "rshares": 780032261, + "voter": "mohammed123" + }, + { + "rshares": 38490866307, + "voter": "claudiop63" + }, + { + "rshares": 15696374746, + "voter": "proto" + }, + { + "rshares": 722574736, + "voter": "steemuwe" + }, + { + "rshares": 96847284284, + "voter": "sterlinluxan" + }, + { + "rshares": 1955550774, + "voter": "andreynoch" + }, + { + "rshares": 26465755082, + "voter": "williambanks" + }, + { + "rshares": 31250845331, + "voter": "jasonstaggers" + }, + { + "rshares": 8308751917, + "voter": "taker" + }, + { + "rshares": 18077487422, + "voter": "laoyao" + }, + { + "rshares": 1312318561, + "voter": "andrew0" + }, + { + "rshares": 3138994752, + "voter": "steemleak" + }, + { + "rshares": 133044304, + "voter": "luke490" + }, + { + "rshares": 3155521800, + "voter": "oflyhigh" + }, + { + "rshares": 2330702675, + "voter": "pgarcgo" + }, + { + "rshares": 687222192, + "voter": "future24" + }, + { + "rshares": 1367410476, + "voter": "nonamer" + }, + { + "rshares": 982813675, + "voter": "bledarus" + }, + { + "rshares": 932742778, + "voter": "chinadaily" + }, + { + "rshares": 54210250128, + "voter": "anotherjoe" + }, + { + "rshares": 16517911072, + "voter": "kafkanarchy84" + }, + { + "rshares": 3442234051, + "voter": "steveo" + }, + { + "rshares": 10969248240, + "voter": "cryptomancer" + }, + { + "rshares": 2119284500, + "voter": "movievertigo" + }, + { + "rshares": 21912805745, + "voter": "andrewawerdna" + }, + { + "rshares": 39122672915, + "voter": "emancipatedhuman" + }, + { + "rshares": 10587465402, + "voter": "craigwilliamz" + }, + { + "rshares": 6511663813, + "voter": "onetree" + }, + { + "rshares": 12934893314, + "voter": "mandibil" + }, + { + "rshares": 57027057, + "voter": "hosscomp" + }, + { + "rshares": 57022706, + "voter": "cloud1" + }, + { + "rshares": 5899789038, + "voter": "lesliestarrohara" + }, + { + "rshares": 316012583, + "voter": "codymac40" + }, + { + "rshares": 3648819614, + "voter": "ats-david" + }, + { + "rshares": 3893409579, + "voter": "loganarchy" + }, + { + "rshares": 57896578, + "voter": "eliseojacobo" + }, + { + "rshares": 57588741, + "voter": "joybran" + }, + { + "rshares": 362203207, + "voter": "profanarky" + }, + { + "rshares": 1659124232, + "voter": "houseofhayden" + }, + { + "rshares": 2582438657, + "voter": "doitvoluntarily" + }, + { + "rshares": 282251870, + "voter": "totosky" + }, + { + "rshares": 217739533, + "voter": "pjo" + }, + { + "rshares": 103730281, + "voter": "alina1" + }, + { + "rshares": 50603364, + "voter": "rocknrolldm" + }, + { + "rshares": 54376435, + "voter": "waterfirepaper" + }, + { + "rshares": 367433800, + "voter": "littlescribe" + }, + { + "rshares": 2283906005, + "voter": "jillwirt" + }, + { + "rshares": 60123439, + "voter": "freedomizer" + }, + { + "rshares": 74117002, + "voter": "projecthor" + }, + { + "rshares": 511475810, + "voter": "boxcarblue" + }, + { + "rshares": 55357981, + "voter": "nelyp" + }, + { + "rshares": 96292269, + "voter": "ola1" + }, + { + "rshares": 52610096, + "voter": "lennex" + }, + { + "rshares": 55976796, + "voter": "drac59" + }, + { + "rshares": 56130433, + "voter": "jessica.tan" + }, + { + "rshares": 83347013, + "voter": "flourishing" + }, + { + "rshares": 227374514, + "voter": "terrano" + }, + { + "rshares": 714843637, + "voter": "earthtodr01d" + }, + { + "rshares": 51409471, + "voter": "drherhel" + }, + { + "rshares": 50290667, + "voter": "elena-guseva" + }, + { + "rshares": 82372906, + "voter": "doctorkot873" + }, + { + "rshares": 80735872, + "voter": "dumpz" + }, + { + "rshares": 164330251, + "voter": "rogelio11" + } + ], + "author": "kafkanarchy84", + "author_payout_value": "0.000 HBD", + "author_reputation": 63.32, + "beneficiaries": [], + "blacklists": [], + "body": "# Happy September. #\nimage
    \n\n**I know others on this website have said this, so I'm not the first, but yeah, I quit my job to write for Steemit.** \n\nActually, though, that's not entirely true. It's kind of true. I quit my job because something shifted inside of me. When the job was gone, Steemit, on the selfsame day, rose up into my focus immediately to fill the void like it was just waiting for me to finally get real. To do this stuff I've always been wanting to do. And always *have been doing* at the expense of sleep, money, time, etc. I was now beginning to get *paid for it.* What the!?!\n\n**The first half of August was bliss.** After some initial discouragement, I found some good verbs in the mouth of one Sterlin Luxan, and was inspired to actually dig down inside of myself and make a more [honest post.](https://steemit.com/steemit/@kafkanarchy84/why-i-have-quit-five-jobs-in-the-past-six-years-a-steemit-confessional) I finally made twenty bucks on the site. From there I thought, hell, I'll just do this full time. I began to make significant sums of cash for an honest day's worth of work writing, and felt that with my side job, as long as I hammered down, I would be able to cover my family's usual expenses by the time September rolled around.\n\n\nhttps://s22.postimg.org/wk9d1kjsx/image.jpg\n*Spending time with my son has been one of the biggest bonuses of leaving my 9-5.*\n# **Well. August 31st. Paying all my bills with SBDs? No such luck, my friend.** # \n\nBut I will tell you one thing. I never dreamed I could pull down 2Gs cold, hard cash through writing in less than a month, even if one half of it is still vested in Steem Power (I am happy about this). I was sick to my stomach, though. I have a wife and a child. Playing games at this point was not an option. Still....I had heard something that was very lovely and very clear.\n\nIt was a kind of feeling I have never had before, but which was also at once very perfectly familiar. As my kid is playing on the Octopus slide behind me, and I am staring out at the sea, it hits me: ***It's over. You will never teach kids again.***\n\nimage
    \n\n**Weird. It's like my wish, but this time I am not even wishing for it. It comes to me. I just know that that chapter of my life is completed. That was the day after I quit my job.**\n\n**Fast forward to the end of the month.** I haven't made enough money like I had hoped....I pray to someone or something over my Matsuya beef bowl in the sketchy back alley district of the burlesque dancers: *what should I do?* I was really, really feeling low and full of doubts and self-accusations.\n\nImmediately that silly voice came back again: \n # *(Keep doing what you're doing)* #\n\nI haven't been eating this month. Haven't been sleeping. Have had headaches. Upset stomach. Welcome to fear. Welcome to the real shit. You were so cocky! Are you lazy!? You didn't like your job but so what!? You've got a family!!! Son comes home from daycare. *DAAAAADDDYYYYYY!!!!!!! Let's play!!!!!*\n\nPull yourself together.\nDon't show your frayed nerves.\n\n**My wife is equally worried.**\nShe needs security. She wants to get into massage. Vocal training school. So many dreams. Here I am sitting around the house in my underwear when all I really want to do is hand her a big fat envelope full of money.\n\nhttps://s17.postimg.org/56h7g4qxb/image.jpg\n\n**I've never been lazy. I will work my ass off when I care, and when I need to.** Fuck sleep. Fuck food. Fuck everything but the goal. \n\n# I just can't seem to give a damn about most shit that everybody else says is important. #\nWell, a lot of shit, at least. Still. Mouths to feed, my friend. But that \"voice,\" didn't it mean something? And despite the nerves, hasn't this been one of the happiest, most productive months of my life? Yes. Yes, and yes. Besides, the other job was no good. Bad, unsustainable situation. You know that, Graham.\n\nhttps://s15.postimg.org/i7lfk6hzv/image.jpg\n*My buddy Kevin shows up to the Local.*\n\n**Back to now, August, 31st, 2016. Evening. I went to my friend Craig's bar tonight.** At the depth of my despair, on the bus ride over, I received a mail from my other friend, Aidan. There might be some part time work at his school. Mail sounds promising. \n\nAfter a couple beers at Craig's place it is settled I will work Saturdays mixing booze and playing guitar. I am starting to feel good again. It is starting to seem possible that I can build my own, full-time, part-time \"Steem-lance\" schedule. [Fake priest weddings](https://steemit.com/religion/@kafkanarchy84/my-life-as-a-fake-priest-true-believer), English classes, serving beer and singing....and....\n\n# STEEEEEEEEEEEEMMMMMM!!!!!!! #\n\nAnd you know what? \n\nI am going to document it every step of the way. This is the first episode. Hope to see you next time, from my first day on the job as a bartender. \n\nhttps://youtu.be/jasziAzaiZ4\n\n
    image
    \n\nhttps://s17.postimg.org/yb9pkx39b/image.jpg\n*Basically how I feel now that I have discovered Steemit.com*\n\nPeace, Love, and Anarchy,\n\n~KafkA\n\nP.S. Another thing I have never been good at is keeping a consistent diary. I'm too private, and can't be bothered, even for myself. Should \"My Steemit Life\" transform into an existentialist thought stream ramble resembling a blog-turned-extended-acid trip, please forgive me. Maybe I will commit to 5 episodes. That sounds like a good number to me. Deal?\n\n***\n*Graham Smith is a Voluntaryist activist residing in Niigata, Japan.*", + "category": "steemit", + "children": 23, + "created": "2016-09-01T18:17:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s15.postimg.org/3jx6kricr/image.jpg", + "https://s22.postimg.org/wk9d1kjsx/image.jpg", + "https://s16.postimg.org/dfztt1z1h/image.jpg", + "https://s17.postimg.org/56h7g4qxb/image.jpg", + "https://s15.postimg.org/i7lfk6hzv/image.jpg", + "https://img.youtube.com/vi/jasziAzaiZ4/0.jpg", + "https://s18.postimg.org/aj2lnfwqh/image.jpg", + "https://s17.postimg.org/yb9pkx39b/image.jpg" + ], + "links": [ + "https://postimg.org/image/3wokqy0mf/", + "https://postimage.org/", + "https://steemit.com/steemit/@kafkanarchy84/why-i-have-quit-five-jobs-in-the-past-six-years-a-steemit-confessional", + "https://postimg.org/image/4xqdopsip/", + "https://steemit.com/religion/@kafkanarchy84/my-life-as-a-fake-priest-true-believer", + "https://youtu.be/jasziAzaiZ4", + "https://postimg.org/image/rjlhw49rp/" + ], + "tags": [ + "steemit", + "blog", + "life", + "money", + "writing" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 34863582559813, + "payout": 141.758, + "payout_at": "2016-09-08T18:17:12", + "pending_payout_value": "141.758 HBD", + "percent_hbd": 10000, + "permlink": "my-new-steemit-life-ep-1-write-write-write-and-fill-me-up-barkeep", + "post_id": 1088170, + "promoted": "250.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 129 + }, + "title": "My New Steemit Life, ep. 1. Write, write, write and fill me up, barkeep", + "updated": "2016-09-01T19:21:48", + "url": "/steemit/@kafkanarchy84/my-new-steemit-life-ep-1-write-write-write-and-fill-me-up-barkeep" + }, + { + "active_votes": [ + { + "rshares": 7670216559865, + "voter": "steempty" + }, + { + "rshares": 31876585090724, + "voter": "smooth" + }, + { + "rshares": 317914133749, + "voter": "anonymous" + }, + { + "rshares": 11008788408007, + "voter": "rainman" + }, + { + "rshares": 2750965758653, + "voter": "badassmother" + }, + { + "rshares": 8047618620631, + "voter": "pharesim" + }, + { + "rshares": 2008425648912, + "voter": "hr1" + }, + { + "rshares": 124866338524, + "voter": "svk" + }, + { + "rshares": 3102984335, + "voter": "boy" + }, + { + "rshares": 3767302471, + "voter": "bue-witness" + }, + { + "rshares": 690894989, + "voter": "bunny" + }, + { + "rshares": 54620023708, + "voter": "bue" + }, + { + "rshares": 1662776232, + "voter": "mini" + }, + { + "rshares": 3996811840503, + "voter": "witness.svk" + }, + { + "rshares": 213775837, + "voter": "moon" + }, + { + "rshares": 2005461457928, + "voter": "joseph" + }, + { + "rshares": 448048632495, + "voter": "recursive2" + }, + { + "rshares": 454605188433, + "voter": "recursive3" + }, + { + "rshares": 940178035364, + "voter": "boombastic" + }, + { + "rshares": 123564024708, + "voter": "mrs.agsexplorer" + }, + { + "rshares": 5795927037577, + "voter": "smooth.witness" + }, + { + "rshares": 742120382574, + "voter": "pfunk" + }, + { + "rshares": 11483504721, + "voter": "idol" + }, + { + "rshares": 624865483, + "voter": "healthcare" + }, + { + "rshares": 969733311, + "voter": "daniel.pan" + }, + { + "rshares": 6733117454, + "voter": "patrice" + }, + { + "rshares": 288326627, + "voter": "helen.tan" + }, + { + "rshares": 25303423950, + "voter": "yefet" + }, + { + "rshares": 1783656248, + "voter": "jocelyn" + }, + { + "rshares": 560134332, + "voter": "ifttt" + }, + { + "rshares": 1077809816193, + "voter": "gavvet" + }, + { + "rshares": 641506711463, + "voter": "eeks" + }, + { + "rshares": 19601271761, + "voter": "fkn" + }, + { + "rshares": 5372083616, + "voter": "spaninv" + }, + { + "rshares": 26442946448, + "voter": "elishagh1" + }, + { + "rshares": 12146782657, + "voter": "acidyo" + }, + { + "rshares": 150002721014, + "voter": "steve-walschot" + }, + { + "rshares": 7438851067, + "voter": "kefkius" + }, + { + "rshares": 579113009, + "voter": "coar" + }, + { + "rshares": 74162623116, + "voter": "asch" + }, + { + "rshares": 1425432026, + "voter": "murh" + }, + { + "rshares": 2580300343, + "voter": "error" + }, + { + "rshares": 386963068010, + "voter": "blakemiles84" + }, + { + "rshares": 12725367383, + "voter": "ombc" + }, + { + "rshares": 6091161879, + "voter": "zebbra2014" + }, + { + "rshares": 13249527549, + "voter": "johnerfx" + }, + { + "rshares": 3914878687602, + "voter": "satoshifund" + }, + { + "rshares": 377929170961, + "voter": "taoteh1221" + }, + { + "rshares": 54758222958, + "voter": "juanmiguelsalas" + }, + { + "rshares": 53397004453, + "voter": "kus-knee" + }, + { + "rshares": 1457401312, + "voter": "benthegameboy" + }, + { + "rshares": 1012427662, + "voter": "johnerminer" + }, + { + "rshares": 33797995673, + "voter": "michaelx" + }, + { + "rshares": 5955519251, + "voter": "mark-waser" + }, + { + "rshares": 673760893866, + "voter": "publicworker" + }, + { + "rshares": 46085881971, + "voter": "honeythief" + }, + { + "rshares": 5847907620, + "voter": "fuck.off" + }, + { + "rshares": 2501960006, + "voter": "superfreek" + }, + { + "rshares": 5901639288, + "voter": "iloveporn" + }, + { + "rshares": 3144695333, + "voter": "the.bot" + }, + { + "rshares": 7178411426, + "voter": "johnbradshaw" + }, + { + "rshares": 536577431, + "voter": "mrhankeh" + }, + { + "rshares": 43623897139, + "voter": "clement" + }, + { + "rshares": 5002312350, + "voter": "the.whale" + }, + { + "rshares": 86290120409, + "voter": "venuspcs" + }, + { + "rshares": 259005241756, + "voter": "asmolokalo" + }, + { + "rshares": 4737797461, + "voter": "unicornfarts" + }, + { + "rshares": 94941542765, + "voter": "rubybian" + }, + { + "rshares": 5362675333, + "voter": "riscadox" + }, + { + "rshares": 114790527271, + "voter": "robrigo" + }, + { + "rshares": 5000700321, + "voter": "vote" + }, + { + "rshares": 60427141792, + "voter": "fabio" + }, + { + "rshares": 5270059157, + "voter": "kissmybutt" + }, + { + "rshares": 123955936289, + "voter": "derekareith" + }, + { + "rshares": 60646225326, + "voter": "furion" + }, + { + "rshares": 4223413440, + "voter": "owdy" + }, + { + "rshares": 485248462, + "voter": "barbara2" + }, + { + "rshares": 531093989, + "voter": "ch0c0latechip" + }, + { + "rshares": 499019869, + "voter": "doge4lyf" + }, + { + "rshares": 1412946901, + "voter": "vi1son" + }, + { + "rshares": 1682718699, + "voter": "steem1653" + }, + { + "rshares": 16124466765, + "voter": "aaseb" + }, + { + "rshares": 3978176479, + "voter": "karen13" + }, + { + "rshares": 13703431601, + "voter": "bycz" + }, + { + "rshares": 11306954567, + "voter": "allmonitors" + }, + { + "rshares": 7758574000, + "voter": "blinova" + }, + { + "rshares": 354410763772, + "voter": "knozaki2015" + }, + { + "rshares": 43462674468, + "voter": "yongyoon" + }, + { + "rshares": 15104308075, + "voter": "creemej" + }, + { + "rshares": 96640276, + "voter": "wildchild" + }, + { + "rshares": 3786816110, + "voter": "maximkichev" + }, + { + "rshares": 4131960392, + "voter": "oululahti" + }, + { + "rshares": 64244086005, + "voter": "thylbom" + }, + { + "rshares": 30425039030, + "voter": "royaltiffany" + }, + { + "rshares": 5934713344, + "voter": "tarindel" + }, + { + "rshares": 3139297205, + "voter": "azurejasper" + }, + { + "rshares": 193450379454, + "voter": "jl777" + }, + { + "rshares": 39208641632, + "voter": "zaebars" + }, + { + "rshares": 16286433521, + "voter": "positive" + }, + { + "rshares": 699114314, + "voter": "raymonjohnstone" + }, + { + "rshares": 510988681, + "voter": "sokoloffa" + }, + { + "rshares": 19511243271, + "voter": "prufarchy" + }, + { + "rshares": 764587130, + "voter": "mohammed123" + }, + { + "rshares": 464463583, + "voter": "kooshikoo" + }, + { + "rshares": 10849845352, + "voter": "webdeals" + }, + { + "rshares": 16486935205, + "voter": "proto" + }, + { + "rshares": 644938467, + "voter": "curator" + }, + { + "rshares": 24460059681, + "voter": "pinkisland" + }, + { + "rshares": 1788332586, + "voter": "alex.chien" + }, + { + "rshares": 537151647, + "voter": "fnait" + }, + { + "rshares": 502370811, + "voter": "keepcalmand" + }, + { + "rshares": 36980045409, + "voter": "celebr1ty" + }, + { + "rshares": 6269241467, + "voter": "beanz" + }, + { + "rshares": 29622795026, + "voter": "smailer" + }, + { + "rshares": 1916768690, + "voter": "andreynoch" + }, + { + "rshares": 2508005666, + "voter": "belkins" + }, + { + "rshares": 22568372246, + "voter": "williambanks" + }, + { + "rshares": 1228556126, + "voter": "metaflute" + }, + { + "rshares": 8330954811, + "voter": "taker" + }, + { + "rshares": 16536123177, + "voter": "gmurph" + }, + { + "rshares": 7778902595, + "voter": "chris.roy" + }, + { + "rshares": 46120509168, + "voter": "timsaid" + }, + { + "rshares": 93179996002, + "voter": "joele" + }, + { + "rshares": 1228318050, + "voter": "paynode" + }, + { + "rshares": 61953313410, + "voter": "sirwinchester" + }, + { + "rshares": 8390933191, + "voter": "gargon" + }, + { + "rshares": 2332480922, + "voter": "pgarcgo" + }, + { + "rshares": 282475333, + "voter": "future24" + }, + { + "rshares": 9800700626, + "voter": "thebotkiller" + }, + { + "rshares": 11703925092, + "voter": "goingpaper" + }, + { + "rshares": 9478532876, + "voter": "theconnoisseur" + }, + { + "rshares": 1310860944, + "voter": "bledarus" + }, + { + "rshares": 51247757, + "voter": "loli" + }, + { + "rshares": 7922688868, + "voter": "kyriacos" + }, + { + "rshares": 5258185581, + "voter": "lemouth" + }, + { + "rshares": 3152432234, + "voter": "abarefootpoet" + }, + { + "rshares": 1106918787, + "voter": "alexma3x" + }, + { + "rshares": 244133529, + "voter": "jimmytwoshoes" + }, + { + "rshares": 5604020976, + "voter": "gvargas123" + }, + { + "rshares": 1472156059, + "voter": "gdsprgdd" + }, + { + "rshares": 1811437634, + "voter": "movievertigo" + }, + { + "rshares": 47544190219, + "voter": "dragonanarchist" + }, + { + "rshares": 6942985003, + "voter": "craigwilliamz" + }, + { + "rshares": 256121543428, + "voter": "oldtimer" + }, + { + "rshares": 4503423419, + "voter": "steemitpatina" + }, + { + "rshares": 4294437615, + "voter": "lancem" + }, + { + "rshares": 2169254983, + "voter": "cryptoeasy" + }, + { + "rshares": 717820732, + "voter": "runridefly" + }, + { + "rshares": 7312796092, + "voter": "einsteinpotsdam" + }, + { + "rshares": 2138560797, + "voter": "jeremyfromwi" + }, + { + "rshares": 56265756, + "voter": "steemitup" + }, + { + "rshares": 1686379746, + "voter": "davidjkelley" + }, + { + "rshares": 57099237, + "voter": "skaraosky" + }, + { + "rshares": 6917765207, + "voter": "davidbrogan" + }, + { + "rshares": 32095690690, + "voter": "sponge-bob" + }, + { + "rshares": 15628558049, + "voter": "digital-wisdom" + }, + { + "rshares": 22447321617, + "voter": "disofdis" + }, + { + "rshares": 5768322041, + "voter": "jwaser" + }, + { + "rshares": 93669300, + "voter": "kyusho" + }, + { + "rshares": 222354480, + "voter": "pjo" + }, + { + "rshares": 2718313646, + "voter": "bwaser" + }, + { + "rshares": 6021996039, + "voter": "renzoarg" + }, + { + "rshares": 59424037971, + "voter": "tracemayer" + }, + { + "rshares": 5327999017, + "voter": "brains" + }, + { + "rshares": 54408230, + "voter": "feruz" + }, + { + "rshares": 1236939246, + "voter": "anomaly" + }, + { + "rshares": 1484844103, + "voter": "ellepdub" + }, + { + "rshares": 9128684631, + "voter": "herpetologyguy" + }, + { + "rshares": 59621226, + "voter": "drac59" + }, + { + "rshares": 4891777366, + "voter": "morgan.waser" + }, + { + "rshares": 51376153, + "voter": "eagleeye7850" + }, + { + "rshares": 51343959, + "voter": "simonakindle" + }, + { + "rshares": 57266113, + "voter": "technium" + }, + { + "rshares": 51215236, + "voter": "deli" + }, + { + "rshares": 51141851, + "voter": "slow" + }, + { + "rshares": 50949641, + "voter": "poemandres" + }, + { + "rshares": 61035542, + "voter": "teo" + }, + { + "rshares": 50907857, + "voter": "oxygen" + }, + { + "rshares": 50568084, + "voter": "brazzers" + }, + { + "rshares": 50565798, + "voter": "penthouse" + }, + { + "rshares": 50543061, + "voter": "rabobank" + }, + { + "rshares": 50487909, + "voter": "opticalillusions" + }, + { + "rshares": 50482289, + "voter": "connection" + }, + { + "rshares": 50317220, + "voter": "piphunters" + }, + { + "rshares": 8222386076, + "voter": "cato-the-elder" + }, + { + "rshares": 3044306684, + "voter": "strong-ai" + }, + { + "rshares": 162904624, + "voter": "allianz" + }, + { + "rshares": 160034557, + "voter": "yanik" + }, + { + "rshares": 160128119, + "voter": "robyneggs" + }, + { + "rshares": 158617835, + "voter": "ndea30" + }, + { + "rshares": 158610679, + "voter": "domenico" + }, + { + "rshares": 101178006, + "voter": "nikomah" + }, + { + "rshares": 107496727, + "voter": "elsi" + }, + { + "rshares": 154281152, + "voter": "mgibson" + }, + { + "rshares": 156864426, + "voter": "pyroveso" + } + ], + "author": "timsaid", + "author_payout_value": "0.000 HBD", + "author_reputation": 64.69, + "beneficiaries": [], + "blacklists": [], + "body": "\n
    \n

    Many things around us and with us happen we take for granted. We see, feel, taste, hear and smell unknowingly how it works. As we were children we called anything into question and now accept reality as it is. We lost the magic in all these wonderful things. This series addresses the wonder of natures and will bring its magic back to light. The first part of the Life Explorers - The Human Senses starts with the sense of sight. We see forms and colors, see bright and dark. But why?
    \n 

    \n

    To be able to answer this question we first need to have look at the nature off light. Light is a form of electromagnetic (EM) radiation, to be accurate we need to speak of visible light because only a small portion of the actual EM spectrum is visible to the human eye. The following illustration shows the EM spectrum. Frequency and wavelength are inversely proportional, the shorter the wavelength the higher the frequency. With higher frequencies the amount of energy is rising, this is for instance the reason why Gamma Rays are deadly. The high energy of the gamma rays are devastating for biological cells as they are ionizing and cause secondary radiation like X-Rays or electron diffraction. E= h \u2022 f is formula which depicts the proportionality of E energy and f frequency (h stands for the Planck constant).    Here a little example for the energy of a short and a long wavelength. 

    \n \n \n \n \n \n \n \n \n \n \n \n
    redE=h \u2022 f = 6,626 070 040 \u00b7 10\u221234 J*s * 384 THz1,59 eV
    violetE=h \u2022 f = 6,626 070 040 \u00b7 10\u221234 J*s * 789 THz3,26 eV
    \n
    \n
    Fig. 1. The electromagnetic spectrum. Source: Livescience
    \n

    As shown above the visible light is only a tiny portion of the EM spectrum. The human eye is able to see colors from red to violet, which is equivalent to wavelengths from 780nm to 380nm (nm = nanometer).

    \n

     
    \nWhy do is the Steemit logo blue and not red?

    \n
    \n

    Sure because @dantheman and @ned decided so :) But on a scientific base, how come we see blue and not another color? 

    \n

    Now that we know what visible light is let\u2019s have a look at the interaction of EM radiation and the objects we see. The actual color we perceive depends on the physical principle of reflection and adsorption.  
    \n
    \nMost objects reflect light but before that happens they adsorb part of the light they receive. The wavelength they adsorb determines what your eye will process later. For instance when all wavelengths expect red (780nm) are adsorbed the object will reflect red. Same goes for a blue steemit logo for instance. The logo absorbs all wavelengths expect the blue.   

    \n

    More than one wavelength can be reflected the same time, this therefore is why we see shades of the same color.   

    \n
    \n

    We can see purple color when blue and red are reflected wavelengths. We see white when an object absorbs no light.  
    \nIsaac Newton showed that white light contains all colors. He used a prism to separate the colors of spectrum of visible light.    

    \n

    How does reflection and adsorption work?     

    \n

    To understand how adsorption works we need to have a closer look into the chemistry of molecules. As described light hitting an object, here molecule, is adsorbed and we see the complementary color as a result. The following abbreviations will be used: HOMO = Highest occupied molecule orbital and LUMO = Lowest unoccupied molecule orbital. Carrots are orange, but why?      

    \n
    \n

    Electrons are moving in a certain space around the nucleus, called orbitals. The energy of light promotes an electron from a bonding or non-bonding orbital into an empty anti-bonding orbital, from HOMO to LUMO. The gap between these two orbitals is equivalent to the amount of energy that is needed to promote the electrons. A larger gap therefore requires light with more energy, for instance blue or violet. The chemical molecule that gives the carrot its orange color is called beta-carotene. Beta-carotene absorbs light between 400nm and 500nm with a peak at 470nm. Having a look at our additive color schema we will see that the complementary color of blue is yellow. Now is that not only blue, but a wide range of light between 400nm and 500nm is absorbed.      

    \n
    \n

    So when light hits the electrons of beta-carotene the electrons move from HOMO to LUMO and adsorb the light between 400nm and 500nm. This is the wavelength needed to promote the electron with the exact amount to energy needed.  

    \n
    \n

    Note: The electron moves back from LUMO to HOMO. The energy from the light used to promote the electron from HOMO to LUMO can be emitted in form of radiation or heat. In summer we all notice that black material gets warmer than bright. This is because the complete wavelength of the VIS is absorbed and emitted as heat.     

    \n

    Transforming waves to information  

    \n

    Now that we know how the light is absorbed by objects we need to examine how our eyes work. Without the human eye we wouldn\u2019t see anything, that\u2019s for sure. But how are we able to distinguish colors and brightness? Our retina has approximately 6 million cones and 120 million rods. When the reflected light hits our retina these cells become active.
    \n We have three different type of cone cells, S(-hort), M-(medium) and L-(ong) cones. Short, medium and long refer to the wavelength the cell is responding to. The rods however can work with different wavelengths and thus do not matter when it comes to color. They are responsible for brightness and become active when there is less light. While the cones are active and working we speak of photopic vision, responsible for color sight. Scotopic vision is the terminus for sight in low light and only seeing in shades of gray.   

    \n
    Fig. 2. Eye and retinal profile. Source: Kevinmd
    \n

    As described the human retina has three kinds of cones. Each sensitive to a different wavelength. The following illustrations depicts the relation of wavelength and cones. These three cones together make it possible that we see colors. By combining cones we are able to see over 200 million different colors.  

    \n
    Fig. 3. Spectral sensitivity of the receptor (rods and cones). Source: Wikibooks; Sensory Systems 
    \n

    So when light hits a cone it becomes activated. How does this activation work?
    \n 

    \n

    This is a very complex biochemical process I will try to explain without going too much into detail since we could do several posts just about this process. However we will have a look at the basic.   

    \n

    Both, cones and rods contain a light-sensitive receptor protein called Rhodopsin, also known as visual purple. Under the influence of light Rhodopsin decomposes into Opsin and trans-Retinal. This process repeats and creates a cascade. The end of the processes results in regulating a molecule named Glutamat. The cells behind the retina turn these signals into nerve impulses to make it processable for the human brain.   

    \n


    \n

    Thank you for reading the first part of Life Explorers - The Human Senses, Don't miss the next part.
    \nDo you have an questions or suggestions? Want to know about a scientific topic? Leave a comment.
    \n
    \nTim Said

    \n", + "category": "science", + "children": 19, + "created": "2016-09-05T21:02:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s12.postimg.org/64c1pstcd/senseseye.jpg", + "https://s14.postimg.org/uajq64zo1/emspectrumvis.jpg", + "https://s10.postimg.org/isgrqldc9/steemitlogo.png", + "https://s15.postimg.org/eajm6sv8r/prismandrgb.jpg", + "https://s14.postimg.org/5q33u4jup/steemcarrot.jpg", + "https://s21.postimg.org/h90irk9s7/carotene.gif", + "https://s17.postimg.org/uot71t3j3/homolumo.png", + "https://s18.postimg.org/vi5wzz509/retina.jpg", + "https://s17.postimg.org/jxtaq6apr/conesrods.jpg" + ], + "links": [ + "http://www.livescience.com/32344-what-are-x-rays.html", + "http://cdn.kevinmd.com/blog/wp-content/uploads/retina.jpg", + "https://en.wikibooks.org/wiki/Sensory_Systems/Visual_System" + ], + "tags": [ + "science", + "lifeexplorers", + "life", + "nature", + "health" + ], + "users": [ + "dantheman", + "ned" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 88758332960581, + "payout": 734.855, + "payout_at": "2016-09-12T21:02:51", + "pending_payout_value": "734.855 HBD", + "percent_hbd": 10000, + "permlink": "steemit-explorers-the-human-senses-part-i-sight", + "post_id": 1139334, + "promoted": "202.020 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 195 + }, + "title": "Life Explorers - The Human Senses Part I: Sight", + "updated": "2016-09-06T05:35:12", + "url": "/science/@timsaid/steemit-explorers-the-human-senses-part-i-sight" + }, + { + "active_votes": [ + { + "rshares": 566627757523, + "voter": "dantheman" + }, + { + "rshares": 172935370348, + "voter": "highasfuck" + }, + { + "rshares": 979750467824, + "voter": "liondani" + }, + { + "rshares": 3720488193, + "voter": "boy" + }, + { + "rshares": 4516841735, + "voter": "bue-witness" + }, + { + "rshares": 828581067, + "voter": "bunny" + }, + { + "rshares": 65037632700, + "voter": "bue" + }, + { + "rshares": 1993835727, + "voter": "mini" + }, + { + "rshares": 256442875, + "voter": "moon" + }, + { + "rshares": 398407857501, + "voter": "recursive2" + }, + { + "rshares": 405156538906, + "voter": "recursive3" + }, + { + "rshares": 2578424778892, + "voter": "recursive" + }, + { + "rshares": 11606677474, + "voter": "proctologic" + }, + { + "rshares": 747493846, + "voter": "healthcare" + }, + { + "rshares": 1161008754, + "voter": "daniel.pan" + }, + { + "rshares": 5042513512, + "voter": "sammy007" + }, + { + "rshares": 21127702358, + "voter": "hcf27" + }, + { + "rshares": 392330736044, + "voter": "woo7739" + }, + { + "rshares": 303917950005, + "voter": "chitty" + }, + { + "rshares": 345836633, + "voter": "helen.tan" + }, + { + "rshares": 22047833256, + "voter": "nikolai" + }, + { + "rshares": 3366382061, + "voter": "morning" + }, + { + "rshares": 3904360862, + "voter": "ppitonak" + }, + { + "rshares": 177791083963, + "voter": "jamtaylor" + }, + { + "rshares": 8045649981, + "voter": "cryptorune" + }, + { + "rshares": 22595244740, + "voter": "joelinux" + }, + { + "rshares": 5586884897, + "voter": "spaninv" + }, + { + "rshares": 22786454650, + "voter": "teatree" + }, + { + "rshares": 34313430362, + "voter": "james-show" + }, + { + "rshares": 1432715390, + "voter": "murh" + }, + { + "rshares": 917851920, + "voter": "leprechaun" + }, + { + "rshares": 912434705, + "voter": "ranko-k" + }, + { + "rshares": 56501870239, + "voter": "aenor" + }, + { + "rshares": 13177382319, + "voter": "btotherest" + }, + { + "rshares": 10327600289, + "voter": "johnerfx" + }, + { + "rshares": 69909261962, + "voter": "noganoo" + }, + { + "rshares": 2217132176566, + "voter": "stellabelle" + }, + { + "rshares": 6799266998, + "voter": "evan7" + }, + { + "rshares": 233230107272, + "voter": "wingz" + }, + { + "rshares": 13833394447, + "voter": "samether" + }, + { + "rshares": 4387565307, + "voter": "dahaz159" + }, + { + "rshares": 323509837196, + "voter": "kaylinart" + }, + { + "rshares": 128856964990, + "voter": "schro" + }, + { + "rshares": 309032139, + "voter": "bitcoinnational" + }, + { + "rshares": 30230668820, + "voter": "tobixen" + }, + { + "rshares": 179192996861, + "voter": "thedashguy" + }, + { + "rshares": 4045665201, + "voter": "usefree" + }, + { + "rshares": 2799169786, + "voter": "gary-smith" + }, + { + "rshares": 3512092095, + "voter": "mammasitta" + }, + { + "rshares": 4636329916, + "voter": "fuck.off" + }, + { + "rshares": 12972939718, + "voter": "magnebit" + }, + { + "rshares": 5755812898, + "voter": "iloveporn" + }, + { + "rshares": 3490323117, + "voter": "the.bot" + }, + { + "rshares": 7000480953, + "voter": "johnbradshaw" + }, + { + "rshares": 58365810442, + "voter": "norbu" + }, + { + "rshares": 12820500774, + "voter": "bitcoinmeister" + }, + { + "rshares": 4997920619, + "voter": "the.whale" + }, + { + "rshares": 3125302080, + "voter": "sunshinecrypto" + }, + { + "rshares": 55677464852, + "voter": "booja" + }, + { + "rshares": 4258098520, + "voter": "dennygalindo" + }, + { + "rshares": 4959284136, + "voter": "unicornfarts" + }, + { + "rshares": 2737885092, + "voter": "soupernerd" + }, + { + "rshares": 5115172637, + "voter": "vote" + }, + { + "rshares": 14515244254, + "voter": "elyaque" + }, + { + "rshares": 5265412146, + "voter": "kissmybutt" + }, + { + "rshares": 11343270265, + "voter": "r4fken" + }, + { + "rshares": 512168285, + "voter": "steemswede" + }, + { + "rshares": 15963348720, + "voter": "picokernel" + }, + { + "rshares": 7022246224, + "voter": "jholmes91" + }, + { + "rshares": 1646087329, + "voter": "fydel" + }, + { + "rshares": 943863353, + "voter": "nobreku" + }, + { + "rshares": 151052306779, + "voter": "knircky" + }, + { + "rshares": 91676883571, + "voter": "sigmajin" + }, + { + "rshares": 11951646778, + "voter": "ausbitbank" + }, + { + "rshares": 429990873, + "voter": "akareyon" + }, + { + "rshares": 181322915378, + "voter": "freeyourmind" + }, + { + "rshares": 18940589315, + "voter": "fulltimegeek" + }, + { + "rshares": 6198566354, + "voter": "egjoshslim" + }, + { + "rshares": 9117162454, + "voter": "blockchainbilly" + }, + { + "rshares": 15663282979, + "voter": "ashold882015" + }, + { + "rshares": 167157550959, + "voter": "repholder" + }, + { + "rshares": 4564314455, + "voter": "thegoodguy" + }, + { + "rshares": 247212033, + "voter": "swaghetti" + }, + { + "rshares": 5507864316, + "voter": "cryptosi" + }, + { + "rshares": 79012264189, + "voter": "ntomaino" + }, + { + "rshares": 7477138730, + "voter": "noodhoog" + }, + { + "rshares": 2927449570, + "voter": "kell234" + }, + { + "rshares": 399177345, + "voter": "mrshade" + }, + { + "rshares": 11984005559, + "voter": "fundurian" + }, + { + "rshares": 1254384994, + "voter": "vorsseli" + }, + { + "rshares": 123279502731, + "voter": "kevinpham20" + }, + { + "rshares": 120671854452, + "voter": "demotruk" + }, + { + "rshares": 3840860910, + "voter": "adamt" + }, + { + "rshares": 10218475734, + "voter": "kewpiedoll" + }, + { + "rshares": 3021913571, + "voter": "febird" + }, + { + "rshares": 3022743349, + "voter": "bones" + }, + { + "rshares": 147627391, + "voter": "apptrade" + }, + { + "rshares": 2109841036, + "voter": "applesauce" + }, + { + "rshares": 4831185704, + "voter": "masterinvestor" + }, + { + "rshares": 2503443057, + "voter": "stea90" + }, + { + "rshares": 570936521, + "voter": "quigua" + }, + { + "rshares": 463879581, + "voter": "kooshikoo" + }, + { + "rshares": 7617108667, + "voter": "webdeals" + }, + { + "rshares": 17164865565, + "voter": "pinkisland" + }, + { + "rshares": 3052689593, + "voter": "bkkshadow" + }, + { + "rshares": 879507428, + "voter": "mar1978co" + }, + { + "rshares": 478035225, + "voter": "loum" + }, + { + "rshares": 30896278536, + "voter": "williambanks" + }, + { + "rshares": 2688248291, + "voter": "weenis" + }, + { + "rshares": 152695761, + "voter": "vitz81" + }, + { + "rshares": 83547862361, + "voter": "twinner" + }, + { + "rshares": 4887223428, + "voter": "satoshifpv" + }, + { + "rshares": 64903901, + "voter": "lilong" + }, + { + "rshares": 30591994425, + "voter": "myfirst" + }, + { + "rshares": 1838865673, + "voter": "feelapi" + }, + { + "rshares": 2944662227, + "voter": "cjclaro" + }, + { + "rshares": 165604593, + "voter": "snowflake" + }, + { + "rshares": 3138994752, + "voter": "steemleak" + }, + { + "rshares": 133044304, + "voter": "luke490" + }, + { + "rshares": 7190135631, + "voter": "slimjim" + }, + { + "rshares": 9322960051, + "voter": "thebotkiller" + }, + { + "rshares": 3507463169, + "voter": "cmorton" + }, + { + "rshares": 11871680838, + "voter": "cryptos" + }, + { + "rshares": 73603234, + "voter": "sijoittaja" + }, + { + "rshares": 101244129774, + "voter": "helikopterben" + }, + { + "rshares": 1418847949, + "voter": "alexma3x" + }, + { + "rshares": 249904869, + "voter": "jimmytwoshoes" + }, + { + "rshares": 1237440732, + "voter": "gdsprgdd" + }, + { + "rshares": 7130857719, + "voter": "generation.easy" + }, + { + "rshares": 13905458489, + "voter": "mandibil" + }, + { + "rshares": 14291678999, + "voter": "playerdeus" + }, + { + "rshares": 1624044881, + "voter": "ines-f" + }, + { + "rshares": 309692332, + "voter": "codymac40" + }, + { + "rshares": 1103360772, + "voter": "contentjunkie" + }, + { + "rshares": 58645215, + "voter": "dubloon135" + }, + { + "rshares": 305607086, + "voter": "mikehere" + }, + { + "rshares": 9551786749, + "voter": "luminousvisions" + }, + { + "rshares": 55979644, + "voter": "skaraosky" + }, + { + "rshares": 1890040933, + "voter": "leavemealone" + }, + { + "rshares": 115499462203, + "voter": "dan-bn" + }, + { + "rshares": 70310629, + "voter": "siclone23" + }, + { + "rshares": 25835980056, + "voter": "dubi" + }, + { + "rshares": 1565604150, + "voter": "baodog" + }, + { + "rshares": 41962066513, + "voter": "cnfund" + }, + { + "rshares": 75599342, + "voter": "projecthor" + }, + { + "rshares": 206212756, + "voter": "ballinconscious" + }, + { + "rshares": 68932158, + "voter": "whatsup" + }, + { + "rshares": 53873853, + "voter": "mike1911" + }, + { + "rshares": 329313117, + "voter": "robotev2" + }, + { + "rshares": 55773949, + "voter": "alyssasanders" + }, + { + "rshares": 78982323, + "voter": "thefinanceguy" + }, + { + "rshares": 50182215, + "voter": "sageboba" + }, + { + "rshares": 818498504, + "voter": "robotev" + }, + { + "rshares": 1626480492, + "voter": "nil1511" + }, + { + "rshares": 72030714, + "voter": "rawbeing" + }, + { + "rshares": 4191984521, + "voter": "airmike" + }, + { + "rshares": 112287621, + "voter": "comeup" + }, + { + "rshares": 673845983, + "voter": "reddust" + } + ], + "author": "leavemealone", + "author_payout_value": "0.000 HBD", + "author_reputation": 45.25, + "beneficiaries": [], + "blacklists": [], + "body": "As we all sit here trying to build steem and support the project, Ned and Dan (two founders of Steemi) are transferring to Poloniex and dumping all over the buy orders killing the price. Why are they doing this? This needs to be stopped!!!\n\n![dumping](https://puu.sh/qWKV3/dde86c2c45.png)\n\nAnyone have any ideas what is going on here? Is it time to get out while we can?", + "category": "steemit", + "children": 116, + "created": "2016-09-01T22:49:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://puu.sh/qWKV3/dde86c2c45.png" + ], + "tags": [ + "steemit", + "market", + "price", + "steem", + "poloniex" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11370017153084, + "payout": 18.273, + "payout_at": "2016-09-08T22:49:21", + "pending_payout_value": "18.273 HBD", + "percent_hbd": 10000, + "permlink": "ned-and-dantheman-dump-50-500-steem-on-market-today-wtf-is-going-on", + "post_id": 1091486, + "promoted": "201.352 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 158 + }, + "title": "@ned & @dantheman DUMP 50,500 STEEM on Market today! WTF is going on?!", + "updated": "2016-09-01T22:49:21", + "url": "/steemit/@leavemealone/ned-and-dantheman-dump-50-500-steem-on-market-today-wtf-is-going-on" + }, + { + "active_votes": [ + { + "rshares": 4264801627311, + "voter": "wang" + }, + { + "rshares": 6355020214373, + "voter": "steemit200" + }, + { + "rshares": 210935138158, + "voter": "steem-id" + }, + { + "rshares": 4513752148837, + "voter": "au1nethyb1" + }, + { + "rshares": 10777629083, + "voter": "proctologic" + }, + { + "rshares": 392405354610, + "voter": "woo7739" + }, + { + "rshares": 23476395882, + "voter": "yefet" + }, + { + "rshares": 404897958, + "voter": "paco-steem" + }, + { + "rshares": 4615942497, + "voter": "spaninv" + }, + { + "rshares": 36761459891, + "voter": "james-show" + }, + { + "rshares": 3148612688, + "voter": "jerome-colley" + }, + { + "rshares": 976605325, + "voter": "coar" + }, + { + "rshares": 1432543138, + "voter": "murh" + }, + { + "rshares": 469385562681, + "voter": "cyber" + }, + { + "rshares": 316201719, + "voter": "stiletto" + }, + { + "rshares": 12858141661, + "voter": "primus" + }, + { + "rshares": 52123584116, + "voter": "booja" + }, + { + "rshares": 7907158390, + "voter": "kakradetome" + }, + { + "rshares": 320412905, + "voter": "steemswede" + }, + { + "rshares": 6444619088, + "voter": "qamarpinkpanda" + }, + { + "rshares": 3472486489, + "voter": "owdy" + }, + { + "rshares": 154306980856, + "voter": "knircky" + }, + { + "rshares": 36245526538, + "voter": "biophil" + }, + { + "rshares": 3748211699, + "voter": "karen13" + }, + { + "rshares": 8368454072, + "voter": "deviedev" + }, + { + "rshares": 1282893744, + "voter": "vorsseli" + }, + { + "rshares": 19174335590, + "voter": "mustafaomar" + }, + { + "rshares": 1501784652, + "voter": "fubar-bdhr" + }, + { + "rshares": 28355737154, + "voter": "royaltiffany" + }, + { + "rshares": 10210797077, + "voter": "exyle" + }, + { + "rshares": 171701958057, + "voter": "jl777" + }, + { + "rshares": 435478790, + "voter": "kooshikoo" + }, + { + "rshares": 15699815948, + "voter": "proto" + }, + { + "rshares": 14043989668, + "voter": "pinkisland" + }, + { + "rshares": 2338655401, + "voter": "ace108" + }, + { + "rshares": 2991165818, + "voter": "bkkshadow" + }, + { + "rshares": 26465755082, + "voter": "williambanks" + }, + { + "rshares": 7849492736, + "voter": "taker" + }, + { + "rshares": 165769057, + "voter": "snowflake" + }, + { + "rshares": 3138994752, + "voter": "steemleak" + }, + { + "rshares": 97274422829, + "voter": "helikopterben" + }, + { + "rshares": 764960163, + "voter": "telos" + }, + { + "rshares": 57930015, + "voter": "success43" + }, + { + "rshares": 11628203002, + "voter": "hilarski" + }, + { + "rshares": 586319380, + "voter": "runridefly" + }, + { + "rshares": 172932392, + "voter": "ezrabcs" + }, + { + "rshares": 69498750, + "voter": "uziriel" + }, + { + "rshares": 7034398796, + "voter": "davidbrogan" + }, + { + "rshares": 3640096656, + "voter": "ericbotticelli" + }, + { + "rshares": 17334568050, + "voter": "oldstone" + }, + { + "rshares": 615797359, + "voter": "nebcat" + }, + { + "rshares": 13680199584, + "voter": "bluehorseshoe" + }, + { + "rshares": 197982642374, + "voter": "asksisk" + }, + { + "rshares": 9213852022, + "voter": "goose" + }, + { + "rshares": 51454384, + "voter": "wanglai" + }, + { + "rshares": 55976796, + "voter": "drac59" + } + ], + "author": "pinkisland", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.17, + "beneficiaries": [], + "blacklists": [], + "body": "\n

                                                      

    \n

             Behind the desk, every student sits and observes every teacher and how they address the lesson. They look at one figure inside the class within their vision and that make the view limited in their eyes. But let switch the roles and try to see how the teacher look at their student in that big vision. Looking to a speaker is different than observing the reader. Chapter one in the book \u201cTeachers, Schools, and Society\u201d by David Miller Sadker and Karen R. Zittleman, discuss how teacher scenery is different from that of student and it guides the reader to find the positive and negative points for a teacher to encounter in his career; it will help reader to discover whether they should complete aiming for to become a teacher.

    \n

             The goal for every reader is to find and choose the best career that will find happiness and bring the joy while practicing it. That\u2019s what makes the chapter more comfortable to read in; it didn\u2019t force the material on the reader but instead, it gives suggestions and real life examples about how being a teacher would look like. \u201cYou be the Judge\u201d is whole examples for a student to know how being a teacher could have a negative or positive impact on their lives, and it\u2019s a good way to them clarify their position whether to continue with being a teacher as a career meant to them or not convinced by. Also, there was a survey in the chapter that shows how many teachers get paid yearly in different states; it\u2019s a good side to the students to know that being a teacher could provide a decent life for them as a job.

    \n

             Teachers need to have a bunch of specification in orders to be called a successor. Preparing a teacher to this career and guiding them to be effective to his class is an important step that could impact the whole future of both teachers and learner. That idea of preparation considers as an informative process and not implicit, and it\u2019s a good topic that's been clarified in that chapter. Moreover, another idea that been addressed at the end of the chapter is how the student could improve his skills and concepts of the learning process before graduation, and that been shown with listing several steps that the student should put into consideration in order to become successful and creative. It does not only help the learner himself in the long run but also give a chance to make his future classes more creative and cooperative at the time. For instance, some of the steps say that the teacher should study their courses that the handle carefully and planned for them ahead to make sure it\u2019s clear to him and would be to students at the time. Also, they should have a good impression during their learning process and to keep on building it on. That\u2019s how a student could have some ideas to consider and to begin with if they are struggling with what to start with or improve while they are still learning about their career.

    \n

             Students should figure out if the teaching career is the one that meant to them and they will enjoy practicing end for most of their life. That chapter did a good job in discussing some topic that will help the student take their decision regarding this career and if they willing to take that challenge and start filling and building their knowledge. It does not only help the student to become successful teachers but also prepare them to make a more bright future for the generation they will be willing to teach, and to be creative with their work and thoughts. So, after knowing and considering what a teacher need to handle and think of, the student will start to find their own way to teach and make their job process different from other teachers they encounter before. 

    \n


    \n", + "category": "writing", + "children": 7, + "created": "2016-09-02T01:14:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.onionstatic.com/onion/2738/1/16x9/565.jpg" + ], + "tags": [ + "writing", + "analysis", + "steemit", + "life" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 17239525786043, + "payout": 37.412, + "payout_at": "2016-09-09T01:14:12", + "pending_payout_value": "37.412 HBD", + "percent_hbd": 10000, + "permlink": "teaching-as-a-career-or-analysis-of-the-book-teachers-schools-and-society", + "post_id": 1092931, + "promoted": "200.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 56 + }, + "title": "Teaching As A Career | Analysis of the Book : \u201cTeachers, Schools, and Society\u201d", + "updated": "2016-09-02T01:14:12", + "url": "/writing/@pinkisland/teaching-as-a-career-or-analysis-of-the-book-teachers-schools-and-society" + }, + { + "active_votes": [ + { + "rshares": 10188876905486, + "voter": "dantheman" + }, + { + "rshares": 3830035846987, + "voter": "silversteem" + }, + { + "rshares": 3720292037, + "voter": "boy" + }, + { + "rshares": 215423119821, + "voter": "steem-id" + }, + { + "rshares": 4516598968, + "voter": "bue-witness" + }, + { + "rshares": 828540282, + "voter": "bunny" + }, + { + "rshares": 65013129899, + "voter": "bue" + }, + { + "rshares": 1993734736, + "voter": "mini" + }, + { + "rshares": 256433164, + "voter": "moon" + }, + { + "rshares": 731040242281, + "voter": "pfunk" + }, + { + "rshares": 747456946, + "voter": "healthcare" + }, + { + "rshares": 1160950489, + "voter": "daniel.pan" + }, + { + "rshares": 392405354610, + "voter": "woo7739" + }, + { + "rshares": 285682873005, + "voter": "chitty" + }, + { + "rshares": 345823038, + "voter": "helen.tan" + }, + { + "rshares": 1432554801, + "voter": "murh" + }, + { + "rshares": 399788237, + "voter": "applecrisp" + }, + { + "rshares": 1460925170254, + "voter": "sean-king" + }, + { + "rshares": 221213340693, + "voter": "kimziv" + }, + { + "rshares": 11592975842, + "voter": "magnebit" + }, + { + "rshares": 67555883079, + "voter": "razvanelulmarin" + }, + { + "rshares": 392842631094, + "voter": "fyrstikken" + }, + { + "rshares": 261495678, + "voter": "ladyclair" + }, + { + "rshares": 3125302080, + "voter": "sunshinecrypto" + }, + { + "rshares": 61289877049, + "voter": "lehard" + }, + { + "rshares": 154306980856, + "voter": "knircky" + }, + { + "rshares": 89328435008, + "voter": "sigmajin" + }, + { + "rshares": 152897742927, + "voter": "jacor" + }, + { + "rshares": 2212025362, + "voter": "johnnydollar" + }, + { + "rshares": 36245526538, + "voter": "biophil" + }, + { + "rshares": 1282893744, + "voter": "vorsseli" + }, + { + "rshares": 37122522843, + "voter": "mynameisbrian" + }, + { + "rshares": 19174335590, + "voter": "mustafaomar" + }, + { + "rshares": 12483663020, + "voter": "pinkisland" + }, + { + "rshares": 2461729572, + "voter": "ace108" + }, + { + "rshares": 12032742765, + "voter": "sisterholics" + }, + { + "rshares": 26465755082, + "voter": "williambanks" + }, + { + "rshares": 159607688, + "voter": "naomi-louise" + }, + { + "rshares": 250847007495, + "voter": "laonie" + }, + { + "rshares": 7631325795, + "voter": "myfirst" + }, + { + "rshares": 262882640828, + "voter": "somebody" + }, + { + "rshares": 9839187353, + "voter": "flysaga" + }, + { + "rshares": 58103637174, + "voter": "midnightoil" + }, + { + "rshares": 3138994752, + "voter": "steemleak" + }, + { + "rshares": 28138748642, + "voter": "xiaohui" + }, + { + "rshares": 314141984, + "voter": "rusteller" + }, + { + "rshares": 1775190239, + "voter": "xiaokongcom" + }, + { + "rshares": 687222192, + "voter": "future24" + }, + { + "rshares": 9157721462, + "voter": "xianjun" + }, + { + "rshares": 603283562, + "voter": "microluck" + }, + { + "rshares": 61110411, + "voter": "razberrijam" + }, + { + "rshares": 97274422829, + "voter": "helikopterben" + }, + { + "rshares": 7816453178, + "voter": "johnnyyash" + }, + { + "rshares": 57930015, + "voter": "success43" + }, + { + "rshares": 10290925854, + "voter": "hilarski" + }, + { + "rshares": 1773143509, + "voter": "shadowspub" + }, + { + "rshares": 23001901442, + "voter": "daut44" + }, + { + "rshares": 282840398, + "voter": "vonpetro" + }, + { + "rshares": 477616797, + "voter": "mindhunter" + }, + { + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "rshares": 269346417, + "voter": "serioustruth" + }, + { + "rshares": 2238227885, + "voter": "jillwirt" + }, + { + "rshares": 75599342, + "voter": "projecthor" + }, + { + "rshares": 66091870, + "voter": "rynow" + }, + { + "rshares": 51578525, + "voter": "lennex" + }, + { + "rshares": 55976796, + "voter": "drac59" + }, + { + "rshares": 2169778252, + "voter": "puffin" + }, + { + "rshares": 50828978, + "voter": "mocat15" + } + ], + "author": "serioustruth", + "author_payout_value": "0.000 HBD", + "author_reputation": 53.24, + "beneficiaries": [], + "blacklists": [], + "body": "\n

    Yesterday I added a really crappy post on Steemit. Although it was a bit of a negative post, I received some positive feedback. I realised that I have been looking at Steemit from the wrong perspective. 

    \n

    \n

    You see... I am a teacher, and to look at something from a teacher's perspective, is totally different than looking at something from a parent's point of view, or even a fellow steemit writer.  I would like to thank @RHW for listening, and I am very glad to be part of this community. Many projects are being launched,  and the whales are putting in a lot of effort to notice the new aspiring writers.

    \n

    I have changed my view on things now,  I make a point to read as many posts as possible. I comment if needed, and I upvote a post if I find it interesting. We are not in a race here. We are after all in the business of finding new undiscovered talent and to be heard. Now, also said, that what interests me, might not be interesting to you at all. 

    \n

    What I have noticed is that there are quite a few nasty people on steemit. I am certainly not going to call them by their names, but I really feel sorry for these people, as they would not give someone the time of day.

    \n

    I felt very offended by some of the comments made about my post, but realised that negative feedback can be changed into a positive view. 

    \n

    I do not promote or upvote a post just for the sake of upvoting. 

    \n

    I  do my fair share by reading as many posts as possible about my interests. Now, also said, that what interests me, might not be interesting to you at all. 

    \n

    But people are just people.............people should try and upvote the good posts and promote these writers, so we can have new and exciting reading material here on Steemit. 

    \n

    If you do not succeed today, tomorrow is a new day. Try harder. Do not let negative comments make you lose your way. Don't give up. Stay positive. 

    \n

    Because if you are noticed by the right person, then your posts will mean something. Then you will have a voice.

    \n

    I am totally up for a good debate and if you don't agree with me on posts, then feel free to contact me and we can discuss your opinion. Everyone is entitled to their own opinion. If you like my posts please follow me on@serioustruth
    \nTogether we can change the world. Feel free to share or promote my posts. I want to make a difference to the way people think.

    \n

     \u2764Keep on steeming!

    \n", + "category": "success", + "children": 12, + "created": "2016-09-01T23:53:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s20.postimg.org/m18fyrqb1/download_1.png" + ], + "links": [ + "https://steemit.com/@serioustruth" + ], + "tags": [ + "success", + "steemit", + "life" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 19268044087375, + "payout": 46.997, + "payout_at": "2016-09-08T23:53:00", + "pending_payout_value": "46.997 HBD", + "percent_hbd": 10000, + "permlink": "why-we-can-all-succeed-in-life", + "post_id": 1092128, + "promoted": "200.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 68 + }, + "title": "Why we can all succeed in life", + "updated": "2016-09-02T00:01:33", + "url": "/success/@serioustruth/why-we-can-all-succeed-in-life" + }, + { + "active_votes": [ + { + "rshares": 6865708718794, + "voter": "xeldal" + }, + { + "rshares": 8391155265950, + "voter": "pharesim" + }, + { + "rshares": 3188661987634, + "voter": "lafona-miner" + }, + { + "rshares": 2237699549801, + "voter": "samupaha" + }, + { + "rshares": 6043095568756, + "voter": "enki" + }, + { + "rshares": 416502630611, + "voter": "lafona" + }, + { + "rshares": 1066502666030, + "voter": "delegate.lafona" + }, + { + "rshares": 320974092378, + "voter": "lafona5" + }, + { + "rshares": 3820544781800, + "voter": "wang" + }, + { + "rshares": 3099309721, + "voter": "boy" + }, + { + "rshares": 3762638572, + "voter": "bue-witness" + }, + { + "rshares": 697337991, + "voter": "bunny" + }, + { + "rshares": 54024389057, + "voter": "bue" + }, + { + "rshares": 1660983664, + "voter": "mini" + }, + { + "rshares": 213666660, + "voter": "moon" + }, + { + "rshares": 34042532834, + "voter": "aizensou" + }, + { + "rshares": 622745754, + "voter": "healthcare" + }, + { + "rshares": 967227764, + "voter": "daniel.pan" + }, + { + "rshares": 21561714956, + "voter": "dedriss" + }, + { + "rshares": 288146820, + "voter": "helen.tan" + }, + { + "rshares": 11534784730, + "voter": "dave-hughes" + }, + { + "rshares": 1007351350, + "voter": "fkn" + }, + { + "rshares": 37107803041, + "voter": "james-show" + }, + { + "rshares": 330891318789, + "voter": "teamsteem" + }, + { + "rshares": 1326334522, + "voter": "elishagh1" + }, + { + "rshares": 9650753116, + "voter": "richman" + }, + { + "rshares": 3540844593, + "voter": "jerome-colley" + }, + { + "rshares": 7574954620, + "voter": "kefkius" + }, + { + "rshares": 14461373144, + "voter": "cian.dafe" + }, + { + "rshares": 76817142068, + "voter": "asch" + }, + { + "rshares": 562838812114, + "voter": "cyber" + }, + { + "rshares": 254728253114, + "voter": "billbutler" + }, + { + "rshares": 20539948938, + "voter": "thecryptofiend" + }, + { + "rshares": 37511548124, + "voter": "justtryme90" + }, + { + "rshares": 9361058328, + "voter": "johnerfx" + }, + { + "rshares": 75001199923, + "voter": "noganoo" + }, + { + "rshares": 845745510, + "voter": "sunnyray" + }, + { + "rshares": 107750896479, + "voter": "kenny-crane" + }, + { + "rshares": 199343900741, + "voter": "will-zewe" + }, + { + "rshares": 1295463489, + "voter": "fjccoin" + }, + { + "rshares": 1487859268399, + "voter": "sean-king" + }, + { + "rshares": 86220818173, + "voter": "kimziv" + }, + { + "rshares": 78303382465, + "voter": "leta-blake" + }, + { + "rshares": 5298507505, + "voter": "svamiva" + }, + { + "rshares": 404148397580, + "voter": "fyrstikken" + }, + { + "rshares": 237530501, + "voter": "ales" + }, + { + "rshares": 3447344111, + "voter": "michaellamden68" + }, + { + "rshares": 204013843843, + "voter": "asmolokalo" + }, + { + "rshares": 4614780233, + "voter": "steamit" + }, + { + "rshares": 32544390735, + "voter": "hitmeasap" + }, + { + "rshares": 127352923071, + "voter": "chhayll" + }, + { + "rshares": 13192961002, + "voter": "auxon" + }, + { + "rshares": 573324811634, + "voter": "juneaugoldbuyer" + }, + { + "rshares": 268679076, + "voter": "steemswede" + }, + { + "rshares": 215319310, + "voter": "adamgud" + }, + { + "rshares": 82930683818, + "voter": "derekareith" + }, + { + "rshares": 15941974086, + "voter": "picokernel" + }, + { + "rshares": 231868639, + "voter": "mirspirs" + }, + { + "rshares": 823925676, + "voter": "nobreku" + }, + { + "rshares": 11193710521, + "voter": "ausbitbank" + }, + { + "rshares": 836675772, + "voter": "dicov" + }, + { + "rshares": 298314520, + "voter": "johanniellano" + }, + { + "rshares": 19777501932, + "voter": "akareyon" + }, + { + "rshares": 4300172344, + "voter": "gikitiki" + }, + { + "rshares": 2142200192, + "voter": "bitland" + }, + { + "rshares": 38216574755, + "voter": "biophil" + }, + { + "rshares": 4185538732, + "voter": "karen13" + }, + { + "rshares": 29701247281, + "voter": "jpiper20" + }, + { + "rshares": 384335950, + "voter": "leonir" + }, + { + "rshares": 744526625, + "voter": "thinkngrow" + }, + { + "rshares": 349944185, + "voter": "luisucv34" + }, + { + "rshares": 42932326495, + "voter": "milestone" + }, + { + "rshares": 3270221316, + "voter": "maximkichev" + }, + { + "rshares": 12426328804, + "voter": "nippel66" + }, + { + "rshares": 2976132321, + "voter": "imp3" + }, + { + "rshares": 3409584558, + "voter": "davidr" + }, + { + "rshares": 18771327082, + "voter": "mustafaomar" + }, + { + "rshares": 28727446047, + "voter": "royaltiffany" + }, + { + "rshares": 203718333639, + "voter": "jl777" + }, + { + "rshares": 1076818897, + "voter": "oecp85" + }, + { + "rshares": 207787451268, + "voter": "johnsmith" + }, + { + "rshares": 452080638, + "voter": "quigua" + }, + { + "rshares": 10990758206, + "voter": "winstonwolfe" + }, + { + "rshares": 859954354, + "voter": "happyphoenix" + }, + { + "rshares": 7262356354, + "voter": "webdeals" + }, + { + "rshares": 18455105687, + "voter": "proto" + }, + { + "rshares": 221727119, + "voter": "bitmap" + }, + { + "rshares": 10247978573, + "voter": "sisterholics" + }, + { + "rshares": 5344357822, + "voter": "logic" + }, + { + "rshares": 1993799598, + "voter": "andreynoch" + }, + { + "rshares": 2456070989, + "voter": "belkins" + }, + { + "rshares": 52649085689, + "voter": "gomeravibz" + }, + { + "rshares": 8764708303, + "voter": "taker" + }, + { + "rshares": 731831758, + "voter": "pakisnxt" + }, + { + "rshares": 62607001675, + "voter": "laonie" + }, + { + "rshares": 2648592275, + "voter": "timcliff" + }, + { + "rshares": 29014739933, + "voter": "myfirst" + }, + { + "rshares": 2037352685, + "voter": "roy.batty" + }, + { + "rshares": 102471576654, + "voter": "somebody" + }, + { + "rshares": 3835736527, + "voter": "flysaga" + }, + { + "rshares": 19820536682, + "voter": "midnightoil" + }, + { + "rshares": 7023685973, + "voter": "xiaohui" + }, + { + "rshares": 48570688158, + "voter": "terrycraft" + }, + { + "rshares": 14437662629, + "voter": "capper2016" + }, + { + "rshares": 1438674885, + "voter": "xiaokongcom" + }, + { + "rshares": 56250267, + "voter": "biggdogg" + }, + { + "rshares": 1253580623, + "voter": "villainblack" + }, + { + "rshares": 3236349620, + "voter": "blow" + }, + { + "rshares": 3570064064, + "voter": "xianjun" + }, + { + "rshares": 73603234, + "voter": "sijoittaja" + }, + { + "rshares": 71506742, + "voter": "evgenyche" + }, + { + "rshares": 1145609627, + "voter": "bledarus" + }, + { + "rshares": 83679447269, + "voter": "miacats" + }, + { + "rshares": 63303346, + "voter": "rmach" + }, + { + "rshares": 235318349, + "voter": "microluck" + }, + { + "rshares": 73290501683, + "voter": "helikopterben" + }, + { + "rshares": 68023298566, + "voter": "serejandmyself" + }, + { + "rshares": 801075067, + "voter": "telos" + }, + { + "rshares": 17823984520, + "voter": "yef99" + }, + { + "rshares": 51095992, + "voter": "kamil5" + }, + { + "rshares": 58132384, + "voter": "dobbydaba" + }, + { + "rshares": 5688444338, + "voter": "trev" + }, + { + "rshares": 7913107817, + "voter": "booky" + }, + { + "rshares": 2921015416, + "voter": "cryptovpn" + }, + { + "rshares": 24069417896, + "voter": "daut44" + }, + { + "rshares": 154945190, + "voter": "feminism" + }, + { + "rshares": 55633002031, + "voter": "skum" + }, + { + "rshares": 1200772644, + "voter": "maryfromsochi" + }, + { + "rshares": 23712596958, + "voter": "dubi" + }, + { + "rshares": 93769724, + "voter": "alina1" + }, + { + "rshares": 60796067, + "voter": "steemafon" + }, + { + "rshares": 68442517, + "voter": "projecthor" + }, + { + "rshares": 5550981381, + "voter": "chick1" + }, + { + "rshares": 50523318, + "voter": "aoki" + }, + { + "rshares": 50454788, + "voter": "typingagent" + }, + { + "rshares": 50468091, + "voter": "cwb" + }, + { + "rshares": 50357208, + "voter": "wdeniw" + }, + { + "rshares": 52315645, + "voter": "lexikon082" + }, + { + "rshares": 50878690, + "voter": "bobbybillbob" + }, + { + "rshares": 56535034, + "voter": "benberger" + }, + { + "rshares": 50821675, + "voter": "blck" + } + ], + "author": "sean-king", + "author_payout_value": "0.000 HBD", + "author_reputation": 67.17, + "beneficiaries": [], + "blacklists": [], + "body": "\n
    You shall no longer take things at second or third hand, nor look through the eyes of the dead, nor feed on the specters in books, You shall not look through my eyes either, nor take things from me, You shall listen to all sides and filter them from your self.  --Walt Whitman, Song of Myself 
    \n


    \n
    The whole history of these books [the Gospels] is so defective and doubtful that it seems vain to attempt minute enquiry into it: and such tricks have been played with their text, and with the texts of other books relating to them, that we have a right, from that cause, to entertain much doubt what parts of them are genuine. In the New Testament there is internal evidence that parts of it have proceeded from an extraordinary man; and that other parts are of the fabric of very inferior minds. It is as easy to separate those parts, as to pick out diamonds from dunghills.  --Thomas Jefferson, letter to John Adams
    \n


    \n
    There is no coming to consciousness without pain.  --Carl Jung
    \n


    \n


    \n

    _______________________________________________________

    \n

    Redeeming Christ, Part II, Chapter 5, How We Got Our Bibles

    \n


    \n

    Below is Chapter 4 of \"Redeeming Christ\".  Some of what I say below may not make sense unless you've read the Indispensable Introduction, Chapter 1, Chapter 2, Chapter 3 and Chapter 4.  

    \n


    \n

    _______________________________________________________

    \n


    \n

    \n

    (Jefferson's official portrait.  Source:  Wikipedia)

    \n


    \n

    Divine Inspiration

    \n


    \n

    If the earthly Jesus didn\u2019t authorize our Bibles, and if Christians argued for centuries over its makeup, how did history finally settle on \u201cthe\u201d Bible? Well, as we shall come to see, it didn\u2019t. But, to the extent that some modern Literalists believe that there is a single agreed-upon, infallible book of scripture, it is due, in their view, to the concept of \u201cdivine inspiration\u201d\u2014the idea that God\u2019s hand directed both the writing and the compilation of the Bible over hundreds of years.

    \n


    \n

    But, is this idea of divine inspiration a reasonable one? As suggested in the prior chapter, if God had intended for us to look to a history book for our spiritual salvation, he certainly should have, dare I say would have, made his intentions plainer, no? As Professor Ehrman notes:

    \n


    \n
    It is one thing for believers to affirm, on theological grounds, that the decisions about the canon, like the books themselves, were divinely inspired, but it is another thing to look at the actual history of the process and to ponder the long, drawn-out arguments over which books to include and which to reject. The process did not take a few months or years. It took centuries. And even then there was no unanimity. (Lost Christianities at 230)
    \n


    \n


    \n

    Because few lay Christians have ever done so, let\u2019s examine this drawn-out process in more detail. 

    \n


    \n


    \n

    The Gospels

    \n


    \n

    Much of the early arguments over the Bible centered upon which gospels should be included, and which excluded, from the New Testament. After all, as previously noted, there were far more gospels in circulation than merely the four known to our Bibles today:

    \n


    \n
    The greatest difficulty was in choosing the Gospels, and after much controversy, four were chosen: three, those of Matthew, Mark, and Luke, are synopses of Jesus\u2019 life, while John\u2019s Gospel concentrates on a few specific miracles performed by Christ. (Solomon J. Schepps, Foreward to the 1979 edition of Lost Books of the Bible at 9)
    \n


    \n


    \n

    Limiting the Gospels to only four was very important to some early Literalist leaders, although other Literalists and most Gnostics opposed this limitation, and the rationale for it was strained at best. Irenaeus, who we met in the last chapter, was one of the earliest and most vehement proponents of a four gospel canon, arguing that, \u201cit is not possible that there can be more or fewer than four\u201d for \u201c just as there are four regions of the universe, and four principal winds\u201d there must be only four gospels. Though hardly compelling, this rationale has been frequently cited over the centuries. 

    \n


    \n

    Later orthodox Literalists, who ultimately assumed control over the selection process (as we will discuss below), did offer more rational justifications for limiting the gospels to four: They deemed some of the additional ones to be merely supplementary or redundant and therefore unnecessary, while they viewed others, particularly those without a Literalist bent, as outright heretical:

    \n


    \n
    Of the accounts of the life of Jesus that were rejected by the Fathers, many were considered supplementary rather than false. Such was the case with the Gospels of Peter and Nicodemus and the two accounts of Christ\u2019s infancy (I and II Infancy)\u2026.
    \n


    \n

    ***

    \n


    \n
    Peter\u2019s Gospel, which was once held as high as those of Matthew and Mark, and more highly than those of Luke and John, was ultimately rejected because it differs too much in its details from the three chosen synopses. The Gospel of Thomas, one of the Nag Hammadi documents, was rejected for a very different reason. It opens by saying that he who understand the words of Jesus will be saved. This, of course, is in direct contradiction to the chosen Gospels\u2026which say that it is he who believes that will be saved\u2026. (Forward to the 1979 edition of Lost Books of the Bible at 9-10)
    \n


    \n


    \n

    The last of the \u201cchosen\u201d gospels, often called the fourth gospel, was that of John. But the modern reader may be surprised to learn that many early Christians disapproved of it selection:

    \n


    \n
    Even its first generation of readers disagreed as to whether John was a true gospel or a false one\u2014and whether it should be part of the New Testament. John\u2019s defenders among early Christians revered it as the \u201clogos gospel\u201d\u2014the gospel of the divine word or reason (logos, in Greek)\u2014and derided those who opposed it as \u201cirrational\u201d (alogos, lacking reason). Its detractors, by contrast, were quick to point out that John\u2019s narrative differs significantly from those of Matthew, Mark, and Luke. [A]t crucial moments in its account, for example, John\u2019s gospel directly contradicts the combined testimony of the other New Testament gospels. (Elaine Pagels, Beyond Belief: The Secret Gospel of Thomas at 34-35)
    \n


    \n


    \n

    Even so, because it can be bent to a Literalist interpretation, John\u2019s gospel came to be accepted as canon. 

    \n


    \n

    By way of contrast, the Gospel of Peter--a book much prized by most early Christians, rivaling in popularity the Gospels of Matthew and Mark and exceeding Luke and John--was ultimately rejected because it lent itself to a potentially \u201cheretical\u201d interpretation known as docetism. Although it came in a variety of forms, docetism can be understood for purposes of this book as the belief that Christ\u2019s divine nature kept him from experiencing true pain and suffering during his life and death. Serapion (c. 199), the orthodox Bishop of Antioch, (c. 199), concluded that because the Gospel of Peter could be interpreted in a manner inconsistent with orthodox teachings (which held that Jesus suffered in the ordinary sense), it could not have been written by the Apostle Peter. 

    \n


    \n

    While modern scholarship has confirmed that the Gospel of Peter was not written by the historical Peter, Serapion\u2019s rationale for dismissing it should concern those who assert the Bible\u2019s infallibility. Serapion discarded the book simply because he disagreed with it, not because he had any actual evidence or knowledge of forgery. Thus, in Serapion\u2019s approach we see the beginnings of an orthodox \u201clitmus test\u201d for determining the authenticity of early Christian manuscripts\u2014those that largely agreed with the orthodox position, or could be interpreted or easily edited to do so, were frequently held to be authentic, while those that outright contradicted orthodox views were always discarded as forgeries. 

    \n


    \n

    Renowned scholar Bruce M. Metzger, PhD, acknowledges that the compilers of the Bible applied just such a litmus test. According to Metzger, for a book to be considered canonical it must have met three tests:

    \n


    \n

    First, the books must have had apostolic authority\u2014that is, they must have been written either by apostles themselves, who were eyewitnesses to what they wrote about, or by followers of apostles.

    \n


    \n

    [S]econd, there was the criterion of conformity to what was called the rule of faith. That is, was the document congruent with the basic Christian tradition that the [orthodox] church recognized as normative? 

    \n


    \n

    And third, there was the criterion of whether a document had had continuous acceptance and usage by the church at large. [Quoted in The Case For Christ at 66]

    \n


    \n


    \n

    Other scholars have noted that the litmus test came in four parts rather than three, recognizing an additional requirement that the book be \u201cancient\u201d. But regardless, it is the second test, the \u201crule of faith\u201d, that is most intriguing to critical scholars. 

    \n


    \n

    The \u201crule of faith\u201d, sometimes called the \"standard of faith\" rested on the now questionable assumption that the orthodox view of Christianity represented the exclusive authentic tradition. Under this standard, any early Christian document that contradicted the orthodox understanding was considered by the orthodox Literalists of the second and third centuries to be a forgery. For instance, the Gospel of Peter met every prong of the orthodox litmus test noted above save one\u2014the \u201crule of faith\u201d. After all, it was ostensibly written by the Apostle Peter and it was widely used and considered authentic by a great number of Christians, proving itself to be even more popular than Luke or John. The simple fact is that we don\u2019t read the Gospel of Peter in our Bibles today only because parts of it could not be reconciled with certain orthodox teachings and, as we shall see, it was the orthodox who compiled our Bibles. 

    \n


    \n

    Perhaps this rationale for excluding the Gospel of Peter and other books is acceptable to those who take it on faith that the orthodox tradition was the true and complete one, but it is troublesome for those who know otherwise. After all, the reasoning employed by the early orthodox is circular: \u201cWe\u2019re right and they are wrong\u201d, contended the orthodox leaders who compiled our Bibles. \u201cSo those manuscripts that agree with us are obviously authentic, while those that do not are certainly forgeries. Therefore we shall create a collection of the \u2018authentic\u2019 teachings, and then we can point to the authenticity of this collection as proof that our interpretation of Christianity is the right one.\u201d One doesn\u2019t have to be a logician to find the holes in that reasoning.

    \n


    \n


    \n

    The Letters

    \n


    \n

    Not surprisingly, the debate over the Bible wasn\u2019t limited to the Gospels alone, but included the New Testament letters (epistles) as well. Several of the epistles in our present-day Bibles were not well respected by important early Christians, even some Literalist ones. In Origen\u2019s (c. 210) catalogue of New Testament scriptures, the Epistles of James and Jude are omitted, and Origen notes that many Christians were skeptical of 2 Peter and 2 and 3 John. More than a hundred years later, Eusebius (c. 315) states that some Christians of his time still doubted or outright rejected the authenticity of these same five books. Eusebius himself considered Revelation to be spurious. Jerome (c. 382) spoke dubiously of the epistle to the Hebrews. As late as the fifth century, the Syrian church venerated only 22 books, excluding 2 Peter, 2 and 3 John, Jude and Revelation. By contrast, the present day Ethiopian church accepts all twenty-seven books of our present day New Testament, but adds four more. 

    \n


    \n

    The famous fourth century teacher known as Didymus the Blind was among those who believed that 2nd Peter was a forgery. Interestingly though, he cited the Shepard of Hermas and other noncanonical books favorably. 

    \n


    \n

    The last book of the Bible, Revelation, is not included in the various catalogues of the New Testament offered by such notable early Christians as Cyril, Bishop of Jerusalem (c. 340); the Bishops at the Council of Caudices (c. 364); Gregory Nazianzen, Bishop of Constantinople (c. 375); and Philastrius, Bishop of Brixia in Venice (c. 380). 

    \n


    \n

    In short, as late at 400 CE there was no accepted, universal canon of Christian scripture. And, as we shall soon see, there still isn\u2019t even today. 

    \n


    \n


    \n

    Forgery, Forgery Everywhere

    \n


    \n

    Forgery was commonly practiced in ancient times, so early Christians had reason to be skeptical when their opponents pointed to various manuscripts to \"cinch\" their argument. And as we shall see, we have even more reasons to be skeptical of these same manuscripts today. 

    \n


    \n

    Arguing in support of the integrity of our modern Bibles, Literalists often cite the research of critical scholars who have proven many of the excluded texts, such as the once-prized Gospel of Peter, to be forgeries (i.e., it was not really written by the historical Peter). But, these Literalists overlook the fact that these very same scholars have also shown several of our New Testament letters to be forgeries:

    \n


    \n
    Scholars have long recognized that even some of the books accepted into the canon are probably forgeries. Christian scholars, of course, have been loathe to call them that and so more commonly refer to them as \u201cpseudonymous\u201d writings. Possibly this is a more antiseptic term, but its does little to solve the problem of a potential deceit, for an author who attempts to pass off his own writing as that of some other well-know person has written a forgery. That is no less true of the book allegedly written to Titus that made it into the New Testament (Paul\u2019s Letter to Titus) than of the book allegedly written by Titus that did not (Pseudo-Titus), both claiming to be written by apostles (Paul and Titus), both evidently written by someone else. (Ehrman, Lost Christianities at 9)
    \n


    \n


    \n

    In fact, all of Paul\u2019s New Testament \u201cPastoral letters\u201d--1 and 2 Timothy and Titus--are now known to have been written long after Paul\u2019s death, very likely in the late first century.  Among the New Testament books attributed to Paul, only Galatians, 1 and 2 Corinthians, 1 Thessalonians, Philippians, Romans, and Philemon are universally recognized by critical and \u201cfaithful\u201d scholars alike as authentic. Ephesians, Colossians and 2 Thessalonians are sometimes disputed, but the definite consensus of critical scholars is that they are either fabrications or severely edited versions of some now lost originals. 

    \n


    \n

    Although I cannot document here all of the various, compelling reasons why critical scholars are so sure that many New Testament epistles are faked, I will take a moment here discuss the Pastorals. 

    \n


    \n

    In addition to the skepticism expressed by early prominent Christians and church fathers like those noted in the previous section above, the earliest extant catalogue of Paul\u2019s letters makes no mention at all of the Pastorals. Indeed, there is no evidence of their existence prior to c. 190 when Irenaeus conveniently makes mention of them. And yet, even despite these references by Irenaeus, Eusebius (c. 300), the so-called \u201cFather of Church History\u201d, does not include the Pastorals in his catalogue of the books of sacred scripture, even though he definitely knew of them. 

    \n


    \n

    But modern scholars have many additional reasons for doubting the authenticity of the Pastorals. For one, they curiously reference aspects of church structure and hierarchical governance that, although favored by the orthodox, did not exist during Paul\u2019s lifetime. The structure of church governance discussed in the Pastorals (a top-down hierarchy) is in many ways inconsistent and irreconcilable with the organizational structure of Paul\u2019s churches described in his authentic writings (which took a more democratic, bottom-up presbyterian approach).

    \n


    \n

    Additionally, the vocabulary and tone of the Pastorals is curious. They use a number of words not found elsewhere in Paul\u2019s authentic writings, and specifically contradict the teachings of the known authentic writings on many points. Not surprisingly, these points of contradiction typically advance an orthodox understanding of Christianity, with the Pastorals apparently serving to \u201cclarify\u201d those parts of Paul\u2019s authentic writings that lent themselves to a Gnostic, \"heretical\" interpretation. 

    \n


    \n

    For these and other reasons, critical scholars are in near unanimous agreement that the Pastorals are second century forgeries, and rather poor ones at that. 

    \n


    \n


    \n

    Circumstantial Evidence of Forgery

    \n


    \n

    Although the most \u201cfaithful\u201d of Literalist attempt to dispute the direct evidence of forgery noted above--rationalizing, for example, that the unusual vocabulary of the Pastorals might be attributable to the fact that Paul may have dictated his various letters at different times to different scribes who sometimes paraphrased him (while nonetheless perfectly preserving his \"divinely inspired\" message, we are assured)--there can be no dispute on the following point: To advance their cause, certain highly educated proto-orthodox forgers authored letters in the names of the Apostles or their followers, letters that their descendants eventually excluded from the Bible for one reason or another. For example, as mentioned previously, some orthodox sympathizer forged a letter from Titus, now called \u201cPseudo-Titus\u201d (meaning \u201cfalse Titus\u201d), that is not found in our New Testament. Extra-biblical documents forged in the name of the Apostle Paul include 3 Corinthians (created in the second century largely in order to undermine the docetic \u201cheresy\u201d, it was eventually accepted as canonical only by the Armenian church and certain Syrian churches), several letters from Paul to the Roman philosopher Seneca (designed to cast Paul as a great philosopher), and at least one to the church at Laodicea. Yet other known Pauline forgeries are lost to history\u2014we know them only because they are referenced in ancient writings that have been preserved. 

    \n


    \n

    Faithful readers should not be surprised that all these letters were being forged in Paul\u2019s name. After all, 2 Thessalonians (2:2) records that Paul was concerned that people were forging letters in his name even in his own time. However:

    \n


    \n
    In an interesting twist, scholars today are not altogether confident that 2 Thessalonians itself was written by Paul. And so we have a neat irony: either 2 Thessalonians was written by Paul and someone else was producing forgeries in Paul\u2019s name, or 2 Thessalonians itself is a forgery that condemns the production of forgeries in Paul\u2019s name. Either way, someone was forging books in Paul\u2019s name. (Lost Christianities at 10)
    \n


    \n


    \n

    Although these undisputed forgeries weren\u2019t included in our New Testaments, to the relief of many Literalists, their mere existence casts additional doubt on many of the books that did. These extra-biblical forgeries prove indisputably that some early, highly-educated proto-orthodox sympathizers--members of the very group whose spiritual descendants ultimately organized and canonized the New Testament as Holy Writ (as we shall see)--were ready, willing, and able to employ deceit to advance their cause and to undermine the authority of their Christian opponents, going even so far as to forge letters in the name of key Apostles. Even the Catholic Encyclopedia admits as much: \"Both Catholics and Gnostics were concerned in writing these fictions. The former had no motive other than that of pious fraud.\" Gnostic forgeries were then presumably \"impious frauds.\" 

    \n


    \n

    Combine this known and admitted propensity for forgery with the doctrine-based litmus test later adopted by their descendants for purposes determining the authenticity of ancient Christian documents, and it would be a divinely inspired miracle indeed if some forgeries didn\u2019t make it into our New Testaments. 

    \n


    \n

    So, even if we ignore the all-but-conclusive direct evidence of forgery within our New Testament, we have compelling circumstantial evidence as well: We know with certainty that the Literalist Church had the means to commit forgery, as evidenced by, among other things, their extant forgeries that did not make it into the New Testament. We also know that the Literalists had the motive to forge documents and include them in the canon (e.g., by forging documents in Apostles\u2019 names and designating those documents as the infallible Word of God, Literalists would gain an advantage in the battles for the heart and soul of early Christianity). Finally, Literalists had the opportunity to include forged documents in the Bible: A century or two after these documents were forged, the spiritual descendants of these Literalist forgers attempted to \"close the cannon\" and adpoted a doctrine-based litmus test of authenticity that all but assured some forged documents would be canonized. 

    \n


    \n

    In light of this evidence, it is only the most \u201cfaithful\u201d of Christians who deny that parts of the New Testament are obvious forgeries. Sadly, such \u201cfaithfulness\u201d borders on irrationality: It is not merely \u201cevidence of things unseen\u201d (as Paul defined faith), but the irrational rejection of things seen plainly. It is not merely an acceptance of the unprovable, but acceptance in spite of overwhelming evidence to the contrary. Why should anyone have such faith? More importantly, why would a benevolent, loving God have made such irrational faith a precondition of salvation? I can think of no reason at all, but I can, and have, identified many reasons why less than benevolent, power-driven humans did so. 

    \n


    \n


    \n

    Bibles, Bibles Everywhere

    \n


    \n

    Even if we ignore the known forgeries in the New Testament, there are many other problems with Literalist claims of the Bible's infallibility. One is that, as previously alluded, there is simply no such thing as the Bible. Over centuries what we now call the Bible has undergone numerous changes, and \"the\" church has never enjoyed a definitive version. For example, the identity of the books comprising the Old Testament has changed over the years, the Apocrypha was dropped from the Protestant Bible altogether after the Council of Trent (1545-1563) and, as we have seen, the books of the New Testament weren\u2019t fixed until the late fourth century or early fifth century, and even then there still wasn\u2019t complete unanimity in Christendom. The Catholic Encyclopedia admits, \"The idea of a complete and clear-cut canon of the New Testament existing from the beginning...has no foundation in history.\" 

    \n


    \n

    Another problem with claims of biblical infallibility is that, even today (and ignoring disputes over which books are canonical) we have numerous versions of \u201cthe\u201d Bible. Just since the King James Version was first published in the early 1600\u2019s, English speaking peoples have seen more than three hundred English translations of the Bible alone! A trip to the local bookstore will acquaint the reader with some of these, and a somewhat more comprehensive listing can be found here.

    \n


    \n

    So, why the need for so many Bibles?

    \n


    \n

    Well, different versions exist for two primary reasons: (1) scholars disagree about which of the ancient manuscripts should be translated into our modern Bibles, and (2) translators disagree as to how to properly translate a given manuscript into a language understandable by modern audiences. Let\u2019s discuss each of these disagreements, beginning with the last one first.

    \n


    \n


    \n

    Difficult Translations

    \n


    \n

    Jesus and his immediate followers, like most Jews of Palestine for centuries before them, spoke Aramaic, a language that is all but dead today. However, the oldest complete New Testament manuscripts still in existence are all written in an ancient form of Greek, called \u201cKoine\u201d, and all of these oldest manuscripts are \u201cuncials\u201d, meaning that they are written in only capital Greek letters with no spaces between words, no line breaks, and almost no punctuation marks\u2014i.e., no periods, no commas, no page breaks, and no exclamation points. 

    \n


    \n

    These facts are important for several reasons. First, they demonstrate that, with only a few exceptions, even the oldest existing copies of the New Testament capture the words of Jesus and the Apostles only in translated form. We do not know the actual words that were originally spoken by Jesus and his Apostles in Aramaic, rather we have only a Greek hearsay translation. And, unfortunately, something is always lost in translation: As Rabbi Judah eloquently stated, \u201cHe who translates a biblical verse literally is a liar, but he who elaborates on it is a blasphemer.\u201d 

    \n


    \n

    The translator\u2019s job is to express in language understandable to his audience the meaning of words originally spoken or written by someone else using a different language. Given linguistic differences in grammar, syntax, punctuation and figures of speech, this is no easy task under the best of circumstances\u2014but, Bible translators face additional complications. NAMELYTHEYARECHARGEDWITHACCURATELYTRANSLATINGANCIENTMANUSCRIPTSTHATAREWRITTENINALLCAPSDEVOIDOFPUNTUATIONORSPACESANDTHATWEREWRITTENTHOUSANDSOFYEARSAGOINLANGUAGEORDIALECTSTHATHAVEBEENDEADFORCENTURIES.

    \n


    \n

    If that last \"all caps\" sentence didn\u2019t make any sense, it is only because I wrote it in uncial form in hopes of giving the reader some appreciation for the difficult task of translating ancient uncials. Here\u2019s what I actually said: \u201cNamely they are charged with accurately translating ancient manuscripts that were written in all caps, which are virtually devoid of punctuation marks or spaces, and that were written thousands of years ago in languages or dialects that have been dead for centuries.\" If the reader had difficulty making sense of the \"all caps\" phrase above (even though it was written in modernEnglish), imagine how much greater the difficulty of interpreting a dead, foreign language written in such a manner. 

    \n


    \n

    The first step in any translation of an ancient document is to develop an understanding of the original author\u2019s intent. As anyone who has ever attempted to interpret a document knows, this is more art than science, especially when the original author has been dead for two millennia, came from a foreign culture, and spoke a dead language. Given the difficultly that each present day generation has in understanding the next one (and vice versa), imagine how much more difficult it must be for a modern translator to truly see the world through the eyes of a first century writer from another culture. 

    \n


    \n

    In short, despite their best efforts, a translator\u2019s presuppositions (paradigms) affect his or her understanding of the original writer\u2019s intent, and therefore taint his or her interpretation of the original writer\u2019s words. The Preface to the New King James Version of the Bible, which is itself \u201cthe fifth revision of a historic document translated from specific Greek texts\u201d, is to be commended for acknowledging as much explicitly:

    \n


    \n
    [T]he most important differences in the English New Testaments of today are due\u2026to the way in which translators view the task of translation: How literally should the [original] text be rendered? How does the translator view the matter of biblical inspiration? Does the translator adopt a paraphrase when a literal rendering would be quite clear and more to the point?\u201d [parentheticals and emphasis added]
    \n


    \n


    \n

    In other words, as the preface to the New King James version makes clear, the meaning of the translated Bible varies according to the particular translator\u2019s presuppositions, including whether or not the translator presupposes that the Bible is a spiritual book written by mortals, or a divinely inspired book of history. Or, said another way, the Paradigm of Historicity affects the translation! In this manner, centuries of translator bias (until very recently, almost exclusively Literalist ones) have been not-so-subtly incorporated into the substance of the most Bible versions available to us today. We will expose many of these as we proceed. 

    \n


    \n

    Assuming a translator can overcome the first challenge of truly understanding the intent of the original writer, the second step in translation is to then render the that understanding in language comprehensible to the translator\u2019s audience. The Christian William Tyndale was the first translator to offer an English Bible (c. 1526) derived from the most ancient Greek manuscripts available at the time (rather than later Latin manuscripts that had served as the basis for most previous translations). For this, he was eventually burned at the stake for heresy. Even so, many of his words survive to this day. It was Tyndale who, via artful translation, created from whole cloth many of the most memorable words and phrases found in our modern Bibles:

    \n


    \n
    It was Tyndale who established \u2026that the Bible should not be in the language of scholars but in the spoken language of the people. [H]e coined such words as \u201cPassover,\u201d \u201cscapegoat,\u201d \u201cmercy seat,\u201d and \u201clong-suffering.\u201d
    \n

    \n
    Many expressions of Tyndale are also unforgettable, cherished by countless readers of the English Bible: \u201cthe kingdom of heaven is at hand\u201d (Matt. 3:2); \u201cthe pinnacle of the temple\u201d (Matt. 4:5); \u201cthe salt of the earth\u201d (Matt. 5:13); \u201cdaily bread\u201d (Matt. 6:11); \u201cConsider the lilies of the field, how they grow\u201d (Matt. 6:28); \u201cmeek and lowly in heart\u201d (Matt 11:29); \u201cshepherds abiding in the field\u201d (Luke 2:8); \u201ceat, drink, and be merry\u201d (Luke 12:19); \u201cfatted calf\u201d (Luke 15:23); \u201conly begotten son\u201d (John 1:14, 18); \u201cin my Father\u2019s house are many mansions\u201d (John 14:2); \u201cin whom we live and move and have our being\u201d (Acts 17:28); \u201cGod forbid\u201d (Rom 3:4); \u201csounding brass\u201d and \u201ctinkling cymbal\u201d (1 Cor. 13:1); \u201cin the twinkling of an eye\u201d (1 Cor. 15:52); \u201csinging and making melody (Eph. 5:19); \u201coffice of a bishop\u201d (1 Tim. 3:1); \u201cthe pleasures of sin for a season\u201d (Heb. 11:25); \u201can advocate with the Father\u201d (1 John 2:1); and \u201cBehold, I stand at the door and knock\u201d (Rev 3:20). (How We Got the Bible at 178-179)
    \n


    \n

    Despite their familiarity, the above expressions do not appear in the original Greek, at least not in so many words: 

    \n


    \n
    [I]t is noteworthy that these expressions could have been translated differently from the Greek text, yet because Tyndale had such an ear for the English language, these [para]phrases live on. [parentheticals added]. (How We Got the Bible at 179)
    \n


    \n

    In short, as previously stated, something is always lost (and sometimes added)in translation. 

    \n


    \n


    \n

    An Important Diversion to Discuss Misleading Translations 

    \n


    \n

    Before moving on to discuss the second primary reason that there are so many versions of the Bible\u2014namely, disagreements over which ancient documents to translate,--its worth pausing here to explore the significance of translator bias. Until very recently, virtually all Bible translations were overseen by committed Christians steeped in the Literalist, orthodox tradition. Even most of the so-called heretics of the last thousand years were, like William Tyndale, Literalists. Consequently, the Paradigm of Historicity, and all orthodox doctrines derived therefrom, weighed heavily on their efforts, and the biases of these original translators have influenced subsequent translations ever since. 

    \n


    \n

    Translators who presuppose that the Bible is the \u201cinspired\u201d word of God naturally \u201cview the task of translation\u201d, if only unconsciously, as supporting this idea. Such translators assume that God\u2019s inspired Word simply can\u2019t contradict itself or contain error. Thus, centuries of translators have adopted interpretations and translations that seek to reconcile or downplay inconsistencies or discrepancies that are evident in the original tongue. For example:

    \n


    \n
    All of the Gospels present but one view of Jesus, that he is the Son of God. Yet in presenting this view their individual descriptions of him and his sayings often employ different words. Through the years, these verbal distinctions, either intentionally or unintentionally, tended to be \u201charmonized\u201d by the scribes. Thus it is a sound conclusion that in parallel accounts the text which preserves the minute verbal differences is generally the [more authentic] text. (How We Got the Bible at 93)
    \n


    \n


    \n

    The result of this translator and scribal bias for consistency is that some parts of our modern Bibles appear to modern readers to be more of a coherent whole than they actually are, while other parts appear to less of a whole than they should. The following pages will provide numerous examples of the former, but here I will note one very basic example of the latter: 

    \n


    \n

    \u201cJesus\u201d is the Greek rendering of the Hebrew name \u201cJoshua\u201d, meaning \u201csavior.\u201d It was a very common name among first century Jews. And yet it has become customary among translators to render the name of the Old Testament hero of Exodus as \u201cJoshua\u201d and that of the New Testament hero of the same name as \u201cJesus\u201d. Inconsistently translating these names adds to Jesus\u2019 uniqueness while at the same time obscuring certain similarities in the lives and actions of the two biblical heroes that may otherwise be obvious. The differing nomenclature discourages the reader from drawing analogies between the lives of the two figures, analogies that the authors of the gospels almost certainly intended. 

    \n


    \n

    Translator bias has also served to obscure some striking similarities between the New Testament and other Gnostic scriptures. The Bible is almost always rendered in the familiar \u201cchurch speak\u201d originally adopted by Literalist translators over the centuries. However, it\u2019s important to understand that identical Greek words and ideas appearing in surviving Gnostic writings are typically rendered in unfamiliar \u201cpagan\u201d, heretical language, or simply left un-translated altogether, making these works seem more foreign, bizarre, and incredible than they should. To illustrate the point, let\u2019s consider just how strange, dare I say Gnostic, parts of the New Testament sound if we translate them from the Greek using the same principles often employed when translating Gnostic manuscripts.

    \n


    \n

    The Greek word for wisdom is \u201cSophia\u201d, which is also the name of the Greek goddess that personified the same. In Gnostic mythology, Sophia was the companion and lover of the Logos (often translated as \u201cword\u2019, which we will discuss more below), which all Christians equate with Christ (thanks to the opening chapter of the fourth gospel). This may be one reason why translators almost always translate the Greek word \u201cSophia\u201d as simply \u201cwisdom\u201d in the New Testament, but as \u201cSophia\u201d in most Gnostic texts. But is such inconsistent treatment justified? What happens, for example, when we translate some familiar Bible passages using principals of translation traditionally applied to Gnostic texts? Let\u2019s begin with words attributed to Paul in Colossians 1:8 (highlighted words are those that have been reworded using more consistently applied principles of translation, as is done with non-canonical books from the time):

    \n


    \n
    We proclaim [Christ]\u2026teaching every man in the ways of Sophia that each may become an initiated member of Christ. (Colossians 1:28)
    \n


    \n


    \n

    Translated in this manner, and remembering that in Gnostic theology, Sophia was the lover of the Logos (Christ), Paul sounds\u2026well\u2026radical. In essence, Paul teaches that we become one with Christ (that is, \u201cmembers\u201d of Christ) by learning the ways (i.e., assuming the role) of his mythical lover, Sophia. Though strange, this lesson is actually consistent with orthodox doctrine that the church is the \u201cbride of Christ\u201d, and it is also indistinguishable from the Gnostic teaching on this subject.

    \n


    \n

    Continuing: 

    \n


    \n
    My purpose is that they may\u2026become one in love, so that they may\u2026experience the Gnosis of God\u2019s mystery, namely, Christ, in whom are hidden all the treasures of Sophia and Gnosis. [emphasis added] (Colossians 2:2-3)
    \n


    \n


    \n

    Here Paul teaches that mystical \u201coneness\u201d is achieved through Gnosis (or experiential knowledge) of God\u2019s \u201cmystery\u201d, which he defines as Christ. Christ is not discussed as an historical personage, but as a higher consciousness that, once identified with to the exclusion of our ego (i.e., once we become one with it), leads to spiritual insight\u2014hidden wisdom (Sophia) and knowledge (gnosis). This is pure Christian Gnosticism, plain and simple. Only the common misleading translation keeps us from seeing it as such. 

    \n


    \n

    Proceeding further:

    \n


    \n
    We speak of Sophia among the initiated; not the Sophia of this aeon, nor of the rulers of this aeon, who are passing away; but we speak of God\u2019s Sophia in a mystery. (1 Corinthians 2:6)
    \n


    \n


    \n

    And:

    \n


    \n
    It is central to our faith that in the end we will all attain Oneness through Gnosis of God\u2019s Son, becoming fully initiated human beings, equal to nothing less than the pleroma of Christ. (Ephesians 4:13)
    \n


    \n


    \n

    \u201cGod\u2019s Sophia\u201d, \u201cinitiated\u201d, \u201cmystery\u201d, \u201caeons\u201d, \u201coneness\u201d and \u201cpleroma\u201d, all of these are quintessentially Gnostic terms, terms one would find repeated over and over in most any Christian Gnostic texts such as those found at Nag Hammadi. And yet, although they are expressed in the original Greek manuscripts of our Bibles, these terms are foreign to most Christians simply because bias, primarily the doctrine of divine inspiration and the Paradigm of Historicity, keeps translators from expressing Paul in this way. Rather than use the word \u201cinitiated\u201d, which is a more proper and accurate translation of the original Greek, and one they surely would have used if translating the same word in a Gnostic text, translators substitute the word \u201cmature.\u201d Rather than use the Greek word \u201cGnosis\u201d, which describes subjective, experiential knowledge (like knowing how to ride a bike) as opposed to objective, intellectual knowledge (like one plus one equals two), translators just use the more antiseptic (if somewhat misleading) English word \u201cknowledge\u201d, which has the added benefit of obscuring Paul\u2019s Gnostic tendencies.

    \n


    \n

    Another example of a translation that obscures the similarities between the Gnostic texts and the New Testament is the rendering of logos in many Gnostic texts as logos, but in the New Testament as \u201cWord\u201d (such as in John 1:1) The Greek word logos, which is the root of the English word \u201clogic\u201d, has no strict English equivalent. It can be alternatively translated as \u201cword\u201d, \u201creason\u201d, or \u201cidea\u201d depending upon context, but it actually contains elements of all three, plus more. No one English word captures the true essence of the Greek logos. 

    \n


    \n

    In the centuries before and immediately after Jesus, \"logos\" was a term of art used by pagan philosophers and adepts of the Mysteries Religions, including the Christian Gnostics. They generally used it to describe the thoughts of God\u2019s Mind through which God created and sustains the universe, or said another way, the objects of God\u2019s consciousness. To put it in terms readily understandable to most present-day Literalist Christians, before God spoke the words \u201cLet there by light\u201d (Genesis 1:3), God had to first have the idea (logos) of light in mind, else his words would have had no meaning or effect. Because thought, which is made manifest in words, must precede action, Gnostics came to view God\u2019s thoughts/ideas/words as the true source and sustainer of all Creation, present with God \u201cin the beginning\u201d, for creation could not exist prior to God conceiving of it. These divine thoughts or ideas, which are separate from God and yet one with Him (in the same sense that our thoughts are separate from our minds yet have no existence outside of them) are the divine logos. It will serve our purposes sufficiently if we conceptualize the divine logos for now as God\u2019s consciousness. 

    \n


    \n

    In Gnostic mythology, which the reader will recall contains much figurative language, creation is the result of the one transcendent God becoming consciousness of Himself. Exactly how this happened is a mystery symbolized in numerous and varying myths, but Gnostics reasoned rightly that consciousness requires both a subject and an object\u2014that is, there must be a witness (the person or thing that is conscious\u2014i.e., the \u201cmind\u201d) as well as the witnessed (i.e., the person or thing of which on is conscious, or the \u201cthought\u201d). In the Gnostic allegorical myths that seek to encode this truth, Gnostics often referred to the original witness (i.e., the \u201cmind\u201d of God) as \u201cthe Father\u201d. Likewise, they referred to the thoughts of that Divine Mind, the ideas which God\u2019s Mind contemplates, as \u201cthe Son\u201d or \u201cthe Logos\u201d (Word). Thus, thoughts (the Son) were conceptualized as the \u201coffspring\u201d or \u201cfirst born\u201d or \u201cbegotten\u201d of the mind (the Father), present with God at the dawn of creation. Before God thought, nothing was, for consciousness did not exist. Thus, Father and Son are as inseparable as thought is from mind. The Athanasian Creed expresses these ideas perfectly:

    \n


    \n
    The Father is made of none, neither created nor begotten, The Son is of the Father alone, neither made nor created, but begotten. [N]one is afore or after the other, none is greater or less than another.
    \n


    \n


    \n

    And, as Origen once noted, \u201cThe Father did not beget the Son, but ever is begetting him.\u201d

    \n


    \n

    The experience of this simple idea was almost certainly part of the fundamental Inner Mystery taught by all Gnostic Mystery Schools in the centuries before and after Jesus. Centuries before Christ the pagan Gnostic Heraclitus (c. 600 BCE) wrote, \u201cThe Father and Son are the same.\u201d According to Clement of Alexandria, the pagan Gnostic Euripides had years before \u201cdivined as in a riddle that the Father and the Son are one God.\u201d The legendary pagan sage Orpheus, who lived, if at all, thousands of years before Christ, is quoted by the Christian Clement of Alexandria as having taught: 

    \n


    \n
    Behold the Logos divine. Tread well the narrow path of life and gaze on Him, the world\u2019s great ruler, our immortal king. (Quoted in The Jesus Mysteries at 83)
    \n


    \n

    Clement of Alexandria himself writes:

    \n


    \n
    The Son is the Consciousness of God. The Father only sees the world as reflected in the Son. (Quoted in The Jesus Mysteries at 84) [parentheticals added]
    \n


    \n


    \n

    Continuing with this idea for a moment, it is important to note that Gnostics sought to explain the mystery of human consciousness by characterizing it as fragmented, dispersed pieces of the One Divine Consciousness\u2014that is, of the Son or logos, which Christians specifically equate with Christ. How portions of the One Divine Consciousness came to be dismembered and encapsulated within each of us, how we lost our ability to \u201caccess\u201d or \u201crely on\u201d it in our daily lives, and how we can regain it, are all mysteries described allegorically in many Gnostic and Christian myths. For Christians, the most important of these myths are those describing the Incarnation of Christ (God\u2019s consciousness becoming encapsulated in man), the Fall of Man (man losing his ability to rely on that consciousness and instead being ruled by his unconscious paradigms and passions, which Paul called \u201cthe flesh\u201d), and Christ\u2019s Crucifixion and Resurrection (describing the way back to union with God, or oneness with the cosmic consciousness). 

    \n


    \n

    These Gnostic teachings about the dispersion of human consciousness, and its reunion with God, may seem quite strange to Literalists, so I will again remind the reader of just a few of Paul\u2019s words on this subject:

    \n


    \n
    For just as the body is a unity and yet has many members, and all the members, though many , form only one body, so it is with Christ\u2026.[i.e., the logos or Son]. For by means of one shared Spirit [or consciousness] we were all baptized into one [spiritual] body\u2026. 
    \n


    \n
    Now you (collectively) are Christ\u2019s body [i.e., the Logos, the One Divine Consciousness], and individually members [i.e., dispersed pieces] of it. (1 Corinthians 12:11-27)
    \n


    \n
    It is inherent in our faith that in the end we will all attain Oneness through Gnosis of God\u2019s Son, becoming fully initiated human beings, equal to nothing less than the pleroma [fullness] of Christ. [Ephesians 4:13 as rendered in Jesus and the Lost Goddess at 149))
    \n


    \n


    \n

    In Ephesians 4:25, Paul writes \u201c[w]e are all parts of one body and members one of another.\u201d In Colossians 1:25-28, Paul writes that his purpose in life is to reveal to us the Mystery that was hidden in past ages--namely, that Christ (i.e., the logos) is in us! In Galations 1:15, Paul writes that \u201cGod revealed his Son in me\u201d [emphasis added]. Demonstrating that he had come to identify completely with this higher consciousness within him, and ceased identifying with his ego, Paul states, \u201c[I]t is no longer I [i.e., my ego or \"flesh\"] who live, but Christ [the logos] lives in me; and the life I now live in this body I live by faith\u2014by reliance on and complete trust in the Son of God\u2026.\u201d 

    \n


    \n

    As we have previously noted, Jesus offers the same teachings, most explicitly in the Gospel of John (17:19-26). There, Jesus prays that his followers will come to know their true nature. He prays that they will be \u201csanctified by the Truth\u201d so that they:

    \n


    \n
    all may be One--just as You, Father, are in Me and I in you, they also may be One in Us. [I] in them and You in Me, in order that they may become One and perfectly united....
    \n


    \n


    \n

    And nowhere is this pre-Christian, Gnostic teaching of creation emerging from the oneness of God through the facility of the logos (which is then dispersed among all peoples) better illustrated than in the opening Chapter of the Gospel of John (v. 1-4): 

    \n


    \n
    In the beginning was the Logos [i.e., Divine Consciousness, or thoughts of God, confusingly translated as \u201cthe Word\u201d], and the Logos was with God, and the Logos was God. He was with God in the beginning. All things came into being by Him, and apart from him nothing came into being [i.e., nothing existed prior to God becoming conscious]. In him was the life and that life was the light [i.e., consciousness] of men.
    \n


    \n


    \n

    I could continue with innumerable examples of how misleading translations, warped as they are by the Paradigm of Historicity and doctrine of divine inspiration, have served to obscure similarities between Gnostic and Literalist texts. But the above is hopefully sufficient evidence for now that, properly translated and freed of the Paradigm of Historicity, large parts of the New Testament support, indeed demand, a Gnostic interpretation. 

    \n


    \n

    (to be continued in Chapter 5, Part 2)

    \n


    \n", + "category": "god", + "children": 28, + "created": "2016-08-31T16:07:33", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/08/31/Official_Presidential_portrait_of_Thomas_Jefferson_by_Rembrandt_Peale_18003f466.jpg" + ], + "links": [ + "https://steemit.com/philosophy/@sean-king/redeeming-christ-an-indispensable-introduction", + "https://steemit.com/philosophy/@sean-king/redeeming-christ-part-i-chapter-i-deconstructing-faith", + "https://steemit.com/bible/@sean-king/redeeming-christ-part-i-chapter-2-the-perplexing-power-of-paradigms", + "https://steemit.com/bible/@sean-king/the-bible-isn-t-mainly-history", + "https://steemit.com/christianity/@sean-king/early-christianities-weren-t-orthodox", + "https://en.wikipedia.org/wiki/Docetism", + "https://steemit.com/god/@sean-king/reading-the-bible-is-like-picking-out-diamonds-from-dunghills-part-2" + ], + "tags": [ + "god", + "bible", + "christianity", + "religion", + "" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 38788362396320, + "payout": 158.804, + "payout_at": "2016-09-07T16:07:33", + "pending_payout_value": "158.804 HBD", + "percent_hbd": 10000, + "permlink": "reading-the-bible-is-like-picking-out-diamonds-from-dunghills", + "post_id": 1072528, + "promoted": "200.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 141 + }, + "title": "Reading the Bible is \"Like Picking Out Diamonds from Dunghills\"--Part 1", + "updated": "2016-08-31T16:33:21", + "url": "/god/@sean-king/reading-the-bible-is-like-picking-out-diamonds-from-dunghills" + }, + { + "active_votes": [ + { + "rshares": 28641756642483, + "voter": "dantheman" + }, + { + "rshares": 3066676253333, + "voter": "lafona-miner" + }, + { + "rshares": 487525338167, + "voter": "lafona" + }, + { + "rshares": 1099055663468, + "voter": "delegate.lafona" + }, + { + "rshares": 308752978889, + "voter": "lafona5" + }, + { + "rshares": 253681914004, + "voter": "indominon" + }, + { + "rshares": 2477287329, + "voter": "konelectric" + }, + { + "rshares": 14775784097, + "voter": "valtr" + }, + { + "rshares": 1796764686, + "voter": "andzzz" + }, + { + "rshares": 11342117893, + "voter": "dave-hughes" + }, + { + "rshares": 50302545642, + "voter": "juanmiguelsalas" + }, + { + "rshares": 177514135302, + "voter": "thedashguy" + }, + { + "rshares": 1461417595362, + "voter": "sean-king" + }, + { + "rshares": 687321345894, + "voter": "publicworker" + }, + { + "rshares": 57002255623, + "voter": "asmolokalo" + }, + { + "rshares": 11956530261, + "voter": "stealthtrader" + }, + { + "rshares": 14341272017, + "voter": "r4fken" + }, + { + "rshares": 1564158061, + "voter": "vi1son" + }, + { + "rshares": -96239619605, + "voter": "sigmajin" + }, + { + "rshares": 216367037, + "voter": "keyser" + }, + { + "rshares": 306787589, + "voter": "nippel66" + }, + { + "rshares": 2696646453, + "voter": "fiona777" + }, + { + "rshares": 3354581940, + "voter": "bones" + }, + { + "rshares": 14082581305, + "voter": "beowulfoflegend" + }, + { + "rshares": 10010962986, + "voter": "moon32walker" + }, + { + "rshares": 102801288, + "voter": "sergey44" + }, + { + "rshares": 433341900, + "voter": "berrysmok" + }, + { + "rshares": 6080328266, + "voter": "summonerrk" + }, + { + "rshares": 3984549669, + "voter": "ace108" + }, + { + "rshares": 6629256416, + "voter": "royalmacro" + }, + { + "rshares": 880020741, + "voter": "mar1978co" + }, + { + "rshares": 1799932641, + "voter": "gaitan" + }, + { + "rshares": 134257660, + "voter": "yulia98" + }, + { + "rshares": 3176805655, + "voter": "dumar022" + }, + { + "rshares": 7813639088, + "voter": "cmp2020" + }, + { + "rshares": 588526896696, + "voter": "toxic" + }, + { + "rshares": 454046245625, + "voter": "glitterfart" + }, + { + "rshares": 222660119, + "voter": "snowflake" + }, + { + "rshares": 14557324469, + "voter": "randyclemens" + }, + { + "rshares": 148150446, + "voter": "agussudaryanto" + }, + { + "rshares": 62205973, + "voter": "rinaa" + }, + { + "rshares": 21000271255, + "voter": "cryptos" + }, + { + "rshares": 9679881459, + "voter": "theb0red1" + }, + { + "rshares": 7140129001, + "voter": "kyriacos" + }, + { + "rshares": 118527119002, + "voter": "helikopterben" + }, + { + "rshares": 728479455, + "voter": "alexma3x" + }, + { + "rshares": 8041154071, + "voter": "craigwilliamz" + }, + { + "rshares": 50403837, + "voter": "jlufer" + }, + { + "rshares": 59995797, + "voter": "arnoldz61" + }, + { + "rshares": 41404629211, + "voter": "luminousvisions" + }, + { + "rshares": 2731168114, + "voter": "fajrilgooner" + }, + { + "rshares": 9751538745, + "voter": "benadapt" + }, + { + "rshares": -53957255, + "voter": "predko777" + }, + { + "rshares": 52381149, + "voter": "everittdmickey" + }, + { + "rshares": 68608664, + "voter": "mari5555na" + }, + { + "rshares": 175172738, + "voter": "jucbitcoin" + }, + { + "rshares": 1631179533, + "voter": "robotev" + }, + { + "rshares": 172120554, + "voter": "darkminded153" + }, + { + "rshares": 104999885, + "voter": "bosjaya" + }, + { + "rshares": 166960400, + "voter": "robyneggs" + }, + { + "rshares": 116692269, + "voter": "dresden" + }, + { + "rshares": 158081936, + "voter": "pawel-krawczyk" + }, + { + "rshares": 157148891, + "voter": "hamed" + }, + { + "rshares": 158983971, + "voter": "wade1970" + }, + { + "rshares": -159024498, + "voter": "messi10" + }, + { + "rshares": -159020694, + "voter": "sunny1" + }, + { + "rshares": -158267372, + "voter": "me86ljj3wy" + }, + { + "rshares": -158262346, + "voter": "csg0q82iul" + }, + { + "rshares": -158234006, + "voter": "ljkvnzgpvq" + }, + { + "rshares": -158231877, + "voter": "wstqotyddi" + }, + { + "rshares": -158230192, + "voter": "ufvosobdfb" + }, + { + "rshares": -158228488, + "voter": "glxmgiqrgj" + }, + { + "rshares": -158219074, + "voter": "rsgmslegyx" + }, + { + "rshares": -158211582, + "voter": "nkroyzrjgf" + }, + { + "rshares": -158209558, + "voter": "imoqhlzemr" + }, + { + "rshares": -158207874, + "voter": "qiqyyqvzhj" + }, + { + "rshares": 155094591, + "voter": "blend" + }, + { + "rshares": -158192224, + "voter": "alexurex" + }, + { + "rshares": -158186686, + "voter": "ashbuille" + }, + { + "rshares": -158183923, + "voter": "auberenne" + }, + { + "rshares": -158176291, + "voter": "belialis" + }, + { + "rshares": -158172542, + "voter": "boyaconehou" + }, + { + "rshares": -158169693, + "voter": "brandmar" + }, + { + "rshares": -158165782, + "voter": "breageoa" + }, + { + "rshares": -158156198, + "voter": "canixfuny" + }, + { + "rshares": -158153164, + "voter": "cassachex" + }, + { + "rshares": -158150021, + "voter": "ceticalwo" + }, + { + "rshares": -158147243, + "voter": "commenth" + }, + { + "rshares": -158144137, + "voter": "cootekel" + }, + { + "rshares": -158140507, + "voter": "dinexavi" + }, + { + "rshares": -158137183, + "voter": "footidie" + }, + { + "rshares": -158134585, + "voter": "gwenood" + }, + { + "rshares": -158131515, + "voter": "headlinez" + }, + { + "rshares": -158128326, + "voter": "insellias" + }, + { + "rshares": -158125936, + "voter": "janetekitan" + }, + { + "rshares": -158122441, + "voter": "kluglainno" + }, + { + "rshares": -158120034, + "voter": "lullishoi" + }, + { + "rshares": 474962663, + "voter": "hacon" + }, + { + "rshares": 157452140, + "voter": "kravmaga" + }, + { + "rshares": 156731952, + "voter": "scarspro" + } + ], + "author": "benadapt", + "author_payout_value": "0.000 HBD", + "author_reputation": 56.39, + "beneficiaries": [], + "blacklists": [], + "body": "Shoutout to @jacor, for featuring my post here.\n\nFollowing on from this, I will now be featuring other authors to help promote a diversity of content and new authors. All STEEM Dollars for these posts go to the featured author.\n\nIf you are looking to be featured as an author, please contact me via email - ben.adaptnetwork@gmail.com\n\nEdit: From the comments, it seems that this type of author promotion is not the way to go. A 're-steemit' button has been suggested and I think this is a great idea.\n\n
    \n\n
    \n\nIf you've played the indie-hit video game FireWatch, by Campo Santo, then chances are that you fell in love with the idea of staying in a fire tower, just as I have.\n\nThe American novelist and poet, Jack Kerouac, famously spent the summer of 1956 manning a fire tower on Washington\u2019s Desolation Peak, in the northern Cascades. Even though he was alone with pencil and paper by design, he didn\u2019t get much writing done. I don\u2019t blame him, the views from the tower are incredible and there\u2019s plenty to fill an adventurer\u2019s time for 63 days.\n\nSo, if the idea of a few days in the sky in a cool-looking fire tower is appealing, you\u2019ll be pleased to know that you can actually rent one of these bad boys.\n\nSince Jack Kerouac\u2019s stay in the 50s, new technologies have made fire lookouts mostly obsolete, some were even torn down. Others were left to rust and splinter, becoming squatter\u2019s dens and canvases for high-altitude graffiti artists. But dozens around the US have survived and are available for rent, evolving into modest sources of revenue for the U.S. Forest Service\u2019s depleted accounts. The Forest Fire Lookout Association maintains a list of available towers; many are available for as little as $20 a night.\n\nLets take a look at a few below:\n\n

    1. Black Mountain Lookout, California

    \n\n
    \n\nBlack Mountain Lookout is located on the eastern edge of the Beckwourth Ranger District, 10 miles from Highway 395, near Milford, California.\n\nThe lookout was constructed in 1934 and is a great example of Civilian Conservation Corps (CCC) architecture. The C-3-type lookout is situated on a single story 10 foot tower and is extremely well-preserved.\n\nThe one-room lookout cabin is set on a tower, rising 10 feet above the ground. It is furnished with two single beds with mattresses, but can accommodate up to four people. There is also space for tent camping adjacent to the lookout, for up to four visitors.\n\nA closer look in pictures:\n\n
    \n
    \n
    \n
    \n\n

    2. Hirz Mountain Lookout, California

    \n\n
    \n\nThis fire tower sits atop Hirz Mountain, California at an elevation of 3,540 feet, offering 360-degree views of Mt. Shasta\u2019s snow-laced peak to the north.\n\nThe McCloud River Wintu tribe held Hirz Mountain in reverence and had a name for it in their own language. But it was a miner, Henry Hirz, who gave the mountain its modern name.\n\nWhen the lookout was built, it was originally a structure that sat on the ground. The mountain was a strategic location for detecting fires because it had a direct view into the headwaters of the McCloud River and most of its tributaries. In 1937, the Forest Service and the Civilian Conservation Corps rebuilt the Hirz Mountain Lookout cabin and included a garage and outhouse. It was one of the last CCC-era lookouts to be built. In 1949, a steel tower was added, constructed of a steel K-brace tower that stands 20 feet above ground level.\n\nA quick look inside the tower:\n\n
    \n
    \n\n

    3. Hornet Lookout, Montana

    \n\n
    \n\nThe Hornet Lookout is as old school as it gets and features a two-story construction. The ground level provides a living space for two guests and the second story is a small loft used solely for full views of the region. The lookout\u2019s rustic accommodations include a propane cook stove, propane lantern and a small wood stove for heat.\n\nThe lookout provides astounding 360-degree views of the surrounding terrain, including Glacier National Park and Kintla Lake on clear days. Apparently, on some nights, the Northern Lights may be seen from the lookout.\n\nA 'slightly' more modern look:\n\n
    \n\n

    4. Fall Mountain Lookout Cabin, Oregon

    \n\n
    \n\nFall Mountain Lookout Tower is situated about 20 miles from John Day, in central Oregon. It provides 360-degree views of the surrounding Strawberry Mountain Wildness, as well as the towns of Seneca and Mt. Vernon.\n\nThe tower was built in 1933 and sits at an elevation of 5,949 feet. Before satellite surveillance systems, lookout personnel monitored the forest from this 18-foot perch for signs of smoke, alerting fire guards when necessary. Today guests can watch the sun rise and set, spot wildlife from the catwalk and witness dramatic thunderstorms that traverse the territory during summer months.\n\nThe one-room, 14-by-14 cabin sits atop an 18-foot tower and sleeps two. The cabin is furnished with a futon bed and a table and chairs. It has electricity and in the kitchen area, an electric stove and refrigerator.\n\nHere's a few more snaps:\n\n
    \n
    \n
    \n
    \n\n

    5. Indian Ridge Lookout, Oregon

    \n\n
    \n\nThe Indian Ridge Lookout sits at an elevation of 5,405 feet in the Willamette National Forest. Indian Ridge was named for the old Indian hunting trail that runs along the summit.\n\nBuilt in 1958, the lookout was used for firefighting by Forest Service personnel until 1973 and is still staffed occasionally during emergencies.\n\nA closer look inside the tower:\n\n
    \n
    \n
    \n
    \n\n

    6. Little Guard Lookout, Idaho

    \n\n
    \n\nThe newest tower on this list, the Little Guard Lookout is located about 9 miles north of Shoshone Camp, was one of the last remaining fire lookouts used in the Coeur d\u2019Alene River area and has only just recently become inactive.\n\nThe structure standing today on Little Guard Peak is the third in a series of lookout buildings that originated back to 1919. In October 1990, Little Guard Lookout was accepted for listing in the National Historic Lookout Register and the first for Idaho.\n\nThe fully furnished two-story fire lookout has dimensions of 14 x 14 feet, an external cat walk, and a gabled roof. It sleeps four guests, but space is tight. The kitchen is on the ground floor and is equipped with a small propane refrigerator, propane cook stove, table, chairs and basic cooking utensils.\n\nA few more photos:\n\n
    \n
    \n
    \n\n

    7. Spruce Mountain Fire Lookout Tower

    \n\n
    \n\nPerched atop a forested mountain, Spruce Mountain Fire Lookout Tower offers panoramic views that include Medicine Bow Peak, Rob Roy Reservoir, Jelm Mountain and the southern end of the Snowy Range. After being occupied as a fire lookout, the 55-foot tall structure was renovated and opened to the public for overnight rental in 1977.\n\nThe lookout cabin is furnished with two single beds with mattresses and can accommodate up to four guests. Inside amenities include a table with chairs, cookware, dishes, utensils, cleaning supplies, a propane heater, propane cook stove and oven, propane refrigerator and propane lights.\n\nAll photos: courtesy Recreation.gov\n\nFor more information on renting one of these towers visit firelookout.org. But first, let me know which one is your favourite?\n\n
    \n\nPlease follow me on my blog @benadapt if you enjoy my topics and content. I will also follow back so that we can build a community together.\n\n@benadapt features authors to promote a diversity of content and new authors. All STEEM Dollars for these posts go to the featured author.\n\nIf you are looking to be featured as an author, please contact me via email - ben.adaptnetwork@gmail.com\n\nShoutout to @jacor, for featuring my post here and passing on this idea.\n\nEdit: From the comments, it seems that this type of author promotion is not the way to go. A 're-steemit' button has been suggested and I think this is a great idea.\n\n
    ", + "category": "life", + "children": 21, + "created": "2016-09-10T16:28:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/6z5In5y.jpg", + "http://i.imgur.com/tbHIiBQ.jpg", + "http://i.imgur.com/NX0S10Y.jpg", + "http://i.imgur.com/HgS38WU.jpg", + "http://i.imgur.com/ULzb0dV.jpg", + "http://i.imgur.com/ljj8y7X.jpg", + "http://i.imgur.com/uZq8dZ5.jpg", + "http://i.imgur.com/ZCHllVy.jpg", + "http://i.imgur.com/bD8F1wJ.jpg", + "http://i.imgur.com/fbAMzHn.jpg", + "http://i.imgur.com/EyIpkj8.jpg", + "http://i.imgur.com/fVoStKq.jpg", + "http://i.imgur.com/sUrDl58.jpg", + "http://i.imgur.com/3CrgXdi.jpg", + "http://i.imgur.com/LejQWOZ.jpg", + "http://i.imgur.com/861cU5N.jpg", + "http://i.imgur.com/vBd3iLs.jpg", + "http://i.imgur.com/DKt5G2z.jpg", + "http://i.imgur.com/FJePMYG.jpg", + "http://i.imgur.com/ifhnbPK.jpg", + "http://i.imgur.com/NXtu1ZE.jpg", + "http://i.imgur.com/pPy4Dxj.jpg", + "http://i.imgur.com/wuBRx3w.jpg", + "http://i.imgur.com/dkazLmP.jpg" + ], + "links": [ + "https://steemit.com/@jacor", + "https://steemit.com/life/@jacor/rent-a-fire-tower-and-camp-in-the-sky-featuring-new-author-benadapt", + "http://www.firewatchgame.com/", + "http://www.recreation.gov/", + "http://www.firelookout.org/lookout-rentals.html", + "https://steemit.com/@benadapt" + ], + "tags": [ + "life", + "photography", + "camping", + "outdoors" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 37590191304904, + "payout": 95.817, + "payout_at": "2016-09-17T16:28:45", + "pending_payout_value": "95.817 HBD", + "percent_hbd": 10000, + "permlink": "rent-a-fire-tower-and-camp-in-the-sky-featured-author-announcement", + "post_id": 1197660, + "promoted": "160.000 HBD", + "replies": [], + "stats": { + "flag_weight": 1.0, + "gray": false, + "hide": false, + "total_votes": 100 + }, + "title": "Rent a Fire Tower and Camp in the Sky - Featured Author Announcement", + "updated": "2016-09-11T21:13:06", + "url": "/life/@benadapt/rent-a-fire-tower-and-camp-in-the-sky-featured-author-announcement" + }, + { + "active_votes": [ + { + "rshares": 20239809995861, + "voter": "ned" + }, + { + "rshares": 2483542411, + "voter": "boy" + }, + { + "rshares": 3015329123, + "voter": "bue-witness" + }, + { + "rshares": 547232718, + "voter": "bunny" + }, + { + "rshares": 43930884813, + "voter": "bue" + }, + { + "rshares": 1330754717, + "voter": "mini" + }, + { + "rshares": 171038238, + "voter": "moon" + }, + { + "rshares": 500018940, + "voter": "healthcare" + }, + { + "rshares": 778548508, + "voter": "daniel.pan" + }, + { + "rshares": 230687619, + "voter": "helen.tan" + }, + { + "rshares": 13761624031, + "voter": "gregory-f" + }, + { + "rshares": 1397418866, + "voter": "andzzz" + }, + { + "rshares": 1643701455969, + "voter": "cryptoctopus" + }, + { + "rshares": 1412760168, + "voter": "murh" + }, + { + "rshares": -2780072713, + "voter": "scalextrix" + }, + { + "rshares": 47117681972, + "voter": "justtryme90" + }, + { + "rshares": 31290973763, + "voter": "michaelx" + }, + { + "rshares": 484320925, + "voter": "mrhankeh" + }, + { + "rshares": 368035021, + "voter": "chetlanin" + }, + { + "rshares": 212415964626, + "voter": "asmolokalo" + }, + { + "rshares": 57006230591, + "voter": "sonzweil" + }, + { + "rshares": 177813527539, + "voter": "knircky" + }, + { + "rshares": 4336063701, + "voter": "ausbitbank" + }, + { + "rshares": 796302428, + "voter": "thinkngrow" + }, + { + "rshares": 19767774986, + "voter": "artific" + }, + { + "rshares": 89569037, + "voter": "wildchild" + }, + { + "rshares": -130370985044, + "voter": "demotruk" + }, + { + "rshares": 3868061659, + "voter": "maximkichev" + }, + { + "rshares": 113490249, + "voter": "rossh" + }, + { + "rshares": 921642016, + "voter": "metaflute" + }, + { + "rshares": 7978492751, + "voter": "fintech-jesus" + }, + { + "rshares": 61261066, + "voter": "jackkomber" + }, + { + "rshares": 1332538563, + "voter": "paynode" + }, + { + "rshares": 59697439, + "voter": "ritadey" + }, + { + "rshares": 61434762, + "voter": "jers" + }, + { + "rshares": 61427046, + "voter": "nyoba" + }, + { + "rshares": 50027573, + "voter": "loli" + }, + { + "rshares": 111526086994, + "voter": "helikopterben" + }, + { + "rshares": 195160565, + "voter": "stevescoins" + }, + { + "rshares": 3037040993, + "voter": "macartem" + }, + { + "rshares": 47338695487, + "voter": "dragonanarchist" + }, + { + "rshares": 7674997899, + "voter": "craigwilliamz" + }, + { + "rshares": 9321802893, + "voter": "cryptovpn" + }, + { + "rshares": 56115613811, + "voter": "tracemayer" + }, + { + "rshares": 52754410, + "voter": "tekez" + }, + { + "rshares": 52732096, + "voter": "horizonkinetics" + }, + { + "rshares": 92222492, + "voter": "mlialen" + }, + { + "rshares": 330193907, + "voter": "robotev1" + }, + { + "rshares": 521874035, + "voter": "grisha-danunaher" + }, + { + "rshares": 130634157, + "voter": "james93" + }, + { + "rshares": 136721054, + "voter": "insight2incite" + }, + { + "rshares": 148768653, + "voter": "rnrador" + } + ], + "author": "horizonkinetics", + "author_payout_value": "0.000 HBD", + "author_reputation": 48.81, + "beneficiaries": [], + "blacklists": [], + "body": "\n

    \n

    Horizon Kinetics LLC is a NY-based investment firm and author of numerous research reports with increasing experience in the cryptocurrency space.  We have been authoring research on cryptocurrencies, and bitcoin in particular, since late-2015.  Since our founding over 20 years ago, we have continuously received invaluable feedback on our research from our subscribers.  We now share some of our work on cryptocurrencies with the Steem community.   Here is our first piece.  Additional information on Horizon Kinetics LLC is available at www.horizonkinetics.com. We can be reached via email at info@horizonkinetics.com. 

    \n

    We look forward to your comments!   \u2013Hugh Ross, COO Horizon Kinetics

    \n


    \n

    When the colony of Virginia made tobacco legal tender, the first problem was that the incentive was created to increase production. The second problem was the creation of very low-grade tobacco that some people refused to accept as payment. The policy ultimately created low tobacco prices for farmers. In 1682, there were riots and the tobacco crops of various farms were destroyed.

    \n

    The non-uniformity of a currency (apart from paper) is a not a trivial problem. Throughout history, it has been a significant issue. In colonial Plymouth, Massachusetts, the Wampanoag Tribe\u2019s wampum was made legal tender at the rate of six white beads or three purple beads per penny. Unfortunately, supply of beads was limited. It was hard for prices to rise in the sense that the bead, as an instrumentality, was not divisible.(1)

    \n

    Historically, therefore, the government really needed to take over responsibility for coinage. That created another problem. How does one prevent the government from abusing the privilege by basically destroying the value of the currency by issuance?

    \n

    Enter Bitcoin. It is very hard to counterfeit since all Bitcoin in existence are always visible in the Blockchain ledger. Supply of Bitcoin is fixed; it is hardwired in the code. This is a possible revolution in currency design. If nothing else, it is a new asset class.

    \n

    (1)Barry Eichengreen, Exorbitant Privilege: The Rise and Fall of the Dollar and the Future of the International Monetary System (New York: Oxford University Press, 2011), 9-10

    \n

    ---------------------

    \n

    Disclaimers:

    \n

    Horizon Kinetics LLC (\u201cHorizon Kinetics\u201d) is the parent holding company to several SEC-registered investment advisors including Horizon Asset Management LLC, Kinetics Asset Management LLC, and Kinetics Advisers, LLC. Horizon Kinetics authors research reports based on information available to the public.  No representation is made with regard to the reports\u2019 accuracy or completeness and all expressions of opinion reflect judgment as of the date set forth and are subject to change. This document is neither an offer, recommendation nor solicitation to buy or sell securities. Horizon Kinetics and each of its respective employees and affiliates may have positions in securities of companies mentioned herein.  You may visit our website at www.horizonkinetics.com to find additional information on Horizon Kinetics.  All views expressed in these research reports accurately reflect the research analysts\u2019 personal views about any and all of the subject matter, securities or issuers. No part of the research analysts\u2019 compensation was, is, or will be, directly or indirectly, related to the specific recommendations or views expressed by the research analysts in the research reports. Reproduction and dissemination of these reports outside the constraints of this social media space is strictly prohibited. \u00a9Horizon Kinetics LLC\u00ae 2016.

    \n", + "category": "bitcoin", + "children": 13, + "created": "2016-09-09T18:05:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://www.horizonkinetics.com/images/horizon_kinetics_logo_blue_Small.jpg" + ], + "links": [ + "http://www.horizonkinetics.com" + ], + "tags": [ + "bitcoin", + "crypto-news", + "money" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 22622590051384, + "payout": 50.779, + "payout_at": "2016-09-16T18:05:18", + "pending_payout_value": "50.779 HBD", + "percent_hbd": 10000, + "permlink": "technical-problems-of-a-fixed-money-supply", + "post_id": 1187069, + "promoted": "150.000 HBD", + "replies": [], + "stats": { + "flag_weight": 1.0, + "gray": false, + "hide": false, + "total_votes": 52 + }, + "title": "Technical Problems of a Fixed Money Supply", + "updated": "2016-09-09T18:05:18", + "url": "/bitcoin/@horizonkinetics/technical-problems-of-a-fixed-money-supply" + }, + { + "active_votes": [ + { + "rshares": 535956001874, + "voter": "barrie" + }, + { + "rshares": 376210910452, + "voter": "anonymous" + }, + { + "rshares": 2530030733798, + "voter": "ned" + }, + { + "rshares": 6868791504690, + "voter": "xeldal" + }, + { + "rshares": 3726151150, + "voter": "boy" + }, + { + "rshares": 229262004927, + "voter": "steem-id" + }, + { + "rshares": 4524044786, + "voter": "bue-witness" + }, + { + "rshares": 820975377, + "voter": "bunny" + }, + { + "rshares": 7162998420481, + "voter": "complexring" + }, + { + "rshares": 66022454227, + "voter": "bue" + }, + { + "rshares": 1996536940, + "voter": "mini" + }, + { + "rshares": 256574080, + "voter": "moon" + }, + { + "rshares": 1316552393, + "voter": "mineralwasser" + }, + { + "rshares": 107564523042, + "voter": "mrs.agsexplorer" + }, + { + "rshares": 7511884959, + "voter": "bingo-0" + }, + { + "rshares": 1813913350, + "voter": "bingo-1" + }, + { + "rshares": 1281991226298, + "voter": "benjojo" + }, + { + "rshares": 424835962491, + "voter": "officialfuzzy" + }, + { + "rshares": 761501110340, + "voter": "pfunk" + }, + { + "rshares": 1131940785371, + "voter": "cass" + }, + { + "rshares": 29824545969, + "voter": "proctologic" + }, + { + "rshares": 750134298, + "voter": "healthcare" + }, + { + "rshares": 1196536230119, + "voter": "tuck-fheman" + }, + { + "rshares": 1168025207, + "voter": "daniel.pan" + }, + { + "rshares": 2745281235040, + "voter": "donkeypong" + }, + { + "rshares": 35404297187, + "voter": "joshua" + }, + { + "rshares": 406975103750, + "voter": "steemrollin" + }, + { + "rshares": 1424182557, + "voter": "jbradford" + }, + { + "rshares": 9180689311, + "voter": "patrice" + }, + { + "rshares": 346059306, + "voter": "helen.tan" + }, + { + "rshares": 15938088337, + "voter": "brindleswan" + }, + { + "rshares": 753663976673, + "voter": "piedpiper" + }, + { + "rshares": 375482272962, + "voter": "noaommerrr" + }, + { + "rshares": 1796764686, + "voter": "andzzz" + }, + { + "rshares": 73847143577, + "voter": "edgeland" + }, + { + "rshares": 76668352353, + "voter": "easteagle13" + }, + { + "rshares": 190169312803, + "voter": "jamtaylor" + }, + { + "rshares": 489465667, + "voter": "eatgrits" + }, + { + "rshares": 50872817, + "voter": "paco-steem" + }, + { + "rshares": 612581945, + "voter": "spaninv" + }, + { + "rshares": 309142566089, + "voter": "teamsteem" + }, + { + "rshares": 9534901206, + "voter": "richman" + }, + { + "rshares": 666331594856, + "voter": "nanzo-scoop" + }, + { + "rshares": 1827793190, + "voter": "acidyo" + }, + { + "rshares": 205903307851, + "voter": "mummyimperfect" + }, + { + "rshares": 39833240245, + "voter": "klye" + }, + { + "rshares": 1027351719, + "voter": "coar" + }, + { + "rshares": 353351990, + "voter": "murh" + }, + { + "rshares": 17601176156, + "voter": "b4bb4r-5h3r" + }, + { + "rshares": 405843973774, + "voter": "blakemiles84" + }, + { + "rshares": 10341217409, + "voter": "andu" + }, + { + "rshares": 57144356191, + "voter": "ak2020" + }, + { + "rshares": 260079987946, + "voter": "billbutler" + }, + { + "rshares": 75980218281, + "voter": "thecryptofiend" + }, + { + "rshares": 13518268974, + "voter": "johnerfx" + }, + { + "rshares": 140526207453, + "voter": "coinbitgold" + }, + { + "rshares": 412467399967, + "voter": "taoteh1221" + }, + { + "rshares": 22430460071, + "voter": "m4ever" + }, + { + "rshares": 418622798, + "voter": "applecrisp" + }, + { + "rshares": 2274330399691, + "voter": "stellabelle" + }, + { + "rshares": 4190059511, + "voter": "andre-ager" + }, + { + "rshares": 7998622846, + "voter": "givemeyoursteem" + }, + { + "rshares": 105851824009, + "voter": "kenny-crane" + }, + { + "rshares": 18555285556, + "voter": "samether" + }, + { + "rshares": 382747136304, + "voter": "kaylinart" + }, + { + "rshares": 487099978706, + "voter": "infovore" + }, + { + "rshares": 23735859481, + "voter": "ossama-benjohn" + }, + { + "rshares": 1130181250, + "voter": "johnerminer" + }, + { + "rshares": 19586514634, + "voter": "ziv" + }, + { + "rshares": 16087619085, + "voter": "zakharya" + }, + { + "rshares": 173891397847, + "voter": "thedashguy" + }, + { + "rshares": 145235686062, + "voter": "kimziv" + }, + { + "rshares": 2745357590, + "voter": "gary-smith" + }, + { + "rshares": 282225162, + "voter": "mammasitta" + }, + { + "rshares": 6545907918, + "voter": "fuck.off" + }, + { + "rshares": 2249535177, + "voter": "superfreek" + }, + { + "rshares": 6606808474, + "voter": "iloveporn" + }, + { + "rshares": 375067125844, + "voter": "fyrstikken" + }, + { + "rshares": 6022204460, + "voter": "the.bot" + }, + { + "rshares": 8036262291, + "voter": "johnbradshaw" + }, + { + "rshares": 7122827147, + "voter": "micheletrainer" + }, + { + "rshares": 68386703441, + "voter": "norbu" + }, + { + "rshares": 5599529516, + "voter": "the.whale" + }, + { + "rshares": 280810708, + "voter": "ladyclair" + }, + { + "rshares": 3576117505, + "voter": "michaellamden68" + }, + { + "rshares": 57002255623, + "voter": "asmolokalo" + }, + { + "rshares": 33046735905, + "voter": "good-karma" + }, + { + "rshares": 5149116277, + "voter": "dennygalindo" + }, + { + "rshares": 5303452399, + "voter": "unicornfarts" + }, + { + "rshares": 75826571301, + "voter": "rubybian" + }, + { + "rshares": 5263073872, + "voter": "riscadox" + }, + { + "rshares": 24175712542, + "voter": "katyakov" + }, + { + "rshares": 2715996666, + "voter": "soupernerd" + }, + { + "rshares": 119977364734, + "voter": "robrigo" + }, + { + "rshares": 5598045313, + "voter": "vote" + }, + { + "rshares": 342395061261, + "voter": "fabio" + }, + { + "rshares": 5899298096, + "voter": "kissmybutt" + }, + { + "rshares": 15365648590, + "voter": "r4fken" + }, + { + "rshares": 1631145568, + "voter": "sergei" + }, + { + "rshares": 14995507254, + "voter": "bitshares101" + }, + { + "rshares": 6317322640, + "voter": "owdy" + }, + { + "rshares": 1501769437, + "voter": "vi1son" + }, + { + "rshares": 1353291463754, + "voter": "renohq" + }, + { + "rshares": 97164483535, + "voter": "sigmajin" + }, + { + "rshares": 43603809494, + "voter": "mrwang" + }, + { + "rshares": 740422795, + "voter": "steem1653" + }, + { + "rshares": 18303819148, + "voter": "sebastien" + }, + { + "rshares": 11146913938, + "voter": "asim" + }, + { + "rshares": 176060985385, + "voter": "repholder" + }, + { + "rshares": 29810248025, + "voter": "dwinblood" + }, + { + "rshares": 10859176140, + "voter": "deviedev" + }, + { + "rshares": 66112176064, + "voter": "sephiroth" + }, + { + "rshares": 13884859240, + "voter": "meesterboom" + }, + { + "rshares": 416152871, + "voter": "karenmckersie" + }, + { + "rshares": 12348118332, + "voter": "allmonitors" + }, + { + "rshares": 1907615672, + "voter": "splatterhaus" + }, + { + "rshares": 806370035, + "voter": "luisucv34" + }, + { + "rshares": 53708107979, + "voter": "streetstyle" + }, + { + "rshares": 417250555684, + "voter": "knozaki2015" + }, + { + "rshares": 42186828341, + "voter": "milestone" + }, + { + "rshares": 5699385361, + "voter": "btcbtcbtc20155" + }, + { + "rshares": 827785579, + "voter": "mynameisbrian" + }, + { + "rshares": 2553460193, + "voter": "sgnsteems" + }, + { + "rshares": 194516421502, + "voter": "blueorgy" + }, + { + "rshares": 32130489151, + "voter": "ubg" + }, + { + "rshares": 3423042796, + "voter": "bones" + }, + { + "rshares": 9367946580, + "voter": "rpf" + }, + { + "rshares": 2224818881, + "voter": "earnest" + }, + { + "rshares": 3576934262, + "voter": "tarindel" + }, + { + "rshares": 3446220471, + "voter": "azurejasper" + }, + { + "rshares": 14106406643, + "voter": "beowulfoflegend" + }, + { + "rshares": 2314291578, + "voter": "bola" + }, + { + "rshares": 27102377358, + "voter": "deanliu" + }, + { + "rshares": 5468461567, + "voter": "rainchen" + }, + { + "rshares": 7815470684, + "voter": "neroru" + }, + { + "rshares": 1019125915486, + "voter": "james212" + }, + { + "rshares": 24288681391, + "voter": "masterinvestor" + }, + { + "rshares": 10888263743, + "voter": "fishborne" + }, + { + "rshares": 102801288, + "voter": "sergey44" + }, + { + "rshares": 424845000, + "voter": "berrysmok" + }, + { + "rshares": 37652543503, + "voter": "papa-pepper" + }, + { + "rshares": 940261675, + "voter": "happyphoenix" + }, + { + "rshares": 639471735, + "voter": "curator" + }, + { + "rshares": 23270267458, + "voter": "sisterholics" + }, + { + "rshares": 1480528431, + "voter": "alex.chien" + }, + { + "rshares": 6376633931, + "voter": "royalmacro" + }, + { + "rshares": 10123028535, + "voter": "logic" + }, + { + "rshares": 584752369, + "voter": "cwmyao1" + }, + { + "rshares": 15817307763, + "voter": "clevecross" + }, + { + "rshares": 156369688, + "voter": "steemster1" + }, + { + "rshares": 862061134, + "voter": "mar1978co" + }, + { + "rshares": 4090189555, + "voter": "webosfritos" + }, + { + "rshares": 2666801113, + "voter": "weenis" + }, + { + "rshares": 2238357029, + "voter": "dirty.hera" + }, + { + "rshares": 131625157, + "voter": "yulia98" + }, + { + "rshares": 512229631, + "voter": "karenb54" + }, + { + "rshares": 10720241925, + "voter": "gomeravibz" + }, + { + "rshares": 61911147, + "voter": "sharon" + }, + { + "rshares": 63085782, + "voter": "lillianjones" + }, + { + "rshares": 793861382304, + "voter": "laonie" + }, + { + "rshares": 1928457089, + "voter": "naturalista" + }, + { + "rshares": 942093795, + "voter": "transhuman" + }, + { + "rshares": 21837989409, + "voter": "laonie1" + }, + { + "rshares": 22352782004, + "voter": "laonie2" + }, + { + "rshares": 22360931482, + "voter": "laonie3" + }, + { + "rshares": 24149442143, + "voter": "laoyao" + }, + { + "rshares": 27629185020, + "voter": "myfirst" + }, + { + "rshares": 167928825704, + "voter": "somebody" + }, + { + "rshares": 16350272739, + "voter": "sunshine" + }, + { + "rshares": 6522124565, + "voter": "flysaga" + }, + { + "rshares": 6185106786, + "voter": "brendio" + }, + { + "rshares": 38527719167, + "voter": "midnightoil" + }, + { + "rshares": 63541793, + "voter": "coderg" + }, + { + "rshares": 473946643269, + "voter": "glitterfart" + }, + { + "rshares": 4176872896, + "voter": "ullikume" + }, + { + "rshares": 6623452381, + "voter": "minion" + }, + { + "rshares": 1577306627, + "voter": "andrew0" + }, + { + "rshares": 22357085584, + "voter": "laonie4" + }, + { + "rshares": 22355328422, + "voter": "laonie5" + }, + { + "rshares": 22352611343, + "voter": "laonie6" + }, + { + "rshares": 22349767400, + "voter": "laonie7" + }, + { + "rshares": 22346006171, + "voter": "laonie8" + }, + { + "rshares": 22344294392, + "voter": "laonie9" + }, + { + "rshares": 92513391118, + "voter": "xiaohui" + }, + { + "rshares": 263105171887, + "voter": "fairytalelife" + }, + { + "rshares": 20622142384, + "voter": "jphamer1" + }, + { + "rshares": 20350336517, + "voter": "velourex" + }, + { + "rshares": 5369683283, + "voter": "oflyhigh" + }, + { + "rshares": 3013299405, + "voter": "xiaokongcom" + }, + { + "rshares": 56650918931, + "voter": "driv3n" + }, + { + "rshares": 63570195, + "voter": "msjennifer" + }, + { + "rshares": 59738641, + "voter": "ciao" + }, + { + "rshares": 10973358869, + "voter": "thebotkiller" + }, + { + "rshares": 57914427, + "voter": "steemo" + }, + { + "rshares": 6073118497, + "voter": "xianjun" + }, + { + "rshares": 22043736930, + "voter": "hanshotfirst" + }, + { + "rshares": 57765027, + "voter": "steema" + }, + { + "rshares": 1590670250, + "voter": "erikclark13" + }, + { + "rshares": 1127808427, + "voter": "vegascomic" + }, + { + "rshares": 10157142611, + "voter": "ottodv" + }, + { + "rshares": 74494304, + "voter": "confucius" + }, + { + "rshares": 3933354492, + "voter": "bledarus" + }, + { + "rshares": 61296223, + "voter": "strangedays" + }, + { + "rshares": 84406705123, + "voter": "miacats" + }, + { + "rshares": 58653788, + "voter": "jarvis" + }, + { + "rshares": 398349859, + "voter": "microluck" + }, + { + "rshares": 77220767, + "voter": "razberrijam" + }, + { + "rshares": 56726999, + "voter": "fortuner" + }, + { + "rshares": 1760257480, + "voter": "chinadaily" + }, + { + "rshares": 29749490788, + "voter": "kyriacos" + }, + { + "rshares": 5897804656, + "voter": "lemouth" + }, + { + "rshares": 7980606923, + "voter": "farmerswife" + }, + { + "rshares": 273211506, + "voter": "jimmytwoshoes" + }, + { + "rshares": 58947349, + "voter": "wendelribeiro" + }, + { + "rshares": 55414210, + "voter": "johnbyrd" + }, + { + "rshares": 55396880, + "voter": "thomasaustin" + }, + { + "rshares": 55394920, + "voter": "thermor" + }, + { + "rshares": 55406673, + "voter": "ficholl" + }, + { + "rshares": 56566121, + "voter": "widell" + }, + { + "rshares": 86327402421, + "voter": "icfiedler" + }, + { + "rshares": 9149533951, + "voter": "jaredcwillis" + }, + { + "rshares": 57439383, + "voter": "wholefoods" + }, + { + "rshares": 54991366, + "voter": "revelbrooks" + }, + { + "rshares": 22338332510, + "voter": "laonie10" + }, + { + "rshares": 68437243690, + "voter": "sweetsssj" + }, + { + "rshares": 12648203513, + "voter": "someguy123" + }, + { + "rshares": 4009964661, + "voter": "hilarski" + }, + { + "rshares": 2214821974, + "voter": "hoopatang" + }, + { + "rshares": 2500078806, + "voter": "shadowspub" + }, + { + "rshares": 261579534201, + "voter": "oldtimer" + }, + { + "rshares": 4161934026, + "voter": "steemitpatina" + }, + { + "rshares": 54999739, + "voter": "curpose" + }, + { + "rshares": 153032594, + "voter": "jtstreetman" + }, + { + "rshares": 446928899, + "voter": "runridefly" + }, + { + "rshares": 2774307105, + "voter": "contentjunkie" + }, + { + "rshares": 103203866500, + "voter": "shenanigator" + }, + { + "rshares": 22008008063, + "voter": "laonie11" + }, + { + "rshares": 53961187, + "voter": "troich" + }, + { + "rshares": 41405284088, + "voter": "luminousvisions" + }, + { + "rshares": 7270618086, + "voter": "davidbrogan" + }, + { + "rshares": 53966805, + "voter": "crion" + }, + { + "rshares": 53622549, + "voter": "hitherise" + }, + { + "rshares": 53613607, + "voter": "wiss" + }, + { + "rshares": 494664136, + "voter": "areynolds" + }, + { + "rshares": 2731168114, + "voter": "fajrilgooner" + }, + { + "rshares": 53252658, + "voter": "stroully" + }, + { + "rshares": 54293199, + "voter": "walternz" + }, + { + "rshares": 9161548599, + "voter": "doitvoluntarily" + }, + { + "rshares": 52916909, + "voter": "thadm" + }, + { + "rshares": 52915101, + "voter": "prof" + }, + { + "rshares": 92326483945, + "voter": "thecyclist" + }, + { + "rshares": 992040757, + "voter": "smisi" + }, + { + "rshares": 56897224, + "voter": "lighter" + }, + { + "rshares": 52560790, + "voter": "yorsens" + }, + { + "rshares": 52242652, + "voter": "bane" + }, + { + "rshares": 52236265, + "voter": "vive" + }, + { + "rshares": 52230725, + "voter": "coad" + }, + { + "rshares": 7295907898, + "voter": "renzoarg" + }, + { + "rshares": 51922012, + "voter": "sofa" + }, + { + "rshares": 2377534516, + "voter": "lilmisjenn" + }, + { + "rshares": 341097233, + "voter": "bones261" + }, + { + "rshares": 620954332, + "voter": "bones555" + }, + { + "rshares": 51994517, + "voter": "ailo" + }, + { + "rshares": 99072246, + "voter": "positivesteem" + }, + { + "rshares": 5320196521, + "voter": "chick1" + }, + { + "rshares": 2437884565, + "voter": "whatsup" + }, + { + "rshares": 4765768150, + "voter": "gringalicious" + }, + { + "rshares": 1835091693, + "voter": "rigaronib" + }, + { + "rshares": 50569452, + "voter": "aoki" + }, + { + "rshares": 50516543, + "voter": "typingagent" + }, + { + "rshares": 50514225, + "voter": "cwb" + }, + { + "rshares": 67956001, + "voter": "nelyp" + }, + { + "rshares": 71092472, + "voter": "lennex" + }, + { + "rshares": 51470533, + "voter": "eavy" + }, + { + "rshares": 51484593, + "voter": "roto" + }, + { + "rshares": 8066814624, + "voter": "cato-the-elder" + }, + { + "rshares": 52176950, + "voter": "saiku" + }, + { + "rshares": 2856393738, + "voter": "ltm" + }, + { + "rshares": 76034330, + "voter": "igtes" + }, + { + "rshares": 154501261, + "voter": "buffett" + }, + { + "rshares": 156889025, + "voter": "anarchy-veganism" + }, + { + "rshares": 9342188316, + "voter": "goldmatters" + }, + { + "rshares": 155204122, + "voter": "budgiebee" + }, + { + "rshares": 155180811, + "voter": "majes" + }, + { + "rshares": 154551739, + "voter": "reddust" + }, + { + "rshares": 474962663, + "voter": "hacon" + }, + { + "rshares": 156136975, + "voter": "william007" + } + ], + "author": "tuck-fheman", + "author_payout_value": "0.000 HBD", + "author_reputation": 71.52, + "beneficiaries": [], + "blacklists": [], + "body": "https://s18.postimg.org/aid72t4nt/too_old.png\n\n# [I'm Too Old For This](https://youtu.be/MqBNSMbEzI0)\n\nYou youngin's holding onto your new age Eckhart Tolle \"live in the now\" Aleister Crowley regurgitated belief systems and rah rah sycophant always positive philosophies (so long as the handouts are still being raked in), all while rewarding, if not exalting, people with a complete disregard for human decency amaze me and give me pause to think ... **what in the $@#! happened to this world?!**\n
    \n\nhttps://i.imgflip.com/1adksj.jpg\n\n# Back In My Day\n\nDuring my heyday, people were able to speak their mind, so long as they did so with respect and allowed others to voice their opinion as well. Everyone was different, and that's what made each individual interesting. Nowadays, it seems most people just want to be like everyone else and fit in. Don't rock the boat, else you won't get your reward! It's like being in a Kindergarten class full of 20-30 somethings.\n\nThis younger generation seems to worry more about figuring out how to make themselves into a Gawd, while at the same time arguing over which psychopathic authoritarian they are going to vote for as their supreme leader. They do more thinking about who to vote for to control their lives than they do how they are going to survive on their own for the next 40 years or more.\n\nhttps://s16.postimg.org/dqbzdofj9/OK_dees_1_Copy.jpg \n\nWhich one of these \"leaders\" (and I must quote that) is going to do more for me, seems to be the biggest question of younger generations. While at the same time they hold onto the belief that everything was created just for them and everyone else is merely a part of them; their own personal sock puppets of pleasure who must reward them when they do something they consider to be worthwhile.\n
    \n\nhttps://cdn.meme.am/instances/57755618.jpg\n\n# Vaporware Is Skeery\n\nOne of my biggest disappointments in this community came when @stellabelle, the person with the highest reputation on the site, made a post about an announced feature she liked in another decentralized blogging platform that doesn't even exist. \n\n### The horror! \n\nMany were quick to point out that the other platform was \"vaporware\", yet felt so threatened by her post about this \"vaporware\" that they created fictional stories to apparently discredit her. Others jumped on the bandwagon at every chance in the comments section. For what? For pointing out an announced feature in \"vaporware\"? Some even called this apparent \"vaporware\" a \"competitor\"!?\n\nhttps://s11.postimg.org/e5699gp5v/cover_ears.jpg\n\n# [Faith No More](https://youtu.be/3yVI3UgtvwU)\n\nThis says a lot about the faith these people actually have in Steemit. The fact that a piece of \"vaporware\" can be considered a \"competitor\" to Steemit, along with the fact that these people feel threatened by this \"vaporware\" would make Leon Festinger roll over in his grave; **because he's dead ... just like this generations ability to debate on a topic without their favorite psychology book in front of them to fashion a response from someone else's thoughts.**\n\nWe even have one of the largest whales on Steemit flagging comments that dare mention a non-existent \"competitor\" or anyone saying anything that, in their mind, is considered \"divisive\" to the community. A flag from this person will all but hide a comment from anyone's view without seeking it out at the bottom of the page. \n\nhttps://s15.postimg.org/820q6kvkr/safe_space.jpg\n\n# [In Muh Safe Space](https://youtu.be/sXQkXXBqj_U)\n\n\nSo much for being a place to discuss anything openly. And yet, people here complain about Facebook and Reddit, yet I can mention Facebook all day on Reddit, and vice versa, and never have to worry that my comment will be hidden by a single individual. Even worse, Facebook and Reddit are some of the most censored platforms in existence.\n\n### Put that in your **[hash pipe](https://youtu.be/_9BGLtqqkVI)** and smoke it!\n\nSome here are taking it upon themselves to create a safe space for everyone else, because apparently the competition from these non-existent platforms is so strong we must hide their non-existent features very mention from the fragile masses. Back in my day, there was a saying ... \"competition is good\", but apparently that's no longer the case.\n\nhttps://s22.postimg.org/cal6wr4tt/manstuff.jpg\n\n# [Smells Like Teen Spirit](https://youtu.be/hTWKbfoikeg)\n\nHere on Steemit, it's hard to find anyone that appreciates sports, guns, hunting, cars or anything that my generation considers to be laced with testosterone. Sure I find computer/programming talk interesting, but it's rare these days to find people online that can talk the 4 basic man groups as well. I've found a few, but for the most part they are hiding within the Steemit caves of obscurity.\n\nSteemit advertises that \"original content\" is rewarded, yet anyone that can speak in great detail on any of those 4 basic man groups will rarely, if ever, be rewarded for doing so. There are a few of these well written articles on these topics here on Steemit, but you will be hard pressed to find one earning more than $5. Why Is that? \n\n### I'll tell you why ... because Steemit, for the most part, is lacking testosterone. \n# (\u256f\u00b0\u25a1\u00b0)\u256f\ufe35 \u253b\u2501\u253b\n
    \n\nhttps://s13.postimg.org/oou4yaqp3/Grinds_my_gears1.jpg\n\n# [What Grinds My Gears](https://youtu.be/Q685Ko2DHDs)\n\nYou know what really grinds my gears? Steemit. **Steemit really grinds my gears.** Why? Because I'm too old for this shit! And for that reason, **this will be my last post on Steemit**. I will be relinquishing my posting key access for this account and leave it to the younger generation of Tuck Fheman's, so they can post happy thoughts about all things Steemit and be rewarded untold fortunes for doing so. I am just holding them back.\n\nI did my best to be a part of this generations next big thing, but generation Steemit is just too namby-pamby for this old codger. \n\n
    \nhttps://s22.postimg.org/9mkkeg19t/giphy.gif\n
    \n
    \nhttps://s20.postimg.org/bcrfwvml9/mic_drop.gif\n
    \n\n
    ", + "category": "philosophy", + "children": 141, + "created": "2016-09-10T22:42:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://s18.postimg.org/aid72t4nt/too_old.png", + "https://i.imgflip.com/1adksj.jpg", + "https://s16.postimg.org/dqbzdofj9/OK_dees_1_Copy.jpg", + "https://cdn.meme.am/instances/57755618.jpg", + "https://s11.postimg.org/e5699gp5v/cover_ears.jpg", + "https://s15.postimg.org/820q6kvkr/safe_space.jpg", + "https://s22.postimg.org/cal6wr4tt/manstuff.jpg", + "https://s13.postimg.org/oou4yaqp3/Grinds_my_gears1.jpg", + "https://s22.postimg.org/9mkkeg19t/giphy.gif", + "https://s20.postimg.org/bcrfwvml9/mic_drop.gif" + ], + "links": [ + "https://youtu.be/MqBNSMbEzI0", + "https://youtu.be/3yVI3UgtvwU", + "https://youtu.be/sXQkXXBqj_U", + "https://youtu.be/_9BGLtqqkVI", + "https://youtu.be/hTWKbfoikeg", + "https://youtu.be/Q685Ko2DHDs" + ], + "tags": [ + "philosophy", + "rant", + "steemit", + "new-age", + "mic-drop" + ], + "users": [ + "stellabelle" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 42002060944755, + "payout": 144.429, + "payout_at": "2016-09-17T22:42:27", + "pending_payout_value": "144.429 HBD", + "percent_hbd": 10000, + "permlink": "when-concerning-steemit-i-ve-come-to-realize-i-m-too-old-for-this", + "post_id": 1201658, + "promoted": "138.990 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 287 + }, + "title": "When Concerning Steemit, I've Come To Realize ... I'm Too Old For This", + "updated": "2016-09-10T22:42:27", + "url": "/philosophy/@tuck-fheman/when-concerning-steemit-i-ve-come-to-realize-i-m-too-old-for-this" + }, + { + "active_votes": [ + { + "rshares": 2878128126837, + "voter": "badassmother" + }, + { + "rshares": 6998734695522, + "voter": "xeldal" + }, + { + "rshares": 6042719173062, + "voter": "enki" + }, + { + "rshares": 120838362492, + "voter": "sandra" + }, + { + "rshares": 991013934194, + "voter": "ihashfury" + }, + { + "rshares": 918527955423, + "voter": "liondani" + }, + { + "rshares": 3719055998, + "voter": "boy" + }, + { + "rshares": 4515019251, + "voter": "bue-witness" + }, + { + "rshares": 836782064, + "voter": "bunny" + }, + { + "rshares": 64817001772, + "voter": "bue" + }, + { + "rshares": 1993119622, + "voter": "mini" + }, + { + "rshares": 256394111, + "voter": "moon" + }, + { + "rshares": 210347006215, + "voter": "alex90342fastn1" + }, + { + "rshares": 34042532834, + "voter": "aizensou" + }, + { + "rshares": 401713935140, + "voter": "recursive2" + }, + { + "rshares": 398896422515, + "voter": "recursive3" + }, + { + "rshares": 17157086215, + "voter": "proctologic" + }, + { + "rshares": 747273339, + "voter": "healthcare" + }, + { + "rshares": 1160639989, + "voter": "daniel.pan" + }, + { + "rshares": 21561714956, + "voter": "dedriss" + }, + { + "rshares": 302719926634, + "voter": "chitty" + }, + { + "rshares": 345768342, + "voter": "helen.tan" + }, + { + "rshares": 14351424587, + "voter": "gregory-f" + }, + { + "rshares": 77086206429, + "voter": "edgeland" + }, + { + "rshares": 78070381820, + "voter": "easteagle13" + }, + { + "rshares": 95730853785, + "voter": "juanlibertad" + }, + { + "rshares": 12739865723, + "voter": "ervin-lemark" + }, + { + "rshares": 9785915976, + "voter": "gregory60" + }, + { + "rshares": 15462863713, + "voter": "jademont" + }, + { + "rshares": 7554806704, + "voter": "fkn" + }, + { + "rshares": 1455984309, + "voter": "spaninv" + }, + { + "rshares": 2098982781, + "voter": "gekko" + }, + { + "rshares": 340907048790, + "voter": "teamsteem" + }, + { + "rshares": 9947116773, + "voter": "elishagh1" + }, + { + "rshares": 9650580617, + "voter": "richman" + }, + { + "rshares": 2950703828, + "voter": "jerome-colley" + }, + { + "rshares": 89884543659, + "voter": "william-noe" + }, + { + "rshares": 17260900202, + "voter": "acidyo" + }, + { + "rshares": 14125062140, + "voter": "cian.dafe" + }, + { + "rshares": 22046139567, + "voter": "klye" + }, + { + "rshares": 79658049745, + "voter": "asch" + }, + { + "rshares": 1431852861, + "voter": "murh" + }, + { + "rshares": 368696007081, + "voter": "blakemiles84" + }, + { + "rshares": 586286811332, + "voter": "cyber" + }, + { + "rshares": 96224456283, + "voter": "midnas-howler" + }, + { + "rshares": 37451164846, + "voter": "justtryme90" + }, + { + "rshares": 4597420837, + "voter": "cm-steem" + }, + { + "rshares": 8881004054, + "voter": "johnerfx" + }, + { + "rshares": 3596528108285, + "voter": "satoshifund" + }, + { + "rshares": 388823990187, + "voter": "taoteh1221" + }, + { + "rshares": 391275913, + "voter": "applecrisp" + }, + { + "rshares": 362378288951, + "voter": "hedge-x" + }, + { + "rshares": 52998773109, + "voter": "juanmiguelsalas" + }, + { + "rshares": 863365208, + "voter": "sunnyray" + }, + { + "rshares": 59069076379, + "voter": "thecryptodrive" + }, + { + "rshares": 124185870189, + "voter": "bravenewcoin" + }, + { + "rshares": 8333460340, + "voter": "kennyskitchen" + }, + { + "rshares": 266442266951, + "voter": "kaylinart" + }, + { + "rshares": 500746650031, + "voter": "infovore" + }, + { + "rshares": 48671150838, + "voter": "brandonp" + }, + { + "rshares": 138353237297, + "voter": "schro" + }, + { + "rshares": 1863788514, + "voter": "stephen-somers" + }, + { + "rshares": 2434631651, + "voter": "tee-em" + }, + { + "rshares": 100534891530, + "voter": "geoffrey" + }, + { + "rshares": 43181755485, + "voter": "honeythief" + }, + { + "rshares": 403540320598, + "voter": "fyrstikken" + }, + { + "rshares": 40797153099, + "voter": "treeshaface" + }, + { + "rshares": 18543754999, + "voter": "acassity" + }, + { + "rshares": 289162489, + "voter": "weedor" + }, + { + "rshares": 302683064, + "voter": "gerber" + }, + { + "rshares": 17546278068, + "voter": "grey580" + }, + { + "rshares": 264522603, + "voter": "ales" + }, + { + "rshares": 8820348623, + "voter": "cannav" + }, + { + "rshares": 204013843843, + "voter": "asmolokalo" + }, + { + "rshares": 300446841809, + "voter": "roelandp" + }, + { + "rshares": 3112471750, + "voter": "orly" + }, + { + "rshares": 4707075837, + "voter": "steamit" + }, + { + "rshares": 15801611273, + "voter": "konstantin" + }, + { + "rshares": 32544390735, + "voter": "hitmeasap" + }, + { + "rshares": 2870229595, + "voter": "stranger27" + }, + { + "rshares": 133098789385, + "voter": "jackkang" + }, + { + "rshares": 599975985871, + "voter": "juneaugoldbuyer" + }, + { + "rshares": 32961215897, + "voter": "r4fken" + }, + { + "rshares": 283810485, + "voter": "damono" + }, + { + "rshares": 25445457118, + "voter": "tcfxyz" + }, + { + "rshares": 259486897, + "voter": "romel" + }, + { + "rshares": 1625153964, + "voter": "sergei" + }, + { + "rshares": 8892666616, + "voter": "killswitch" + }, + { + "rshares": 15616629499, + "voter": "bitshares101" + }, + { + "rshares": 499156305959, + "voter": "neoxian" + }, + { + "rshares": 3613581209, + "voter": "owdy" + }, + { + "rshares": 198330012, + "voter": "ch0c0latechip" + }, + { + "rshares": 183568347, + "voter": "doge4lyf" + }, + { + "rshares": 147240421388, + "voter": "knircky" + }, + { + "rshares": 12022855311, + "voter": "ausbitbank" + }, + { + "rshares": 1571508493, + "voter": "leksimus" + }, + { + "rshares": 885891994, + "voter": "dicov" + }, + { + "rshares": 919965160, + "voter": "steem1653" + }, + { + "rshares": 10802622782, + "voter": "asim" + }, + { + "rshares": 4405634199, + "voter": "karen13" + }, + { + "rshares": 24942066295, + "voter": "igster" + }, + { + "rshares": 1367833704, + "voter": "jrd8526" + }, + { + "rshares": 10301497593, + "voter": "mun" + }, + { + "rshares": 356943865, + "voter": "karenmckersie" + }, + { + "rshares": 47927575572, + "voter": "creationlayer" + }, + { + "rshares": 384335950, + "voter": "leonir" + }, + { + "rshares": 793082709, + "voter": "thinkngrow" + }, + { + "rshares": 367441394, + "voter": "luisucv34" + }, + { + "rshares": 47406569721, + "voter": "streetstyle" + }, + { + "rshares": 70372093790, + "voter": "inertia" + }, + { + "rshares": 42927707223, + "voter": "milestone" + }, + { + "rshares": 3422295233, + "voter": "maximkichev" + }, + { + "rshares": 5725254373, + "voter": "btcbtcbtc20155" + }, + { + "rshares": 2064928807, + "voter": "the-future" + }, + { + "rshares": 3782713987, + "voter": "adamt" + }, + { + "rshares": 12974410735, + "voter": "nippel66" + }, + { + "rshares": 2976001628, + "voter": "imp3" + }, + { + "rshares": 252357240414, + "voter": "calaber24p" + }, + { + "rshares": 3477776250, + "voter": "davidr" + }, + { + "rshares": 3556231334, + "voter": "simon.braki.love" + }, + { + "rshares": 59941579508, + "voter": "thylbom" + }, + { + "rshares": 3433845802, + "voter": "bones" + }, + { + "rshares": 19157179302, + "voter": "bendjmiller222" + }, + { + "rshares": 3987315202, + "voter": "rainchen" + }, + { + "rshares": 35138047991, + "voter": "sauravrungta" + }, + { + "rshares": 12019513269, + "voter": "shredlord" + }, + { + "rshares": 73099576639, + "voter": "rea" + }, + { + "rshares": 8132763030, + "voter": "neroru" + }, + { + "rshares": 214418183330, + "voter": "jl777" + }, + { + "rshares": 373770800, + "voter": "meteor78" + }, + { + "rshares": 26816500737, + "voter": "zaebars" + }, + { + "rshares": 6113574314, + "voter": "positive" + }, + { + "rshares": 1683378197, + "voter": "yarly" + }, + { + "rshares": 255303484, + "voter": "yarly2" + }, + { + "rshares": 255686119, + "voter": "yarly3" + }, + { + "rshares": 147914638, + "voter": "yarly4" + }, + { + "rshares": 148750003, + "voter": "yarly5" + }, + { + "rshares": 84813726, + "voter": "yarly7" + }, + { + "rshares": 4164065341, + "voter": "lpfaust" + }, + { + "rshares": 18119834837, + "voter": "prufarchy" + }, + { + "rshares": 11673305563, + "voter": "quickfingersluc" + }, + { + "rshares": 220766396409, + "voter": "johnsmith" + }, + { + "rshares": 11219620297, + "voter": "winstonwolfe" + }, + { + "rshares": 859954354, + "voter": "happyphoenix" + }, + { + "rshares": 20113164016, + "voter": "krabgat" + }, + { + "rshares": 7430932441, + "voter": "webdeals" + }, + { + "rshares": 203965977, + "voter": "shadyonline" + }, + { + "rshares": 18453282331, + "voter": "proto" + }, + { + "rshares": 618560648, + "voter": "curator" + }, + { + "rshares": 408950035, + "voter": "yarly10" + }, + { + "rshares": 219368610, + "voter": "yarly11" + }, + { + "rshares": 274335473, + "voter": "faraz" + }, + { + "rshares": 76805770, + "voter": "yarly12" + }, + { + "rshares": 10590243337, + "voter": "phoenixmaid" + }, + { + "rshares": 126426805, + "voter": "ipopular" + }, + { + "rshares": 74356260, + "voter": "salamanca1987ar" + }, + { + "rshares": 18695991236, + "voter": "pixielolz" + }, + { + "rshares": 1840946810, + "voter": "bullionstackers" + }, + { + "rshares": 861558297, + "voter": "mar1978co" + }, + { + "rshares": 1526231546, + "voter": "spinner" + }, + { + "rshares": 2456054658, + "voter": "belkins" + }, + { + "rshares": 19988784545, + "voter": "williambanks" + }, + { + "rshares": 5647038859, + "voter": "shortcut" + }, + { + "rshares": 139439065521, + "voter": "steemdrive" + }, + { + "rshares": 9225459807, + "voter": "taker" + }, + { + "rshares": 731723236, + "voter": "pakisnxt" + }, + { + "rshares": 5553712976, + "voter": "nekromarinist" + }, + { + "rshares": 1951944925, + "voter": "sykochica" + }, + { + "rshares": 1515473458, + "voter": "merej99" + }, + { + "rshares": 15130676889, + "voter": "reneenouveau" + }, + { + "rshares": 8140603858, + "voter": "fintech-jesus" + }, + { + "rshares": 1759071342, + "voter": "feelapi" + }, + { + "rshares": 9623723965, + "voter": "viktor.phuket" + }, + { + "rshares": 4010159410, + "voter": "poeticsnake" + }, + { + "rshares": 3565700998, + "voter": "ullikume" + }, + { + "rshares": 1146725005, + "voter": "andrew0" + }, + { + "rshares": 7063527946, + "voter": "kurtbeil" + }, + { + "rshares": 512286246, + "voter": "romancs" + }, + { + "rshares": 3424311094, + "voter": "steemleak" + }, + { + "rshares": 14726415882, + "voter": "capper2016" + }, + { + "rshares": 10366372843, + "voter": "ekitcho" + }, + { + "rshares": 12931796143, + "voter": "randyclemens" + }, + { + "rshares": 293812470, + "voter": "rusteller" + }, + { + "rshares": 85386694477, + "voter": "sirwinchester" + }, + { + "rshares": 55591289, + "voter": "tinca" + }, + { + "rshares": 411872432, + "voter": "jrcornel" + }, + { + "rshares": 1467824207, + "voter": "quantumanomaly" + }, + { + "rshares": 253738615, + "voter": "naifaz" + }, + { + "rshares": 1030648559, + "voter": "vegascomic" + }, + { + "rshares": 1145609627, + "voter": "bledarus" + }, + { + "rshares": 83673051926, + "voter": "miacats" + }, + { + "rshares": 58499109, + "voter": "nano2nd" + }, + { + "rshares": 62332619, + "voter": "razberrijam" + }, + { + "rshares": 7624079651, + "voter": "matrixdweller" + }, + { + "rshares": 9995207527, + "voter": "kyriacos" + }, + { + "rshares": 73290501683, + "voter": "helikopterben" + }, + { + "rshares": 50094162, + "voter": "pollina" + }, + { + "rshares": 4390594623, + "voter": "themanualbot" + }, + { + "rshares": 89766690138, + "voter": "icfiedler" + }, + { + "rshares": 3574771803, + "voter": "shneakysquirrel" + }, + { + "rshares": 4346734216, + "voter": "mada" + }, + { + "rshares": 18099477167, + "voter": "yef99" + }, + { + "rshares": 51095992, + "voter": "kamil5" + }, + { + "rshares": 467996430, + "voter": "tradz" + }, + { + "rshares": 201888000, + "voter": "tlarsen2080" + }, + { + "rshares": 11457714027, + "voter": "hilarski" + }, + { + "rshares": 4621091782, + "voter": "onetree" + }, + { + "rshares": 1609584914, + "voter": "imag1ne" + }, + { + "rshares": 194564074, + "voter": "arty" + }, + { + "rshares": 88366627, + "voter": "jtstreetman" + }, + { + "rshares": 709285853, + "voter": "runridefly" + }, + { + "rshares": 50094345, + "voter": "kosmatimuc" + }, + { + "rshares": 56583285, + "voter": "alternative" + }, + { + "rshares": 581299661, + "voter": "kev7000" + }, + { + "rshares": 82668168, + "voter": "tito-baron" + }, + { + "rshares": 262718397, + "voter": "maarnio" + }, + { + "rshares": 2209122623, + "voter": "richardjuckes" + }, + { + "rshares": 24239498471, + "voter": "dubi" + }, + { + "rshares": 223746762, + "voter": "steemreporter" + }, + { + "rshares": 55278008, + "voter": "recurvez" + }, + { + "rshares": 117140255, + "voter": "alina1" + }, + { + "rshares": 57522774, + "voter": "patelincho" + }, + { + "rshares": 311627797, + "voter": "bones261" + }, + { + "rshares": 1524816681, + "voter": "ibringawareness" + }, + { + "rshares": 594706072, + "voter": "bones555" + }, + { + "rshares": 1645692763, + "voter": "anton333" + }, + { + "rshares": 5550458547, + "voter": "chick1" + }, + { + "rshares": 50523318, + "voter": "aoki" + }, + { + "rshares": 50454788, + "voter": "typingagent" + }, + { + "rshares": 50468091, + "voter": "cwb" + }, + { + "rshares": 53474283, + "voter": "barbosabarros" + }, + { + "rshares": 51583902, + "voter": "wolfdaze" + }, + { + "rshares": 71766021, + "voter": "ancientofdays" + }, + { + "rshares": 1631761737, + "voter": "puffin" + }, + { + "rshares": 177106697, + "voter": "ziogio" + } + ], + "author": "fyrstikken", + "author_payout_value": "0.000 HBD", + "author_reputation": 70.42, + "beneficiaries": [], + "blacklists": [], + "body": "
    \n\n

    We are now 600+ users registered and 20-30 active hosts at any time of the day talking about steemit, crypto and news 24/7 live on air and this is how you do it to become a host on steemspeak radio stakepool

    \n\n

    WE WANT TO HEAR YOU TOO!

    \n\nFirst, make sure you have a GOOD Microphone and a GREAT Headset. When you are on air talking about your latest steemit-post or something else that is on your mind, you want to sound great and make sure you don\u00b4t transmit echo, so if you don\u00b4t have headphones - buy some before you join.\n\nSecond, Download the Teamspeak 3 Client that works for your Operative System or Phone from Official Teamspeak Download.\n\nThird, Connect your TeamSpeak 3 Client to this server: ts.steemspeak.com\n\n---\n
    It is THAT Simple!
    \n---\n\n---\nOK, Now that you have logged in, you need to set your Push To Talk Button! And to do that I have included a good youtube-tutorial for you here so that you can easily figure out how to do it in settings->capture->push to talk->hotkeys\n\n

    Setting up the Push to Talk button!

    \nhttps://www.youtube.com/watch?v=u89aMcyfr2s\n\n

    The Mac Version settings are found in the Teamspeak 3->Preferences ->Capture

    \n\n---\n
    If you just want to listen, go to steemspeak.com24/7 all year!
    \n---", + "category": "steemit", + "children": 31, + "created": "2016-08-31T13:26:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://stakepool.com/wp-content/uploads/2016/08/Screen-Shot-2016-08-31-at-07.58.21.png", + "https://img.youtube.com/vi/u89aMcyfr2s/0.jpg" + ], + "links": [ + "http://teamspeak.com/downloads", + "https://www.youtube.com/watch?v=u89aMcyfr2s", + "http://steemspeak.com" + ], + "tags": [ + "steemit", + "life", + "freedom", + "news", + "music" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 31741689374910, + "payout": 120.057, + "payout_at": "2016-09-07T13:26:54", + "pending_payout_value": "120.057 HBD", + "percent_hbd": 10000, + "permlink": "how-to-connect-and-be-a-host-on-steemspeak-radio-and-let-your-voice-be-heard-across-the-world", + "post_id": 1070639, + "promoted": "125.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 235 + }, + "title": "How to CONNECT and be a HOST on SteemSpeak Radio and let your VOICE be HEARD across the WORLD!", + "updated": "2016-08-31T13:26:54", + "url": "/steemit/@fyrstikken/how-to-connect-and-be-a-host-on-steemspeak-radio-and-let-your-voice-be-heard-across-the-world" + }, + { + "active_votes": [ + { + "rshares": 14287655717809, + "voter": "dantheman" + }, + { + "rshares": 372316824459, + "voter": "berkah" + }, + { + "rshares": 7292928003093, + "voter": "riverhead" + }, + { + "rshares": 6712692598434, + "voter": "xeldal" + }, + { + "rshares": 8748358954886, + "voter": "pharesim" + }, + { + "rshares": 5924081466216, + "voter": "enki" + }, + { + "rshares": 20671106684513, + "voter": "tombstone" + }, + { + "rshares": 118417933788, + "voter": "sandra" + }, + { + "rshares": 923945830721, + "voter": "ihashfury" + }, + { + "rshares": 898909637848, + "voter": "liondani" + }, + { + "rshares": 2479218792, + "voter": "boy" + }, + { + "rshares": 3009798108, + "voter": "bue-witness" + }, + { + "rshares": 557836382, + "voter": "bunny" + }, + { + "rshares": 7335421547210, + "voter": "complexring" + }, + { + "rshares": 43175636897, + "voter": "bue" + }, + { + "rshares": 1328665238, + "voter": "mini" + }, + { + "rshares": 170926788, + "voter": "moon" + }, + { + "rshares": 214530506030, + "voter": "alex90342fastn1" + }, + { + "rshares": 391741109003, + "voter": "recursive2" + }, + { + "rshares": 389075404441, + "voter": "recursive3" + }, + { + "rshares": 1331361114912, + "voter": "steempower" + }, + { + "rshares": 77471889244, + "voter": "vip" + }, + { + "rshares": 253801568876, + "voter": "pheonike" + }, + { + "rshares": 20262312121, + "voter": "proctologic" + }, + { + "rshares": 498161277, + "voter": "healthcare" + }, + { + "rshares": 773724643, + "voter": "daniel.pan" + }, + { + "rshares": 399862483868, + "voter": "woo7739" + }, + { + "rshares": 411408907897, + "voter": "steemrollin" + }, + { + "rshares": 6821654706, + "voter": "patrice" + }, + { + "rshares": 230509608, + "voter": "helen.tan" + }, + { + "rshares": 14466370135, + "voter": "brindleswan" + }, + { + "rshares": 48090324970, + "voter": "noaommerrr" + }, + { + "rshares": 82688369456, + "voter": "acidsun" + }, + { + "rshares": 13170169522, + "voter": "gregory-f" + }, + { + "rshares": 11072341222, + "voter": "dave-hughes" + }, + { + "rshares": 80028506637, + "voter": "edgeland" + }, + { + "rshares": 419229125146, + "voter": "chryspano" + }, + { + "rshares": 81246195312, + "voter": "easteagle13" + }, + { + "rshares": 13405317241, + "voter": "ervin-lemark" + }, + { + "rshares": 535527459153, + "voter": "eeks" + }, + { + "rshares": 3020965065, + "voter": "fkn" + }, + { + "rshares": 1454961783, + "voter": "spaninv" + }, + { + "rshares": 19097994036, + "voter": "georgedonnelly" + }, + { + "rshares": 2056146398, + "voter": "gekko" + }, + { + "rshares": 340794336001, + "voter": "teamsteem" + }, + { + "rshares": 3315032051, + "voter": "elishagh1" + }, + { + "rshares": 9613892204, + "voter": "richman" + }, + { + "rshares": 847659311, + "voter": "weenfan" + }, + { + "rshares": 18234332542, + "voter": "acidyo" + }, + { + "rshares": 156478008187, + "voter": "steve-walschot" + }, + { + "rshares": 16814582950, + "voter": "cian.dafe" + }, + { + "rshares": 57941109413, + "voter": "hannixx42" + }, + { + "rshares": 32680055185, + "voter": "dan-atstarlite" + }, + { + "rshares": 105824577331, + "voter": "amartinezque" + }, + { + "rshares": 24012631923, + "voter": "klye" + }, + { + "rshares": 54102266581, + "voter": "oaldamster" + }, + { + "rshares": 973588246, + "voter": "coar" + }, + { + "rshares": 73938949282, + "voter": "asch" + }, + { + "rshares": 1430756403, + "voter": "murh" + }, + { + "rshares": 19203629337, + "voter": "mughat" + }, + { + "rshares": 7452226457, + "voter": "radioactivities" + }, + { + "rshares": 12917828173, + "voter": "btotherest" + }, + { + "rshares": 11828369962, + "voter": "zebbra2014" + }, + { + "rshares": 10554741746, + "voter": "johnerfx" + }, + { + "rshares": 73500629943, + "voter": "noganoo" + }, + { + "rshares": 3518424323798, + "voter": "satoshifund" + }, + { + "rshares": 363217648620, + "voter": "taoteh1221" + }, + { + "rshares": 342038785, + "voter": "applecrisp" + }, + { + "rshares": 5613435698, + "voter": "karbonxx" + }, + { + "rshares": 362364795494, + "voter": "hedge-x" + }, + { + "rshares": 51869215030, + "voter": "juanmiguelsalas" + }, + { + "rshares": 186263884937, + "voter": "will-zewe" + }, + { + "rshares": 4565655246, + "voter": "dahaz159" + }, + { + "rshares": 258065486703, + "voter": "kaylinart" + }, + { + "rshares": 13619124411, + "voter": "facer" + }, + { + "rshares": 138324583233, + "voter": "schro" + }, + { + "rshares": 1184500561, + "voter": "johnerminer" + }, + { + "rshares": 140244128104, + "voter": "thedashguy" + }, + { + "rshares": 636647277, + "voter": "proglobyte" + }, + { + "rshares": 100470233346, + "voter": "geoffrey" + }, + { + "rshares": 41356310366, + "voter": "honeythief" + }, + { + "rshares": 13787125963, + "voter": "magnebit" + }, + { + "rshares": 385584242228, + "voter": "fyrstikken" + }, + { + "rshares": 40796944760, + "voter": "treeshaface" + }, + { + "rshares": 28959157027, + "voter": "catchfire" + }, + { + "rshares": 289162489, + "voter": "weedor" + }, + { + "rshares": 17893924588, + "voter": "grey580" + }, + { + "rshares": 266425807, + "voter": "ladyclair" + }, + { + "rshares": 9856964632, + "voter": "cannav" + }, + { + "rshares": 20384429842, + "voter": "thebatchman" + }, + { + "rshares": 268820184, + "voter": "stompy" + }, + { + "rshares": 300446841809, + "voter": "roelandp" + }, + { + "rshares": 38998845686, + "voter": "ezzy" + }, + { + "rshares": 3043909864, + "voter": "orly" + }, + { + "rshares": 4522484628, + "voter": "steamit" + }, + { + "rshares": 4911853013, + "voter": "riscadox" + }, + { + "rshares": 15159309172, + "voter": "konstantin" + }, + { + "rshares": 2763332921, + "voter": "soupernerd" + }, + { + "rshares": 31283265272, + "voter": "hitmeasap" + }, + { + "rshares": 14006522484, + "voter": "stealthtrader" + }, + { + "rshares": 2928756549, + "voter": "stranger27" + }, + { + "rshares": 13606146685, + "voter": "elyaque" + }, + { + "rshares": 8236654789, + "voter": "manoami" + }, + { + "rshares": 28836579075, + "voter": "r4fken" + }, + { + "rshares": 266065805, + "voter": "nurev" + }, + { + "rshares": 1559706980, + "voter": "sergei" + }, + { + "rshares": 8358639536, + "voter": "killswitch" + }, + { + "rshares": 74156962501, + "voter": "derekareith" + }, + { + "rshares": 12165590095, + "voter": "picokernel" + }, + { + "rshares": 1366301565, + "voter": "btcshare7" + }, + { + "rshares": 10585603645, + "voter": "seanmchughart" + }, + { + "rshares": 3610761428, + "voter": "owdy" + }, + { + "rshares": 80089524, + "voter": "ch0c0latechip" + }, + { + "rshares": 73425371, + "voter": "doge4lyf" + }, + { + "rshares": 1350155707, + "voter": "vi1son" + }, + { + "rshares": 1206462597, + "voter": "nobreku" + }, + { + "rshares": 143979313132, + "voter": "knircky" + }, + { + "rshares": 10020572535, + "voter": "spiz0r" + }, + { + "rshares": 14094648142, + "voter": "ausbitbank" + }, + { + "rshares": 127923097868, + "voter": "jacor" + }, + { + "rshares": 15306226751, + "voter": "pino" + }, + { + "rshares": 864077460, + "voter": "steem1653" + }, + { + "rshares": 15904625406, + "voter": "akareyon" + }, + { + "rshares": 4206277713, + "voter": "gikitiki" + }, + { + "rshares": 11502422370, + "voter": "asim" + }, + { + "rshares": 165119969029, + "voter": "repholder" + }, + { + "rshares": 33632847618, + "voter": "toxonaut" + }, + { + "rshares": 89059288467, + "voter": "paco" + }, + { + "rshares": 34393459049, + "voter": "biophil" + }, + { + "rshares": 348823659599, + "voter": "bobbylee" + }, + { + "rshares": 11225967160, + "voter": "senseiteekay" + }, + { + "rshares": 4183969872, + "voter": "karen13" + }, + { + "rshares": 8674367887, + "voter": "noodhoog" + }, + { + "rshares": 389393307, + "voter": "karenmckersie" + }, + { + "rshares": 46987819188, + "voter": "creationlayer" + }, + { + "rshares": 61876999450, + "voter": "inertia" + }, + { + "rshares": 43998433342, + "voter": "milestone" + }, + { + "rshares": 19908734998, + "voter": "artific" + }, + { + "rshares": 15095626509, + "voter": "kendewitt" + }, + { + "rshares": 19208995641, + "voter": "creemej" + }, + { + "rshares": 2026353384, + "voter": "dimon14" + }, + { + "rshares": 3346143159, + "voter": "maximkichev" + }, + { + "rshares": 5604949614, + "voter": "btcbtcbtc20155" + }, + { + "rshares": 1811685903, + "voter": "the-future" + }, + { + "rshares": 7735024258, + "voter": "cryptojoy.com" + }, + { + "rshares": 12972669244, + "voter": "nippel66" + }, + { + "rshares": 8412249152, + "voter": "peacekeeper" + }, + { + "rshares": 3449406742, + "voter": "kimmar" + }, + { + "rshares": 188704962743, + "voter": "blueorgy" + }, + { + "rshares": 3409584558, + "voter": "davidr" + }, + { + "rshares": 3485025335, + "voter": "simon.braki.love" + }, + { + "rshares": 1432554908, + "voter": "madhatting" + }, + { + "rshares": 61134908757, + "voter": "thylbom" + }, + { + "rshares": 25467461905, + "voter": "royaltiffany" + }, + { + "rshares": 8079581131, + "voter": "magz8716" + }, + { + "rshares": 6737481039, + "voter": "geronimo" + }, + { + "rshares": 3227799659, + "voter": "bones" + }, + { + "rshares": 18031572419, + "voter": "bendjmiller222" + }, + { + "rshares": 7960988445, + "voter": "tarindel" + }, + { + "rshares": 3143648302, + "voter": "azurejasper" + }, + { + "rshares": 23784532545, + "voter": "deanliu" + }, + { + "rshares": 3982662435, + "voter": "cryptohustlin" + }, + { + "rshares": 40963637365, + "voter": "sauravrungta" + }, + { + "rshares": 67031280822, + "voter": "rea" + }, + { + "rshares": 116058250, + "voter": "justing" + }, + { + "rshares": 1492718093, + "voter": "cryptocurrency1" + }, + { + "rshares": 534037396, + "voter": "ulis29k" + }, + { + "rshares": 100131242, + "voter": "elmusic" + }, + { + "rshares": 8132697646, + "voter": "neroru" + }, + { + "rshares": 192890960021, + "voter": "jl777" + }, + { + "rshares": 365818230, + "voter": "meteor78" + }, + { + "rshares": 111304161, + "voter": "maxflender" + }, + { + "rshares": 25060291197, + "voter": "zaebars" + }, + { + "rshares": 4073521267, + "voter": "positive" + }, + { + "rshares": 1646370099, + "voter": "yarly" + }, + { + "rshares": 249753408, + "voter": "yarly2" + }, + { + "rshares": 250127725, + "voter": "yarly3" + }, + { + "rshares": 144699103, + "voter": "yarly4" + }, + { + "rshares": 145516307, + "voter": "yarly5" + }, + { + "rshares": 82969949, + "voter": "yarly7" + }, + { + "rshares": 10146325450, + "voter": "vongohren" + }, + { + "rshares": 9416293870, + "voter": "alsprinting" + }, + { + "rshares": 207780137797, + "voter": "johnsmith" + }, + { + "rshares": 200189709, + "voter": "strictlybusiness" + }, + { + "rshares": 1089072756, + "voter": "sompitonov" + }, + { + "rshares": 4458162709, + "voter": "bbrewer" + }, + { + "rshares": 461290417, + "voter": "quigua" + }, + { + "rshares": 1912624362, + "voter": "flexcougar" + }, + { + "rshares": 11673105366, + "voter": "winstonwolfe" + }, + { + "rshares": 20532124227, + "voter": "krabgat" + }, + { + "rshares": 8105938340, + "voter": "webdeals" + }, + { + "rshares": 17523357805, + "voter": "proto" + }, + { + "rshares": 568834437, + "voter": "curator" + }, + { + "rshares": 400045064, + "voter": "yarly10" + }, + { + "rshares": 214599727, + "voter": "yarly11" + }, + { + "rshares": 268956346, + "voter": "faraz" + }, + { + "rshares": 75136080, + "voter": "yarly12" + }, + { + "rshares": 108154560, + "voter": "salamanca1987ar" + }, + { + "rshares": 13159019704, + "voter": "clevecross" + }, + { + "rshares": 125670168, + "voter": "steemster1" + }, + { + "rshares": 4182979272, + "voter": "crazylife" + }, + { + "rshares": 897211578, + "voter": "mar1978co" + }, + { + "rshares": 1283349286, + "voter": "spinner" + }, + { + "rshares": 2406933564, + "voter": "belkins" + }, + { + "rshares": 24693180396, + "voter": "williambanks" + }, + { + "rshares": 1483559041, + "voter": "webosfritos" + }, + { + "rshares": 2713256489, + "voter": "weenis" + }, + { + "rshares": 5150829096, + "voter": "jed78" + }, + { + "rshares": 5533183281, + "voter": "shortcut" + }, + { + "rshares": 11454886978, + "voter": "bergy" + }, + { + "rshares": 1099605749, + "voter": "metaflute" + }, + { + "rshares": 48206857966, + "voter": "gomeravibz" + }, + { + "rshares": 8761147948, + "voter": "taker" + }, + { + "rshares": 5886582033, + "voter": "nekromarinist" + }, + { + "rshares": 5495724559, + "voter": "theprophet0" + }, + { + "rshares": 2131190527, + "voter": "sykochica" + }, + { + "rshares": 52489886, + "voter": "sharon" + }, + { + "rshares": 38671084581, + "voter": "allasyummyfood" + }, + { + "rshares": 52102443, + "voter": "lillianjones" + }, + { + "rshares": 15130676889, + "voter": "reneenouveau" + }, + { + "rshares": 22839801085, + "voter": "rawnetics" + }, + { + "rshares": 1711191717, + "voter": "feelapi" + }, + { + "rshares": 15561021463, + "voter": "gmurph" + }, + { + "rshares": 9238067538, + "voter": "viktor.phuket" + }, + { + "rshares": 4004906164, + "voter": "poeticsnake" + }, + { + "rshares": 2266924190, + "voter": "crypto-toll" + }, + { + "rshares": 3564833888, + "voter": "ullikume" + }, + { + "rshares": 5902111209, + "voter": "minion" + }, + { + "rshares": 162194218, + "voter": "snowflake" + }, + { + "rshares": 724724078, + "voter": "labradorsem" + }, + { + "rshares": 574381549, + "voter": "romancs" + }, + { + "rshares": 93392827573, + "voter": "thisisbenbrick" + }, + { + "rshares": 14148411388, + "voter": "capper2016" + }, + { + "rshares": 15893252296, + "voter": "velourex" + }, + { + "rshares": 63829521, + "voter": "dedushkadiesel" + }, + { + "rshares": 56272514, + "voter": "nickche" + }, + { + "rshares": 93243566220, + "voter": "sirwinchester" + }, + { + "rshares": 559711438, + "voter": "future24" + }, + { + "rshares": 70682332, + "voter": "sizil" + }, + { + "rshares": 1361293312, + "voter": "hms818" + }, + { + "rshares": 52502611, + "voter": "msjennifer" + }, + { + "rshares": 52099594, + "voter": "ciao" + }, + { + "rshares": 3235630451, + "voter": "blow" + }, + { + "rshares": 323509012, + "voter": "jrcornel" + }, + { + "rshares": 51753317, + "voter": "steemo" + }, + { + "rshares": 148403993, + "voter": "steem-engine" + }, + { + "rshares": 1200202101, + "voter": "quantumanomaly" + }, + { + "rshares": 51619811, + "voter": "steema" + }, + { + "rshares": 59896309, + "voter": "confucius" + }, + { + "rshares": 28469021518, + "voter": "mrosenquist" + }, + { + "rshares": 1963729757, + "voter": "bledarus" + }, + { + "rshares": 83587645574, + "voter": "miacats" + }, + { + "rshares": 29373154668, + "voter": "bitcalm" + }, + { + "rshares": 52400873, + "voter": "jarvis" + }, + { + "rshares": 61094018, + "voter": "razberrijam" + }, + { + "rshares": 51899170, + "voter": "fortuner" + }, + { + "rshares": 10543706281, + "voter": "kyriacos" + }, + { + "rshares": 71357161, + "voter": "pompe72" + }, + { + "rshares": 2331044924, + "voter": "virtualgrowth" + }, + { + "rshares": 405029117, + "voter": "noor818" + }, + { + "rshares": 51863356, + "voter": "johnbyrd" + }, + { + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "rshares": 51859074, + "voter": "thermor" + }, + { + "rshares": 51856300, + "voter": "ficholl" + }, + { + "rshares": 51852278, + "voter": "widell" + }, + { + "rshares": 92671420, + "voter": "how2steemit" + }, + { + "rshares": 3502906874, + "voter": "shneakysquirrel" + }, + { + "rshares": 8121800981, + "voter": "jaredcwillis" + }, + { + "rshares": 1941499119, + "voter": "movievertigo" + }, + { + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "rshares": 59465570, + "voter": "mrlogic" + }, + { + "rshares": 454956115, + "voter": "steemhorizon" + }, + { + "rshares": 18096899554, + "voter": "yef99" + }, + { + "rshares": 2511369735, + "voter": "rossenpavlov" + }, + { + "rshares": 11435132110, + "voter": "hilarski" + }, + { + "rshares": 6205342073, + "voter": "craigwilliamz" + }, + { + "rshares": 4298995859, + "voter": "onetree" + }, + { + "rshares": 22500043307, + "voter": "daut44" + }, + { + "rshares": 51562255, + "voter": "curpose" + }, + { + "rshares": 85421073, + "voter": "jtstreetman" + }, + { + "rshares": 615508801, + "voter": "cryptoeasy" + }, + { + "rshares": 55750195, + "voter": "riv" + }, + { + "rshares": 666955368, + "voter": "runridefly" + }, + { + "rshares": 8515004507, + "voter": "ironwood" + }, + { + "rshares": 79669298, + "voter": "uziriel" + }, + { + "rshares": 13864037687, + "voter": "mikehere" + }, + { + "rshares": 2155153681, + "voter": "funkywanderer" + }, + { + "rshares": 51712804, + "voter": "troich" + }, + { + "rshares": 109805573, + "voter": "maxfuchs" + }, + { + "rshares": 20656731535, + "voter": "luminousvisions" + }, + { + "rshares": 50593879, + "voter": "crion" + }, + { + "rshares": 51388276, + "voter": "hitherise" + }, + { + "rshares": 51379706, + "voter": "wiss" + }, + { + "rshares": 53537748, + "voter": "supersune" + }, + { + "rshares": 52143228, + "voter": "stroully" + }, + { + "rshares": 51814474, + "voter": "thadm" + }, + { + "rshares": 51812703, + "voter": "prof" + }, + { + "rshares": 607135202, + "voter": "kev7000" + }, + { + "rshares": 13828807095, + "voter": "bluehorseshoe" + }, + { + "rshares": 51451058, + "voter": "yorsens" + }, + { + "rshares": 262391495, + "voter": "maarnio" + }, + { + "rshares": 2146314155, + "voter": "richardjuckes" + }, + { + "rshares": 51154263, + "voter": "bane" + }, + { + "rshares": 51148009, + "voter": "vive" + }, + { + "rshares": 51142585, + "voter": "coad" + }, + { + "rshares": 54349843, + "voter": "lynceus" + }, + { + "rshares": 24762164330, + "voter": "dubi" + }, + { + "rshares": 52015504, + "voter": "analyzethis" + }, + { + "rshares": 51906983, + "voter": "sofa" + }, + { + "rshares": 190473967, + "voter": "irininich" + }, + { + "rshares": 140568307, + "voter": "alina1" + }, + { + "rshares": 54949117, + "voter": "doggnostic" + }, + { + "rshares": 304997419, + "voter": "bones261" + }, + { + "rshares": 54665234, + "voter": "jenny-talls" + }, + { + "rshares": 582022660, + "voter": "bones555" + }, + { + "rshares": 51979174, + "voter": "ailo" + }, + { + "rshares": 50812926, + "voter": "bobbythegreat" + }, + { + "rshares": 1579487626, + "voter": "anton333" + }, + { + "rshares": 5683012749, + "voter": "chick1" + }, + { + "rshares": 71251561, + "voter": "whatsup" + }, + { + "rshares": 2979879533, + "voter": "gringalicious" + }, + { + "rshares": 2439471741, + "voter": "steempowerwhale" + }, + { + "rshares": 50507607, + "voter": "aoki" + }, + { + "rshares": 50454788, + "voter": "typingagent" + }, + { + "rshares": 65292516, + "voter": "paketkita.net" + }, + { + "rshares": 73815531, + "voter": "conspiracynut" + }, + { + "rshares": 52710031, + "voter": "nelyp" + }, + { + "rshares": 143043369, + "voter": "ola1" + }, + { + "rshares": 1869420478, + "voter": "ekaterinka" + }, + { + "rshares": 51470533, + "voter": "eavy" + }, + { + "rshares": 51468937, + "voter": "roto" + }, + { + "rshares": 66920614, + "voter": "willio" + }, + { + "rshares": 1366333355, + "voter": "robotev" + }, + { + "rshares": 607607141, + "voter": "thebiggestidea" + }, + { + "rshares": 82374501, + "voter": "alexclarkbarry" + } + ], + "author": "fyrstikken", + "author_payout_value": "0.000 HBD", + "author_reputation": 70.42, + "beneficiaries": [], + "blacklists": [], + "body": "
    Ladies and Gentlemen Welcome to the STEEMIT SHOW! 100% Pure Entertainment ONLY FOR YOU!
    \n---\nhttps://www.youtube.com/watch?v=0SMMo7aQnPY\n\n\n---\n
    Welcome to @fyrstikken I am so happy to see you! Leave a comment below so I know you have been here :)
    \n---", + "category": "steemit", + "children": 56, + "created": "2016-08-30T19:19:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://img.youtube.com/vi/0SMMo7aQnPY/0.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=0SMMo7aQnPY" + ], + "tags": [ + "steemit", + "funny", + "comedy", + "fyrstikken", + "entertainment" + ], + "users": [ + "fyrstikken" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 88601715868403, + "payout": 809.229, + "payout_at": "2016-09-06T19:19:30", + "pending_payout_value": "809.229 HBD", + "percent_hbd": 10000, + "permlink": "the-steemit-show-fresh-entertainment-directly-to-you-because-we-need-a-good-laugh-d", + "post_id": 1060237, + "promoted": "122.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 335 + }, + "title": "THE STEEMIT SHOW! - FRESH ENTERTAINMENT DIRECTLY TO YOU! - BECAUSE WE NEED A GOOD LAUGH :D", + "updated": "2016-08-30T19:19:30", + "url": "/steemit/@fyrstikken/the-steemit-show-fresh-entertainment-directly-to-you-because-we-need-a-good-laugh-d" + }, + { + "active_votes": [ + { + "rshares": 3100531233, + "voter": "boy" + }, + { + "rshares": 224361742775, + "voter": "steem-id" + }, + { + "rshares": 3764189886, + "voter": "bue-witness" + }, + { + "rshares": 690498765, + "voter": "bunny" + }, + { + "rshares": 6143394622323, + "voter": "clayop" + }, + { + "rshares": 54237110459, + "voter": "bue" + }, + { + "rshares": 1661583090, + "voter": "mini" + }, + { + "rshares": 213702396, + "voter": "moon" + }, + { + "rshares": 149450248229, + "voter": "signalandnoise" + }, + { + "rshares": 6580261519, + "voter": "sean0010" + }, + { + "rshares": 79094601875, + "voter": "vip" + }, + { + "rshares": 10777629083, + "voter": "proctologic" + }, + { + "rshares": 622922850, + "voter": "healthcare" + }, + { + "rshares": 967529916, + "voter": "daniel.pan" + }, + { + "rshares": 392331448467, + "voter": "woo7739" + }, + { + "rshares": 288200426, + "voter": "helen.tan" + }, + { + "rshares": 3475466942, + "voter": "morning" + }, + { + "rshares": 46099177392, + "voter": "cyan91" + }, + { + "rshares": 21457200657, + "voter": "ninzacode" + }, + { + "rshares": 3643243484, + "voter": "kenmonkey" + }, + { + "rshares": 263657666737, + "voter": "leesunmoo" + }, + { + "rshares": 5349082417, + "voter": "spaninv" + }, + { + "rshares": 868009462, + "voter": "weenfan" + }, + { + "rshares": 3898446152, + "voter": "daycrypter" + }, + { + "rshares": 14465314654, + "voter": "cian.dafe" + }, + { + "rshares": 1432626059, + "voter": "murh" + }, + { + "rshares": 1460925170254, + "voter": "sean-king" + }, + { + "rshares": 687032102605, + "voter": "publicworker" + }, + { + "rshares": 8578280196, + "voter": "cannav" + }, + { + "rshares": 12348648799, + "voter": "wefdi" + }, + { + "rshares": 247087647, + "voter": "aidar88" + }, + { + "rshares": 9892359288, + "voter": "jay4u" + }, + { + "rshares": 243640107, + "voter": "sekoorane" + }, + { + "rshares": 1343937139914, + "voter": "renohq" + }, + { + "rshares": 151103722616, + "voter": "knircky" + }, + { + "rshares": 5530655167, + "voter": "secom" + }, + { + "rshares": 4569401045, + "voter": "thegoodguy" + }, + { + "rshares": 2212025362, + "voter": "johnnydollar" + }, + { + "rshares": 45220437401, + "voter": "yongyoon" + }, + { + "rshares": 3120668012, + "voter": "imp3" + }, + { + "rshares": 189075416368, + "voter": "blueorgy" + }, + { + "rshares": 19174335590, + "voter": "mustafaomar" + }, + { + "rshares": 9133228344, + "voter": "rpf" + }, + { + "rshares": 109445777, + "voter": "elmusic" + }, + { + "rshares": 9700063815, + "voter": "michaeldodridge" + }, + { + "rshares": 18091703755, + "voter": "lsc9999" + }, + { + "rshares": 64903901, + "voter": "lilong" + }, + { + "rshares": 16678639301, + "voter": "timelapse" + }, + { + "rshares": 152609578, + "voter": "luke490" + }, + { + "rshares": 17231154057, + "voter": "capper2016" + }, + { + "rshares": 122437504, + "voter": "darthnava" + }, + { + "rshares": 62928860, + "voter": "session101" + }, + { + "rshares": 6587662692, + "voter": "theb0red1" + }, + { + "rshares": 69829863, + "voter": "qq553937961" + }, + { + "rshares": 57930015, + "voter": "success43" + }, + { + "rshares": 7130857719, + "voter": "generation.easy" + }, + { + "rshares": 6785162040, + "voter": "alexandre" + }, + { + "rshares": 628286793, + "voter": "runridefly" + }, + { + "rshares": 41225084978, + "voter": "daxon" + }, + { + "rshares": 56995776, + "voter": "osame066" + }, + { + "rshares": 363138694, + "voter": "shieha" + }, + { + "rshares": 16414058791, + "voter": "hunterisgreat" + }, + { + "rshares": 1649052287, + "voter": "smisi" + }, + { + "rshares": 168496112075, + "voter": "asksisk" + }, + { + "rshares": 287896907, + "voter": "totosky" + }, + { + "rshares": 22669235593, + "voter": "dubi" + }, + { + "rshares": 259672323, + "voter": "alina1" + }, + { + "rshares": 639848102, + "voter": "kharn" + }, + { + "rshares": 50833490, + "voter": "andrewrait" + }, + { + "rshares": 192620865, + "voter": "ola1" + }, + { + "rshares": 314717764, + "voter": "jbaker585" + }, + { + "rshares": 53488939, + "voter": "drac59" + }, + { + "rshares": 51915855, + "voter": "apexnine" + }, + { + "rshares": 109667822, + "voter": "borishaifa" + }, + { + "rshares": 76027456, + "voter": "motsna" + }, + { + "rshares": 161012229, + "voter": "gunbread" + } + ], + "author": "woo7739", + "author_payout_value": "0.000 HBD", + "author_reputation": 58.19, + "beneficiaries": [], + "blacklists": [], + "body": "![29637d.jpg](https://www.steemimg.com/images/2016/09/01/29637d.jpg)\n\nThis photo seems real. Because it IS REAL!\n\nTeam CSL, one of the most famous cosplay group in Korea, posted unbelievable photos about Silent Hill.\n\nLet's take a look at the rest of photos.\n\n![4b7c8d.jpg](https://www.steemimg.com/images/2016/09/01/4b7c8d.jpg)\n\n![52cdcc.jpg](https://www.steemimg.com/images/2016/09/01/52cdcc.jpg)\n\n![6ef4bd.jpg](https://www.steemimg.com/images/2016/09/01/6ef4bd.jpg)\n\n![9e4d4f.jpg](https://www.steemimg.com/images/2016/09/01/9e4d4f.jpg)\n\n![103f314.jpg](https://www.steemimg.com/images/2016/09/01/103f314.jpg)\n\n![11eef23.jpg](https://www.steemimg.com/images/2016/09/01/11eef23.jpg)\n\n![12aaa03.jpg](https://www.steemimg.com/images/2016/09/01/12aaa03.jpg)\n\n![13cbf58.jpg](https://www.steemimg.com/images/2016/09/01/13cbf58.jpg)\n\nAnd a YouTube video here.\n\nhttps://www.youtube.com/watch?v=KaBzFJnziVs\n\nYou see quality of their cosplay? I think they are so awesome.\n\nI am trying to convince them to post their contents by themselves.\n\n![005751a.jpg](https://www.steemimg.com/images/2016/09/01/005751a.jpg)\nhttps://www.steemimg.com/images/2016/09/01/11296c4.md.jpg\n\nTheir reaction regarding Steemit, is positive.\n\nBut they're not completely convinced yet. You know, it's too good to be true.\n\nWith that said, I need your support.\n\nAll Steem Dollar reward will go to them, I am sure they will find how fascinating Steemit is.", + "category": "cosplay", + "children": 4, + "created": "2016-09-02T05:15:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/01/29637d.jpg", + "https://www.steemimg.com/images/2016/09/01/4b7c8d.jpg", + "https://www.steemimg.com/images/2016/09/01/52cdcc.jpg", + "https://www.steemimg.com/images/2016/09/01/6ef4bd.jpg", + "https://www.steemimg.com/images/2016/09/01/9e4d4f.jpg", + "https://www.steemimg.com/images/2016/09/01/103f314.jpg", + "https://www.steemimg.com/images/2016/09/01/11eef23.jpg", + "https://www.steemimg.com/images/2016/09/01/12aaa03.jpg", + "https://www.steemimg.com/images/2016/09/01/13cbf58.jpg", + "https://img.youtube.com/vi/KaBzFJnziVs/0.jpg", + "https://www.steemimg.com/images/2016/09/01/005751a.jpg", + "https://www.steemimg.com/images/2016/09/01/11296c4.md.jpg" + ], + "links": [ + "https://www.youtube.com/watch?v=KaBzFJnziVs" + ], + "tags": [ + "cosplay", + "photography", + "horror", + "art", + "kr" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 11724772371579, + "payout": 19.642, + "payout_at": "2016-09-09T05:15:42", + "pending_payout_value": "19.642 HBD", + "percent_hbd": 10000, + "permlink": "unreleased-steal-cut-of-slient-hill-no-its-real", + "post_id": 1094652, + "promoted": "121.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 76 + }, + "title": "Unreleased steal cut of Slient Hill? No, its REAL!", + "updated": "2016-09-02T05:43:42", + "url": "/cosplay/@woo7739/unreleased-steal-cut-of-slient-hill-no-its-real" + }, + { + "active_votes": [ + { + "rshares": 6861504603453, + "voter": "xeldal" + }, + { + "rshares": 5924234483394, + "voter": "enki" + }, + { + "rshares": 3099192085, + "voter": "boy" + }, + { + "rshares": 3762483356, + "voter": "bue-witness" + }, + { + "rshares": 697315118, + "voter": "bunny" + }, + { + "rshares": 54010291270, + "voter": "bue" + }, + { + "rshares": 1660921578, + "voter": "mini" + }, + { + "rshares": 213661759, + "voter": "moon" + }, + { + "rshares": 34042532834, + "voter": "aizensou" + }, + { + "rshares": 1305259200680, + "voter": "steempower" + }, + { + "rshares": 622724514, + "voter": "healthcare" + }, + { + "rshares": 967195088, + "voter": "daniel.pan" + }, + { + "rshares": 297041068093, + "voter": "chitty" + }, + { + "rshares": 31488210815, + "voter": "marketingmonk" + }, + { + "rshares": 288140285, + "voter": "helen.tan" + }, + { + "rshares": 46091338521, + "voter": "cyan91" + }, + { + "rshares": 15147326440, + "voter": "jademont" + }, + { + "rshares": 29088869234, + "voter": "instructor2121" + }, + { + "rshares": 2141819165, + "voter": "gekko" + }, + { + "rshares": 692261667883, + "voter": "nanzo-scoop" + }, + { + "rshares": 91718922101, + "voter": "william-noe" + }, + { + "rshares": 12107337047, + "voter": "cian.dafe" + }, + { + "rshares": 236023250940, + "voter": "mummyimperfect" + }, + { + "rshares": 60750319225, + "voter": "tosch" + }, + { + "rshares": 79657198561, + "voter": "asch" + }, + { + "rshares": 1431846323, + "voter": "murh" + }, + { + "rshares": 602018562, + "voter": "kodi" + }, + { + "rshares": 586286811332, + "voter": "cyber" + }, + { + "rshares": 64284714678, + "voter": "ak2020" + }, + { + "rshares": 37511548124, + "voter": "justtryme90" + }, + { + "rshares": 8876135165, + "voter": "johnerfx" + }, + { + "rshares": 391275913, + "voter": "applecrisp" + }, + { + "rshares": 283907126703, + "voter": "hisnameisolllie" + }, + { + "rshares": 1267900436, + "voter": "fjccoin" + }, + { + "rshares": 324237643911, + "voter": "innuendo" + }, + { + "rshares": 20461884222, + "voter": "ossama-benjohn" + }, + { + "rshares": 929020048, + "voter": "johnerminer" + }, + { + "rshares": 1946608196, + "voter": "stephen-somers" + }, + { + "rshares": 1429697273174, + "voter": "sean-king" + }, + { + "rshares": 686886224488, + "voter": "publicworker" + }, + { + "rshares": 2267977999, + "voter": "alefernandez" + }, + { + "rshares": 4224777539, + "voter": "crok" + }, + { + "rshares": 269921024, + "voter": "ales" + }, + { + "rshares": 6602307370, + "voter": "emhaze222" + }, + { + "rshares": 266592981, + "voter": "ladyclair" + }, + { + "rshares": 204013843843, + "voter": "asmolokalo" + }, + { + "rshares": 31880219495, + "voter": "hitmeasap" + }, + { + "rshares": 14064842257, + "voter": "elyaque" + }, + { + "rshares": 25445573460, + "voter": "tcfxyz" + }, + { + "rshares": 7049471118, + "voter": "futurefood" + }, + { + "rshares": 105798664165, + "voter": "cdubendo" + }, + { + "rshares": 147240421388, + "voter": "knircky" + }, + { + "rshares": 41975059972, + "voter": "mrwang" + }, + { + "rshares": 1131075798, + "voter": "mixa" + }, + { + "rshares": 910500105, + "voter": "dicov" + }, + { + "rshares": 4487120677, + "voter": "gikitiki" + }, + { + "rshares": 37452179267, + "voter": "biophil" + }, + { + "rshares": 17227141109, + "voter": "keithsmih" + }, + { + "rshares": 341993222983, + "voter": "bobbylee" + }, + { + "rshares": 24443224969, + "voter": "igster" + }, + { + "rshares": 237985094, + "voter": "zoicneo" + }, + { + "rshares": 6129221694, + "voter": "cryptosi" + }, + { + "rshares": 4162801602, + "voter": "herverisson" + }, + { + "rshares": 19507833697, + "voter": "artific" + }, + { + "rshares": 3498346239, + "voter": "maximkichev" + }, + { + "rshares": 61164729955, + "voter": "thylbom" + }, + { + "rshares": 16745418519, + "voter": "chessmonster" + }, + { + "rshares": 365818230, + "voter": "meteor78" + }, + { + "rshares": 841259695, + "voter": "happyphoenix" + }, + { + "rshares": 7093464346, + "voter": "webdeals" + }, + { + "rshares": 268956346, + "voter": "faraz" + }, + { + "rshares": 4975171514, + "voter": "beanz" + }, + { + "rshares": 112914306, + "voter": "wunju" + }, + { + "rshares": 1909130025, + "voter": "bullionstackers" + }, + { + "rshares": 1993799598, + "voter": "andreynoch" + }, + { + "rshares": 2456070989, + "voter": "belkins" + }, + { + "rshares": 19988784545, + "voter": "williambanks" + }, + { + "rshares": 731723236, + "voter": "pakisnxt" + }, + { + "rshares": 15792261330, + "voter": "magicmonk" + }, + { + "rshares": 238353830, + "voter": "sillygoon" + }, + { + "rshares": 88049981467, + "voter": "sirwinchester" + }, + { + "rshares": 1253580623, + "voter": "villainblack" + }, + { + "rshares": 3360204812, + "voter": "cmorton" + }, + { + "rshares": 54355927, + "voter": "tinca" + }, + { + "rshares": 10079591501, + "voter": "goingpaper" + }, + { + "rshares": 119439375, + "voter": "harrycoins" + }, + { + "rshares": 12237404949, + "voter": "borran" + }, + { + "rshares": 1145609627, + "voter": "bledarus" + }, + { + "rshares": 62332619, + "voter": "razberrijam" + }, + { + "rshares": 7285753049, + "voter": "theb0red1" + }, + { + "rshares": 74755928437, + "voter": "helikopterben" + }, + { + "rshares": 59512540, + "voter": "boatman" + }, + { + "rshares": 3307244480, + "voter": "steveo" + }, + { + "rshares": 12186383861, + "voter": "hilarski" + }, + { + "rshares": 58931862, + "voter": "wesley399" + }, + { + "rshares": 1763987441, + "voter": "unchainedio" + }, + { + "rshares": 8629294348, + "voter": "etcmike" + }, + { + "rshares": 14595736783, + "voter": "krnel" + }, + { + "rshares": 7184799429, + "voter": "daveks" + }, + { + "rshares": 1604647373, + "voter": "penguinpablo" + }, + { + "rshares": 14193492376, + "voter": "mikehere" + }, + { + "rshares": 23042993006, + "voter": "luminousvisions" + }, + { + "rshares": 110372559, + "voter": "team101" + }, + { + "rshares": 84510824, + "voter": "tito-baron" + }, + { + "rshares": 1230797907, + "voter": "profitgenerator" + }, + { + "rshares": 55821108, + "voter": "seckorama" + }, + { + "rshares": 117787613687, + "voter": "dan-bn" + }, + { + "rshares": 24239498471, + "voter": "dubi" + }, + { + "rshares": 140568307, + "voter": "alina1" + }, + { + "rshares": 56372318, + "voter": "patelincho" + }, + { + "rshares": 269335193609, + "voter": "charlieshrem" + }, + { + "rshares": 2984877979, + "voter": "gringalicious" + }, + { + "rshares": 69255373, + "voter": "kattz" + }, + { + "rshares": 50531169, + "voter": "wolfdaze" + }, + { + "rshares": 51342868, + "voter": "steemitmag" + }, + { + "rshares": 65057583, + "voter": "marquismiller" + }, + { + "rshares": 3319272143, + "voter": "adilsontsilva" + }, + { + "rshares": 136773607, + "voter": "iggy" + }, + { + "rshares": 50245473, + "voter": "rony" + }, + { + "rshares": 3365771273, + "voter": "merlin" + } + ], + "author": "marketingmonk", + "author_payout_value": "0.000 HBD", + "author_reputation": 59.83, + "beneficiaries": [], + "blacklists": [], + "body": "https://steemit-bucket-4a743ec2.s3.amazonaws.com/Getting%20More%20Attention%20By%20Using%20The%20Promote%20Button.jpg\n\nThis is the eighth installment of what will turn into a paid course called The Complete Steemit Course.\n\nHere is Steemit Tutorial 8: Getting More Attention By Using The Promote Button:\n\n**(please note that this video was updated with a corrected version 23 hours after the original post)**\nhttps://www.youtube.com/watch?v=ob9Zksnguzg\n\nPrevious lessons here:\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-1-creating-an-account-on-steemit-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-2-steemit-account-dashboard-overview-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-3-creating-our-first-ever-basic-post-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-4-reading-writing-decorating-and-voting-on-comments-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-5-voting-power-weighting-spying-and-managing-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-6-getting-paid-twice-from-the-steem-network-video\n\nhttps://steemit.com/steemit/@marketingmonk/steemit-tutorial-7-buying-steem-power-with-steem-dollars-or-bitcoin-video\n\nPlease upvote to show your support, I really appreciate it.\nhttps://img1.steemit.com/0x0/https://www.cryptoversity.com/wp-content/uploads/Steemit-upvote-cta-3.gif", + "category": "steemit", + "children": 18, + "created": "2016-08-31T12:33:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://steemit-bucket-4a743ec2.s3.amazonaws.com/Getting%20More%20Attention%20By%20Using%20The%20Promote%20Button.jpg", + "https://img.youtube.com/vi/ob9Zksnguzg/0.jpg", + "https://img1.steemit.com/0x0/https://www.cryptoversity.com/wp-content/uploads/Steemit-upvote-cta-3.gif" + ], + "links": [ + "https://www.youtube.com/watch?v=ob9Zksnguzg", + "https://steemit.com/steemit/@marketingmonk/steemit-tutorial-1-creating-an-account-on-steemit-video", + "https://steemit.com/steemit/@marketingmonk/steemit-tutorial-2-steemit-account-dashboard-overview-video", + "https://steemit.com/steemit/@marketingmonk/steemit-tutorial-3-creating-our-first-ever-basic-post-video", + "https://steemit.com/steemit/@marketingmonk/steemit-tutorial-4-reading-writing-decorating-and-voting-on-comments-video", + "https://steemit.com/steemit/@marketingmonk/steemit-tutorial-5-voting-power-weighting-spying-and-managing-video", + "https://steemit.com/steemit/@marketingmonk/steemit-tutorial-6-getting-paid-twice-from-the-steem-network-video", + "https://steemit.com/steemit/@marketingmonk/steemit-tutorial-7-buying-steem-power-with-steem-dollars-or-bitcoin-video" + ], + "tags": [ + "steemit", + "tutorial", + "howto", + "steem", + "video" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 21127721369166, + "payout": 55.734, + "payout_at": "2016-09-07T12:33:12", + "pending_payout_value": "55.734 HBD", + "percent_hbd": 10000, + "permlink": "steemit-tutorial-8-getting-more-attention-by-using-the-promote-button-video", + "post_id": 1070095, + "promoted": "121.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 120 + }, + "title": "Steemit Tutorial 8: Getting More Attention By Using The Promote Button [VIDEO]", + "updated": "2016-09-01T11:32:03", + "url": "/steemit/@marketingmonk/steemit-tutorial-8-getting-more-attention-by-using-the-promote-button-video" + }, + { + "active_votes": [ + { + "rshares": 28865473791883, + "voter": "dantheman" + }, + { + "rshares": 17174544934448, + "voter": "rainman" + }, + { + "rshares": 6741398871343, + "voter": "xeldal" + }, + { + "rshares": 8391169619604, + "voter": "pharesim" + }, + { + "rshares": 5925252164516, + "voter": "enki" + }, + { + "rshares": 187621512499, + "voter": "svk" + }, + { + "rshares": 3099515402, + "voter": "boy" + }, + { + "rshares": 3762904646, + "voter": "bue-witness" + }, + { + "rshares": 697373904, + "voter": "bunny" + }, + { + "rshares": 1585286495451, + "voter": "steemychicken1" + }, + { + "rshares": 54046050794, + "voter": "bue" + }, + { + "rshares": 1661086507, + "voter": "mini" + }, + { + "rshares": 5907379161631, + "voter": "witness.svk" + }, + { + "rshares": 213673190, + "voter": "moon" + }, + { + "rshares": 2142024197765, + "voter": "joseph" + }, + { + "rshares": 33250846024, + "voter": "aizensou" + }, + { + "rshares": 740067577802, + "voter": "masteryoda" + }, + { + "rshares": 253842278185, + "voter": "pheonike" + }, + { + "rshares": 622778402, + "voter": "healthcare" + }, + { + "rshares": 1120034999305, + "voter": "tuck-fheman" + }, + { + "rshares": 967281634, + "voter": "daniel.pan" + }, + { + "rshares": 823522090888, + "voter": "steemrollin" + }, + { + "rshares": 31150917768, + "voter": "marketingmonk" + }, + { + "rshares": 40749565179, + "voter": "alexgr" + }, + { + "rshares": 288158246, + "voter": "helen.tan" + }, + { + "rshares": 80058020962, + "voter": "edgeland" + }, + { + "rshares": 411023729959, + "voter": "chryspano" + }, + { + "rshares": 78077847939, + "voter": "easteagle13" + }, + { + "rshares": 173731843505, + "voter": "jamtaylor" + }, + { + "rshares": 7585671701, + "voter": "fran2k" + }, + { + "rshares": 550644954644, + "voter": "eeks" + }, + { + "rshares": 36301508450, + "voter": "james-show" + }, + { + "rshares": 8059949925, + "voter": "richman" + }, + { + "rshares": 14125062140, + "voter": "cian.dafe" + }, + { + "rshares": 426969856, + "voter": "zheka-melnikov" + }, + { + "rshares": 570227675922, + "voter": "kevinwong" + }, + { + "rshares": 1431967857, + "voter": "murh" + }, + { + "rshares": 47661340196, + "voter": "nphacker" + }, + { + "rshares": 195004765553, + "voter": "dragonslayer109" + }, + { + "rshares": 37374648233, + "voter": "ranko-k" + }, + { + "rshares": 511396696440, + "voter": "cyber" + }, + { + "rshares": 21926968622, + "voter": "treeleaves" + }, + { + "rshares": 20539865673, + "voter": "thecryptofiend" + }, + { + "rshares": 37511548124, + "voter": "justtryme90" + }, + { + "rshares": 11592122420, + "voter": "zebbra2014" + }, + { + "rshares": 9361058328, + "voter": "johnerfx" + }, + { + "rshares": 107752715191, + "voter": "kenny-crane" + }, + { + "rshares": 13348057713, + "voter": "samether" + }, + { + "rshares": 251383713111, + "voter": "kaylinart" + }, + { + "rshares": 13352180210, + "voter": "facer" + }, + { + "rshares": 20461698330, + "voter": "ossama-benjohn" + }, + { + "rshares": 334447067, + "voter": "hendra-khaidir" + }, + { + "rshares": 138950405749, + "voter": "thedashguy" + }, + { + "rshares": 86227251302, + "voter": "kimziv" + }, + { + "rshares": 14067763080, + "voter": "magnebit" + }, + { + "rshares": 1170048458, + "voter": "alexft" + }, + { + "rshares": 16019230638, + "voter": "acassity" + }, + { + "rshares": 210538398, + "voter": "ales" + }, + { + "rshares": 3374026415, + "voter": "michaellamden68" + }, + { + "rshares": 204013843843, + "voter": "asmolokalo" + }, + { + "rshares": 10364264135, + "voter": "jako" + }, + { + "rshares": 132657096959, + "voter": "chhayll" + }, + { + "rshares": 240080589407, + "voter": "fabio" + }, + { + "rshares": 466928201309, + "voter": "juneaugoldbuyer" + }, + { + "rshares": 296710962, + "voter": "damono" + }, + { + "rshares": 210192659, + "voter": "adamgud" + }, + { + "rshares": 36264884009, + "voter": "redpalestino" + }, + { + "rshares": 72257534352, + "voter": "derekareith" + }, + { + "rshares": 113581011154, + "voter": "crypt0" + }, + { + "rshares": 144039542662, + "voter": "knircky" + }, + { + "rshares": 13532699743, + "voter": "mrgreen" + }, + { + "rshares": 143380752469, + "voter": "jacor" + }, + { + "rshares": 515148804, + "voter": "warplat" + }, + { + "rshares": 14019560181, + "voter": "sebastien" + }, + { + "rshares": 2932258651, + "voter": "steemit-life" + }, + { + "rshares": 109188618706, + "voter": "paco" + }, + { + "rshares": 8923261762, + "voter": "deviedev" + }, + { + "rshares": 29701247281, + "voter": "jpiper20" + }, + { + "rshares": 11929926137, + "voter": "meesterboom" + }, + { + "rshares": 12871286440, + "voter": "jaycobbell" + }, + { + "rshares": 10289043539, + "voter": "cloveandcinnamon" + }, + { + "rshares": 7236481997, + "voter": "corinnestokes" + }, + { + "rshares": 332446975, + "voter": "luisucv34" + }, + { + "rshares": 2027442179, + "voter": "dimon14" + }, + { + "rshares": 3629922224, + "voter": "maximkichev" + }, + { + "rshares": 1001662053, + "voter": "jsteck" + }, + { + "rshares": 82686830113, + "voter": "me-tarzan" + }, + { + "rshares": 2424094754, + "voter": "sgnsteems" + }, + { + "rshares": 59943852587, + "voter": "thylbom" + }, + { + "rshares": 3219325103, + "voter": "moviefan" + }, + { + "rshares": 3034936936, + "voter": "travelista" + }, + { + "rshares": 3573419992, + "voter": "birdie" + }, + { + "rshares": 2030193955, + "voter": "bola" + }, + { + "rshares": 17744271849, + "voter": "celsius100" + }, + { + "rshares": 1894056221, + "voter": "idan4326" + }, + { + "rshares": 74885413307, + "voter": "rea" + }, + { + "rshares": 3547300393, + "voter": "mastletter" + }, + { + "rshares": 400623749, + "voter": "meteor78" + }, + { + "rshares": 26243392108, + "voter": "zaebars" + }, + { + "rshares": 333358949, + "voter": "valenttina" + }, + { + "rshares": 261379803, + "voter": "lexinferno" + }, + { + "rshares": 6108553793, + "voter": "tony.jennings" + }, + { + "rshares": 203458546034, + "voter": "johnsmith" + }, + { + "rshares": 6960645822, + "voter": "summonerrk" + }, + { + "rshares": 107496012, + "voter": "activcat" + }, + { + "rshares": 841259695, + "voter": "happyphoenix" + }, + { + "rshares": 445706908, + "voter": "kooshikoo" + }, + { + "rshares": 7093464346, + "voter": "webdeals" + }, + { + "rshares": 208498554, + "voter": "shadyonline" + }, + { + "rshares": 184772599, + "voter": "bitmap" + }, + { + "rshares": 17665762711, + "voter": "pinkisland" + }, + { + "rshares": 10248653702, + "voter": "sisterholics" + }, + { + "rshares": 31943139423, + "voter": "brianphobos" + }, + { + "rshares": 5344490062, + "voter": "logic" + }, + { + "rshares": 362618765, + "voter": "laurame86" + }, + { + "rshares": 10175387109, + "voter": "phoenixmaid" + }, + { + "rshares": 69849820, + "voter": "salamanca1987ar" + }, + { + "rshares": 4975171514, + "voter": "beanz" + }, + { + "rshares": 15053973666, + "voter": "smailer" + }, + { + "rshares": 2456070989, + "voter": "belkins" + }, + { + "rshares": 19368137736, + "voter": "williambanks" + }, + { + "rshares": 1049062937, + "voter": "metaflute" + }, + { + "rshares": 1951944925, + "voter": "sykochica" + }, + { + "rshares": 375668517110, + "voter": "laonie" + }, + { + "rshares": 23834697789, + "voter": "rawnetics" + }, + { + "rshares": 2595700392, + "voter": "timcliff" + }, + { + "rshares": 121563194275, + "voter": "bridgetbunchy" + }, + { + "rshares": 6307916292, + "voter": "myfirst" + }, + { + "rshares": 102479436470, + "voter": "somebody" + }, + { + "rshares": 3835982150, + "voter": "flysaga" + }, + { + "rshares": 15650028306, + "voter": "timelapse" + }, + { + "rshares": 35535725906, + "voter": "timsaid" + }, + { + "rshares": 19821844477, + "voter": "midnightoil" + }, + { + "rshares": 5921167530, + "voter": "minion" + }, + { + "rshares": 3067653962, + "voter": "steemleak" + }, + { + "rshares": 45657317456, + "voter": "xiaohui" + }, + { + "rshares": 13118148961, + "voter": "jphamer1" + }, + { + "rshares": 228819677, + "voter": "sillygoon" + }, + { + "rshares": 52521013, + "voter": "nickche" + }, + { + "rshares": 714188538, + "voter": "boddhisattva" + }, + { + "rshares": 1438747070, + "voter": "xiaokongcom" + }, + { + "rshares": 56250267, + "voter": "biggdogg" + }, + { + "rshares": 687153403, + "voter": "future24" + }, + { + "rshares": 773487823, + "voter": "alifton" + }, + { + "rshares": 10323552313, + "voter": "cristi" + }, + { + "rshares": 510558795, + "voter": "galamirissa" + }, + { + "rshares": 61569261, + "voter": "hysmagus" + }, + { + "rshares": 233196315, + "voter": "naifaz" + }, + { + "rshares": 3570294010, + "voter": "xianjun" + }, + { + "rshares": 22911239981, + "voter": "hanshotfirst" + }, + { + "rshares": 5838110908, + "voter": "lordvader" + }, + { + "rshares": 4508841975, + "voter": "melek" + }, + { + "rshares": 795125532, + "voter": "kateblack" + }, + { + "rshares": 63734270, + "voter": "evgenyche" + }, + { + "rshares": 1145609627, + "voter": "bledarus" + }, + { + "rshares": 174751392, + "voter": "florentina" + }, + { + "rshares": 235328801, + "voter": "microluck" + }, + { + "rshares": 10748521073, + "voter": "kyriacos" + }, + { + "rshares": 20522445870, + "voter": "runaway-psyche" + }, + { + "rshares": 64551062343, + "voter": "serejandmyself" + }, + { + "rshares": 1258347207, + "voter": "kollapsik" + }, + { + "rshares": 51095992, + "voter": "kamil5" + }, + { + "rshares": 2976838803, + "voter": "netaterra" + }, + { + "rshares": 2291984181, + "voter": "mweich" + }, + { + "rshares": 97567611, + "voter": "claudia" + }, + { + "rshares": 35066739983, + "voter": "someguy123" + }, + { + "rshares": 12921415762, + "voter": "mikemacintire" + }, + { + "rshares": 2006235920, + "voter": "stillsafe" + }, + { + "rshares": 7454987616, + "voter": "generation.easy" + }, + { + "rshares": 76843163, + "voter": "joelbow" + }, + { + "rshares": 11509373633, + "voter": "hilarski" + }, + { + "rshares": 6671849990, + "voter": "booky" + }, + { + "rshares": 23649624986, + "voter": "daut44" + }, + { + "rshares": 11380609295, + "voter": "steemitpatina" + }, + { + "rshares": 76756531, + "voter": "xntryk1" + }, + { + "rshares": 111425803, + "voter": "jyezie" + }, + { + "rshares": 1181054867, + "voter": "lenar" + }, + { + "rshares": 85913014, + "voter": "jtstreetman" + }, + { + "rshares": 55633002031, + "voter": "skum" + }, + { + "rshares": 72888933, + "voter": "uziriel" + }, + { + "rshares": 67994567, + "voter": "kreativ" + }, + { + "rshares": 55443372, + "voter": "dazedbunny" + }, + { + "rshares": 1580324483, + "voter": "funkywanderer" + }, + { + "rshares": 10800740085, + "voter": "sabot" + }, + { + "rshares": 108822425815, + "voter": "roy2016" + }, + { + "rshares": 7184066856, + "voter": "davidbrogan" + }, + { + "rshares": 316281166, + "voter": "getonthetrain" + }, + { + "rshares": 56017401, + "voter": "mnviking" + }, + { + "rshares": 3639301731, + "voter": "ericbotticelli" + }, + { + "rshares": 56566110, + "voter": "minihelp" + }, + { + "rshares": 3319520861, + "voter": "titusfrost" + }, + { + "rshares": 346743386, + "voter": "masonmiler" + }, + { + "rshares": 16416762623, + "voter": "hunterisgreat" + }, + { + "rshares": 84510824, + "voter": "tito-baron" + }, + { + "rshares": 55936364, + "voter": "minisupport" + }, + { + "rshares": 766025841, + "voter": "stepa" + }, + { + "rshares": 24770721231, + "voter": "dubi" + }, + { + "rshares": 9370846764, + "voter": "goose" + }, + { + "rshares": 4836979493, + "voter": "dexter-k" + }, + { + "rshares": 93771031, + "voter": "alina1" + }, + { + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "rshares": 105329833, + "voter": "roxanne" + }, + { + "rshares": 59536536, + "voter": "knight-angel" + }, + { + "rshares": 53043871, + "voter": "ramooz" + }, + { + "rshares": 1576328130, + "voter": "bitcoinparadise" + }, + { + "rshares": 68442517, + "voter": "projecthor" + }, + { + "rshares": 2921775535, + "voter": "gringalicious" + }, + { + "rshares": 2610482432, + "voter": "robcichocki" + }, + { + "rshares": 52282021, + "voter": "pdavid000" + }, + { + "rshares": 54464967, + "voter": "mynameisricky" + }, + { + "rshares": 89309975, + "voter": "ola1" + }, + { + "rshares": 5219360203, + "voter": "herpetologyguy" + }, + { + "rshares": 55029837, + "voter": "jessica.tan" + }, + { + "rshares": 50878690, + "voter": "bobbybillbob" + }, + { + "rshares": 91297442, + "voter": "qezzit" + }, + { + "rshares": 80288789, + "voter": "benberger" + } + ], + "author": "thecryptofiend", + "author_payout_value": "0.000 HBD", + "author_reputation": 62.89, + "beneficiaries": [], + "blacklists": [], + "body": "\n

    Introduction

    \n

    \n

    I have found myself in a contemplative mood over the last few days.  The main reason for this that I am due to have surgery on my left eye this Thursday (1st September) - sorry for constantly bringing it up and being such a wimp.  

    \n

    The surgery is routine and is in some ways self-inflicted - it is due to a complication with having had laser eye surgery last year to correct my vision.  

    \n

    Had I not had that done I wouldn't be in this position (although) I don't regret it.  No procedure is without risk and since this is a second procedure the risk is increased.  It is even greater because I am also a type I diabetic (on insulin) which slows healing down and makes complications more likely.

    \n

    My eyesight is very important to me particularly due to my artistic hobbies like photography.  Luckily my right eye is absolutely fine at the moment.

    \n

    Anyway the natural anxiety over this has lead me to be quite introspective and think about life in general.  I have been thinking back to some of the the things I have learned and how they might have helped me had I known them when I was younger.

    \n

    They are in no particular order.  I make no apologies for some of them being quite obvious or even the sort of cheesy advice you would read on a greeting card.

    \n

    So here they are in no particular order:

    \n


    \n

    Money and your career are important but not that important

    \n

    \n

    When I was younger I was (like many kids) convinced that having lots of money would bring happiness.  Having the latest Nike Air Jordans and most fashionable clothes, gadgets and the like was a matter of not only pride but vane necessity.

    \n

    It was only later that I started to realise that whilst money is a necessity for paying bills and the like it is only a tool.  Above a certain level of comfort having more money doesn't really equate to being happier.  It just equates to being able to have more \"things\" i.e. possessions.  

    \n

    Depending on how you get the money it can also lead to a poverty of the more valuable commodity which is time.  

    \n

    By similar extension whilst your career should be important it should not be the most important thing in your life.  No matter what you do you aren't going to be able to buy yourself more time so don't waste it needlessly going after more money or a better position at work.  

    \n

    It is a kind of Faustian pact where you get the worse end of the deal.  

    \n

    Time is the truly important commodity and sharing it with others is one of the most valuable uses of it.

    \n


    \n

    Following the herd (or shoal) doesn't doesn't pay off

    \n

    \n

    We are all programmed by society and culture to follow what is \"normal\" and ordinary.  This is especially true during those early teen years.  Even though we pretend to rebel by picking subcultures like goth, emo, metalhead or whatever this is just a thinly veiled surface level of individuality.  

    \n

    At it's base it is as conformist as anything else and is merely designed to massage our egos whilst still allowing us to be cocooned within the comfort of our own selected \"tribe\".

    \n

    Truly great people, the kind that change the world don't follow herds or tribes or anything else.  They set their own destiny and forge their own path.  

    \n

    They make the world follow them.

    \n

    I know what kind of person I would rather be and it isn't one of the sheep.

    \n


    \n

    Follow your own dreams not those of others

    \n

    \n

    This is related to the idea of ignoring \"herd mentality\".  We often have dreams and expectations placed upon us by our family, friends and teachers.  I remember once telling one of my teachers that I wanted to be an artist or a film director and being told:

    \n

    \"You are much too clever to waste your life on something like that.  You should be a doctor or a lawyer.\"

    \n

    It may seem like a complement but these kind of sentiments can be just as damaging as more obviously disparaging ones because they psychologically close down certain options in our lives.  One can be made to feel that doing what we want would be letting our family, friends and educators down so we push those things aside and just do what is expected of us.

    \n

    This ultimately leads to dissatisfaction with our work and our lives.  It is much harder to change this in your thirties or later and much easier in practical terms to do it when you are in your teen years and choosing your career.  

    \n

    Paradoxically it seems harder in your teens to say no to the psychological pressure even though it is ultimately your choice.

    \n

    Self confidence in your own ability to know what you truly want early one pays off in the long term.  Don't live your life for other people.

    \n


    \n

    People who agree with you all the time aren't helping you

    \n

    \n

    We naturally like to associate with people who have similar views to us and seem agreeable to us.  This is part of human nature.  Unfortunately what many of us don't realise when we are younger is that a good friend needs to be honest with us.  

    \n

    Someone who is always a \"Yes-man\" can actually encourage us to stagnate and reinforce our negative behaviours.  It is simply not healthy and it is dishonest.  Your best friends are those who tell you the truth and call you out on your bullshit.  

    \n

    Similarly in your work and acedemic life it is important to listen to conflicting opinions.  Just reading material that agrees with what you already think prevents you from evolving both from a personal and an intellectual standpoint.  

    \n

    We can see this in modern internet culture where people focus purely on material that agrees with their political or societal opinions.  

    \n

    Ultimately it leads to greater division, polarisation and entrenchment of attitudes.

    \n


    \n

    There is no shame in changing your opinion

    \n

    \n

    To some degree people who have very strong opinions may be respected.  It is seen as a sign of confidence.  

    \n

    It could also be a sign of inflexibility and inability to change.  

    \n

    I believe now that life is all about change and evolution.  If you stop moving you get left behind.  

    \n

    When I was younger I would stubbornly hold on to opinions and beliefs as a matter of pride.  There was a certain amount of machismo behind sticking to your opinions and not conceding to those of others.  To change them would be seen as some sort of humiliation.

    \n

    This is a complete fallacy of course.  

    \n

    To stick to an opinion merely for the sake of not changing is not only foolish it is positively pathological.  

    \n

    Ultimately it means that you do not progress as a person.  I now realise there is no shame in changing your position and admitting that you were wrong.  

    \n

    In many ways it is a lot braver because you are sure to get flack from others who are unable to do the same for \"flip-flopping\".

    \n


    \n


    \n

    Cherish your friends and family because you don't know how long you have with them

    \n

    \n

    I found this out the hard way in my early twenties.  A friend of mine (let's call him John) who I had been with throughout Junior school went to a different college from me.  This was in a different area of the country.  Though we often made plans to get together they would often follow through for logistical reasons.

    \n

    Over time our conversations and meetings became less and less frequent as \"life\" started to get in the way.  

    \n

    A few years later when I was home from University and I hadn't heard from him in a while I bumped into a mutual friend.

    \n

    Nothing in my life had prepared me for what I heard next.  

    \n

    A year earlier John had been involved in a minor road accident whilst riding his motorbike.  He had fallen off as a result and had received what seemed at the time like a minor knock to his head.  Feeling fine he had decided that he didn't need to go to hospital.  

    \n

    Unfortunately for him, that minor knock on his head had ruptured a small artery in his meninges, resulting in a slow but progressive increase in intracranial pressure.  

    \n

    A few hours later he literally dropped dead.  He was only 21.

    \n

    I felt so much guilt.  

    \n

    This friend had been so close, like a brother to me.  

    \n

    He had died so suddenly and I hadn't even known.  

    \n

    I had so many regrets - maybe if we had gotten together before his death it could somehow have changed things just enough to prevent this from happening?  

    \n

    I kept having such thoughts and I still have them from time to time.

    \n

    I don't think I have every truly gotten over the trauma of this.

    \n

    You assume that the people you care about and love will always be there just because you can't imagine life without them.  

    \n

    The fact is life is fragile.  Nobody knows how long they have to live.

    \n

    Life and death happen all around us all the time.  

    \n

    Appreciate and spend time with loved ones whilst you can because you never know when that time will be up, either for you or for them.

    \n


    \n

    Your parents and grandparents were young too

    \n

    \n

    One of my teachers at school used to say that -

    \n

    \"When you are young you know everything except your own ignorance.\" 

    \n

     This is so true.  Once we become teenagers we tend to assume we know better than everyone else.  

    \n

    When our parents and grandparents give us valuable advice we tend to ignore it because - what do they know?  

    \n

    We tend to forget that they were once young and had the same kind of hopes and dreams we do.  By being further on in their lives and having more experience they can give us a perspective that we lack.

    \n

    They are a resource that we ignore at our peril.

    \n


    \n

    Never give up on your hobbies and interests

    \n

    \n

    We all know the saying that \"variety is the spice of life\".  We all tend to get pushed for time as we get older and develop more responsibilities.  

    \n

    It is very easy to give up on those simple hobbies that gave us so much pleasure when we were younger.  

    \n

    Whether it was engaging in a particular sport, listening to music, enjoying nature or just travelling we tend to give less importance and priority to these activities.

    \n

    These kind of activities are very important for recharging our mental energy and helping us to get away from the worries and concerns of life.  

    \n

    One could almost consider them to be like a from of activity based meditation.

    \n

    I gave up on my art work for many years due to the sheer workload I had during University and then in work.  

    \n

    This was a mistake and it was only through being forced to re-enage with it through ill health that I realised how important and fulfilling a part of my life it was and now still is.

    \n


    \n

    My Final Point: Life is short make sure you actually experience it

    \n

    \n

    As you get older you start to realise how quickly time passes by.  We have a tendency to live in either the past or the future, rarely experiencing the present.  

    \n

    Not only does this make time appear to pass more quickly but it also leaves us unable to appreciate what we have at the time only realising it later through the lens of hindsight.  

    \n

    One of the principles of mindfulness is the idea of recapturing and experiencing the moment.  

    \n

    I think we would all do well to follow this idea.  

    \n

    By reconnecting with our momentary existence we can become more aware of our own thoughts, feelings and what we ultimately want.  

    \n

    It can also allow us to readjust our focus on what is important and start to concentrate on it more whilst we still have time.  

    \n

    So many of us simply drift through our lives without the kind of focus this could provide and you don't want to be the person who starts making these kind of observations when it is too late for you to be doing anything with them.

    \n

    You don't want to end up feeling like you were just a passive bystander or a passenger in your own life.

    \n


    \n

    Conclusion

    \n

    \n

    Thanks very much for reading.  I hope you found it useful and interesting.

    \n

    Do you have any similar things that you wished you had known when you were younger? Please share in the comments below.

    \n

    This will probably be my last post for a while as I am due to have eye surgery tomorrow and will be recuperating for some days.  

    \n

    If I have time I might put out another post before the operation but if I don't please all take care and I wish you all the best.

    \n


    \n

    You can find more of my work by following me @thecryptofiend - thanks.

    \n", + "category": "life", + "children": 67, + "created": "2016-08-31T17:41:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/08/31/iStock_75367465_SMALLee110.jpg", + "https://www.steemimg.com/images/2016/08/31/Serbian-Dinar-and-another-Currency-000082274485_Smalla1ad2.jpg", + "https://www.steemimg.com/images/2016/08/31/iStock_16631433_SMALLec951.jpg", + "https://www.steemimg.com/images/2016/08/31/iStock_76511897_SMALL42a71.jpg", + "https://www.steemimg.com/images/2016/08/31/Better_an_open_enemy_false_friendb2a45.png", + "https://www.steemimg.com/images/2016/08/31/chinese-proverb-on-windmilla2b73.jpg", + "https://www.steemimg.com/images/2016/08/31/Happy-multigeneration-family-walking-in-the-countryside-000073792689_Small8784a.jpg", + "https://www.steemimg.com/images/2016/08/31/Photo-album---photos-of-children-000070298559_Small3feff.jpg", + "https://www.steemimg.com/images/2016/08/31/painting-brush53238.jpg", + "https://www.steemimg.com/images/2016/08/31/iStock_89191645_SMALL0da25.jpg", + "https://www.steemimg.com/images/2016/08/31/iStock_57565926_SMALLac7bb.jpg" + ], + "tags": [ + "life", + "philosophy", + "psychology", + "writing", + "steemsquad" + ], + "users": [ + "thecryptofiend" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 87244901893478, + "payout": 778.04, + "payout_at": "2016-09-07T17:41:00", + "pending_payout_value": "778.040 HBD", + "percent_hbd": 10000, + "permlink": "things-i-wish-i-d-known-when-i-was-18", + "post_id": 1073636, + "promoted": "120.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 216 + }, + "title": "Things I wish I'd known when I was 18", + "updated": "2016-09-01T00:56:30", + "url": "/life/@thecryptofiend/things-i-wish-i-d-known-when-i-was-18" + }, + { + "active_votes": [ + { + "rshares": 28861578690, + "voter": "anonymous" + }, + { + "rshares": 14412308288396, + "voter": "summon" + }, + { + "rshares": 35599225928876, + "voter": "jamesc" + }, + { + "rshares": 6594573987000, + "voter": "fuzzyvest" + }, + { + "rshares": 2476131997, + "voter": "boy" + }, + { + "rshares": 3005703855, + "voter": "bue-witness" + }, + { + "rshares": 557354442, + "voter": "bunny" + }, + { + "rshares": 42724131990, + "voter": "bue" + }, + { + "rshares": 1327124837, + "voter": "mini" + }, + { + "rshares": 170849766, + "voter": "moon" + }, + { + "rshares": 118280461284, + "voter": "stan" + }, + { + "rshares": 21494373020, + "voter": "lee3" + }, + { + "rshares": 5527985680, + "voter": "lee5" + }, + { + "rshares": 1190401003512, + "voter": "benjojo" + }, + { + "rshares": 363371081332, + "voter": "officialfuzzy" + }, + { + "rshares": 497724578, + "voter": "healthcare" + }, + { + "rshares": 763596484, + "voter": "daniel.pan" + }, + { + "rshares": 22561832145, + "voter": "sadochismo" + }, + { + "rshares": 543033555368, + "voter": "kencode" + }, + { + "rshares": 230379526, + "voter": "helen.tan" + }, + { + "rshares": 23241074306, + "voter": "steampunkpowered" + }, + { + "rshares": 25655032627, + "voter": "instructor2121" + }, + { + "rshares": 312858109385, + "voter": "teamsteem" + }, + { + "rshares": 57879936728, + "voter": "hannixx42" + }, + { + "rshares": 2524835106, + "voter": "murh" + }, + { + "rshares": 102093148701, + "voter": "sascha" + }, + { + "rshares": 324862068866, + "voter": "cyber" + }, + { + "rshares": 195268121, + "voter": "akaninyene-etuk" + }, + { + "rshares": 29357718372, + "voter": "altoz" + }, + { + "rshares": 5490718122, + "voter": "karbonxx" + }, + { + "rshares": 236667071809, + "voter": "churdtzu" + }, + { + "rshares": 61307724491, + "voter": "thecryptodrive" + }, + { + "rshares": 2988479142, + "voter": "ola-haukland" + }, + { + "rshares": 35305921410, + "voter": "cheftony" + }, + { + "rshares": 8413648946, + "voter": "simoneighties" + }, + { + "rshares": 118455323, + "voter": "ales" + }, + { + "rshares": 4601395327, + "voter": "madwallace" + }, + { + "rshares": 10101627148, + "voter": "stealthtrader" + }, + { + "rshares": 23843407312, + "voter": "r4fken" + }, + { + "rshares": 533041889998, + "voter": "slowwalker" + }, + { + "rshares": 57967426, + "voter": "ghozia" + }, + { + "rshares": 10272873194, + "voter": "aaseb" + }, + { + "rshares": 3017052825, + "voter": "kaneen74" + }, + { + "rshares": 8127943798, + "voter": "noodhoog" + }, + { + "rshares": 10625262501, + "voter": "bycz" + }, + { + "rshares": 1595194627, + "voter": "pigatto" + }, + { + "rshares": 601083060, + "voter": "luisucv34" + }, + { + "rshares": 337837874, + "voter": "illlefr4u" + }, + { + "rshares": 1087530326, + "voter": "fubar-bdhr" + }, + { + "rshares": 7156028317, + "voter": "rpf" + }, + { + "rshares": 145088625, + "voter": "ellamaeamor" + }, + { + "rshares": 100088553, + "voter": "elmusic" + }, + { + "rshares": 1507018875, + "voter": "lostnuggett" + }, + { + "rshares": 560201253, + "voter": "jasonpay1" + }, + { + "rshares": 102635194703, + "voter": "giffordde2000" + }, + { + "rshares": 4838864543, + "voter": "scott.stevens" + }, + { + "rshares": 15486997728, + "voter": "bulkygangsta" + }, + { + "rshares": 23815009326, + "voter": "rawnetics" + }, + { + "rshares": 16962531382, + "voter": "flandude" + }, + { + "rshares": 71274014, + "voter": "always1success" + }, + { + "rshares": 24133776765, + "voter": "persianqueen" + }, + { + "rshares": 2245652652, + "voter": "kainmarx" + }, + { + "rshares": 3688644772, + "voter": "alchemage" + }, + { + "rshares": 2202673922, + "voter": "bledarus" + }, + { + "rshares": 60920134, + "voter": "nano2nd" + }, + { + "rshares": 4377312833, + "voter": "themanualbot" + }, + { + "rshares": 59075696, + "voter": "vasilii" + }, + { + "rshares": 38299804598, + "voter": "sweetsssj" + }, + { + "rshares": 65497834210, + "voter": "barrycooper" + }, + { + "rshares": 12113118520, + "voter": "hilarski" + }, + { + "rshares": 8755530417, + "voter": "craigwilliamz" + }, + { + "rshares": 368182198, + "voter": "ukblogger" + }, + { + "rshares": 5153403180, + "voter": "survivalist.com" + }, + { + "rshares": 11145915001, + "voter": "krnel" + }, + { + "rshares": 4533143507, + "voter": "daveks" + }, + { + "rshares": 57371783, + "voter": "freegirl" + }, + { + "rshares": 50094345, + "voter": "kosmatimuc" + }, + { + "rshares": 54921657, + "voter": "el1fan" + }, + { + "rshares": 158871581172, + "voter": "charlieshrem" + }, + { + "rshares": 51884666, + "voter": "brs" + }, + { + "rshares": 51213903, + "voter": "jebat" + }, + { + "rshares": 51961738, + "voter": "chamujama" + }, + { + "rshares": 51778924, + "voter": "alexdaroll" + }, + { + "rshares": 51759386, + "voter": "creolegenius" + }, + { + "rshares": 51660954, + "voter": "patrickwienefeld" + }, + { + "rshares": 50536722, + "voter": "hugues" + }, + { + "rshares": 50794905, + "voter": "alexrknight3" + }, + { + "rshares": 160726430, + "voter": "edlayne" + } + ], + "author": "scott.stevens", + "author_payout_value": "0.000 HBD", + "author_reputation": 56.63, + "beneficiaries": [], + "blacklists": [], + "body": "\n

    August 25, 2016

    \n

    What happens when this ends?

    \n

    \n

    Did we really need a scientific paper to tell us that there is \"no conspiracy\" with regards to chemtrails and geoengineering? Apparently, we did. The obvious--to most of us--is getting, well, too obvious.  Some self-declared scientific types had to review some pictures and all agree (mostly, 76 of 77) that nothing of the sort is happening right in front of us.

    \n

    Really now?

    \n

    First, the published articles that I recently saw in the news referencing the published paper

    \n

    The New York Times: 

    \n

    \n

    Now Science Daily:

    \n


    \n

    \n

    A quick excerpt to get us started:

    \n

    The authors of this study, including Carnegie's Ken Caldeira, conducted a survey of the world's leading atmospheric scientists, who categorically rejected the existence of a secret spraying program. The team's findings, published by Environmental Research Letters, are based on a survey of two groups of experts: atmospheric chemists who specialize in condensation trails and geochemists working on atmospheric deposition of dust and pollution.

    \n

    The survey results show that 76 of the 77 participating scientists said they had not encountered evidence of a secret spraying program, and agree that the alleged evidence cited by the individuals who believe that atmospheric spraying is occurring could be explained through other factors, such as typical airplane contrail formation and poor data sampling.

    \n

    The research team undertook their study in response to the large number of people who claim to believe in a secret spraying program. In a 2011 international survey, nearly 17 percent of respondents said they believed the existence of a secret large-scale atmospheric spraying program to be true or partly true. And in recent years a number of websites have arisen claiming to show evidence of widespread secret chemical spraying, which they say is linked to negative impacts on human health and the environment.

    \n

    \u2026

    \n

    \"The experts we surveyed resoundingly rejected contrail photographs (emphasis mine) and test results as evidence of a large-scale atmospheric conspiracy.\"

    \n

    ---------------------

    \n

    Did you get that? \"Photographs\", that\u2019s (almost) all they looked at, studied or examined; that\u2019s it! Just some static pictures. In my \u201cscientific research\u201d I went a step further. How could I not? My job, my reputation, my incumbent responsibility to my employer and nightly audience was at stake. Instead of examining photographs, which I already had thousands of, I bought four cameras, two computers, and some time lapse software so that I could watch the entire day\u2019s weather happenings in under five minutes. These cameras would begin recording the sky, snapping a picture every five-seconds from sunup and finish at dark, day after day after day. Pictures were not good enough for me. I needed video just to see if there was something that I was missing! 

    \n

    I would get home from doing the 10pm news, change my clothes, and go upstairs to begin rendering the four movies. I had one camera covering each of the cardinal directions and then watch each one. It is truly amazing what we don't see when we watch clouds without the aid of compressing time by 150 times or 300 times. At these speeds, it all makes sense. To be able to see all different layers of the atmosphere working together, or against each other, a fog that seems like and even feels calm, but is actually violently whipping around, even clouds retaining their shapes and sizes as they pass through each other, WTF! 

    \n

    https://youtu.be/Yi4YFzyeEZ0

    \n

    What is quickly understood is that the wind does not carry the clouds, the water molecule is riding upon another force, another current, apart from the wind. This was a revelation to me and once realized by the wider atmospheric sciences community will utterly revolutionize the science. I lost count of the times I would see a cloud layer moving EXACTLY 90 or 180 degrees opposed to the layer immediately above or below. This is impossible in a natural setting. Now reflect on how many chemtrails you seen in the shape of a perfect \"T\" or \"X\". Think of alignments... 

    \n

    An excerpt of me discussing when I started recording the sky with time lapse.

    \n

    https://youtu.be/LXsPhe9zWoA?t=8m18s

    \n

    I began this operation in January of 2005, just slightly more than six months after having my \u201cAh-ha\u201d moment; in which I came to understand that all the planet\u2019s weather was profoundly impacted by man-made technology. Still, I had questions of where did all these planes, trails, and conspiracy fit into this complex story? It wasn\u2019t until I was four months into this project that I finally got my answer. Only then did I understand that these planes were tracing out geometric patterns while isolating perturbations, distortions, or gaps in already existing trails. It was freaking \u201cBrilliant!\u201d, was my exclamation.  

    \n

    These revealed perturbations ARE the reason for the chemtrails!

    \n

    \n


    \n

    \n

    Watch an example in this narrated video of the planes unique flight patterns recorded by during those early days of my research.

    \n

    https://youtu.be/WVhbdhT9xoY

    \n

    How else would the weather makers know where to target, how much energy to target and the results of their work, without these straight chalk lines in the sky to gauge their effectiveness? If you\u2019re going to pulse the atmosphere with \u201csomething\u201d you\u2019ve then got to go figure out if you got it right! Was the \"input\" enough, or not enough? Was the intended impact sufficient to achieve the desired result, Yes-or-No? 

    \n

    Straight lines across a moving fluid would allow for the direct observation of the atmospheric intervention and yet still appear to be just contrails to the masses below. It is an utterly elegant program that now with forty years under its belt has remained in the dark recesses of atmospheric sciences. A science that is so obsessed with the illusory CO2 issue that there is no intellectual capacity or energy available to see what\u2019s happening right of front of their faces. 

    \n

    \n

    A train yard,  1976 - Engine EL 831 Marion, Ohio  -- Chemtrails already in the sky

    \n

    Again, a very well played hand guys. Aircraft, in plain sight, some trails, but not too many, usually\u2026 Then get the program to use commercial aircraft (the most economical solution available versus military transport types) to do the work so it blends in with everything else up there, and then share the wealth that results from the program. The Military Industrial Complex makes a mint with all the planes, satellites, computers and esoteric technology perfected upon deployment. Those in the \u201cknow\u201d get to play in the energy, food & agricultural, insurance, re-insurance and commodities futures markets making billion upon billions of dollars with foreknowledge of what is to come weather and climate wise. 

    \n

    War, weather warfare is a racket and the population is told that we are experiencing \u201cclimate change\u201d when really it is \u201ceco-terrorism\u201d as Former Defense Secretary William Cohen termed these activities back in 1996, some twenty years ago! 

    \n

    The full quote: \"...some scientists in their laboratories trying to devise certain types of pathogens that would be ethnic specific so that they could just eliminate certain ethnic groups and races; and others are designing some sort of engineering, some sort of insects that can destroy specific crops. Others are engaging even in an eco-type of terrorism whereby they can alter the climate, set off earthquakes, volcanoes remotely through the use of electromagnetic waves.

    \n

    So there are plenty of ingenious minds out there that are at work finding ways in which they can wreak terror upon other nations. It's real, and that's the reason why we have to intensify our efforts, and that's why this is so important.

    \n

    \n

    Another point to consider: With GLOBAL geoengineering now four decades active what is the true trend-line of the planet\u2019s surface temperature? I contend that this number has been totally lost and smeared by these activities. No one outside of those involved specifically with these activities knows the true state of Planet Earth\u2019s climate. It has been hijacked.. for some reason that is apparently worthy of this massive, expensive and covert operation.

    \n

    What we need is an Edward Snowden to emerge from the geoengineering programs to come forward and share the truth with humanity so we can make intelligent, informed and sane decisions about what to do to prepare for the coming decades. Is it an Ice Age as the Sun is screaming or is it a middling along like the past 20 years with little change in the surface temperatures or a resumption of the warming like we experienced during the first half of the 20th Century? 

    \n

    Which is it? 

    \n

    \n

    We deserve to know, sooner than later.

    \n

    \n

    This global weather and climate engineering program WILL END. My question becomes, \"What happens then?\"  This issue is the most important one facing all of us today. Not tomorrow or next year, but today.

    \n

    Keep looking up,

    \n

    @scott.stevens

    \n

    \n", + "category": "geoengineering", + "children": 23, + "created": "2016-08-25T22:55:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://weatherwars.info/wp-content/uploads/2016/08/DSC08614.jpg", + "http://weatherwars.info/wp-content/uploads/2016/08/Scientists-Just-Say-No-to-1.jpg", + "http://weatherwars.info/wp-content/uploads/2016/08/Chemtrails-not-real-say-atmospheric-science-experts-ScienceDaily-2016-08-24-21-53-51.jpg", + "http://weatherwars.info/wp-content/uploads/2016/08/sunset_arrowed.jpg", + "http://weatherwars.info/wp-content/uploads/2016/08/DSC_0012.jpg", + "http://weatherwars.info/wp-content/uploads/2016/08/EL-831-Marion-1976.bmp", + "http://weatherwars.info/wp-content/uploads/2016/08/cohen3.gif", + "http://weatherwars.info/wp-content/uploads/2016/08/article-2055191-0e974b4300000578-216_468x4731.jpg", + "http://weatherwars.info/wp-content/uploads/2016/08/gisp-last-10000-new.png", + "http://weatherwars.info/wp-content/uploads/2016/08/Trail-finger.jpg" + ], + "links": [ + "http://iopscience.iop.org/article/10.1088/1748-9326/11/8/084011/pdf", + "http://www.nytimes.com/2016/08/16/science/scientists-just-say-no-to-chemtrails-conspiracy-theory.html?partner=msft_msn&_r=3", + "https://www.sciencedaily.com/releases/2016/08/160812103718.htm", + "https://youtu.be/Yi4YFzyeEZ0", + "https://youtu.be/LXsPhe9zWoA?t=8m18s", + "https://steemit.com/geo-engineering/@scott.stevens/wouldn-t-it-or-would-it-be-great-if-we-could-control-the-weather", + "https://youtu.be/WVhbdhT9xoY", + "https://en.wikiquote.org/wiki/William_S._Cohen", + "https://astronomynow.com/2015/07/17/diminishing-solar-activity-may-bring-new-ice-age-by-2030/" + ], + "tags": [ + "geoengineering", + "chemtrails", + "" + ], + "users": [ + "scott.stevens" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61303182921958, + "payout": 417.484, + "payout_at": "2016-09-01T22:55:03", + "pending_payout_value": "417.484 HBD", + "percent_hbd": 10000, + "permlink": "what-happens-when-it-ends", + "post_id": 989462, + "promoted": "119.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 88 + }, + "title": "What Happens When It Ends?", + "updated": "2016-08-25T22:55:03", + "url": "/geoengineering/@scott.stevens/what-happens-when-it-ends" + }, + { + "active_votes": [ + { + "rshares": 12795811535287, + "voter": "rainman" + }, + { + "rshares": 372316824459, + "voter": "berkah" + }, + { + "rshares": 143470451897, + "voter": "svk" + }, + { + "rshares": 898984807435, + "voter": "liondani" + }, + { + "rshares": 2479522245, + "voter": "boy" + }, + { + "rshares": 3010199699, + "voter": "bue-witness" + }, + { + "rshares": 557883458, + "voter": "bunny" + }, + { + "rshares": 471708497687, + "voter": "ajvest" + }, + { + "rshares": 43227563325, + "voter": "bue" + }, + { + "rshares": 1328824820, + "voter": "mini" + }, + { + "rshares": 4508768018730, + "voter": "witness.svk" + }, + { + "rshares": 170935941, + "voter": "moon" + }, + { + "rshares": 34042532834, + "voter": "aizensou" + }, + { + "rshares": 748581030023, + "voter": "pfunk" + }, + { + "rshares": 258887406145, + "voter": "pheonike" + }, + { + "rshares": 498208362, + "voter": "healthcare" + }, + { + "rshares": 773801809, + "voter": "daniel.pan" + }, + { + "rshares": 823317276751, + "voter": "steemrollin" + }, + { + "rshares": 302719926634, + "voter": "chitty" + }, + { + "rshares": 230521375, + "voter": "helen.tan" + }, + { + "rshares": 411375686313, + "voter": "chryspano" + }, + { + "rshares": 26495887427, + "voter": "blackjincrypto" + }, + { + "rshares": 74201402070, + "voter": "easteagle13" + }, + { + "rshares": 34871878822, + "voter": "james-show" + }, + { + "rshares": 1431720661, + "voter": "murh" + }, + { + "rshares": 935697420, + "voter": "leprechaun" + }, + { + "rshares": 37511548124, + "voter": "justtryme90" + }, + { + "rshares": 10314861252, + "voter": "johnerfx" + }, + { + "rshares": 22856402506, + "voter": "m4ever" + }, + { + "rshares": 13346309453, + "voter": "samether" + }, + { + "rshares": 1138049559, + "voter": "johnerminer" + }, + { + "rshares": 129179648054, + "voter": "thedashguy" + }, + { + "rshares": 80804852397, + "voter": "kimziv" + }, + { + "rshares": 302683064, + "voter": "gerber" + }, + { + "rshares": 198782719642, + "voter": "asmolokalo" + }, + { + "rshares": 7568897676, + "voter": "kakradetome" + }, + { + "rshares": 124699737174, + "voter": "chhayll" + }, + { + "rshares": 246771748723, + "voter": "fabio" + }, + { + "rshares": 69581481372, + "voter": "derekareith" + }, + { + "rshares": 12190374285, + "voter": "picokernel" + }, + { + "rshares": 143380752469, + "voter": "jacor" + }, + { + "rshares": 22868729155, + "voter": "halo" + }, + { + "rshares": 614055241, + "voter": "cherish" + }, + { + "rshares": 192822819405, + "voter": "jesta" + }, + { + "rshares": 35158481984, + "voter": "biophil" + }, + { + "rshares": 10952411440, + "voter": "senseiteekay" + }, + { + "rshares": 13738300392, + "voter": "all-of-us" + }, + { + "rshares": 4088366345, + "voter": "rainchen" + }, + { + "rshares": 365818230, + "voter": "meteor78" + }, + { + "rshares": 13209938808, + "voter": "carlidos" + }, + { + "rshares": 841259695, + "voter": "happyphoenix" + }, + { + "rshares": 7093464346, + "voter": "webdeals" + }, + { + "rshares": 11024739057, + "voter": "sisterholics" + }, + { + "rshares": 268956346, + "voter": "faraz" + }, + { + "rshares": 10075803326, + "voter": "michaeldodridge" + }, + { + "rshares": 19988784545, + "voter": "williambanks" + }, + { + "rshares": 4933785537, + "voter": "jed78" + }, + { + "rshares": 3865257981, + "voter": "dumar022" + }, + { + "rshares": 402412698850, + "voter": "laonie" + }, + { + "rshares": 76821186326, + "voter": "twinner" + }, + { + "rshares": 8809932426, + "voter": "myfirst" + }, + { + "rshares": 96034818561, + "voter": "somebody" + }, + { + "rshares": 3834585662, + "voter": "flysaga" + }, + { + "rshares": 19814357142, + "voter": "midnightoil" + }, + { + "rshares": 45623458403, + "voter": "xiaohui" + }, + { + "rshares": 1327717265, + "voter": "xiaokongcom" + }, + { + "rshares": 63750303, + "voter": "biggdogg" + }, + { + "rshares": 54355927, + "voter": "tinca" + }, + { + "rshares": 14055782855, + "voter": "scaredycatguide" + }, + { + "rshares": 3569023089, + "voter": "xianjun" + }, + { + "rshares": 1227614779, + "voter": "bledarus" + }, + { + "rshares": 235297436, + "voter": "microluck" + }, + { + "rshares": 6857054058, + "voter": "theb0red1" + }, + { + "rshares": 71823713867, + "voter": "helikopterben" + }, + { + "rshares": 50094162, + "voter": "pollina" + }, + { + "rshares": 11509623311, + "voter": "hilarski" + }, + { + "rshares": 54497132206, + "voter": "skum" + }, + { + "rshares": 12067433608, + "voter": "ryan-singer" + }, + { + "rshares": 384999327, + "voter": "eight-rad" + }, + { + "rshares": 2311621568, + "voter": "blockcodes" + }, + { + "rshares": 53351751, + "voter": "rusla" + }, + { + "rshares": 50094345, + "voter": "kosmatimuc" + }, + { + "rshares": 84510824, + "voter": "tito-baron" + }, + { + "rshares": 23711007445, + "voter": "dubi" + }, + { + "rshares": 50196187, + "voter": "post-successful" + }, + { + "rshares": 4120769636, + "voter": "burnin" + }, + { + "rshares": 50531169, + "voter": "wolfdaze" + }, + { + "rshares": 1301309204, + "voter": "robotev" + } + ], + "author": "james-show", + "author_payout_value": "0.000 HBD", + "author_reputation": 58.33, + "beneficiaries": [], + "blacklists": [], + "body": "Trading Steem is not hard. In that part steem(it) development team has done a great job. Compared to the establishment Steem is a huge step in the right direction of fairness and openness.\n# How the JS index works\nJS measures the net result of the buyers and sellers actions.\nEveryone buying Steem (or anything else) in any financial instruments market does it to profit. Interesting distinction is however if those buyers or seller do expect their profits short term or long term.\n\n## How short term Steem \u201cspeculators\u201d act?\nThey buy steem and expect return in a matter of days, weeks, months.\n## How long term Steem \u201cinvestors\u201d act?\nThey buy steem and expect return in a matter of years. They buy steem, and in this particular high devaluation environment that Steem is quickly power up .\n\nMeasuring the net result from the Steem \u201cspeculators\u201d and Steem \u201cinvestors\u201d buying, compared to Steem owners selling can give us the ultimate tool to measure the future price movement of Steem (in the short to medium term).\n\n# And it turns out to be incredible easy\nAll of the described above is nothing more than the \u2026 increase/decrease of the total Steem held by exchanges! (with a few caveats I will keep proprietary for now)\n\n# How this matters\u2026 give me a practice example.\nOK here it is.\nSteem hit a local low of 0.001224 btc/steem on 08/29 4:30 UTC. Since then the price is generally higher. Should you buy (out of FOMO) or wait for the price to come down to even lower levels sometime in the near future.\nIf JS index has fallen down since 08/29 (as it has indeed) this means that all the buying (price increase) was by short time speculators. So, if no news justifie their buying exuberance, you can expect soon those speculative buyers to give up/cash out of their short term position and the price to continue following the long term trend of the JS index itself.\n\n# Initial JS index\nThe index is set at __1000.000__ as for 2016-07-26 12:56:12 UTC\n\n# Current JS index\nAs of 2016-08-31 03:03 (UTC) the value is: __553.650__\n#\n[EDIT]\nBelow is a chart of JS Index and Steem price for July 27th to Aug 30th NB some days have more than one data point.\n#\n\n![Imgur](http://i.imgur.com/Ukazg7G.png)\n#\n#steemit #trading #finance #steem #money", + "category": "steemit", + "children": 18, + "created": "2016-08-31T04:11:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://i.imgur.com/Ukazg7G.png" + ], + "tags": [ + "steemit", + "trading", + "finance", + "steem", + "money" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 24273347100904, + "payout": 68.636, + "payout_at": "2016-09-07T04:11:24", + "pending_payout_value": "68.636 HBD", + "percent_hbd": 10000, + "permlink": "the-only-index-you-should-know-to-successfully-buy-and-sell-steem-introducing-the-js-index", + "post_id": 1066137, + "promoted": "110.001 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 88 + }, + "title": "The only index you should know to successfully buy and sell Steem \u2013 Introducing the JS Index!", + "updated": "2016-08-31T15:07:03", + "url": "/steemit/@james-show/the-only-index-you-should-know-to-successfully-buy-and-sell-steem-introducing-the-js-index" + }, + { + "active_votes": [ + { + "rshares": 7376349250899, + "voter": "steempty" + }, + { + "rshares": 347165551187, + "voter": "anonymous" + }, + { + "rshares": 44274584365947, + "voter": "ned" + }, + { + "rshares": 3104392312, + "voter": "boy" + }, + { + "rshares": 3769119494, + "voter": "bue-witness" + }, + { + "rshares": 684036241, + "voter": "bunny" + }, + { + "rshares": 54908039872, + "voter": "bue" + }, + { + "rshares": 1663427874, + "voter": "mini" + }, + { + "rshares": 213797798, + "voter": "moon" + }, + { + "rshares": 2179781689511, + "voter": "bhuz" + }, + { + "rshares": 73521122782, + "voter": "aizensou" + }, + { + "rshares": 425629339547, + "voter": "recursive2" + }, + { + "rshares": -2705241943122, + "voter": "recursive" + }, + { + "rshares": 1131791016752, + "voter": "cass" + }, + { + "rshares": 625020571, + "voter": "healthcare" + }, + { + "rshares": 973177874, + "voter": "daniel.pan" + }, + { + "rshares": 830121840154, + "voter": "steemrollin" + }, + { + "rshares": 288359524, + "voter": "helen.tan" + }, + { + "rshares": 392749106258, + "voter": "craig-grant" + }, + { + "rshares": 73536772482, + "voter": "easteagle13" + }, + { + "rshares": 18718327214, + "voter": "fkn" + }, + { + "rshares": 437226882, + "voter": "paco-steem" + }, + { + "rshares": 4895173431, + "voter": "spaninv" + }, + { + "rshares": 26804675937, + "voter": "james-show" + }, + { + "rshares": 2024361326, + "voter": "gekko" + }, + { + "rshares": 25288596864, + "voter": "elishagh1" + }, + { + "rshares": 20099547557, + "voter": "acidyo" + }, + { + "rshares": 147573839789, + "voter": "steve-walschot" + }, + { + "rshares": 1412747751, + "voter": "murh" + }, + { + "rshares": 260051658583, + "voter": "billbutler" + }, + { + "rshares": 13566797440, + "voter": "hien-tran" + }, + { + "rshares": 341225233, + "voter": "stiletto" + }, + { + "rshares": 13354424579, + "voter": "facer" + }, + { + "rshares": 1200786297, + "voter": "johnerminer" + }, + { + "rshares": 31290973763, + "voter": "michaelx" + }, + { + "rshares": 184732571490, + "voter": "thedashguy" + }, + { + "rshares": 188002796893, + "voter": "kimziv" + }, + { + "rshares": 6741772425, + "voter": "tyler-fletcher" + }, + { + "rshares": 15700155766, + "voter": "magnebit" + }, + { + "rshares": 497410679, + "voter": "mrhankeh" + }, + { + "rshares": 26357168295, + "voter": "acassity" + }, + { + "rshares": 207235087440, + "voter": "asmolokalo" + }, + { + "rshares": 328681996462, + "voter": "roelandp" + }, + { + "rshares": 55888461363, + "voter": "sonzweil" + }, + { + "rshares": 254380477, + "voter": "mstang83" + }, + { + "rshares": 276540283, + "voter": "eugeney" + }, + { + "rshares": 237567730, + "voter": "aidar88" + }, + { + "rshares": 427726403899, + "voter": "juneaugoldbuyer" + }, + { + "rshares": 10242467766, + "voter": "r4fken" + }, + { + "rshares": 31087345031, + "voter": "picokernel" + }, + { + "rshares": 63385860760, + "voter": "furion" + }, + { + "rshares": 515128572920, + "voter": "neoxian" + }, + { + "rshares": 451567923, + "voter": "barbara2" + }, + { + "rshares": 501733856, + "voter": "ch0c0latechip" + }, + { + "rshares": 464367728, + "voter": "doge4lyf" + }, + { + "rshares": 10267745462, + "voter": "spiz0r" + }, + { + "rshares": 14937577469, + "voter": "ausbitbank" + }, + { + "rshares": 1081057545, + "voter": "steem1653" + }, + { + "rshares": 4587496780, + "voter": "thegoodguy" + }, + { + "rshares": 222795356, + "voter": "pet1000" + }, + { + "rshares": 19451642041, + "voter": "str11ngfello" + }, + { + "rshares": 3541613089, + "voter": "karen13" + }, + { + "rshares": 3144302620, + "voter": "jbouchard12" + }, + { + "rshares": 24462414835, + "voter": "igster" + }, + { + "rshares": 79393522553, + "voter": "ntomaino" + }, + { + "rshares": 42141046380, + "voter": "milestone" + }, + { + "rshares": 89569037, + "voter": "wildchild" + }, + { + "rshares": 13235028002, + "voter": "nippel66" + }, + { + "rshares": 3403721399, + "voter": "tarindel" + }, + { + "rshares": 172170120707, + "voter": "jl777" + }, + { + "rshares": 7072264218, + "voter": "lostnuggett" + }, + { + "rshares": 15576505282, + "voter": "positive" + }, + { + "rshares": 23812000153, + "voter": "masterinvestor" + }, + { + "rshares": 48416629676, + "voter": "steemapp" + }, + { + "rshares": 14672233176, + "voter": "proto" + }, + { + "rshares": 614745323, + "voter": "curator" + }, + { + "rshares": 29931116488, + "voter": "sisterholics" + }, + { + "rshares": 14665762430, + "voter": "michaeldodridge" + }, + { + "rshares": 512358622, + "voter": "fnait" + }, + { + "rshares": 467497332, + "voter": "keepcalmand" + }, + { + "rshares": 921642016, + "voter": "metaflute" + }, + { + "rshares": 39800990412, + "voter": "gomeravibz" + }, + { + "rshares": 7347175730, + "voter": "taker" + }, + { + "rshares": 3321239318, + "voter": "nekromarinist" + }, + { + "rshares": 1014130741336, + "voter": "laonie" + }, + { + "rshares": 21154154829, + "voter": "rawnetics" + }, + { + "rshares": 488479148, + "voter": "fintech-jesus" + }, + { + "rshares": 23411380876, + "voter": "laonie1" + }, + { + "rshares": 23922770445, + "voter": "laonie2" + }, + { + "rshares": 23931515943, + "voter": "laonie3" + }, + { + "rshares": 36590374553, + "voter": "myfirst" + }, + { + "rshares": 232181512613, + "voter": "somebody" + }, + { + "rshares": 8684796827, + "voter": "flysaga" + }, + { + "rshares": 2766736973, + "voter": "chris.roy" + }, + { + "rshares": 51300024326, + "voter": "midnightoil" + }, + { + "rshares": 23927381371, + "voter": "laonie4" + }, + { + "rshares": 23925693365, + "voter": "laonie5" + }, + { + "rshares": 23923074313, + "voter": "laonie6" + }, + { + "rshares": 23919971478, + "voter": "laonie7" + }, + { + "rshares": 1377661260, + "voter": "labradorsem" + }, + { + "rshares": 23916289883, + "voter": "laonie8" + }, + { + "rshares": 23914622519, + "voter": "laonie9" + }, + { + "rshares": 117212658457, + "voter": "xiaohui" + }, + { + "rshares": 60010840, + "voter": "jackkomber" + }, + { + "rshares": 1368553119, + "voter": "paynode" + }, + { + "rshares": 4012799516, + "voter": "xiaokongcom" + }, + { + "rshares": 501320787, + "voter": "ricardoguthrie" + }, + { + "rshares": 61677203, + "voter": "diversesteem" + }, + { + "rshares": 1625904484, + "voter": "jrcornel" + }, + { + "rshares": 8086511647, + "voter": "xianjun" + }, + { + "rshares": 58977371, + "voter": "jers" + }, + { + "rshares": 3195802403, + "voter": "bledarus" + }, + { + "rshares": 50027573, + "voter": "loli" + }, + { + "rshares": 84334739073, + "voter": "miacats" + }, + { + "rshares": 530776888, + "voter": "microluck" + }, + { + "rshares": 58964015, + "voter": "dimitriy" + }, + { + "rshares": 23908415458, + "voter": "laonie10" + }, + { + "rshares": 2976871874, + "voter": "netaterra" + }, + { + "rshares": 7674971846, + "voter": "craigwilliamz" + }, + { + "rshares": 581734461, + "voter": "daut44" + }, + { + "rshares": 232089407, + "voter": "brandon-rosano" + }, + { + "rshares": 118894339, + "voter": "billstclair" + }, + { + "rshares": 1042033097, + "voter": "runridefly" + }, + { + "rshares": 884230796, + "voter": "pollux.one" + }, + { + "rshares": 53608244, + "voter": "jlufer" + }, + { + "rshares": 108931030653, + "voter": "shenanigator" + }, + { + "rshares": 647204061, + "voter": "gear66" + }, + { + "rshares": 3068876882, + "voter": "richardcrill" + }, + { + "rshares": 23554872251, + "voter": "laonie11" + }, + { + "rshares": 44243439919, + "voter": "sponge-bob" + }, + { + "rshares": -145412269, + "voter": "the-ego-is-you" + }, + { + "rshares": 85242648206, + "voter": "cnfund" + }, + { + "rshares": 56115613811, + "voter": "tracemayer" + }, + { + "rshares": 44213782610, + "voter": "brains" + }, + { + "rshares": 125198095, + "voter": "emeline" + }, + { + "rshares": 1379855528, + "voter": "bitcoinparadise" + }, + { + "rshares": 100628450, + "voter": "positivesteem" + }, + { + "rshares": 5175145781, + "voter": "chick1" + }, + { + "rshares": 3134124136, + "voter": "steempowerwhale" + }, + { + "rshares": 50516543, + "voter": "typingagent" + }, + { + "rshares": 92968218, + "voter": "inarix03" + }, + { + "rshares": 1514029449, + "voter": "robotev" + }, + { + "rshares": 59746972, + "voter": "piphunters" + }, + { + "rshares": 521874035, + "voter": "grisha-danunaher" + }, + { + "rshares": 78462337, + "voter": "comeup" + }, + { + "rshares": 130634157, + "voter": "james93" + }, + { + "rshares": 139650528, + "voter": "danie" + }, + { + "rshares": 155069498, + "voter": "silver-lyon" + }, + { + "rshares": 148768653, + "voter": "rnrador" + }, + { + "rshares": 136350043, + "voter": "roger.steemit" + }, + { + "rshares": 154135510, + "voter": "vlfl" + } + ], + "author": "steemapp", "author_payout_value": "0.000 HBD", - "author_reputation": 5.11, + "author_reputation": 58.83, "beneficiaries": [], "blacklists": [], - "body": "are you willing to vote for my blog ? I really hope it \nhttps://steemit.com/introduceyourself/@zein/hello-steemit-i-come-back-part-1-it-s-about-my-friend-and-original-work-is-not-engineering", - "category": "steempress", - "children": 0, - "created": "2016-08-29T09:32:48", + "body": "
    [![SteemyLogoHeadOnlyLarge00009.md.png](https://www.steemimg.com/images/2016/09/09/SteemyLogoHeadOnlyLarge00009.md.png)](https://www.steemimg.com/image/uGfn3)
    \n\n# BETA AVAILABLE - Steemy for iOS and Android\n(*special shout out to @xeroc for his guiding hand during on-device tx signing implementation)\n\nWe're happy to announce that the first public beta of [Steemy](https://steemit.com/steemit/@steemapp/introducing-steemy-fully-native-ios-android-apps-for-steem) is available for iOS and Android! If you'd like to participate in the beta, simply send an email to steemapp@gmail.com and which device (iOS or Android) so we can send you a beta invite. We're utilizing hockeyapp.net (microsoft) to manage the beta. \n\n### Some important things about the beta:\n- *Use at your own risk - **period**.* \n- Don't login with an account that has your life savings in STEEM. Why? Because this is a beta product!\n- Don't login with your password if you don't feel comfortable - you can still use the app without logging in. Key import options will be available in a future version.\n- Images you upload from your mobile device are publicly available to the world. \n- Image hosting providers could change during the beta and your images could be wiped out permanently without notice\n- We receive crash reports, analytics and other useful debugging information from HockeyApp\n- Once signed up, you will receive notifications to download all future versions of the beta\n- Are there known issues? Yup! Expect frequent beta versions with no announcement.\n- Hockey provides features to send us feedback directly. There's a 100% chance we'll get your feedback if you submit through hockey app or email us steemapp@gmail.com.\n\n# How You Can Help\nWe are developing at a feverishly-fast pace...as fast as two guys can who have day jobs and families to support. If we could, we'd say adios to the day job and focus 100% on Steemy (that's a dream I have weekly). That being said, the reality is that we are building this with our own time, energy and spare funds. That makes us no less passionate or driven, but imposes real-world constraints on development.\n\nYou can help us by:\n1) Participating in the beta\n2) Giving us constructive feedback on crashes, design, and other app-specifics\n3) Of course, financial - any funds we receive via upvoting go directly to supporting our monthly server costs, red bull addiction, etc...\n\n# How to sign up for the beta\n- Email us at steemapp@gmail.com and tell us which device (iOS or Android) you want an invite for\n- Or, if you don't care who sees your email address, post a comment below and specify iOS or Android (or both)\n\n# What is Steemy?\n\n[Learn more about Steemy Here](https://steemit.com/steemit/@steemapp/introducing-steemy-fully-native-ios-android-apps-for-steem)", + "category": "steemit", + "children": 12, + "created": "2016-09-09T16:36:24", "curator_payout_value": "0.000 HBD", - "depth": 3, + "depth": 0, "is_paidout": false, "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/09/09/SteemyLogoHeadOnlyLarge00009.md.png" + ], "links": [ - "https://steemit.com/introduceyourself/@zein/hello-steemit-i-come-back-part-1-it-s-about-my-friend-and-original-work-is-not-engineering" + "https://www.steemimg.com/image/uGfn3", + "https://steemit.com/steemit/@steemapp/introducing-steemy-fully-native-ios-android-apps-for-steem" ], "tags": [ - "steempress" + "steemit", + "steem", + "steemapp", + "steemy", + "steemmobile" + ], + "users": [ + "xeroc" ] }, "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "jesta", - "parent_permlink": "re-bmann-re-jesta-update-on-the-steempress-theme-bounty-20160829t030152913z", - "payout": 0.0, - "payout_at": "2016-09-05T09:32:48", - "pending_payout_value": "0.000 HBD", + "net_rshares": 59917201858253, + "payout": 334.065, + "payout_at": "2016-09-16T16:36:24", + "pending_payout_value": "334.065 HBD", "percent_hbd": 10000, - "permlink": "re-jesta-re-bmann-re-jesta-update-on-the-steempress-theme-bounty-20160829t093247333z", - "post_id": 1039040, - "promoted": "1.000 HBD", + "permlink": "ann-steemy-mobile-app-beta-available-for-ios-android", + "post_id": 1186151, + "promoted": "110.000 HBD", "replies": [], "stats": { - "flag_weight": 0.0, + "flag_weight": 3.0, "gray": false, "hide": false, - "total_votes": 0 + "total_votes": 151 }, - "title": "RE: Update on the steempress theme bounty", - "updated": "2016-08-29T09:32:48", - "url": "/steempress/@jesta/update-on-the-steempress-theme-bounty#@zein/re-jesta-re-bmann-re-jesta-update-on-the-steempress-theme-bounty-20160829t093247333z" + "title": "[ANN] Steemy Mobile App - Beta Available for iOS/Android", + "updated": "2016-09-09T17:25:18", + "url": "/steemit/@steemapp/ann-steemy-mobile-app-beta-available-for-ios-android" }, { "active_votes": [ { - "rshares": 250810345690, + "rshares": 1142978962513, + "voter": "dantheman" + }, + { + "rshares": 11448420090513, + "voter": "rainman" + }, + { + "rshares": 364395189896, + "voter": "berkah" + }, + { + "rshares": 9508709074875, + "voter": "tombstone" + }, + { + "rshares": 123044549114, + "voter": "svk" + }, + { + "rshares": 3099089014, + "voter": "boy" + }, + { + "rshares": 3762354107, + "voter": "bue-witness" + }, + { + "rshares": 697302029, + "voter": "bunny" + }, + { + "rshares": 6014767671433, + "voter": "clayop" + }, + { + "rshares": 53983143453, + "voter": "bue" + }, + { + "rshares": 1660870860, + "voter": "mini" + }, + { + "rshares": 3922021405386, + "voter": "witness.svk" + }, + { + "rshares": 213660123, + "voter": "moon" + }, + { + "rshares": 622713062, + "voter": "healthcare" + }, + { + "rshares": 967170547, + "voter": "daniel.pan" + }, + { + "rshares": 289369412128, + "voter": "chitty" + }, + { + "rshares": 288138648, + "voter": "helen.tan" + }, + { + "rshares": 84447696466, + "voter": "acidsun" + }, + { + "rshares": 85956249019, + "voter": "edgeland" + }, + { + "rshares": 3904328205, + "voter": "ppitonak" + }, + { + "rshares": 8610771104, + "voter": "gregory60" + }, + { + "rshares": 8927741511, + "voter": "mranderson" + }, + { + "rshares": 38919363220, + "voter": "james-show" + }, + { + "rshares": 1017842258, + "voter": "coar" + }, + { + "rshares": 1430747209, + "voter": "murh" + }, + { + "rshares": 45074054027, + "voter": "ranko-k" + }, + { + "rshares": 14786864288, + "voter": "thecryptofiend" + }, + { + "rshares": 37426402607, + "voter": "justtryme90" + }, + { + "rshares": 10554741746, + "voter": "johnerfx" + }, + { + "rshares": 12533000082, + "voter": "samether" + }, + { + "rshares": 48667206048, + "voter": "brandonp" + }, + { + "rshares": 1161275060, + "voter": "johnerminer" + }, + { + "rshares": 129179648054, + "voter": "thedashguy" + }, + { + "rshares": 1487619435556, + "voter": "sean-king" + }, + { + "rshares": 76156167058, + "voter": "kimziv" + }, + { + "rshares": 256959483430, "voter": "lukestokes" + }, + { + "rshares": 1263791020, + "voter": "alexft" + }, + { + "rshares": 24747939566, + "voter": "djm34" + }, + { + "rshares": 3296909724, + "voter": "michaellamden68" + }, + { + "rshares": 4441675640, + "voter": "dennygalindo" + }, + { + "rshares": 58507331115, + "voter": "lehard" + }, + { + "rshares": 254327145, + "voter": "ivp" + }, + { + "rshares": 31283265272, + "voter": "hitmeasap" + }, + { + "rshares": 466928201309, + "voter": "juneaugoldbuyer" + }, + { + "rshares": 29863829277, + "voter": "r4fken" + }, + { + "rshares": 15304296909, + "voter": "bitshares101" + }, + { + "rshares": 147174247311, + "voter": "knircky" + }, + { + "rshares": 22929242435, + "voter": "halo" + }, + { + "rshares": 531668806, + "voter": "cherish" + }, + { + "rshares": 464490860, + "voter": "edrivegom" + }, + { + "rshares": 10491849534, + "voter": "cloveandcinnamon" + }, + { + "rshares": 541784069, + "voter": "luisucv34" + }, + { + "rshares": 2180586785, + "voter": "breathe3000" + }, + { + "rshares": 2084249195, + "voter": "dimon14" + }, + { + "rshares": 1853818133, + "voter": "the-future" + }, + { + "rshares": 79019592212, + "voter": "me-tarzan" + }, + { + "rshares": 12446268254, + "voter": "phenom" + }, + { + "rshares": 1432554908, + "voter": "madhatting" + }, + { + "rshares": 381474126, + "voter": "kellywin21" + }, + { + "rshares": 6226552994, + "voter": "bitcoiner" + }, + { + "rshares": 139166640, + "voter": "ellamaeamor" + }, + { + "rshares": 3217970214, + "voter": "birdie" + }, + { + "rshares": 97881305, + "voter": "summerrain" + }, + { + "rshares": 4192907964, + "voter": "rainchen" + }, + { + "rshares": 67031181038, + "voter": "rea" + }, + { + "rshares": 88204270, + "voter": "justing" + }, + { + "rshares": 365818230, + "voter": "meteor78" + }, + { + "rshares": 94953554, + "voter": "tylerstevens" + }, + { + "rshares": 17983644771, + "voter": "prufarchy" + }, + { + "rshares": 216437643539, + "voter": "johnsmith" + }, + { + "rshares": 15964964625, + "voter": "marius19" + }, + { + "rshares": 6960449261, + "voter": "summonerrk" + }, + { + "rshares": 411306611, + "voter": "kooshikoo" + }, + { + "rshares": 8137310213, + "voter": "webdeals" + }, + { + "rshares": 1304825846, + "voter": "ace108" + }, + { + "rshares": 10234168763, + "voter": "sisterholics" + }, + { + "rshares": 32596890764, + "voter": "brianphobos" + }, + { + "rshares": 268956346, + "voter": "faraz" + }, + { + "rshares": 5595881940, + "voter": "logic" + }, + { + "rshares": 2717408979, + "voter": "tjpezlo" + }, + { + "rshares": 110407780, + "voter": "salamanca1987ar" + }, + { + "rshares": 5183764318, + "voter": "beanz" + }, + { + "rshares": 8747695392, + "voter": "clevecross" + }, + { + "rshares": 879267346, + "voter": "mar1978co" + }, + { + "rshares": 27162065096, + "voter": "williambanks" + }, + { + "rshares": 5695919651, + "voter": "nekromarinist" + }, + { + "rshares": 35670632627, + "voter": "rampant" + }, + { + "rshares": 2131121566, + "voter": "sykochica" + }, + { + "rshares": 37382286273, + "voter": "allasyummyfood" + }, + { + "rshares": 185560269563, + "voter": "laonie" + }, + { + "rshares": 7536188063, + "voter": "myfirst" + }, + { + "rshares": 89223422536, + "voter": "somebody" + }, + { + "rshares": 3354188843, + "voter": "flysaga" + }, + { + "rshares": 18393034294, + "voter": "midnightoil" + }, + { + "rshares": 910840493, + "voter": "andrew0" + }, + { + "rshares": 7634458988, + "voter": "stephen.king989" + }, + { + "rshares": 558857723, + "voter": "romancs" + }, + { + "rshares": 21037601895, + "voter": "xiaohui" + }, + { + "rshares": 52521013, + "voter": "nickche" + }, + { + "rshares": 88063513040, + "voter": "sirwinchester" + }, + { + "rshares": 435119516, + "voter": "boddhisattva" + }, + { + "rshares": 1215888442, + "voter": "xiaokongcom" + }, + { + "rshares": 10314553269, + "voter": "cristi" + }, + { + "rshares": 30784704904, + "voter": "cryptos" + }, + { + "rshares": 205842324, + "voter": "lordemau" + }, + { + "rshares": 451655907, + "voter": "galamirissa" + }, + { + "rshares": 3083649499, + "voter": "xianjun" + }, + { + "rshares": 1390975245, + "voter": "bledarus" + }, + { + "rshares": 62302798, + "voter": "elenirossidou" + }, + { + "rshares": 205871498, + "voter": "microluck" + }, + { + "rshares": 20118440636, + "voter": "runaway-psyche" + }, + { + "rshares": 6518572686, + "voter": "farmerswife" + }, + { + "rshares": 11188033553, + "voter": "cryptomancer" + }, + { + "rshares": 12107786940, + "voter": "hilarski" + }, + { + "rshares": 57549944, + "voter": "viebie" + }, + { + "rshares": 11636892671, + "voter": "steemitpatina" + }, + { + "rshares": 73686270, + "voter": "xntryk1" + }, + { + "rshares": 6017454300, + "voter": "pseudopoise" + }, + { + "rshares": 85421073, + "voter": "jtstreetman" + }, + { + "rshares": 3885757245, + "voter": "loganarchy" + }, + { + "rshares": 56694448, + "voter": "quackenbush" + }, + { + "rshares": 247142134, + "voter": "wizwom" + }, + { + "rshares": 57706367, + "voter": "dazedbunny" + }, + { + "rshares": 11826084936, + "voter": "ryan-singer" + }, + { + "rshares": 581299661, + "voter": "kev7000" + }, + { + "rshares": 2146314155, + "voter": "richardjuckes" + }, + { + "rshares": 24235309770, + "voter": "dubi" + }, + { + "rshares": 54576373, + "voter": "plantbasedjunkie" + }, + { + "rshares": 147854463, + "voter": "inwoxer" + }, + { + "rshares": 331028196, + "voter": "dpapadimitroylas" + }, + { + "rshares": 66598367, + "voter": "paketkita.net" + }, + { + "rshares": 50903939, + "voter": "augmentalized" + }, + { + "rshares": 88328584, + "voter": "borishaifa" + }, + { + "rshares": 50245473, + "voter": "rony" + }, + { + "rshares": 50088578, + "voter": "sovpara" } ], - "author": "anduweb", + "author": "thecryptofiend", "author_payout_value": "0.000 HBD", - "author_reputation": 59.97, + "author_reputation": 62.89, "beneficiaries": [], "blacklists": [], - "body": "Luke, the man with the numbers :) I love the idea. Interesting stats to look at:\n* Highest promoted amount per post\n* Highest number of promoters per post\n* Highest non-author promoted amount\n\nThere may be others who have already though to do 15.001. I too started with 10.001 in mind and got to 13.63 to have a good front-ish seat :) but I think amounts will start being higher and higher as pressure builds to be on the *first page*.\n\n@berniesanders is the real MVP, have said it before and it's still valid. Nice ROI on your post! Classic bump and reward case. Exactly what Post Promotion has been built for.\nI'm more testing the thing now but thank you for the feedback! It's good to see that my *marketing* campaign is showing results!\n\nYeah, up one for @smooth and @jesta! #classy", - "category": "steemit", - "children": 0, - "created": "2016-08-30T11:09:45", + "body": "\n

    Introduction

    \n

    Continuing on from the previous tutorial style I though it would be useful to cover how an image evolves from the original RAW file to final finished and corrected file.

    \n

    TLDR: The Finished Image VS the Original Side by Side

    \n

    \n


    \n

    The Final image is on the left and the original image is on the right.  You can also see a large version of the final image at the bottom of the post.

    \n

    The original image is already pretty good and only needs very minor corrections for blemishes, colour balance etc. - using the right kind of lighting and lenses helps with this - as well as the model having good skin and makeup.  

    \n

    The equipment used was my Nikon D800 camera with Nikon 85mm/1.8 lens shooting wide open.

    \n

    The model here is Gabriella Kennedy. She was backlit using the window behind her and a reflector held in front for front lighting and highlights in the eyes.

    \n


    \n

    Basic Skin Retouching in LR and Photoshop

    \n

    I have used the spot removal tool in Lightroom to remove some minor blemishes which leaves me with the image below.  I have described use of this in more detail in my previous tutorial.

    \n

    \n

    Basic skin retouching to remove blemishes in Photoshop.

    \n

    \n

    Larger version to show this.

    \n

    \n

    The difference is subtle but I don't want to go too far and remove too much skin detail.  I'm just using the spot healing brush tool as detailed in my previous photo repair tutorial.  This photo is already pretty blemish free so doesn't need anything more advanced.

    \n

    Temperature Adjustment

    \n

    \n

    Detail to show the difference.  The colour seems off.  So I'm going to do a colour balance adjustment here.

    \n

    \n


    \n

    \n


    \n

    This is an improvement but it's not perfect.  I might do more fine adjustment in Lightroom.  

    \n

    Background Fix

    \n

    I also want to remove the window bar behind her.  So on new layer (Cmd/Ctrl+Shift+N).  I use the clone stamp tool to copy the background to the right over to bar.  The clone stamp tool looks exactly like a stamp and is just below the healing brush.  It directly clones an area without any intelligent modifications.

    \n

    \n

    So the bar is now gone.

    \n


    \n

    Eye Veins

    \n

    \n

    OK I might do some very subtle work on the eye veins.  Again I will create a new layer (Cmd/Ctrl+Shift+N) and zoom in and carefully use the healing brush to erase the veins.

    \n

    \n

    \n

    This is to show the difference to one of the eyes.  This is a bit too much so I will enlarge the image and reduce the opacity of this layer to 50%.

    \n

    Here is the full size image.  This looks about right.

    \n

    \n


    \n

    Final Adjustments in Lightroom

    \n

    I'll save this and open it up in Lightroom for final adjustments. Just before saving I couldn't resist doing another colour balance change but it is really unnecessary as I will fix the colours in Lightroom.

    \n

    \n

    \n

    I have basically adjusted the exposure very slightly to +0.10 -

    \n

    I have also tried auto temperature which gave a more balanced result but the colours didn't look right to me.  It set the Blue/Yellow slider to +13, so as a compromise I set it half way to +6 which looked better to my eye.

    \n

    I also reduced the saturation by -11 as it seemed a bit strong to me.  The image is essentially finished apart from cropping.

    \n


    \n

    Final Image With and Without Cropping

    \n

    \n

    Uncropped

    \n


    \n

    \n

    Cropped.  The difference is very subtle but I think the crop emphasises the eyes and face more.

    \n


    \n

    THE END

    \n

    I hope you found this useful.  I've tried to keep it short and to the point.

    \n

    You can see more of my work @thecryptofiend - hope you enjoy.

    \n


    \n

    (Verification for me here: http://www.aapicture.com/about-me)

    \n", + "category": "photography", + "children": 43, + "created": "2016-08-30T17:37:54", "curator_payout_value": "0.000 HBD", - "depth": 2, + "depth": 0, "is_paidout": false, "json_metadata": { + "image": [ + "https://www.steemimg.com/images/2016/08/30/Arif_Akhtar_Gabby_EOAI_01_final_desaturate_crop1of1copy_small35b3a.jpg", + "https://www.steemimg.com/images/2016/08/30/Arif_Akhtar_Gabby_EOAI_01_original1of1copy_small65a05.jpg", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.05.02c2a5b.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.05.13d51a2.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.05.31730aa.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.05.4780851.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3017.34.34ee0e5.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.06.448f1bc.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.06.580da7b.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.07.2447c66.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.09.1331e69.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.12.32785f6.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.26.1667b29.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3016.40.26ef4e2.png", + "https://www.steemimg.com/images/2016/08/30/Screenshot2016-08-3017.44.2804107.png", + "https://www.steemimg.com/images/2016/08/30/Arif_Akhtar_Gabby_EOAI_01_final_desaturate1of1a10fd.jpg", + "https://www.steemimg.com/images/2016/08/30/Arif_Akhtar_Gabby_EOAI_01_final_desaturate_crop1of16fa86.jpg" + ], + "links": [ + "https://steemit.com/photography/@thecryptofiend/quick-portrait-retouching-in-lightroom-tutorial", + "https://steemit.com/photography/@thecryptofiend/how-to-fix-damaged-photos-in-photoshop-tutorial-with-example-image", + "http://www.aapicture.com/about-me" + ], "tags": [ - "classy", - "steemit" + "photography", + "photo", + "art", + "portrait", + "tutorial" ], "users": [ - "berniesanders", - "smooth", - "jesta" + "thecryptofiend" ] }, "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 250810345690, - "parent_author": "lukestokes", - "parent_permlink": "re-anduweb-steemit-post-promotion-and-the-dollar-auction-20160830t104200474z", - "payout": 0.117, - "payout_at": "2016-09-06T11:09:45", - "pending_payout_value": "0.117 HBD", + "net_rshares": 37254943686785, + "payout": 149.835, + "payout_at": "2016-09-06T17:37:54", + "pending_payout_value": "149.835 HBD", "percent_hbd": 10000, - "permlink": "re-lukestokes-re-anduweb-steemit-post-promotion-and-the-dollar-auction-20160830t110944376z", - "post_id": 1054616, - "promoted": "0.001 HBD", + "permlink": "gabriella-evolution-of-an-image-from-camera-to-photoshop", + "post_id": 1058932, + "promoted": "105.000 HBD", "replies": [], "stats": { "flag_weight": 0.0, "gray": false, "hide": false, - "total_votes": 1 + "total_votes": 135 }, - "title": "RE: Steemit Post Promotion and the Dollar Auction", - "updated": "2016-08-30T11:09:45", - "url": "/steemit/@anduweb/steemit-post-promotion-and-the-dollar-auction#@anduweb/re-lukestokes-re-anduweb-steemit-post-promotion-and-the-dollar-auction-20160830t110944376z" + "title": "Gabriella - Evolution of an Image from Camera to Photoshop", + "updated": "2016-08-30T17:37:54", + "url": "/photography/@thecryptofiend/gabriella-evolution-of-an-image-from-camera-to-photoshop" } ] diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending.pat.json index d037d3aa..1f52d096 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending.pat.json @@ -19948,2547 +19948,2547 @@ { "active_votes": [ { - "rshares": 480436179104, + "rshares": 518181875581, "voter": "barrie" }, { - "rshares": 7864449914272, - "voter": "steempty" + "rshares": 31620103450538, + "voter": "smooth" }, { - "rshares": 231705234180, + "rshares": 260759332327, "voter": "anonymous" }, { - "rshares": 16854862331350, - "voter": "rainman" + "rshares": 2047759927809, + "voter": "badassmother" }, { - "rshares": 14446969817383, - "voter": "summon" + "rshares": 2099340340625, + "voter": "hr1" }, { - "rshares": 25305686361517, - "voter": "ned" + "rshares": 1402227395408, + "voter": "rossco99" }, { - "rshares": 35326666852152, - "voter": "jamesc" + "rshares": 23338638054, + "voter": "jaewoocho" }, { - "rshares": 4264966375681, - "voter": "riverhead" + "rshares": 1910039425215, + "voter": "xeroc" }, { - "rshares": 2331280387575, - "voter": "badassmother" + "rshares": 1661657401786, + "voter": "joseph" }, { - "rshares": 2097108315061, - "voter": "hr1" + "rshares": 471982260599, + "voter": "recursive3" }, { - "rshares": 118474244256, - "voter": "sandra" + "rshares": 3187826540990, + "voter": "recursive" }, { - "rshares": 186985754668, - "voter": "svk" + "rshares": 1282783470, + "voter": "mineralwasser" }, { - "rshares": 1112765112473, - "voter": "ihashfury" + "rshares": 702252849815, + "voter": "boombastic" }, { - "rshares": 1120603805124, - "voter": "rossco99" + "rshares": 1719075621, + "voter": "bingo-1" }, { - "rshares": 139902157720, - "voter": "liondani" + "rshares": 5936571539134, + "voter": "smooth.witness" }, { - "rshares": 2642718616169, - "voter": "wang" + "rshares": 457719147730, + "voter": "boatymcboatface" }, { - "rshares": 24281627442, - "voter": "jaewoocho" + "rshares": 9890456090, + "voter": "idol" }, { - "rshares": 6243689624471, - "voter": "steemit200" + "rshares": 131787410217, + "voter": "team" }, { - "rshares": 1868926634967, - "voter": "xeroc" + "rshares": 1702427102, + "voter": "jocelyn" }, { - "rshares": 6514602351120, - "voter": "complexring" + "rshares": 461461082967, + "voter": "leesunmoo" }, { - "rshares": 6410652893701, - "voter": "clayop" + "rshares": 1247396916090, + "voter": "gavvet" }, { - "rshares": 6132075386062, - "voter": "witness.svk" + "rshares": 74913635150, + "voter": "eeks" }, { - "rshares": 1772458968810, - "voter": "joseph" + "rshares": 8567499992, + "voter": "fkn" }, { - "rshares": 4727274896444, - "voter": "au1nethyb1" + "rshares": 11261443630, + "voter": "elishagh1" }, { - "rshares": 494824460005, - "voter": "recursive2" + "rshares": 599827540724, + "voter": "nanzo-scoop" }, { - "rshares": 3458312417787, - "voter": "recursive" + "rshares": 161287532172, + "voter": "steve-walschot" }, { - "rshares": 686881929841, - "voter": "boombastic" + "rshares": 182039074638, + "voter": "mummyimperfect" }, { - "rshares": 91206564426, - "voter": "mrs.agsexplorer" + "rshares": 313666285, + "voter": "coar" }, { - "rshares": 6953910678, - "voter": "bingo-0" + "rshares": 109431915950, + "voter": "asch" }, { - "rshares": 1330823260969, - "voter": "steempower" + "rshares": 1414823587, + "voter": "murh" }, { - "rshares": 450758929058, - "voter": "boatymcboatface" + "rshares": 6375528917, + "voter": "cryptofunk" }, { - "rshares": 1191961702407, - "voter": "cass" + "rshares": 2219594239, + "voter": "error" }, { - "rshares": 10604743495, - "voter": "idol" + "rshares": 5268583124, + "voter": "marta-zaidel" }, { - "rshares": 6904136925, - "voter": "nexusdev" + "rshares": 38749275184, + "voter": "ranko-k" }, { - "rshares": 783330802369, - "voter": "steemrollin" + "rshares": 985447048915, + "voter": "cyber" }, { - "rshares": 5146683930, - "voter": "sakr" + "rshares": 63472911304, + "voter": "theshell" }, { - "rshares": 296262169682, - "voter": "chitty" + "rshares": 52177367591, + "voter": "ak2020" }, { - "rshares": 117668471628, - "voter": "linouxis9" + "rshares": 417566592605, + "voter": "taoteh1221" }, { - "rshares": 82315328878, - "voter": "unosuke" + "rshares": 375915775849, + "voter": "hedge-x" }, { - "rshares": 3109715701, - "voter": "yefet" + "rshares": 18668166065, + "voter": "samether" }, { - "rshares": 16257411149, - "voter": "brindleswan" + "rshares": 33779461634, + "voter": "ratel" }, { - "rshares": 1799714267, - "voter": "jocelyn" + "rshares": 85401868413, + "voter": "herzmeister" }, { - "rshares": 74263607249, - "voter": "nenad-ristic" + "rshares": 5287000077, + "voter": "tee-em" }, { - "rshares": 79806365559, - "voter": "easteagle13" + "rshares": 30496214097, + "voter": "michaelx" }, { - "rshares": 17258698670, - "voter": "jademont" + "rshares": 5950236300, + "voter": "mark-waser" }, { - "rshares": 74888702310, - "voter": "eeks" + "rshares": 130482031811, + "voter": "geoffrey" }, { - "rshares": 508866333, - "voter": "paco-steem" + "rshares": 74777860177, + "voter": "kimziv" }, { - "rshares": 6128712690, - "voter": "spaninv" + "rshares": 79450691320, + "voter": "emily-cook" }, { - "rshares": 31076852778, - "voter": "instructor2121" + "rshares": 2251928158, + "voter": "superfreek" }, { - "rshares": -12893763252, - "voter": "james-show" + "rshares": 471516850, + "voter": "mrhankeh" }, { - "rshares": 2068009075, - "voter": "gekko" + "rshares": 17908173089, + "voter": "grey580" }, { - "rshares": 336346989448, - "voter": "teamsteem" + "rshares": 68200649381, + "voter": "bacchist" }, { - "rshares": 577046508309, - "voter": "nanzo-scoop" + "rshares": 20382051466, + "voter": "thebatchman" }, { - "rshares": 13067769111, - "voter": "fact" + "rshares": 59056857395, + "voter": "lehard" }, { - "rshares": 169323765740, - "voter": "steve-walschot" + "rshares": 76017835973, + "voter": "rubybian" }, { - "rshares": 10036865820, - "voter": "kefkius" + "rshares": 18268797910, + "voter": "konstantin" }, { - "rshares": 47419915237, - "voter": "hannixx42" + "rshares": 2649402156, + "voter": "romel" }, { - "rshares": 183044162935, - "voter": "mummyimperfect" + "rshares": 6941291365, + "voter": "gatoso" }, { - "rshares": 57489294954, - "voter": "oaldamster" + "rshares": 41821532061, + "voter": "furion" }, { - "rshares": 268804254, - "voter": "coar" + "rshares": 200664863, + "voter": "barbara2" }, { - "rshares": 109398386804, - "voter": "asch" + "rshares": 223036409, + "voter": "ch0c0latechip" }, { - "rshares": 1413643352, - "voter": "murh" + "rshares": 206422340, + "voter": "doge4lyf" }, { - "rshares": 2380104240, - "voter": "error" + "rshares": 12011310308, + "voter": "asim" }, { - "rshares": 5853981249, - "voter": "marta-zaidel" + "rshares": 85512692, + "voter": "snowden" }, { - "rshares": 40916611985, - "voter": "ranko-k" + "rshares": 14804978653, + "voter": "aaseb" }, { - "rshares": 1135543735246, - "voter": "cyber" + "rshares": 4431003942, + "voter": "karen13" }, { - "rshares": 50798219281, - "voter": "ak2020" + "rshares": 1455625353, + "voter": "jrd8526" }, { - "rshares": 260089147904, - "voter": "billbutler" + "rshares": 21565632626, + "voter": "artific" }, { - "rshares": 7897515214, - "voter": "thecryptofiend" + "rshares": 7164402609, + "voter": "lichtblick" }, { - "rshares": 32296517134, - "voter": "drinkzya" + "rshares": 37826396801, + "voter": "creemej" }, { - "rshares": 3923236237211, - "voter": "satoshifund" + "rshares": 84865861, + "voter": "wildchild" }, { - "rshares": 397051543, - "voter": "stiletto" + "rshares": 3871359622, + "voter": "maximkichev" }, { - "rshares": 56682668949, - "voter": "juanmiguelsalas" + "rshares": 167294697812, + "voter": "blueorgy" }, { - "rshares": 583788541552, - "voter": "andrarchy" + "rshares": 1631211812, + "voter": "poseidon" }, { - "rshares": 112713462099, - "voter": "kenny-crane" + "rshares": 2083366228, + "voter": "iamwne" }, { - "rshares": 17036364912, - "voter": "samether" + "rshares": 362447415925, + "voter": "calaber24p" }, { - "rshares": 33767337247, - "voter": "ratel" + "rshares": 10466922918, + "voter": "rpf" }, { - "rshares": 54688824107, - "voter": "thecryptodrive" + "rshares": 3694190342, + "voter": "bitcoiner" }, { - "rshares": 4699576112, - "voter": "dahaz159" + "rshares": 33624572763, + "voter": "deanliu" }, { - "rshares": 379204818665, - "voter": "kaylinart" + "rshares": 459345887, + "voter": "meteor78" }, { - "rshares": 552432841732, - "voter": "infovore" + "rshares": 30193718340, + "voter": "zaebars" }, { - "rshares": 13355491837, - "voter": "facer" + "rshares": 6948016204, + "voter": "positive" }, { - "rshares": 263013790227, - "voter": "trogdor" + "rshares": 780088825, + "voter": "raymonjohnstone" }, { - "rshares": 4675654152, - "voter": "tee-em" + "rshares": 19827631792, + "voter": "krabgat" }, { - "rshares": 31336803829, - "voter": "michaelx" + "rshares": 11734541225, + "voter": "sisterholics" }, { - "rshares": 5946252630, - "voter": "mark-waser" + "rshares": 1483259422, + "voter": "alex.chien" }, { - "rshares": 17023109715, - "voter": "albertogm" + "rshares": 8921616604, + "voter": "royalmacro" }, { - "rshares": 116594641815, - "voter": "geoffrey" + "rshares": 233934645, + "voter": "fnait" }, { - "rshares": 42673423694, - "voter": "kimziv" + "rshares": 207827906, + "voter": "keepcalmand" }, { - "rshares": 46235030853, - "voter": "honeythief" + "rshares": 1838091863, + "voter": "remlaps" }, { - "rshares": 82866843499, - "voter": "emily-cook" + "rshares": 3445177864, + "voter": "glitterpig" }, { - "rshares": 91972176401, - "voter": "mctiller" + "rshares": 7221227809, + "voter": "uwe69" }, { - "rshares": 35412152853, - "voter": "cryptoiskey" + "rshares": 896285424, + "voter": "metaflute" }, { - "rshares": 11723743800, - "voter": "primus" + "rshares": 50575844297, + "voter": "gomeravibz" }, { - "rshares": 484592257, - "voter": "mrhankeh" + "rshares": 9193626491, + "voter": "taker" }, { - "rshares": 38897615588, - "voter": "clement" + "rshares": 2236809039, + "voter": "merej99" }, { - "rshares": 46178109682, - "voter": "isteemit" + "rshares": 414945627496, + "voter": "laonie" }, { - "rshares": 68580548647, - "voter": "bacchist" + "rshares": 166006086500, + "voter": "twinner" }, { - "rshares": 72899731827, - "voter": "venuspcs" + "rshares": 22430898487, + "voter": "laonie1" }, { - "rshares": 3324885062, - "voter": "michaellamden68" + "rshares": 22947696195, + "voter": "laonie2" }, { - "rshares": 179676652871, - "voter": "asmolokalo" + "rshares": 22955764004, + "voter": "laonie3" }, { - "rshares": 38569797449, - "voter": "good-karma" + "rshares": 25206296089, + "voter": "laoyao" }, { - "rshares": 453653624734, - "voter": "roelandp" + "rshares": 14653942462, + "voter": "myfirst" }, { - "rshares": 3347929950, - "voter": "orly" + "rshares": 90711449970, + "voter": "somebody" }, { - "rshares": 45472590951, - "voter": "firepower" + "rshares": 3391693609, + "voter": "flysaga" }, { - "rshares": 255388351, - "voter": "mstang83" + "rshares": 5465055585, + "voter": "brendio" }, { - "rshares": 19227034654, - "voter": "hakise" + "rshares": 2084677795, + "voter": "gmurph" }, { - "rshares": 17256371639, - "voter": "r4fken" + "rshares": 18607683624, + "voter": "midnightoil" }, { - "rshares": 25548776759, - "voter": "tcfxyz" + "rshares": 2280336943, + "voter": "kalimor" }, { - "rshares": 7076198200, - "voter": "futurefood" + "rshares": 504711698206, + "voter": "glitterfart" }, { - "rshares": 142765809551, - "voter": "derekareith" + "rshares": 22951578069, + "voter": "laonie4" }, { - "rshares": 32325400002, - "voter": "picokernel" + "rshares": 22949307467, + "voter": "laonie5" }, { - "rshares": 10594872684, - "voter": "seanmchughart" + "rshares": 22946449112, + "voter": "laonie6" }, { - "rshares": 766081509, - "voter": "busser" + "rshares": 22942428841, + "voter": "laonie7" }, { - "rshares": 1296482376779, - "voter": "renohq" + "rshares": 3489545901, + "voter": "kurtbeil" }, { - "rshares": 18840499998, - "voter": "ausbitbank" + "rshares": 22939097897, + "voter": "laonie8" }, { - "rshares": 1451740615, - "voter": "mixa" + "rshares": 22936432119, + "voter": "laonie9" }, { - "rshares": 2226795955, - "voter": "steem1653" + "rshares": 46536921016, + "voter": "xiaohui" }, { - "rshares": 17220499402, - "voter": "sebastien" + "rshares": 177527074798, + "voter": "terrycraft" }, { - "rshares": 13516728290, - "voter": "sitaru" + "rshares": 1321003450, + "voter": "dolov" }, { - "rshares": 308826662759, - "voter": "jesta" + "rshares": 88179884, + "voter": "bigsambucca" }, { - "rshares": 34328964595, - "voter": "toxonaut" + "rshares": 2287717822, + "voter": "elfkitchen" }, { - "rshares": 118752539, - "voter": "snowden" + "rshares": 105894845081, + "voter": "joele" }, { - "rshares": 4709018700, - "voter": "thegoodguy" + "rshares": 6166349652, + "voter": "oflyhigh" }, { - "rshares": 15578903803, - "voter": "aaseb" + "rshares": 2229123966, + "voter": "paynode" }, { - "rshares": 1107663461, - "voter": "karen13" + "rshares": 1566982177, + "voter": "xiaokongcom" }, { - "rshares": 24973952155, - "voter": "igster" + "rshares": 253808801, + "voter": "xcepta" }, { - "rshares": 4289492867, - "voter": "dcryptogold" + "rshares": 3158713250, + "voter": "xianjun" }, { - "rshares": 12853559657, - "voter": "domavila" + "rshares": 12796476601, + "voter": "borran" }, { - "rshares": 2395414530, - "voter": "dmacshady" + "rshares": 64119004, + "voter": "jupiter.zeus" }, { - "rshares": 23336601075, - "voter": "grolelo" + "rshares": 70633121, + "voter": "stevescriber" }, { - "rshares": 1514372408, - "voter": "kendewitt" + "rshares": 50027573, + "voter": "loli" }, { - "rshares": 89580632, - "voter": "wildchild" + "rshares": 51199976, + "voter": "nano2nd" }, { - "rshares": 1682066491, - "voter": "natali22" + "rshares": 2249451928, + "voter": "njall" }, { - "rshares": 44666586658, - "voter": "sbq777t" + "rshares": 206879958, + "voter": "microluck" }, { - "rshares": 1953764546, - "voter": "the-future" + "rshares": 6547835526, + "voter": "userlogin" }, { - "rshares": 4296012707, - "voter": "adamt" + "rshares": 6802729666, + "voter": "rubenalexander" }, { - "rshares": 44807508492, - "voter": "mynameisbrian" + "rshares": 59219258, + "voter": "photo00" }, { - "rshares": 179093605311, - "voter": "blueorgy" + "rshares": 604279479, + "voter": "tagira" }, { - "rshares": 5008619742, - "voter": "poseidon" + "rshares": 2131733339, + "voter": "chinadaily" }, { - "rshares": 360289908808, - "voter": "calaber24p" + "rshares": 108403024, + "voter": "pollina" }, { - "rshares": 4210919359, - "voter": "fubar-bdhr" + "rshares": 2649789126, + "voter": "levycore" }, { - "rshares": 119399264, - "voter": "nedrob" + "rshares": 22930483067, + "voter": "laonie10" }, { - "rshares": 16044930360, - "voter": "heimindanger" + "rshares": 332237822, + "voter": "mrlogic" }, { - "rshares": 7311842917, - "voter": "geronimo" + "rshares": 59229074587, + "voter": "mandibil" }, { - "rshares": 3355524755, - "voter": "bones" + "rshares": 2132454023, + "voter": "shadowspub" }, { - "rshares": 20338607929, - "voter": "bendjmiller222" + "rshares": 59067894, + "voter": "bonapetit" }, { - "rshares": 5228680253, - "voter": "bitcoiner" + "rshares": 5053531368, + "voter": "richardcrill" }, { - "rshares": 3754893033, - "voter": "tarindel" + "rshares": 22091338934, + "voter": "laonie11" }, { - "rshares": 3786022381, - "voter": "azurejasper" + "rshares": 2101664455, + "voter": "eight-rad" }, { - "rshares": 30851492146, - "voter": "deanliu" + "rshares": 3336919086, + "voter": "xanoxt" }, { - "rshares": 599141666, - "voter": "siol" + "rshares": 1661479473, + "voter": "davidjkelley" }, { - "rshares": 5479123729, - "voter": "rainchen" + "rshares": 187911420, + "voter": "team101" }, { - "rshares": 5690877975, - "voter": "sharker" + "rshares": 109225703, + "voter": "rusla" }, { - "rshares": 34508226149, - "voter": "sauravrungta" + "rshares": 4892645779, + "voter": "mscleverclocks" }, { - "rshares": 530196643, - "voter": "qonq99" + "rshares": 727103786, + "voter": "ksena" }, { - "rshares": 53839881372, - "voter": "jl777" + "rshares": 11069296957, + "voter": "sponge-bob" }, { - "rshares": 7837739118, - "voter": "lostnuggett" + "rshares": 4268200560, + "voter": "l0k1" }, { - "rshares": 30002446832, - "voter": "zaebars" + "rshares": 15569990970, + "voter": "digital-wisdom" }, { - "rshares": 1808058993, - "voter": "yarly" + "rshares": 3791420478, + "voter": "ethical-ai" }, { - "rshares": 272610758, - "voter": "yarly2" + "rshares": 6830905360, + "voter": "jwaser" }, { - "rshares": 273018668, - "voter": "yarly3" + "rshares": 50858762, + "voter": "apparat" }, { - "rshares": 157733805, - "voter": "yarly4" + "rshares": 212888896291, + "voter": "asksisk" }, { - "rshares": 158624349, - "voter": "yarly5" + "rshares": 2675382304, + "voter": "bwaser" }, { - "rshares": 90416287, - "voter": "yarly7" + "rshares": 350998373, + "voter": "panther" }, { - "rshares": 838465852, - "voter": "raymonjohnstone" + "rshares": 659649765, + "voter": "ct-gurus" }, { - "rshares": 23815723291, - "voter": "masterinvestor" + "rshares": 54793782, + "voter": "park.bom" }, { - "rshares": 50619397, - "voter": "steemchain" + "rshares": 395173675944, + "voter": "charlieshrem" }, { - "rshares": 50619397, - "voter": "whalepool" + "rshares": 60104450664, + "voter": "tracemayer" }, { - "rshares": 206059171, - "voter": "sergey44" + "rshares": 23239991726, + "voter": "brains" }, { - "rshares": 117016257, - "voter": "mxo8" + "rshares": 407083055, + "voter": "anomaly" }, { - "rshares": 7787748060, - "voter": "summonerrk" + "rshares": 2401189699, + "voter": "ellepdub" }, { - "rshares": 197539708, - "voter": "strictlybusiness" + "rshares": 61292139, + "voter": "inarix03" }, { - "rshares": 1234205003, - "voter": "mohammed123" + "rshares": 172352271, + "voter": "ola1" }, { - "rshares": 5166865550, - "voter": "bbrewer" + "rshares": 12396603737, + "voter": "herpetologyguy" }, { - "rshares": 942251145, - "voter": "happyphoenix" + "rshares": 51826827, + "voter": "drac59" }, { - "rshares": 20257716778, - "voter": "krabgat" + "rshares": 4816713747, + "voter": "morgan.waser" }, { - "rshares": 4543551843, - "voter": "proto" + "rshares": 297771990, + "voter": "thefinanceguy" }, { - "rshares": 658330815, - "voter": "curator" + "rshares": 1258344048, + "voter": "anns" }, { - "rshares": 7211602623, - "voter": "sisterholics" + "rshares": 50907857, + "voter": "oxygen" }, { - "rshares": 437530299, - "voter": "yarly10" + "rshares": 50875769, + "voter": "cyan" }, { - "rshares": 1365336577, - "voter": "alex.chien" + "rshares": 50868434, + "voter": "jumbo" }, { - "rshares": 234176102, - "voter": "yarly11" + "rshares": 50865840, + "voter": "sting" }, { - "rshares": 81879061, - "voter": "yarly12" + "rshares": 50796122, + "voter": "factom" }, { - "rshares": 3675263114, - "voter": "tygergamer" + "rshares": 50794039, + "voter": "autodesk" }, { - "rshares": 3627578747, - "voter": "bkkshadow" + "rshares": 50568084, + "voter": "brazzers" }, { - "rshares": 11567371620, - "voter": "dimitarj" + "rshares": 50543061, + "voter": "rabobank" }, { - "rshares": 817422571, - "voter": "bullionstackers" + "rshares": 50538694, + "voter": "fenix" }, { - "rshares": 3082906297, - "voter": "dmilash" + "rshares": 50349676, + "voter": "albertheijn" }, { - "rshares": 2002481686, - "voter": "andreynoch" + "rshares": 3689644671, + "voter": "strong-ai" }, { - "rshares": 110940646, - "voter": "cryptoz" + "rshares": 52329350, + "voter": "ninjapainter" }, { - "rshares": 3391999835, - "voter": "glitterpig" + "rshares": 254506659, + "voter": "darkminded153" }, { - "rshares": 6404274840, - "voter": "shortcut" + "rshares": 527435916, + "voter": "grisha-danunaher" }, { - "rshares": 128587928653, - "voter": "steemdrive" + "rshares": 162917785, + "voter": "ctu" }, { - "rshares": 1075365048, - "voter": "metaflute" + "rshares": 162911190, + "voter": "front" }, { - "rshares": 58218132689, - "voter": "gomeravibz" + "rshares": 1630327346, + "voter": "rusteemitblog" }, { - "rshares": 2298169701, - "voter": "taker" + "rshares": 161089804, + "voter": "pyro" }, { - "rshares": 65485650, - "voter": "dras" + "rshares": 159025535, + "voter": "xtreme" }, { - "rshares": 6519151447, - "voter": "nekromarinist" + "rshares": 155528114, + "voter": "icesteem" }, { - "rshares": 6880289904, - "voter": "theprophet" + "rshares": 158602900, + "voter": "steem-wallet" }, { - "rshares": 240147448, - "voter": "frozendota" + "rshares": 158560941, + "voter": "steemthis" }, { - "rshares": 15543734691, - "voter": "felixxx" + "rshares": 74838700, + "voter": "dealzgal" }, { - "rshares": 3432112427, - "voter": "merej99" + "rshares": 255357124, + "voter": "orenshani7" }, { - "rshares": 254880160829, - "voter": "laonie" + "rshares": 68013381, + "voter": "storage" }, { - "rshares": 24852935259, - "voter": "rawnetics" + "rshares": 58460105, + "voter": "blackmarket" }, { - "rshares": 22374728157, - "voter": "thebluepanda" + "rshares": 61530871, + "voter": "gifts" }, { - "rshares": 25618981790, - "voter": "laonie1" + "rshares": 93882016, + "voter": "expat" }, { - "rshares": 26132274895, - "voter": "laonie2" + "rshares": 154566975, + "voter": "dimaisrael" }, { - "rshares": 26141438708, - "voter": "laonie3" + "rshares": 1593664040, + "voter": "steemlift" }, { - "rshares": 25094797142, - "voter": "laoyao" + "rshares": 138651704, + "voter": "toddemaher1" + } + ], + "author": "terrycraft", + "author_payout_value": "0.000 HBD", + "author_reputation": 68.42, + "beneficiaries": [], + "blacklists": [], + "body": "
    \n\nhttp://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman18.jpg\nImage credit / \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0444\u043e\u0442\u043e\n\n\n

    When looking through old photographs, you realize how much the world has changed around us.

    \n
    \u041f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u044f \u0441\u0442\u0430\u0440\u044b\u0435 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438, \u043e\u0441\u043e\u0437\u043d\u0430\u0451\u0448\u044c \u043d\u0430\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0441\u044f \u043c\u0438\u0440 \u0432\u043e\u043a\u0440\u0443\u0433 \u043d\u0430\u0441.
    \n\n\nhttp://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman16.jpg\nImage credit / \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0444\u043e\u0442\u043e\n\n\n

    I am deeply convinced that the people imprinted on these black-and-white photographs never suspected what will happen to them in the future, whether it is immediate or distant As well as they didn't realized how quickly the years will pass, changing all the world around. So, as you look at their careless faces, you fairly quickly realize that your current situation is not much different.

    \n
    \u042f \u0433\u043b\u0443\u0431\u043e\u043a\u043e \u0443\u0432\u0435\u0440\u0435\u043d\u0430 \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e \u043b\u044e\u0434\u0438, \u0437\u0430\u043f\u0435\u0447\u0430\u0442\u043b\u0451\u043d\u043d\u044b\u0435 \u043d\u0430 \u0447\u0451\u0440\u043d\u043e-\u0431\u0435\u043b\u044b\u0445 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f\u0445, \u043d\u0435 \u043f\u043e\u0434\u043e\u0437\u0440\u0435\u0432\u0430\u043b\u0438, \u0447\u0442\u043e \u0441\u0442\u0430\u043d\u0435\u0442 \u0441 \u043d\u0438\u043c\u0438 \u0432 \u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0435\u043c, \u0438 \u043d\u0435 \u043e\u0447\u0435\u043d\u044c, \u0431\u0443\u0434\u0443\u0449\u0435\u043c. \u041d\u0435 \u0437\u043d\u0430\u043b\u0438 \u043e\u043d\u0438 \u0442\u0430\u043a\u0436\u0435, \u043d\u0430\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u0442\u0440\u0435\u043c\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u0440\u043e\u0439\u0434\u0443\u0442 \u0433\u043e\u0434\u044b, \u0438 \u043a\u0430\u043a \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u0441\u044f \u043c\u0438\u0440 \u0432\u043e\u043a\u0440\u0443\u0433. \u041f\u043e\u044d\u0442\u043e\u043c\u0443, \u0433\u043b\u044f\u0434\u044f \u043d\u0430 \u0438\u0445 \u0431\u0435\u0441\u043f\u0435\u0447\u043d\u044b\u0435 \u043b\u0438\u0446\u0430, \u0434\u043e\u0432\u043e\u043b\u044c\u043d\u043e \u0431\u044b\u0441\u0442\u0440\u043e \u043e\u0441\u043e\u0437\u043d\u0430\u0451\u0448\u044c, \u0447\u0442\u043e \u0442\u0432\u043e\u0451 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0441\u0435\u0439\u0447\u0430\u0441 \u043c\u0430\u043b\u043e \u0447\u0435\u043c \u043e\u0442\u043b\u0438\u0447\u0430\u0435\u0442\u0441\u044f.
    \n\n\nhttp://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman14.jpg\nImage credit / \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0444\u043e\u0442\u043e\n\n\n

    Everything that happens around us changes the world we are witnessing. We live in an age of technological progress; the advent of the first computers, the Internet, gadgets, social networks, online games, e-commerce, cryptocurrency and, finally, a blockchain social network - the Steemit, which makes our minds work for creation of good content and its curation.

    \n
    \u0412\u0441\u0451 \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u044f\u0449\u0435\u0435 \u0432\u043e\u043a\u0440\u0443\u0433 \u043d\u0430\u0441 \u043c\u0435\u043d\u044f\u0435\u0442 \u043c\u0438\u0440 \u043d\u0430 \u043d\u0430\u0448\u0438\u0445 \u0433\u043b\u0430\u0437\u0430\u0445. \u041c\u044b \u0436\u0438\u0432\u0451\u043c \u0432 \u0432\u0435\u043a \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u0430; \u043f\u043e\u044f\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0435\u0440\u0432\u044b\u0445 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u043e\u0432, \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0430, \u0433\u0430\u0434\u0436\u0435\u0442\u043e\u0432, \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0445 \u0441\u0435\u0442\u0435\u0439, \u043e\u043d\u043b\u0430\u0439\u043d-\u0438\u0433\u0440, \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d\u043e\u0432, \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442 \u0438, \u043d\u0430\u043a\u043e\u043d\u0435\u0446, \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u0441\u0435\u0442\u0438 \u043d\u0430 \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d\u0435 - Steemit, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0437\u0430\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u043d\u0430\u0448\u0438 \u0443\u043c\u044b \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0445\u043e\u0440\u043e\u0448\u0435\u0433\u043e \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430 \u0438 \u0435\u0433\u043e \u043a\u0443\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f.
    \n\n\nhttp://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman09.jpg\nImage credit / \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0444\u043e\u0442\u043e\n\n\n

    And in 10 years, or maybe much earlier, we will see a completely different picture of reality. Generation Steem is coming. The generation that changed everything around and changed itself as well, in opposite to that generation you run with your eyes, trying to convince its immutability and the impossibility of change. No, this already will be the world of the past.

    \n
    \u0418 \u043b\u0435\u0442 \u0447\u0435\u0440\u0435\u0437 10, \u0430 \u043c\u043e\u0436\u0435\u0442 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0440\u0430\u043d\u044c\u0448\u0435, \u043c\u044b \u0443\u0432\u0438\u0434\u0438\u043c \u0432 \u043a\u0430\u0434\u0440\u0435 \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e \u0434\u0440\u0443\u0433\u0443\u044e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c. \u0413\u0440\u044f\u0434\u0451\u0442 Steem \u043f\u043e\u043a\u043e\u043b\u0435\u043d\u0438\u0435, \u043f\u043e\u043a\u043e\u043b\u0435\u043d\u0438\u0435, \u0438\u0437\u043c\u0435\u043d\u0438\u0432\u0448\u0435\u0435 \u0432\u0441\u0451 \u0432\u043e\u043a\u0440\u0443\u0433 \u0441\u0435\u0431\u044f \u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u0432\u0448\u0435\u0435\u0441\u044f \u0441\u0430\u043c\u043e, \u0430 \u043d\u0435 \u0442\u043e, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0441\u0435\u0439\u0447\u0430\u0441, \u043e\u0431\u0432\u043e\u0434\u044f \u0432\u0437\u0433\u043b\u044f\u0434\u043e\u043c, \u0432\u044b \u043f\u044b\u0442\u0430\u0435\u0442\u0435\u0441\u044c \u0443\u0431\u0435\u0434\u0438\u0442\u044c \u0432 \u0435\u0433\u043e \u043d\u0435\u0437\u044b\u0431\u043b\u0435\u043c\u043e\u0441\u0442\u0438 \u0438 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u043d. \u041d\u0435\u0442, \u044d\u0442\u043e \u0443\u0436\u0435 \u0431\u0443\u0434\u0435\u0442 \u043c\u0438\u0440 \u043f\u0440\u043e\u0448\u043b\u043e\u0433\u043e.
    \n\n\n\n

    Written to the music: Antonio Vivaldi - The Four Seasons.

    \n\n\nPlease follow me\n@panther\n\n
    \n\n---\n\nIf you like this article not follow only me, but also follow the author - @panther\n\n---\n\nAll STEEM Dollars for this post go to the featured author. \u0412\u0441\u0435 SD \u0437\u0430 \u043f\u043e\u0441\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442 \u0430\u0432\u0442\u043e\u0440.", + "category": "philosophy", + "children": 16, + "created": "2016-09-15T12:27:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman18.jpg", + "http://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman16.jpg", + "http://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman14.jpg", + "http://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman09.jpg" + ], + "links": [ + "http://bigpicture.ru/?p=384365&fb_comment_id=180555112091488_997346", + "https://steemit.com/@panther" + ], + "tags": [ + "philosophy", + "thoughts", + "steemit", + "ru" + ], + "users": [ + "panther" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61603577309634, + "payout": 220.99, + "payout_at": "2016-09-22T12:27:27", + "pending_payout_value": "220.990 HBD", + "percent_hbd": 10000, + "permlink": "a-look-from-the-past-vzglyad-iz-proshlogo-featuring-panther-as-author", + "post_id": 1253231, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 210 + }, + "title": "A Look From the Past / \u0412\u0437\u0433\u043b\u044f\u0434 \u0438\u0437 \u043f\u0440\u043e\u0448\u043b\u043e\u0433\u043e (featuring @panther as author).", + "updated": "2016-09-15T12:27:27", + "url": "/philosophy/@terrycraft/a-look-from-the-past-vzglyad-iz-proshlogo-featuring-panther-as-author" + }, + { + "active_votes": [ + { + "rshares": 480436179104, + "voter": "barrie" }, { - "rshares": 65214616, - "voter": "modogg" + "rshares": 7864449914272, + "voter": "steempty" }, { - "rshares": 7958908678, - "voter": "myfirst" + "rshares": 231705234180, + "voter": "anonymous" }, { - "rshares": 51767495130, - "voter": "somebody" + "rshares": 16854862331350, + "voter": "rainman" }, { - "rshares": 1935723185, - "voter": "flysaga" + "rshares": 14446969817383, + "voter": "summon" }, { - "rshares": 6864125594, - "voter": "brendio" + "rshares": 25305686361517, + "voter": "ned" }, { - "rshares": 2082514282, - "voter": "gmurph" + "rshares": 35326666852152, + "voter": "jamesc" }, { - "rshares": 72860205, - "voter": "kurzer42" + "rshares": 4264966375681, + "voter": "riverhead" }, { - "rshares": 11435966181, - "voter": "midnightoil" + "rshares": 2331280387575, + "voter": "badassmother" }, { - "rshares": 78269782470, - "voter": "mibenkito" + "rshares": 2097108315061, + "voter": "hr1" }, { - "rshares": 2375155298, - "voter": "kalimor" + "rshares": 118474244256, + "voter": "sandra" }, { - "rshares": 4276738846, - "voter": "ullikume" + "rshares": 186985754668, + "voter": "svk" }, { - "rshares": 2735302379, - "voter": "darrenturetzky" + "rshares": 1112765112473, + "voter": "ihashfury" }, { - "rshares": 59414599, - "voter": "michellek" + "rshares": 1120603805124, + "voter": "rossco99" }, { - "rshares": 26136684196, - "voter": "laonie4" + "rshares": 139902157720, + "voter": "liondani" }, { - "rshares": 26133889368, - "voter": "laonie5" + "rshares": 2642718616169, + "voter": "wang" }, { - "rshares": 26130809772, - "voter": "laonie6" + "rshares": 24281627442, + "voter": "jaewoocho" }, { - "rshares": 26126568283, - "voter": "laonie7" + "rshares": 6243689624471, + "voter": "steemit200" }, { - "rshares": 5977415250, - "voter": "kurtbeil" + "rshares": 1868926634967, + "voter": "xeroc" }, { - "rshares": 26122787391, - "voter": "laonie8" + "rshares": 6514602351120, + "voter": "complexring" }, { - "rshares": 26119897476, - "voter": "laonie9" + "rshares": 6410652893701, + "voter": "clayop" }, { - "rshares": 3300371180, - "voter": "steemleak" + "rshares": 6132075386062, + "voter": "witness.svk" }, { - "rshares": 28583578460, - "voter": "xiaohui" + "rshares": 1772458968810, + "voter": "joseph" }, { - "rshares": 1980457070, - "voter": "t3ran13" + "rshares": 4727274896444, + "voter": "au1nethyb1" }, { - "rshares": 7834943379, - "voter": "mevilkingdom" + "rshares": 494824460005, + "voter": "recursive2" }, { - "rshares": 21531331546, - "voter": "jphamer1" + "rshares": 3458312417787, + "voter": "recursive" }, { - "rshares": 11056722867, - "voter": "ekitcho" + "rshares": 686881929841, + "voter": "boombastic" }, { - "rshares": 127379962, - "voter": "bigsambucca" + "rshares": 91206564426, + "voter": "mrs.agsexplorer" }, { - "rshares": 1504058180, - "voter": "elfkitchen" + "rshares": 6953910678, + "voter": "bingo-0" }, { - "rshares": 93154573622, - "voter": "joele" + "rshares": 1330823260969, + "voter": "steempower" }, { - "rshares": 5999670912, - "voter": "oflyhigh" + "rshares": 450758929058, + "voter": "boatymcboatface" }, { - "rshares": 2078540879, - "voter": "paynode" + "rshares": 1191961702407, + "voter": "cass" }, { - "rshares": 62400081859, - "voter": "sirwinchester" + "rshares": 10604743495, + "voter": "idol" }, { - "rshares": 122933349, - "voter": "agussudaryanto" + "rshares": 6904136925, + "voter": "nexusdev" }, { - "rshares": 894298402, - "voter": "xiaokongcom" + "rshares": 783330802369, + "voter": "steemrollin" }, { - "rshares": 1802649539, - "voter": "xianjun" + "rshares": 5146683930, + "voter": "sakr" }, { - "rshares": 61313637, - "voter": "jfelton5" + "rshares": 296262169682, + "voter": "chitty" }, { - "rshares": 73061236, - "voter": "evgenyche" + "rshares": 117668471628, + "voter": "linouxis9" }, { - "rshares": 70633121, - "voter": "stevescriber" + "rshares": 82315328878, + "voter": "unosuke" }, { - "rshares": 4097488430, - "voter": "bledarus" + "rshares": 3109715701, + "voter": "yefet" }, { - "rshares": 52467942, - "voter": "loli" + "rshares": 16257411149, + "voter": "brindleswan" }, { - "rshares": 53638070, - "voter": "nano2nd" + "rshares": 1799714267, + "voter": "jocelyn" }, { - "rshares": 118127541, - "voter": "microluck" + "rshares": 74263607249, + "voter": "nenad-ristic" }, { - "rshares": 187339808, - "voter": "lisadang" + "rshares": 79806365559, + "voter": "easteagle13" }, { - "rshares": 9426175065, - "voter": "theb0red1" + "rshares": 17258698670, + "voter": "jademont" }, { - "rshares": 2057906517, - "voter": "chinadaily" + "rshares": 74888702310, + "voter": "eeks" }, { - "rshares": 31193669396, - "voter": "kyriacos" + "rshares": 508866333, + "voter": "paco-steem" }, { - "rshares": 59021275, - "voter": "cryptoblu" + "rshares": 6128712690, + "voter": "spaninv" }, { - "rshares": 59014859, - "voter": "instructor" + "rshares": 31076852778, + "voter": "instructor2121" }, { - "rshares": 7981765563, - "voter": "lemouth" + "rshares": -12893763252, + "voter": "james-show" }, { - "rshares": 739008163112, - "voter": "dollarvigilante" + "rshares": 2068009075, + "voter": "gekko" }, { - "rshares": 18699439170, - "voter": "anotherjoe" + "rshares": 336346989448, + "voter": "teamsteem" }, { - "rshares": 60945251, - "voter": "saveliy" + "rshares": 577046508309, + "voter": "nanzo-scoop" }, { - "rshares": 99328137981, - "voter": "serejandmyself" + "rshares": 13067769111, + "voter": "fact" }, { - "rshares": 4877223734, - "voter": "almerri" + "rshares": 169323765740, + "voter": "steve-walschot" }, { - "rshares": 728677907, - "voter": "alexma3x" + "rshares": 10036865820, + "voter": "kefkius" }, { - "rshares": 9824813120, - "voter": "gvargas123" + "rshares": 47419915237, + "voter": "hannixx42" }, { - "rshares": 443801352, - "voter": "keepdoodling" + "rshares": 183044162935, + "voter": "mummyimperfect" }, { - "rshares": 3657683169, - "voter": "shneakysquirrel" + "rshares": 57489294954, + "voter": "oaldamster" }, { - "rshares": 278004039, - "voter": "steevc" + "rshares": 268804254, + "voter": "coar" }, { - "rshares": 3341359657, - "voter": "movievertigo" + "rshares": 109398386804, + "voter": "asch" }, { - "rshares": 70361224, - "voter": "vasilii" + "rshares": 1413643352, + "voter": "murh" }, { - "rshares": 26113221925, - "voter": "laonie10" + "rshares": 2380104240, + "voter": "error" }, { - "rshares": 362426778, - "voter": "mrlogic" + "rshares": 5853981249, + "voter": "marta-zaidel" }, { - "rshares": 62362905, - "voter": "steempipe" + "rshares": 40916611985, + "voter": "ranko-k" }, { - "rshares": 55543445, - "voter": "bitchplease" + "rshares": 1135543735246, + "voter": "cyber" }, { - "rshares": 79273566479, - "voter": "someguy123" + "rshares": 50798219281, + "voter": "ak2020" }, { - "rshares": 90827598056, - "voter": "barrycooper" + "rshares": 260089147904, + "voter": "billbutler" }, { - "rshares": 3572205128, - "voter": "stillsafe" + "rshares": 7897515214, + "voter": "thecryptofiend" }, { - "rshares": 76843163, - "voter": "joelbow" + "rshares": 32296517134, + "voter": "drinkzya" }, { - "rshares": 28822571115, - "voter": "hilarski" + "rshares": 3923236237211, + "voter": "satoshifund" }, { - "rshares": 2149644744, - "voter": "therealpaul" + "rshares": 397051543, + "voter": "stiletto" }, { - "rshares": 4580066391, - "voter": "steemitpatina" + "rshares": 56682668949, + "voter": "juanmiguelsalas" }, { - "rshares": 5178202476, - "voter": "silverbug2000" + "rshares": 583788541552, + "voter": "andrarchy" }, { - "rshares": 55859919, - "voter": "rickmiller" + "rshares": 112713462099, + "voter": "kenny-crane" }, { - "rshares": 1233668048, - "voter": "lenar" + "rshares": 17036364912, + "voter": "samether" }, { - "rshares": 10020064820, - "voter": "etcmike" + "rshares": 33767337247, + "voter": "ratel" }, { - "rshares": 61596105, - "voter": "uri-bruck" + "rshares": 54688824107, + "voter": "thecryptodrive" }, { - "rshares": 5154589910, - "voter": "nulliusinverba" + "rshares": 4699576112, + "voter": "dahaz159" }, { - "rshares": 1698796327, - "voter": "runridefly" + "rshares": 379204818665, + "voter": "kaylinart" }, { - "rshares": 57841858, - "voter": "dianaju" + "rshares": 552432841732, + "voter": "infovore" }, { - "rshares": 88019548, - "voter": "uziriel" + "rshares": 13355491837, + "voter": "facer" }, { - "rshares": 57530129, - "voter": "mstoni" + "rshares": 263013790227, + "voter": "trogdor" }, { - "rshares": 4592499069, - "voter": "richardcrill" + "rshares": 4675654152, + "voter": "tee-em" }, { - "rshares": 25230942954, - "voter": "laonie11" + "rshares": 31336803829, + "voter": "michaelx" }, { - "rshares": 1687924866, - "voter": "eight-rad" + "rshares": 5946252630, + "voter": "mark-waser" }, { - "rshares": 62783765, - "voter": "lovetosteemit" + "rshares": 17023109715, + "voter": "albertogm" }, { - "rshares": 1660563580, - "voter": "davidjkelley" + "rshares": 116594641815, + "voter": "geoffrey" }, { - "rshares": 4350110165, - "voter": "baro" + "rshares": 42673423694, + "voter": "kimziv" }, { - "rshares": 9060248806, - "voter": "sponge-bob" + "rshares": 46235030853, + "voter": "honeythief" }, { - "rshares": 4765474309, - "voter": "l0k1" + "rshares": 82866843499, + "voter": "emily-cook" }, { - "rshares": 15558969971, - "voter": "digital-wisdom" + "rshares": 91972176401, + "voter": "mctiller" }, { - "rshares": 494724739, - "voter": "areynolds" + "rshares": 35412152853, + "voter": "cryptoiskey" }, { - "rshares": 3708378555, - "voter": "ethical-ai" + "rshares": 11723743800, + "voter": "primus" }, { - "rshares": 54247498, - "voter": "freesteem" + "rshares": 484592257, + "voter": "mrhankeh" }, { - "rshares": 2477345340, - "voter": "fajrilgooner" + "rshares": 38897615588, + "voter": "clement" }, { - "rshares": 2222639041, - "voter": "matthewtiii" + "rshares": 46178109682, + "voter": "isteemit" }, { - "rshares": 55401224, - "voter": "walternz" + "rshares": 68580548647, + "voter": "bacchist" }, { - "rshares": 6826713536, - "voter": "jwaser" + "rshares": 72899731827, + "voter": "venuspcs" }, { - "rshares": 852820572, - "voter": "tatianka" + "rshares": 3324885062, + "voter": "michaellamden68" }, { - "rshares": 12020525779, - "voter": "doitvoluntarily" + "rshares": 179676652871, + "voter": "asmolokalo" }, { - "rshares": 56439878, - "voter": "phusionphil" + "rshares": 38569797449, + "voter": "good-karma" }, { - "rshares": 607704096, - "voter": "kev7000" + "rshares": 453653624734, + "voter": "roelandp" }, { - "rshares": 1018487810, - "voter": "zettar" + "rshares": 3347929950, + "voter": "orly" }, { - "rshares": 55736056, - "voter": "lighter" + "rshares": 45472590951, + "voter": "firepower" }, { - "rshares": 207196967560, - "voter": "asksisk" + "rshares": 255388351, + "voter": "mstang83" }, { - "rshares": 25848472434, - "voter": "dubi" + "rshares": 19227034654, + "voter": "hakise" }, { - "rshares": 2673758412, - "voter": "bwaser" + "rshares": 17256371639, + "voter": "r4fken" }, { - "rshares": 6400398189, - "voter": "dexter-k" + "rshares": 25548776759, + "voter": "tcfxyz" }, { - "rshares": 50751176, - "voter": "roadhog" + "rshares": 7076198200, + "voter": "futurefood" }, { - "rshares": 350998373, - "voter": "panther" + "rshares": 142765809551, + "voter": "derekareith" }, { - "rshares": 1784221363, - "voter": "alina1" + "rshares": 32325400002, + "voter": "picokernel" }, { - "rshares": 50639382, - "voter": "doggnostic" + "rshares": 10594872684, + "voter": "seanmchughart" }, { - "rshares": 1094895432, - "voter": "wulfmeister" + "rshares": 766081509, + "voter": "busser" }, { - "rshares": 659556912, - "voter": "ct-gurus" + "rshares": 1296482376779, + "voter": "renohq" }, { - "rshares": 348073541, - "voter": "bones261" + "rshares": 18840499998, + "voter": "ausbitbank" }, { - "rshares": 387894501497, - "voter": "charlieshrem" + "rshares": 1451740615, + "voter": "mixa" }, { - "rshares": 61786622160, - "voter": "tracemayer" + "rshares": 2226795955, + "voter": "steem1653" }, { - "rshares": 9049304130, - "voter": "brains" + "rshares": 17220499402, + "voter": "sebastien" }, { - "rshares": 54448999, - "voter": "onlineworker" + "rshares": 13516728290, + "voter": "sitaru" }, { - "rshares": 50210467, - "voter": "post-successful" + "rshares": 308826662759, + "voter": "jesta" }, { - "rshares": 689134944, - "voter": "jessicanicklos" + "rshares": 34328964595, + "voter": "toxonaut" }, { - "rshares": 633657150, - "voter": "bones555" + "rshares": 118752539, + "voter": "snowden" }, { - "rshares": 54919358, - "voter": "steem4fobs" + "rshares": 4709018700, + "voter": "thegoodguy" }, { - "rshares": 492992904, - "voter": "echoesinthemind" + "rshares": 15578903803, + "voter": "aaseb" }, { - "rshares": 53397626, - "voter": "f1111111" + "rshares": 1107663461, + "voter": "karen13" }, { - "rshares": 2084637414, - "voter": "steemsquad" + "rshares": 24973952155, + "voter": "igster" }, { - "rshares": 574180710, - "voter": "anomaly" + "rshares": 4289492867, + "voter": "dcryptogold" }, { - "rshares": 27665434494, - "voter": "tarekadam" + "rshares": 12853559657, + "voter": "domavila" }, { - "rshares": 2399791213, - "voter": "ellepdub" + "rshares": 2395414530, + "voter": "dmacshady" }, { - "rshares": 51890765, - "voter": "gregorygarcia" + "rshares": 23336601075, + "voter": "grolelo" }, { - "rshares": 57056918, - "voter": "inarix03" + "rshares": 1514372408, + "voter": "kendewitt" }, { - "rshares": 573904238, - "voter": "ola1" + "rshares": 89580632, + "voter": "wildchild" }, { - "rshares": 849039554, - "voter": "jbaker585" + "rshares": 1682066491, + "voter": "natali22" }, { - "rshares": 5522323762, - "voter": "michelle.gent" + "rshares": 44666586658, + "voter": "sbq777t" }, { - "rshares": 11700805109, - "voter": "herpetologyguy" + "rshares": 1953764546, + "voter": "the-future" }, { - "rshares": 58261815, - "voter": "everittdmickey" + "rshares": 4296012707, + "voter": "adamt" }, { - "rshares": 53548226, - "voter": "mari5555na" + "rshares": 44807508492, + "voter": "mynameisbrian" }, { - "rshares": 4813549151, - "voter": "morgan.waser" + "rshares": 179093605311, + "voter": "blueorgy" }, { - "rshares": 50602980, - "voter": "cfisher" + "rshares": 5008619742, + "voter": "poseidon" }, { - "rshares": 51240567, - "voter": "billkappa442" + "rshares": 360289908808, + "voter": "calaber24p" }, { - "rshares": 51236745, - "voter": "niiboye" + "rshares": 4210919359, + "voter": "fubar-bdhr" }, { - "rshares": 51227561, - "voter": "battalar" + "rshares": 119399264, + "voter": "nedrob" }, { - "rshares": 1157070714, - "voter": "anns" + "rshares": 16044930360, + "voter": "heimindanger" }, { - "rshares": 50875769, - "voter": "cyan" + "rshares": 7311842917, + "voter": "geronimo" }, { - "rshares": 50873654, - "voter": "palladium" + "rshares": 3355524755, + "voter": "bones" }, { - "rshares": 50796122, - "voter": "factom" + "rshares": 20338607929, + "voter": "bendjmiller222" }, { - "rshares": 50794039, - "voter": "autodesk" + "rshares": 5228680253, + "voter": "bitcoiner" }, { - "rshares": 827252367, - "voter": "bapparabi" + "rshares": 3754893033, + "voter": "tarindel" }, { - "rshares": 3389664065, - "voter": "dodders007" + "rshares": 3786022381, + "voter": "azurejasper" }, { - "rshares": 3687326823, - "voter": "strong-ai" + "rshares": 30851492146, + "voter": "deanliu" }, { - "rshares": 161225748, - "voter": "iliyaa" + "rshares": 599141666, + "voter": "siol" }, { - "rshares": 162925257, - "voter": "uct" + "rshares": 5479123729, + "voter": "rainchen" }, { - "rshares": 1354011808, - "voter": "rusteemitblog" + "rshares": 5690877975, + "voter": "sharker" }, { - "rshares": 158798473, - "voter": "zapply" + "rshares": 34508226149, + "voter": "sauravrungta" }, { - "rshares": 201362779, - "voter": "mgibson" + "rshares": 530196643, + "voter": "qonq99" }, { - "rshares": 157118197, - "voter": "rage" + "rshares": 53839881372, + "voter": "jl777" }, { - "rshares": 159973989, - "voter": "capcom" + "rshares": 7837739118, + "voter": "lostnuggett" }, { - "rshares": 153699193, - "voter": "allgoodthings" + "rshares": 30002446832, + "voter": "zaebars" }, { - "rshares": 159531007, - "voter": "benetton" + "rshares": 1808058993, + "voter": "yarly" }, { - "rshares": 159425365, - "voter": "tipsandtricks" + "rshares": 272610758, + "voter": "yarly2" }, { - "rshares": 159318360, - "voter": "stimmt" + "rshares": 273018668, + "voter": "yarly3" }, { - "rshares": 159175576, - "voter": "fallout" + "rshares": 157733805, + "voter": "yarly4" }, { - "rshares": 159025535, - "voter": "xtreme" + "rshares": 158624349, + "voter": "yarly5" }, { - "rshares": 944924940, - "voter": "modernbukowski" + "rshares": 90416287, + "voter": "yarly7" }, { - "rshares": 158632601, - "voter": "cream" + "rshares": 838465852, + "voter": "raymonjohnstone" }, { - "rshares": 158637372, - "voter": "alterego" + "rshares": 23815723291, + "voter": "masterinvestor" }, { - "rshares": 158602900, - "voter": "steem-wallet" + "rshares": 50619397, + "voter": "steemchain" }, { - "rshares": 158560941, - "voter": "steemthis" + "rshares": 50619397, + "voter": "whalepool" }, { - "rshares": 158486055, - "voter": "zendesk" + "rshares": 206059171, + "voter": "sergey44" }, { - "rshares": 26843428547, - "voter": "goldmatters" + "rshares": 117016257, + "voter": "mxo8" }, { - "rshares": 81051650, - "voter": "dealzgal" + "rshares": 7787748060, + "voter": "summonerrk" }, { - "rshares": 158230871, - "voter": "helepa" + "rshares": 197539708, + "voter": "strictlybusiness" }, { - "rshares": 199633972, - "voter": "rishi556" + "rshares": 1234205003, + "voter": "mohammed123" }, { - "rshares": 92745520, - "voter": "storage" + "rshares": 5166865550, + "voter": "bbrewer" }, { - "rshares": 188144802, - "voter": "antaja" + "rshares": 942251145, + "voter": "happyphoenix" }, { - "rshares": 145960715, - "voter": "raph" + "rshares": 20257716778, + "voter": "krabgat" }, { - "rshares": 151162552, - "voter": "dougkarr" + "rshares": 4543551843, + "voter": "proto" }, { - "rshares": 1586499055, - "voter": "slammr76" + "rshares": 658330815, + "voter": "curator" }, { - "rshares": 73844343, - "voter": "blackmarket" + "rshares": 7211602623, + "voter": "sisterholics" }, { - "rshares": 79990132, - "voter": "gifts" + "rshares": 437530299, + "voter": "yarly10" }, { - "rshares": 85598308, - "voter": "expat" + "rshares": 1365336577, + "voter": "alex.chien" }, { - "rshares": 134906258, - "voter": "steemtrail" + "rshares": 234176102, + "voter": "yarly11" }, { - "rshares": 153178035, - "voter": "royfft" + "rshares": 81879061, + "voter": "yarly12" }, { - "rshares": 112446078, - "voter": "paulocouto" + "rshares": 3675263114, + "voter": "tygergamer" }, { - "rshares": 155872526, - "voter": "countofdelphi" + "rshares": 3627578747, + "voter": "bkkshadow" }, { - "rshares": 151306241, - "voter": "tnemm.atiaw" + "rshares": 11567371620, + "voter": "dimitarj" }, { - "rshares": 154295967, - "voter": "harleyismydog" + "rshares": 817422571, + "voter": "bullionstackers" }, { - "rshares": 148041723, - "voter": "newsfeed" + "rshares": 3082906297, + "voter": "dmilash" }, { - "rshares": 144957585, - "voter": "sawgunner13" + "rshares": 2002481686, + "voter": "andreynoch" }, { - "rshares": 147818170, - "voter": "dirlei.sdias" - } - ], - "author": "steve-walschot", - "author_payout_value": "0.000 HBD", - "author_reputation": 66.68, - "beneficiaries": [], - "blacklists": [], - "body": "# Time for another upgrade of SteemPay.io! A lot of work has been done behind the scenes, and here's a brief overview:\n\n\n---\n\n\n\n\n\n# Pay on site\n\n### Users will be able to make their payments straight from the payments page using a 2 step sliding form. \n\n\n\nhttp://i.imgur.com/iinyGFl.png\n\n\n\nThis means no more need to open another tab page, fill in all the details in your wallet, and returning to SteemPay. Both the password and the active private key can be used to broadcast the transaction. \n\n\n\nSteemPay **does not** encourage password storing, however, there is an option available for those who prefer to save their password in the browser's ***localstorage.*** A warning pop up will appear explaining the risks of storing passwords in the browser.\n\n\n\nAfter a successful login, the user will see a quick overview of his available balances, and another confirmation is required to finalize the transaction straight from the payment window.\n\n\n\n\n\n# Mobile wallet\n\n### The mobile wallet is up and running, but my code seems like a mess due to trial and error. \n\nA **bounty** will be placed for someone to cleanup everything and make some minor corrections so the first version can be released very soon (and get approved on the official android & iOS stores). I feel the need to encourage bounties, so people can become engaged with the community, and hopefully I'll discover new talent to join me on the further expansion of SteemPay.\n\n\n\n# SteemFEST 1\n\nSteemPay will donate some money to SteemFEST 1. Me and @roelandp still need to work out the details, but SteemPay will be present and setup a donation terminal where users are free to send some donations towards the organization by using the mobile wallet with QR support (plans may still change). \n\n\n\n# Hardware upgrade\n\nYet another server upgrade was needed to house all services related to SteemPay. This includes many other side projects that will be announced later on. This should be the final server upgrade for SteemPay and related services. \n\n\n\nThe DNS is still propagating, so you might not see the recent changes on SteemPay.io yet.\n\n\n\n# General statistics implantation\n\nA lightweight database will be kept storing nothing but the transaction amounts processed trough SteemPay. This serves for having some overview on the monthly growth of the transactions, as well as the amounts processed. Every month, the statistics will be published.\n\n\n\n# Steem on!", - "category": "steempay", - "children": 14, - "created": "2016-09-14T06:19:21", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "is_paidout": false, - "json_metadata": { - "image": [ - "http://i.imgur.com/iinyGFl.png" - ], - "tags": [ - "steempay", - "steempayments", - "development", - "update" - ], - "users": [ - "roelandp" - ] - }, - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 174333402242155, - "payout": 1750.818, - "payout_at": "2016-09-21T06:19:21", - "pending_payout_value": "1750.818 HBD", - "percent_hbd": 10000, - "permlink": "steempay-upgrade-pay-on-site-or-steemfest-or-mobile-wallet", - "post_id": 1240557, - "promoted": "0.000 HBD", - "replies": [], - "stats": { - "flag_weight": 0.0, - "gray": false, - "hide": false, - "total_votes": 400 - }, - "title": "Steempay upgrade - Pay on site | SteemFEST | Mobile wallet", - "updated": "2016-09-14T06:20:42", - "url": "/steempay/@steve-walschot/steempay-upgrade-pay-on-site-or-steemfest-or-mobile-wallet" - }, - { - "active_votes": [ - { - "rshares": 518181875581, - "voter": "barrie" + "rshares": 110940646, + "voter": "cryptoz" }, { - "rshares": 31620103450538, - "voter": "smooth" + "rshares": 3391999835, + "voter": "glitterpig" }, { - "rshares": 260759332327, - "voter": "anonymous" + "rshares": 6404274840, + "voter": "shortcut" }, { - "rshares": 2047759927809, - "voter": "badassmother" + "rshares": 128587928653, + "voter": "steemdrive" }, { - "rshares": 2099340340625, - "voter": "hr1" + "rshares": 1075365048, + "voter": "metaflute" }, { - "rshares": 1402227395408, - "voter": "rossco99" + "rshares": 58218132689, + "voter": "gomeravibz" }, { - "rshares": 23338638054, - "voter": "jaewoocho" + "rshares": 2298169701, + "voter": "taker" }, { - "rshares": 1910039425215, - "voter": "xeroc" + "rshares": 65485650, + "voter": "dras" }, { - "rshares": 1661657401786, - "voter": "joseph" + "rshares": 6519151447, + "voter": "nekromarinist" }, { - "rshares": 471982260599, - "voter": "recursive3" + "rshares": 6880289904, + "voter": "theprophet" }, { - "rshares": 3187826540990, - "voter": "recursive" + "rshares": 240147448, + "voter": "frozendota" }, { - "rshares": 1282783470, - "voter": "mineralwasser" + "rshares": 15543734691, + "voter": "felixxx" }, { - "rshares": 702252849815, - "voter": "boombastic" + "rshares": 3432112427, + "voter": "merej99" }, { - "rshares": 1719075621, - "voter": "bingo-1" + "rshares": 254880160829, + "voter": "laonie" }, { - "rshares": 5936571539134, - "voter": "smooth.witness" + "rshares": 24852935259, + "voter": "rawnetics" }, { - "rshares": 457719147730, - "voter": "boatymcboatface" + "rshares": 22374728157, + "voter": "thebluepanda" }, { - "rshares": 9890456090, - "voter": "idol" + "rshares": 25618981790, + "voter": "laonie1" }, { - "rshares": 131787410217, - "voter": "team" + "rshares": 26132274895, + "voter": "laonie2" }, { - "rshares": 1702427102, - "voter": "jocelyn" + "rshares": 26141438708, + "voter": "laonie3" }, { - "rshares": 461461082967, - "voter": "leesunmoo" + "rshares": 25094797142, + "voter": "laoyao" }, { - "rshares": 1247396916090, - "voter": "gavvet" + "rshares": 65214616, + "voter": "modogg" }, { - "rshares": 74913635150, - "voter": "eeks" + "rshares": 7958908678, + "voter": "myfirst" }, { - "rshares": 8567499992, - "voter": "fkn" + "rshares": 51767495130, + "voter": "somebody" }, { - "rshares": 11261443630, - "voter": "elishagh1" + "rshares": 1935723185, + "voter": "flysaga" }, { - "rshares": 599827540724, - "voter": "nanzo-scoop" + "rshares": 6864125594, + "voter": "brendio" }, { - "rshares": 161287532172, - "voter": "steve-walschot" + "rshares": 2082514282, + "voter": "gmurph" }, { - "rshares": 182039074638, - "voter": "mummyimperfect" + "rshares": 72860205, + "voter": "kurzer42" }, { - "rshares": 313666285, - "voter": "coar" + "rshares": 11435966181, + "voter": "midnightoil" }, { - "rshares": 109431915950, - "voter": "asch" + "rshares": 78269782470, + "voter": "mibenkito" }, { - "rshares": 1414823587, - "voter": "murh" + "rshares": 2375155298, + "voter": "kalimor" }, { - "rshares": 6375528917, - "voter": "cryptofunk" + "rshares": 4276738846, + "voter": "ullikume" }, { - "rshares": 2219594239, - "voter": "error" + "rshares": 2735302379, + "voter": "darrenturetzky" }, { - "rshares": 5268583124, - "voter": "marta-zaidel" + "rshares": 59414599, + "voter": "michellek" }, { - "rshares": 38749275184, - "voter": "ranko-k" + "rshares": 26136684196, + "voter": "laonie4" }, { - "rshares": 985447048915, - "voter": "cyber" + "rshares": 26133889368, + "voter": "laonie5" }, { - "rshares": 63472911304, - "voter": "theshell" + "rshares": 26130809772, + "voter": "laonie6" }, { - "rshares": 52177367591, - "voter": "ak2020" + "rshares": 26126568283, + "voter": "laonie7" }, { - "rshares": 417566592605, - "voter": "taoteh1221" + "rshares": 5977415250, + "voter": "kurtbeil" }, { - "rshares": 375915775849, - "voter": "hedge-x" + "rshares": 26122787391, + "voter": "laonie8" }, { - "rshares": 18668166065, - "voter": "samether" + "rshares": 26119897476, + "voter": "laonie9" }, { - "rshares": 33779461634, - "voter": "ratel" + "rshares": 3300371180, + "voter": "steemleak" }, { - "rshares": 85401868413, - "voter": "herzmeister" + "rshares": 28583578460, + "voter": "xiaohui" }, { - "rshares": 5287000077, - "voter": "tee-em" + "rshares": 1980457070, + "voter": "t3ran13" }, { - "rshares": 30496214097, - "voter": "michaelx" + "rshares": 7834943379, + "voter": "mevilkingdom" }, { - "rshares": 5950236300, - "voter": "mark-waser" + "rshares": 21531331546, + "voter": "jphamer1" }, { - "rshares": 130482031811, - "voter": "geoffrey" + "rshares": 11056722867, + "voter": "ekitcho" }, { - "rshares": 74777860177, - "voter": "kimziv" + "rshares": 127379962, + "voter": "bigsambucca" }, { - "rshares": 79450691320, - "voter": "emily-cook" + "rshares": 1504058180, + "voter": "elfkitchen" }, { - "rshares": 2251928158, - "voter": "superfreek" + "rshares": 93154573622, + "voter": "joele" }, { - "rshares": 471516850, - "voter": "mrhankeh" + "rshares": 5999670912, + "voter": "oflyhigh" }, { - "rshares": 17908173089, - "voter": "grey580" + "rshares": 2078540879, + "voter": "paynode" }, { - "rshares": 68200649381, - "voter": "bacchist" + "rshares": 62400081859, + "voter": "sirwinchester" }, { - "rshares": 20382051466, - "voter": "thebatchman" + "rshares": 122933349, + "voter": "agussudaryanto" }, { - "rshares": 59056857395, - "voter": "lehard" + "rshares": 894298402, + "voter": "xiaokongcom" }, { - "rshares": 76017835973, - "voter": "rubybian" + "rshares": 1802649539, + "voter": "xianjun" }, { - "rshares": 18268797910, - "voter": "konstantin" + "rshares": 61313637, + "voter": "jfelton5" }, { - "rshares": 2649402156, - "voter": "romel" + "rshares": 73061236, + "voter": "evgenyche" }, { - "rshares": 6941291365, - "voter": "gatoso" + "rshares": 70633121, + "voter": "stevescriber" }, { - "rshares": 41821532061, - "voter": "furion" + "rshares": 4097488430, + "voter": "bledarus" }, { - "rshares": 200664863, - "voter": "barbara2" + "rshares": 52467942, + "voter": "loli" }, { - "rshares": 223036409, - "voter": "ch0c0latechip" + "rshares": 53638070, + "voter": "nano2nd" }, { - "rshares": 206422340, - "voter": "doge4lyf" + "rshares": 118127541, + "voter": "microluck" }, { - "rshares": 12011310308, - "voter": "asim" + "rshares": 187339808, + "voter": "lisadang" }, { - "rshares": 85512692, - "voter": "snowden" + "rshares": 9426175065, + "voter": "theb0red1" }, { - "rshares": 14804978653, - "voter": "aaseb" + "rshares": 2057906517, + "voter": "chinadaily" }, { - "rshares": 4431003942, - "voter": "karen13" + "rshares": 31193669396, + "voter": "kyriacos" }, { - "rshares": 1455625353, - "voter": "jrd8526" + "rshares": 59021275, + "voter": "cryptoblu" }, { - "rshares": 21565632626, - "voter": "artific" + "rshares": 59014859, + "voter": "instructor" }, { - "rshares": 7164402609, - "voter": "lichtblick" + "rshares": 7981765563, + "voter": "lemouth" }, { - "rshares": 37826396801, - "voter": "creemej" + "rshares": 739008163112, + "voter": "dollarvigilante" }, { - "rshares": 84865861, - "voter": "wildchild" + "rshares": 18699439170, + "voter": "anotherjoe" }, { - "rshares": 3871359622, - "voter": "maximkichev" + "rshares": 60945251, + "voter": "saveliy" }, { - "rshares": 167294697812, - "voter": "blueorgy" + "rshares": 99328137981, + "voter": "serejandmyself" }, { - "rshares": 1631211812, - "voter": "poseidon" + "rshares": 4877223734, + "voter": "almerri" }, { - "rshares": 2083366228, - "voter": "iamwne" + "rshares": 728677907, + "voter": "alexma3x" }, { - "rshares": 362447415925, - "voter": "calaber24p" + "rshares": 9824813120, + "voter": "gvargas123" }, { - "rshares": 10466922918, - "voter": "rpf" + "rshares": 443801352, + "voter": "keepdoodling" }, { - "rshares": 3694190342, - "voter": "bitcoiner" + "rshares": 3657683169, + "voter": "shneakysquirrel" }, { - "rshares": 33624572763, - "voter": "deanliu" + "rshares": 278004039, + "voter": "steevc" }, { - "rshares": 459345887, - "voter": "meteor78" + "rshares": 3341359657, + "voter": "movievertigo" }, { - "rshares": 30193718340, - "voter": "zaebars" + "rshares": 70361224, + "voter": "vasilii" }, { - "rshares": 6948016204, - "voter": "positive" + "rshares": 26113221925, + "voter": "laonie10" }, { - "rshares": 780088825, - "voter": "raymonjohnstone" + "rshares": 362426778, + "voter": "mrlogic" }, { - "rshares": 19827631792, - "voter": "krabgat" + "rshares": 62362905, + "voter": "steempipe" }, { - "rshares": 11734541225, - "voter": "sisterholics" + "rshares": 55543445, + "voter": "bitchplease" }, { - "rshares": 1483259422, - "voter": "alex.chien" + "rshares": 79273566479, + "voter": "someguy123" }, { - "rshares": 8921616604, - "voter": "royalmacro" + "rshares": 90827598056, + "voter": "barrycooper" }, { - "rshares": 233934645, - "voter": "fnait" + "rshares": 3572205128, + "voter": "stillsafe" }, { - "rshares": 207827906, - "voter": "keepcalmand" + "rshares": 76843163, + "voter": "joelbow" }, { - "rshares": 1838091863, - "voter": "remlaps" + "rshares": 28822571115, + "voter": "hilarski" }, { - "rshares": 3445177864, - "voter": "glitterpig" + "rshares": 2149644744, + "voter": "therealpaul" }, { - "rshares": 7221227809, - "voter": "uwe69" + "rshares": 4580066391, + "voter": "steemitpatina" }, { - "rshares": 896285424, - "voter": "metaflute" + "rshares": 5178202476, + "voter": "silverbug2000" }, { - "rshares": 50575844297, - "voter": "gomeravibz" + "rshares": 55859919, + "voter": "rickmiller" }, { - "rshares": 9193626491, - "voter": "taker" + "rshares": 1233668048, + "voter": "lenar" }, { - "rshares": 2236809039, - "voter": "merej99" + "rshares": 10020064820, + "voter": "etcmike" }, { - "rshares": 414945627496, - "voter": "laonie" + "rshares": 61596105, + "voter": "uri-bruck" }, { - "rshares": 166006086500, - "voter": "twinner" + "rshares": 5154589910, + "voter": "nulliusinverba" }, { - "rshares": 22430898487, - "voter": "laonie1" + "rshares": 1698796327, + "voter": "runridefly" }, { - "rshares": 22947696195, - "voter": "laonie2" + "rshares": 57841858, + "voter": "dianaju" }, { - "rshares": 22955764004, - "voter": "laonie3" + "rshares": 88019548, + "voter": "uziriel" }, { - "rshares": 25206296089, - "voter": "laoyao" + "rshares": 57530129, + "voter": "mstoni" }, { - "rshares": 14653942462, - "voter": "myfirst" + "rshares": 4592499069, + "voter": "richardcrill" }, { - "rshares": 90711449970, - "voter": "somebody" + "rshares": 25230942954, + "voter": "laonie11" }, { - "rshares": 3391693609, - "voter": "flysaga" + "rshares": 1687924866, + "voter": "eight-rad" }, { - "rshares": 5465055585, - "voter": "brendio" + "rshares": 62783765, + "voter": "lovetosteemit" }, { - "rshares": 2084677795, - "voter": "gmurph" + "rshares": 1660563580, + "voter": "davidjkelley" }, { - "rshares": 18607683624, - "voter": "midnightoil" + "rshares": 4350110165, + "voter": "baro" }, { - "rshares": 2280336943, - "voter": "kalimor" + "rshares": 9060248806, + "voter": "sponge-bob" }, { - "rshares": 504711698206, - "voter": "glitterfart" + "rshares": 4765474309, + "voter": "l0k1" }, { - "rshares": 22951578069, - "voter": "laonie4" + "rshares": 15558969971, + "voter": "digital-wisdom" }, { - "rshares": 22949307467, - "voter": "laonie5" + "rshares": 494724739, + "voter": "areynolds" }, { - "rshares": 22946449112, - "voter": "laonie6" + "rshares": 3708378555, + "voter": "ethical-ai" }, { - "rshares": 22942428841, - "voter": "laonie7" + "rshares": 54247498, + "voter": "freesteem" }, { - "rshares": 3489545901, - "voter": "kurtbeil" + "rshares": 2477345340, + "voter": "fajrilgooner" }, { - "rshares": 22939097897, - "voter": "laonie8" + "rshares": 2222639041, + "voter": "matthewtiii" }, { - "rshares": 22936432119, - "voter": "laonie9" + "rshares": 55401224, + "voter": "walternz" }, { - "rshares": 46536921016, - "voter": "xiaohui" + "rshares": 6826713536, + "voter": "jwaser" }, { - "rshares": 177527074798, - "voter": "terrycraft" + "rshares": 852820572, + "voter": "tatianka" }, { - "rshares": 1321003450, - "voter": "dolov" + "rshares": 12020525779, + "voter": "doitvoluntarily" }, { - "rshares": 88179884, - "voter": "bigsambucca" + "rshares": 56439878, + "voter": "phusionphil" }, { - "rshares": 2287717822, - "voter": "elfkitchen" + "rshares": 607704096, + "voter": "kev7000" }, { - "rshares": 105894845081, - "voter": "joele" + "rshares": 1018487810, + "voter": "zettar" }, { - "rshares": 6166349652, - "voter": "oflyhigh" + "rshares": 55736056, + "voter": "lighter" }, { - "rshares": 2229123966, - "voter": "paynode" + "rshares": 207196967560, + "voter": "asksisk" }, { - "rshares": 1566982177, - "voter": "xiaokongcom" + "rshares": 25848472434, + "voter": "dubi" }, { - "rshares": 253808801, - "voter": "xcepta" + "rshares": 2673758412, + "voter": "bwaser" }, { - "rshares": 3158713250, - "voter": "xianjun" + "rshares": 6400398189, + "voter": "dexter-k" }, { - "rshares": 12796476601, - "voter": "borran" + "rshares": 50751176, + "voter": "roadhog" }, { - "rshares": 64119004, - "voter": "jupiter.zeus" + "rshares": 350998373, + "voter": "panther" }, { - "rshares": 70633121, - "voter": "stevescriber" + "rshares": 1784221363, + "voter": "alina1" }, { - "rshares": 50027573, - "voter": "loli" + "rshares": 50639382, + "voter": "doggnostic" }, { - "rshares": 51199976, - "voter": "nano2nd" + "rshares": 1094895432, + "voter": "wulfmeister" }, { - "rshares": 2249451928, - "voter": "njall" + "rshares": 659556912, + "voter": "ct-gurus" }, { - "rshares": 206879958, - "voter": "microluck" + "rshares": 348073541, + "voter": "bones261" }, { - "rshares": 6547835526, - "voter": "userlogin" + "rshares": 387894501497, + "voter": "charlieshrem" }, { - "rshares": 6802729666, - "voter": "rubenalexander" + "rshares": 61786622160, + "voter": "tracemayer" }, { - "rshares": 59219258, - "voter": "photo00" + "rshares": 9049304130, + "voter": "brains" }, { - "rshares": 604279479, - "voter": "tagira" + "rshares": 54448999, + "voter": "onlineworker" }, { - "rshares": 2131733339, - "voter": "chinadaily" + "rshares": 50210467, + "voter": "post-successful" }, { - "rshares": 108403024, - "voter": "pollina" + "rshares": 689134944, + "voter": "jessicanicklos" }, { - "rshares": 2649789126, - "voter": "levycore" + "rshares": 633657150, + "voter": "bones555" }, { - "rshares": 22930483067, - "voter": "laonie10" + "rshares": 54919358, + "voter": "steem4fobs" }, { - "rshares": 332237822, - "voter": "mrlogic" + "rshares": 492992904, + "voter": "echoesinthemind" }, { - "rshares": 59229074587, - "voter": "mandibil" + "rshares": 53397626, + "voter": "f1111111" }, { - "rshares": 2132454023, - "voter": "shadowspub" + "rshares": 2084637414, + "voter": "steemsquad" }, { - "rshares": 59067894, - "voter": "bonapetit" + "rshares": 574180710, + "voter": "anomaly" }, { - "rshares": 5053531368, - "voter": "richardcrill" + "rshares": 27665434494, + "voter": "tarekadam" }, { - "rshares": 22091338934, - "voter": "laonie11" + "rshares": 2399791213, + "voter": "ellepdub" }, { - "rshares": 2101664455, - "voter": "eight-rad" + "rshares": 51890765, + "voter": "gregorygarcia" }, { - "rshares": 3336919086, - "voter": "xanoxt" + "rshares": 57056918, + "voter": "inarix03" }, { - "rshares": 1661479473, - "voter": "davidjkelley" + "rshares": 573904238, + "voter": "ola1" }, { - "rshares": 187911420, - "voter": "team101" + "rshares": 849039554, + "voter": "jbaker585" }, { - "rshares": 109225703, - "voter": "rusla" + "rshares": 5522323762, + "voter": "michelle.gent" }, { - "rshares": 4892645779, - "voter": "mscleverclocks" + "rshares": 11700805109, + "voter": "herpetologyguy" }, { - "rshares": 727103786, - "voter": "ksena" + "rshares": 58261815, + "voter": "everittdmickey" }, { - "rshares": 11069296957, - "voter": "sponge-bob" + "rshares": 53548226, + "voter": "mari5555na" }, { - "rshares": 4268200560, - "voter": "l0k1" + "rshares": 4813549151, + "voter": "morgan.waser" }, { - "rshares": 15569990970, - "voter": "digital-wisdom" + "rshares": 50602980, + "voter": "cfisher" }, { - "rshares": 3791420478, - "voter": "ethical-ai" + "rshares": 51240567, + "voter": "billkappa442" }, { - "rshares": 6830905360, - "voter": "jwaser" + "rshares": 51236745, + "voter": "niiboye" }, { - "rshares": 50858762, - "voter": "apparat" + "rshares": 51227561, + "voter": "battalar" }, { - "rshares": 212888896291, - "voter": "asksisk" + "rshares": 1157070714, + "voter": "anns" }, { - "rshares": 2675382304, - "voter": "bwaser" + "rshares": 50875769, + "voter": "cyan" }, { - "rshares": 350998373, - "voter": "panther" + "rshares": 50873654, + "voter": "palladium" }, { - "rshares": 659649765, - "voter": "ct-gurus" + "rshares": 50796122, + "voter": "factom" }, { - "rshares": 54793782, - "voter": "park.bom" + "rshares": 50794039, + "voter": "autodesk" }, { - "rshares": 395173675944, - "voter": "charlieshrem" + "rshares": 827252367, + "voter": "bapparabi" }, { - "rshares": 60104450664, - "voter": "tracemayer" + "rshares": 3389664065, + "voter": "dodders007" }, { - "rshares": 23239991726, - "voter": "brains" + "rshares": 3687326823, + "voter": "strong-ai" }, { - "rshares": 407083055, - "voter": "anomaly" + "rshares": 161225748, + "voter": "iliyaa" }, { - "rshares": 2401189699, - "voter": "ellepdub" + "rshares": 162925257, + "voter": "uct" }, { - "rshares": 61292139, - "voter": "inarix03" + "rshares": 1354011808, + "voter": "rusteemitblog" }, { - "rshares": 172352271, - "voter": "ola1" + "rshares": 158798473, + "voter": "zapply" }, { - "rshares": 12396603737, - "voter": "herpetologyguy" + "rshares": 201362779, + "voter": "mgibson" }, { - "rshares": 51826827, - "voter": "drac59" + "rshares": 157118197, + "voter": "rage" }, { - "rshares": 4816713747, - "voter": "morgan.waser" + "rshares": 159973989, + "voter": "capcom" }, { - "rshares": 297771990, - "voter": "thefinanceguy" + "rshares": 153699193, + "voter": "allgoodthings" }, { - "rshares": 1258344048, - "voter": "anns" + "rshares": 159531007, + "voter": "benetton" }, { - "rshares": 50907857, - "voter": "oxygen" + "rshares": 159425365, + "voter": "tipsandtricks" }, { - "rshares": 50875769, - "voter": "cyan" + "rshares": 159318360, + "voter": "stimmt" }, { - "rshares": 50868434, - "voter": "jumbo" + "rshares": 159175576, + "voter": "fallout" }, { - "rshares": 50865840, - "voter": "sting" + "rshares": 159025535, + "voter": "xtreme" }, { - "rshares": 50796122, - "voter": "factom" + "rshares": 944924940, + "voter": "modernbukowski" }, { - "rshares": 50794039, - "voter": "autodesk" + "rshares": 158632601, + "voter": "cream" }, { - "rshares": 50568084, - "voter": "brazzers" + "rshares": 158637372, + "voter": "alterego" }, { - "rshares": 50543061, - "voter": "rabobank" + "rshares": 158602900, + "voter": "steem-wallet" }, { - "rshares": 50538694, - "voter": "fenix" + "rshares": 158560941, + "voter": "steemthis" }, { - "rshares": 50349676, - "voter": "albertheijn" + "rshares": 158486055, + "voter": "zendesk" }, { - "rshares": 3689644671, - "voter": "strong-ai" + "rshares": 26843428547, + "voter": "goldmatters" }, { - "rshares": 52329350, - "voter": "ninjapainter" + "rshares": 81051650, + "voter": "dealzgal" }, { - "rshares": 254506659, - "voter": "darkminded153" + "rshares": 158230871, + "voter": "helepa" }, { - "rshares": 527435916, - "voter": "grisha-danunaher" + "rshares": 199633972, + "voter": "rishi556" }, { - "rshares": 162917785, - "voter": "ctu" + "rshares": 92745520, + "voter": "storage" }, { - "rshares": 162911190, - "voter": "front" + "rshares": 188144802, + "voter": "antaja" }, { - "rshares": 1630327346, - "voter": "rusteemitblog" + "rshares": 145960715, + "voter": "raph" }, { - "rshares": 161089804, - "voter": "pyro" + "rshares": 151162552, + "voter": "dougkarr" }, { - "rshares": 159025535, - "voter": "xtreme" + "rshares": 1586499055, + "voter": "slammr76" }, { - "rshares": 155528114, - "voter": "icesteem" + "rshares": 73844343, + "voter": "blackmarket" }, { - "rshares": 158602900, - "voter": "steem-wallet" + "rshares": 79990132, + "voter": "gifts" }, { - "rshares": 158560941, - "voter": "steemthis" + "rshares": 85598308, + "voter": "expat" }, { - "rshares": 74838700, - "voter": "dealzgal" + "rshares": 134906258, + "voter": "steemtrail" }, { - "rshares": 255357124, - "voter": "orenshani7" + "rshares": 153178035, + "voter": "royfft" }, { - "rshares": 68013381, - "voter": "storage" + "rshares": 112446078, + "voter": "paulocouto" }, { - "rshares": 58460105, - "voter": "blackmarket" + "rshares": 155872526, + "voter": "countofdelphi" }, { - "rshares": 61530871, - "voter": "gifts" + "rshares": 151306241, + "voter": "tnemm.atiaw" }, { - "rshares": 93882016, - "voter": "expat" + "rshares": 154295967, + "voter": "harleyismydog" }, { - "rshares": 154566975, - "voter": "dimaisrael" + "rshares": 148041723, + "voter": "newsfeed" }, { - "rshares": 1593664040, - "voter": "steemlift" + "rshares": 144957585, + "voter": "sawgunner13" }, { - "rshares": 138651704, - "voter": "toddemaher1" + "rshares": 147818170, + "voter": "dirlei.sdias" } ], - "author": "terrycraft", + "author": "steve-walschot", "author_payout_value": "0.000 HBD", - "author_reputation": 68.42, + "author_reputation": 66.68, "beneficiaries": [], "blacklists": [], - "body": "
    \n\nhttp://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman18.jpg\nImage credit / \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0444\u043e\u0442\u043e\n\n\n

    When looking through old photographs, you realize how much the world has changed around us.

    \n
    \u041f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u044f \u0441\u0442\u0430\u0440\u044b\u0435 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438, \u043e\u0441\u043e\u0437\u043d\u0430\u0451\u0448\u044c \u043d\u0430\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0441\u044f \u043c\u0438\u0440 \u0432\u043e\u043a\u0440\u0443\u0433 \u043d\u0430\u0441.
    \n\n\nhttp://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman16.jpg\nImage credit / \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0444\u043e\u0442\u043e\n\n\n

    I am deeply convinced that the people imprinted on these black-and-white photographs never suspected what will happen to them in the future, whether it is immediate or distant As well as they didn't realized how quickly the years will pass, changing all the world around. So, as you look at their careless faces, you fairly quickly realize that your current situation is not much different.

    \n
    \u042f \u0433\u043b\u0443\u0431\u043e\u043a\u043e \u0443\u0432\u0435\u0440\u0435\u043d\u0430 \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e \u043b\u044e\u0434\u0438, \u0437\u0430\u043f\u0435\u0447\u0430\u0442\u043b\u0451\u043d\u043d\u044b\u0435 \u043d\u0430 \u0447\u0451\u0440\u043d\u043e-\u0431\u0435\u043b\u044b\u0445 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u044f\u0445, \u043d\u0435 \u043f\u043e\u0434\u043e\u0437\u0440\u0435\u0432\u0430\u043b\u0438, \u0447\u0442\u043e \u0441\u0442\u0430\u043d\u0435\u0442 \u0441 \u043d\u0438\u043c\u0438 \u0432 \u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0435\u043c, \u0438 \u043d\u0435 \u043e\u0447\u0435\u043d\u044c, \u0431\u0443\u0434\u0443\u0449\u0435\u043c. \u041d\u0435 \u0437\u043d\u0430\u043b\u0438 \u043e\u043d\u0438 \u0442\u0430\u043a\u0436\u0435, \u043d\u0430\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0441\u0442\u0440\u0435\u043c\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u0440\u043e\u0439\u0434\u0443\u0442 \u0433\u043e\u0434\u044b, \u0438 \u043a\u0430\u043a \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u0441\u044f \u043c\u0438\u0440 \u0432\u043e\u043a\u0440\u0443\u0433. \u041f\u043e\u044d\u0442\u043e\u043c\u0443, \u0433\u043b\u044f\u0434\u044f \u043d\u0430 \u0438\u0445 \u0431\u0435\u0441\u043f\u0435\u0447\u043d\u044b\u0435 \u043b\u0438\u0446\u0430, \u0434\u043e\u0432\u043e\u043b\u044c\u043d\u043e \u0431\u044b\u0441\u0442\u0440\u043e \u043e\u0441\u043e\u0437\u043d\u0430\u0451\u0448\u044c, \u0447\u0442\u043e \u0442\u0432\u043e\u0451 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0441\u0435\u0439\u0447\u0430\u0441 \u043c\u0430\u043b\u043e \u0447\u0435\u043c \u043e\u0442\u043b\u0438\u0447\u0430\u0435\u0442\u0441\u044f.
    \n\n\nhttp://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman14.jpg\nImage credit / \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0444\u043e\u0442\u043e\n\n\n

    Everything that happens around us changes the world we are witnessing. We live in an age of technological progress; the advent of the first computers, the Internet, gadgets, social networks, online games, e-commerce, cryptocurrency and, finally, a blockchain social network - the Steemit, which makes our minds work for creation of good content and its curation.

    \n
    \u0412\u0441\u0451 \u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u044f\u0449\u0435\u0435 \u0432\u043e\u043a\u0440\u0443\u0433 \u043d\u0430\u0441 \u043c\u0435\u043d\u044f\u0435\u0442 \u043c\u0438\u0440 \u043d\u0430 \u043d\u0430\u0448\u0438\u0445 \u0433\u043b\u0430\u0437\u0430\u0445. \u041c\u044b \u0436\u0438\u0432\u0451\u043c \u0432 \u0432\u0435\u043a \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u0430; \u043f\u043e\u044f\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0435\u0440\u0432\u044b\u0445 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u043e\u0432, \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0430, \u0433\u0430\u0434\u0436\u0435\u0442\u043e\u0432, \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0445 \u0441\u0435\u0442\u0435\u0439, \u043e\u043d\u043b\u0430\u0439\u043d-\u0438\u0433\u0440, \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442-\u043c\u0430\u0433\u0430\u0437\u0438\u043d\u043e\u0432, \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442 \u0438, \u043d\u0430\u043a\u043e\u043d\u0435\u0446, \u0441\u043e\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u0441\u0435\u0442\u0438 \u043d\u0430 \u0431\u043b\u043e\u043a\u0447\u0435\u0439\u043d\u0435 - Steemit, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0437\u0430\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 \u043d\u0430\u0448\u0438 \u0443\u043c\u044b \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0445\u043e\u0440\u043e\u0448\u0435\u0433\u043e \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0430 \u0438 \u0435\u0433\u043e \u043a\u0443\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f.
    \n\n\nhttp://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman09.jpg\nImage credit / \u0418\u0441\u0442\u043e\u0447\u043d\u0438\u043a \u0444\u043e\u0442\u043e\n\n\n

    And in 10 years, or maybe much earlier, we will see a completely different picture of reality. Generation Steem is coming. The generation that changed everything around and changed itself as well, in opposite to that generation you run with your eyes, trying to convince its immutability and the impossibility of change. No, this already will be the world of the past.

    \n
    \u0418 \u043b\u0435\u0442 \u0447\u0435\u0440\u0435\u0437 10, \u0430 \u043c\u043e\u0436\u0435\u0442 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0440\u0430\u043d\u044c\u0448\u0435, \u043c\u044b \u0443\u0432\u0438\u0434\u0438\u043c \u0432 \u043a\u0430\u0434\u0440\u0435 \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e \u0434\u0440\u0443\u0433\u0443\u044e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c. \u0413\u0440\u044f\u0434\u0451\u0442 Steem \u043f\u043e\u043a\u043e\u043b\u0435\u043d\u0438\u0435, \u043f\u043e\u043a\u043e\u043b\u0435\u043d\u0438\u0435, \u0438\u0437\u043c\u0435\u043d\u0438\u0432\u0448\u0435\u0435 \u0432\u0441\u0451 \u0432\u043e\u043a\u0440\u0443\u0433 \u0441\u0435\u0431\u044f \u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u0432\u0448\u0435\u0435\u0441\u044f \u0441\u0430\u043c\u043e, \u0430 \u043d\u0435 \u0442\u043e, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0441\u0435\u0439\u0447\u0430\u0441, \u043e\u0431\u0432\u043e\u0434\u044f \u0432\u0437\u0433\u043b\u044f\u0434\u043e\u043c, \u0432\u044b \u043f\u044b\u0442\u0430\u0435\u0442\u0435\u0441\u044c \u0443\u0431\u0435\u0434\u0438\u0442\u044c \u0432 \u0435\u0433\u043e \u043d\u0435\u0437\u044b\u0431\u043b\u0435\u043c\u043e\u0441\u0442\u0438 \u0438 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u043f\u0435\u0440\u0435\u043c\u0435\u043d. \u041d\u0435\u0442, \u044d\u0442\u043e \u0443\u0436\u0435 \u0431\u0443\u0434\u0435\u0442 \u043c\u0438\u0440 \u043f\u0440\u043e\u0448\u043b\u043e\u0433\u043e.
    \n\n\n\n

    Written to the music: Antonio Vivaldi - The Four Seasons.

    \n\n\nPlease follow me\n@panther\n\n
    \n\n---\n\nIf you like this article not follow only me, but also follow the author - @panther\n\n---\n\nAll STEEM Dollars for this post go to the featured author. \u0412\u0441\u0435 SD \u0437\u0430 \u043f\u043e\u0441\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442 \u0430\u0432\u0442\u043e\u0440.", - "category": "philosophy", - "children": 16, - "created": "2016-09-15T12:27:27", + "body": "# Time for another upgrade of SteemPay.io! A lot of work has been done behind the scenes, and here's a brief overview:\n\n\n---\n\n\n\n\n\n# Pay on site\n\n### Users will be able to make their payments straight from the payments page using a 2 step sliding form. \n\n\n\nhttp://i.imgur.com/iinyGFl.png\n\n\n\nThis means no more need to open another tab page, fill in all the details in your wallet, and returning to SteemPay. Both the password and the active private key can be used to broadcast the transaction. \n\n\n\nSteemPay **does not** encourage password storing, however, there is an option available for those who prefer to save their password in the browser's ***localstorage.*** A warning pop up will appear explaining the risks of storing passwords in the browser.\n\n\n\nAfter a successful login, the user will see a quick overview of his available balances, and another confirmation is required to finalize the transaction straight from the payment window.\n\n\n\n\n\n# Mobile wallet\n\n### The mobile wallet is up and running, but my code seems like a mess due to trial and error. \n\nA **bounty** will be placed for someone to cleanup everything and make some minor corrections so the first version can be released very soon (and get approved on the official android & iOS stores). I feel the need to encourage bounties, so people can become engaged with the community, and hopefully I'll discover new talent to join me on the further expansion of SteemPay.\n\n\n\n# SteemFEST 1\n\nSteemPay will donate some money to SteemFEST 1. Me and @roelandp still need to work out the details, but SteemPay will be present and setup a donation terminal where users are free to send some donations towards the organization by using the mobile wallet with QR support (plans may still change). \n\n\n\n# Hardware upgrade\n\nYet another server upgrade was needed to house all services related to SteemPay. This includes many other side projects that will be announced later on. This should be the final server upgrade for SteemPay and related services. \n\n\n\nThe DNS is still propagating, so you might not see the recent changes on SteemPay.io yet.\n\n\n\n# General statistics implantation\n\nA lightweight database will be kept storing nothing but the transaction amounts processed trough SteemPay. This serves for having some overview on the monthly growth of the transactions, as well as the amounts processed. Every month, the statistics will be published.\n\n\n\n# Steem on!", + "category": "steempay", + "children": 14, + "created": "2016-09-14T06:19:21", "curator_payout_value": "0.000 HBD", "depth": 0, "is_paidout": false, "json_metadata": { "image": [ - "http://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman18.jpg", - "http://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman16.jpg", - "http://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman14.jpg", - "http://bigpicture.ru/wp-content/uploads/2013/03/sovietwoman09.jpg" - ], - "links": [ - "http://bigpicture.ru/?p=384365&fb_comment_id=180555112091488_997346", - "https://steemit.com/@panther" + "http://i.imgur.com/iinyGFl.png" ], "tags": [ - "philosophy", - "thoughts", - "steemit", - "ru" + "steempay", + "steempayments", + "development", + "update" ], "users": [ - "panther" + "roelandp" ] }, "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 61603577309634, - "payout": 220.99, - "payout_at": "2016-09-22T12:27:27", - "pending_payout_value": "220.990 HBD", + "net_rshares": 174333402242155, + "payout": 1750.818, + "payout_at": "2016-09-21T06:19:21", + "pending_payout_value": "1750.818 HBD", "percent_hbd": 10000, - "permlink": "a-look-from-the-past-vzglyad-iz-proshlogo-featuring-panther-as-author", - "post_id": 1253231, + "permlink": "steempay-upgrade-pay-on-site-or-steemfest-or-mobile-wallet", + "post_id": 1240557, "promoted": "0.000 HBD", "replies": [], "stats": { "flag_weight": 0.0, "gray": false, "hide": false, - "total_votes": 210 + "total_votes": 400 }, - "title": "A Look From the Past / \u0412\u0437\u0433\u043b\u044f\u0434 \u0438\u0437 \u043f\u0440\u043e\u0448\u043b\u043e\u0433\u043e (featuring @panther as author).", - "updated": "2016-09-15T12:27:27", - "url": "/philosophy/@terrycraft/a-look-from-the-past-vzglyad-iz-proshlogo-featuring-panther-as-author" + "title": "Steempay upgrade - Pay on site | SteemFEST | Mobile wallet", + "updated": "2016-09-14T06:20:42", + "url": "/steempay/@steve-walschot/steempay-upgrade-pay-on-site-or-steemfest-or-mobile-wallet" }, { "active_votes": [ diff --git a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending_tag.pat.json b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending_tag.pat.json index fe810b68..b0e8f609 100644 --- a/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending_tag.pat.json +++ b/hivemind/tavern/bridge_api_patterns/get_ranked_posts/trending_tag.pat.json @@ -11913,1716 +11913,1716 @@ { "active_votes": [ { - "rshares": 17090065130398, - "voter": "itsascam" + "rshares": 31308460859447, + "voter": "smooth" }, { - "rshares": 494615933987, - "voter": "barrie" + "rshares": 231810333637, + "voter": "anonymous" }, { - "rshares": 5104374858, - "voter": "style" + "rshares": 1020236794603, + "voter": "liondani" }, { - "rshares": 31615157678633, - "voter": "smooth" + "rshares": 1950774078440, + "voter": "xeroc" }, { - "rshares": 2010275785223, - "voter": "steemroller" + "rshares": 636514783207, + "voter": "masteryoda" }, { - "rshares": 170446135744, - "voter": "highasfuck" + "rshares": 5943125371535, + "voter": "smooth.witness" }, { - "rshares": 74804762347, - "voter": "donaldtrump" + "rshares": 800066797130, + "voter": "steemrollin" }, { - "rshares": 18179751582536, - "voter": "steemed" + "rshares": 14982933604, + "voter": "eeks" }, { - "rshares": 2274658800074, - "voter": "badassmother" + "rshares": 32368367444, + "voter": "instructor2121" }, { - "rshares": 3302758254286, - "voter": "pharesim" + "rshares": 326639006522, + "voter": "teamsteem" }, { - "rshares": 2097552675313, - "voter": "hr1" + "rshares": 178446109019, + "voter": "steve-walschot" }, { - "rshares": 23808318621, - "voter": "jaewoocho" + "rshares": 313697862, + "voter": "coar" }, { - "rshares": 6118815831981, - "voter": "steemit200" + "rshares": 1061253912, + "voter": "murh" }, { - "rshares": 7573847300816, - "voter": "complexring" + "rshares": 40553528416, + "voter": "ranko-k" }, { - "rshares": 209605523477, - "voter": "alex90342fastn1" + "rshares": 970586830705, + "voter": "cyber" }, { - "rshares": 1774669554492, - "voter": "joseph" + "rshares": 35244223389, + "voter": "drinkzya" }, { - "rshares": 86595142822, - "voter": "aizensou" + "rshares": 57203974765, + "voter": "thecryptodrive" }, { - "rshares": 4449298399355, - "voter": "au1nethyb1" + "rshares": 5287780547, + "voter": "tee-em" }, { - "rshares": 485122019613, - "voter": "recursive2" + "rshares": 31345579234, + "voter": "michaelx" }, { - "rshares": 667162488055, - "voter": "masteryoda" + "rshares": 88062402472, + "voter": "razvanelulmarin" }, { - "rshares": 3322708843362, - "voter": "recursive" + "rshares": 34073699558, + "voter": "cryptoiskey" }, { - "rshares": 1245640452, - "voter": "mineralwasser" + "rshares": 484636799, + "voter": "mrhankeh" }, { - "rshares": 729991138518, - "voter": "boombastic" + "rshares": 37152547241, + "voter": "clement" }, { - "rshares": 94001156030, - "voter": "mrs.agsexplorer" + "rshares": 49807514764, + "voter": "isteemit" }, { - "rshares": 5916196295178, - "voter": "smooth.witness" + "rshares": 68450553516, + "voter": "bacchist" }, { - "rshares": 437703098651, - "voter": "boatymcboatface" + "rshares": 52093553829, + "voter": "venuspcs" }, { - "rshares": 795220410822, - "voter": "pfunk" + "rshares": 14885828588, + "voter": "ausbitbank" }, { - "rshares": 10606181778, - "voter": "idol" + "rshares": 2632467953, + "voter": "steem1653" }, { - "rshares": 816027455333, - "voter": "steemrollin" + "rshares": 185292018100, + "voter": "anyx" }, { - "rshares": 5146683930, - "voter": "sakr" + "rshares": 80777327, + "voter": "snowden" }, { - "rshares": 1825959213, - "voter": "jocelyn" + "rshares": 629471993, + "voter": "luisucv34" }, { - "rshares": 60085696312, - "voter": "lovelace" + "rshares": 87223247, + "voter": "wildchild" }, { - "rshares": 59913432129, - "voter": "eeks" + "rshares": 2726160685, + "voter": "the-future" }, { - "rshares": 508881476, - "voter": "paco-steem" + "rshares": 167307855189, + "voter": "blueorgy" }, { - "rshares": 6128985263, - "voter": "spaninv" + "rshares": 3709595271, + "voter": "bitcoiner" }, { - "rshares": 36607117778, - "voter": "james-show" + "rshares": 30989825780, + "voter": "zaebars" }, { - "rshares": 306562166543, - "voter": "teamsteem" + "rshares": 799615699, + "voter": "raymonjohnstone" }, { - "rshares": 8667563285, - "voter": "richman" + "rshares": 50626015, + "voter": "steemchain" }, { - "rshares": 597469084444, - "voter": "nanzo-scoop" + "rshares": 50626015, + "voter": "whalepool" }, { - "rshares": 13068737980, - "voter": "acidyo" + "rshares": 4233708636, + "voter": "tygergamer" }, { - "rshares": 9836128503, - "voter": "kefkius" + "rshares": 15951876294, + "voter": "clevecross" }, { - "rshares": 183161435734, - "voter": "mummyimperfect" + "rshares": 138539449846, + "voter": "steemdrive" }, { - "rshares": 106596497756, - "voter": "asch" + "rshares": 50579614280, + "voter": "gomeravibz" }, { - "rshares": 1414294886, - "voter": "murh" + "rshares": 2157207095, + "voter": "merej99" }, { - "rshares": 16384992607, - "voter": "b4bb4r-5h3r" + "rshares": 22969491561, + "voter": "laonie1" }, { - "rshares": 2380357206, - "voter": "error" + "rshares": 23486297008, + "voter": "laonie2" }, { - "rshares": 5736901624, - "voter": "marta-zaidel" + "rshares": 23494592105, + "voter": "laonie3" }, { - "rshares": 1111891456384, - "voter": "cyber" + "rshares": 5831750244, + "voter": "brendio" }, { - "rshares": 63438373767, - "voter": "theshell" + "rshares": 416938566, + "voter": "gmurph" }, { - "rshares": 50829946401, - "voter": "ak2020" + "rshares": 50577648, + "voter": "michellek" }, { - "rshares": 24406094847, - "voter": "paul-labossiere" + "rshares": 23490269143, + "voter": "laonie4" }, { - "rshares": 8444643097, - "voter": "badger311" + "rshares": 23487998630, + "voter": "laonie5" }, { - "rshares": 8739309936, - "voter": "badger313" + "rshares": 23485020903, + "voter": "laonie6" }, { - "rshares": 8702812205, - "voter": "badger312" + "rshares": 23480867466, + "voter": "laonie7" }, { - "rshares": 9001957985, - "voter": "badger316" + "rshares": 3323846130, + "voter": "kurtbeil" }, { - "rshares": 9123908555, - "voter": "badger319" + "rshares": 23477419388, + "voter": "laonie8" }, { - "rshares": 9031542371, - "voter": "badger3101" + "rshares": 23474718053, + "voter": "laonie9" }, { - "rshares": 8484355705, - "voter": "badger3111" + "rshares": 2370262538, + "voter": "steemleak" }, { - "rshares": 9046660503, - "voter": "badger3121" + "rshares": 7991657587, + "voter": "mevilkingdom" }, { - "rshares": 8655000770, - "voter": "badger3131" + "rshares": 88206053, + "voter": "bigsambucca" }, { - "rshares": 8763029801, - "voter": "badger3141" + "rshares": 2343161589, + "voter": "paynode" }, { - "rshares": 8739438390, - "voter": "badger3171" + "rshares": 72135954, + "voter": "stevescriber" }, { - "rshares": 8546840544, - "voter": "badger3181" + "rshares": 51247757, + "voter": "loli" }, { - "rshares": 9133330900, - "voter": "badger3191" + "rshares": 52419023, + "voter": "nano2nd" }, { - "rshares": 8546677434, - "voter": "badger3112" - }, - { - "rshares": 8887954397, - "voter": "badger3132" - }, - { - "rshares": 8761078331, - "voter": "badger3162" + "rshares": 61430307, + "voter": "cryptoblu" }, { - "rshares": 8992228887, - "voter": "badger3113" + "rshares": 61423628, + "voter": "instructor" }, { - "rshares": 8642792477, - "voter": "badger3123" + "rshares": 802020725261, + "voter": "dollarvigilante" }, { - "rshares": 8766587545, - "voter": "badger3133" + "rshares": 4056826699, + "voter": "lamech-m" }, { - "rshares": 9118344314, - "voter": "badger3153" + "rshares": 23468511648, + "voter": "laonie10" }, { - "rshares": 8796674420, - "voter": "badger3163" + "rshares": 159631404, + "voter": "kamil5" }, { - "rshares": 8827229893, - "voter": "badger3193" + "rshares": 8706975244, + "voter": "garywilson" }, { - "rshares": 8776802653, - "voter": "badger3114" + "rshares": 50829277, + "voter": "bitchplease" }, { - "rshares": 8685647702, - "voter": "badger3124" + "rshares": 5831957227, + "voter": "trev" }, { - "rshares": 8588443996, - "voter": "badger3144" + "rshares": 99130059443, + "voter": "barrycooper" }, { - "rshares": 8510215906, - "voter": "badger3154" + "rshares": 32443492367, + "voter": "hilarski" }, { - "rshares": 8377439541, - "voter": "badger3164" + "rshares": 2029369552, + "voter": "shadowspub" }, { - "rshares": 8709594719, - "voter": "badger3174" + "rshares": 8558777427, + "voter": "rimann" }, { - "rshares": 8990131945, - "voter": "badger3194" + "rshares": 58139915, + "voter": "rickmiller" }, { - "rshares": 8886390213, - "voter": "badger3105" + "rshares": 5401518277, + "voter": "nulliusinverba" }, { - "rshares": 8829855890, - "voter": "badger3135" + "rshares": 22792452702, + "voter": "mikehere" }, { - "rshares": 8423677653, - "voter": "badger3145" + "rshares": 22621808463, + "voter": "laonie11" }, { - "rshares": 9007775605, - "voter": "badger3155" + "rshares": 3411072843, + "voter": "xanoxt" }, { - "rshares": 8700405144, - "voter": "badger3175" + "rshares": 4044651818, + "voter": "l0k1" }, { - "rshares": 8476400832, - "voter": "badger3195" + "rshares": 50798127, + "voter": "freesteem" }, { - "rshares": 8118050898, - "voter": "badger3106" + "rshares": 450072622, + "voter": "saramiller" }, { - "rshares": 8937624541, - "voter": "badger3116" + "rshares": 2353724275, + "voter": "zettar" }, { - "rshares": 8985650752, - "voter": "badger3126" + "rshares": 6066265903, + "voter": "dexter-k" }, { - "rshares": 8612200061, - "voter": "badger3136" + "rshares": 53871683, + "voter": "doggnostic" }, { - "rshares": 8258400234, - "voter": "badger3146" + "rshares": 674641805, + "voter": "ct-gurus" }, { - "rshares": 8490340780, - "voter": "badger3156" + "rshares": 53593366, + "voter": "jenny-talls" }, { - "rshares": 8706389295, - "voter": "badger3166" + "rshares": 415654681468, + "voter": "charlieshrem" }, { - "rshares": 8621132771, - "voter": "badger3176" + "rshares": 61826073622, + "voter": "tracemayer" }, { - "rshares": 8755875075, - "voter": "badger3186" + "rshares": 1386999849, + "voter": "bitcoinparadise" }, { - "rshares": 8791679103, - "voter": "badger3196" + "rshares": 2170339399, + "voter": "steemsquad" }, { - "rshares": 8719115915, - "voter": "badger3107" + "rshares": 52104641, + "voter": "vsmith08162016" }, { - "rshares": 8471219511, - "voter": "badger315" + "rshares": 339288508, + "voter": "anomaly" }, { - "rshares": 8967783289, - "voter": "badger318" + "rshares": 63405661, + "voter": "inarix03" }, { - "rshares": 9017453945, - "voter": "badger3151" + "rshares": 51238118, + "voter": "teemsteem" }, { - "rshares": 8689488611, - "voter": "badger3161" + "rshares": 50975390, + "voter": "steemprincess" }, { - "rshares": 8949002867, - "voter": "badger3122" + "rshares": 52329350, + "voter": "ninjapainter" }, { - "rshares": 8885762813, - "voter": "badger3142" + "rshares": 1630374239, + "voter": "rusteemitblog" }, { - "rshares": 9108975316, - "voter": "badger3152" + "rshares": 71727340, + "voter": "dealzgal" }, { - "rshares": 8411478004, - "voter": "badger3172" + "rshares": 68013381, + "voter": "storage" }, { - "rshares": 8925354284, - "voter": "badger3182" + "rshares": 58460105, + "voter": "blackmarket" }, { - "rshares": 8680549060, - "voter": "badger3192" + "rshares": 61530871, + "voter": "gifts" }, { - "rshares": 8595056299, - "voter": "badger3143" + "rshares": 99404487, + "voter": "expat" }, { - "rshares": 8858353164, - "voter": "badger3173" + "rshares": 140412636, + "voter": "steemtrail" }, { - "rshares": 8564624091, - "voter": "badger3104" + "rshares": 1593664040, + "voter": "steemlift" }, { - "rshares": 8276422091, - "voter": "badger3134" - }, + "rshares": 132623369, + "voter": "toddemaher1" + } + ], + "author": "mevilkingdom", + "author_payout_value": "0.000 HBD", + "author_reputation": 57.06, + "beneficiaries": [], + "blacklists": [], + "body": "## Hi Steemians! The greatest thing about being a collector is that people always know what to buy for your birthday. Not perfume or cookware, but always things you love!\n\nHere are some pictures of what I received the last couple of times.\n\n----\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC01422.JPG)
    \n\nThese are all the gifts I received for my birthday this year. I got some cool dolls, chocolates, care bears, my little ponies and even a puzzle. What a lovely 27th birthday!\n\n___\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC09982.JPG)
    \n\nChristmas is only once a year, good thing for my family! Lots of dolls and some ponies. You can tell everyone is really supportive of my hobby.\n___\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05838.JPG)
    \nThis is what **Sinterklaas** (he brings gifts on the 6th of December) brought me. Did you know I also collect Lego to some extent?\n___\n\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05066.JPG)
    \nGifts from **Disneyland Paris**\n___\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05622.JPG)
    \nEven more **Disneyland** gifts, this time for Christmas 2 years ago. Those cookies are just **THE BEST**!\nNot to mention that they're Mickey-shaped.\n\n___\n\nThank you very much for looking at my pictures! Don't forget to **follow me** for more pictures!\n\n\n---- \n\n### Who is Mande Walschot?\n\n> Mande Walschot resides in Belgium and currently owns over 1,350 boxed My Little Ponies, around 500 boxed dolls, 52 polly pockets, 25 plush care bears, 30 Tsum Tsums, about 3,000 Pok\u00e9mon cards, around 200 comic books and lots of stuffed toys! [Gemr spotlight collection](https://blogadmin.gemr.com/blog/collector-spotlight-mande-walschot/)\n\nAlso seen on [national television](http://ringtv.be/nieuws/mande-uit-halle-heeft-grootste-poppenverzameling-uit-regio) and [newspapers](http://www.hln.be/regio/nieuws-uit-halle/mande-leeft-samen-met-1-357-pony-s-a2797213/).\n\n\nSister of @steve-walschot, the creator of SteemPay.io and vouched Steem applications developer and girlfriend of game-enthusiast @herrlonnie.", + "category": "life", + "children": 3, + "created": "2016-09-15T17:14:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "is_paidout": false, + "json_metadata": { + "image": [ + "http://mandesevilkingdom.com/steemit/post6/DSC01422.JPG", + "http://mandesevilkingdom.com/steemit/post6/DSC09982.JPG", + "http://mandesevilkingdom.com/steemit/post6/DSC05838.JPG", + "http://mandesevilkingdom.com/steemit/post6/DSC05066.JPG", + "http://mandesevilkingdom.com/steemit/post6/DSC05622.JPG" + ], + "links": [ + "https://blogadmin.gemr.com/blog/collector-spotlight-mande-walschot/", + "http://ringtv.be/nieuws/mande-uit-halle-heeft-grootste-poppenverzameling-uit-regio", + "http://www.hln.be/regio/nieuws-uit-halle/mande-leeft-samen-met-1-357-pony-s-a2797213/" + ], + "tags": [ + "life", + "story", + "collector", + "toys", + "mandesevilkingdom" + ], + "users": [ + "steve-walschot", + "herrlonnie" + ] + }, + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 46309406304713, + "payout": 127.75, + "payout_at": "2016-09-22T17:14:30", + "pending_payout_value": "127.750 HBD", + "percent_hbd": 10000, + "permlink": "the-gift-of-family-stories-of-a-toy-collector-1", + "post_id": 1256309, + "promoted": "0.000 HBD", + "replies": [], + "stats": { + "flag_weight": 0.0, + "gray": false, + "hide": false, + "total_votes": 109 + }, + "title": "The gift of family: Stories of a toy collector #1", + "updated": "2016-09-15T17:14:30", + "url": "/life/@mevilkingdom/the-gift-of-family-stories-of-a-toy-collector-1" + }, + { + "active_votes": [ { - "rshares": 8683730541, - "voter": "badger3184" + "rshares": 17090065130398, + "voter": "itsascam" }, { - "rshares": 8620751418, - "voter": "badger3115" + "rshares": 494615933987, + "voter": "barrie" }, { - "rshares": 9094322525, - "voter": "badger3165" + "rshares": 5104374858, + "voter": "style" }, { - "rshares": 8719839476, - "voter": "badger3185" + "rshares": 31615157678633, + "voter": "smooth" }, { - "rshares": 8781852760, - "voter": "badger314" + "rshares": 2010275785223, + "voter": "steemroller" }, { - "rshares": 9016623831, - "voter": "badger317" + "rshares": 170446135744, + "voter": "highasfuck" }, { - "rshares": 8754752298, - "voter": "badger3102" + "rshares": 74804762347, + "voter": "donaldtrump" }, { - "rshares": 8716180752, - "voter": "badger3103" + "rshares": 18179751582536, + "voter": "steemed" }, { - "rshares": 8643109747, - "voter": "badger3125" + "rshares": 2274658800074, + "voter": "badassmother" }, { - "rshares": 8609217889, - "voter": "badger3183" + "rshares": 3302758254286, + "voter": "pharesim" }, { - "rshares": 3846391057396, - "voter": "satoshifund" + "rshares": 2097552675313, + "voter": "hr1" }, { - "rshares": 409101774211, - "voter": "taoteh1221" + "rshares": 23808318621, + "voter": "jaewoocho" }, { - "rshares": 397051543, - "voter": "stiletto" + "rshares": 6118815831981, + "voter": "steemit200" }, { - "rshares": 329475959851, - "voter": "hisnameisolllie" + "rshares": 7573847300816, + "voter": "complexring" }, { - "rshares": 16631729678, - "voter": "samether" + "rshares": 209605523477, + "voter": "alex90342fastn1" }, { - "rshares": 268888464827, - "voter": "trogdor" + "rshares": 1774669554492, + "voter": "joseph" }, { - "rshares": 76741877365, - "voter": "lizik" + "rshares": 86595142822, + "voter": "aizensou" }, { - "rshares": 6076030934, - "voter": "mark-waser" + "rshares": 4449298399355, + "voter": "au1nethyb1" }, { - "rshares": 17023109715, - "voter": "albertogm" + "rshares": 485122019613, + "voter": "recursive2" }, { - "rshares": 116598035112, - "voter": "geoffrey" + "rshares": 667162488055, + "voter": "masteryoda" }, { - "rshares": 48043854952, - "voter": "kimziv" + "rshares": 3322708843362, + "voter": "recursive" }, { - "rshares": 45329641437, - "voter": "honeythief" + "rshares": 1245640452, + "voter": "mineralwasser" }, { - "rshares": 783296766, - "voter": "mammasitta" + "rshares": 729991138518, + "voter": "boombastic" }, { - "rshares": 8023548500, - "voter": "svamiva" + "rshares": 94001156030, + "voter": "mrs.agsexplorer" }, { - "rshares": 84593236072, - "voter": "emily-cook" + "rshares": 5916196295178, + "voter": "smooth.witness" }, { - "rshares": 88815259593, - "voter": "razvanelulmarin" + "rshares": 437703098651, + "voter": "boatymcboatface" }, { - "rshares": 11724844430, - "voter": "primus" + "rshares": 795220410822, + "voter": "pfunk" }, { - "rshares": 47408810095, - "voter": "isteemit" + "rshares": 10606181778, + "voter": "idol" }, { - "rshares": 29507126925, - "voter": "venuspcs" + "rshares": 816027455333, + "voter": "steemrollin" }, { - "rshares": 7412303704, - "voter": "dasha" + "rshares": 5146683930, + "voter": "sakr" }, { - "rshares": 164473451693, - "voter": "dashpaymag" + "rshares": 1825959213, + "voter": "jocelyn" }, { - "rshares": 179634701251, - "voter": "asmolokalo" + "rshares": 60085696312, + "voter": "lovelace" }, { - "rshares": 71630423287, - "voter": "rubybian" + "rshares": 59913432129, + "voter": "eeks" }, { - "rshares": 3348308505, - "voter": "orly" + "rshares": 508881476, + "voter": "paco-steem" }, { - "rshares": 124605464759, - "voter": "joshbreslauer" + "rshares": 6128985263, + "voter": "spaninv" }, { - "rshares": 3822074668, - "voter": "getssidetracked" + "rshares": 36607117778, + "voter": "james-show" }, { - "rshares": 255388351, - "voter": "mstang83" + "rshares": 306562166543, + "voter": "teamsteem" }, { - "rshares": 2771968021, - "voter": "soupernerd" + "rshares": 8667563285, + "voter": "richman" }, { - "rshares": 18842523479, - "voter": "hakise" + "rshares": 597469084444, + "voter": "nanzo-scoop" }, { - "rshares": 16313475946, - "voter": "yogi.artist" + "rshares": 13068737980, + "voter": "acidyo" }, { - "rshares": 103519364, - "voter": "strawhat" + "rshares": 9836128503, + "voter": "kefkius" }, { - "rshares": 18271463213, - "voter": "r4fken" + "rshares": 183161435734, + "voter": "mummyimperfect" }, { - "rshares": 102589641, - "voter": "cryptochannel" + "rshares": 106596497756, + "voter": "asch" }, { - "rshares": 751105712, - "voter": "busser" + "rshares": 1414294886, + "voter": "murh" }, { - "rshares": 1296482376779, - "voter": "renohq" + "rshares": 16384992607, + "voter": "b4bb4r-5h3r" }, { - "rshares": 90621183, - "voter": "cynetyc" + "rshares": 2380357206, + "voter": "error" }, { - "rshares": 178036418351, - "voter": "repholder" + "rshares": 5736901624, + "voter": "marta-zaidel" }, { - "rshares": 17933830494, - "voter": "senseiteekay" + "rshares": 1111891456384, + "voter": "cyber" }, { - "rshares": 1107678597, - "voter": "karen13" + "rshares": 63438373767, + "voter": "theshell" }, { - "rshares": 28215193752, - "voter": "dwinblood" + "rshares": 50829946401, + "voter": "ak2020" }, { - "rshares": 232704872, - "voter": "hankrearden" + "rshares": 24406094847, + "voter": "paul-labossiere" }, { - "rshares": 4205385163, - "voter": "dcryptogold" + "rshares": 8444643097, + "voter": "badger311" }, { - "rshares": 445694155351, - "voter": "knozaki2015" + "rshares": 8739309936, + "voter": "badger313" }, { - "rshares": 37813694617, - "voter": "creemej" + "rshares": 8702812205, + "voter": "badger312" }, { - "rshares": 2649700819, - "voter": "the-future" + "rshares": 9001957985, + "voter": "badger316" }, { - "rshares": 4296012707, - "voter": "adamt" + "rshares": 9123908555, + "voter": "badger319" }, { - "rshares": 352137668, - "voter": "illlefr4u" + "rshares": 9031542371, + "voter": "badger3101" }, { - "rshares": 179093823083, - "voter": "blueorgy" + "rshares": 8484355705, + "voter": "badger3111" }, { - "rshares": 1048315760, - "voter": "poseidon" + "rshares": 9046660503, + "voter": "badger3121" }, { - "rshares": 353233017102, - "voter": "calaber24p" + "rshares": 8655000770, + "voter": "badger3131" }, { - "rshares": 7168473448, - "voter": "geronimo" + "rshares": 8763029801, + "voter": "badger3141" }, { - "rshares": 119052939, - "voter": "patrickgamer" + "rshares": 8739438390, + "voter": "badger3171" }, { - "rshares": 3756011902, - "voter": "tarindel" + "rshares": 8546840544, + "voter": "badger3181" }, { - "rshares": 53840494072, - "voter": "jl777" + "rshares": 9133330900, + "voter": "badger3191" }, { - "rshares": 7455410380, - "voter": "lostnuggett" + "rshares": 8546677434, + "voter": "badger3112" }, { - "rshares": 1808255843, - "voter": "yarly" + "rshares": 8887954397, + "voter": "badger3132" }, { - "rshares": 272625902, - "voter": "yarly2" + "rshares": 8761078331, + "voter": "badger3162" }, { - "rshares": 273033812, - "voter": "yarly3" + "rshares": 8992228887, + "voter": "badger3113" }, { - "rshares": 157733805, - "voter": "yarly4" + "rshares": 8642792477, + "voter": "badger3123" }, { - "rshares": 158624349, - "voter": "yarly5" + "rshares": 8766587545, + "voter": "badger3133" }, { - "rshares": 90416287, - "voter": "yarly7" + "rshares": 9118344314, + "voter": "badger3153" }, { - "rshares": 35139336747, - "voter": "anca3drandom" + "rshares": 8796674420, + "voter": "badger3163" }, { - "rshares": 206059171, - "voter": "sergey44" + "rshares": 8827229893, + "voter": "badger3193" }, { - "rshares": 20688732028, - "voter": "krabgat" + "rshares": 8776802653, + "voter": "badger3114" }, { - "rshares": 1376683720, - "voter": "pump" + "rshares": 8685647702, + "voter": "badger3124" }, { - "rshares": 4543588148, - "voter": "proto" + "rshares": 8588443996, + "voter": "badger3144" }, { - "rshares": 658428891, - "voter": "curator" + "rshares": 8510215906, + "voter": "badger3154" }, { - "rshares": 7217226926, - "voter": "sisterholics" + "rshares": 8377439541, + "voter": "badger3164" }, { - "rshares": 437560586, - "voter": "yarly10" + "rshares": 8709594719, + "voter": "badger3174" }, { - "rshares": 1404389769, - "voter": "alex.chien" + "rshares": 8990131945, + "voter": "badger3194" }, { - "rshares": 234191245, - "voter": "yarly11" + "rshares": 8886390213, + "voter": "badger3105" }, { - "rshares": 81879061, - "voter": "yarly12" + "rshares": 8829855890, + "voter": "badger3135" }, { - "rshares": 817422571, - "voter": "bullionstackers" + "rshares": 8423677653, + "voter": "badger3145" }, { - "rshares": 1353556396, - "voter": "jillstein2016" + "rshares": 9007775605, + "voter": "badger3155" }, { - "rshares": 110940646, - "voter": "cryptoz" + "rshares": 8700405144, + "voter": "badger3175" }, { - "rshares": 3302325689, - "voter": "glitterpig" + "rshares": 8476400832, + "voter": "badger3195" }, { - "rshares": 2721772895, - "voter": "weenis" + "rshares": 8118050898, + "voter": "badger3106" }, { - "rshares": 6276104780, - "voter": "shortcut" + "rshares": 8937624541, + "voter": "badger3116" }, { - "rshares": 947490604, - "voter": "metaflute" + "rshares": 8985650752, + "voter": "badger3126" }, { - "rshares": 53625340506, - "voter": "gomeravibz" + "rshares": 8612200061, + "voter": "badger3136" }, { - "rshares": 2298206027, - "voter": "taker" + "rshares": 8258400234, + "voter": "badger3146" }, { - "rshares": 6519151447, - "voter": "nekromarinist" + "rshares": 8490340780, + "voter": "badger3156" }, { - "rshares": 255125311951, - "voter": "laonie" + "rshares": 8706389295, + "voter": "badger3166" }, { - "rshares": 24365622803, - "voter": "rawnetics" + "rshares": 8621132771, + "voter": "badger3176" }, { - "rshares": 21936007997, - "voter": "thebluepanda" + "rshares": 8755875075, + "voter": "badger3186" }, { - "rshares": 9290853052, - "voter": "myfirst" + "rshares": 8791679103, + "voter": "badger3196" }, { - "rshares": 51805687934, - "voter": "somebody" + "rshares": 8719115915, + "voter": "badger3107" }, { - "rshares": 2179269063, - "voter": "flysaga" + "rshares": 8471219511, + "voter": "badger315" }, { - "rshares": 1666074362, - "voter": "gmurph" + "rshares": 8967783289, + "voter": "badger318" }, { - "rshares": 75896047, - "voter": "kurzer42" + "rshares": 9017453945, + "voter": "badger3151" }, { - "rshares": 12875031979, - "voter": "midnightoil" + "rshares": 8689488611, + "voter": "badger3161" }, { - "rshares": 112039552783, - "voter": "thisisbenbrick" + "rshares": 8949002867, + "voter": "badger3122" }, { - "rshares": 28616803100, - "voter": "xiaohui" + "rshares": 8885762813, + "voter": "badger3142" }, { - "rshares": 273268939036, - "voter": "fairytalelife" + "rshares": 9108975316, + "voter": "badger3152" }, { - "rshares": 1515144667, - "voter": "elfkitchen" + "rshares": 8411478004, + "voter": "badger3172" }, { - "rshares": 95730066975, - "voter": "joele" + "rshares": 8925354284, + "voter": "badger3182" }, { - "rshares": 62525016, - "voter": "nickche" + "rshares": 8680549060, + "voter": "badger3192" }, { - "rshares": 1006840529, - "voter": "xiaokongcom" + "rshares": 8595056299, + "voter": "badger3143" }, { - "rshares": 2029536701, - "voter": "xianjun" + "rshares": 8858353164, + "voter": "badger3173" }, { - "rshares": 4015538661, - "voter": "bledarus" + "rshares": 8564624091, + "voter": "badger3104" }, { - "rshares": 9424379191, - "voter": "mione" + "rshares": 8276422091, + "voter": "badger3134" }, { - "rshares": 132977963, - "voter": "microluck" + "rshares": 8683730541, + "voter": "badger3184" }, { - "rshares": 3738644213, - "voter": "lamech-m" + "rshares": 8620751418, + "voter": "badger3115" }, { - "rshares": 96646175509, - "voter": "serejandmyself" + "rshares": 9094322525, + "voter": "badger3165" }, { - "rshares": 11892332998, - "voter": "gvargas123" + "rshares": 8719839476, + "voter": "badger3185" }, { - "rshares": 62362905, - "voter": "steempipe" + "rshares": 8781852760, + "voter": "badger314" }, { - "rshares": 78411391, - "voter": "joelbow" + "rshares": 9016623831, + "voter": "badger317" }, { - "rshares": 3803460203, - "voter": "booky" + "rshares": 8754752298, + "voter": "badger3102" }, { - "rshares": 1258844947, - "voter": "lenar" + "rshares": 8716180752, + "voter": "badger3103" }, { - "rshares": 85972582, - "voter": "uziriel" + "rshares": 8643109747, + "voter": "badger3125" }, { - "rshares": 7622839970, - "voter": "einsteinpotsdam" + "rshares": 8609217889, + "voter": "badger3183" }, { - "rshares": 196299480, - "voter": "justyna" + "rshares": 3846391057396, + "voter": "satoshifund" }, { - "rshares": 1696748093, - "voter": "davidjkelley" + "rshares": 409101774211, + "voter": "taoteh1221" }, { - "rshares": 191746347, - "voter": "team101" + "rshares": 397051543, + "voter": "stiletto" }, { - "rshares": 78524876091, - "voter": "markrmorrisjr" + "rshares": 329475959851, + "voter": "hisnameisolllie" }, { - "rshares": 43493219768, - "voter": "sponge-bob" + "rshares": 16631729678, + "voter": "samether" }, { - "rshares": 15898616334, - "voter": "digital-wisdom" + "rshares": 268888464827, + "voter": "trogdor" }, { - "rshares": 465069683, - "voter": "areynolds" + "rshares": 76741877365, + "voter": "lizik" }, { - "rshares": 3789294115, - "voter": "ethical-ai" + "rshares": 6076030934, + "voter": "mark-waser" }, { - "rshares": 44044569923, - "voter": "zahnspange" + "rshares": 17023109715, + "voter": "albertogm" }, { - "rshares": 6975589641, - "voter": "jwaser" + "rshares": 116598035112, + "voter": "geoffrey" }, { - "rshares": 633563845, - "voter": "kev7000" + "rshares": 48043854952, + "voter": "kimziv" }, { - "rshares": 56897224, - "voter": "lighter" + "rshares": 45329641437, + "voter": "honeythief" }, { - "rshares": 849853966, - "voter": "edgarsart" + "rshares": 783296766, + "voter": "mammasitta" }, { - "rshares": 2732082679, - "voter": "bwaser" + "rshares": 8023548500, + "voter": "svamiva" }, { - "rshares": 1604998002, - "voter": "mcsvi" + "rshares": 84593236072, + "voter": "emily-cook" }, { - "rshares": 2563669906, - "voter": "lilmisjenn" + "rshares": 88815259593, + "voter": "razvanelulmarin" }, { - "rshares": 2201645172, - "voter": "alina1" + "rshares": 11724844430, + "voter": "primus" }, { - "rshares": 44345521597, - "voter": "brains" + "rshares": 47408810095, + "voter": "isteemit" }, { - "rshares": 511010052, - "voter": "anomaly" + "rshares": 29507126925, + "voter": "venuspcs" }, { - "rshares": 2453286924, - "voter": "ellepdub" + "rshares": 7412303704, + "voter": "dasha" }, { - "rshares": 334777472, - "voter": "ola1" + "rshares": 164473451693, + "voter": "dashpaymag" }, { - "rshares": 12365052286, - "voter": "herpetologyguy" + "rshares": 179634701251, + "voter": "asmolokalo" }, { - "rshares": 4918589707, - "voter": "morgan.waser" + "rshares": 71630423287, + "voter": "rubybian" }, { - "rshares": 50602980, - "voter": "cfisher" + "rshares": 3348308505, + "voter": "orly" }, { - "rshares": 50225780, - "voter": "steemq" + "rshares": 124605464759, + "voter": "joshbreslauer" }, { - "rshares": 50223099, - "voter": "battalar" + "rshares": 3822074668, + "voter": "getssidetracked" }, { - "rshares": 50214183, - "voter": "weare" + "rshares": 255388351, + "voter": "mstang83" }, { - "rshares": 810369666, - "voter": "bapparabi" + "rshares": 2771968021, + "voter": "soupernerd" }, { - "rshares": 3767770521, - "voter": "strong-ai" + "rshares": 18842523479, + "voter": "hakise" }, { - "rshares": 341766085, - "voter": "darkminded153" + "rshares": 16313475946, + "voter": "yogi.artist" }, { - "rshares": 205540805, - "voter": "sjamayee" + "rshares": 103519364, + "voter": "strawhat" }, { - "rshares": 2288503420, - "voter": "senseye" + "rshares": 18271463213, + "voter": "r4fken" }, { - "rshares": 158676075, - "voter": "iberia" + "rshares": 102589641, + "voter": "cryptochannel" }, { - "rshares": 435351417, - "voter": "witchcraftblog" + "rshares": 751105712, + "voter": "busser" }, { - "rshares": 161693690, - "voter": "shadowproject" + "rshares": 1296482376779, + "voter": "renohq" }, { - "rshares": 158044626, - "voter": "acute" + "rshares": 90621183, + "voter": "cynetyc" }, { - "rshares": 161082496, - "voter": "mrsgreen" + "rshares": 178036418351, + "voter": "repholder" }, { - "rshares": 156847954, - "voter": "correct" + "rshares": 17933830494, + "voter": "senseiteekay" }, { - "rshares": 156425539, - "voter": "planetearth" + "rshares": 1107678597, + "voter": "karen13" }, { - "rshares": 156411729, - "voter": "blender" + "rshares": 28215193752, + "voter": "dwinblood" }, { - "rshares": 156378592, - "voter": "greenpeace" + "rshares": 232704872, + "voter": "hankrearden" }, { - "rshares": 159387371, - "voter": "bosch" + "rshares": 4205385163, + "voter": "dcryptogold" }, { - "rshares": 159175576, - "voter": "fallout" + "rshares": 445694155351, + "voter": "knozaki2015" }, { - "rshares": 156043541, - "voter": "disneypixar" + "rshares": 37813694617, + "voter": "creemej" }, { - "rshares": 155528114, - "voter": "icesteem" + "rshares": 2649700819, + "voter": "the-future" }, { - "rshares": 158218750, - "voter": "povesa" + "rshares": 4296012707, + "voter": "adamt" }, { - "rshares": 154247502, - "voter": "dougkarr" + "rshares": 352137668, + "voter": "illlefr4u" }, { - "rshares": 609620523, - "voter": "thirstyrecords" + "rshares": 179093823083, + "voter": "blueorgy" }, { - "rshares": 152441845, - "voter": "berek" + "rshares": 1048315760, + "voter": "poseidon" }, { - "rshares": 167514290, - "voter": "pathtomydream" + "rshares": 353233017102, + "voter": "calaber24p" }, { - "rshares": 115485161, - "voter": "paulocouto" + "rshares": 7168473448, + "voter": "geronimo" }, { - "rshares": 151694143, - "voter": "ajmastaflex" + "rshares": 119052939, + "voter": "patrickgamer" }, { - "rshares": 154296504, - "voter": "reser" + "rshares": 3756011902, + "voter": "tarindel" }, { - "rshares": 145020464, - "voter": "newsfeed" + "rshares": 53840494072, + "voter": "jl777" }, { - "rshares": 144801473, - "voter": "dirlei.sdias" + "rshares": 7455410380, + "voter": "lostnuggett" }, { - "rshares": 153727461, - "voter": "jameswalker" + "rshares": 1808255843, + "voter": "yarly" }, { - "rshares": 147383884, - "voter": "marianela" - } - ], - "author": "thisisbenbrick", - "author_payout_value": "0.000 HBD", - "author_reputation": 63.7, - "beneficiaries": [], - "blacklists": [], - "body": "---\n\n
    I wanted to share another track/story taken from my debut EP Closer | Closure
    \n\n
    Written & Produced by Benbrick\nMixed by Goetz Botzenhardt\nMastered by Matt Colton
    \n\n
    You can get this track for 1 SBD scroll down for more info...
    \n\n---\n
    \n
    http://www.benbrick.co.uk/Uploads/steemit9/ASSR%20600.png


    \n\n
    And so she runs\nI never got the chance to find out\nWhat it all meant to her
    \n\n
    Oh yeah\u2026 I\u2019ll see her again\nBut by then it\u2019s too late\nTo dwell on insecurities
    \n\n
    We all act like this\u2026\nTalking hours about shit,\nBut not talking about each other
    \n\n
    Like it don\u2019t mean a thing when it means everything
    \n\n
    That makes it harder to say it\nBut where\u2019s the logic in that?
    \n\n
    All i\u2019m saying is.. I need you back
    \n\n
    Not just someone when the nights are colder\nI find it hard to put anything over
    \n\n
    What you and I had
    \n

    \n
    \n

    \n---\n\n
    Transfer 1 SBD with the track title + e-mail address (or find me in steemit.chat for anonymity)
    \n\n
    \ud83c\udd95 Benbrick - And So She Runs \ud83c\udd95\nBenbrick - The Only Shortcut\nBenbrick - Perfect Ending\nBenbrick - La Perfezione Brevemente\nBenbrick - Heaven is Empty\nBenbrick - Forever Holding On
    \n\n\n
    🏆 @knozaki2015 🏆 @pump and 🏆 @kevinwong 🏆\nThank you for buying all 5 tracks for 1 SBD each
    \n\n---\n\n

    Follow me

    \n\n---", - "category": "music", - "children": 13, - "created": "2016-09-14T12:39:42", - "curator_payout_value": "0.000 HBD", - "depth": 0, - "is_paidout": false, - "json_metadata": { - "image": [ - "http://www.benbrick.co.uk/Uploads/steemit9/ASSR%20600.png" - ], - "links": [ - "http://benbrick.co.uk/buy/", - "http://www.benbrick.co.uk", - "http://www.goetz-botzenhardt.com/studio", - "https://www.attackmagazine.com/features/job-envy/matt-colton/", - "http://www.steemit.chat", - "https://steemit.com/introduceyourself/@thisisbenbrick/ricky-gervais-called-me-a-future-genius-and-my-music-stunningly-beautiful-we-met-this-year", - "https://steemit.com/introduce/@thisisbenbrick/hey-steems-i-m-benbrick-a-platinum-selling-songwriter-and-artist-here-s-pt-2-of-how-i-connected-with-ricky-gervais", - "https://steemit.com/music/@thisisbenbrick/i-recorded-this-on-freddie-mercury-s-piano-exclusively-for-steemit-com-my-thoughts-on-a-steem-vat", - "https://steemit.com/music/@thisisbenbrick/don-t-give-up-watching-the-royal-philharmonic-orchestra-record-my-songs-at-abbey-road-studios", - "https://steemit.com/music/@thisisbenbrick/i-went-to-la-bought-a-gopro-and-filmed-my-first-music-video-and-here-it-is", - "https://steemit.com/@knozaki2015", - "https://steemit.com/@pump", - "https://steemit.com/@kevinwong", - "http://www.steemit.com/@thisisbenbrick" - ], - "tags": [ - "music", - "life", - "love", - "story" - ] - }, - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 124266468101069, - "payout": 892.799, - "payout_at": "2016-09-21T12:39:42", - "pending_payout_value": "892.799 HBD", - "percent_hbd": 10000, - "permlink": "i-never-got-the-chance-to-find-out-what-it-all-meant-to-her", - "post_id": 1242711, - "promoted": "0.000 HBD", - "replies": [], - "stats": { - "flag_weight": 0.0, - "gray": false, - "hide": false, - "total_votes": 289 - }, - "title": "I Never Got The Chance To Find Out What It All Meant To Her", - "updated": "2016-09-14T12:39:42", - "url": "/music/@thisisbenbrick/i-never-got-the-chance-to-find-out-what-it-all-meant-to-her" - }, - { - "active_votes": [ + "rshares": 272625902, + "voter": "yarly2" + }, { - "rshares": 31308460859447, - "voter": "smooth" + "rshares": 273033812, + "voter": "yarly3" }, { - "rshares": 231810333637, - "voter": "anonymous" + "rshares": 157733805, + "voter": "yarly4" }, { - "rshares": 1020236794603, - "voter": "liondani" + "rshares": 158624349, + "voter": "yarly5" }, { - "rshares": 1950774078440, - "voter": "xeroc" + "rshares": 90416287, + "voter": "yarly7" }, { - "rshares": 636514783207, - "voter": "masteryoda" + "rshares": 35139336747, + "voter": "anca3drandom" }, { - "rshares": 5943125371535, - "voter": "smooth.witness" + "rshares": 206059171, + "voter": "sergey44" }, { - "rshares": 800066797130, - "voter": "steemrollin" + "rshares": 20688732028, + "voter": "krabgat" }, { - "rshares": 14982933604, - "voter": "eeks" + "rshares": 1376683720, + "voter": "pump" }, { - "rshares": 32368367444, - "voter": "instructor2121" + "rshares": 4543588148, + "voter": "proto" }, { - "rshares": 326639006522, - "voter": "teamsteem" + "rshares": 658428891, + "voter": "curator" }, { - "rshares": 178446109019, - "voter": "steve-walschot" + "rshares": 7217226926, + "voter": "sisterholics" }, { - "rshares": 313697862, - "voter": "coar" + "rshares": 437560586, + "voter": "yarly10" }, { - "rshares": 1061253912, - "voter": "murh" + "rshares": 1404389769, + "voter": "alex.chien" }, { - "rshares": 40553528416, - "voter": "ranko-k" + "rshares": 234191245, + "voter": "yarly11" }, { - "rshares": 970586830705, - "voter": "cyber" + "rshares": 81879061, + "voter": "yarly12" }, { - "rshares": 35244223389, - "voter": "drinkzya" + "rshares": 817422571, + "voter": "bullionstackers" }, { - "rshares": 57203974765, - "voter": "thecryptodrive" + "rshares": 1353556396, + "voter": "jillstein2016" }, { - "rshares": 5287780547, - "voter": "tee-em" + "rshares": 110940646, + "voter": "cryptoz" }, { - "rshares": 31345579234, - "voter": "michaelx" + "rshares": 3302325689, + "voter": "glitterpig" }, { - "rshares": 88062402472, - "voter": "razvanelulmarin" + "rshares": 2721772895, + "voter": "weenis" }, { - "rshares": 34073699558, - "voter": "cryptoiskey" + "rshares": 6276104780, + "voter": "shortcut" }, { - "rshares": 484636799, - "voter": "mrhankeh" + "rshares": 947490604, + "voter": "metaflute" }, { - "rshares": 37152547241, - "voter": "clement" + "rshares": 53625340506, + "voter": "gomeravibz" }, { - "rshares": 49807514764, - "voter": "isteemit" + "rshares": 2298206027, + "voter": "taker" }, { - "rshares": 68450553516, - "voter": "bacchist" + "rshares": 6519151447, + "voter": "nekromarinist" }, { - "rshares": 52093553829, - "voter": "venuspcs" + "rshares": 255125311951, + "voter": "laonie" }, { - "rshares": 14885828588, - "voter": "ausbitbank" + "rshares": 24365622803, + "voter": "rawnetics" }, { - "rshares": 2632467953, - "voter": "steem1653" + "rshares": 21936007997, + "voter": "thebluepanda" }, { - "rshares": 185292018100, - "voter": "anyx" + "rshares": 9290853052, + "voter": "myfirst" }, { - "rshares": 80777327, - "voter": "snowden" + "rshares": 51805687934, + "voter": "somebody" }, { - "rshares": 629471993, - "voter": "luisucv34" + "rshares": 2179269063, + "voter": "flysaga" }, { - "rshares": 87223247, - "voter": "wildchild" + "rshares": 1666074362, + "voter": "gmurph" }, { - "rshares": 2726160685, - "voter": "the-future" + "rshares": 75896047, + "voter": "kurzer42" }, { - "rshares": 167307855189, - "voter": "blueorgy" + "rshares": 12875031979, + "voter": "midnightoil" }, { - "rshares": 3709595271, - "voter": "bitcoiner" + "rshares": 112039552783, + "voter": "thisisbenbrick" }, { - "rshares": 30989825780, - "voter": "zaebars" + "rshares": 28616803100, + "voter": "xiaohui" }, { - "rshares": 799615699, - "voter": "raymonjohnstone" + "rshares": 273268939036, + "voter": "fairytalelife" }, { - "rshares": 50626015, - "voter": "steemchain" + "rshares": 1515144667, + "voter": "elfkitchen" }, { - "rshares": 50626015, - "voter": "whalepool" + "rshares": 95730066975, + "voter": "joele" }, { - "rshares": 4233708636, - "voter": "tygergamer" + "rshares": 62525016, + "voter": "nickche" }, { - "rshares": 15951876294, - "voter": "clevecross" + "rshares": 1006840529, + "voter": "xiaokongcom" }, { - "rshares": 138539449846, - "voter": "steemdrive" + "rshares": 2029536701, + "voter": "xianjun" }, { - "rshares": 50579614280, - "voter": "gomeravibz" + "rshares": 4015538661, + "voter": "bledarus" }, { - "rshares": 2157207095, - "voter": "merej99" + "rshares": 9424379191, + "voter": "mione" }, { - "rshares": 22969491561, - "voter": "laonie1" + "rshares": 132977963, + "voter": "microluck" }, { - "rshares": 23486297008, - "voter": "laonie2" + "rshares": 3738644213, + "voter": "lamech-m" }, { - "rshares": 23494592105, - "voter": "laonie3" + "rshares": 96646175509, + "voter": "serejandmyself" }, { - "rshares": 5831750244, - "voter": "brendio" + "rshares": 11892332998, + "voter": "gvargas123" }, { - "rshares": 416938566, - "voter": "gmurph" + "rshares": 62362905, + "voter": "steempipe" }, { - "rshares": 50577648, - "voter": "michellek" + "rshares": 78411391, + "voter": "joelbow" }, { - "rshares": 23490269143, - "voter": "laonie4" + "rshares": 3803460203, + "voter": "booky" }, { - "rshares": 23487998630, - "voter": "laonie5" + "rshares": 1258844947, + "voter": "lenar" }, { - "rshares": 23485020903, - "voter": "laonie6" + "rshares": 85972582, + "voter": "uziriel" }, { - "rshares": 23480867466, - "voter": "laonie7" + "rshares": 7622839970, + "voter": "einsteinpotsdam" }, { - "rshares": 3323846130, - "voter": "kurtbeil" + "rshares": 196299480, + "voter": "justyna" }, { - "rshares": 23477419388, - "voter": "laonie8" + "rshares": 1696748093, + "voter": "davidjkelley" }, { - "rshares": 23474718053, - "voter": "laonie9" + "rshares": 191746347, + "voter": "team101" }, { - "rshares": 2370262538, - "voter": "steemleak" + "rshares": 78524876091, + "voter": "markrmorrisjr" }, { - "rshares": 7991657587, - "voter": "mevilkingdom" + "rshares": 43493219768, + "voter": "sponge-bob" }, { - "rshares": 88206053, - "voter": "bigsambucca" + "rshares": 15898616334, + "voter": "digital-wisdom" }, { - "rshares": 2343161589, - "voter": "paynode" + "rshares": 465069683, + "voter": "areynolds" }, { - "rshares": 72135954, - "voter": "stevescriber" + "rshares": 3789294115, + "voter": "ethical-ai" + }, + { + "rshares": 44044569923, + "voter": "zahnspange" + }, + { + "rshares": 6975589641, + "voter": "jwaser" }, { - "rshares": 51247757, - "voter": "loli" + "rshares": 633563845, + "voter": "kev7000" }, { - "rshares": 52419023, - "voter": "nano2nd" + "rshares": 56897224, + "voter": "lighter" }, { - "rshares": 61430307, - "voter": "cryptoblu" + "rshares": 849853966, + "voter": "edgarsart" }, { - "rshares": 61423628, - "voter": "instructor" + "rshares": 2732082679, + "voter": "bwaser" }, { - "rshares": 802020725261, - "voter": "dollarvigilante" + "rshares": 1604998002, + "voter": "mcsvi" }, { - "rshares": 4056826699, - "voter": "lamech-m" + "rshares": 2563669906, + "voter": "lilmisjenn" }, { - "rshares": 23468511648, - "voter": "laonie10" + "rshares": 2201645172, + "voter": "alina1" }, { - "rshares": 159631404, - "voter": "kamil5" + "rshares": 44345521597, + "voter": "brains" }, { - "rshares": 8706975244, - "voter": "garywilson" + "rshares": 511010052, + "voter": "anomaly" }, { - "rshares": 50829277, - "voter": "bitchplease" + "rshares": 2453286924, + "voter": "ellepdub" }, { - "rshares": 5831957227, - "voter": "trev" + "rshares": 334777472, + "voter": "ola1" }, { - "rshares": 99130059443, - "voter": "barrycooper" + "rshares": 12365052286, + "voter": "herpetologyguy" }, { - "rshares": 32443492367, - "voter": "hilarski" + "rshares": 4918589707, + "voter": "morgan.waser" }, { - "rshares": 2029369552, - "voter": "shadowspub" + "rshares": 50602980, + "voter": "cfisher" }, { - "rshares": 8558777427, - "voter": "rimann" + "rshares": 50225780, + "voter": "steemq" }, { - "rshares": 58139915, - "voter": "rickmiller" + "rshares": 50223099, + "voter": "battalar" }, { - "rshares": 5401518277, - "voter": "nulliusinverba" + "rshares": 50214183, + "voter": "weare" }, { - "rshares": 22792452702, - "voter": "mikehere" + "rshares": 810369666, + "voter": "bapparabi" }, { - "rshares": 22621808463, - "voter": "laonie11" + "rshares": 3767770521, + "voter": "strong-ai" }, { - "rshares": 3411072843, - "voter": "xanoxt" + "rshares": 341766085, + "voter": "darkminded153" }, { - "rshares": 4044651818, - "voter": "l0k1" + "rshares": 205540805, + "voter": "sjamayee" }, { - "rshares": 50798127, - "voter": "freesteem" + "rshares": 2288503420, + "voter": "senseye" }, { - "rshares": 450072622, - "voter": "saramiller" + "rshares": 158676075, + "voter": "iberia" }, { - "rshares": 2353724275, - "voter": "zettar" + "rshares": 435351417, + "voter": "witchcraftblog" }, { - "rshares": 6066265903, - "voter": "dexter-k" + "rshares": 161693690, + "voter": "shadowproject" }, { - "rshares": 53871683, - "voter": "doggnostic" + "rshares": 158044626, + "voter": "acute" }, { - "rshares": 674641805, - "voter": "ct-gurus" + "rshares": 161082496, + "voter": "mrsgreen" }, { - "rshares": 53593366, - "voter": "jenny-talls" + "rshares": 156847954, + "voter": "correct" }, { - "rshares": 415654681468, - "voter": "charlieshrem" + "rshares": 156425539, + "voter": "planetearth" }, { - "rshares": 61826073622, - "voter": "tracemayer" + "rshares": 156411729, + "voter": "blender" }, { - "rshares": 1386999849, - "voter": "bitcoinparadise" + "rshares": 156378592, + "voter": "greenpeace" }, { - "rshares": 2170339399, - "voter": "steemsquad" + "rshares": 159387371, + "voter": "bosch" }, { - "rshares": 52104641, - "voter": "vsmith08162016" + "rshares": 159175576, + "voter": "fallout" }, { - "rshares": 339288508, - "voter": "anomaly" + "rshares": 156043541, + "voter": "disneypixar" }, { - "rshares": 63405661, - "voter": "inarix03" + "rshares": 155528114, + "voter": "icesteem" }, { - "rshares": 51238118, - "voter": "teemsteem" + "rshares": 158218750, + "voter": "povesa" }, { - "rshares": 50975390, - "voter": "steemprincess" + "rshares": 154247502, + "voter": "dougkarr" }, { - "rshares": 52329350, - "voter": "ninjapainter" + "rshares": 609620523, + "voter": "thirstyrecords" }, { - "rshares": 1630374239, - "voter": "rusteemitblog" + "rshares": 152441845, + "voter": "berek" }, { - "rshares": 71727340, - "voter": "dealzgal" + "rshares": 167514290, + "voter": "pathtomydream" }, { - "rshares": 68013381, - "voter": "storage" + "rshares": 115485161, + "voter": "paulocouto" }, { - "rshares": 58460105, - "voter": "blackmarket" + "rshares": 151694143, + "voter": "ajmastaflex" }, { - "rshares": 61530871, - "voter": "gifts" + "rshares": 154296504, + "voter": "reser" }, { - "rshares": 99404487, - "voter": "expat" + "rshares": 145020464, + "voter": "newsfeed" }, { - "rshares": 140412636, - "voter": "steemtrail" + "rshares": 144801473, + "voter": "dirlei.sdias" }, { - "rshares": 1593664040, - "voter": "steemlift" + "rshares": 153727461, + "voter": "jameswalker" }, { - "rshares": 132623369, - "voter": "toddemaher1" + "rshares": 147383884, + "voter": "marianela" } ], - "author": "mevilkingdom", + "author": "thisisbenbrick", "author_payout_value": "0.000 HBD", - "author_reputation": 57.06, + "author_reputation": 63.7, "beneficiaries": [], "blacklists": [], - "body": "## Hi Steemians! The greatest thing about being a collector is that people always know what to buy for your birthday. Not perfume or cookware, but always things you love!\n\nHere are some pictures of what I received the last couple of times.\n\n----\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC01422.JPG)
    \n\nThese are all the gifts I received for my birthday this year. I got some cool dolls, chocolates, care bears, my little ponies and even a puzzle. What a lovely 27th birthday!\n\n___\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC09982.JPG)
    \n\nChristmas is only once a year, good thing for my family! Lots of dolls and some ponies. You can tell everyone is really supportive of my hobby.\n___\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05838.JPG)
    \nThis is what **Sinterklaas** (he brings gifts on the 6th of December) brought me. Did you know I also collect Lego to some extent?\n___\n\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05066.JPG)
    \nGifts from **Disneyland Paris**\n___\n
    ![Picture 1](http://mandesevilkingdom.com/steemit/post6/DSC05622.JPG)
    \nEven more **Disneyland** gifts, this time for Christmas 2 years ago. Those cookies are just **THE BEST**!\nNot to mention that they're Mickey-shaped.\n\n___\n\nThank you very much for looking at my pictures! Don't forget to **follow me** for more pictures!\n\n\n---- \n\n### Who is Mande Walschot?\n\n> Mande Walschot resides in Belgium and currently owns over 1,350 boxed My Little Ponies, around 500 boxed dolls, 52 polly pockets, 25 plush care bears, 30 Tsum Tsums, about 3,000 Pok\u00e9mon cards, around 200 comic books and lots of stuffed toys! [Gemr spotlight collection](https://blogadmin.gemr.com/blog/collector-spotlight-mande-walschot/)\n\nAlso seen on [national television](http://ringtv.be/nieuws/mande-uit-halle-heeft-grootste-poppenverzameling-uit-regio) and [newspapers](http://www.hln.be/regio/nieuws-uit-halle/mande-leeft-samen-met-1-357-pony-s-a2797213/).\n\n\nSister of @steve-walschot, the creator of SteemPay.io and vouched Steem applications developer and girlfriend of game-enthusiast @herrlonnie.", - "category": "life", - "children": 3, - "created": "2016-09-15T17:14:30", + "body": "---\n\n
    I wanted to share another track/story taken from my debut EP Closer | Closure
    \n\n
    Written & Produced by Benbrick\nMixed by Goetz Botzenhardt\nMastered by Matt Colton
    \n\n
    You can get this track for 1 SBD scroll down for more info...
    \n\n---\n
    \n
    http://www.benbrick.co.uk/Uploads/steemit9/ASSR%20600.png


    \n\n
    And so she runs\nI never got the chance to find out\nWhat it all meant to her
    \n\n
    Oh yeah\u2026 I\u2019ll see her again\nBut by then it\u2019s too late\nTo dwell on insecurities
    \n\n
    We all act like this\u2026\nTalking hours about shit,\nBut not talking about each other
    \n\n
    Like it don\u2019t mean a thing when it means everything
    \n\n
    That makes it harder to say it\nBut where\u2019s the logic in that?
    \n\n
    All i\u2019m saying is.. I need you back
    \n\n
    Not just someone when the nights are colder\nI find it hard to put anything over
    \n\n
    What you and I had
    \n

    \n
    \n

    \n---\n\n
    Transfer 1 SBD with the track title + e-mail address (or find me in steemit.chat for anonymity)
    \n\n
    \ud83c\udd95 Benbrick - And So She Runs \ud83c\udd95\nBenbrick - The Only Shortcut\nBenbrick - Perfect Ending\nBenbrick - La Perfezione Brevemente\nBenbrick - Heaven is Empty\nBenbrick - Forever Holding On
    \n\n\n
    🏆 @knozaki2015 🏆 @pump and 🏆 @kevinwong 🏆\nThank you for buying all 5 tracks for 1 SBD each
    \n\n---\n\n

    Follow me

    \n\n---", + "category": "music", + "children": 13, + "created": "2016-09-14T12:39:42", "curator_payout_value": "0.000 HBD", "depth": 0, "is_paidout": false, "json_metadata": { "image": [ - "http://mandesevilkingdom.com/steemit/post6/DSC01422.JPG", - "http://mandesevilkingdom.com/steemit/post6/DSC09982.JPG", - "http://mandesevilkingdom.com/steemit/post6/DSC05838.JPG", - "http://mandesevilkingdom.com/steemit/post6/DSC05066.JPG", - "http://mandesevilkingdom.com/steemit/post6/DSC05622.JPG" + "http://www.benbrick.co.uk/Uploads/steemit9/ASSR%20600.png" ], "links": [ - "https://blogadmin.gemr.com/blog/collector-spotlight-mande-walschot/", - "http://ringtv.be/nieuws/mande-uit-halle-heeft-grootste-poppenverzameling-uit-regio", - "http://www.hln.be/regio/nieuws-uit-halle/mande-leeft-samen-met-1-357-pony-s-a2797213/" + "http://benbrick.co.uk/buy/", + "http://www.benbrick.co.uk", + "http://www.goetz-botzenhardt.com/studio", + "https://www.attackmagazine.com/features/job-envy/matt-colton/", + "http://www.steemit.chat", + "https://steemit.com/introduceyourself/@thisisbenbrick/ricky-gervais-called-me-a-future-genius-and-my-music-stunningly-beautiful-we-met-this-year", + "https://steemit.com/introduce/@thisisbenbrick/hey-steems-i-m-benbrick-a-platinum-selling-songwriter-and-artist-here-s-pt-2-of-how-i-connected-with-ricky-gervais", + "https://steemit.com/music/@thisisbenbrick/i-recorded-this-on-freddie-mercury-s-piano-exclusively-for-steemit-com-my-thoughts-on-a-steem-vat", + "https://steemit.com/music/@thisisbenbrick/don-t-give-up-watching-the-royal-philharmonic-orchestra-record-my-songs-at-abbey-road-studios", + "https://steemit.com/music/@thisisbenbrick/i-went-to-la-bought-a-gopro-and-filmed-my-first-music-video-and-here-it-is", + "https://steemit.com/@knozaki2015", + "https://steemit.com/@pump", + "https://steemit.com/@kevinwong", + "http://www.steemit.com/@thisisbenbrick" ], "tags": [ + "music", "life", - "story", - "collector", - "toys", - "mandesevilkingdom" - ], - "users": [ - "steve-walschot", - "herrlonnie" + "love", + "story" ] }, "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 46309406304713, - "payout": 127.75, - "payout_at": "2016-09-22T17:14:30", - "pending_payout_value": "127.750 HBD", + "net_rshares": 124266468101069, + "payout": 892.799, + "payout_at": "2016-09-21T12:39:42", + "pending_payout_value": "892.799 HBD", "percent_hbd": 10000, - "permlink": "the-gift-of-family-stories-of-a-toy-collector-1", - "post_id": 1256309, + "permlink": "i-never-got-the-chance-to-find-out-what-it-all-meant-to-her", + "post_id": 1242711, "promoted": "0.000 HBD", "replies": [], "stats": { "flag_weight": 0.0, "gray": false, "hide": false, - "total_votes": 109 + "total_votes": 289 }, - "title": "The gift of family: Stories of a toy collector #1", - "updated": "2016-09-15T17:14:30", - "url": "/life/@mevilkingdom/the-gift-of-family-stories-of-a-toy-collector-1" + "title": "I Never Got The Chance To Find Out What It All Meant To Her", + "updated": "2016-09-14T12:39:42", + "url": "/music/@thisisbenbrick/i-never-got-the-chance-to-find-out-what-it-all-meant-to-her" }, { "active_votes": [ diff --git a/hivemind/tavern/condenser_api_patterns/get_active_votes/all_data.pat.json b/hivemind/tavern/condenser_api_patterns/get_active_votes/all_data.pat.json index 2874a394..54a18d60 100644 --- a/hivemind/tavern/condenser_api_patterns/get_active_votes/all_data.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_active_votes/all_data.pat.json @@ -1,7 +1,7 @@ [ { "percent": 10000, - "reputation": 2644191137390, + "reputation": 145171381514207, "rshares": 23144734651998, "time": "2016-07-15T12:15:03", "voter": "dantheman", @@ -9,7 +9,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 85602977273, "rshares": 632052917841, "time": "2016-07-15T08:42:24", "voter": "anonymous", @@ -17,7 +17,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 8151223409709, "rshares": 17354117667980, "time": "2016-07-15T22:56:45", "voter": "rainman", @@ -25,7 +25,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 51047995307721, "rshares": 8370770064044, "time": "2016-07-15T08:42:18", "voter": "pharesim", @@ -33,7 +33,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 18336382560162, "rshares": 163107506411, "time": "2016-07-15T22:56:45", "voter": "svk", @@ -41,7 +41,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 89703349977794, "rshares": 1159039780633, "time": "2016-07-15T08:42:21", "voter": "xeroc", @@ -49,7 +49,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 59074616588451, "rshares": 5231058255253, "time": "2016-07-16T06:12:12", "voter": "complexring", @@ -57,7 +57,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 8717425187, "rshares": 4673732021514, "time": "2016-07-15T22:56:48", "voter": "witness.svk", @@ -65,7 +65,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 28971806962251, "rshares": 581789739514, "time": "2016-07-16T11:06:00", "voter": "joseph", @@ -73,7 +73,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 96486114508046, "rshares": 2456363925986, "time": "2016-07-15T21:17:18", "voter": "donkeypong", @@ -81,7 +81,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1187445991060, "rshares": 8524556923, "time": "2016-07-15T22:56:45", "voter": "fbsvk", @@ -89,7 +89,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 5810476023292, "rshares": 64093006844, "time": "2016-07-15T14:22:18", "voter": "pnc", @@ -97,7 +97,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 781487609779, "rshares": 6973412416, "time": "2016-07-17T16:42:57", "voter": "dylan-nicholas", @@ -105,7 +105,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 4668084943, "rshares": 538687101, "time": "2016-07-16T03:44:33", "voter": "finfree", @@ -113,7 +113,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1655372026731, "rshares": 1346329392, "time": "2016-07-15T13:46:42", "voter": "cryptorune", @@ -121,7 +121,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 204869765185479, "rshares": 229372755168, "time": "2016-07-16T03:26:06", "voter": "gavvet", @@ -129,7 +129,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 17814707827319, "rshares": 94749428143, "time": "2016-07-15T22:56:51", "voter": "bbqbear", @@ -137,7 +137,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 641363229158, "rshares": 265410644, "time": "2016-07-17T07:55:15", "voter": "algo-rythm", @@ -145,7 +145,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 503318537891, "rshares": 6969920034, "time": "2016-07-15T18:58:21", "voter": "jerome-colley", @@ -153,7 +153,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 586778809443, "rshares": 2607060834, "time": "2016-07-15T23:18:45", "voter": "tie-warutho", @@ -161,7 +161,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 373944484737, "rshares": 424965841, "time": "2016-07-15T12:07:39", "voter": "dmitry", @@ -169,7 +169,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 199308931780, "rshares": 59890331, "time": "2016-07-24T06:31:57", "voter": "akaninyene-etuk", @@ -177,7 +177,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1574265047259, "rshares": 24624016807, "time": "2016-07-18T02:12:09", "voter": "judyhopps", @@ -185,7 +185,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 11765473490257, "rshares": 14377796258, "time": "2016-07-15T14:28:45", "voter": "justtryme90", @@ -193,7 +193,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 475074648083, "rshares": 970224536, "time": "2016-07-16T09:38:03", "voter": "robi-rusmana", @@ -201,7 +201,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 11136252375006, "rshares": 184943135280, "time": "2016-07-15T12:17:45", "voter": "taoteh1221", @@ -209,7 +209,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 34935156153627, "rshares": 194601288991, "time": "2016-07-16T02:46:00", "voter": "churdtzu", @@ -217,7 +217,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": -26105535188, "rshares": 315315846, "time": "2016-07-15T17:02:21", "voter": "siska-dewi", @@ -225,7 +225,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 104409951617, "rshares": 287318525, "time": "2016-07-15T17:06:45", "voter": "fitri-kidul", @@ -233,7 +233,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 2501760528867, "rshares": 26398943605, "time": "2016-07-15T15:03:06", "voter": "wongshiying", @@ -241,7 +241,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1482114271979, "rshares": 119947441882, "time": "2016-07-15T15:00:12", "voter": "changby", @@ -249,7 +249,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 77590508815145, "rshares": 204206581141, "time": "2016-07-16T04:44:30", "voter": "kaylinart", @@ -257,7 +257,7 @@ }, { "percent": -10000, - "reputation": 2644191137390, + "reputation": 4591422054190, "rshares": -52462021455, "time": "2016-07-16T04:11:03", "voter": "jacobt", @@ -265,7 +265,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 12494904871301, "rshares": 203029605717, "time": "2016-07-15T10:36:18", "voter": "trogdor", @@ -273,7 +273,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 9186061899783, "rshares": 10112485667, "time": "2016-07-15T16:39:15", "voter": "michaelx", @@ -281,7 +281,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 22794273843250, "rshares": 74004343299, "time": "2016-07-15T16:41:06", "voter": "thedashguy", @@ -289,7 +289,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 7967572146571, "rshares": 57760346745, "time": "2016-07-15T23:42:00", "voter": "business", @@ -297,7 +297,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 687451236523, "rshares": 497959211, "time": "2016-07-16T03:17:54", "voter": "ethbull", @@ -305,7 +305,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 48542961182602, "rshares": 1135148374938, "time": "2016-07-15T23:05:45", "voter": "sean-king", @@ -313,7 +313,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 4581391356317, "rshares": 9521669419, "time": "2016-07-16T10:35:27", "voter": "romaan-namoor", @@ -321,7 +321,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 5386184962985, "rshares": 51745510709, "time": "2016-07-16T00:25:15", "voter": "leta-blake", @@ -329,7 +329,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1737988380935, "rshares": 4954517677, "time": "2016-07-16T02:50:09", "voter": "saknan", @@ -337,7 +337,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 2086201346, "rshares": 6601861066, "time": "2016-07-15T15:12:57", "voter": "james-mac", @@ -345,7 +345,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 274656026130, "rshares": 5457724381, "time": "2016-07-15T15:39:21", "voter": "honeythief", @@ -353,7 +353,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 2738311095861, "rshares": 13167308443, "time": "2016-07-15T20:15:48", "voter": "jparty", @@ -361,7 +361,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1060721272008, "rshares": 263837178, "time": "2016-07-15T12:18:33", "voter": "dasan-oneia", @@ -369,7 +369,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 12656257002205, "rshares": 11991707737, "time": "2016-07-15T08:03:06", "voter": "clement", @@ -377,7 +377,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 10314872786861, "rshares": 6773402944, "time": "2016-07-15T13:02:06", "voter": "isteemit", @@ -385,7 +385,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 457415896486, "rshares": 1555023575, "time": "2016-07-16T10:23:33", "voter": "greatguardian100", @@ -393,7 +393,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 3867299118850, "rshares": 2733464964, "time": "2016-07-15T23:28:48", "voter": "akado", @@ -401,7 +401,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 67229955621, "rshares": 243095491, "time": "2016-07-16T02:34:57", "voter": "gerber", @@ -409,7 +409,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1676955163155, "rshares": 3066661568, "time": "2016-07-15T17:04:21", "voter": "spikykevin", @@ -417,7 +417,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1085600919120, "rshares": 1347619370, "time": "2016-07-16T02:56:15", "voter": "freeflowbc", @@ -425,7 +425,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 5846151368508, "rshares": 1145572575, "time": "2016-07-16T02:36:33", "voter": "romanskv", @@ -433,7 +433,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 14363215043, "rshares": 225699508, "time": "2016-07-15T15:00:21", "voter": "femmsanya", @@ -441,7 +441,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": -55726758912, "rshares": 240151960, "time": "2016-07-16T06:00:21", "voter": "garik100", @@ -449,7 +449,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 3148690478580, "rshares": 4733509254, "time": "2016-07-17T06:37:12", "voter": "kakradetome", @@ -457,7 +457,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 10171002020923, "rshares": 45162031379, "time": "2016-07-16T03:13:09", "voter": "krypto", @@ -465,7 +465,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 3175467999049, "rshares": 18695694524, "time": "2016-07-16T07:38:15", "voter": "hakise", @@ -473,7 +473,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 28251279624, "rshares": 237368482, "time": "2016-07-16T06:18:27", "voter": "sergocarde", @@ -481,7 +481,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 697803114714, "rshares": 9317108728, "time": "2016-07-15T23:30:24", "voter": "ozcap", @@ -489,7 +489,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1059790037173, "rshares": 191216714633, "time": "2016-07-16T08:40:03", "voter": "juneaugoldbuyer", @@ -497,7 +497,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": -2499740471746, "rshares": 3259268823, "time": "2016-07-15T09:40:06", "voter": "r4fken", @@ -505,7 +505,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 907436004, "rshares": 220629191, "time": "2016-07-16T06:25:21", "voter": "bolanath", @@ -513,7 +513,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 118203669136, "rshares": 156841416, "time": "2016-07-16T04:34:39", "voter": "thealexander", @@ -521,7 +521,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 2138693707311, "rshares": 18241329949, "time": "2016-07-15T20:59:24", "voter": "redpalestino", @@ -529,7 +529,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 137297203003, "rshares": 250173696, "time": "2016-07-16T01:07:30", "voter": "eythor", @@ -537,7 +537,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 134062679338, "rshares": 209396977, "time": "2016-07-15T18:03:18", "voter": "wenden", @@ -545,7 +545,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 192954988321, "rshares": 298190942, "time": "2016-07-15T12:57:15", "voter": "krispy123", @@ -553,7 +553,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 39413693284, "rshares": 224179177, "time": "2016-07-15T14:12:45", "voter": "giveaway", @@ -561,7 +561,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 0, "rshares": 70903835340, "time": "2016-07-15T18:10:30", "voter": "jatochnietdan", @@ -569,7 +569,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 646871861, "rshares": 121250146, "time": "2016-07-15T16:18:21", "voter": "brutalbro", @@ -577,7 +577,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 19604328647, "rshares": 14273526600, "time": "2016-07-15T14:04:21", "voter": "bitshares101", @@ -585,7 +585,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 2770303185670, "rshares": 229096700, "time": "2016-07-15T13:24:18", "voter": "vi1son", @@ -593,7 +593,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 3978354715302, "rshares": 1894354676, "time": "2016-07-16T09:00:48", "voter": "lovenugz", @@ -601,7 +601,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 89020079608, "rshares": 10448742150, "time": "2016-07-15T12:37:51", "voter": "ethereums1", @@ -609,7 +609,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 197909152379, "rshares": 2616078009, "time": "2016-07-15T23:33:15", "voter": "bryan-kho", @@ -617,7 +617,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 82944845027, "rshares": 1001646582, "time": "2016-07-15T19:17:33", "voter": "nioctib", @@ -625,7 +625,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 42360898973, "rshares": 232252916, "time": "2016-07-15T20:31:24", "voter": "splus", @@ -633,7 +633,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 2041699051, "rshares": 234645892, "time": "2016-07-15T07:38:42", "voter": "kman66", @@ -641,7 +641,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 131860560605, "rshares": 222487594, "time": "2016-07-15T23:31:15", "voter": "zhuvazhuva", @@ -649,7 +649,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 280882400672, "rshares": 118525192, "time": "2016-07-15T14:06:51", "voter": "surf4life", @@ -657,7 +657,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 301106352506, "rshares": 154036577, "time": "2016-07-16T08:35:57", "voter": "murderistic", @@ -665,7 +665,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 216392531645, "rshares": 34660089, "time": "2016-07-15T22:14:57", "voter": "vkoreshkoff", @@ -673,7 +673,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": -377302683967, "rshares": 123681007, "time": "2016-07-15T18:56:03", "voter": "rdwn", @@ -681,7 +681,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 297905164742, "rshares": 80867920, "time": "2016-07-15T13:12:18", "voter": "barriexy", @@ -689,7 +689,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 255391004842, "rshares": 23369244818, "time": "2016-07-16T00:58:06", "voter": "w4lterwyte", @@ -697,7 +697,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 0, "rshares": 199621559, "time": "2016-07-16T06:43:39", "voter": "torlaff", @@ -705,7 +705,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": -407131163755, "rshares": 147364981, "time": "2016-07-15T08:20:06", "voter": "askokhas", @@ -713,7 +713,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1563271634183, "rshares": 46440733040, "time": "2016-07-15T13:32:48", "voter": "paco", @@ -721,7 +721,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 431450051428, "rshares": 9498942927, "time": "2016-07-15T19:11:06", "voter": "aaseb", @@ -729,7 +729,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 0, "rshares": 213255092, "time": "2016-07-15T22:44:00", "voter": "kapiw", @@ -737,7 +737,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 493380760, "rshares": 165772630, "time": "2016-07-15T17:27:21", "voter": "pet1000", @@ -745,7 +745,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 27031203647, "rshares": 231329106, "time": "2016-07-16T07:21:21", "voter": "omegastarscream", @@ -753,7 +753,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 256805034, "rshares": 227262320, "time": "2016-07-15T18:31:03", "voter": "volcano", @@ -761,7 +761,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1247707052821, "rshares": 1296386923, "time": "2016-07-15T12:34:24", "voter": "mjgrae", @@ -769,7 +769,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 2981244206, "rshares": 236605175, "time": "2016-07-15T22:32:00", "voter": "darkstormrise", @@ -777,7 +777,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 0, "rshares": 212963047, "time": "2016-07-16T10:08:00", "voter": "spirit", @@ -785,7 +785,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 49424119965, "rshares": 2125595194, "time": "2016-07-16T04:40:57", "voter": "dyausdiu", @@ -793,7 +793,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1241141280004, "rshares": 30736521859, "time": "2016-07-15T18:38:48", "voter": "sephiroth", @@ -801,7 +801,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 560251690286, "rshares": 4730527, "time": "2016-07-15T07:35:45", "voter": "seagul", @@ -809,7 +809,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 3979714886621, "rshares": 214268053, "time": "2016-07-15T21:58:48", "voter": "jaycobbell", @@ -825,7 +825,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 5763019287, "rshares": 217122672, "time": "2016-07-15T22:46:42", "voter": "overtheline", @@ -833,7 +833,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 171634303504, "rshares": 288376635, "time": "2016-07-15T21:19:03", "voter": "mianeri", @@ -841,7 +841,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 281130575348, "rshares": 136855379, "time": "2016-07-16T01:43:12", "voter": "fabiocortes10", @@ -849,7 +849,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 7587206913, "rshares": 236958447, "time": "2016-07-15T22:23:09", "voter": "leftsword", @@ -857,7 +857,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 11731183701, "rshares": 10842019199, "time": "2016-07-16T01:20:15", "voter": "agentorange", @@ -865,7 +865,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 57790558311, "rshares": 18556000796, "time": "2016-07-15T09:53:48", "voter": "stephencurry", @@ -873,7 +873,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 30694001824, "rshares": 931398595, "time": "2016-07-15T18:34:36", "voter": "vorsseli", @@ -881,7 +881,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 110728920756, "rshares": 224070793, "time": "2016-07-16T00:27:39", "voter": "taggley", @@ -889,7 +889,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 8777902167, "rshares": 203311112, "time": "2016-07-16T07:23:09", "voter": "shibley", @@ -897,7 +897,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 40252211898, "rshares": 210336180, "time": "2016-07-15T09:23:09", "voter": "mehanizator", @@ -905,7 +905,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 13978526363, "rshares": 5857815508, "time": "2016-07-15T23:10:51", "voter": "q00p", @@ -913,7 +913,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 80753905287, "rshares": 211688034, "time": "2016-07-16T07:03:42", "voter": "sudnokpok", @@ -921,7 +921,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 317840210, "rshares": 126953742, "time": "2016-07-16T07:05:00", "voter": "kubiiktop", @@ -929,7 +929,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1537463763, "rshares": 3776271080, "time": "2016-07-15T22:47:39", "voter": "creemej", @@ -937,7 +937,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 0, "rshares": 197403726, "time": "2016-07-15T14:35:00", "voter": "micden", @@ -945,7 +945,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 326431056023, "rshares": 150429133, "time": "2016-07-16T06:22:54", "voter": "starlord", @@ -953,7 +953,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1696190, "rshares": 42297921, "time": "2016-07-15T09:46:54", "voter": "status", @@ -961,7 +961,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 9261130965, "rshares": 178823162, "time": "2016-07-15T16:42:09", "voter": "m34ndy0u", @@ -969,7 +969,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1237867647, "rshares": 159589424, "time": "2016-07-16T07:47:57", "voter": "berkut", @@ -977,7 +977,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 2713713668533, "rshares": 202204923, "time": "2016-07-15T17:11:03", "voter": "the-future", @@ -985,7 +985,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 3033861094190, "rshares": 210947994, "time": "2016-07-15T20:49:00", "voter": "nippel66", @@ -993,7 +993,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": -5267038466, "rshares": 286259116, "time": "2016-07-16T06:15:54", "voter": "ndell", @@ -1001,7 +1001,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1399734389, "rshares": 140509725, "time": "2016-07-15T17:50:21", "voter": "roniiskandar", @@ -1009,7 +1009,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 464509516, "rshares": 93671987, "time": "2016-07-15T14:24:45", "voter": "bugadu96", @@ -1017,7 +1017,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 2173940256661, "rshares": 506870302, "time": "2016-07-16T03:06:03", "voter": "benjiberigan", @@ -1025,7 +1025,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": -1041315304671, "rshares": 244097699, "time": "2016-07-16T01:00:06", "voter": "igorduarte", @@ -1033,7 +1033,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 0, "rshares": 107607641, "time": "2016-07-16T05:33:27", "voter": "musical", @@ -1041,7 +1041,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 92588805891, "rshares": 536613836, "time": "2016-07-15T23:07:21", "voter": "seelemonsonline", @@ -1049,7 +1049,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1193366475012, "rshares": 38302504, "time": "2016-07-18T01:25:00", "voter": "madhatting", @@ -1057,7 +1057,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 44044801, "rshares": 23380417, "time": "2016-07-15T15:04:51", "voter": "stereolubov", @@ -1065,7 +1065,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 172643285682, "rshares": 103335387, "time": "2016-07-15T16:00:09", "voter": "creding", @@ -1073,7 +1073,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 789979917423, "rshares": 100488522, "time": "2016-07-15T22:12:36", "voter": "dev00100000", @@ -1081,7 +1081,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1394532106132, "rshares": 91105674, "time": "2016-07-17T18:42:54", "voter": "geronimo", @@ -1089,7 +1089,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 32572797323, "rshares": 98714792, "time": "2016-07-15T15:13:48", "voter": "baz", @@ -1097,7 +1097,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 32665186075, "rshares": 44367649, "time": "2016-07-15T14:24:09", "voter": "csrolex", @@ -1105,7 +1105,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 5238153913016, "rshares": 1829692001, "time": "2016-07-16T05:08:51", "voter": "oliverb", @@ -1113,7 +1113,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 509831969131, "rshares": 117644390, "time": "2016-07-16T01:38:30", "voter": "meteor0", @@ -1121,7 +1121,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 6599688, "rshares": 116482062, "time": "2016-07-15T07:39:48", "voter": "eleanorjoy", @@ -1129,7 +1129,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 2962558, "rshares": 97822703, "time": "2016-07-16T07:55:21", "voter": "karawalla", @@ -1137,7 +1137,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 919405275802, "rshares": 134847208, "time": "2016-07-15T07:40:00", "voter": "tedvernon", @@ -1145,7 +1145,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 0, "rshares": 48877173, "time": "2016-07-15T12:15:36", "voter": "alexx", @@ -1153,7 +1153,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 2179414806836, "rshares": 1716735053, "time": "2016-07-15T14:56:57", "voter": "exyle", @@ -1161,7 +1161,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 2767516672, "rshares": 95297066, "time": "2016-07-15T13:15:39", "voter": "nbogdan", @@ -1169,7 +1169,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 13264343611, "rshares": 111547145, "time": "2016-07-15T19:49:45", "voter": "mephdxa21", @@ -1177,7 +1177,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 715993081769, "rshares": 13940772, "time": "2016-07-15T17:10:03", "voter": "bitlord", @@ -1185,7 +1185,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": -486009658404, "rshares": 104527862, "time": "2016-07-15T14:57:36", "voter": "armen7777", @@ -1193,7 +1193,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 513380281140, "rshares": 34819825, "time": "2016-07-15T14:34:45", "voter": "qonq99", @@ -1201,7 +1201,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 9911281419, "rshares": 104438817, "time": "2016-07-16T10:21:45", "voter": "nick94", @@ -1209,7 +1209,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 11809080914, "rshares": 118286456, "time": "2016-07-15T23:47:45", "voter": "sciphobia", @@ -1217,7 +1217,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1326001640, "rshares": 111289917, "time": "2016-07-15T15:15:51", "voter": "pollack16", @@ -1225,7 +1225,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 551326264964, "rshares": 41675596, "time": "2016-07-15T21:24:57", "voter": "victoria2002", @@ -1233,7 +1233,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 4174275787, "rshares": 64736978, "time": "2016-07-15T15:02:03", "voter": "andrey123", @@ -1241,7 +1241,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 82922763538, "rshares": 46189136, "time": "2016-07-15T13:01:03", "voter": "kottai", @@ -1249,7 +1249,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 84612932528, "rshares": 143457201, "time": "2016-07-16T04:36:09", "voter": "alisha", @@ -1257,7 +1257,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 949931929645, "rshares": 110631442, "time": "2016-07-15T16:30:12", "voter": "moksha", @@ -1265,7 +1265,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 33052176227, "rshares": 46079165, "time": "2016-07-17T13:19:42", "voter": "pika", @@ -1273,7 +1273,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 11008356672, "rshares": 75955392, "time": "2016-07-15T12:52:03", "voter": "junglepancake", @@ -1281,7 +1281,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 80801736359, "rshares": 80554275, "time": "2016-07-15T10:30:18", "voter": "mikeoleksyuk", @@ -1289,7 +1289,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 0, "rshares": 87437757, "time": "2016-07-15T09:48:57", "voter": "valius", @@ -1297,7 +1297,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 0, "rshares": 85123686, "time": "2016-07-15T10:16:33", "voter": "denis1805", @@ -1305,7 +1305,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 0, "rshares": 68999461, "time": "2016-07-15T11:33:42", "voter": "kindmorning", @@ -1313,7 +1313,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 351138837, "rshares": 108051583, "time": "2016-07-15T23:44:24", "voter": "coinmaster4you", @@ -1321,7 +1321,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 8689108583, "rshares": 112581154, "time": "2016-07-15T14:25:45", "voter": "rpm", @@ -1329,7 +1329,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 3707576, "rshares": 80382111, "time": "2016-07-15T18:34:21", "voter": "makarovbg", @@ -1337,7 +1337,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 0, "rshares": 117047185, "time": "2016-07-15T15:36:48", "voter": "nadim01", @@ -1345,7 +1345,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 0, "rshares": 117044299, "time": "2016-07-15T15:40:48", "voter": "cryptonitdmd", @@ -1353,7 +1353,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 7739808, "rshares": 100974210, "time": "2016-07-15T16:42:18", "voter": "maloi2092", @@ -1361,7 +1361,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": -594484317844, "rshares": 45895150, "time": "2016-07-16T00:17:24", "voter": "maxikingstealer", @@ -1369,7 +1369,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 3510600320, "rshares": 103250648, "time": "2016-07-15T16:21:15", "voter": "rufai", @@ -1377,7 +1377,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 28232113335, "rshares": 105505577, "time": "2016-07-16T01:11:18", "voter": "jameswoods", @@ -1385,7 +1385,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 122501362562, "rshares": 2290679, "time": "2016-07-16T00:27:03", "voter": "bitcoin-news", @@ -1393,7 +1393,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 6917598, "rshares": 100752118, "time": "2016-07-15T20:51:39", "voter": "hhhpppzzz", @@ -1401,7 +1401,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 16013620, "rshares": 105282247, "time": "2016-07-16T10:56:42", "voter": "youngyani", @@ -1409,7 +1409,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 6220711357, "rshares": 107395123, "time": "2016-07-16T01:37:24", "voter": "dwaynejohnson", @@ -1417,7 +1417,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1647418195, "rshares": 107323835, "time": "2016-07-16T04:15:51", "voter": "marine", @@ -1425,7 +1425,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1680810817776, "rshares": 1832441732, "time": "2016-07-16T05:37:24", "voter": "ungratefulchump", @@ -1433,7 +1433,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 7078941123096, "rshares": 114096052, "time": "2016-07-16T09:42:27", "voter": "lemooljiang", @@ -1441,7 +1441,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1321485976, "rshares": 91198644, "time": "2016-07-16T08:18:15", "voter": "geras1955", @@ -1449,7 +1449,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 3226773885, "rshares": 72936899, "time": "2016-07-16T09:55:12", "voter": "dimniki198", @@ -1457,7 +1457,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 1156777476755, "rshares": 91062199, "time": "2016-07-16T11:07:06", "voter": "marriedbear", @@ -1465,7 +1465,7 @@ }, { "percent": 10000, - "reputation": 2644191137390, + "reputation": 401034642, "rshares": 81277437, "time": "2016-07-17T06:22:51", "voter": "joca", diff --git a/hivemind/tavern/condenser_api_patterns/get_active_votes/biophil.pat.json b/hivemind/tavern/condenser_api_patterns/get_active_votes/biophil.pat.json index fafe1126..dd0dbf34 100644 --- a/hivemind/tavern/condenser_api_patterns/get_active_votes/biophil.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_active_votes/biophil.pat.json @@ -1,7 +1,7 @@ [ { "percent": 10000, - "reputation": 10077167197115, + "reputation": 476904340100, "rshares": 0, "time": "2016-08-20T02:59:39", "voter": "endgame", @@ -17,7 +17,7 @@ }, { "percent": 10000, - "reputation": 10077167197115, + "reputation": 560251690286, "rshares": 52512184, "time": "2016-07-19T20:01:15", "voter": "seagul", diff --git a/hivemind/tavern/condenser_api_patterns/get_blog/limit_hundred.pat.json b/hivemind/tavern/condenser_api_patterns/get_blog/limit_hundred.pat.json index df07ecea..9d4e376a 100644 --- a/hivemind/tavern/condenser_api_patterns/get_blog/limit_hundred.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_blog/limit_hundred.pat.json @@ -5,607 +5,607 @@ "active_votes": [ { "percent": "100", - "reputation": 12944616889, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 5100, "voter": "steemit78" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 153384, "voter": "world" }, { "percent": "-100", - "reputation": 12944616889, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 59412, "voter": "fufubar1" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 14997, "voter": "anonymous1" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 12944616889, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 12944616889, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 12944616889, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } diff --git a/hivemind/tavern/condenser_api_patterns/get_blog/normal.pat.json b/hivemind/tavern/condenser_api_patterns/get_blog/normal.pat.json index df07ecea..9d4e376a 100644 --- a/hivemind/tavern/condenser_api_patterns/get_blog/normal.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_blog/normal.pat.json @@ -5,607 +5,607 @@ "active_votes": [ { "percent": "100", - "reputation": 12944616889, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 5100, "voter": "steemit78" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 153384, "voter": "world" }, { "percent": "-100", - "reputation": 12944616889, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 59412, "voter": "fufubar1" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 14997, "voter": "anonymous1" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 12944616889, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 12944616889, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 12944616889, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } diff --git a/hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout/limit_100.pat.json b/hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout/limit_100.pat.json index 4af717a9..f48ddb73 100644 --- a/hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout/limit_100.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout/limit_100.pat.json @@ -3,31 +3,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 10900524985586, + "reputation": 12494904871301, "rshares": 211439242838, "voter": "trogdor" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": 0, "rshares": 51307830, "voter": "highnye" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": 78138793415, "rshares": 54126702, "voter": "lovetosteemit" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": -47452169124, "rshares": 50221956, "voter": "steemithelper1" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": 51223240, "rshares": 306081747, "voter": "steemorama" } @@ -65,7 +65,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 49922441497, + "reputation": 2974404080988, "rshares": 127840289791, "voter": "demotruk" } @@ -103,7 +103,7 @@ "active_votes": [ { "percent": "7500", - "reputation": 4603449402273, + "reputation": 18799092030582, "rshares": 111795622957, "voter": "derekareith" } @@ -141,7 +141,7 @@ "active_votes": [ { "percent": "5000", - "reputation": 4603449402273, + "reputation": 18799092030582, "rshares": 77095774656, "voter": "derekareith" } @@ -179,7 +179,7 @@ "active_votes": [ { "percent": "5000", - "reputation": 4603449402273, + "reputation": 18799092030582, "rshares": 77095774656, "voter": "derekareith" } @@ -223,19 +223,19 @@ }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 856945350, "rshares": 101333267, "voter": "cheetah22" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 941978751, "rshares": 188781535, "voter": "cheetah23" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 138268096, "rshares": 144867260, "voter": "cheetah24" } @@ -273,7 +273,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 2287220532946, + "reputation": 14968641922913, "rshares": 57522418578, "voter": "oaldamster" }, @@ -317,7 +317,7 @@ "active_votes": [ { "percent": "3000", - "reputation": 62995887468, + "reputation": 18799092030582, "rshares": 46263835410, "voter": "derekareith" } @@ -355,31 +355,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 10900524985586, + "reputation": 2601725582045, "rshares": 14714651186, "voter": "hellokitty" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": -655701032, "rshares": 121297875, "voter": "btctoken" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": 0, "rshares": 53821026, "voter": "solarempirepc" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": 18006844018, "rshares": 134400698, "voter": "mrainp" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": 78138793415, "rshares": 54126702, "voter": "lovetosteemit" } @@ -417,7 +417,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 12494904871301, + "reputation": 2601725582045, "rshares": 14714651186, "voter": "hellokitty" } @@ -455,55 +455,55 @@ "active_votes": [ { "percent": "10000", - "reputation": 10900524985586, + "reputation": 2601725582045, "rshares": 14714651186, "voter": "hellokitty" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": 10450510, "rshares": 60116331, "voter": "scotthelms89" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": -655701032, "rshares": 121297875, "voter": "btctoken" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": 0, "rshares": 54874786, "voter": "alexbones" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": 3996156608, "rshares": 50303592, "voter": "biker" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": 7455348681, "rshares": 54792292, "voter": "coutchpotatoe" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": 407993596, "rshares": 50317967, "voter": "sleepcult" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": -47452169124, "rshares": 50221956, "voter": "steemithelper1" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": 2403071, "rshares": 54397669, "voter": "waltrichards" } @@ -541,7 +541,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 12494904871301, + "reputation": 2601725582045, "rshares": 14714651186, "voter": "hellokitty" } @@ -585,13 +585,13 @@ }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 46335594, "rshares": 120373295, "voter": "cheetah73" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 752249873, "rshares": 99741664, "voter": "cheetah74" } @@ -667,7 +667,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 8652306644, + "reputation": 2629304079354, "rshares": 19450828249, "voter": "str11ngfello" } @@ -705,7 +705,7 @@ "active_votes": [ { "percent": "10000", - "reputation": -603562034423, + "reputation": -2499740471746, "rshares": 12292537315, "voter": "r4fken" } @@ -743,7 +743,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 18799092030582, + "reputation": 5939157149097, "rshares": 10592290339, "voter": "elissahawke" } @@ -781,7 +781,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 18799092030582, + "reputation": 5939157149097, "rshares": 10384598371, "voter": "elissahawke" } @@ -857,7 +857,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 3651111167339, + "reputation": 277665828905, "rshares": 5186228610, "voter": "ivicaa" } @@ -895,7 +895,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 3651111167339, + "reputation": 277665828905, "rshares": 5289953183, "voter": "ivicaa" } @@ -971,7 +971,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 4063076365725, + "reputation": 7172977970558, "rshares": 3374491185, "voter": "ace108" } @@ -1009,7 +1009,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 149692767350, + "reputation": 794373773056, "rshares": 3000374699, "voter": "sune" } @@ -1047,7 +1047,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 1902109169053, + "reputation": 1199373674648, "rshares": 1947875840, "voter": "gary-smith" } @@ -1178,7 +1178,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 18799092030582, + "reputation": 62995887468, "rshares": 60293991, "voter": "freebornangel" } @@ -1278,7 +1278,7 @@ "active_votes": [ { "percent": "5000", - "reputation": 18799092030582, + "reputation": 4603449402273, "rshares": 2767044151, "voter": "bitcoiner" } @@ -2463,7 +2463,7 @@ "active_votes": [ { "percent": "10000", - "reputation": -30464467585, + "reputation": 28378684, "rshares": 52449059, "voter": "paolo75" } diff --git a/hivemind/tavern/condenser_api_patterns/get_content/gtg.pat.json b/hivemind/tavern/condenser_api_patterns/get_content/gtg.pat.json index 2523faf7..c96d0f51 100644 --- a/hivemind/tavern/condenser_api_patterns/get_content/gtg.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_content/gtg.pat.json @@ -2,211 +2,211 @@ "active_votes": [ { "percent": "10000", - "reputation": 3924899966690, + "reputation": 949715155915, "rshares": 7498426175709, "voter": "steempty" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 70486967561347, "rshares": 42312727614219, "voter": "blocktrades" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 608057298751, "rshares": 305178325808, "voter": "justin" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 138490649, "rshares": 869557685770, "voter": "silver" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 9800209121307, "rshares": 5114872713665, "voter": "roadscape" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 59074616588451, "rshares": 2289539684123, "voter": "complexring" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 0, "rshares": 2180802207, "voter": "chloe" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 0, "rshares": 2185117237, "voter": "jen" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 5009147934382, "rshares": 14176153154, "voter": "danknugs" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 29449063355738, "rshares": 198373663832, "voter": "steemservices" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 12928765689257, "rshares": 30116948361, "voter": "aizensou" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 0, "rshares": 46091054, "voter": "kelly" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 1241362310762, "rshares": 6428425796, "voter": "bentley" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 0, "rshares": 91926650, "voter": "gandalf" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 49549461527, "rshares": 345893040115, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 2802091583976, "rshares": 27177508174, "voter": "proctologic" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 0, "rshares": 316897956, "voter": "sophia" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 5992588876858, "rshares": 21914098976, "voter": "hcf27" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 1963822010265, "rshares": 7368210672, "voter": "modeprator" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 14073457536993, "rshares": 103782757471, "voter": "edgeland" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 41145563244589, "rshares": 785540122070, "voter": "steemship" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 376960001789, "rshares": 5786912627, "voter": "spaninv" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 3750669747284, "rshares": 196850398821, "voter": "pal" }, { "percent": "3301", - "reputation": 3924899966690, + "reputation": 2902053059801, "rshares": 2792608078, "voter": "murh" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 3542054613209, "rshares": 98699236, "voter": "itay" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 1444446898291, "rshares": 9975325205, "voter": "johnerfx" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 11136252375006, "rshares": 206512826638, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 3804349938696, "rshares": 57136530202, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": -453869065378, "rshares": 9128119179, "voter": "somedude" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 77590508815145, "rshares": 203906072916, "voter": "kaylinart" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 37159422493, "rshares": 867610016, "voter": "johnerminer" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 5886979119053, "rshares": 32485842972, "voter": "geoffrey" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 1199373674648, "rshares": 2480411371, "voter": "gary-smith" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 2738311095861, "rshares": 23267718250, "voter": "jparty" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 5571311902261, "rshares": 1953019618, "voter": "mammasitta" }, @@ -218,307 +218,307 @@ }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 110873902249, "rshares": 4679981480, "voter": "madwallace" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 35050443507276, "rshares": 39716978937, "voter": "lauralemons" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 97622606374, "rshares": 461256359, "voter": "chamviet" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": -2499740471746, "rshares": 15413814887, "voter": "r4fken" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 997011879274, "rshares": 6283643209, "voter": "endaksi1" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 6340616331847, "rshares": 16250564070, "voter": "picokernel" }, { "percent": "100", - "reputation": 3924899966690, + "reputation": 19111656178138, "rshares": 702264837, "voter": "furion" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 25849925929525, "rshares": 80421874395, "voter": "anyx" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 3740475854096, "rshares": 2241994263, "voter": "egjoshslim" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 1563271634183, "rshares": 120632910259, "voter": "paco" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 11644551965460, "rshares": 6621475753, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 9836722, "rshares": 226092177, "voter": "jesse5th" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 6892424678378, "rshares": 23810445079, "voter": "inertia" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 171730563, "rshares": 210829632, "voter": "glassice" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": -424880418803, "rshares": 203070157, "voter": "lenar79" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 161079803820, "rshares": 15277675835, "voter": "arcurus" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 6985921192853, "rshares": 101769596658, "voter": "johnsmith" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 0, "rshares": 330264489, "voter": "steeminer" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 97517122081, "rshares": 55123516, "voter": "cire81" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 16914207527051, "rshares": 20346345482, "voter": "celebr1ty" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 136260156259, "rshares": 116522786, "voter": "kibela" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 2227557428863, "rshares": 4195953733, "voter": "sulev" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 106575300404, "rshares": 1863529002, "voter": "glitterpig" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 0, "rshares": 88147854, "voter": "alrx6918" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": -2405411059, "rshares": 156246825, "voter": "vitz81" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 90565359983, "rshares": 7842906910, "voter": "rawnetics" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 1320262999851, "rshares": 2110595726, "voter": "naturalista" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 75109707260, "rshares": 47302483, "voter": "persianqueen" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 1653800202958, "rshares": 309993436467, "voter": "glitterfart" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": -487137935046, "rshares": 102759457, "voter": "caitlinm" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 107551872, "rshares": 71928410, "voter": "jellenmark" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 137363191136, "rshares": 151302584, "voter": "agussudaryanto" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": -1343370986030, "rshares": 12663424, "voter": "ciao" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 21756574883, "rshares": 519527818, "voter": "iaco" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 485540, "rshares": 14786662, "voter": "steemo" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 612274223, "rshares": 1568749518, "voter": "nixonnox" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 4542627765008, "rshares": 3195610059, "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": -79575494262, "rshares": 2458086, "voter": "steema" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": -894488087252, "rshares": 12950553, "voter": "confucius" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 37279727062, "rshares": 911816960, "voter": "bledarus" }, { "percent": "10", - "reputation": 3924899966690, + "reputation": -711516507127, "rshares": 1251336, "voter": "softpunk" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": -789959772758, "rshares": 3742919, "voter": "jarvis" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 31215012571, "rshares": 37069491, "voter": "thecurator" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 17071371161, "rshares": 229846452, "voter": "mefisto" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 83682643470, "rshares": 104558988, "voter": "cinderphoenix" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 0, "rshares": 98540677, "voter": "steeminion" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 5861882, "rshares": 57959648, "voter": "piezolit" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 9708508, "rshares": 8108416, "voter": "brucy" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 0, "rshares": 35603456, "voter": "shukerona" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 13043111, "rshares": 56023735, "voter": "leticiapink" }, { "percent": "10000", - "reputation": 3924899966690, + "reputation": 0, "rshares": 295195987, "voter": "steeminnow" } diff --git a/hivemind/tavern/condenser_api_patterns/get_content/steemit_firstpost.pat.json b/hivemind/tavern/condenser_api_patterns/get_content/steemit_firstpost.pat.json index 3e4ec0a6..ef3d0ef3 100644 --- a/hivemind/tavern/condenser_api_patterns/get_content/steemit_firstpost.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_content/steemit_firstpost.pat.json @@ -2,607 +2,607 @@ "active_votes": [ { "percent": "100", - "reputation": 12944616889, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 5100, "voter": "steemit78" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 153384, "voter": "world" }, { "percent": "-100", - "reputation": 12944616889, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 59412, "voter": "fufubar1" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 14997, "voter": "anonymous1" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 12944616889, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 12944616889, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 12944616889, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/first.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/first.pat.json index 1a29b7dc..6d7ffd6a 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/first.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/first.pat.json @@ -3,607 +3,607 @@ "active_votes": [ { "percent": "100", - "reputation": 12944616889, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 5100, "voter": "steemit78" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 153384, "voter": "world" }, { "percent": "-100", - "reputation": 12944616889, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 59412, "voter": "fufubar1" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 14997, "voter": "anonymous1" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 12944616889, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 12944616889, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 12944616889, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/second.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/second.pat.json index 1a29b7dc..6d7ffd6a 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/second.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date/second.pat.json @@ -3,607 +3,607 @@ "active_votes": [ { "percent": "100", - "reputation": 12944616889, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 5100, "voter": "steemit78" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 153384, "voter": "world" }, { "percent": "-100", - "reputation": 12944616889, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 59412, "voter": "fufubar1" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 14997, "voter": "anonymous1" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 12944616889, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 12944616889, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 12944616889, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_blog/steemit.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_blog/steemit.pat.json index 1a29b7dc..6d7ffd6a 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_blog/steemit.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_blog/steemit.pat.json @@ -3,607 +3,607 @@ "active_votes": [ { "percent": "100", - "reputation": 12944616889, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 5100, "voter": "steemit78" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 153384, "voter": "world" }, { "percent": "-100", - "reputation": 12944616889, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 59412, "voter": "fufubar1" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 14997, "voter": "anonymous1" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 12944616889, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 12944616889, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 12944616889, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/admin.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/admin.pat.json index 2bd803e5..66f32f8c 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/admin.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments/admin.pat.json @@ -3,61 +3,61 @@ "active_votes": [ { "percent": "-100", - "reputation": 975371654, + "reputation": 145171381514207, "rshares": -375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 0, "rshares": 5100, "voter": "steemit46" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 9800209121307, "rshares": 81125, "voter": "roadscape" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 15755437221598, "rshares": 431616594, "voter": "acidyo" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 7967572146571, "rshares": 58854897335, "voter": "business" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 1241600128334, "rshares": 244129227, "voter": "kewpiedoll" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 1320262999851, "rshares": 1615731741, "voter": "naturalista" } diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_hot/steem.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_hot/steem.pat.json index 4f5677a7..ac615aea 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_hot/steem.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_hot/steem.pat.json @@ -3,613 +3,613 @@ "active_votes": [ { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 1861031398822, "voter": "books" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 8779714777561, "rshares": 4287714457313, "voter": "riverhead" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 1855967006728, "voter": "badassmother" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 4107373187010, "rshares": 2053236030423, "voter": "hr1" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 8358591595454, "rshares": 5519371190400, "voter": "kushed" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 358840960832, "rshares": 1271804694676, "voter": "rossco99" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 22391622942, "voter": "jaewoocho" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 26776677752355, "rshares": 161758715658, "voter": "ozmaster" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 28971806962251, "rshares": 1534643949678, "voter": "joseph" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 12928765689257, "rshares": 100723108736, "voter": "aizensou" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 466132509421, "voter": "recursive2" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 100108166977919, "rshares": 636519834128, "voter": "masteryoda" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 9028537022578, "rshares": 3120576239931, "voter": "recursive" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 67589992585, "rshares": 8927291120, "voter": "idol" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 72112139588726, "rshares": 800066797130, "voter": "steemrollin" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 4941942978, "voter": "sakr" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 37454101478493, "rshares": 284401462010, "voter": "chitty" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 368156222, "rshares": 1536592488, "voter": "jocelyn" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 3444102146490, "rshares": 14818263059, "voter": "gregory-f" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 14073457536993, "rshares": 154334962550, "voter": "edgeland" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 54345938068170, "rshares": 374436234637, "voter": "craig-grant" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 21498120740, "rshares": 9028550345, "voter": "gregory60" }, { "percent": "1056", - "reputation": 61374667649460, + "reputation": 12382143533351, "rshares": 89897944197, "voter": "eeks" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 4931834878069, "rshares": 11591323519, "voter": "fkn" }, { "percent": "9900", - "reputation": 61374667649460, + "reputation": 0, "rshares": 468281676, "voter": "paco-steem" }, { "percent": "9900", - "reputation": 61374667649460, + "reputation": 376960001789, "rshares": 5641697991, "voter": "spaninv" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 5414208804644, "rshares": 15236070794, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 15854806148148, "rshares": 7802860274, "voter": "richman" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 58571016273092, "rshares": 584279800798, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 1942274690427, "rshares": 10059005246, "voter": "kefkius" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 21903005256174, "rshares": 177417522325, "voter": "mummyimperfect" }, { "percent": "2900", - "reputation": 61374667649460, + "reputation": 1663549830469, "rshares": 313697862, "voter": "coar" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 161089556767, "rshares": 106635074770, "voter": "asch" }, { "percent": "5555", - "reputation": 61374667649460, + "reputation": 2902053059801, "rshares": 1061264730, "voter": "murh" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 426343346149, "rshares": 6230798580, "voter": "cryptofunk" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 2003359924, "voter": "error" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 2185191285319, "rshares": 11848125383, "voter": "andu" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 824717099743, "rshares": 970586830705, "voter": "cyber" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 4509451541223, "rshares": 59952188311, "voter": "theshell" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 3037854988445, "rshares": 49580154489, "voter": "ak2020" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 79561484422, "rshares": 402139444, "voter": "applecrisp" }, { "percent": "9900", - "reputation": 61374667649460, + "reputation": 0, "rshares": 365370465, "voter": "stiletto" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 12494904871301, "rshares": 280737930617, "voter": "trogdor" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 486415577627, "rshares": 5950623572, "voter": "mark-waser" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 5886979119053, "rshares": 118356217412, "voter": "geoffrey" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 598181152117, "rshares": 101509283748, "voter": "kimziv" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 3708822694051, "rshares": 75333038089, "voter": "emily-cook" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 601987961462, "rshares": 2251949197, "voter": "superfreek" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 25639258699, "rshares": 275327756, "voter": "ladyclair" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 65540661343, "rshares": 3283410959, "voter": "orly" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 2083279715738, "rshares": 5271030976, "voter": "riscadox" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 46813789492, "rshares": 25057521880, "voter": "tcfxyz" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 3366379465325, "rshares": 6939954009, "voter": "futurefood" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 19111656178138, "rshares": 56586842629, "voter": "furion" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 2054508199522, "rshares": 754655775, "voter": "busser" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 1057084315198, "rshares": 103793678934, "voter": "cdubendo" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 3891722, "rshares": 271487757, "voter": "barbara2" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 9142611234, "rshares": 301755142, "voter": "ch0c0latechip" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 3871042, "rshares": 279277284, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 2733708608, "voter": "steem1653" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 322912672117, "rshares": 124961861, "voter": "cynetyc" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 7952828943, "rshares": 5357326058, "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 431450051428, "rshares": 14168005907, "voter": "aaseb" }, { "percent": "4000", - "reputation": 61374667649460, + "reputation": 2397831198773, "rshares": 4209533734, "voter": "karen13" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 1175982316919, "rshares": 251367062418, "voter": "nabilov" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 2644191137390, "rshares": 8576081337, "voter": "noodhoog" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 658204768651, "rshares": 46859060143, "voter": "milestone" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 777812727227, "rshares": 21565632626, "voter": "artific" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 2078306772520, "rshares": 5840939270, "voter": "btcbtcbtc20155" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 3033861094190, "rshares": 14455781997, "voter": "nippel66" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 21815260714191, "rshares": 163325492855, "voter": "blueorgy" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 2173940256661, "rshares": 13111647625, "voter": "benjiberigan" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 782596410473, "rshares": 2214250194, "voter": "poseidon" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 76096938200261, "rshares": 355265286967, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 974488972206, "rshares": 3295677164, "voter": "simon.braki.love" }, { "percent": "100", - "reputation": 61374667649460, + "reputation": 3439295754608, "rshares": 121062267, "voter": "bola" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 6467956247739, "rshares": 32544157928, "voter": "deanliu" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 2970166898462, "rshares": 14007767075, "voter": "hagie" }, { "percent": "4000", - "reputation": 61374667649460, + "reputation": 14988694886527, "rshares": 204618396015, "voter": "jl777" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 918911822347, "rshares": 1371622220, "voter": "aleco" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 10519849768972, "rshares": 9400257217, "voter": "positive" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 1773021661, "voter": "yarly" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 267188192, "voter": "yarly2" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 267587944, "voter": "yarly3" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 154579129, "voter": "yarly4" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 155451862, "voter": "yarly5" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 88607961, "voter": "yarly7" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 686738916191, "rshares": 257573964, "voter": "sergey44" }, { "percent": "4000", - "reputation": 61374667649460, + "reputation": 58190631451, "rshares": 17267341753, "voter": "proto" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 17698439393799, "rshares": 16251777176, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 428868451, "voter": "yarly10" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 229507420, "voter": "yarly11" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 80241480, "voter": "yarly12" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 147425730, "rshares": 316499814, "voter": "fnait" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 3720753029, "rshares": 281178931, "voter": "keepcalmand" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 1418195151238, "rshares": 607346548, "voter": "cwmyao1" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 314229959204, "rshares": 16495975416, "voter": "jamesbrown" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 106575300404, "rshares": 3353991305, "voter": "glitterpig" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 3962925392210, "rshares": 7506600577, "voter": "jed78" }, { "percent": "4000", - "reputation": 61374667649460, + "reputation": 1275505236, "rshares": 8734185109, "voter": "taker" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 887519432562, "rshares": 1651596637, "voter": "coinbar" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 10771708337101, "rshares": 574717917578, "voter": "laonie" }, @@ -621,439 +621,439 @@ }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 876981522843, "rshares": 5104045578, "voter": "croatia" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 18027204457681, "rshares": 19987344033, "voter": "myfirst" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 5776723480371, "rshares": 116658367770, "voter": "somebody" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 206355094166, "rshares": 4604075327, "voter": "flysaga" }, { "percent": "1056", - "reputation": 61374667649460, + "reputation": 1751717743, "rshares": 2501638608, "voter": "gmurph" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 97845484474, "rshares": 25770687280, "voter": "midnightoil" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 4190377366, "voter": "ullikume" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 3271549714172, "rshares": 2325684243, "voter": "andrew0" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 3016325652890, "rshares": 64457942294, "voter": "xiaohui" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 6111268639849, "rshares": 3234267259, "voter": "elfkitchen" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 66791976065, "rshares": 99935909954, "voter": "joele" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 11122126920308, "rshares": 5855738054, "voter": "oflyhigh" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 1851205309677, "rshares": 2127092828, "voter": "xiaokongcom" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 15018520093808, "rshares": 47556149905, "voter": "eneismijmich" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 4195733833721, "rshares": 4287842001, "voter": "xianjun" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 33467338593, "rshares": 72192938, "voter": "sijoittaja" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 1487684933351, "rshares": 11041591679, "voter": "borran" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 2118792724924, "rshares": 93807196108, "voter": "miacats" }, { "percent": "4700", - "reputation": 61374667649460, + "reputation": 730408370151, "rshares": 280777082, "voter": "microluck" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 3168479764, "rshares": 74131936, "voter": "razberrijam" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 4637390447698, "rshares": 2022702929, "voter": "chinadaily" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": -30464467585, "rshares": 86712034, "voter": "pompe72" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 15562325823, "rshares": 1647538615, "voter": "ignat" }, { "percent": "2100", - "reputation": 61374667649460, + "reputation": 11683040603469, "rshares": 20666130092, "voter": "anotherjoe" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 16426840706, "rshares": 10344891579, "voter": "gvargas123" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 2357768295588, "rshares": 3562389763, "voter": "movievertigo" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 1130219064888, "rshares": 21980957828, "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 2516108074649, "rshares": 2109031152, "voter": "runridefly" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 364872562916, "rshares": 1783693666, "voter": "funkywanderer" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 4254380753805, "rshares": 4747321980, "voter": "richardcrill" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 1504301173829, "rshares": 2161669067, "voter": "jeremyfromwi" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 20797221470, "rshares": 1661534801, "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 25413691969, "rshares": 178419224, "voter": "greatness" }, { "percent": "5000", - "reputation": 61374667649460, + "reputation": 837791549130, "rshares": 27678962051, "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 232802458264, "rshares": 15571125147, "voter": "digital-wisdom" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 3710973264, "voter": "ethical-ai" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 785171622834, "rshares": 6831389463, "voter": "jwaser" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 51223240, "rshares": 422625634, "voter": "steemorama" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 2856930496335, "rshares": 4269189470, "voter": "nubchai" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 50931848, "voter": "analyzethis" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 1810829967, "rshares": 2675506788, "voter": "bwaser" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 3301652860610, "rshares": 6064648982, "voter": "dexter-k" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 54949117, "voter": "doggnostic" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 54665234, "voter": "jenny-talls" }, { "percent": "5000", - "reputation": 61374667649460, + "reputation": 26215514, "rshares": 27673000226, "voter": "brains" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 861400654873, "rshares": 1387263917, "voter": "steemafon" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 5753524189, "voter": "chick1" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 50584036, "voter": "aoki" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 51568971, "voter": "typingagent" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 50528809, "voter": "cwb" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 62995887468, "rshares": 62515317, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 1996672246136, "rshares": 339300528, "voter": "anomaly" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 570800415880, "rshares": 2401297947, "voter": "ellepdub" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 1502200909130, "rshares": 98577200, "voter": "ola1" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 6072650400812, "rshares": 12115690216, "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 4817018034, "voter": "morgan.waser" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 50228382, "voter": "dragonice" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 50907857, "voter": "oxygen" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 50873654, "voter": "palladium" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 50865840, "voter": "sting" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 3689865978, "voter": "strong-ai" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 162917785, "voter": "ctu" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 161815656, "voter": "ranger" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 161700361, "voter": "shadowcash" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 161218747, "voter": "sdc" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 158018960, "voter": "bethesda" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 160835930, "voter": "skrillex" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 160319579, "voter": "cybergirls" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 159175576, "voter": "fallout" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 158732321, "voter": "steemwallet" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 0, "rshares": 158638676, "voter": "icesteem" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 251629303655, "rshares": 31684221772, "voter": "goldmatters" }, { "percent": "10000", - "reputation": 61374667649460, + "reputation": 2361914, "rshares": 154247502, "voter": "dougkarr" } diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_promoted/steem.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_promoted/steem.pat.json index 7e4bbc6e..bcd319bb 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_promoted/steem.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_promoted/steem.pat.json @@ -3,37 +3,37 @@ "active_votes": [ { "percent": "-10000", - "reputation": 13270505121655, + "reputation": 145171381514207, "rshares": -28338941273774, "voter": "dantheman" }, { "percent": "-10000", - "reputation": 13270505121655, + "reputation": 446491524573, "rshares": -56560374008, "voter": "fminerten1" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 17094999940, "rshares": 515865522774, "voter": "panadacoin" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 261787136527, "rshares": 591238736691, "voter": "barrie" }, { "percent": "-10000", - "reputation": 13270505121655, + "reputation": 32455846463901, "rshares": -31244889730986, "voter": "smooth" }, { "percent": "-10000", - "reputation": 13270505121655, + "reputation": 14765040488827, "rshares": -25869425303440, "voter": "berniesanders" }, @@ -45,2515 +45,2515 @@ }, { "percent": "-4000", - "reputation": 13270505121655, + "reputation": 0, "rshares": -61162327823, "voter": "highasfuck" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 8779714777561, "rshares": 5861402538757, "voter": "riverhead" }, { "percent": "3500", - "reputation": 13270505121655, + "reputation": 8358591595454, "rshares": 2012701974707, "voter": "kushed" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2827502899317, "rshares": 1105925638130, "voter": "ihashfury" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 358840960832, "rshares": 1595196737607, "voter": "rossco99" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 36749432321730, "rshares": 986803208166, "voter": "liondani" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 5034399699326, "voter": "steemit200" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1214229078, "rshares": 3103422054, "voter": "boy" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4712949449, "rshares": 3767892961, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1789951494550, "rshares": 690943799, "voter": "bunny" }, { "percent": "4900", - "reputation": 13270505121655, + "reputation": 59074616588451, "rshares": 3573913851034, "voter": "complexring" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 31405352060596, "rshares": 6282474172783, "voter": "clayop" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 103443134841, "rshares": 54717838235, "voter": "bue" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 1662987228, "voter": "mini" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 213785292, "voter": "moon" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 330982605, "rshares": 209038160029, "voter": "alex90342fastn1" }, { "percent": "1000", - "reputation": 13270505121655, + "reputation": 12928765689257, "rshares": 7692488765, "voter": "aizensou" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 13096661187964, "rshares": 3455872549975, "voter": "au1nethyb1" }, { "percent": "5000", - "reputation": 13270505121655, + "reputation": 1241362310762, "rshares": 6781848343, "voter": "bentley" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -296615780418, "rshares": 1387859952, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1250001478305, "rshares": 106098683047, "voter": "bonapartist" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 854893586973, "rshares": 855490468340, "voter": "boombastic" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 7520586390, "rshares": 115524100455, "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 8261386990, "voter": "bingo-0" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 2104057003, "voter": "bingo-1" }, { "percent": "-10000", - "reputation": 13270505121655, + "reputation": 83941319998, "rshares": -5694232013608, "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 71087197697999, "rshares": 988597560715, "voter": "benjojo" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 49549461527, "rshares": 564763376378, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 18678729398345, "rshares": 168058097416, "voter": "pairmike" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 585246886482, "rshares": 61457593326, "voter": "vip" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2802091583976, "rshares": 29414306405, "voter": "proctologic" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 624912728, "voter": "healthcare" }, { "percent": "100", - "reputation": 13270505121655, + "reputation": 7458354230246, "rshares": 902943814, "voter": "stoner19" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 971397151, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4874033031398, "rshares": 400674324536, "voter": "woo7739" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 72112139588726, "rshares": 821205239311, "voter": "steemrollin" }, { "percent": "1000", - "reputation": 13270505121655, + "reputation": 8963739580468, "rshares": 16122243298, "voter": "team" }, { "percent": "2100", - "reputation": 13270505121655, + "reputation": 37454101478493, "rshares": 68140066479, "voter": "chitty" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 327447579267, "rshares": 335329901210, "voter": "lighthil" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 288337653, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 9469162, "rshares": 84761882611, "voter": "unosuke" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1118904717803, "rshares": 221378412917, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 127159698297, "rshares": 156355134109, "voter": "vitaly-lvov" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 14073457536993, "rshares": 125237012083, "voter": "edgeland" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 54345938068170, "rshares": 384189354393, "voter": "craig-grant" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 12712877967688, "rshares": 78953157492, "voter": "easteagle13" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1590661010140, "rshares": 24177692381, "voter": "mod-tamichh" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 55171927909, "rshares": 47071100260, "voter": "cyan91" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5380704535, "rshares": 182161233136, "voter": "samuel-stone" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1421425103482, "rshares": 27507445535, "voter": "full-measure" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 9600934617910, "rshares": 15043635029, "voter": "jademont" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 204869765185479, "rshares": 1091318863571, "voter": "gavvet" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1706294048292, "rshares": 3913661416, "voter": "hbhades" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 12382143533351, "rshares": 537679658162, "voter": "eeks" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 477297643, "voter": "paco-steem" }, { "percent": "100", - "reputation": 13270505121655, + "reputation": 35537325381339, "rshares": 19875326051, "voter": "hipster" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 376960001789, "rshares": 5373300397, "voter": "spaninv" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5045406568403, "rshares": 31632644129, "voter": "james-show" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1172373556107, "rshares": 2191644256, "voter": "gekko" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 122177444407384, "rshares": 1709548184767, "voter": "cryptoctopus" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3750669747284, "rshares": 292403125620, "voter": "pal" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 10093114621632, "rshares": 91790166084, "voter": "william-noe" }, { "percent": "5000", - "reputation": 13270505121655, + "reputation": 15755437221598, "rshares": 6782998784, "voter": "acidyo" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 42741727265739, "rshares": 134023949190, "voter": "steve-walschot" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 6182090102255, "rshares": 32871946754, "voter": "dan-atstarlite" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1663549830469, "rshares": 490595494, "voter": "coar" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 161089556767, "rshares": 67870898638, "voter": "asch" }, { "percent": "5000", - "reputation": 13270505121655, + "reputation": 60877390332151, "rshares": 286727574871, "voter": "kevinwong" }, { "percent": "3301", - "reputation": 13270505121655, + "reputation": 2902053059801, "rshares": 1425998946, "voter": "murh" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 16325478562, "rshares": 1703165248, "voter": "brian-lukassen" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 426343346149, "rshares": 7184649989, "voter": "cryptofunk" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4740608822, "rshares": 584817224, "voter": "kodi" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4509451541223, "rshares": 79084857477, "voter": "theshell" }, { "percent": "3000", - "reputation": 13270505121655, + "reputation": 16234753830016, "rshares": 22641839395, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 11765473490257, "rshares": 51307800519, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -2683858617900, "rshares": 5388661415, "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 71931696380, "rshares": 3915776982262, "voter": "satoshifund" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 11136252375006, "rshares": 403407002721, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 79561484422, "rshares": 426836364, "voter": "applecrisp" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 372600185, "voter": "stiletto" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 6531398726064, "rshares": 147474797358, "voter": "killerstorm" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 514799489426, "rshares": 370486042445, "voter": "hedge-x" }, { "percent": "100", - "reputation": 13270505121655, + "reputation": 62345041692781, "rshares": 6226063990, "voter": "hisnameisolllie" }, { "percent": "100", - "reputation": 13270505121655, + "reputation": 20763505296686, "rshares": 4666893911, "voter": "wingz" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3804349938696, "rshares": 53642020280, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 11429090901893, "rshares": 112536244257, "voter": "kenny-crane" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3046358914696, "rshares": 18290477525, "voter": "samether" }, { "percent": "3000", - "reputation": 13270505121655, + "reputation": 5888717170887, "rshares": 20435826971, "voter": "ratel" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1380612911758, "rshares": 4477973596, "voter": "dahaz159" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1116909606233, "rshares": 13353893819, "voter": "facer" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1205917850073, "rshares": 19195451431, "voter": "ziv" }, { "percent": "-10000", - "reputation": 13270505121655, + "reputation": 2676865682314, "rshares": -37886485933, "voter": "cheftony" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 696041082748, "rshares": 814177904, "voter": "proglobyte" }, { "percent": "7500", - "reputation": 13270505121655, + "reputation": 1331218317408, "rshares": 6651057809, "voter": "grandpere" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 343178626425, "rshares": 187723859372, "voter": "mexbit" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 486415577627, "rshares": 5901731263, "voter": "mark-waser" }, { "percent": "0", - "reputation": 13270505121655, + "reputation": 2419162524790, "rshares": 13475779704, "voter": "publicworker" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5886979119053, "rshares": 106662592446, "voter": "geoffrey" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 274656026130, "rshares": 46106881411, "voter": "honeythief" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5571311902261, "rshares": 2879418324, "voter": "mammasitta" }, { "percent": "5000", - "reputation": 13270505121655, + "reputation": 36344377648, "rshares": 22456450828, "voter": "marco-delsalto" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 224903879777, "rshares": 6740408834, "voter": "tyler-fletcher" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 23892211348234, "rshares": 90461089451, "voter": "mctiller" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2407214688261, "rshares": 70695307715, "voter": "freedomengineer" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3929147028870, "rshares": 14764907307, "voter": "magnebit" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 28873518041457, "rshares": 73424982025, "voter": "razvanelulmarin" }, { "percent": "900", - "reputation": 13270505121655, + "reputation": 6767512298331, "rshares": 4332771254, "voter": "treeshaface" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 6029824012432, "rshares": 17687843258, "voter": "frankjones" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 10980042082204, "rshares": 18766219906, "voter": "skapaneas" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5078903531942, "rshares": 5157854283, "voter": "micheletrainer" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5392624170369, "rshares": 17552893571, "voter": "grey580" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 25639258699, "rshares": 283436852, "voter": "ladyclair" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 112943056223182, "rshares": 288748933789, "voter": "ericvancewalton" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 160174254209, "rshares": 52215058764, "voter": "booja" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 57643429300793, "rshares": 331004446932, "voter": "roelandp" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1959446497877, "rshares": 4775693686, "voter": "dennygalindo" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 19449097565894, "rshares": 62198582831, "voter": "lehard" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 19988015698, "rshares": 249608253, "voter": "ivp" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1700182089209, "rshares": 86432384761, "voter": "rubybian" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 65540661343, "rshares": 3299480410, "voter": "orly" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 40557912481, "rshares": 254364900, "voter": "mstang83" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 10248743813131, "rshares": 22617124650, "voter": "katyakov" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 17484609383217, "rshares": 122156869592, "voter": "robrigo" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 11415305020986, "rshares": 48022035978, "voter": "menta" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 866922528456, "rshares": 977288096, "voter": "lontong" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2222945795019, "rshares": 135562023252, "voter": "chhayll" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -2499740471746, "rshares": 13300237653, "voter": "r4fken" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 18799092030582, "rshares": 124913925653, "voter": "derekareith" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 6340616331847, "rshares": 26683327851, "voter": "picokernel" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 573516438, "rshares": 2707813985, "voter": "wintrop" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 7018477845661, "rshares": 514388137239, "voter": "neoxian" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4336087201971, "rshares": 25581639649, "voter": "strangerarray" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 736644764370, "rshares": 1344524912605, "voter": "renohq" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3320684282022, "rshares": 155010079441, "voter": "knircky" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 727668809534, "rshares": 5523230874, "voter": "on0tole" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 11161280105659, "rshares": 71594122778, "voter": "sigmajin" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 8017093633272, "rshares": 16832656768, "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 10069093677389, "rshares": 42564757970, "voter": "mrwang" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 899920858191, "rshares": 1268462097, "voter": "mixa" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1371681467487, "rshares": 8279675078, "voter": "autosmile13" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 67145833276, "rshares": 40069670306, "voter": "wesam" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 1632266140, "voter": "steem1653" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 322912672117, "rshares": 55667692, "voter": "cynetyc" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1661526202859, "rshares": 4524453413, "voter": "gikitiki" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2821855573125, "rshares": 4046708005, "voter": "steemit-life" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 7952828943, "rshares": 4687463894, "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 10077167197115, "rshares": 40136504296, "voter": "biophil" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2397831198773, "rshares": 3759809896, "voter": "karen13" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2753142336385, "rshares": 2630980347, "voter": "jbouchard12" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 19168905436557, "rshares": 27635550326, "voter": "dwinblood" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 866671256465, "rshares": 24959867898, "voter": "igster" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5827115301697, "rshares": 10845979381, "voter": "deviedev" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1489102259, "rshares": 228465690, "voter": "zoicneo" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1175982316919, "rshares": 296045327034, "voter": "nabilov" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 9512715139288, "rshares": 79351054414, "voter": "ntomaino" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 10445529851856, "rshares": 13957994657, "voter": "meesterboom" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3674446315320, "rshares": 12385010041, "voter": "domavila" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 688176613733, "rshares": 400742354, "voter": "karenmckersie" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1058072223123, "rshares": 484888225, "voter": "luisucv34" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5183116321161, "rshares": 5747716426, "voter": "krystle" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 6892424678378, "rshares": 75001817111, "voter": "inertia" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1500654518354, "rshares": 44353154247, "voter": "yongyoon" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 594833631949, "rshares": 7146190847, "voter": "lichtblick" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3040770542655, "rshares": 9028095567, "voter": "warrensteem" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3502382308233, "rshares": 3710621464, "voter": "maximkichev" }, { "percent": "1000", - "reputation": 13270505121655, + "reputation": 51478739136, "rshares": 5254853525, "voter": "sbq777t" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3033861094190, "rshares": 13560062590, "voter": "nippel66" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 34120390016, "rshares": 3175676972, "voter": "imp3" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1558637285991, "rshares": 2552560220, "voter": "sgnsteems" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 21815260714191, "rshares": 189609178496, "voter": "blueorgy" }, { "percent": "1400", - "reputation": 13270505121655, + "reputation": 9709066337974, "rshares": 4380569189, "voter": "wadepaterson" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 76096938200261, "rshares": 296100567501, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -124823359245, "rshares": 20078314404, "voter": "mustafaomar" }, { "percent": "4900", - "reputation": 13270505121655, + "reputation": 224144957883, "rshares": 7161559782, "voter": "all-of-us" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1532881687066, "rshares": 8247905495, "voter": "magz8716" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 10910231620999, "rshares": 18706560189, "voter": "bendjmiller222" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 477578742546, "rshares": 4078813249, "voter": "tarindel" }, { "percent": "5000", - "reputation": 13270505121655, + "reputation": 7740774800016, "rshares": 13966407599, "voter": "beowulfoflegend" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 6467956247739, "rshares": 23276095473, "voter": "deanliu" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4194711042931, "rshares": 5317355087, "voter": "rainchen" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3782785917192, "rshares": 9242725695, "voter": "oumar" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1878917499597, "rshares": 5575772867, "voter": "sharker" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 14988694886527, "rshares": 182819821534, "voter": "jl777" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 715914588623, "rshares": 1103176661, "voter": "oecp85" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2795999874461, "rshares": 977888223951, "voter": "james212" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 101628344707, "rshares": 818040957, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4226573244868, "rshares": 39295777834, "voter": "zaebars" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 702602138233, "rshares": 1428031362, "voter": "alekst" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 1782690382, "voter": "yarly" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 82922763538, "rshares": 125979055, "voter": "kottai" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 269576627, "voter": "yarly2" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 269980297, "voter": "yarly3" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 156093986, "voter": "yarly4" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 156975275, "voter": "yarly5" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 89476508, "voter": "yarly7" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 161079803820, "rshares": 56769328536, "voter": "arcurus" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1464965875, "rshares": 115403915, "voter": "charbelnamm" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 19524897676, "rshares": 9802713874, "voter": "alsprinting" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3076953263936, "rshares": 4554249461, "voter": "gustavopasquini" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5078296488269, "rshares": 10450628476, "voter": "moon32walker" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 27988491601746, "rshares": 25772328103, "voter": "marius19" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 7078941123096, "rshares": 13637653306, "voter": "lemooljiang" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 13032104555879, "rshares": 15826604583, "voter": "winstonwolfe" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 114499038747, "rshares": 455136533, "voter": "kooshikoo" }, { "percent": "2300", - "reputation": 13270505121655, + "reputation": 568560955800, "rshares": 8541510354, "voter": "fatboy" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 58190631451, "rshares": 15580395475, "voter": "proto" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 153480676290, "rshares": 639099484, "voter": "curator" }, { "percent": "8200", - "reputation": 13270505121655, + "reputation": 7172977970558, "rshares": 2410557662, "voter": "ace108" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 432302630, "voter": "yarly10" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -2287580630, "rshares": 1634018670, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 231618512, "voter": "yarly11" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1416246303584, "rshares": 13498521499, "voter": "michaeldodridge" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 81028161, "voter": "yarly12" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 19497864738, "rshares": 1713978326, "voter": "remlaps" }, { "percent": "0", - "reputation": 13270505121655, + "reputation": 5571312226030, "rshares": 165045645, "voter": "beanz" }, { "percent": "100", - "reputation": 13270505121655, + "reputation": 6545561317919, "rshares": 273280899, "voter": "clevecross" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 17218558634066, "rshares": 31769283842, "voter": "smailer" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -1193908062262, "rshares": 149502446, "voter": "steemster1" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2227557428863, "rshares": 4564708091, "voter": "sulev" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2413145659228, "rshares": 2873988066, "voter": "dmilash" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1454976935454, "rshares": 3459421629, "voter": "carlas10" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 979379098872, "rshares": 1493719735, "voter": "spinner" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 106575300404, "rshares": 4189235490, "voter": "glitterpig" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1275505236, "rshares": 7874311492, "voter": "taker" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 36625546797, "rshares": 689524426, "voter": "pakisnxt" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1085279334225, "rshares": 5394692942, "voter": "theprophet0" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1251705047047, "rshares": 4481547788, "voter": "theprophet" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -833837861150, "rshares": 61911147, "voter": "sharon" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4964569405579, "rshares": 7265644466, "voter": "dumar022" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -1130081321479, "rshares": 61700262, "voter": "lillianjones" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 6181438509962, "rshares": 46418159604, "voter": "capitalism" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 7286529084, "rshares": 588460890536, "voter": "toxic" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3350958489391, "rshares": 8609049381, "voter": "darknet" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1751717743, "rshares": 14224054622, "voter": "gmurph" }, { "percent": "0", - "reputation": 13270505121655, + "reputation": 6887127798781, "rshares": 655589667, "voter": "xtester" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2287220532946, "rshares": 2090553241, "voter": "achim86" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 4256758523, "voter": "ullikume" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2021353867281, "rshares": 8452120116, "voter": "kurtbeil" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 519457263879, "rshares": 60138244071, "voter": "poteshnik83" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 19964916752653, "rshares": 99476907271, "voter": "thisisbenbrick" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 638930934079, "rshares": 392193612, "voter": "wiser" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 66769295082002, "rshares": 112411845286, "voter": "terrycraft" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 790526925913, "rshares": 1348324437, "voter": "dolov" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 117644956479, "rshares": 21004018124, "voter": "jphamer1" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2344911104009, "rshares": 11270713350, "voter": "ekitcho" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 229682900271, "rshares": 150794650, "voter": "bigsambucca" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 66791976065, "rshares": 83986507131, "voter": "joele" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 11122126920308, "rshares": 5527031256, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1562464639, "rshares": 57523014, "voter": "nickche" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1269864429223, "rshares": 2512217855, "voter": "kainmarx" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3740136030964, "rshares": 493960660, "voter": "future24" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -1468839175006, "rshares": 63555792, "voter": "msjennifer" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -1343370986030, "rshares": 58453204, "voter": "ciao" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3401416945201, "rshares": 3015124995, "voter": "villainblack" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1706681630, "rshares": 3439786891, "voter": "cmorton" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 151272123831, "rshares": 219039434, "voter": "xcepta" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3515726108234, "rshares": 748990287, "voter": "jrcornel" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 485540, "rshares": 57914427, "voter": "steemo" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4542627765008, "rshares": 19865005311, "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -79575494262, "rshares": 56535984, "voter": "steema" }, { "percent": "3000", - "reputation": 13270505121655, + "reputation": 4130836907564, "rshares": 5769564425, "voter": "highlite" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 56139970267, "rshares": 73061236, "voter": "evgenyche" }, { "percent": "0", - "reputation": 13270505121655, + "reputation": 237071800963, "rshares": 65927774, "voter": "bhavnapatel68" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -894488087252, "rshares": 71228043, "voter": "confucius" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 9332405310628, "rshares": 28924632850, "voter": "mrosenquist" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 289207830105, "rshares": 74898697, "voter": "elenirossidou" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -789959772758, "rshares": 58639072, "voter": "jarvis" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 746533252410, "rshares": 102741069, "voter": "lisadang" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3168479764, "rshares": 78765183, "voter": "razberrijam" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3814152361740, "rshares": 10750764390, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 56726999, "voter": "fortuner" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2747626258414, "rshares": 2816953736, "voter": "virtualgrowth" }, { "percent": "100", - "reputation": 13270505121655, + "reputation": 11683040603469, "rshares": 1399636656, "voter": "anotherjoe" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 59750246, "voter": "saveliy" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2725853299020, "rshares": 5927843564, "voter": "solarguy" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 587729701840, "rshares": 890579467, "voter": "crazycow" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 998787616929, "rshares": 3977281078, "voter": "lamech-m" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3388690269338, "rshares": 9470181501, "voter": "mrgrey" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -52839282898, "rshares": 382699085, "voter": "crezyliza" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 16426840706, "rshares": 12003456501, "voter": "gvargas123" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 55399493, "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 56575537, "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 55394920, "voter": "thermor" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 56570509, "voter": "ficholl" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 55387660, "voter": "widell" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5939157149097, "rshares": 10109582992, "voter": "elissahawke" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1985439257, "rshares": 88078809749, "voter": "icfiedler" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 517546794156, "rshares": 192287988, "voter": "steevc" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2357768295588, "rshares": 1592064374, "voter": "movievertigo" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 54991366, "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1130219064888, "rshares": 23660021285, "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 875137794542, "rshares": 5932358367, "voter": "trev" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 17140629596244, "rshares": 48131519933, "voter": "dragonanarchist" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 62579633003, "rshares": 79979619, "voter": "joelbow" }, { "percent": "5000", - "reputation": 13270505121655, + "reputation": 9053611702217, "rshares": 4001380728, "voter": "sethlinson" }, { "percent": "1000", - "reputation": 13270505121655, + "reputation": 11490547563070, "rshares": 2391702679, "voter": "hilarski" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 73481598898, "rshares": 101945845, "voter": "slorunner" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 433370384966, "rshares": 1679360131, "voter": "imag1ne" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 58631508, "voter": "pacino" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 915016, "rshares": 57412782, "voter": "drsamkhan" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 54999739, "voter": "curpose" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 105180541620, "rshares": 103040256, "voter": "adrevel" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 49216420678, "rshares": 61202458, "voter": "steembriefing" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3523461665322, "rshares": 2894276750, "voter": "fat-like-buddha" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 31060848452, "rshares": 64070582, "voter": "iosif" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1191252134466, "rshares": 1559083086, "voter": "ines-f" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2146463020842, "rshares": 1893166639, "voter": "cryptoeasy" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1063317981552, "rshares": 9771811576, "voter": "etcmike" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4272392942041, "rshares": 4912386907, "voter": "ats-david" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2516108074649, "rshares": 947456313, "voter": "runridefly" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 227415344771, "rshares": 69985187, "voter": "stephenkendal" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 78274754809, "rshares": 80557869, "voter": "jlufer" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3946777086453, "rshares": 2475119042, "voter": "contentjunkie" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4818398060873, "rshares": 99564797338, "voter": "shenanigator" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 809313892500, "rshares": 7076299362, "voter": "daveks" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 250066271138, "rshares": 61715783, "voter": "uziriel" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 364872562916, "rshares": 3325599818, "voter": "funkywanderer" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3575830946674, "rshares": 11968284833, "voter": "ryan-singer" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 53961187, "voter": "troich" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2455208676, "rshares": 56665974, "voter": "viktorriver" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 107511023, "rshares": 7018683565, "voter": "mdoolsky" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1736702154666, "rshares": 3103345545, "voter": "xanoxt" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 20797221470, "rshares": 1652709870, "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2721887929533, "rshares": 6919572472, "voter": "davidbrogan" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2083416845, "rshares": 53966805, "voter": "crion" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 53622549, "voter": "hitherise" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 54730557, "voter": "wiss" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 205523551305, "rshares": 12191050487, "voter": "ghasemkiani" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 232802458264, "rshares": 15497139800, "voter": "digital-wisdom" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 3938044420, "voter": "ethical-ai" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 54362089, "voter": "stroully" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1919986626165, "rshares": 2032879970, "voter": "matthewtiii" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 785171622834, "rshares": 5655677010, "voter": "jwaser" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 54019345, "voter": "thadm" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 54017499, "voter": "prof" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 305485265118, "rshares": 56837113, "voter": "blogx" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 640164473382, "rshares": 55043079, "voter": "zettar" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2840774649947, "rshares": 17788079417, "voter": "hunterisgreat" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 1089484775, "voter": "smisi" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 53640464, "voter": "yorsens" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 333300187103, "rshares": 85546636, "voter": "the-ego-is-you" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 53331040, "voter": "bane" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 117903399171, "rshares": 537067064, "voter": "winglessss" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 53324520, "voter": "vive" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 53318865, "voter": "coad" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 287913287, "voter": "totosky" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 190002902030, "rshares": 1697516350, "voter": "baodog" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1810829967, "rshares": 2664939129, "voter": "bwaser" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 52988378, "voter": "sofa" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 304603834882, "rshares": 732461217, "voter": "ct-gurus" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 573818727139, "rshares": 220578638, "voter": "mamo" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2697602494482, "rshares": 1706277109, "voter": "ibringawareness" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1586351489943, "rshares": 860146710, "voter": "kingarbinv" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 53039974, "voter": "ailo" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4205608568581, "rshares": 4841952237, "voter": "burnin" }, { "percent": "3300", - "reputation": 13270505121655, + "reputation": 563927807986, "rshares": 558512952, "voter": "bitcoinparadise" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 488472984681, "rshares": 206212756, "voter": "ballinconscious" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5646699288797, "rshares": 4652459969, "voter": "gringalicious" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 661603952344, "rshares": 2770826537, "voter": "steempowerwhale" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2914114578419, "rshares": 1336513482, "voter": "rigaronib" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1201509725074, "rshares": 390796425, "voter": "echoesinthemind" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1327349908318, "rshares": 357202147, "voter": "soldier" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 679010673667, "rshares": 55826263, "voter": "nelyp" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 570800415880, "rshares": 2339486479, "voter": "ellepdub" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 39967971, "rshares": 50852949, "voter": "gregorygarcia" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 6072650400812, "rshares": 9400577403, "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 51470533, "voter": "eavy" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 51468937, "voter": "roto" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 25803661875, "rshares": 70358845, "voter": "ancientofdays" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -519870545601, "rshares": 52648858, "voter": "psyduck" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 330163263, "voter": "robotev1" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 4796038584, "voter": "morgan.waser" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 161389518041, "rshares": 147415673, "voter": "flowergirl" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 51141851, "voter": "slow" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1150196390848, "rshares": 101153586, "voter": "anns" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1182561225, "rshares": 1693077690, "voter": "nil1511" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1533678042141, "rshares": 846735133, "voter": "greenwayoflife" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 50798322, "voter": "breeze" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 50796122, "voter": "factom" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 50794039, "voter": "autodesk" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 50708837, "voter": "ardly" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 50704078, "voter": "yotoh" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 50570250, "voter": "ziggo" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 50482289, "voter": "connection" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 50433760, "voter": "morse" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 467125852021, "rshares": 50317220, "voter": "piphunters" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1289521305818, "rshares": 1824788165, "voter": "cwbrooch" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1663398753211, "rshares": 1161216291, "voter": "ayim" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 3675242983, "voter": "strong-ai" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 192046357763, "rshares": 346259703, "voter": "julia26" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 450193486835, "rshares": 488963228, "voter": "grisha-danunaher" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 843039218853, "rshares": 696884040, "voter": "ziogio" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 77637243, "voter": "igtes" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 312902704, "rshares": 80800689, "voter": "timalex" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 630535104158, "rshares": 79083956, "voter": "silverbackjonz" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 506147790, "rshares": 23984282056, "voter": "abdullar" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 319010109417, "rshares": 1204472546, "voter": "expedition" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 157643687, "voter": "buffett" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 8423377122, "rshares": 162128433, "voter": "cebymaster" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2064615506, "rshares": 143818142, "voter": "eunnykim" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 374016850, "rshares": 162785391, "voter": "olga4ka" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 675589247639, "rshares": 1065182434, "voter": "rusteemitblog" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3319016, "rshares": 161974443, "voter": "zapply" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 158642800, "voter": "ranger" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 678509864471, "rshares": 282877474, "voter": "witchcraftblog" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 585181578869, "rshares": 975048251, "voter": "nikomah" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 161212160, "voter": "origin" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 161205518, "voter": "acute" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 160973134, "voter": "gravity" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 157801695, "voter": "realtime" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 15369201941, "rshares": 157654556, "voter": "pawel-krawczyk" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 11669657116, "rshares": 125721183, "voter": "rubenkusters" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 7559361841, "rshares": 160269480, "voter": "adpipop" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 103667189, "voter": "charli" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 33427042566, "rshares": 147606365, "voter": "laskovskiy" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 65836326, "voter": "serikus" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 147145004, "voter": "fer32p" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2492569, "rshares": 159524423, "voter": "radent" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 10568161397, "rshares": 125821091, "voter": "jasonxg" } diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_trending/steem.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_trending/steem.pat.json index 0ccf43ab..341edd82 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_trending/steem.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_trending/steem.pat.json @@ -3,487 +3,487 @@ "active_votes": [ { "percent": "10000", - "reputation": 2178388003040, + "reputation": 85602977273, "rshares": 231806896049, "voter": "anonymous" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 70486967561347, "rshares": 40039727156805, "voter": "blocktrades" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 428017035820, "rshares": 81139043695, "voter": "friend5" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 8358591595454, "rshares": 5563642779143, "voter": "kushed" }, { "percent": "5900", - "reputation": 2178388003040, + "reputation": 9800209121307, "rshares": 4361056998354, "voter": "roadscape" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 0, "rshares": 11463456159, "voter": "by24seven" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 158487994237, "rshares": 48198557404, "voter": "twiceuponatime" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 1082239289637, "rshares": 253716125229, "voter": "indominon" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 2369366055877, "rshares": 72048644865, "voter": "vault" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 4075717838613, "rshares": 22916314085, "voter": "wpalczynski" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 8467472206707, "rshares": 23645584002, "voter": "nikolai" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 21527783969006, "rshares": 143164562367, "voter": "chris4210" }, { "percent": "8800", - "reputation": 2178388003040, + "reputation": 15755437221598, "rshares": 24193131603, "voter": "acidyo" }, { "percent": "2900", - "reputation": 2178388003040, + "reputation": 1663549830469, "rshares": 313691550, "voter": "coar" }, { "percent": "5555", - "reputation": 2178388003040, + "reputation": 2902053059801, "rshares": 1061234978, "voter": "murh" }, { "percent": "5000", - "reputation": 2178388003040, + "reputation": 5888717170887, "rshares": 33781972641, "voter": "ratel" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 598181152117, "rshares": 208364758717, "voter": "kimziv" }, { "percent": "8800", - "reputation": 2178388003040, + "reputation": 17405459234693, "rshares": 45145254362, "voter": "venuspcs" }, { "percent": "8800", - "reputation": 2178388003040, + "reputation": 4066839697461, "rshares": 7264907621, "voter": "getssidetracked" }, { "percent": "8800", - "reputation": 2178388003040, + "reputation": 744428437430, "rshares": 1414199127, "voter": "trees" }, { "percent": "8800", - "reputation": 2178388003040, + "reputation": 2906973892, "rshares": 197179742, "voter": "strawhat" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 476904340100, "rshares": 844421054, "voter": "endgame" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 19111656178138, "rshares": 118094280271, "voter": "furion" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 0, "rshares": 2834923420, "voter": "steem1653" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 2696386723259, "rshares": 13516878845, "voter": "sitaru" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 1089147151331, "rshares": 3735950544, "voter": "incomemonthly" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 125274679006, "rshares": 6392090406, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 1175982316919, "rshares": 243749878708, "voter": "nabilov" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 1058072223123, "rshares": 677892916, "voter": "luisucv34" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 1537463763, "rshares": 34761252099, "voter": "creemej" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 21815260714191, "rshares": 167304333801, "voter": "blueorgy" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 782596410473, "rshares": 4545098461, "voter": "poseidon" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 632733211156, "rshares": 41053239884, "voter": "celsius100" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 743656664450, "rshares": 1659490970, "voter": "tokyodude" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 35209974404, "rshares": 128098702, "voter": "mysteem" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 1984154587642, "rshares": 6168588588, "voter": "chloetaylor" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 17698439393799, "rshares": 34309889652, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": -39372262885, "rshares": 59017018, "voter": "reported" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 266005325, "rshares": 55047214, "voter": "krushing" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 10771708337101, "rshares": 1213316718415, "voter": "laonie" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 90565359983, "rshares": 21929710586, "voter": "rawnetics" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 18027204457681, "rshares": 41307699258, "voter": "myfirst" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 5776723480371, "rshares": 246282932283, "voter": "somebody" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 206355094166, "rshares": 9450611021, "voter": "flysaga" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 618773254836, "rshares": 513541455, "voter": "minnowsunited" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 97845484474, "rshares": 54405663387, "voter": "midnightoil" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 8358920723, "rshares": 54018085, "voter": "whatyouganjado" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 3016325652890, "rshares": 136080800992, "voter": "xiaohui" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 6111268639849, "rshares": 6792049578, "voter": "elfkitchen" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 4584027347, "rshares": 61187902, "voter": "makaveli" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 1851205309677, "rshares": 4366196499, "voter": "xiaokongcom" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 0, "rshares": 7475701368, "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 4195733833721, "rshares": 8801500509, "voter": "xianjun" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 1487684933351, "rshares": 11292536945, "voter": "borran" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 0, "rshares": 53669860, "voter": "alexbones" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 730408370151, "rshares": 576331905, "voter": "microluck" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 1005947450655, "rshares": 1310823380, "voter": "stevescoins" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 203940530117, "rshares": 3089652212, "voter": "macartem" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 16426840706, "rshares": 10344891579, "voter": "gvargas123" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 140342009284, "rshares": 156958768, "voter": "nang1" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 128799717225, "rshares": 166282713, "voter": "kamil5" }, { "percent": "8800", - "reputation": 2178388003040, + "reputation": 21156422, "rshares": 51156498, "voter": "dobbydaba" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 875137794542, "rshares": 5950976762, "voter": "trev" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": -642566206250, "rshares": 8773942171, "voter": "craigwilliamz" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 125125489484, "rshares": 72624506, "voter": "ozertayiz" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 0, "rshares": 53639497, "voter": "salebored" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 1115296338676, "rshares": 736031742, "voter": "freeinthought" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 35051945584, "rshares": 63258691, "voter": "arnoldz61" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 1409339812298, "rshares": 2101747450, "voter": "eight-rad" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 1158086, "rshares": 53681172, "voter": "bitdrone" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 407993596, "rshares": 53672498, "voter": "sleepcult" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 0, "rshares": 54175638, "voter": "apparat" }, { "percent": "9900", - "reputation": 2178388003040, + "reputation": 12539394694005, "rshares": 12276570645, "voter": "doitvoluntarily" }, { "percent": "8800", - "reputation": 2178388003040, + "reputation": 0, "rshares": 135393340675, "voter": "thecyclist" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 0, "rshares": 52015504, "voter": "analyzethis" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 62995887468, "rshares": 63904547, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 831205, "rshares": 52154065, "voter": "nommo" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 9113317076, "rshares": 51261721, "voter": "f1111111" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 1996672246136, "rshares": 339287005, "voter": "anomaly" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 1502200909130, "rshares": 98545946, "voter": "ola1" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 121767758976, "rshares": 63588518, "voter": "mari5555na" }, @@ -495,37 +495,37 @@ }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 450193486835, "rshares": 527464783, "voter": "grisha-danunaher" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 3319016, "rshares": 161974443, "voter": "zapply" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 0, "rshares": 158561921, "voter": "jyriygo" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 1464766250, "rshares": 136494240, "voter": "bleujay" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 17761298, "rshares": 153397644, "voter": "milank" }, { "percent": "10000", - "reputation": 2178388003040, + "reputation": 2394976, "rshares": 150273031, "voter": "inkwisitiveguy01" } diff --git a/hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout/limit_20.pat.json b/hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout/limit_20.pat.json index 563499e6..7fcf5de6 100644 --- a/hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout/limit_20.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout/limit_20.pat.json @@ -3,55 +3,55 @@ "active_votes": [ { "percent": "10000", - "reputation": 5776723480371, + "reputation": 1523183364522, "rshares": 835401856, "voter": "lee5" }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": 1118904717803, "rshares": 221000835803, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": 199308931780, "rshares": 60049910, "voter": "akaninyene-etuk" }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": 609780550802, "rshares": 141944533, "voter": "irit" }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": 514799489426, "rshares": 361661182474, "voter": "hedge-x" }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": 6105332515536, "rshares": 6648576257, "voter": "primus" }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": 1797275012018, "rshares": 7400392900, "voter": "dasha" }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": 7078941123096, "rshares": 12001771040, "voter": "lemooljiang" }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": 1416246303584, "rshares": 9364510234, "voter": "michaeldodridge" }, @@ -63,85 +63,85 @@ }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": 1127978824162, "rshares": 1520602917, "voter": "feelapi" }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": 3740136030964, "rshares": 411633883, "voter": "future24" }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": 7436429161346, "rshares": 3793330400, "voter": "mione" }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": -138680661344, "rshares": 60886073, "voter": "tomeraddady" }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": 1053198051249, "rshares": 727760600, "voter": "abc1621043211" }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": 1509612108450, "rshares": 1985606562, "voter": "jsantana" }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": 361620504, "rshares": 55763290, "voter": "goriilla" }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": 342165867, "rshares": 55184850, "voter": "olakla" }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": 2576463, "rshares": 54993135, "voter": "cerne" }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": 21157638, "rshares": 54916164, "voter": "rexgrove" }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": 119198828550, "rshares": 139924838, "voter": "inwoxer" }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": 9113317076, "rshares": 50066904, "voter": "f1111111" }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": 1010743139109, "rshares": 393193776, "voter": "fluffy" }, { "percent": "10000", - "reputation": 5776723480371, + "reputation": 1620651, "rshares": 52774361, "voter": "alexportikul" } @@ -179,7 +179,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 12494904871301, + "reputation": -453869065378, "rshares": 8763619284, "voter": "somedude" }, @@ -191,109 +191,109 @@ }, { "percent": "10000", - "reputation": 12494904871301, + "reputation": 678073276260, "rshares": 145380534, "voter": "raymonjohnstone" }, { "percent": "10000", - "reputation": 12494904871301, + "reputation": 6264990277085, "rshares": 10315786664, "voter": "pinkisland" }, { "percent": "10000", - "reputation": 12494904871301, + "reputation": 2601725582045, "rshares": 15008944210, "voter": "hellokitty" }, { "percent": "5000", - "reputation": 12494904871301, + "reputation": 10771708337101, "rshares": 497568302000, "voter": "laonie" }, { "percent": "5000", - "reputation": 12494904871301, + "reputation": 124802744033, "rshares": 3778964442, "voter": "laonie1" }, { "percent": "5000", - "reputation": 12494904871301, + "reputation": 0, "rshares": 3778947431, "voter": "laonie2" }, { "percent": "5000", - "reputation": 12494904871301, + "reputation": 0, "rshares": 3778936100, "voter": "laonie3" }, { "percent": "5000", - "reputation": 12494904871301, + "reputation": 18027204457681, "rshares": 9118987048, "voter": "myfirst" }, { "percent": "5000", - "reputation": 12494904871301, + "reputation": 0, "rshares": 3778614532, "voter": "laonie4" }, { "percent": "5000", - "reputation": 12494904871301, + "reputation": 0, "rshares": 3778602547, "voter": "laonie5" }, { "percent": "5000", - "reputation": 12494904871301, + "reputation": 0, "rshares": 3778594469, "voter": "laonie6" }, { "percent": "5000", - "reputation": 12494904871301, + "reputation": 0, "rshares": 3778571886, "voter": "laonie7" }, { "percent": "5000", - "reputation": 12494904871301, + "reputation": 0, "rshares": 3778554259, "voter": "laonie8" }, { "percent": "5000", - "reputation": 12494904871301, + "reputation": 0, "rshares": 3778533199, "voter": "laonie9" }, { "percent": "5000", - "reputation": 12494904871301, + "reputation": 3016325652890, "rshares": 18835607987, "voter": "xiaohui" }, { "percent": "5000", - "reputation": 12494904871301, + "reputation": 0, "rshares": 3776590554, "voter": "laonie10" }, { "percent": "10000", - "reputation": 12494904871301, + "reputation": 2516108074649, "rshares": 111114608, "voter": "runridefly" }, { "percent": "5000", - "reputation": 12494904871301, + "reputation": 85132342011, "rshares": 3760658629, "voter": "laonie11" } @@ -337,97 +337,97 @@ }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 2758500001611, "rshares": 5007214192, "voter": "fuck.off" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 1019011681813, "rshares": 6821297816, "voter": "iloveporn" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 1557874437556, "rshares": 2438027091, "voter": "the.bot" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 2445708956667, "rshares": 8295473589, "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 1691376287481, "rshares": 5785438356, "voter": "the.whale" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 1160886081198, "rshares": 5481884026, "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 1035952800698, "rshares": 5785920904, "voter": "vote" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 2237331858240, "rshares": 6091743832, "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 431450051428, "rshares": 13280342528, "voter": "aaseb" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 1416246303584, "rshares": 6322307995, "voter": "michaeldodridge" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 4292618600, "rshares": 111797071, "voter": "kukuy" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 511460049017, "rshares": 1010597496, "voter": "thedon" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 0, "rshares": 11316597740, "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 0, "rshares": 283790428, "voter": "jimmytwoshoes" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 2170055933924, "rshares": 1455898140, "voter": "jackgallenhall" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 1684063, "rshares": 52812228, "voter": "reddtie" } @@ -471,67 +471,67 @@ }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 2758500001611, "rshares": 4936121677, "voter": "fuck.off" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 1557874437556, "rshares": 2248064175, "voter": "the.bot" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 2445708956667, "rshares": 8179524007, "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 6813289592775, "rshares": 5469062752, "voter": "arcaneinfo" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 1691376287481, "rshares": 5704244958, "voter": "the.whale" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 1035952800698, "rshares": 5583423314, "voter": "vote" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 2237331858240, "rshares": 6007072255, "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 137150233782, "rshares": 67820011, "voter": "nicoleta" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 0, "rshares": 10924517278, "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 0, "rshares": 267235062, "voter": "jimmytwoshoes" }, { "percent": "10000", - "reputation": 22378434861462, + "reputation": 142829147182, "rshares": 425334702, "voter": "rucoin" } @@ -569,37 +569,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 7172977970558, + "reputation": 46813789492, "rshares": 24991140368, "voter": "tcfxyz" }, { "percent": "10000", - "reputation": 7172977970558, + "reputation": 3366379465325, "rshares": 6923304252, "voter": "futurefood" }, { "percent": "10000", - "reputation": 7172977970558, + "reputation": 5883461278385, "rshares": 79040067029, "voter": "rea" }, { "percent": "10000", - "reputation": 7172977970558, + "reputation": 6264990277085, "rshares": 23010056511, "voter": "pinkisland" }, { "percent": "10000", - "reputation": 7172977970558, + "reputation": 4063076365725, "rshares": 1854087037, "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 7172977970558, + "reputation": 1161816442579, "rshares": 121858742924, "voter": "twinner" } @@ -637,61 +637,61 @@ "active_votes": [ { "percent": "100", - "reputation": 10900524985586, + "reputation": 4874033031398, "rshares": 7861629418, "voter": "woo7739" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": 64573188744746, "rshares": 206209970416, "voter": "dragonslayer109" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": 898796866493, "rshares": 3649598360, "voter": "rawlzsec" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": 4276659410889, "rshares": 3509996730, "voter": "michaellamden68" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": 4603449402273, "rshares": 6300267620, "voter": "bitcoiner" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": 49283901870, "rshares": 1305753906, "voter": "metaflute" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": 524273507, "rshares": 840098241, "voter": "usb" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": 31757322861, "rshares": 192321224, "voter": "mrlogic" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": 28411186, "rshares": 54457374, "voter": "ppan08162016" }, { "percent": "10000", - "reputation": 10900524985586, + "reputation": 1520535240522, "rshares": 1043765764, "voter": "anasz" } @@ -729,31 +729,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 5176671060650, + "reputation": 2802091583976, "rshares": 10220864268, "voter": "proctologic" }, { "percent": "10000", - "reputation": 5176671060650, + "reputation": 16131170784, "rshares": 258954801, "voter": "digi3d" }, { "percent": "10000", - "reputation": 5176671060650, + "reputation": 13090894039053, "rshares": 65562670577, "voter": "discombobulated" }, { "percent": "10000", - "reputation": 5176671060650, + "reputation": 2021353867281, "rshares": 6668122973, "voter": "kurtbeil" }, { "percent": "10000", - "reputation": 5176671060650, + "reputation": 34338510332, "rshares": 67570327, "voter": "mndstruct" }, @@ -765,7 +765,7 @@ }, { "percent": "10000", - "reputation": 5176671060650, + "reputation": 2516108074649, "rshares": 111116739, "voter": "runridefly" } @@ -809,31 +809,31 @@ }, { "percent": "10000", - "reputation": 17405459234693, + "reputation": 1510234773828, "rshares": 2058287307, "voter": "bitland" }, { "percent": "10000", - "reputation": 17405459234693, + "reputation": 2516108074649, "rshares": 495165648, "voter": "runridefly" }, { "percent": "10000", - "reputation": 17405459234693, + "reputation": 0, "rshares": 50931848, "voter": "analyzethis" }, { "percent": "10000", - "reputation": 17405459234693, + "reputation": 1552458038, "rshares": 53222151, "voter": "rb3coins" }, { "percent": "10000", - "reputation": 17405459234693, + "reputation": 22066178, "rshares": 53146733, "voter": "vsmith08162016" } @@ -871,7 +871,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 161089556767, + "reputation": 15854806148148, "rshares": 13053504107, "voter": "richman" }, @@ -883,139 +883,139 @@ }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 116655886020, "rshares": 897343674, "voter": "happyphoenix" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 2288762261504, "rshares": 8842903950, "voter": "goose" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 1552458038, "rshares": 53222151, "voter": "rb3coins" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 0, "rshares": 51240567, "voter": "billkappa442" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 0, "rshares": 51235131, "voter": "glassheart" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 0, "rshares": 51232949, "voter": "dragonice" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 0, "rshares": 51230296, "voter": "steemq" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 0, "rshares": 51227561, "voter": "battalar" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 0, "rshares": 51218466, "voter": "weare" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 46150823, "rshares": 51215236, "voter": "deli" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 0, "rshares": 51141851, "voter": "slow" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 0, "rshares": 50907857, "voter": "oxygen" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 0, "rshares": 50875769, "voter": "cyan" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 0, "rshares": 50873654, "voter": "palladium" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 0, "rshares": 50871059, "voter": "motion" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 0, "rshares": 50865840, "voter": "sting" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 0, "rshares": 50798322, "voter": "breeze" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 0, "rshares": 50794039, "voter": "autodesk" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 0, "rshares": 50570250, "voter": "ziggo" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 0, "rshares": 50532230, "voter": "friends" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 0, "rshares": 50484452, "voter": "connect" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 0, "rshares": 50479027, "voter": "sunlight" }, { "percent": "10000", - "reputation": 161089556767, + "reputation": 2536730663, "rshares": 239553122, "voter": "letstalkliberty" } @@ -1053,19 +1053,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 18799092030582, + "reputation": 15854806148148, "rshares": 7800265111, "voter": "richman" }, { "percent": "10000", - "reputation": 18799092030582, + "reputation": 503318537891, "rshares": 9647209204, "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 18799092030582, + "reputation": 5451039980643, "rshares": 2182262521, "voter": "steemswede" }, @@ -1077,97 +1077,97 @@ }, { "percent": "10000", - "reputation": 18799092030582, + "reputation": 36017089082, "rshares": 734052546, "voter": "rxhector" }, { "percent": "10000", - "reputation": 18799092030582, + "reputation": 322912672117, "rshares": 113270416, "voter": "cynetyc" }, { "percent": "10000", - "reputation": 18799092030582, + "reputation": 2753142336385, "rshares": 3309065147, "voter": "jbouchard12" }, { "percent": "10000", - "reputation": 18799092030582, + "reputation": 4603449402273, "rshares": 5534121085, "voter": "bitcoiner" }, { "percent": "10000", - "reputation": 18799092030582, + "reputation": 686738916191, "rshares": 77156992, "voter": "sergey44" }, { "percent": "1000", - "reputation": 18799092030582, + "reputation": 3278418228934, "rshares": 514947462, "voter": "karenb54" }, { "percent": "10000", - "reputation": 18799092030582, + "reputation": 11683040603469, "rshares": 91627251937, "voter": "anotherjoe" }, { "percent": "10000", - "reputation": 18799092030582, + "reputation": 868924825603, "rshares": 1181902434, "voter": "the-bitcoin-dood" }, { "percent": "10000", - "reputation": 18799092030582, + "reputation": 5939157149097, "rshares": 10384598371, "voter": "elissahawke" }, { "percent": "10000", - "reputation": 18799092030582, + "reputation": 1916013022364, "rshares": 413323439, "voter": "wuyueling" }, { "percent": "10000", - "reputation": 18799092030582, + "reputation": 0, "rshares": 52910800, "voter": "roadhog" }, { "percent": "10000", - "reputation": 18799092030582, + "reputation": 0, "rshares": 50639382, "voter": "doggnostic" }, { "percent": "10000", - "reputation": 18799092030582, + "reputation": 0, "rshares": 50377764, "voter": "jenny-talls" }, { "percent": "10000", - "reputation": 18799092030582, + "reputation": 0, "rshares": 51278775, "voter": "post-successful" }, { "percent": "10000", - "reputation": 18799092030582, + "reputation": 62995887468, "rshares": 60293991, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 18799092030582, + "reputation": 768451347973, "rshares": 849039554, "voter": "jbaker585" } @@ -1203,12 +1203,6 @@ }, { "active_votes": [ - { - "percent": "10000", - "reputation": 191217797933, - "rshares": 69480434791, - "voter": "noganoo" - }, { "percent": "10000", "reputation": 191217797933, @@ -1217,7 +1211,7 @@ }, { "percent": "10000", - "reputation": 191217797933, + "reputation": 250066271138, "rshares": 55929928, "voter": "uziriel" } @@ -1261,37 +1255,37 @@ }, { "percent": "10000", - "reputation": 98586802505, + "reputation": 3033861094190, "rshares": 12972561232, "voter": "nippel66" }, { "percent": "10000", - "reputation": 98586802505, + "reputation": 6899515531, "rshares": 60593188, "voter": "summerrain" }, { "percent": "10000", - "reputation": 98586802505, + "reputation": 988942038058, "rshares": 49302305855, "voter": "gomeravibz" }, { "percent": "10000", - "reputation": 98586802505, + "reputation": 205727771964, "rshares": 56802928, "voter": "martaspn" }, { "percent": "10000", - "reputation": 98586802505, + "reputation": 1896009750059, "rshares": 75704784, "voter": "whatsup" }, { "percent": "10000", - "reputation": 98586802505, + "reputation": 414609406210, "rshares": 1496460341, "voter": "robotev" } @@ -1329,7 +1323,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 1682985060, + "reputation": 0, "rshares": 98327068, "voter": "lee2" }, @@ -1341,13 +1335,13 @@ }, { "percent": "10000", - "reputation": 1682985060, + "reputation": 40255997582, "rshares": 12397217216, "voter": "cannav" }, { "percent": "10000", - "reputation": 1682985060, + "reputation": 0, "rshares": 119326360, "voter": "stevenh512" } @@ -1391,49 +1385,49 @@ }, { "percent": "4300", - "reputation": 124802744033, + "reputation": 0, "rshares": 3063861503, "voter": "laonie2" }, { "percent": "4300", - "reputation": 124802744033, + "reputation": 0, "rshares": 3063834206, "voter": "laonie3" }, { "percent": "4300", - "reputation": 124802744033, + "reputation": 0, "rshares": 3063616032, "voter": "laonie4" }, { "percent": "4300", - "reputation": 124802744033, + "reputation": 0, "rshares": 3063594286, "voter": "laonie5" }, { "percent": "10000", - "reputation": 124802744033, + "reputation": 0, "rshares": 7942123026, "voter": "laonie7" }, { "percent": "10000", - "reputation": 124802744033, + "reputation": 0, "rshares": 7031406262, "voter": "laonie8" }, { "percent": "10000", - "reputation": 124802744033, + "reputation": 0, "rshares": 7028172275, "voter": "laonie9" }, { "percent": "10000", - "reputation": 124802744033, + "reputation": 0, "rshares": 7024578314, "voter": "laonie10" } @@ -1471,61 +1465,61 @@ "active_votes": [ { "percent": "10000", - "reputation": 1118144531, + "reputation": 4213833370161, "rshares": 34873624275, "voter": "drinkzya" }, { "percent": "500", - "reputation": 1118144531, + "reputation": 124802744033, "rshares": 1588471883, "voter": "laonie1" }, { "percent": "500", - "reputation": 1118144531, + "reputation": 0, "rshares": 1590320654, "voter": "laonie2" }, { "percent": "500", - "reputation": 1118144531, + "reputation": 0, "rshares": 1590902281, "voter": "laonie3" }, { "percent": "500", - "reputation": 1118144531, + "reputation": 0, "rshares": 1590642190, "voter": "laonie4" }, { "percent": "500", - "reputation": 1118144531, + "reputation": 0, "rshares": 1590567721, "voter": "laonie5" }, { "percent": "500", - "reputation": 1118144531, + "reputation": 0, "rshares": 1590416046, "voter": "laonie6" }, { "percent": "500", - "reputation": 1118144531, + "reputation": 0, "rshares": 1590250709, "voter": "laonie7" }, { "percent": "500", - "reputation": 1118144531, + "reputation": 0, "rshares": 1590083299, "voter": "laonie8" }, { "percent": "500", - "reputation": 1118144531, + "reputation": 0, "rshares": 1589989115, "voter": "laonie9" }, @@ -1537,13 +1531,13 @@ }, { "percent": "500", - "reputation": 1118144531, + "reputation": 0, "rshares": 1589655616, "voter": "laonie10" }, { "percent": "500", - "reputation": 1118144531, + "reputation": 85132342011, "rshares": 1566068125, "voter": "laonie11" } @@ -1581,7 +1575,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 1682985060, + "reputation": 0, "rshares": 115556038, "voter": "lee2" }, @@ -1593,25 +1587,25 @@ }, { "percent": "10000", - "reputation": 1682985060, + "reputation": 335617567, "rshares": 8962980781, "voter": "lee4" }, { "percent": "0", - "reputation": 1682985060, + "reputation": 1523183364522, "rshares": 425231017, "voter": "lee5" }, { "percent": "10000", - "reputation": 1682985060, + "reputation": 0, "rshares": 51636819, "voter": "mbizryu0" }, { "percent": "10000", - "reputation": 1682985060, + "reputation": 0, "rshares": 50619253, "voter": "archij" } @@ -1655,61 +1649,61 @@ }, { "percent": "1000", - "reputation": 124802744033, + "reputation": 0, "rshares": 2642569426, "voter": "laonie2" }, { "percent": "1000", - "reputation": 124802744033, + "reputation": 0, "rshares": 2642785370, "voter": "laonie3" }, { "percent": "1000", - "reputation": 124802744033, + "reputation": 0, "rshares": 2642707592, "voter": "laonie4" }, { "percent": "1000", - "reputation": 124802744033, + "reputation": 0, "rshares": 2642681191, "voter": "laonie5" }, { "percent": "1000", - "reputation": 124802744033, + "reputation": 0, "rshares": 2642644829, "voter": "laonie6" }, { "percent": "1000", - "reputation": 124802744033, + "reputation": 0, "rshares": 2642542051, "voter": "laonie7" }, { "percent": "1000", - "reputation": 124802744033, + "reputation": 0, "rshares": 2642523219, "voter": "laonie8" }, { "percent": "1000", - "reputation": 124802744033, + "reputation": 0, "rshares": 2642459158, "voter": "laonie9" }, { "percent": "1000", - "reputation": 124802744033, + "reputation": 0, "rshares": 2641966182, "voter": "laonie10" }, { "percent": "1000", - "reputation": 124802744033, + "reputation": 85132342011, "rshares": 2603331812, "voter": "laonie11" } @@ -1747,25 +1741,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 970572315676, + "reputation": 255334396905, "rshares": 322295897, "voter": "damono" }, { "percent": "10000", - "reputation": 970572315676, + "reputation": 587163107963, "rshares": 2133611474, "voter": "breathe3000" }, { "percent": "10000", - "reputation": 970572315676, + "reputation": 777812727227, "rshares": 20949232618, "voter": "artific" }, { "percent": "10000", - "reputation": 970572315676, + "reputation": 2090799841362, "rshares": 2599515869, "voter": "dimon14" }, @@ -1777,7 +1771,7 @@ }, { "percent": "10000", - "reputation": 970572315676, + "reputation": 2609275826131, "rshares": 53459928, "voter": "alina1" } @@ -1821,13 +1815,13 @@ }, { "percent": "10000", - "reputation": 124802744033, + "reputation": 1118144531, "rshares": 63285882, "voter": "gregnie" }, { "percent": "10000", - "reputation": 124802744033, + "reputation": 0, "rshares": 59599966, "voter": "steemchina" } @@ -1871,13 +1865,13 @@ }, { "percent": "10000", - "reputation": 335617567, + "reputation": 40255997582, "rshares": 12397217216, "voter": "cannav" }, { "percent": "10000", - "reputation": 335617567, + "reputation": 0, "rshares": 119326360, "voter": "stevenh512" } diff --git a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/admin.pat.json b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/admin.pat.json index 2bd803e5..66f32f8c 100644 --- a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/admin.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/admin.pat.json @@ -3,61 +3,61 @@ "active_votes": [ { "percent": "-100", - "reputation": 975371654, + "reputation": 145171381514207, "rshares": -375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 0, "rshares": 5100, "voter": "steemit46" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 9800209121307, "rshares": 81125, "voter": "roadscape" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 15755437221598, "rshares": 431616594, "voter": "acidyo" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 7967572146571, "rshares": 58854897335, "voter": "business" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 1241600128334, "rshares": 244129227, "voter": "kewpiedoll" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 1320262999851, "rshares": 1615731741, "voter": "naturalista" } diff --git a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/limit_100.pat.json b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/limit_100.pat.json index 198d5734..3510eee1 100644 --- a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/limit_100.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update/limit_100.pat.json @@ -65,7 +65,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 37454101478493, + "reputation": 36749432321730, "rshares": 1000247174970, "voter": "liondani" } @@ -227,31 +227,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 3542054613209, + "reputation": 1118904717803, "rshares": 28864035808, "voter": "noaommerrr" }, { "percent": "-10000", - "reputation": 3542054613209, + "reputation": 3709071791, "rshares": -100075931, "voter": "cheetah20" }, { "percent": "-10000", - "reputation": 3542054613209, + "reputation": 55522787, "rshares": -123906339, "voter": "cheetah19" }, { "percent": "-10000", - "reputation": 3542054613209, + "reputation": 59371692, "rshares": -99152161, "voter": "cheetah21" }, { "percent": "-10000", - "reputation": 3542054613209, + "reputation": 856945350, "rshares": -99151476, "voter": "cheetah22" } @@ -351,19 +351,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 59074616588451, + "reputation": 15854806148148, "rshares": 10013306404, "voter": "richman" }, { "percent": "10000", - "reputation": 59074616588451, + "reputation": 12468455070375, "rshares": 13209570416, "voter": "carlidos" }, { "percent": "10000", - "reputation": 59074616588451, + "reputation": 291915319, "rshares": 53474677, "voter": "riv" } @@ -959,37 +959,37 @@ "active_votes": [ { "percent": "5000", - "reputation": 3894279128605, + "reputation": 9800209121307, "rshares": 3273182637316, "voter": "roadscape" }, { "percent": "10000", - "reputation": 3894279128605, + "reputation": 12481332844017, "rshares": 1446333470877, "voter": "steemychicken1" }, { "percent": "10000", - "reputation": 3894279128605, + "reputation": 3991861275580, "rshares": 49042313956, "voter": "full-steem-ahead" }, { "percent": "10000", - "reputation": 3894279128605, + "reputation": 1444446898291, "rshares": 9767505930, "voter": "johnerfx" }, { "percent": "10000", - "reputation": 3894279128605, + "reputation": 37159422493, "rshares": 848329794, "voter": "johnerminer" }, { "percent": "10000", - "reputation": 3894279128605, + "reputation": 3924899966690, "rshares": 39798145914, "voter": "gtg" } @@ -1027,7 +1027,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 38947133984552, + "reputation": 8017093633272, "rshares": 19467531428, "voter": "ausbitbank" } @@ -1071,7 +1071,7 @@ }, { "percent": "10000", - "reputation": 2733362192608, + "reputation": 6483658953, "rshares": 52397603, "voter": "doze49" } @@ -1140,55 +1140,55 @@ "active_votes": [ { "percent": "10000", - "reputation": 38947133984552, + "reputation": 3894279128605, "rshares": 6327910390022, "voter": "wackou" }, { "percent": "10000", - "reputation": 38947133984552, + "reputation": 1444446898291, "rshares": 9559686655, "voter": "johnerfx" }, { "percent": "10000", - "reputation": 38947133984552, + "reputation": 37159422493, "rshares": 829049571, "voter": "johnerminer" }, { "percent": "10000", - "reputation": 38947133984552, + "reputation": 3924899966690, "rshares": 38432804053, "voter": "gtg" }, { "percent": "10000", - "reputation": 38947133984552, + "reputation": 8017093633272, "rshares": 19873104999, "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 38947133984552, + "reputation": 161079803820, "rshares": 44706057470, "voter": "arcurus" }, { "percent": "10000", - "reputation": 38947133984552, + "reputation": 15739430465359, "rshares": 31463628969, "voter": "mibenkito" }, { "percent": "10000", - "reputation": 38947133984552, + "reputation": 18890223518661, "rshares": 14083166401, "voter": "someguy123" }, { "percent": "10000", - "reputation": 38947133984552, + "reputation": 7805684953, "rshares": 52918124, "voter": "xomtux" } @@ -1319,7 +1319,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 1959446497877, + "reputation": 36749432321730, "rshares": 910501669843, "voter": "liondani" }, @@ -1363,7 +1363,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 21756574883, + "reputation": -2314406420479, "rshares": 1374704925, "voter": "earnest" } @@ -1401,19 +1401,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 97517122081, + "reputation": 41145563244589, "rshares": 769829319629, "voter": "steemship" }, { "percent": "10000", - "reputation": 97517122081, + "reputation": 1444446898291, "rshares": 9767505930, "voter": "johnerfx" }, { "percent": "10000", - "reputation": 97517122081, + "reputation": 37159422493, "rshares": 848329794, "voter": "johnerminer" } diff --git a/hivemind/tavern/condenser_api_patterns/get_state/steemit.pat.json b/hivemind/tavern/condenser_api_patterns/get_state/steemit.pat.json index d14d8889..dad14fde 100644 --- a/hivemind/tavern/condenser_api_patterns/get_state/steemit.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_state/steemit.pat.json @@ -21,607 +21,607 @@ "active_votes": [ { "percent": "100", - "reputation": 12944616889, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 5100, "voter": "steemit78" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 153384, "voter": "world" }, { "percent": "-100", - "reputation": 12944616889, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 59412, "voter": "fufubar1" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 14997, "voter": "anonymous1" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 12944616889, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 12944616889, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 12944616889, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } diff --git a/hivemind/tavern/follow_api_patterns/get_account_reputations/first.pat.json b/hivemind/tavern/follow_api_patterns/get_account_reputations/first.pat.json index 8b476146..3b638592 100644 --- a/hivemind/tavern/follow_api_patterns/get_account_reputations/first.pat.json +++ b/hivemind/tavern/follow_api_patterns/get_account_reputations/first.pat.json @@ -5,4 +5,4 @@ "reputation": 0 } ] -} +} \ No newline at end of file diff --git a/hivemind/tavern/follow_api_patterns/get_blog/normal.pat.json b/hivemind/tavern/follow_api_patterns/get_blog/normal.pat.json index df07ecea..9d4e376a 100644 --- a/hivemind/tavern/follow_api_patterns/get_blog/normal.pat.json +++ b/hivemind/tavern/follow_api_patterns/get_blog/normal.pat.json @@ -5,607 +5,607 @@ "active_votes": [ { "percent": "100", - "reputation": 12944616889, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 5100, "voter": "steemit78" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 153384, "voter": "world" }, { "percent": "-100", - "reputation": 12944616889, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 59412, "voter": "fufubar1" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 14997, "voter": "anonymous1" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 12944616889, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 12944616889, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 12944616889, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author_permlink.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author_permlink.pat.json index 563038b0..92c0de51 100644 --- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author_permlink.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author_permlink.pat.json @@ -3,229 +3,229 @@ "active_votes": [ { "percent": "100", - "reputation": 10341114686313, + "reputation": 85602977273, "rshares": 28866299703, "voter": "anonymous" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 8779714777561, "rshares": 7450679767870, "voter": "riverhead" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 89703349977794, "rshares": 1764088270313, "voter": "xeroc" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 6373903167891, "rshares": 7145357377, "voter": "patrice" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 436017530085, "rshares": 25137309454, "voter": "instructor2121" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 42741727265739, "rshares": 144262356780, "voter": "steve-walschot" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 5904057835766, "rshares": 33760968876, "voter": "ranko-k" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 4213833370161, "rshares": 36553937965, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 3906896686802, "rshares": 51773329420, "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 9186061899783, "rshares": 35397036681, "voter": "michaelx" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 85777133037, "rshares": 548967230, "voter": "mrhankeh" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 10314872786861, "rshares": 52622878951, "voter": "isteemit" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 25984358555464, "rshares": 48140595510, "voter": "bacchist" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 14053867770193, "rshares": 163693208362, "voter": "repholder" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 3979714886621, "rshares": 11006646312, "voter": "jaycobbell" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 16743994030016, "rshares": 38664653565, "voter": "condra" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": -883682716676, "rshares": 98956989, "voter": "wildchild" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 12468455070375, "rshares": 11083265481, "voter": "carlidos" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 3976815048658, "rshares": 2004715143, "voter": "tygergamer" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 3962925392210, "rshares": 3966944281, "voter": "jed78" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 17701690051649, "rshares": 121805855858, "voter": "steemdrive" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 0, "rshares": 1106341334, "voter": "paynode" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 13895575208, "rshares": 53812359, "voter": "stevescriber" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 0, "rshares": 51234301, "voter": "loli" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 0, "rshares": 52405452, "voter": "nano2nd" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 13325577893779, "rshares": 11757470887, "voter": "kyriacos" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": -4629473733, "rshares": 56598010, "voter": "cryptoblu" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 0, "rshares": 56591855, "voter": "instructor" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 67427595157518, "rshares": 595674328947, "voter": "dollarvigilante" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 5427607111677, "rshares": 7330124869, "voter": "jaredcwillis" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 28176351271250, "rshares": 59501709490, "voter": "barrycooper" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 11490547563070, "rshares": 11662670473, "voter": "hilarski" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 0, "rshares": 53565688, "voter": "rickmiller" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 3144994876819, "rshares": 1086048364, "voter": "nulliusinverba" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 90062656329, "rshares": 87349510, "voter": "steemerpat" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 633133259080, "rshares": 1129213184, "voter": "chaeya" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 50326964582800, "rshares": 263275825888, "voter": "charlieshrem" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 19674745811334, "rshares": 59192204578, "voter": "tracemayer" }, @@ -237,7 +237,7 @@ }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 270609126129, "rshares": 1798215057, "voter": "steemsquad" } @@ -275,13 +275,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 3033861094190, + "reputation": 949715155915, "rshares": 7518622991821, "voter": "steempty" }, { "percent": "10000", - "reputation": 3033861094190, + "reputation": 25493341985045, "rshares": 42895854894, "voter": "simba" } @@ -319,13 +319,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 4194711042931, + "reputation": 949715155915, "rshares": 7699187945525, "voter": "steempty" }, { "percent": "10000", - "reputation": 4194711042931, + "reputation": 25493341985045, "rshares": 50275655781, "voter": "simba" } @@ -363,25 +363,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 16234753830016, + "reputation": 8779714777561, "rshares": 7016285569936, "voter": "riverhead" }, { "percent": "10000", - "reputation": 16234753830016, + "reputation": 4477492280957, "rshares": 24790479260, "voter": "steampunkpowered" }, { "percent": "10000", - "reputation": 16234753830016, + "reputation": 5571311902261, "rshares": 1950834301, "voter": "mammasitta" }, { "percent": "10000", - "reputation": 16234753830016, + "reputation": 9956734090708, "rshares": 25478344941, "voter": "firepower" } @@ -419,67 +419,67 @@ "active_votes": [ { "percent": "10000", - "reputation": 2478555020061, + "reputation": 949715155915, "rshares": 7582498221815, "voter": "steempty" }, { "percent": "10000", - "reputation": 2478555020061, + "reputation": 1214229078, "rshares": 3720592927, "voter": "boy" }, { "percent": "10000", - "reputation": 2478555020061, + "reputation": 4712949449, "rshares": 4516975561, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 2478555020061, + "reputation": 1789951494550, "rshares": 828594645, "voter": "bunny" }, { "percent": "10000", - "reputation": 2478555020061, + "reputation": 103443134841, "rshares": 65071559404, "voter": "bue" }, { "percent": "10000", - "reputation": 2478555020061, + "reputation": 25493341985045, "rshares": 53006240358, "voter": "simba" }, { "percent": "10000", - "reputation": 2478555020061, + "reputation": 0, "rshares": 1993882275, "voter": "mini" }, { "percent": "10000", - "reputation": 2478555020061, + "reputation": 0, "rshares": 256442875, "voter": "moon" }, { "percent": "10000", - "reputation": 2478555020061, + "reputation": 0, "rshares": 747505484, "voter": "healthcare" }, { "percent": "10000", - "reputation": 2478555020061, + "reputation": 0, "rshares": 1161028150, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 2478555020061, + "reputation": 0, "rshares": 345840511, "voter": "helen.tan" }, @@ -523,19 +523,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 66712446374, + "reputation": 949715155915, "rshares": 7524134751591, "voter": "steempty" }, { "percent": "10000", - "reputation": 66712446374, + "reputation": 25493341985045, "rshares": 53109244155, "voter": "simba" }, { "percent": "10000", - "reputation": 66712446374, + "reputation": 3946777086453, "rshares": 2250575093, "voter": "contentjunkie" }, @@ -547,7 +547,7 @@ }, { "percent": "10000", - "reputation": 66712446374, + "reputation": 333300187103, "rshares": 134567511, "voter": "the-ego-is-you" } @@ -585,13 +585,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 117598348160, + "reputation": 949715155915, "rshares": 7214608875070, "voter": "steempty" }, { "percent": "10000", - "reputation": 117598348160, + "reputation": 25493341985045, "rshares": 50412239306, "voter": "simba" } @@ -629,91 +629,91 @@ "active_votes": [ { "percent": "10000", - "reputation": 39966682765041, + "reputation": 8358591595454, "rshares": 5619601001718, "voter": "kushed" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 1214229078, "rshares": 3092016176, "voter": "boy" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 4712949449, "rshares": 3753101885, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 1789951494550, "rshares": 703213518, "voter": "bunny" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 103443134841, "rshares": 52931035689, "voter": "bue" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 0, "rshares": 1657363221, "voter": "mini" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 0, "rshares": 213503903, "voter": "moon" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 0, "rshares": 621731193, "voter": "healthcare" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 0, "rshares": 933255856, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 0, "rshares": 287876749, "voter": "helen.tan" }, { "percent": "-10000", - "reputation": 39966682765041, + "reputation": 2222945795019, "rshares": -129957599035, "voter": "chhayll" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 128799717225, "rshares": 61649040, "voter": "kamil5" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": -248081771849, "rshares": 51445853, "voter": "chuckleberry" }, { "percent": "-10000", - "reputation": 39966682765041, + "reputation": 1192748720, "rshares": -102936299, "voter": "anotherone" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 1010743139109, "rshares": 53006556, "voter": "fluffy" } @@ -751,13 +751,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 1082239289637, + "reputation": 1915876518994, "rshares": 727407423660, "voter": "erath" }, { "percent": "10000", - "reputation": 1082239289637, + "reputation": 428017035820, "rshares": 82613356260, "voter": "friend5" }, @@ -769,31 +769,31 @@ }, { "percent": "10000", - "reputation": 1082239289637, + "reputation": 23744414677575, "rshares": 3000929371249, "voter": "onceuponatime" }, { "percent": "10000", - "reputation": 1082239289637, + "reputation": 1829863145814, "rshares": 728571343037, "voter": "marginal" }, { "percent": "10000", - "reputation": 1082239289637, + "reputation": 2369366055877, "rshares": 76037093713, "voter": "vault" }, { "percent": "10000", - "reputation": 1082239289637, + "reputation": 14028106211346, "rshares": 39937555422, "voter": "kus-knee" }, { "percent": "10000", - "reputation": 1082239289637, + "reputation": 6380056335097, "rshares": 3768314076, "voter": "randyclemens" } @@ -831,61 +831,61 @@ "active_votes": [ { "percent": "4000", - "reputation": 1038813018744, + "reputation": 13823888326286, "rshares": 5770952961588, "voter": "summon" }, { "percent": "10000", - "reputation": 1038813018744, + "reputation": 1214229078, "rshares": 3100087836, "voter": "boy" }, { "percent": "10000", - "reputation": 1038813018744, + "reputation": 4712949449, "rshares": 3763646165, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 1038813018744, + "reputation": 1789951494550, "rshares": 690429176, "voter": "bunny" }, { "percent": "10000", - "reputation": 1038813018744, + "reputation": 103443134841, "rshares": 54153246604, "voter": "bue" }, { "percent": "10000", - "reputation": 1038813018744, + "reputation": 0, "rshares": 1661369472, "voter": "mini" }, { "percent": "10000", - "reputation": 1038813018744, + "reputation": 0, "rshares": 213687824, "voter": "moon" }, { "percent": "10000", - "reputation": 1038813018744, + "reputation": 0, "rshares": 622861348, "voter": "healthcare" }, { "percent": "10000", - "reputation": 1038813018744, + "reputation": 0, "rshares": 967419863, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 1038813018744, + "reputation": 0, "rshares": 288179385, "voter": "helen.tan" } diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/category.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/category.pat.json index 563038b0..92c0de51 100644 --- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/category.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/category.pat.json @@ -3,229 +3,229 @@ "active_votes": [ { "percent": "100", - "reputation": 10341114686313, + "reputation": 85602977273, "rshares": 28866299703, "voter": "anonymous" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 8779714777561, "rshares": 7450679767870, "voter": "riverhead" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 89703349977794, "rshares": 1764088270313, "voter": "xeroc" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 6373903167891, "rshares": 7145357377, "voter": "patrice" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 436017530085, "rshares": 25137309454, "voter": "instructor2121" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 42741727265739, "rshares": 144262356780, "voter": "steve-walschot" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 5904057835766, "rshares": 33760968876, "voter": "ranko-k" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 4213833370161, "rshares": 36553937965, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 3906896686802, "rshares": 51773329420, "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 9186061899783, "rshares": 35397036681, "voter": "michaelx" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 85777133037, "rshares": 548967230, "voter": "mrhankeh" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 10314872786861, "rshares": 52622878951, "voter": "isteemit" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 25984358555464, "rshares": 48140595510, "voter": "bacchist" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 14053867770193, "rshares": 163693208362, "voter": "repholder" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 3979714886621, "rshares": 11006646312, "voter": "jaycobbell" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 16743994030016, "rshares": 38664653565, "voter": "condra" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": -883682716676, "rshares": 98956989, "voter": "wildchild" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 12468455070375, "rshares": 11083265481, "voter": "carlidos" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 3976815048658, "rshares": 2004715143, "voter": "tygergamer" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 3962925392210, "rshares": 3966944281, "voter": "jed78" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 17701690051649, "rshares": 121805855858, "voter": "steemdrive" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 0, "rshares": 1106341334, "voter": "paynode" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 13895575208, "rshares": 53812359, "voter": "stevescriber" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 0, "rshares": 51234301, "voter": "loli" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 0, "rshares": 52405452, "voter": "nano2nd" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 13325577893779, "rshares": 11757470887, "voter": "kyriacos" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": -4629473733, "rshares": 56598010, "voter": "cryptoblu" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 0, "rshares": 56591855, "voter": "instructor" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 67427595157518, "rshares": 595674328947, "voter": "dollarvigilante" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 5427607111677, "rshares": 7330124869, "voter": "jaredcwillis" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 28176351271250, "rshares": 59501709490, "voter": "barrycooper" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 11490547563070, "rshares": 11662670473, "voter": "hilarski" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 0, "rshares": 53565688, "voter": "rickmiller" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 3144994876819, "rshares": 1086048364, "voter": "nulliusinverba" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 90062656329, "rshares": 87349510, "voter": "steemerpat" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 633133259080, "rshares": 1129213184, "voter": "chaeya" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 50326964582800, "rshares": 263275825888, "voter": "charlieshrem" }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 19674745811334, "rshares": 59192204578, "voter": "tracemayer" }, @@ -237,7 +237,7 @@ }, { "percent": "10000", - "reputation": 10341114686313, + "reputation": 270609126129, "rshares": 1798215057, "voter": "steemsquad" } @@ -275,13 +275,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 3033861094190, + "reputation": 949715155915, "rshares": 7518622991821, "voter": "steempty" }, { "percent": "10000", - "reputation": 3033861094190, + "reputation": 25493341985045, "rshares": 42895854894, "voter": "simba" } @@ -319,13 +319,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 4194711042931, + "reputation": 949715155915, "rshares": 7699187945525, "voter": "steempty" }, { "percent": "10000", - "reputation": 4194711042931, + "reputation": 25493341985045, "rshares": 50275655781, "voter": "simba" } @@ -363,25 +363,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 16234753830016, + "reputation": 8779714777561, "rshares": 7016285569936, "voter": "riverhead" }, { "percent": "10000", - "reputation": 16234753830016, + "reputation": 4477492280957, "rshares": 24790479260, "voter": "steampunkpowered" }, { "percent": "10000", - "reputation": 16234753830016, + "reputation": 5571311902261, "rshares": 1950834301, "voter": "mammasitta" }, { "percent": "10000", - "reputation": 16234753830016, + "reputation": 9956734090708, "rshares": 25478344941, "voter": "firepower" } @@ -419,67 +419,67 @@ "active_votes": [ { "percent": "10000", - "reputation": 2478555020061, + "reputation": 949715155915, "rshares": 7582498221815, "voter": "steempty" }, { "percent": "10000", - "reputation": 2478555020061, + "reputation": 1214229078, "rshares": 3720592927, "voter": "boy" }, { "percent": "10000", - "reputation": 2478555020061, + "reputation": 4712949449, "rshares": 4516975561, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 2478555020061, + "reputation": 1789951494550, "rshares": 828594645, "voter": "bunny" }, { "percent": "10000", - "reputation": 2478555020061, + "reputation": 103443134841, "rshares": 65071559404, "voter": "bue" }, { "percent": "10000", - "reputation": 2478555020061, + "reputation": 25493341985045, "rshares": 53006240358, "voter": "simba" }, { "percent": "10000", - "reputation": 2478555020061, + "reputation": 0, "rshares": 1993882275, "voter": "mini" }, { "percent": "10000", - "reputation": 2478555020061, + "reputation": 0, "rshares": 256442875, "voter": "moon" }, { "percent": "10000", - "reputation": 2478555020061, + "reputation": 0, "rshares": 747505484, "voter": "healthcare" }, { "percent": "10000", - "reputation": 2478555020061, + "reputation": 0, "rshares": 1161028150, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 2478555020061, + "reputation": 0, "rshares": 345840511, "voter": "helen.tan" }, @@ -523,19 +523,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 66712446374, + "reputation": 949715155915, "rshares": 7524134751591, "voter": "steempty" }, { "percent": "10000", - "reputation": 66712446374, + "reputation": 25493341985045, "rshares": 53109244155, "voter": "simba" }, { "percent": "10000", - "reputation": 66712446374, + "reputation": 3946777086453, "rshares": 2250575093, "voter": "contentjunkie" }, @@ -547,7 +547,7 @@ }, { "percent": "10000", - "reputation": 66712446374, + "reputation": 333300187103, "rshares": 134567511, "voter": "the-ego-is-you" } @@ -585,13 +585,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 117598348160, + "reputation": 949715155915, "rshares": 7214608875070, "voter": "steempty" }, { "percent": "10000", - "reputation": 117598348160, + "reputation": 25493341985045, "rshares": 50412239306, "voter": "simba" } @@ -629,91 +629,91 @@ "active_votes": [ { "percent": "10000", - "reputation": 39966682765041, + "reputation": 8358591595454, "rshares": 5619601001718, "voter": "kushed" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 1214229078, "rshares": 3092016176, "voter": "boy" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 4712949449, "rshares": 3753101885, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 1789951494550, "rshares": 703213518, "voter": "bunny" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 103443134841, "rshares": 52931035689, "voter": "bue" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 0, "rshares": 1657363221, "voter": "mini" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 0, "rshares": 213503903, "voter": "moon" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 0, "rshares": 621731193, "voter": "healthcare" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 0, "rshares": 933255856, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 0, "rshares": 287876749, "voter": "helen.tan" }, { "percent": "-10000", - "reputation": 39966682765041, + "reputation": 2222945795019, "rshares": -129957599035, "voter": "chhayll" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 128799717225, "rshares": 61649040, "voter": "kamil5" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": -248081771849, "rshares": 51445853, "voter": "chuckleberry" }, { "percent": "-10000", - "reputation": 39966682765041, + "reputation": 1192748720, "rshares": -102936299, "voter": "anotherone" }, { "percent": "10000", - "reputation": 39966682765041, + "reputation": 1010743139109, "rshares": 53006556, "voter": "fluffy" } @@ -751,13 +751,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 1082239289637, + "reputation": 1915876518994, "rshares": 727407423660, "voter": "erath" }, { "percent": "10000", - "reputation": 1082239289637, + "reputation": 428017035820, "rshares": 82613356260, "voter": "friend5" }, @@ -769,31 +769,31 @@ }, { "percent": "10000", - "reputation": 1082239289637, + "reputation": 23744414677575, "rshares": 3000929371249, "voter": "onceuponatime" }, { "percent": "10000", - "reputation": 1082239289637, + "reputation": 1829863145814, "rshares": 728571343037, "voter": "marginal" }, { "percent": "10000", - "reputation": 1082239289637, + "reputation": 2369366055877, "rshares": 76037093713, "voter": "vault" }, { "percent": "10000", - "reputation": 1082239289637, + "reputation": 14028106211346, "rshares": 39937555422, "voter": "kus-knee" }, { "percent": "10000", - "reputation": 1082239289637, + "reputation": 6380056335097, "rshares": 3768314076, "voter": "randyclemens" } @@ -831,61 +831,61 @@ "active_votes": [ { "percent": "4000", - "reputation": 1038813018744, + "reputation": 13823888326286, "rshares": 5770952961588, "voter": "summon" }, { "percent": "10000", - "reputation": 1038813018744, + "reputation": 1214229078, "rshares": 3100087836, "voter": "boy" }, { "percent": "10000", - "reputation": 1038813018744, + "reputation": 4712949449, "rshares": 3763646165, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 1038813018744, + "reputation": 1789951494550, "rshares": 690429176, "voter": "bunny" }, { "percent": "10000", - "reputation": 1038813018744, + "reputation": 103443134841, "rshares": 54153246604, "voter": "bue" }, { "percent": "10000", - "reputation": 1038813018744, + "reputation": 0, "rshares": 1661369472, "voter": "mini" }, { "percent": "10000", - "reputation": 1038813018744, + "reputation": 0, "rshares": 213687824, "voter": "moon" }, { "percent": "10000", - "reputation": 1038813018744, + "reputation": 0, "rshares": 622861348, "voter": "healthcare" }, { "percent": "10000", - "reputation": 1038813018744, + "reputation": 0, "rshares": 967419863, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 1038813018744, + "reputation": 0, "rshares": 288179385, "voter": "helen.tan" } diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/empty_params.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/empty_params.pat.json index 367543c9..915ffbf2 100644 --- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/empty_params.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/empty_params.pat.json @@ -9,619 +9,619 @@ }, { "percent": "100", - "reputation": 32455846463901, + "reputation": 85602977273, "rshares": 28860902224, "voter": "anonymous" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 13823888326286, "rshares": 14409605494831, "voter": "summon" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 70486967561347, "rshares": 40261554792719, "voter": "blocktrades" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 0, "rshares": 3155750963782, "voter": "lafona-miner" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 9111465318256, "rshares": 377906636658, "voter": "lafona" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 138490649, "rshares": 1245475534803, "voter": "silver" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 4018307276106, "rshares": 2875138885044, "voter": "silversteem" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 454674995328, "rshares": 992692841277, "voter": "delegate.lafona" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 36749432321730, "rshares": 948645888607, "voter": "liondani" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 0, "rshares": 314602171157, "voter": "lafona5" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1214229078, "rshares": 3094244335, "voter": "boy" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 4712949449, "rshares": 3755939559, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1789951494550, "rshares": 703615315, "voter": "bunny" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 59074616588451, "rshares": 5751660885474, "voter": "complexring" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 12481332844017, "rshares": 1644151280793, "voter": "steemychicken1" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 103443134841, "rshares": 53261984748, "voter": "bue" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 0, "rshares": 1658441464, "voter": "mini" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 0, "rshares": 213555429, "voter": "moon" }, { "percent": "300", - "reputation": 32455846463901, + "reputation": 83941319998, "rshares": 222747002001, "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 0, "rshares": 622045496, "voter": "healthcare" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 0, "rshares": 947522117, "voter": "daniel.pan" }, { "percent": "100", - "reputation": 32455846463901, + "reputation": 96486114508046, "rshares": 54127411451, "voter": "donkeypong" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 5116325730997, "rshares": 1759901644, "voter": "nexusdev" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 76462073287981, "rshares": 351517418935, "voter": "ash" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 37454101478493, "rshares": 282481919881, "voter": "chitty" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 0, "rshares": 287957469, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 4477492280957, "rshares": 25822874684, "voter": "steampunkpowered" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 4733188979515, "rshares": 10283360038, "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 436017530085, "rshares": 24290958657, "voter": "instructor2121" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 503318537891, "rshares": 7456570912, "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 60877390332151, "rshares": 491733834025, "voter": "kevinwong" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 9084038135515, "rshares": 41463145095, "voter": "nphacker" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 34874025761373, "rshares": 367830728600, "voter": "blakemiles84" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 5904057835766, "rshares": 45912096650, "voter": "ranko-k" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 3663597787321, "rshares": 23227592357, "voter": "treeleaves" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 8330279054423, "rshares": 63707549495, "voter": "kanoptx" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 4213833370161, "rshares": 31690086400, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 9090232372242, "rshares": 73022585138, "voter": "eric-boucher" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 11429090901893, "rshares": 109636482823, "voter": "kenny-crane" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 3906896686802, "rshares": 61288399197, "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 46310579884676, "rshares": 117389810764, "voter": "bravenewcoin" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 60725834714442, "rshares": 449244898326, "voter": "infovore" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 9131956116299, "rshares": 128017998380, "voter": "omarb" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 2676865682314, "rshares": 36007650081, "voter": "cheftony" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 8166740506920, "rshares": 32961119819, "voter": "cryptoiskey" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 13090894039053, "rshares": 71452016003, "voter": "discombobulated" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1569224337235, "rshares": 5121130339, "voter": "expanse" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 19462531467501, "rshares": 25440234426, "voter": "hitmeasap" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 12046532310513, "rshares": 13382892819, "voter": "stealthtrader" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 46813789492, "rshares": 24939158057, "voter": "tcfxyz" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1057084315198, "rshares": 103574158909, "voter": "cdubendo" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 2069855377344, "rshares": 7881221000, "voter": "spiz0r" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 54870619364044, "rshares": 112751020008, "voter": "jacor" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 26654160223111, "rshares": 14190084617, "voter": "halo" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 38947133984552, "rshares": 159492592967, "voter": "jesta" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 475226720101, "rshares": 33597624083, "voter": "toxonaut" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 67677758734, "rshares": 7028930352, "voter": "btcupload" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 7687950954082, "rshares": 17438618169, "voter": "anduweb" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 2974404080988, "rshares": 75155947399, "voter": "demotruk" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 3502382308233, "rshares": 3697940497, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 3033861094190, "rshares": 10377897348, "voter": "nippel66" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1532881687066, "rshares": 7753599028, "voter": "magz8716" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": -775526496810, "rshares": 1388783807, "voter": "cryptocurrency1" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 37347150, "rshares": 115874018, "voter": "gosha" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 678073276260, "rshares": 505816971, "voter": "raymonjohnstone" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 19973803502, "rshares": 124907433, "voter": "biternator" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 725570292123, "rshares": 3090635988, "voter": "willbeonceagain8" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 161079803820, "rshares": 54497070629, "voter": "arcurus" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1606242116192, "rshares": 4745090234, "voter": "bakingengineer" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 8079179261851, "rshares": 36689125715, "voter": "claudiop63" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1277366753949, "rshares": 16359584188, "voter": "noodles.pan" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 176296837750, "rshares": 10399150907, "voter": "npl77" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 17701690051649, "rshares": 108836213411, "voter": "steemdrive" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 4265214728001, "rshares": 11060114610, "voter": "bergy" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1085279334225, "rshares": 2050213474, "voter": "theprophet0" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1251705047047, "rshares": 295915630, "voter": "theprophet" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 11856501387697, "rshares": 38819548773, "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 359477747983, "rshares": 461449860, "voter": "neddykelly" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 2637292041469, "rshares": 1579699570, "voter": "minion" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 73944659327428, "rshares": 77473387847, "voter": "sirwinchester" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 33467338593, "rshares": 61385527, "voter": "sijoittaja" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 4829784286, "rshares": 4190219999, "voter": "tom77" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 213488752136, "rshares": 125663528, "voter": "nelkel" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 182784126217, "rshares": 148930176, "voter": "letsgo.asino" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 11490547563070, "rshares": 14968711124, "voter": "hilarski" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 32644559975, "rshares": 58226150, "voter": "ajavajive" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 896116963054, "rshares": 253750401751, "voter": "oldtimer" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 9759030533, "rshares": 57886832, "voter": "shootetxd" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 366678373049, "rshares": 191216226, "voter": "comcentrate" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1527616438386, "rshares": 13741567322, "voter": "antoinev" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 335003583191, "rshares": 61289460, "voter": "jtstreetman" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 692817924311, "rshares": 5100395909, "voter": "io-io-io" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 129741556, "rshares": 54884363, "voter": "ian89" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": -248081771849, "rshares": 50351260, "voter": "chuckleberry" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 321473400567, "rshares": 349611227, "voter": "panther" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 19674745811334, "rshares": 59354601485, "voter": "tracemayer" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 474811529, "rshares": 51884666, "voter": "brs" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 563927807986, "rshares": 130434883, "voter": "bitcoinparadise" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 7370152734, "rshares": 52571606, "voter": "bellphorion" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 586250180, "rshares": 53224648, "voter": "yanikkoval" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1051554596883, "rshares": 51136429, "voter": "infotoday" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": -800687411550, "rshares": 50977036, "voter": "tldr" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 99160090205, "rshares": 50797377, "voter": "bo-ro" } @@ -659,463 +659,463 @@ "active_votes": [ { "percent": "10000", - "reputation": 50326964582800, + "reputation": 32455846463901, "rshares": 30296554046147, "voter": "smooth" }, { "percent": "97", - "reputation": 50326964582800, + "reputation": 85602977273, "rshares": 28854877817, "voter": "anonymous" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 13823888326286, "rshares": 14368089454321, "voter": "summon" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 0, "rshares": 3183112492799, "voter": "lafona-miner" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 9111465318256, "rshares": 377387227766, "voter": "lafona" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 454674995328, "rshares": 790314875205, "voter": "delegate.lafona" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 0, "rshares": 314383371770, "voter": "lafona5" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 1214229078, "rshares": 1851434600, "voter": "boy" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 4712949449, "rshares": 2247039689, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 1789951494550, "rshares": 425455109, "voter": "bunny" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 103443134841, "rshares": 31378635899, "voter": "bue" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 0, "rshares": 992487616, "voter": "mini" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 0, "rshares": 127981753, "voter": "moon" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 227457869865, "rshares": 6510505164, "voter": "sean0010" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 83941319998, "rshares": 5308002434389, "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 68236886814465, "rshares": 342922310367, "voter": "officialfuzzy" }, { "percent": "9700", - "reputation": 50326964582800, + "reputation": 82600290949846, "rshares": 802009404542, "voter": "cass" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 0, "rshares": 369247770, "voter": "healthcare" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 0, "rshares": 537460001, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 0, "rshares": 172530341, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 1914970430304, "rshares": 410778394570, "voter": "chryspano" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 11372617606769, "rshares": 113345677592, "voter": "forrestwillie" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 1886231460740, "rshares": 5390642912, "voter": "kingjohal" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 34874025761373, "rshares": 346429583563, "voter": "blakemiles84" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 5904057835766, "rshares": 46740932510, "voter": "ranko-k" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 1404951009343, "rshares": 18522231224, "voter": "allahhh" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 99139054310, "rshares": 398461524, "voter": "rafikichi" }, { "percent": "9900", - "reputation": 50326964582800, + "reputation": 48542961182602, "rshares": 1421853753930, "voter": "sean-king" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 19196715690053, "rshares": 65040641602, "voter": "charleshosk" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 5571311902261, "rshares": 739465956, "voter": "mammasitta" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 9434414518400, "rshares": 17651204278, "voter": "acassity" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 97622606374, "rshares": 480475374, "voter": "chamviet" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": -23813556107, "rshares": 239694404, "voter": "concave" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 2770303185670, "rshares": 1386708550, "voter": "vi1son" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 47264506487, "rshares": 1798938485, "voter": "gazm" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 8017093633272, "rshares": 19465926763, "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 3740475854096, "rshares": 2622666444, "voter": "egjoshslim" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 38134889, "rshares": 6373898691, "voter": "perwest" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 110677545707, "rshares": 312475355, "voter": "lioliomir" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 5410832727305, "rshares": 33482946725, "voter": "alexfortin" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 196800352745, "rshares": 5612628842, "voter": "r33drum" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 866671256465, "rshares": 24373102947, "voter": "igster" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 1241141280004, "rshares": 51538128557, "voter": "sephiroth" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 125274679006, "rshares": 5989513477, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 9512715139288, "rshares": 72131208610, "voter": "ntomaino" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 3674446315320, "rshares": 9493199624, "voter": "domavila" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 10522996718, "rshares": 107006946999, "voter": "bonface" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 928901384552, "rshares": 12353093513, "voter": "grolelo" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 6338322241150, "rshares": 32088583721, "voter": "streetstyle" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 2974404080988, "rshares": 54299398751, "voter": "demotruk" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 161079803820, "rshares": 45617820200, "voter": "arcurus" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 6985921192853, "rshares": 211677715438, "voter": "johnsmith" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 9611048410314, "rshares": 17146066951, "voter": "team-leibniz" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 106557133024, "rshares": 22277193587, "voter": "solidgold" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 27787545215, "rshares": 143431864, "voter": "borntowin" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 49283901870, "rshares": 609312338, "voter": "metaflute" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 523416152, "rshares": 1125051142, "voter": "bofadeez" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 333988882, "rshares": 100022771, "voter": "darkstar1o9" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 1955505384817, "rshares": 57276142, "voter": "pgarcgo" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 661944466048, "rshares": 328256060, "voter": "alifton" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 191533186325, "rshares": 63775214, "voter": "laissezfairedr" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 5176671060650, "rshares": 66697195, "voter": "rubenalexander" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 13325577893779, "rshares": 7960548410, "voter": "kyriacos" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 539814268751, "rshares": 376001676, "voter": "manicmidnight" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 24276337891, "rshares": 58682093, "voter": "tradz" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 366529203171, "rshares": 58914198, "voter": "brandon-rosano" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 630803487, "rshares": 38710389758, "voter": "simon-says" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 19141466793, "rshares": 57980741, "voter": "alaqrab" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 4656922610, "rshares": 56436574, "voter": "saintbitts" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 0, "rshares": 55261899, "voter": "shakimclark7" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 110864068340, "rshares": 75377250, "voter": "powercouple" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 472082273, "rshares": 55618704, "voter": "jaypillagara" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 1709208580, "rshares": 53912690, "voter": "shax" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 580482162746, "rshares": 53846159, "voter": "wulfmeister" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 304603834882, "rshares": 53707619, "voter": "ct-gurus" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 0, "rshares": 53333238, "voter": "donzy" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 0, "rshares": 53210703, "voter": "frostwalker" } @@ -1153,25 +1153,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 1284750610881, + "reputation": 14765040488827, "rshares": 29186049220380, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 608057298751, "rshares": 623996958321, "voter": "justin" }, { "percent": "9900", - "reputation": 1284750610881, + "reputation": 20297981245452, "rshares": 5881098331094, "voter": "abit" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 27931460807554, "rshares": 4855865727368, "voter": "nextgencrypto" }, @@ -1183,145 +1183,145 @@ }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 1214229078, "rshares": 2467985030, "voter": "boy" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 4712949449, "rshares": 2995309863, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 1789951494550, "rshares": 567154894, "voter": "bunny" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 103443134841, "rshares": 41750226248, "voter": "bue" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 0, "rshares": 1323006745, "voter": "mini" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 0, "rshares": 170612336, "voter": "moon" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 101807714979611, "rshares": 664278529380, "voter": "pfunk" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 0, "rshares": 490800486, "voter": "healthcare" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 0, "rshares": 709305835, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 0, "rshares": 229997595, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 77590508815145, "rshares": 130506632815, "voter": "kaylinart" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 25849925929525, "rshares": 106890789634, "voter": "anyx" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 11644551965460, "rshares": 9971301073, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 1633600290379, "rshares": 9400027589, "voter": "shredlord" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 22504728466704, "rshares": 61646469732, "voter": "cheetah" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 17114822932753, "rshares": 219824678620, "voter": "originate" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 49283901870, "rshares": 685101796, "voter": "metaflute" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 891327, "rshares": 394148198, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 31215012571, "rshares": 32404401324, "voter": "thecurator" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 0, "rshares": 582451688, "voter": "alorya" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 0, "rshares": 1059033052, "voter": "seraph" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 18890223518661, "rshares": 16011014560, "voter": "someguy123" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 0, "rshares": 454752565, "voter": "celestial" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 176566848345, "rshares": 188226473, "voter": "andyinspace" } @@ -1359,109 +1359,109 @@ "active_votes": [ { "percent": "10000", - "reputation": 17701690051649, + "reputation": 70486967561347, "rshares": 40261554792719, "voter": "blocktrades" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 3991861275580, "rshares": 48124579959, "voter": "full-steem-ahead" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 37454101478493, "rshares": 282481919881, "voter": "chitty" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 4477492280957, "rshares": 25822874684, "voter": "steampunkpowered" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 4733188979515, "rshares": 10283360038, "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 436017530085, "rshares": 24290958657, "voter": "instructor2121" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 8330279054423, "rshares": 62458381858, "voter": "kanoptx" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 9090232372242, "rshares": 71100938161, "voter": "eric-boucher" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 3906896686802, "rshares": 61288297136, "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 46310579884676, "rshares": 117389810764, "voter": "bravenewcoin" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 1569224337235, "rshares": 5121130339, "voter": "expanse" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 2069855377344, "rshares": 7881221000, "voter": "spiz0r" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 3033861094190, "rshares": 10377897348, "voter": "nippel66" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 843226172873, "rshares": 49642777135, "voter": "thylbom" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 37347150, "rshares": 115874018, "voter": "gosha" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 8079179261851, "rshares": 37453482500, "voter": "claudiop63" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 17218558634066, "rshares": 4096208838, "voter": "smailer" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 314229959204, "rshares": 8375659361, "voter": "jamesbrown" }, @@ -1473,37 +1473,37 @@ }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 366678373049, "rshares": 195118598, "voter": "comcentrate" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 335003583191, "rshares": 61289460, "voter": "jtstreetman" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 657881264, "rshares": 56939384, "voter": "dcat" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 563927807986, "rshares": 130434883, "voter": "bitcoinparadise" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 7370152734, "rshares": 50468741, "voter": "bellphorion" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 54957783711, "rshares": 50353356, "voter": "takemyfive" } @@ -1541,199 +1541,199 @@ "active_votes": [ { "percent": "5000", - "reputation": 5743108025054, + "reputation": 32455846463901, "rshares": 14824916004472, "voter": "smooth" }, { "percent": "100", - "reputation": 5743108025054, + "reputation": 85602977273, "rshares": 28851426273, "voter": "anonymous" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 13823888326286, "rshares": 14660905118594, "voter": "summon" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 8358591595454, "rshares": 5645842591970, "voter": "kushed" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 1214229078, "rshares": 3085011784, "voter": "boy" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 4712949449, "rshares": 3744178588, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 1789951494550, "rshares": 708945412, "voter": "bunny" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 103443134841, "rshares": 52221628833, "voter": "bue" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 0, "rshares": 1653774577, "voter": "mini" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 0, "rshares": 213265420, "voter": "moon" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 82600290949846, "rshares": 733758489177, "voter": "cass" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 0, "rshares": 613502402, "voter": "healthcare" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 0, "rshares": 888428594, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 0, "rshares": 287496994, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 376960001789, "rshares": 5519141498, "voter": "spaninv" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 6531398726064, "rshares": 151618531853, "voter": "killerstorm" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 1116909606233, "rshares": 13114605961, "voter": "facer" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 22794273843250, "rshares": 137573239907, "voter": "thedashguy" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 5571311902261, "rshares": 586358175, "voter": "mammasitta" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 2222945795019, "rshares": 128697036640, "voter": "chhayll" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 118203669136, "rshares": 269379546, "voter": "thealexander" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 19604328647, "rshares": 13452877972, "voter": "bitshares101" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 1241141280004, "rshares": 51529058014, "voter": "sephiroth" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 1215490422294, "rshares": 5729767206, "voter": "inti" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 1757805373821, "rshares": 14254612849, "voter": "deanero" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 1804907957838, "rshares": 1646059150, "voter": "belkins" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 333988882, "rshares": 116253105, "voter": "darkstar1o9" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 0, "rshares": 61980222, "voter": "breastsono" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 2422086213510, "rshares": 2359201317, "voter": "matherly" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 824556048979, "rshares": 897505702, "voter": "harand" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 4818398060873, "rshares": 17530292877, "voter": "shenanigator" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 2009900011368, "rshares": 4300748049, "voter": "bitbutter" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 1246651487, "rshares": 54634677, "voter": "stephenm" } @@ -1771,97 +1771,97 @@ "active_votes": [ { "percent": "10000", - "reputation": 9186061899783, + "reputation": 83122046, "rshares": 17735818038199, "voter": "itsascam" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 43394593255, "rshares": 2091363547583, "voter": "steemroller" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 19032535635212, "rshares": 17881645967595, "voter": "steemed" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 1214229078, "rshares": 2473129069, "voter": "boy" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 4712949449, "rshares": 3001847911, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 1789951494550, "rshares": 562495952, "voter": "bunny" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 103443134841, "rshares": 42273561181, "voter": "bue" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 0, "rshares": 1325647967, "voter": "mini" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 0, "rshares": 170794809, "voter": "moon" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 25065017424303, "rshares": 115426377545, "voter": "stan" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 0, "rshares": 497314258, "voter": "healthcare" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 0, "rshares": 741745834, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 0, "rshares": 230286157, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 67344245671, "rshares": 17452286451, "voter": "marklyford" }, { "percent": "-10000", - "reputation": 9186061899783, + "reputation": 496208892, "rshares": -118201007, "voter": "cyonic" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 1876749044289, "rshares": 1259875358, "voter": "shadowspub" } @@ -1899,109 +1899,109 @@ "active_votes": [ { "percent": "10000", - "reputation": 16743994030016, + "reputation": 14765040488827, "rshares": 29864685009305, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 86527803731, "rshares": 189574335690, "voter": "friend2" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 608057298751, "rshares": 639212703934, "voter": "justin" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 27931460807554, "rshares": 4968734358586, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 1214229078, "rshares": 3084986672, "voter": "boy" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 4712949449, "rshares": 3744144508, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 1789951494550, "rshares": 708943618, "voter": "bunny" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 103443134841, "rshares": 52193349399, "voter": "bue" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 0, "rshares": 1653762021, "voter": "mini" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 0, "rshares": 213265420, "voter": "moon" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 0, "rshares": 613500608, "voter": "healthcare" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 0, "rshares": 886632294, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 0, "rshares": 287496994, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 45329454600539, "rshares": 154121482815, "voter": "jamtaylor" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 22794273843250, "rshares": 130134738142, "voter": "thedashguy" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 7603352468101, "rshares": 39444938394, "voter": "tiffjane" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 713529357997, "rshares": 851256740, "voter": "cousteau" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 10445529851856, "rshares": 5673774261, "voter": "meesterboom" }, @@ -2013,91 +2013,91 @@ }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 1785188860258, "rshares": 718346410, "voter": "birdie" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 4965349454737, "rshares": 20128929530, "voter": "rznag" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 988942038058, "rshares": 51125341014, "voter": "gomeravibz" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 898801272252, "rshares": 1954050724, "voter": "t3ran13" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 921725518804, "rshares": 2194116353, "voter": "xroni" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 891327, "rshares": 403314436, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 11861754844312, "rshares": 11535444605, "voter": "queenmountain" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 68479560828, "rshares": 127023220, "voter": "harrycoins" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 34338510332, "rshares": 61084860, "voter": "mndstruct" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 31215012571, "rshares": 33194586794, "voter": "thecurator" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 17071371161, "rshares": 230160266, "voter": "mefisto" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 295472992623, "rshares": 1059907708, "voter": "iamrohitkgupta" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 822962542150, "rshares": 71181331, "voter": "emilyjane" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 3077370360823, "rshares": 133481361, "voter": "mweich" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 7381386825, "rshares": 50281530, "voter": "topslim" } @@ -2135,91 +2135,91 @@ "active_votes": [ { "percent": "10000", - "reputation": 21815260714191, + "reputation": 14765040488827, "rshares": 29864685009305, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 608057298751, "rshares": 639212703934, "voter": "justin" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 27931460807554, "rshares": 4968734358586, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 1214229078, "rshares": 2467989338, "voter": "boy" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 4712949449, "rshares": 2995315607, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 1789951494550, "rshares": 567154894, "voter": "bunny" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 103443134841, "rshares": 41754679519, "voter": "bue" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 0, "rshares": 1653762021, "voter": "mini" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 0, "rshares": 170612336, "voter": "moon" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 0, "rshares": 490800486, "voter": "healthcare" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 0, "rshares": 709305835, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 0, "rshares": 229997595, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 45329454600539, "rshares": 147833075316, "voter": "jamtaylor" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 16743994030016, "rshares": 33749012863, "voter": "condra" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 5029542492239, "rshares": 8813120108, "voter": "blinova" }, @@ -2231,31 +2231,31 @@ }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 2017416249960, "rshares": 7958656381, "voter": "kristylynn" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 214076084605, "rshares": 250542489, "voter": "nat4ka" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 1826385508354, "rshares": 2869166387, "voter": "dercoco" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 891327, "rshares": 403314436, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 31215012571, "rshares": 33194586794, "voter": "thecurator" } @@ -2293,49 +2293,49 @@ "active_votes": [ { "percent": "10000", - "reputation": 22504728466704, + "reputation": 14765040488827, "rshares": 29864685009305, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 608057298751, "rshares": 639212703934, "voter": "justin" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 27931460807554, "rshares": 4968734358586, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 0, "rshares": 11700424464, "voter": "by24seven" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 157636214062, "rshares": 18794778971, "voter": "ozzy-vega" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 25849925929525, "rshares": 106925555861, "voter": "anyx" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 79027340053, "rshares": 278001908, "voter": "mirrax" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 4116259471152, "rshares": 17506904849, "voter": "keithsmih" }, @@ -2347,43 +2347,43 @@ }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 714503005, "rshares": 100129802, "voter": "cheetah33" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 891327, "rshares": 403314436, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 737268128, "rshares": 100111679, "voter": "cheetah34" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 31215012571, "rshares": 33194586794, "voter": "thecurator" }, { "percent": "3300", - "reputation": 22504728466704, + "reputation": 0, "rshares": 198033574, "voter": "alorya" }, { "percent": "3300", - "reputation": 22504728466704, + "reputation": 0, "rshares": 360071237, "voter": "seraph" }, { "percent": "3300", - "reputation": 22504728466704, + "reputation": 0, "rshares": 154615872, "voter": "celestial" } @@ -2421,97 +2421,97 @@ "active_votes": [ { "percent": "10000", - "reputation": 3320684282022, + "reputation": 83122046, "rshares": 17387563883098, "voter": "itsascam" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 43394593255, "rshares": 2050320927937, "voter": "steemroller" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 19032535635212, "rshares": 17506821189546, "voter": "steemed" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 1214229078, "rshares": 2472687085, "voter": "boy" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 4712949449, "rshares": 3001252537, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 1789951494550, "rshares": 562430414, "voter": "bunny" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 103443134841, "rshares": 42191835467, "voter": "bue" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 0, "rshares": 1325422094, "voter": "mini" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 0, "rshares": 170789230, "voter": "moon" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 0, "rshares": 497255693, "voter": "healthcare" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 0, "rshares": 737466177, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 0, "rshares": 230274999, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 642608867428, "rshares": 5163277168, "voter": "christoryan" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 2812079541783, "rshares": 4146107046, "voter": "fishborne" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 333988882, "rshares": 100022771, "voter": "darkstar1o9" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 7788315865, "rshares": 58035101, "voter": "aaronjwhite" } @@ -2549,31 +2549,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 25849925929525, + "reputation": 14765040488827, "rshares": 29186049220380, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 608057298751, "rshares": 623996958321, "voter": "justin" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 27931460807554, "rshares": 4855865727368, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 45329454600539, "rshares": 154146763309, "voter": "jamtaylor" }, { "percent": "-10000", - "reputation": 25849925929525, + "reputation": -2683858617900, "rshares": -5787205072, "voter": "zebbra2014" }, @@ -2585,55 +2585,55 @@ }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 11644551965460, "rshares": 9733889143, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 1633600290379, "rshares": 9400027589, "voter": "shredlord" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 22504728466704, "rshares": 61646469732, "voter": "cheetah" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 17114822932753, "rshares": 219824678620, "voter": "originate" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 49283901870, "rshares": 685101796, "voter": "metaflute" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 891327, "rshares": 394148198, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 31215012571, "rshares": 32404401324, "voter": "thecurator" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 18890223518661, "rshares": 16011014560, "voter": "someguy123" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 176566848345, "rshares": 188226473, "voter": "andyinspace" } @@ -2671,85 +2671,85 @@ "active_votes": [ { "percent": "10000", - "reputation": 843226172873, + "reputation": 83122046, "rshares": 17387563883098, "voter": "itsascam" }, { "percent": "500", - "reputation": 843226172873, + "reputation": 70486967561347, "rshares": 2478143633692, "voter": "blocktrades" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 19032535635212, "rshares": 17508649345673, "voter": "steemed" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 1214229078, "rshares": 2472598979, "voter": "boy" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 4712949449, "rshares": 3001139259, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 1789951494550, "rshares": 562419226, "voter": "bunny" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 103443134841, "rshares": 42178757456, "voter": "bue" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 0, "rshares": 1325381537, "voter": "mini" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 0, "rshares": 170789230, "voter": "moon" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 0, "rshares": 497247302, "voter": "healthcare" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 0, "rshares": 737445199, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 0, "rshares": 230273601, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 8079179261851, "rshares": 38894121671, "voter": "claudiop63" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 2288762261504, "rshares": 7143405548, "voter": "goose" } @@ -2787,67 +2787,67 @@ "active_votes": [ { "percent": "10000", - "reputation": -2499740471746, + "reputation": 83122046, "rshares": 17735315160760, "voter": "itsascam" }, { "percent": "10000", - "reputation": -2499740471746, + "reputation": 19032535635212, "rshares": 17865766992651, "voter": "steemed" }, { "percent": "10000", - "reputation": -2499740471746, + "reputation": 1214229078, "rshares": 3091007147, "voter": "boy" }, { "percent": "10000", - "reputation": -2499740471746, + "reputation": 4712949449, "rshares": 3751778512, "voter": "bue-witness" }, { "percent": "10000", - "reputation": -2499740471746, + "reputation": 1789951494550, "rshares": 703064185, "voter": "bunny" }, { "percent": "10000", - "reputation": -2499740471746, + "reputation": 103443134841, "rshares": 52778799199, "voter": "bue" }, { "percent": "10000", - "reputation": -2499740471746, + "reputation": 0, "rshares": 1656856120, "voter": "mini" }, { "percent": "10000", - "reputation": -2499740471746, + "reputation": 0, "rshares": 213490026, "voter": "moon" }, { "percent": "10000", - "reputation": -2499740471746, + "reputation": 0, "rshares": 621592296, "voter": "healthcare" }, { "percent": "10000", - "reputation": -2499740471746, + "reputation": 0, "rshares": 923609344, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": -2499740471746, + "reputation": 0, "rshares": 287848982, "voter": "helen.tan" }, @@ -2891,187 +2891,187 @@ "active_votes": [ { "percent": "10000", - "reputation": 36884147263377, + "reputation": 1915876518994, "rshares": 727407423660, "voter": "erath" }, { "percent": "100", - "reputation": 36884147263377, + "reputation": 32455846463901, "rshares": 644958517124, "voter": "smooth" }, { "percent": "49", - "reputation": 36884147263377, + "reputation": 85602977273, "rshares": 28855608662, "voter": "anonymous" }, { "percent": "4900", - "reputation": 36884147263377, + "reputation": 8151223409709, "rshares": 8486664643623, "voter": "rainman" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 3894279128605, "rshares": 6370652360778, "voter": "wackou" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 428017035820, "rshares": 82613356260, "voter": "friend5" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 9800209121307, "rshares": 6571978360124, "voter": "roadscape" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 1214229078, "rshares": 2470238755, "voter": "boy" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 4712949449, "rshares": 2998129153, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 1789951494550, "rshares": 567603623, "voter": "bunny" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 103443134841, "rshares": 41948298509, "voter": "bue" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 0, "rshares": 1324164960, "voter": "mini" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 0, "rshares": 170709221, "voter": "moon" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 28971806962251, "rshares": 1813610822120, "voter": "joseph" }, { "percent": "100", - "reputation": 36884147263377, + "reputation": 83941319998, "rshares": 108871922542, "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 158487994237, "rshares": 51208392605, "voter": "twiceuponatime" }, { "percent": "5200", - "reputation": 36884147263377, + "reputation": 1082239289637, "rshares": 139867989371, "voter": "indominon" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 23744414677575, "rshares": 2942087618871, "voter": "onceuponatime" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 1829863145814, "rshares": 728571343037, "voter": "marginal" }, { "percent": "9700", - "reputation": 36884147263377, + "reputation": 82600290949846, "rshares": 937174079758, "voter": "cass" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 2369366055877, "rshares": 76036949216, "voter": "vault" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 0, "rshares": 496873319, "voter": "healthcare" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 0, "rshares": 725575461, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 0, "rshares": 230145753, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 1914970430304, "rshares": 410807696946, "voter": "chryspano" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 15755437221598, "rshares": 9521769889, "voter": "acidyo" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 562223585509, "rshares": 19196002726, "voter": "mughat" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 9084038135515, "rshares": 47541496466, "voter": "nphacker" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 9389887938261, "rshares": 3892379945, "voter": "kennyskitchen" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 5260794316761, "rshares": 129268320437, "voter": "schro" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 22794273843250, "rshares": 92995154682, "voter": "thedashguy" }, @@ -3083,181 +3083,181 @@ }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 17777496768, "rshares": 276395602, "voter": "carlgetalada" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 2632946346, "rshares": 28736613783, "voter": "catchfire" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 1613752018459, "rshares": 5894409181, "voter": "quintanilla" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 25984358555464, "rshares": 41089533337, "voter": "bacchist" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 40255997582, "rshares": 8483258053, "voter": "cannav" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 13090894039053, "rshares": 65583674268, "voter": "discombobulated" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 9859494596, "rshares": 1259117194, "voter": "chrisj" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 5183116321161, "rshares": 3704243578, "voter": "krystle" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 1403427793295, "rshares": 14629758637, "voter": "artakan" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 9734558763221, "rshares": 6012406044, "voter": "phenom" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 45712131677758, "rshares": 17402129371, "voter": "crazymumzysa" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 1624945721527, "rshares": 4183080661, "voter": "bbrewer" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 568560955800, "rshares": 35472659687, "voter": "fatboy" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 5571312226030, "rshares": 3978086691, "voter": "beanz" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 106557133024, "rshares": 22725564707, "voter": "solidgold" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 8806485920347, "rshares": 24344116072, "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 3679188122176, "rshares": 6603057948, "voter": "najoh" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 6181438509962, "rshares": 12993857503, "voter": "capitalism" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 2832097256429, "rshares": 4872113322, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 6364644439603, "rshares": 2818362970, "voter": "aboundlessworld" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 11122126920308, "rshares": 2636752145, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 6380056335097, "rshares": 3558963294, "voter": "randyclemens" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 661944466048, "rshares": 377494461, "voter": "alifton" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 15841196427096, "rshares": 26914242849, "voter": "bitcalm" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 2721887929533, "rshares": 1692339912, "voter": "davidbrogan" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 797336799, "rshares": 56779364, "voter": "negoshi" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 97476072754, "rshares": 50997147, "voter": "david.prochnow" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 6483658953, "rshares": 50258926, "voter": "doze49" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 269520578215, "rshares": 61941319, "voter": "fraterralph" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 0, "rshares": 52891748, "voter": "onlyspeakslies" } @@ -3295,61 +3295,61 @@ "active_votes": [ { "percent": "10000", - "reputation": 9028537022578, + "reputation": 145171381514207, "rshares": 28300878156066, "voter": "dantheman" }, { "percent": "100", - "reputation": 9028537022578, + "reputation": 32455846463901, "rshares": 636585679281, "voter": "smooth" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 3894279128605, "rshares": 6549727125575, "voter": "wackou" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 1214229078, "rshares": 3099954800, "voter": "boy" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 4712949449, "rshares": 3763461212, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 1789951494550, "rshares": 690406462, "voter": "bunny" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 103443134841, "rshares": 54138246944, "voter": "bue" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 0, "rshares": 1661302953, "voter": "mini" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 0, "rshares": 213684579, "voter": "moon" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 8980249791516, "rshares": 251709705259, "voter": "lovejoy" }, @@ -3361,91 +3361,91 @@ }, { "percent": "100", - "reputation": 9028537022578, + "reputation": 83941319998, "rshares": 114398906816, "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 0, "rshares": 622843501, "voter": "healthcare" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 0, "rshares": 967387415, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 0, "rshares": 288174518, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 9090232372242, "rshares": 71291626568, "voter": "eric-boucher" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 642608867428, "rshares": 5223833163, "voter": "christoryan" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 2632564148, "rshares": 4999497773, "voter": "zelgald1" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 2798458785, "rshares": 63437792, "voter": "tommycordero" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 855097842923, "rshares": 11501604178, "voter": "darrantrute" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 949895649943, "rshares": 615797359, "voter": "nebcat" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 988835724525, "rshares": 381939549, "voter": "kiwideb" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 353288883728, "rshares": 444650943, "voter": "floweroflife" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 1586351489943, "rshares": 807251193, "voter": "kingarbinv" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 8189791438741, "rshares": 10978877529, "voter": "skypilot" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 35511792131, "rshares": 2610482432, "voter": "robcichocki" } @@ -3489,37 +3489,37 @@ }, { "percent": "10000", - "reputation": 1133069631465, + "reputation": 1502465820159, "rshares": 22090812048, "voter": "domino" }, { "percent": "10000", - "reputation": 1133069631465, + "reputation": 4226573244868, "rshares": 28897024316, "voter": "zaebars" }, { "percent": "10000", - "reputation": 1133069631465, + "reputation": 19410587962, "rshares": 1953557909, "voter": "andreynoch" }, { "percent": "10000", - "reputation": 1133069631465, + "reputation": 1977162029930, "rshares": 1708472880, "voter": "litrbooh" }, { "percent": "10000", - "reputation": 1133069631465, + "reputation": 6755300029, "rshares": 1188786726, "voter": "nonamer" }, { "percent": "10000", - "reputation": 1133069631465, + "reputation": 18081706207, "rshares": 53257299, "voter": "shvedas" } @@ -3557,151 +3557,151 @@ "active_votes": [ { "percent": "-400", - "reputation": 96486114508046, + "reputation": 0, "rshares": -6795625112, "voter": "highasfuck" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 9326993992, "rshares": 164482168912, "voter": "nextgenwitness" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 8358591595454, "rshares": 5468384423175, "voter": "kushed" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 4018307276106, "rshares": 4945364226662, "voter": "silversteem" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 27931460807554, "rshares": 4656370926104, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1214229078, "rshares": 3100766695, "voter": "boy" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 4712949449, "rshares": 3764486632, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1789951494550, "rshares": 690539083, "voter": "bunny" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 59074616588451, "rshares": 7221866970964, "voter": "complexring" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 103443134841, "rshares": 54261605662, "voter": "bue" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 5009147934382, "rshares": 30390370257, "voter": "danknugs" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 1661700819, "voter": "mini" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 213710460, "voter": "moon" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 12928765689257, "rshares": 38600533043, "voter": "aizensou" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1241362310762, "rshares": 12269445334, "voter": "bentley" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 9028537022578, "rshares": 2651243328828, "voter": "recursive" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": -296615780418, "rshares": 1820914592, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 854893586973, "rshares": 1066518981517, "voter": "boombastic" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 9578311657, "voter": "bingo-0" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 2440314179, "voter": "bingo-1" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 71087197697999, "rshares": 1336788173111, "voter": "benjojo" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 101807714979611, "rshares": 749198663628, "voter": "pfunk" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 622955105, "voter": "healthcare" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 147478489309626, "rshares": 1039484860678, "voter": "tuck-fheman" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 967591200, "voter": "daniel.pan" }, @@ -3713,721 +3713,721 @@ }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 6373903167891, "rshares": 7288280988, "voter": "patrice" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 288213327, "voter": "helen.tan" }, { "percent": "100", - "reputation": 96486114508046, + "reputation": 76633033946568, "rshares": 14796343926, "voter": "piedpiper" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 4733188979515, "rshares": 8972462707, "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 12382143533351, "rshares": 715648773415, "voter": "eeks" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 82831371778953, "rshares": 854401132096, "voter": "cryptogee" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 376960001789, "rshares": 5470652472, "voter": "spaninv" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 58571016273092, "rshares": 726664133144, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 15755437221598, "rshares": 16798528489, "voter": "acidyo" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 627954645291, "rshares": 3868778895, "voter": "jonno-katz" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 6580794427504, "rshares": 56779104986, "voter": "hannixx42" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 21903005256174, "rshares": 239176165083, "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 161089556767, "rshares": 71220031567, "voter": "asch" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 60877390332151, "rshares": 608622985586, "voter": "kevinwong" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 4225750906887, "rshares": 73303668582, "voter": "beerbloke" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 3037854988445, "rshares": 65759745683, "voter": "ak2020" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 16234753830016, "rshares": 53884344664, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 2663003206978, "rshares": 10426970985, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 200733663789408, "rshares": 2264268111917, "voter": "stellabelle" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 3804349938696, "rshares": 57529825067, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1380612911758, "rshares": 4476883095, "voter": "dahaz159" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 77590508815145, "rshares": 306456223000, "voter": "kaylinart" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 60725834714442, "rshares": 501259458185, "voter": "infovore" }, { "percent": "5000", - "reputation": 96486114508046, + "reputation": 14028106211346, "rshares": 26315426014, "voter": "kus-knee" }, { "percent": "4900", - "reputation": 96486114508046, + "reputation": 1050758001641, "rshares": 11630218162, "voter": "ossama-benjohn" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 86912853643710, "rshares": 648138422927, "voter": "anwenbaumeister" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 28873518041457, "rshares": 69137542683, "voter": "razvanelulmarin" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 8166740506920, "rshares": 35291674341, "voter": "cryptoiskey" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 177578566464, "rshares": 360818648, "voter": "chetlanin" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 17405459234693, "rshares": 84518713331, "voter": "venuspcs" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1600943037611, "rshares": 2936111289, "voter": "psychonaut" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 57643429300793, "rshares": 318074226526, "voter": "roelandp" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1959446497877, "rshares": 4261065978, "voter": "dennygalindo" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 18757150528749, "rshares": 140535670338, "voter": "chhaylin" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 9956734090708, "rshares": 38348578159, "voter": "firepower" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 40557912481, "rshares": 254364900, "voter": "mstang83" }, { "percent": "8900", - "reputation": 96486114508046, + "reputation": 2222945795019, "rshares": 116908007408, "voter": "chhayll" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 2880187298062, "rshares": 2812431753, "voter": "stranger27" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 5754523667110, "rshares": 13896170396, "voter": "yogi.artist" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 6180521629731, "rshares": 14528410967, "voter": "elyaque" }, { "percent": "1000", - "reputation": 96486114508046, + "reputation": -2499740471746, "rshares": 2046170935, "voter": "r4fken" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 19111656178138, "rshares": 72655151512, "voter": "furion" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 11161280105659, "rshares": 96443143963, "voter": "sigmajin" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 10069093677389, "rshares": 40575184405, "voter": "mrwang" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 1287519621, "voter": "steem1653" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 963454351109, "rshares": 1827599826, "voter": "marcgodard" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 5463774640621, "rshares": 21069395024, "voter": "akareyon" }, { "percent": "9300", - "reputation": 96486114508046, + "reputation": 6030999377480, "rshares": 16233014225, "voter": "sebastien" }, { "percent": "0", - "reputation": 96486114508046, + "reputation": 9968156990, "rshares": 1214668585, "voter": "flyingmind" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 2821855573125, "rshares": 3259008743, "voter": "steemit-life" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 14826352016829, "rshares": 38541756150, "voter": "diana.catherine" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 241033184, "voter": "bobkillaz" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 5827115301697, "rshares": 9142372606, "voter": "deviedev" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 97417747806297, "rshares": 306656746516, "voter": "knozaki2015" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1616992532719, "rshares": 2482350068, "voter": "steemgrindr" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1447627612177, "rshares": 3860285221, "voter": "adamt" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 76096938200261, "rshares": 270410711489, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 14544132145555, "rshares": 9763976269, "voter": "pcste" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 20001506960251, "rshares": 231813853890, "voter": "liberosist" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 3782785917192, "rshares": 9172859646, "voter": "oumar" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 11482318062844, "rshares": 35903507776, "voter": "sauravrungta" }, { "percent": "5000", - "reputation": 96486114508046, + "reputation": 5883461278385, "rshares": 37542098641, "voter": "rea" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 7582874972117, "rshares": 21424668654, "voter": "prufarchy" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 12468455070375, "rshares": 9888950976, "voter": "carlidos" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 5852927286506, "rshares": 17018462501, "voter": "cryptocameo" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 8079179261851, "rshares": 38704462901, "voter": "claudiop63" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 4062552056713, "rshares": 10716559196, "voter": "phoenixmaid" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 901348001111, "rshares": 2850823006, "voter": "tjpezlo" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 6545561317919, "rshares": 13269181041, "voter": "clevecross" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 17218558634066, "rshares": 24054735183, "voter": "smailer" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 8561737881023, "rshares": 18688350126, "voter": "pixielolz" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 15621086173579, "rshares": 26483585759, "voter": "williambanks" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 4046144208870, "rshares": 3431378627, "voter": "webosfritos" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 2926129985180, "rshares": 89283515898, "voter": "shaka" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1161816442579, "rshares": 73511111757, "voter": "twinner" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 2730766591183, "rshares": 1475564323, "voter": "handmade" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 512132085322, "rshares": 9986529692, "voter": "viktor.phuket" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 4245841619, "voter": "ullikume" }, { "percent": "5600", - "reputation": 96486114508046, + "reputation": 2344911104009, "rshares": 6013694326, "voter": "ekitcho" }, { "percent": "100", - "reputation": 96486114508046, + "reputation": 66791976065, "rshares": 2112721437, "voter": "joele" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 11122126920308, "rshares": 4344750511, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 6380056335097, "rshares": 11208435898, "voter": "randyclemens" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 311638758804, "rshares": 315529006, "voter": "rusteller" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 7767180487460, "rshares": 8668714921, "voter": "gargon" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1955505384817, "rshares": 2402681750, "voter": "pgarcgo" }, { "percent": "5000", - "reputation": 96486114508046, + "reputation": 891327, "rshares": 4722016641, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 11861754844312, "rshares": 13978892123, "voter": "queenmountain" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 4542627765008, "rshares": 21216135219, "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 289024216569, "rshares": 360104574, "voter": "herbertmueller" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 641833483915, "rshares": 2790597203, "voter": "lightsplasher" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 710891266725, "rshares": 760244820, "voter": "princewahaj" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 2409896485, "rshares": 7124799262, "voter": "theb0red1" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 44529428534261, "rshares": 59327261726, "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 6861320744353, "rshares": 3673690786, "voter": "anarchyhasnogods" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 5742611366, "rshares": 1481195780, "voter": "indykpol" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 366678373049, "rshares": 302329407, "voter": "comcentrate" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 335003583191, "rshares": 122637921, "voter": "jtstreetman" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1191252134466, "rshares": 1623996599, "voter": "ines-f" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1063317981552, "rshares": 8237809906, "voter": "etcmike" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 8298658614343, "rshares": 6391005392, "voter": "lesliestarrohara" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 4272392942041, "rshares": 3425466270, "voter": "ats-david" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 986609023336, "rshares": 293609359, "voter": "pollux.one" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 3946777086453, "rshares": 1184448867, "voter": "contentjunkie" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 2147956107486, "rshares": 7304947957, "voter": "einsteinpotsdam" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 855097842923, "rshares": 11502232563, "voter": "darrantrute" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 5454682833813, "rshares": 17585035067, "voter": "sabot" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 38377870181305, "rshares": 28036909101, "voter": "markrmorrisjr" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 837791549130, "rshares": 45121178435, "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 66712446374, "rshares": 249472621, "voter": "reaction" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 12539394694005, "rshares": 2914432081, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 2856930496335, "rshares": 3648710236, "voter": "nubchai" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 2483815670577, "rshares": 4721456837, "voter": "richardjuckes" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 185899977514, "rshares": 146618463, "voter": "jens-jung" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 351488360313, "rshares": 116558699, "voter": "chadcrypto" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 488472984681, "rshares": 54685141, "voter": "ballinconscious" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1896009750059, "rshares": 70593457, "voter": "whatsup" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 160159881697, "rshares": 1584386308, "voter": "dirkzett" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 3302532614, "rshares": 66920614, "voter": "willio" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 73556721290, "rshares": 71584544, "voter": "justusagenstum" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 140430106, "voter": "angelius" } @@ -4465,73 +4465,73 @@ "active_votes": [ { "percent": "10000", - "reputation": 3507512667936, + "reputation": 14765040488827, "rshares": 25590936673298, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 27931460807554, "rshares": 4503240944593, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 1214229078, "rshares": 3093334843, "voter": "boy" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 4712949449, "rshares": 3754789393, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 1789951494550, "rshares": 703475396, "voter": "bunny" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 103443134841, "rshares": 53137822427, "voter": "bue" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 0, "rshares": 1658013141, "voter": "mini" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 0, "rshares": 213534945, "voter": "moon" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 0, "rshares": 621926043, "voter": "healthcare" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 0, "rshares": 945621921, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 0, "rshares": 287928458, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 1132310339390, "rshares": 52651564, "voter": "meredithpetran" } @@ -4569,109 +4569,109 @@ "active_votes": [ { "percent": "10000", - "reputation": 3573461197670, + "reputation": 32455846463901, "rshares": 31588356739639, "voter": "smooth" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 1214229078, "rshares": 3726201087, "voter": "boy" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 4712949449, "rshares": 4524113216, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 1789951494550, "rshares": 820980926, "voter": "bunny" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 103443134841, "rshares": 66047512415, "voter": "bue" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 0, "rshares": 1996555438, "voter": "mini" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 0, "rshares": 256574080, "voter": "moon" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 83941319998, "rshares": 5893489774073, "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 0, "rshares": 750139848, "voter": "healthcare" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 0, "rshares": 1168034456, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 0, "rshares": 346061156, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 54345938068170, "rshares": 394226217606, "voter": "craig-grant" }, { "percent": "3000", - "reputation": 3573461197670, + "reputation": 16234753830016, "rshares": 24215364511, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 200733663789408, "rshares": 2042269341790, "voter": "stellabelle" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 787678199102, "rshares": 8944971271, "voter": "cmtzco" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": -39372262885, "rshares": 52207362, "voter": "reported" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 958503, "rshares": 58804600, "voter": "southbaybits" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 6380056335097, "rshares": 14292459528, "voter": "randyclemens" }, @@ -4683,7 +4683,7 @@ }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 96725733083, "rshares": 120190171, "voter": "emeline" } @@ -4721,61 +4721,61 @@ "active_votes": [ { "percent": "10000", - "reputation": 22504728466704, + "reputation": 176979684007, "rshares": 35321225455025, "voter": "jamesc" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 1214229078, "rshares": 3104786127, "voter": "boy" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 4712949449, "rshares": 3769614077, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 1789951494550, "rshares": 684099809, "voter": "bunny" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 103443134841, "rshares": 54952584675, "voter": "bue" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 0, "rshares": 1663623227, "voter": "mini" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 0, "rshares": 213807099, "voter": "moon" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 0, "rshares": 625076388, "voter": "healthcare" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 0, "rshares": 973278654, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 0, "rshares": 288376577, "voter": "helen.tan" }, @@ -4787,19 +4787,19 @@ }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 741940212, "rshares": 100261624, "voter": "cheetah43" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 760865102, "rshares": 141949259, "voter": "cheetah44" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 760863473, "rshares": 121089288, "voter": "cheetah45" } diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_data.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_data.pat.json index 367543c9..915ffbf2 100644 --- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_data.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_data.pat.json @@ -9,619 +9,619 @@ }, { "percent": "100", - "reputation": 32455846463901, + "reputation": 85602977273, "rshares": 28860902224, "voter": "anonymous" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 13823888326286, "rshares": 14409605494831, "voter": "summon" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 70486967561347, "rshares": 40261554792719, "voter": "blocktrades" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 0, "rshares": 3155750963782, "voter": "lafona-miner" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 9111465318256, "rshares": 377906636658, "voter": "lafona" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 138490649, "rshares": 1245475534803, "voter": "silver" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 4018307276106, "rshares": 2875138885044, "voter": "silversteem" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 454674995328, "rshares": 992692841277, "voter": "delegate.lafona" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 36749432321730, "rshares": 948645888607, "voter": "liondani" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 0, "rshares": 314602171157, "voter": "lafona5" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1214229078, "rshares": 3094244335, "voter": "boy" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 4712949449, "rshares": 3755939559, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1789951494550, "rshares": 703615315, "voter": "bunny" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 59074616588451, "rshares": 5751660885474, "voter": "complexring" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 12481332844017, "rshares": 1644151280793, "voter": "steemychicken1" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 103443134841, "rshares": 53261984748, "voter": "bue" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 0, "rshares": 1658441464, "voter": "mini" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 0, "rshares": 213555429, "voter": "moon" }, { "percent": "300", - "reputation": 32455846463901, + "reputation": 83941319998, "rshares": 222747002001, "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 0, "rshares": 622045496, "voter": "healthcare" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 0, "rshares": 947522117, "voter": "daniel.pan" }, { "percent": "100", - "reputation": 32455846463901, + "reputation": 96486114508046, "rshares": 54127411451, "voter": "donkeypong" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 5116325730997, "rshares": 1759901644, "voter": "nexusdev" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 76462073287981, "rshares": 351517418935, "voter": "ash" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 37454101478493, "rshares": 282481919881, "voter": "chitty" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 0, "rshares": 287957469, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 4477492280957, "rshares": 25822874684, "voter": "steampunkpowered" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 4733188979515, "rshares": 10283360038, "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 436017530085, "rshares": 24290958657, "voter": "instructor2121" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 503318537891, "rshares": 7456570912, "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 60877390332151, "rshares": 491733834025, "voter": "kevinwong" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 9084038135515, "rshares": 41463145095, "voter": "nphacker" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 34874025761373, "rshares": 367830728600, "voter": "blakemiles84" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 5904057835766, "rshares": 45912096650, "voter": "ranko-k" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 3663597787321, "rshares": 23227592357, "voter": "treeleaves" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 8330279054423, "rshares": 63707549495, "voter": "kanoptx" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 4213833370161, "rshares": 31690086400, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 9090232372242, "rshares": 73022585138, "voter": "eric-boucher" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 11429090901893, "rshares": 109636482823, "voter": "kenny-crane" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 3906896686802, "rshares": 61288399197, "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 46310579884676, "rshares": 117389810764, "voter": "bravenewcoin" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 60725834714442, "rshares": 449244898326, "voter": "infovore" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 9131956116299, "rshares": 128017998380, "voter": "omarb" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 2676865682314, "rshares": 36007650081, "voter": "cheftony" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 8166740506920, "rshares": 32961119819, "voter": "cryptoiskey" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 13090894039053, "rshares": 71452016003, "voter": "discombobulated" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1569224337235, "rshares": 5121130339, "voter": "expanse" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 19462531467501, "rshares": 25440234426, "voter": "hitmeasap" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 12046532310513, "rshares": 13382892819, "voter": "stealthtrader" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 46813789492, "rshares": 24939158057, "voter": "tcfxyz" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1057084315198, "rshares": 103574158909, "voter": "cdubendo" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 2069855377344, "rshares": 7881221000, "voter": "spiz0r" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 54870619364044, "rshares": 112751020008, "voter": "jacor" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 26654160223111, "rshares": 14190084617, "voter": "halo" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 38947133984552, "rshares": 159492592967, "voter": "jesta" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 475226720101, "rshares": 33597624083, "voter": "toxonaut" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 67677758734, "rshares": 7028930352, "voter": "btcupload" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 7687950954082, "rshares": 17438618169, "voter": "anduweb" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 2974404080988, "rshares": 75155947399, "voter": "demotruk" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 3502382308233, "rshares": 3697940497, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 3033861094190, "rshares": 10377897348, "voter": "nippel66" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1532881687066, "rshares": 7753599028, "voter": "magz8716" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": -775526496810, "rshares": 1388783807, "voter": "cryptocurrency1" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 37347150, "rshares": 115874018, "voter": "gosha" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 678073276260, "rshares": 505816971, "voter": "raymonjohnstone" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 19973803502, "rshares": 124907433, "voter": "biternator" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 725570292123, "rshares": 3090635988, "voter": "willbeonceagain8" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 161079803820, "rshares": 54497070629, "voter": "arcurus" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1606242116192, "rshares": 4745090234, "voter": "bakingengineer" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 8079179261851, "rshares": 36689125715, "voter": "claudiop63" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1277366753949, "rshares": 16359584188, "voter": "noodles.pan" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 176296837750, "rshares": 10399150907, "voter": "npl77" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 17701690051649, "rshares": 108836213411, "voter": "steemdrive" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 4265214728001, "rshares": 11060114610, "voter": "bergy" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1085279334225, "rshares": 2050213474, "voter": "theprophet0" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1251705047047, "rshares": 295915630, "voter": "theprophet" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 11856501387697, "rshares": 38819548773, "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 359477747983, "rshares": 461449860, "voter": "neddykelly" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 2637292041469, "rshares": 1579699570, "voter": "minion" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 73944659327428, "rshares": 77473387847, "voter": "sirwinchester" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 33467338593, "rshares": 61385527, "voter": "sijoittaja" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 4829784286, "rshares": 4190219999, "voter": "tom77" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 213488752136, "rshares": 125663528, "voter": "nelkel" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 182784126217, "rshares": 148930176, "voter": "letsgo.asino" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 11490547563070, "rshares": 14968711124, "voter": "hilarski" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 32644559975, "rshares": 58226150, "voter": "ajavajive" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 896116963054, "rshares": 253750401751, "voter": "oldtimer" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 9759030533, "rshares": 57886832, "voter": "shootetxd" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 366678373049, "rshares": 191216226, "voter": "comcentrate" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1527616438386, "rshares": 13741567322, "voter": "antoinev" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 335003583191, "rshares": 61289460, "voter": "jtstreetman" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 692817924311, "rshares": 5100395909, "voter": "io-io-io" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 129741556, "rshares": 54884363, "voter": "ian89" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": -248081771849, "rshares": 50351260, "voter": "chuckleberry" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 321473400567, "rshares": 349611227, "voter": "panther" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 19674745811334, "rshares": 59354601485, "voter": "tracemayer" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 474811529, "rshares": 51884666, "voter": "brs" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 563927807986, "rshares": 130434883, "voter": "bitcoinparadise" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 7370152734, "rshares": 52571606, "voter": "bellphorion" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 586250180, "rshares": 53224648, "voter": "yanikkoval" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 1051554596883, "rshares": 51136429, "voter": "infotoday" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": -800687411550, "rshares": 50977036, "voter": "tldr" }, { "percent": "10000", - "reputation": 32455846463901, + "reputation": 99160090205, "rshares": 50797377, "voter": "bo-ro" } @@ -659,463 +659,463 @@ "active_votes": [ { "percent": "10000", - "reputation": 50326964582800, + "reputation": 32455846463901, "rshares": 30296554046147, "voter": "smooth" }, { "percent": "97", - "reputation": 50326964582800, + "reputation": 85602977273, "rshares": 28854877817, "voter": "anonymous" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 13823888326286, "rshares": 14368089454321, "voter": "summon" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 0, "rshares": 3183112492799, "voter": "lafona-miner" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 9111465318256, "rshares": 377387227766, "voter": "lafona" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 454674995328, "rshares": 790314875205, "voter": "delegate.lafona" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 0, "rshares": 314383371770, "voter": "lafona5" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 1214229078, "rshares": 1851434600, "voter": "boy" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 4712949449, "rshares": 2247039689, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 1789951494550, "rshares": 425455109, "voter": "bunny" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 103443134841, "rshares": 31378635899, "voter": "bue" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 0, "rshares": 992487616, "voter": "mini" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 0, "rshares": 127981753, "voter": "moon" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 227457869865, "rshares": 6510505164, "voter": "sean0010" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 83941319998, "rshares": 5308002434389, "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 68236886814465, "rshares": 342922310367, "voter": "officialfuzzy" }, { "percent": "9700", - "reputation": 50326964582800, + "reputation": 82600290949846, "rshares": 802009404542, "voter": "cass" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 0, "rshares": 369247770, "voter": "healthcare" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 0, "rshares": 537460001, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 0, "rshares": 172530341, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 1914970430304, "rshares": 410778394570, "voter": "chryspano" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 11372617606769, "rshares": 113345677592, "voter": "forrestwillie" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 1886231460740, "rshares": 5390642912, "voter": "kingjohal" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 34874025761373, "rshares": 346429583563, "voter": "blakemiles84" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 5904057835766, "rshares": 46740932510, "voter": "ranko-k" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 1404951009343, "rshares": 18522231224, "voter": "allahhh" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 99139054310, "rshares": 398461524, "voter": "rafikichi" }, { "percent": "9900", - "reputation": 50326964582800, + "reputation": 48542961182602, "rshares": 1421853753930, "voter": "sean-king" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 19196715690053, "rshares": 65040641602, "voter": "charleshosk" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 5571311902261, "rshares": 739465956, "voter": "mammasitta" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 9434414518400, "rshares": 17651204278, "voter": "acassity" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 97622606374, "rshares": 480475374, "voter": "chamviet" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": -23813556107, "rshares": 239694404, "voter": "concave" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 2770303185670, "rshares": 1386708550, "voter": "vi1son" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 47264506487, "rshares": 1798938485, "voter": "gazm" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 8017093633272, "rshares": 19465926763, "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 3740475854096, "rshares": 2622666444, "voter": "egjoshslim" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 38134889, "rshares": 6373898691, "voter": "perwest" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 110677545707, "rshares": 312475355, "voter": "lioliomir" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 5410832727305, "rshares": 33482946725, "voter": "alexfortin" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 196800352745, "rshares": 5612628842, "voter": "r33drum" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 866671256465, "rshares": 24373102947, "voter": "igster" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 1241141280004, "rshares": 51538128557, "voter": "sephiroth" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 125274679006, "rshares": 5989513477, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 9512715139288, "rshares": 72131208610, "voter": "ntomaino" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 3674446315320, "rshares": 9493199624, "voter": "domavila" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 10522996718, "rshares": 107006946999, "voter": "bonface" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 928901384552, "rshares": 12353093513, "voter": "grolelo" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 6338322241150, "rshares": 32088583721, "voter": "streetstyle" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 2974404080988, "rshares": 54299398751, "voter": "demotruk" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 161079803820, "rshares": 45617820200, "voter": "arcurus" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 6985921192853, "rshares": 211677715438, "voter": "johnsmith" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 9611048410314, "rshares": 17146066951, "voter": "team-leibniz" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 106557133024, "rshares": 22277193587, "voter": "solidgold" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 27787545215, "rshares": 143431864, "voter": "borntowin" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 49283901870, "rshares": 609312338, "voter": "metaflute" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 523416152, "rshares": 1125051142, "voter": "bofadeez" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 333988882, "rshares": 100022771, "voter": "darkstar1o9" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 1955505384817, "rshares": 57276142, "voter": "pgarcgo" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 661944466048, "rshares": 328256060, "voter": "alifton" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 191533186325, "rshares": 63775214, "voter": "laissezfairedr" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 5176671060650, "rshares": 66697195, "voter": "rubenalexander" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 13325577893779, "rshares": 7960548410, "voter": "kyriacos" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 539814268751, "rshares": 376001676, "voter": "manicmidnight" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 24276337891, "rshares": 58682093, "voter": "tradz" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 366529203171, "rshares": 58914198, "voter": "brandon-rosano" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 630803487, "rshares": 38710389758, "voter": "simon-says" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 19141466793, "rshares": 57980741, "voter": "alaqrab" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 4656922610, "rshares": 56436574, "voter": "saintbitts" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 0, "rshares": 55261899, "voter": "shakimclark7" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 110864068340, "rshares": 75377250, "voter": "powercouple" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 472082273, "rshares": 55618704, "voter": "jaypillagara" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 1709208580, "rshares": 53912690, "voter": "shax" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 580482162746, "rshares": 53846159, "voter": "wulfmeister" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 304603834882, "rshares": 53707619, "voter": "ct-gurus" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 0, "rshares": 53333238, "voter": "donzy" }, { "percent": "10000", - "reputation": 50326964582800, + "reputation": 0, "rshares": 53210703, "voter": "frostwalker" } @@ -1153,25 +1153,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 1284750610881, + "reputation": 14765040488827, "rshares": 29186049220380, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 608057298751, "rshares": 623996958321, "voter": "justin" }, { "percent": "9900", - "reputation": 1284750610881, + "reputation": 20297981245452, "rshares": 5881098331094, "voter": "abit" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 27931460807554, "rshares": 4855865727368, "voter": "nextgencrypto" }, @@ -1183,145 +1183,145 @@ }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 1214229078, "rshares": 2467985030, "voter": "boy" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 4712949449, "rshares": 2995309863, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 1789951494550, "rshares": 567154894, "voter": "bunny" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 103443134841, "rshares": 41750226248, "voter": "bue" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 0, "rshares": 1323006745, "voter": "mini" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 0, "rshares": 170612336, "voter": "moon" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 101807714979611, "rshares": 664278529380, "voter": "pfunk" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 0, "rshares": 490800486, "voter": "healthcare" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 0, "rshares": 709305835, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 0, "rshares": 229997595, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 77590508815145, "rshares": 130506632815, "voter": "kaylinart" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 25849925929525, "rshares": 106890789634, "voter": "anyx" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 11644551965460, "rshares": 9971301073, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 1633600290379, "rshares": 9400027589, "voter": "shredlord" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 22504728466704, "rshares": 61646469732, "voter": "cheetah" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 17114822932753, "rshares": 219824678620, "voter": "originate" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 49283901870, "rshares": 685101796, "voter": "metaflute" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 891327, "rshares": 394148198, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 31215012571, "rshares": 32404401324, "voter": "thecurator" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 0, "rshares": 582451688, "voter": "alorya" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 0, "rshares": 1059033052, "voter": "seraph" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 18890223518661, "rshares": 16011014560, "voter": "someguy123" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 0, "rshares": 454752565, "voter": "celestial" }, { "percent": "10000", - "reputation": 1284750610881, + "reputation": 176566848345, "rshares": 188226473, "voter": "andyinspace" } @@ -1359,109 +1359,109 @@ "active_votes": [ { "percent": "10000", - "reputation": 17701690051649, + "reputation": 70486967561347, "rshares": 40261554792719, "voter": "blocktrades" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 3991861275580, "rshares": 48124579959, "voter": "full-steem-ahead" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 37454101478493, "rshares": 282481919881, "voter": "chitty" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 4477492280957, "rshares": 25822874684, "voter": "steampunkpowered" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 4733188979515, "rshares": 10283360038, "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 436017530085, "rshares": 24290958657, "voter": "instructor2121" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 8330279054423, "rshares": 62458381858, "voter": "kanoptx" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 9090232372242, "rshares": 71100938161, "voter": "eric-boucher" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 3906896686802, "rshares": 61288297136, "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 46310579884676, "rshares": 117389810764, "voter": "bravenewcoin" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 1569224337235, "rshares": 5121130339, "voter": "expanse" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 2069855377344, "rshares": 7881221000, "voter": "spiz0r" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 3033861094190, "rshares": 10377897348, "voter": "nippel66" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 843226172873, "rshares": 49642777135, "voter": "thylbom" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 37347150, "rshares": 115874018, "voter": "gosha" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 8079179261851, "rshares": 37453482500, "voter": "claudiop63" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 17218558634066, "rshares": 4096208838, "voter": "smailer" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 314229959204, "rshares": 8375659361, "voter": "jamesbrown" }, @@ -1473,37 +1473,37 @@ }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 366678373049, "rshares": 195118598, "voter": "comcentrate" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 335003583191, "rshares": 61289460, "voter": "jtstreetman" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 657881264, "rshares": 56939384, "voter": "dcat" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 563927807986, "rshares": 130434883, "voter": "bitcoinparadise" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 7370152734, "rshares": 50468741, "voter": "bellphorion" }, { "percent": "10000", - "reputation": 17701690051649, + "reputation": 54957783711, "rshares": 50353356, "voter": "takemyfive" } @@ -1541,199 +1541,199 @@ "active_votes": [ { "percent": "5000", - "reputation": 5743108025054, + "reputation": 32455846463901, "rshares": 14824916004472, "voter": "smooth" }, { "percent": "100", - "reputation": 5743108025054, + "reputation": 85602977273, "rshares": 28851426273, "voter": "anonymous" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 13823888326286, "rshares": 14660905118594, "voter": "summon" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 8358591595454, "rshares": 5645842591970, "voter": "kushed" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 1214229078, "rshares": 3085011784, "voter": "boy" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 4712949449, "rshares": 3744178588, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 1789951494550, "rshares": 708945412, "voter": "bunny" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 103443134841, "rshares": 52221628833, "voter": "bue" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 0, "rshares": 1653774577, "voter": "mini" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 0, "rshares": 213265420, "voter": "moon" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 82600290949846, "rshares": 733758489177, "voter": "cass" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 0, "rshares": 613502402, "voter": "healthcare" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 0, "rshares": 888428594, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 0, "rshares": 287496994, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 376960001789, "rshares": 5519141498, "voter": "spaninv" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 6531398726064, "rshares": 151618531853, "voter": "killerstorm" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 1116909606233, "rshares": 13114605961, "voter": "facer" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 22794273843250, "rshares": 137573239907, "voter": "thedashguy" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 5571311902261, "rshares": 586358175, "voter": "mammasitta" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 2222945795019, "rshares": 128697036640, "voter": "chhayll" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 118203669136, "rshares": 269379546, "voter": "thealexander" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 19604328647, "rshares": 13452877972, "voter": "bitshares101" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 1241141280004, "rshares": 51529058014, "voter": "sephiroth" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 1215490422294, "rshares": 5729767206, "voter": "inti" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 1757805373821, "rshares": 14254612849, "voter": "deanero" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 1804907957838, "rshares": 1646059150, "voter": "belkins" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 333988882, "rshares": 116253105, "voter": "darkstar1o9" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 0, "rshares": 61980222, "voter": "breastsono" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 2422086213510, "rshares": 2359201317, "voter": "matherly" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 824556048979, "rshares": 897505702, "voter": "harand" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 4818398060873, "rshares": 17530292877, "voter": "shenanigator" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 2009900011368, "rshares": 4300748049, "voter": "bitbutter" }, { "percent": "10000", - "reputation": 5743108025054, + "reputation": 1246651487, "rshares": 54634677, "voter": "stephenm" } @@ -1771,97 +1771,97 @@ "active_votes": [ { "percent": "10000", - "reputation": 9186061899783, + "reputation": 83122046, "rshares": 17735818038199, "voter": "itsascam" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 43394593255, "rshares": 2091363547583, "voter": "steemroller" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 19032535635212, "rshares": 17881645967595, "voter": "steemed" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 1214229078, "rshares": 2473129069, "voter": "boy" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 4712949449, "rshares": 3001847911, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 1789951494550, "rshares": 562495952, "voter": "bunny" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 103443134841, "rshares": 42273561181, "voter": "bue" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 0, "rshares": 1325647967, "voter": "mini" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 0, "rshares": 170794809, "voter": "moon" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 25065017424303, "rshares": 115426377545, "voter": "stan" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 0, "rshares": 497314258, "voter": "healthcare" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 0, "rshares": 741745834, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 0, "rshares": 230286157, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 67344245671, "rshares": 17452286451, "voter": "marklyford" }, { "percent": "-10000", - "reputation": 9186061899783, + "reputation": 496208892, "rshares": -118201007, "voter": "cyonic" }, { "percent": "10000", - "reputation": 9186061899783, + "reputation": 1876749044289, "rshares": 1259875358, "voter": "shadowspub" } @@ -1899,109 +1899,109 @@ "active_votes": [ { "percent": "10000", - "reputation": 16743994030016, + "reputation": 14765040488827, "rshares": 29864685009305, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 86527803731, "rshares": 189574335690, "voter": "friend2" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 608057298751, "rshares": 639212703934, "voter": "justin" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 27931460807554, "rshares": 4968734358586, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 1214229078, "rshares": 3084986672, "voter": "boy" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 4712949449, "rshares": 3744144508, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 1789951494550, "rshares": 708943618, "voter": "bunny" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 103443134841, "rshares": 52193349399, "voter": "bue" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 0, "rshares": 1653762021, "voter": "mini" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 0, "rshares": 213265420, "voter": "moon" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 0, "rshares": 613500608, "voter": "healthcare" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 0, "rshares": 886632294, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 0, "rshares": 287496994, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 45329454600539, "rshares": 154121482815, "voter": "jamtaylor" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 22794273843250, "rshares": 130134738142, "voter": "thedashguy" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 7603352468101, "rshares": 39444938394, "voter": "tiffjane" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 713529357997, "rshares": 851256740, "voter": "cousteau" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 10445529851856, "rshares": 5673774261, "voter": "meesterboom" }, @@ -2013,91 +2013,91 @@ }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 1785188860258, "rshares": 718346410, "voter": "birdie" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 4965349454737, "rshares": 20128929530, "voter": "rznag" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 988942038058, "rshares": 51125341014, "voter": "gomeravibz" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 898801272252, "rshares": 1954050724, "voter": "t3ran13" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 921725518804, "rshares": 2194116353, "voter": "xroni" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 891327, "rshares": 403314436, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 11861754844312, "rshares": 11535444605, "voter": "queenmountain" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 68479560828, "rshares": 127023220, "voter": "harrycoins" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 34338510332, "rshares": 61084860, "voter": "mndstruct" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 31215012571, "rshares": 33194586794, "voter": "thecurator" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 17071371161, "rshares": 230160266, "voter": "mefisto" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 295472992623, "rshares": 1059907708, "voter": "iamrohitkgupta" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 822962542150, "rshares": 71181331, "voter": "emilyjane" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 3077370360823, "rshares": 133481361, "voter": "mweich" }, { "percent": "10000", - "reputation": 16743994030016, + "reputation": 7381386825, "rshares": 50281530, "voter": "topslim" } @@ -2135,91 +2135,91 @@ "active_votes": [ { "percent": "10000", - "reputation": 21815260714191, + "reputation": 14765040488827, "rshares": 29864685009305, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 608057298751, "rshares": 639212703934, "voter": "justin" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 27931460807554, "rshares": 4968734358586, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 1214229078, "rshares": 2467989338, "voter": "boy" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 4712949449, "rshares": 2995315607, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 1789951494550, "rshares": 567154894, "voter": "bunny" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 103443134841, "rshares": 41754679519, "voter": "bue" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 0, "rshares": 1653762021, "voter": "mini" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 0, "rshares": 170612336, "voter": "moon" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 0, "rshares": 490800486, "voter": "healthcare" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 0, "rshares": 709305835, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 0, "rshares": 229997595, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 45329454600539, "rshares": 147833075316, "voter": "jamtaylor" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 16743994030016, "rshares": 33749012863, "voter": "condra" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 5029542492239, "rshares": 8813120108, "voter": "blinova" }, @@ -2231,31 +2231,31 @@ }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 2017416249960, "rshares": 7958656381, "voter": "kristylynn" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 214076084605, "rshares": 250542489, "voter": "nat4ka" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 1826385508354, "rshares": 2869166387, "voter": "dercoco" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 891327, "rshares": 403314436, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 21815260714191, + "reputation": 31215012571, "rshares": 33194586794, "voter": "thecurator" } @@ -2293,49 +2293,49 @@ "active_votes": [ { "percent": "10000", - "reputation": 22504728466704, + "reputation": 14765040488827, "rshares": 29864685009305, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 608057298751, "rshares": 639212703934, "voter": "justin" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 27931460807554, "rshares": 4968734358586, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 0, "rshares": 11700424464, "voter": "by24seven" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 157636214062, "rshares": 18794778971, "voter": "ozzy-vega" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 25849925929525, "rshares": 106925555861, "voter": "anyx" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 79027340053, "rshares": 278001908, "voter": "mirrax" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 4116259471152, "rshares": 17506904849, "voter": "keithsmih" }, @@ -2347,43 +2347,43 @@ }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 714503005, "rshares": 100129802, "voter": "cheetah33" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 891327, "rshares": 403314436, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 737268128, "rshares": 100111679, "voter": "cheetah34" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 31215012571, "rshares": 33194586794, "voter": "thecurator" }, { "percent": "3300", - "reputation": 22504728466704, + "reputation": 0, "rshares": 198033574, "voter": "alorya" }, { "percent": "3300", - "reputation": 22504728466704, + "reputation": 0, "rshares": 360071237, "voter": "seraph" }, { "percent": "3300", - "reputation": 22504728466704, + "reputation": 0, "rshares": 154615872, "voter": "celestial" } @@ -2421,97 +2421,97 @@ "active_votes": [ { "percent": "10000", - "reputation": 3320684282022, + "reputation": 83122046, "rshares": 17387563883098, "voter": "itsascam" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 43394593255, "rshares": 2050320927937, "voter": "steemroller" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 19032535635212, "rshares": 17506821189546, "voter": "steemed" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 1214229078, "rshares": 2472687085, "voter": "boy" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 4712949449, "rshares": 3001252537, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 1789951494550, "rshares": 562430414, "voter": "bunny" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 103443134841, "rshares": 42191835467, "voter": "bue" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 0, "rshares": 1325422094, "voter": "mini" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 0, "rshares": 170789230, "voter": "moon" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 0, "rshares": 497255693, "voter": "healthcare" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 0, "rshares": 737466177, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 0, "rshares": 230274999, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 642608867428, "rshares": 5163277168, "voter": "christoryan" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 2812079541783, "rshares": 4146107046, "voter": "fishborne" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 333988882, "rshares": 100022771, "voter": "darkstar1o9" }, { "percent": "10000", - "reputation": 3320684282022, + "reputation": 7788315865, "rshares": 58035101, "voter": "aaronjwhite" } @@ -2549,31 +2549,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 25849925929525, + "reputation": 14765040488827, "rshares": 29186049220380, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 608057298751, "rshares": 623996958321, "voter": "justin" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 27931460807554, "rshares": 4855865727368, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 45329454600539, "rshares": 154146763309, "voter": "jamtaylor" }, { "percent": "-10000", - "reputation": 25849925929525, + "reputation": -2683858617900, "rshares": -5787205072, "voter": "zebbra2014" }, @@ -2585,55 +2585,55 @@ }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 11644551965460, "rshares": 9733889143, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 1633600290379, "rshares": 9400027589, "voter": "shredlord" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 22504728466704, "rshares": 61646469732, "voter": "cheetah" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 17114822932753, "rshares": 219824678620, "voter": "originate" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 49283901870, "rshares": 685101796, "voter": "metaflute" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 891327, "rshares": 394148198, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 31215012571, "rshares": 32404401324, "voter": "thecurator" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 18890223518661, "rshares": 16011014560, "voter": "someguy123" }, { "percent": "10000", - "reputation": 25849925929525, + "reputation": 176566848345, "rshares": 188226473, "voter": "andyinspace" } @@ -2671,85 +2671,85 @@ "active_votes": [ { "percent": "10000", - "reputation": 843226172873, + "reputation": 83122046, "rshares": 17387563883098, "voter": "itsascam" }, { "percent": "500", - "reputation": 843226172873, + "reputation": 70486967561347, "rshares": 2478143633692, "voter": "blocktrades" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 19032535635212, "rshares": 17508649345673, "voter": "steemed" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 1214229078, "rshares": 2472598979, "voter": "boy" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 4712949449, "rshares": 3001139259, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 1789951494550, "rshares": 562419226, "voter": "bunny" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 103443134841, "rshares": 42178757456, "voter": "bue" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 0, "rshares": 1325381537, "voter": "mini" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 0, "rshares": 170789230, "voter": "moon" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 0, "rshares": 497247302, "voter": "healthcare" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 0, "rshares": 737445199, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 0, "rshares": 230273601, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 8079179261851, "rshares": 38894121671, "voter": "claudiop63" }, { "percent": "10000", - "reputation": 843226172873, + "reputation": 2288762261504, "rshares": 7143405548, "voter": "goose" } @@ -2787,67 +2787,67 @@ "active_votes": [ { "percent": "10000", - "reputation": -2499740471746, + "reputation": 83122046, "rshares": 17735315160760, "voter": "itsascam" }, { "percent": "10000", - "reputation": -2499740471746, + "reputation": 19032535635212, "rshares": 17865766992651, "voter": "steemed" }, { "percent": "10000", - "reputation": -2499740471746, + "reputation": 1214229078, "rshares": 3091007147, "voter": "boy" }, { "percent": "10000", - "reputation": -2499740471746, + "reputation": 4712949449, "rshares": 3751778512, "voter": "bue-witness" }, { "percent": "10000", - "reputation": -2499740471746, + "reputation": 1789951494550, "rshares": 703064185, "voter": "bunny" }, { "percent": "10000", - "reputation": -2499740471746, + "reputation": 103443134841, "rshares": 52778799199, "voter": "bue" }, { "percent": "10000", - "reputation": -2499740471746, + "reputation": 0, "rshares": 1656856120, "voter": "mini" }, { "percent": "10000", - "reputation": -2499740471746, + "reputation": 0, "rshares": 213490026, "voter": "moon" }, { "percent": "10000", - "reputation": -2499740471746, + "reputation": 0, "rshares": 621592296, "voter": "healthcare" }, { "percent": "10000", - "reputation": -2499740471746, + "reputation": 0, "rshares": 923609344, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": -2499740471746, + "reputation": 0, "rshares": 287848982, "voter": "helen.tan" }, @@ -2891,187 +2891,187 @@ "active_votes": [ { "percent": "10000", - "reputation": 36884147263377, + "reputation": 1915876518994, "rshares": 727407423660, "voter": "erath" }, { "percent": "100", - "reputation": 36884147263377, + "reputation": 32455846463901, "rshares": 644958517124, "voter": "smooth" }, { "percent": "49", - "reputation": 36884147263377, + "reputation": 85602977273, "rshares": 28855608662, "voter": "anonymous" }, { "percent": "4900", - "reputation": 36884147263377, + "reputation": 8151223409709, "rshares": 8486664643623, "voter": "rainman" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 3894279128605, "rshares": 6370652360778, "voter": "wackou" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 428017035820, "rshares": 82613356260, "voter": "friend5" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 9800209121307, "rshares": 6571978360124, "voter": "roadscape" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 1214229078, "rshares": 2470238755, "voter": "boy" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 4712949449, "rshares": 2998129153, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 1789951494550, "rshares": 567603623, "voter": "bunny" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 103443134841, "rshares": 41948298509, "voter": "bue" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 0, "rshares": 1324164960, "voter": "mini" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 0, "rshares": 170709221, "voter": "moon" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 28971806962251, "rshares": 1813610822120, "voter": "joseph" }, { "percent": "100", - "reputation": 36884147263377, + "reputation": 83941319998, "rshares": 108871922542, "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 158487994237, "rshares": 51208392605, "voter": "twiceuponatime" }, { "percent": "5200", - "reputation": 36884147263377, + "reputation": 1082239289637, "rshares": 139867989371, "voter": "indominon" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 23744414677575, "rshares": 2942087618871, "voter": "onceuponatime" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 1829863145814, "rshares": 728571343037, "voter": "marginal" }, { "percent": "9700", - "reputation": 36884147263377, + "reputation": 82600290949846, "rshares": 937174079758, "voter": "cass" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 2369366055877, "rshares": 76036949216, "voter": "vault" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 0, "rshares": 496873319, "voter": "healthcare" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 0, "rshares": 725575461, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 0, "rshares": 230145753, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 1914970430304, "rshares": 410807696946, "voter": "chryspano" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 15755437221598, "rshares": 9521769889, "voter": "acidyo" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 562223585509, "rshares": 19196002726, "voter": "mughat" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 9084038135515, "rshares": 47541496466, "voter": "nphacker" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 9389887938261, "rshares": 3892379945, "voter": "kennyskitchen" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 5260794316761, "rshares": 129268320437, "voter": "schro" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 22794273843250, "rshares": 92995154682, "voter": "thedashguy" }, @@ -3083,181 +3083,181 @@ }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 17777496768, "rshares": 276395602, "voter": "carlgetalada" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 2632946346, "rshares": 28736613783, "voter": "catchfire" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 1613752018459, "rshares": 5894409181, "voter": "quintanilla" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 25984358555464, "rshares": 41089533337, "voter": "bacchist" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 40255997582, "rshares": 8483258053, "voter": "cannav" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 13090894039053, "rshares": 65583674268, "voter": "discombobulated" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 9859494596, "rshares": 1259117194, "voter": "chrisj" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 5183116321161, "rshares": 3704243578, "voter": "krystle" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 1403427793295, "rshares": 14629758637, "voter": "artakan" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 9734558763221, "rshares": 6012406044, "voter": "phenom" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 45712131677758, "rshares": 17402129371, "voter": "crazymumzysa" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 1624945721527, "rshares": 4183080661, "voter": "bbrewer" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 568560955800, "rshares": 35472659687, "voter": "fatboy" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 5571312226030, "rshares": 3978086691, "voter": "beanz" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 106557133024, "rshares": 22725564707, "voter": "solidgold" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 8806485920347, "rshares": 24344116072, "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 3679188122176, "rshares": 6603057948, "voter": "najoh" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 6181438509962, "rshares": 12993857503, "voter": "capitalism" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 2832097256429, "rshares": 4872113322, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 6364644439603, "rshares": 2818362970, "voter": "aboundlessworld" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 11122126920308, "rshares": 2636752145, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 6380056335097, "rshares": 3558963294, "voter": "randyclemens" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 661944466048, "rshares": 377494461, "voter": "alifton" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 15841196427096, "rshares": 26914242849, "voter": "bitcalm" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 2721887929533, "rshares": 1692339912, "voter": "davidbrogan" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 797336799, "rshares": 56779364, "voter": "negoshi" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 97476072754, "rshares": 50997147, "voter": "david.prochnow" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 6483658953, "rshares": 50258926, "voter": "doze49" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 269520578215, "rshares": 61941319, "voter": "fraterralph" }, { "percent": "10000", - "reputation": 36884147263377, + "reputation": 0, "rshares": 52891748, "voter": "onlyspeakslies" } @@ -3295,61 +3295,61 @@ "active_votes": [ { "percent": "10000", - "reputation": 9028537022578, + "reputation": 145171381514207, "rshares": 28300878156066, "voter": "dantheman" }, { "percent": "100", - "reputation": 9028537022578, + "reputation": 32455846463901, "rshares": 636585679281, "voter": "smooth" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 3894279128605, "rshares": 6549727125575, "voter": "wackou" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 1214229078, "rshares": 3099954800, "voter": "boy" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 4712949449, "rshares": 3763461212, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 1789951494550, "rshares": 690406462, "voter": "bunny" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 103443134841, "rshares": 54138246944, "voter": "bue" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 0, "rshares": 1661302953, "voter": "mini" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 0, "rshares": 213684579, "voter": "moon" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 8980249791516, "rshares": 251709705259, "voter": "lovejoy" }, @@ -3361,91 +3361,91 @@ }, { "percent": "100", - "reputation": 9028537022578, + "reputation": 83941319998, "rshares": 114398906816, "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 0, "rshares": 622843501, "voter": "healthcare" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 0, "rshares": 967387415, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 0, "rshares": 288174518, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 9090232372242, "rshares": 71291626568, "voter": "eric-boucher" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 642608867428, "rshares": 5223833163, "voter": "christoryan" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 2632564148, "rshares": 4999497773, "voter": "zelgald1" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 2798458785, "rshares": 63437792, "voter": "tommycordero" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 855097842923, "rshares": 11501604178, "voter": "darrantrute" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 949895649943, "rshares": 615797359, "voter": "nebcat" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 988835724525, "rshares": 381939549, "voter": "kiwideb" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 353288883728, "rshares": 444650943, "voter": "floweroflife" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 1586351489943, "rshares": 807251193, "voter": "kingarbinv" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 8189791438741, "rshares": 10978877529, "voter": "skypilot" }, { "percent": "10000", - "reputation": 9028537022578, + "reputation": 35511792131, "rshares": 2610482432, "voter": "robcichocki" } @@ -3489,37 +3489,37 @@ }, { "percent": "10000", - "reputation": 1133069631465, + "reputation": 1502465820159, "rshares": 22090812048, "voter": "domino" }, { "percent": "10000", - "reputation": 1133069631465, + "reputation": 4226573244868, "rshares": 28897024316, "voter": "zaebars" }, { "percent": "10000", - "reputation": 1133069631465, + "reputation": 19410587962, "rshares": 1953557909, "voter": "andreynoch" }, { "percent": "10000", - "reputation": 1133069631465, + "reputation": 1977162029930, "rshares": 1708472880, "voter": "litrbooh" }, { "percent": "10000", - "reputation": 1133069631465, + "reputation": 6755300029, "rshares": 1188786726, "voter": "nonamer" }, { "percent": "10000", - "reputation": 1133069631465, + "reputation": 18081706207, "rshares": 53257299, "voter": "shvedas" } @@ -3557,151 +3557,151 @@ "active_votes": [ { "percent": "-400", - "reputation": 96486114508046, + "reputation": 0, "rshares": -6795625112, "voter": "highasfuck" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 9326993992, "rshares": 164482168912, "voter": "nextgenwitness" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 8358591595454, "rshares": 5468384423175, "voter": "kushed" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 4018307276106, "rshares": 4945364226662, "voter": "silversteem" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 27931460807554, "rshares": 4656370926104, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1214229078, "rshares": 3100766695, "voter": "boy" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 4712949449, "rshares": 3764486632, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1789951494550, "rshares": 690539083, "voter": "bunny" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 59074616588451, "rshares": 7221866970964, "voter": "complexring" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 103443134841, "rshares": 54261605662, "voter": "bue" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 5009147934382, "rshares": 30390370257, "voter": "danknugs" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 1661700819, "voter": "mini" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 213710460, "voter": "moon" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 12928765689257, "rshares": 38600533043, "voter": "aizensou" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1241362310762, "rshares": 12269445334, "voter": "bentley" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 9028537022578, "rshares": 2651243328828, "voter": "recursive" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": -296615780418, "rshares": 1820914592, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 854893586973, "rshares": 1066518981517, "voter": "boombastic" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 9578311657, "voter": "bingo-0" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 2440314179, "voter": "bingo-1" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 71087197697999, "rshares": 1336788173111, "voter": "benjojo" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 101807714979611, "rshares": 749198663628, "voter": "pfunk" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 622955105, "voter": "healthcare" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 147478489309626, "rshares": 1039484860678, "voter": "tuck-fheman" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 967591200, "voter": "daniel.pan" }, @@ -3713,721 +3713,721 @@ }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 6373903167891, "rshares": 7288280988, "voter": "patrice" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 288213327, "voter": "helen.tan" }, { "percent": "100", - "reputation": 96486114508046, + "reputation": 76633033946568, "rshares": 14796343926, "voter": "piedpiper" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 4733188979515, "rshares": 8972462707, "voter": "ervin-lemark" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 12382143533351, "rshares": 715648773415, "voter": "eeks" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 82831371778953, "rshares": 854401132096, "voter": "cryptogee" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 376960001789, "rshares": 5470652472, "voter": "spaninv" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 58571016273092, "rshares": 726664133144, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 15755437221598, "rshares": 16798528489, "voter": "acidyo" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 627954645291, "rshares": 3868778895, "voter": "jonno-katz" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 6580794427504, "rshares": 56779104986, "voter": "hannixx42" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 21903005256174, "rshares": 239176165083, "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 161089556767, "rshares": 71220031567, "voter": "asch" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 60877390332151, "rshares": 608622985586, "voter": "kevinwong" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 4225750906887, "rshares": 73303668582, "voter": "beerbloke" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 3037854988445, "rshares": 65759745683, "voter": "ak2020" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 16234753830016, "rshares": 53884344664, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 2663003206978, "rshares": 10426970985, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 200733663789408, "rshares": 2264268111917, "voter": "stellabelle" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 3804349938696, "rshares": 57529825067, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1380612911758, "rshares": 4476883095, "voter": "dahaz159" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 77590508815145, "rshares": 306456223000, "voter": "kaylinart" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 60725834714442, "rshares": 501259458185, "voter": "infovore" }, { "percent": "5000", - "reputation": 96486114508046, + "reputation": 14028106211346, "rshares": 26315426014, "voter": "kus-knee" }, { "percent": "4900", - "reputation": 96486114508046, + "reputation": 1050758001641, "rshares": 11630218162, "voter": "ossama-benjohn" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 86912853643710, "rshares": 648138422927, "voter": "anwenbaumeister" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 28873518041457, "rshares": 69137542683, "voter": "razvanelulmarin" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 8166740506920, "rshares": 35291674341, "voter": "cryptoiskey" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 177578566464, "rshares": 360818648, "voter": "chetlanin" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 17405459234693, "rshares": 84518713331, "voter": "venuspcs" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1600943037611, "rshares": 2936111289, "voter": "psychonaut" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 57643429300793, "rshares": 318074226526, "voter": "roelandp" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1959446497877, "rshares": 4261065978, "voter": "dennygalindo" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 18757150528749, "rshares": 140535670338, "voter": "chhaylin" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 9956734090708, "rshares": 38348578159, "voter": "firepower" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 40557912481, "rshares": 254364900, "voter": "mstang83" }, { "percent": "8900", - "reputation": 96486114508046, + "reputation": 2222945795019, "rshares": 116908007408, "voter": "chhayll" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 2880187298062, "rshares": 2812431753, "voter": "stranger27" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 5754523667110, "rshares": 13896170396, "voter": "yogi.artist" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 6180521629731, "rshares": 14528410967, "voter": "elyaque" }, { "percent": "1000", - "reputation": 96486114508046, + "reputation": -2499740471746, "rshares": 2046170935, "voter": "r4fken" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 19111656178138, "rshares": 72655151512, "voter": "furion" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 11161280105659, "rshares": 96443143963, "voter": "sigmajin" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 10069093677389, "rshares": 40575184405, "voter": "mrwang" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 1287519621, "voter": "steem1653" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 963454351109, "rshares": 1827599826, "voter": "marcgodard" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 5463774640621, "rshares": 21069395024, "voter": "akareyon" }, { "percent": "9300", - "reputation": 96486114508046, + "reputation": 6030999377480, "rshares": 16233014225, "voter": "sebastien" }, { "percent": "0", - "reputation": 96486114508046, + "reputation": 9968156990, "rshares": 1214668585, "voter": "flyingmind" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 2821855573125, "rshares": 3259008743, "voter": "steemit-life" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 14826352016829, "rshares": 38541756150, "voter": "diana.catherine" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 241033184, "voter": "bobkillaz" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 5827115301697, "rshares": 9142372606, "voter": "deviedev" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 97417747806297, "rshares": 306656746516, "voter": "knozaki2015" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1616992532719, "rshares": 2482350068, "voter": "steemgrindr" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1447627612177, "rshares": 3860285221, "voter": "adamt" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 76096938200261, "rshares": 270410711489, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 14544132145555, "rshares": 9763976269, "voter": "pcste" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 20001506960251, "rshares": 231813853890, "voter": "liberosist" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 3782785917192, "rshares": 9172859646, "voter": "oumar" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 11482318062844, "rshares": 35903507776, "voter": "sauravrungta" }, { "percent": "5000", - "reputation": 96486114508046, + "reputation": 5883461278385, "rshares": 37542098641, "voter": "rea" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 7582874972117, "rshares": 21424668654, "voter": "prufarchy" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 12468455070375, "rshares": 9888950976, "voter": "carlidos" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 5852927286506, "rshares": 17018462501, "voter": "cryptocameo" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 8079179261851, "rshares": 38704462901, "voter": "claudiop63" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 4062552056713, "rshares": 10716559196, "voter": "phoenixmaid" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 901348001111, "rshares": 2850823006, "voter": "tjpezlo" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 6545561317919, "rshares": 13269181041, "voter": "clevecross" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 17218558634066, "rshares": 24054735183, "voter": "smailer" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 8561737881023, "rshares": 18688350126, "voter": "pixielolz" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 15621086173579, "rshares": 26483585759, "voter": "williambanks" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 4046144208870, "rshares": 3431378627, "voter": "webosfritos" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 2926129985180, "rshares": 89283515898, "voter": "shaka" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1161816442579, "rshares": 73511111757, "voter": "twinner" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 2730766591183, "rshares": 1475564323, "voter": "handmade" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 512132085322, "rshares": 9986529692, "voter": "viktor.phuket" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 4245841619, "voter": "ullikume" }, { "percent": "5600", - "reputation": 96486114508046, + "reputation": 2344911104009, "rshares": 6013694326, "voter": "ekitcho" }, { "percent": "100", - "reputation": 96486114508046, + "reputation": 66791976065, "rshares": 2112721437, "voter": "joele" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 11122126920308, "rshares": 4344750511, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 6380056335097, "rshares": 11208435898, "voter": "randyclemens" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 311638758804, "rshares": 315529006, "voter": "rusteller" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 7767180487460, "rshares": 8668714921, "voter": "gargon" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1955505384817, "rshares": 2402681750, "voter": "pgarcgo" }, { "percent": "5000", - "reputation": 96486114508046, + "reputation": 891327, "rshares": 4722016641, "voter": "theconnoisseur" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 11861754844312, "rshares": 13978892123, "voter": "queenmountain" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 4542627765008, "rshares": 21216135219, "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 289024216569, "rshares": 360104574, "voter": "herbertmueller" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 641833483915, "rshares": 2790597203, "voter": "lightsplasher" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 710891266725, "rshares": 760244820, "voter": "princewahaj" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 2409896485, "rshares": 7124799262, "voter": "theb0red1" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 44529428534261, "rshares": 59327261726, "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 6861320744353, "rshares": 3673690786, "voter": "anarchyhasnogods" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 5742611366, "rshares": 1481195780, "voter": "indykpol" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 366678373049, "rshares": 302329407, "voter": "comcentrate" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 335003583191, "rshares": 122637921, "voter": "jtstreetman" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1191252134466, "rshares": 1623996599, "voter": "ines-f" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1063317981552, "rshares": 8237809906, "voter": "etcmike" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 8298658614343, "rshares": 6391005392, "voter": "lesliestarrohara" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 4272392942041, "rshares": 3425466270, "voter": "ats-david" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 986609023336, "rshares": 293609359, "voter": "pollux.one" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 3946777086453, "rshares": 1184448867, "voter": "contentjunkie" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 2147956107486, "rshares": 7304947957, "voter": "einsteinpotsdam" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 855097842923, "rshares": 11502232563, "voter": "darrantrute" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 5454682833813, "rshares": 17585035067, "voter": "sabot" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 38377870181305, "rshares": 28036909101, "voter": "markrmorrisjr" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 837791549130, "rshares": 45121178435, "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 66712446374, "rshares": 249472621, "voter": "reaction" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 12539394694005, "rshares": 2914432081, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 2856930496335, "rshares": 3648710236, "voter": "nubchai" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 2483815670577, "rshares": 4721456837, "voter": "richardjuckes" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 185899977514, "rshares": 146618463, "voter": "jens-jung" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 351488360313, "rshares": 116558699, "voter": "chadcrypto" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 488472984681, "rshares": 54685141, "voter": "ballinconscious" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 1896009750059, "rshares": 70593457, "voter": "whatsup" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 160159881697, "rshares": 1584386308, "voter": "dirkzett" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 3302532614, "rshares": 66920614, "voter": "willio" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 73556721290, "rshares": 71584544, "voter": "justusagenstum" }, { "percent": "10000", - "reputation": 96486114508046, + "reputation": 0, "rshares": 140430106, "voter": "angelius" } @@ -4465,73 +4465,73 @@ "active_votes": [ { "percent": "10000", - "reputation": 3507512667936, + "reputation": 14765040488827, "rshares": 25590936673298, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 27931460807554, "rshares": 4503240944593, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 1214229078, "rshares": 3093334843, "voter": "boy" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 4712949449, "rshares": 3754789393, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 1789951494550, "rshares": 703475396, "voter": "bunny" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 103443134841, "rshares": 53137822427, "voter": "bue" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 0, "rshares": 1658013141, "voter": "mini" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 0, "rshares": 213534945, "voter": "moon" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 0, "rshares": 621926043, "voter": "healthcare" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 0, "rshares": 945621921, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 0, "rshares": 287928458, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 3507512667936, + "reputation": 1132310339390, "rshares": 52651564, "voter": "meredithpetran" } @@ -4569,109 +4569,109 @@ "active_votes": [ { "percent": "10000", - "reputation": 3573461197670, + "reputation": 32455846463901, "rshares": 31588356739639, "voter": "smooth" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 1214229078, "rshares": 3726201087, "voter": "boy" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 4712949449, "rshares": 4524113216, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 1789951494550, "rshares": 820980926, "voter": "bunny" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 103443134841, "rshares": 66047512415, "voter": "bue" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 0, "rshares": 1996555438, "voter": "mini" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 0, "rshares": 256574080, "voter": "moon" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 83941319998, "rshares": 5893489774073, "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 0, "rshares": 750139848, "voter": "healthcare" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 0, "rshares": 1168034456, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 0, "rshares": 346061156, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 54345938068170, "rshares": 394226217606, "voter": "craig-grant" }, { "percent": "3000", - "reputation": 3573461197670, + "reputation": 16234753830016, "rshares": 24215364511, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 200733663789408, "rshares": 2042269341790, "voter": "stellabelle" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 787678199102, "rshares": 8944971271, "voter": "cmtzco" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": -39372262885, "rshares": 52207362, "voter": "reported" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 958503, "rshares": 58804600, "voter": "southbaybits" }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 6380056335097, "rshares": 14292459528, "voter": "randyclemens" }, @@ -4683,7 +4683,7 @@ }, { "percent": "10000", - "reputation": 3573461197670, + "reputation": 96725733083, "rshares": 120190171, "voter": "emeline" } @@ -4721,61 +4721,61 @@ "active_votes": [ { "percent": "10000", - "reputation": 22504728466704, + "reputation": 176979684007, "rshares": 35321225455025, "voter": "jamesc" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 1214229078, "rshares": 3104786127, "voter": "boy" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 4712949449, "rshares": 3769614077, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 1789951494550, "rshares": 684099809, "voter": "bunny" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 103443134841, "rshares": 54952584675, "voter": "bue" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 0, "rshares": 1663623227, "voter": "mini" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 0, "rshares": 213807099, "voter": "moon" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 0, "rshares": 625076388, "voter": "healthcare" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 0, "rshares": 973278654, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 0, "rshares": 288376577, "voter": "helen.tan" }, @@ -4787,19 +4787,19 @@ }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 741940212, "rshares": 100261624, "voter": "cheetah43" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 760865102, "rshares": 141949259, "voter": "cheetah44" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 760863473, "rshares": 121089288, "voter": "cheetah45" } diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/truncate_body.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/truncate_body.pat.json index 4da6f905..62069260 100644 --- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/truncate_body.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/truncate_body.pat.json @@ -3,7 +3,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 22504728466704, + "reputation": 25849925929525, "rshares": 170280952462, "voter": "anyx" }, @@ -15,19 +15,19 @@ }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 66108793, "rshares": 100056560, "voter": "cheetah55" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": -64427114, "rshares": 120732244, "voter": "cheetah56" }, { "percent": "10000", - "reputation": 22504728466704, + "reputation": 101962962, "rshares": 99934003, "voter": "cheetah57" } @@ -65,7 +65,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 2792579239013, + "reputation": 9523766827937, "rshares": 15367342797, "voter": "cryptos" } @@ -103,7 +103,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 523553844040, + "reputation": 5571312226030, "rshares": 3286335338, "voter": "beanz" } diff --git a/hivemind/tavern/tags_api_patterns/get_content_replies/author_permlink.pat.json b/hivemind/tavern/tags_api_patterns/get_content_replies/author_permlink.pat.json index 93b0b246..7bc368bf 100644 --- a/hivemind/tavern/tags_api_patterns/get_content_replies/author_permlink.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_content_replies/author_permlink.pat.json @@ -3,7 +3,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 353432699790, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" } @@ -41,13 +41,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 3871208629, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 3871208629, + "reputation": -40589644, "rshares": 111000395, "voter": "bustillos" } diff --git a/hivemind/tavern/tags_api_patterns/get_discussion/author_permlink.pat.json b/hivemind/tavern/tags_api_patterns/get_discussion/author_permlink.pat.json index 3e4ec0a6..ef3d0ef3 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussion/author_permlink.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussion/author_permlink.pat.json @@ -2,607 +2,607 @@ "active_votes": [ { "percent": "100", - "reputation": 12944616889, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 5100, "voter": "steemit78" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 153384, "voter": "world" }, { "percent": "-100", - "reputation": 12944616889, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 59412, "voter": "fufubar1" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 14997, "voter": "anonymous1" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 12944616889, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 12944616889, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 12944616889, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author.pat.json index c576474e..0d871bbc 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author.pat.json @@ -3,19 +3,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 85602977273, "rshares": 289496406729, "voter": "anonymous" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 166818556981, "voter": "highasfuck" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 651650151993, "voter": "clains" }, @@ -27,199 +27,199 @@ }, { "percent": "200", - "reputation": 34347753869675, + "reputation": 5414208804644, "rshares": 661462066, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8364732813017, "rshares": 130765654564, "voter": "psylains" }, { "percent": "4200", - "reputation": 34347753869675, + "reputation": 15755437221598, "rshares": 12188532385, "voter": "acidyo" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1663549830469, "rshares": 760600032, "voter": "coar" }, { "percent": "1509", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 706772487, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4509451541223, "rshares": 59861247996, "voter": "theshell" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3046358914696, "rshares": 17018803209, "voter": "samether" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9721807408, "voter": "andread" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 6105332515536, "rshares": 11707843677, "voter": "primus" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4821174317675, "rshares": 4362079757, "voter": "alexft" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 10314872786861, "rshares": 46148758185, "voter": "isteemit" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 184227769156, "rshares": 330853272, "voter": "helle" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 156169282296, "rshares": 290559594, "voter": "sonyanka" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 454055212995, "rshares": 1608900298, "voter": "gidlark" }, { "percent": "4200", - "reputation": 34347753869675, + "reputation": 2906973892, "rshares": 103512966, "voter": "strawhat" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5451039980643, "rshares": 2340059283, "voter": "steemswede" }, { "percent": "4200", - "reputation": 34347753869675, + "reputation": 675716972978, "rshares": 102583242, "voter": "cryptochannel" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1648396897354, "rshares": 12345609219, "voter": "asim" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 686738916191, "rshares": 154310336, "voter": "sergey44" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2568808468562, "rshares": 3912738831, "voter": "sompitonov" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5571312226030, "rshares": 5942642822, "voter": "beanz" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8561737881023, "rshares": 26148166391, "voter": "pixielolz" }, { "percent": "100", - "reputation": 34347753869675, + "reputation": 4063076365725, "rshares": 116538182, "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 106575300404, "rshares": 3321707002, "voter": "glitterpig" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1984412570795, "rshares": 5606477483, "voter": "shortcut" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 3278418228934, "rshares": 508520907, "voter": "karenb54" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1653800202958, "rshares": 464346063318, "voter": "glitterfart" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 7436429161346, "rshares": 8529222483, "voter": "mione" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1916013022364, "rshares": 472813942, "voter": "wuyueling" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2146463020842, "rshares": 2337983869, "voter": "cryptoeasy" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 351488360313, "rshares": 174554557, "voter": "chadcrypto" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1996672246136, "rshares": 143406202, "voter": "anomaly" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 251629303655, "rshares": 13292298415, "voter": "goldmatters" } @@ -257,31 +257,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 85602977273, "rshares": 289482062341, "voter": "anonymous" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 358840960832, "rshares": 1152457041840, "voter": "rossco99" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 49549461527, "rshares": 436172432967, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 651650151993, "voter": "clains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 12712877967688, "rshares": 75110722747, "voter": "easteagle13" }, @@ -293,433 +293,433 @@ }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 9600934617910, "rshares": 16221469512, "voter": "jademont" }, { "percent": "400", - "reputation": 34347753869675, + "reputation": 5414208804644, "rshares": 1322723922, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8364732813017, "rshares": 130765654564, "voter": "psylains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 15755437221598, "rshares": 29251115097, "voter": "acidyo" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1663549830469, "rshares": 849659123, "voter": "coar" }, { "percent": "1509", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 706760886, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4509451541223, "rshares": 63365513478, "voter": "theshell" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2457655120479, "rshares": 5091917697, "voter": "ben99" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4821174317675, "rshares": 4487075430, "voter": "alexft" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 184227769156, "rshares": 324365953, "voter": "helle" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 454055212995, "rshares": 1541722449, "voter": "gidlark" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2906973892, "rshares": 246459444, "voter": "strawhat" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2499740471746, "rshares": 9220777116, "voter": "r4fken" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 675716972978, "rshares": 244245816, "voter": "cryptochannel" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1891778559109, "rshares": 5888378458, "voter": "bitspace" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1058072223123, "rshares": 321100442, "voter": "luisucv34" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2713713668533, "rshares": 2308410567, "voter": "the-future" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2339981102950, "rshares": 4263594327, "voter": "fubar-bdhr" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 6570213787, "rshares": 117630527, "voter": "pokemon" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 686738916191, "rshares": 51423955, "voter": "sergey44" }, { "percent": "8600", - "reputation": 34347753869675, + "reputation": 7172977970558, "rshares": 2911202361, "voter": "ace108" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8561737881023, "rshares": 26148166391, "voter": "pixielolz" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -1193908062262, "rshares": 149597919, "voter": "steemster1" }, { "percent": "3400", - "reputation": 34347753869675, + "reputation": 4063076365725, "rshares": 1165238399, "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 106575300404, "rshares": 3505969711, "voter": "glitterpig" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1984412570795, "rshares": 5731769098, "voter": "shortcut" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -833837861150, "rshares": 59219358, "voter": "sharon" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -1130081321479, "rshares": 60342922, "voter": "lillianjones" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -1468839175006, "rshares": 60806273, "voter": "msjennifer" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -1343370986030, "rshares": 57196572, "voter": "ciao" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 485540, "rshares": 55449983, "voter": "steemo" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2144720103876, "rshares": 3892676217, "voter": "alchemage" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -79575494262, "rshares": 55306941, "voter": "steema" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -894488087252, "rshares": 71268878, "voter": "confucius" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 898882906, "voter": "gretepe" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -789959772758, "rshares": 56157882, "voter": "jarvis" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 497846177749, "rshares": 597059749, "voter": "ashwim" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 54313084, "voter": "fortuner" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 53056158, "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 53039566, "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 53037689, "voter": "thermor" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 53048942, "voter": "ficholl" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 53030738, "voter": "widell" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 52651308, "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 51562255, "voter": "curpose" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -11923402406, "rshares": 58273844, "voter": "hotgirlktm" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 34250890230, "rshares": 63850166, "voter": "aavkc" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50588612, "voter": "troich" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2083416845, "rshares": 50593879, "voter": "crion" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50271139, "voter": "hitherise" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50262756, "voter": "wiss" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 51033798, "voter": "stroully" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50712038, "voter": "thadm" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50710305, "voter": "prof" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 16154264891, "rshares": 59551730, "voter": "techguru" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50370757, "voter": "yorsens" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50065875, "voter": "bane" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50059754, "voter": "vive" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50054445, "voter": "coad" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 950372517145, "rshares": 551289713, "voter": "jessicanicklos" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1996672246136, "rshares": 143358574, "voter": "anomaly" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1502200909130, "rshares": 1027866325, "voter": "ola1" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5766569295559, "rshares": 6349496599, "voter": "orcish" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50441122, "voter": "eavy" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50454901, "voter": "roto" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 30860749466, "rshares": 56509947, "voter": "alex.gaud" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 615545545848, "rshares": 1192255729, "voter": "ndbeledrifts" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 72812589, "voter": "igtes" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 148091845, "voter": "buffett" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 229890255, "voter": "sjamayee" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 155364835, "voter": "insight2incite" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 251629303655, "rshares": 13670562023, "voter": "goldmatters" } @@ -757,49 +757,49 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 85602977273, "rshares": 376233439931, "voter": "anonymous" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 2044001489909, "voter": "badassmother" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 358840960832, "rshares": 1119181397810, "voter": "rossco99" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 49549461527, "rshares": 461536194020, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 101807714979611, "rshares": 698098902296, "voter": "pfunk" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 651645205561, "voter": "clains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8963739580468, "rshares": 131708490559, "voter": "team" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 19959120564829, "rshares": 42712960461, "voter": "alexgr" }, @@ -811,271 +811,271 @@ }, { "percent": "400", - "reputation": 34347753869675, + "reputation": 5414208804644, "rshares": 1333641507, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8364732813017, "rshares": 130765248410, "voter": "psylains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4611433093423, "rshares": 27088176517, "voter": "tmendieta" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1663549830469, "rshares": 1027472226, "voter": "coar" }, { "percent": "3301", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 1413239642, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2423086926842, "rshares": 16193082064, "voter": "b4bb4r-5h3r" }, { "percent": "3100", - "reputation": 34347753869675, + "reputation": 16234753830016, "rshares": 24219759293, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4260826979219, "rshares": 8338989775, "voter": "givemeyoursteem" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3046358914696, "rshares": 20202699413, "voter": "samether" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 14028106211346, "rshares": 51727323862, "voter": "kus-knee" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9721776176, "voter": "andread" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4821174317675, "rshares": 3484563685, "voter": "alexft" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 184227769156, "rshares": 324365953, "voter": "helle" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 454055212995, "rshares": 1640980092, "voter": "gidlark" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2499740471746, "rshares": 17414401735, "voter": "r4fken" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1891778559109, "rshares": 5888362824, "voter": "bitspace" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 626660650, "voter": "steem1653" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1648396897354, "rshares": 11521200292, "voter": "asim" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 38947133984552, "rshares": 226192934152, "voter": "jesta" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 2397831198773, "rshares": 664445440, "voter": "karen13" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 669199844401, "rshares": 10310589431, "voter": "mun" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2314406420479, "rshares": 1913344238, "voter": "earnest" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 20001506960251, "rshares": 261981171388, "voter": "liberosist" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 14988694886527, "rshares": 32296817492, "voter": "jl777" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 929113870632, "rshares": 327972405, "voter": "valenttina" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2568808468562, "rshares": 3985741522, "voter": "sompitonov" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 58190631451, "rshares": 2725653124, "voter": "proto" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5571312226030, "rshares": 7508323572, "voter": "beanz" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 4063076365725, "rshares": 348014675, "voter": "bullionstackers" }, { "percent": "5000", - "reputation": 34347753869675, + "reputation": 8806485920347, "rshares": 22980208089, "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 106575300404, "rshares": 3258419015, "voter": "glitterpig" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 1275505236, "rshares": 1378514942, "voter": "taker" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 6380056335097, "rshares": 14860602062, "voter": "randyclemens" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 898882906, "voter": "gretepe" }, { "percent": "5000", - "reputation": 34347753869675, + "reputation": 64878458203, "rshares": 728479455, "voter": "alexma3x" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 12539394694005, "rshares": 8953896241, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2498083480, "rshares": 111977218, "voter": "skeptic" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4069545029880, "rshares": 3066392990, "voter": "funnyman" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 878526376261, "rshares": 88662747, "voter": "mlialen" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 336979073, "voter": "robotev1" }, { "percent": "4500", - "reputation": 34347753869675, + "reputation": 414609406210, "rshares": 1515433531, "voter": "robotev" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1487989126850, "rshares": 1977901532, "voter": "haphazard-hstead" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 271380763884, "rshares": 50985709, "voter": "natord" }, { "percent": "5000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 62244532, "voter": "socialbutterfly" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 251629303655, "rshares": 13670562023, "voter": "goldmatters" } @@ -1113,85 +1113,85 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 85602977273, "rshares": 376199691813, "voter": "anonymous" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 14765040488827, "rshares": 10514445664165, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 2043524972373, "voter": "badassmother" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 9326993992, "rshares": 64047892423, "voter": "nextgenwitness" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 608057298751, "rshares": 228778017848, "voter": "justin" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 138490649, "rshares": 667121759026, "voter": "silver" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 4018307276106, "rshares": 1625458470769, "voter": "silversteem" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 27931460807554, "rshares": 1817776274078, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 358840960832, "rshares": 1086156024356, "voter": "rossco99" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 29449063355738, "rshares": 134451929559, "voter": "steemservices" }, { "percent": "5000", - "reputation": 34347753869675, + "reputation": 1241362310762, "rshares": 6459214622, "voter": "bentley" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 49549461527, "rshares": 469477368872, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 651645205561, "voter": "clains" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 2165622245848, "rshares": 2586674942, "voter": "yefet" }, @@ -1203,415 +1203,415 @@ }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 4931834878069, "rshares": 2027172658, "voter": "fkn" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 5414208804644, "rshares": 2666300169, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8364732813017, "rshares": 130765248410, "voter": "psylains" }, { "percent": "4200", - "reputation": 34347753869675, + "reputation": 15755437221598, "rshares": 10966759140, "voter": "acidyo" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4611433093423, "rshares": 27080912220, "voter": "tmendieta" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1663549830469, "rshares": 1027351719, "voter": "coar" }, { "percent": "3301", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 1413116466, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4509451541223, "rshares": 59824941705, "voter": "theshell" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 16234753830016, "rshares": 76309016178, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4260826979219, "rshares": 7998622846, "voter": "givemeyoursteem" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 387218146988, "rshares": 1457681508, "voter": "benthegameboy" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9531153114, "voter": "andread" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 598181152117, "rshares": 21517750872, "voter": "kimziv" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2758500001611, "rshares": 6684459064, "voter": "fuck.off" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1019011681813, "rshares": 6605970020, "voter": "iloveporn" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1557874437556, "rshares": 5890677916, "voter": "the.bot" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2445708956667, "rshares": 8035250377, "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4821174317675, "rshares": 3600677639, "voter": "alexft" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1691376287481, "rshares": 5718018880, "voter": "the.whale" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 25984358555464, "rshares": 69790115190, "voter": "bacchist" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1797275012018, "rshares": 7395923269, "voter": "dasha" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 184227769156, "rshares": 324365953, "voter": "helle" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1160886081198, "rshares": 5415715980, "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 454055212995, "rshares": 1640965017, "voter": "gidlark" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1035952800698, "rshares": 5716399817, "voter": "vote" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2237331858240, "rshares": 6024180188, "voter": "kissmybutt" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 19111656178138, "rshares": 7528587638, "voter": "furion" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 9142611234, "rshares": 52858601, "voter": "ch0c0latechip" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1891778559109, "rshares": 5888362824, "voter": "bitspace" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 740454861, "voter": "steem1653" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1648396897354, "rshares": 11146913938, "voter": "asim" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 2397831198773, "rshares": 442913138, "voter": "karen13" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2339981102950, "rshares": 4188095885, "voter": "fubar-bdhr" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 46246767220, "rshares": 9150087358, "voter": "rpf" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 14988694886527, "rshares": 21529337232, "voter": "jl777" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 10519849768972, "rshares": 1643275913, "voter": "positive" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2568808468562, "rshares": 3905082034, "voter": "sompitonov" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 58190631451, "rshares": 1816956761, "voter": "proto" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 17698439393799, "rshares": 2685190882, "voter": "sisterholics" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 147425730, "rshares": 54905658, "voter": "fnait" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5571312226030, "rshares": 7508323572, "voter": "beanz" }, { "percent": "5000", - "reputation": 34347753869675, + "reputation": 4063076365725, "rshares": 1609908331, "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 106575300404, "rshares": 3142023228, "voter": "glitterpig" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 1275505236, "rshares": 918895431, "voter": "taker" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4116067655741, "rshares": 7760931567, "voter": "sykochica" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 10771708337101, "rshares": 95270090466, "voter": "laonie" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 18027204457681, "rshares": 3947218827, "voter": "myfirst" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 5776723480371, "rshares": 19377752514, "voter": "somebody" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 206355094166, "rshares": 966298641, "voter": "flysaga" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 97845484474, "rshares": 5708182705, "voter": "midnightoil" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 3016325652890, "rshares": 10675325035, "voter": "xiaohui" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 475920141542, "rshares": 286701566, "voter": "riosparada" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 6380056335097, "rshares": 15163479832, "voter": "randyclemens" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 1851205309677, "rshares": 446441859, "voter": "xiaokongcom" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 10971913263, "voter": "thebotkiller" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 4195733833721, "rshares": 899777990, "voter": "xianjun" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 916860564, "voter": "gretepe" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 730408370151, "rshares": 59017260, "voter": "microluck" }, { "percent": "2900", - "reputation": 34347753869675, + "reputation": 13325577893779, "rshares": 8925161251, "voter": "kyriacos" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 31215012571, "rshares": 13689306732, "voter": "thecurator" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 284822451, "voter": "jimmytwoshoes" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 654546773339, "rshares": 758446790, "voter": "dajohns1420" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2516108074649, "rshares": 446928899, "voter": "runridefly" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 92325410560, "voter": "thecyclist" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 992068506, "voter": "smisi" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 158821861, "voter": "tycho" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 84203992220, "rshares": 167755251, "voter": "myxxo" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 251629303655, "rshares": 9342417724, "voter": "goldmatters" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1309073721476, "rshares": 154551739, "voter": "reddust" } @@ -1649,85 +1649,85 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 17217440575, "voter": "fury" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 32976357478, "voter": "ihash" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2827502899317, "rshares": 881134799010, "voter": "ihashfury" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1214229078, "rshares": 3717110869, "voter": "boy" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4712949449, "rshares": 4512329498, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1789951494550, "rshares": 836485872, "voter": "bunny" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 103443134841, "rshares": 64574074288, "voter": "bue" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 1992112524, "voter": "mini" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 256346717, "voter": "moon" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 36473167044, "rshares": 58220800300, "voter": "jason" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 746977095, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 1160160147, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 651547610677, "voter": "clains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 345687346, "voter": "helen.tan" }, @@ -1739,217 +1739,217 @@ }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4602759566516, "rshares": 18819526182, "voter": "joelinux" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 4931834878069, "rshares": 2516322334, "voter": "fkn" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8364732813017, "rshares": 130761399219, "voter": "psylains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 15755437221598, "rshares": 20594040118, "voter": "acidyo" }, { "percent": "3301", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 2144798511, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 16234753830016, "rshares": 14510675143, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 11429090901893, "rshares": 105319082824, "voter": "kenny-crane" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3046358914696, "rshares": 12517472259, "voter": "samether" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 60725834714442, "rshares": 498866441418, "voter": "infovore" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9528187802, "voter": "andread" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4821174317675, "rshares": 1293108114, "voter": "alexft" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 184227769156, "rshares": 317878634, "voter": "helle" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 156169282296, "rshares": 288862211, "voter": "sonyanka" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 454055212995, "rshares": 1068065366, "voter": "gidlark" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2499740471746, "rshares": 36373502706, "voter": "r4fken" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 19111656178138, "rshares": 6737532997, "voter": "furion" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 9142611234, "rshares": 66729728, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 3871042, "rshares": 61176267, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1510234773828, "rshares": 1449063519, "voter": "bitland" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3040770542655, "rshares": 8958646993, "voter": "warrensteem" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2173940256661, "rshares": 11847119619, "voter": "benjiberigan" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 49770527, "rshares": 3477759461, "voter": "davidr" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4194711042931, "rshares": 5157719610, "voter": "rainchen" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 10519849768972, "rshares": 2035711479, "voter": "positive" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2568808468562, "rshares": 2582334157, "voter": "sompitonov" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3278418228934, "rshares": 1483268746, "voter": "karenb54" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 10137266406870, "rshares": 5881267398, "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1056504274649, "rshares": 14523418548, "voter": "trending" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 916860564, "voter": "gretepe" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 11448117997, "rshares": 53538363, "voter": "alfaman" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 166185808108, "rshares": 89557215, "voter": "artsteemit" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 896116963054, "rshares": 260795401928, "voter": "oldtimer" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5788018857372, "rshares": 5119704190, "voter": "pseudopoise" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2953997242466, "rshares": 2640261133, "voter": "newandold" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2609275826131, "rshares": 73301607, "voter": "alina1" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1013164758868, "rshares": 86602186, "voter": "borishaifa" } @@ -1987,109 +1987,109 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 261787136527, "rshares": 699869142788, "voter": "barrie" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1214229078, "rshares": 3716506788, "voter": "boy" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4712949449, "rshares": 4511520754, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1789951494550, "rshares": 836390485, "voter": "bunny" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 103443134841, "rshares": 64478208626, "voter": "bue" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 1991810487, "voter": "mini" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 256334795, "voter": "moon" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 330982605, "rshares": 205885443922, "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -296615780418, "rshares": 1781009490, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 854893586973, "rshares": 1042742279126, "voter": "boombastic" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 7520586390, "rshares": 136423477114, "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9505233750, "voter": "bingo-0" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 746895624, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 1160009124, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 651547610677, "voter": "clains" }, { "percent": "5000", - "reputation": 34347753869675, + "reputation": 72112139588726, "rshares": 411193620672, "voter": "steemrollin" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8442392793360, "rshares": 83823290528, "voter": "jchch" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 345667472, "voter": "helen.tan" }, @@ -2101,331 +2101,331 @@ }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 4931834878069, "rshares": 2515794369, "voter": "fkn" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 493863952, "rshares": 815109030, "voter": "weenfan" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1663549830469, "rshares": 1235425485, "voter": "coar" }, { "percent": "3301", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 2501121670, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 11765473490257, "rshares": 38148796757, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4260826979219, "rshares": 6621890334, "voter": "givemeyoursteem" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3046358914696, "rshares": 12506147358, "voter": "samether" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 60725834714442, "rshares": 498866441418, "voter": "infovore" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 86912853643710, "rshares": 576123366602, "voter": "anwenbaumeister" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9718717859, "voter": "andread" }, { "percent": "3800", - "reputation": 34347753869675, + "reputation": 598181152117, "rshares": 81516988096, "voter": "kimziv" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 26564452802341, "rshares": 380560965830, "voter": "inboundinken" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4821174317675, "rshares": 1323495176, "voter": "alexft" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2272555442064, "rshares": 4144765674, "voter": "azaan" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 40255997582, "rshares": 7251338488, "voter": "cannav" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 184227769156, "rshares": 317878634, "voter": "helle" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 454055212995, "rshares": 899072978, "voter": "gidlark" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 255334396905, "rshares": 309595731, "voter": "damono" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5451039980643, "rshares": 66072086, "voter": "steemswede" }, { "percent": "5300", - "reputation": 34347753869675, + "reputation": 4667991454724, "rshares": 385407509479, "voter": "slowwalker" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 19111656178138, "rshares": 6443364271, "voter": "furion" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 9142611234, "rshares": 80071708, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 3871042, "rshares": 73407555, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 670339334, "voter": "steem1653" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1648396897354, "rshares": 11247489359, "voter": "asim" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 669199844401, "rshares": 10718908273, "voter": "mun" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 49770527, "rshares": 3477759461, "voter": "davidr" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 10519849768972, "rshares": 2035271197, "voter": "positive" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2568808468562, "rshares": 2582334157, "voter": "sompitonov" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 153480676290, "rshares": 573561954, "voter": "curator" }, { "percent": "3600", - "reputation": 34347753869675, + "reputation": 17698439393799, "rshares": 10939107363, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2287580630, "rshares": 1935501680, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3821319838891, "rshares": 21092500953, "voter": "sisters" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8561737881023, "rshares": 18662568563, "voter": "pixielolz" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 988942038058, "rshares": 49255441191, "voter": "gomeravibz" }, { "percent": "1900", - "reputation": 34347753869675, + "reputation": 10771708337101, "rshares": 246915489385, "voter": "laonie" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 44365270334, "rshares": 71274014, "voter": "always1success" }, { "percent": "2800", - "reputation": 34347753869675, + "reputation": 18027204457681, "rshares": 9989223166, "voter": "myfirst" }, { "percent": "3800", - "reputation": 34347753869675, + "reputation": 5776723480371, "rshares": 95503641493, "voter": "somebody" }, { "percent": "3800", - "reputation": 34347753869675, + "reputation": 206355094166, "rshares": 3590726569, "voter": "flysaga" }, { "percent": "3700", - "reputation": 34347753869675, + "reputation": 97845484474, "rshares": 19790068742, "voter": "midnightoil" }, { "percent": "1900", - "reputation": 34347753869675, + "reputation": 3016325652890, "rshares": 28004283547, "voter": "xiaohui" }, { "percent": "3300", - "reputation": 34347753869675, + "reputation": 1851205309677, "rshares": 1203592518, "voter": "xiaokongcom" }, { "percent": "3800", - "reputation": 34347753869675, + "reputation": 4195733833721, "rshares": 3300873134, "voter": "xianjun" }, { "percent": "3800", - "reputation": 34347753869675, + "reputation": 730408370151, "rshares": 220497628, "voter": "microluck" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1916013022364, "rshares": 467344544, "voter": "wuyueling" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1833661746969, "rshares": 2291978770, "voter": "seva" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2852613092773, "rshares": 2712232665, "voter": "andressilvera" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 12539394694005, "rshares": 2688591552, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2288762261504, "rshares": 8155734304, "voter": "goose" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5471554000, "rshares": 53783795, "voter": "jod" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 33451402996481, "rshares": 186528421973, "voter": "jamielefay" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5646699288797, "rshares": 2492945627, "voter": "gringalicious" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 414609406210, "rshares": 157160989, "voter": "robotev" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1150196390848, "rshares": 50056278, "voter": "anns" } @@ -2463,133 +2463,133 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 261787136527, "rshares": 699869142788, "voter": "barrie" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 14765040488827, "rshares": 11357569835389, "voter": "berniesanders" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 9326993992, "rshares": 91312255682, "voter": "nextgenwitness" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 608057298751, "rshares": 273812540770, "voter": "justin" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 138490649, "rshares": 552847788283, "voter": "silver" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 4018307276106, "rshares": 1251901458047, "voter": "silversteem" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 27931460807554, "rshares": 2044381967001, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1214229078, "rshares": 3716409175, "voter": "boy" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4712949449, "rshares": 4511397243, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1789951494550, "rshares": 836372556, "voter": "bunny" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 103443134841, "rshares": 64467288690, "voter": "bue" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 29449063355738, "rshares": 190090324242, "voter": "steemservices" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 1991762675, "voter": "mini" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 256330811, "voter": "moon" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 854893586973, "rshares": 1021461824450, "voter": "boombastic" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 7520586390, "rshares": 133695007572, "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 8924012299, "voter": "bingo-0" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 2384419850, "voter": "bingo-1" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 746881679, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 1159983226, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 651547610677, "voter": "clains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 345661496, "voter": "helen.tan" }, @@ -2601,385 +2601,385 @@ }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 4931834878069, "rshares": 3018949260, "voter": "fkn" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8364732813017, "rshares": 130761399219, "voter": "psylains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1663549830469, "rshares": 1235416187, "voter": "coar" }, { "percent": "3301", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 2501119346, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4225750906887, "rshares": 67102335327, "voter": "beerbloke" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 16234753830016, "rshares": 14164988206, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3046358914696, "rshares": 12908349623, "voter": "samether" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1823741139572, "rshares": 2988547486, "voter": "ola-haukland" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1050758001641, "rshares": 21364980610, "voter": "ossama-benjohn" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 86912853643710, "rshares": 605001101244, "voter": "anwenbaumeister" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9528154764, "voter": "andread" }, { "percent": "3900", - "reputation": 34347753869675, + "reputation": 598181152117, "rshares": 86937942635, "voter": "kimziv" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 26564452802341, "rshares": 372949746513, "voter": "inboundinken" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 6767512298331, "rshares": 39931517472, "voter": "treeshaface" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4821174317675, "rshares": 1291983386, "voter": "alexft" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 40255997582, "rshares": 7251329191, "voter": "cannav" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 184227769156, "rshares": 317878634, "voter": "helle" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 156169282296, "rshares": 300652505, "voter": "sonyanka" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 454055212995, "rshares": 899072978, "voter": "gidlark" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1700182089209, "rshares": 105203907357, "voter": "rubybian" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 255334396905, "rshares": 316045642, "voter": "damono" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5451039980643, "rshares": 66072086, "voter": "steemswede" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 19111656178138, "rshares": 6443355972, "voter": "furion" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 9142611234, "rshares": 80071708, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 3871042, "rshares": 73407555, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1891778559109, "rshares": 5888231135, "voter": "bitspace" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 670328376, "voter": "steem1653" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1648396897354, "rshares": 11247489359, "voter": "asim" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 669199844401, "rshares": 10508733601, "voter": "mun" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 49770527, "rshares": 3477759461, "voter": "davidr" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 477578742546, "rshares": 7779206097, "voter": "tarindel" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 10519849768972, "rshares": 2442323444, "voter": "positive" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2568808468562, "rshares": 2582334157, "voter": "sompitonov" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 153480676290, "rshares": 573554319, "voter": "curator" }, { "percent": "3700", - "reputation": 34347753869675, + "reputation": 17698439393799, "rshares": 10937960192, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2287580630, "rshares": 1896791647, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1416246303584, "rshares": 9379848960, "voter": "michaeldodridge" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 27855371709889, "rshares": 43662231796, "voter": "healthyrecipes" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5571312226030, "rshares": 7333711396, "voter": "beanz" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3821319838891, "rshares": 20670650934, "voter": "sisters" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3278418228934, "rshares": 1655710133, "voter": "karenb54" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4116067655741, "rshares": 1824033796, "voter": "sykochica" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 636819078766, "rshares": 65556498, "voter": "whitemike313" }, { "percent": "3100", - "reputation": 34347753869675, + "reputation": 10771708337101, "rshares": 401107146215, "voter": "laonie" }, { "percent": "2800", - "reputation": 34347753869675, + "reputation": 18027204457681, "rshares": 9854253757, "voter": "myfirst" }, { "percent": "3900", - "reputation": 34347753869675, + "reputation": 5776723480371, "rshares": 101852903978, "voter": "somebody" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3350958489391, "rshares": 2149546785, "voter": "darknet" }, { "percent": "3900", - "reputation": 34347753869675, + "reputation": 206355094166, "rshares": 3829646472, "voter": "flysaga" }, { "percent": "3900", - "reputation": 34347753869675, + "reputation": 97845484474, "rshares": 21296995476, "voter": "midnightoil" }, { "percent": "3100", - "reputation": 34347753869675, + "reputation": 3016325652890, "rshares": 44908115073, "voter": "xiaohui" }, { "percent": "3300", - "reputation": 34347753869675, + "reputation": 1851205309677, "rshares": 1181562298, "voter": "xiaokongcom" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 4195733833721, "rshares": 3520527889, "voter": "xianjun" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 898882906, "voter": "gretepe" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 105457766, "voter": "quitothewalrus" }, { "percent": "3900", - "reputation": 34347753869675, + "reputation": 730408370151, "rshares": 210843520, "voter": "microluck" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 31215012571, "rshares": 15277887140, "voter": "thecurator" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 9530915857627, "rshares": 11929850774, "voter": "mikemacintire" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3135058867066, "rshares": 310128045, "voter": "stillsafe" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1833661746969, "rshares": 2291978770, "voter": "seva" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 794973811289, "rshares": 1190649584, "voter": "baro" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 12539394694005, "rshares": 2688591552, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5471554000, "rshares": 53783795, "voter": "jod" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 329560640, "rshares": 69255373, "voter": "kattz" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 414609406210, "rshares": 168125709, "voter": "robotev" } @@ -3017,67 +3017,67 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1214229078, "rshares": 4335706062, "voter": "boy" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4712949449, "rshares": 5263166562, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1789951494550, "rshares": 975749378, "voter": "bunny" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 103443134841, "rshares": 75198005302, "voter": "bue" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 2323671963, "voter": "mini" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 299047962, "voter": "moon" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 28971806962251, "rshares": 2059417973499, "voter": "joseph" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 871348006, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 1353285859, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 638772167330, "voter": "clains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 403264769, "voter": "helen.tan" }, @@ -3089,319 +3089,319 @@ }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 4931834878069, "rshares": 2515681432, "voter": "fkn" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3750669747284, "rshares": 267645652204, "voter": "pal" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8364732813017, "rshares": 130761399219, "voter": "psylains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 15755437221598, "rshares": 18287076517, "voter": "acidyo" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1663549830469, "rshares": 1455982374, "voter": "coar" }, { "percent": "3301", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 2501114696, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4260826979219, "rshares": 7301058574, "voter": "givemeyoursteem" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 86912853643710, "rshares": 575997658790, "voter": "anwenbaumeister" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9528121561, "voter": "andread" }, { "percent": "3900", - "reputation": 34347753869675, + "reputation": 598181152117, "rshares": 86937942635, "voter": "kimziv" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4821174317675, "rshares": 1384136862, "voter": "alexft" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 184227769156, "rshares": 304903995, "voter": "helle" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 454055212995, "rshares": 898813284, "voter": "gidlark" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3326209124802, "rshares": 10960200839, "voter": "aeico" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2499740471746, "rshares": 34242054440, "voter": "r4fken" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5451039980643, "rshares": 66069097, "voter": "steemswede" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 19111656178138, "rshares": 6443090237, "voter": "furion" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 9142611234, "rshares": 66726423, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 3871042, "rshares": 61172962, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1891778559109, "rshares": 5888231135, "voter": "bitspace" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 710838072, "voter": "steem1653" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1089147151331, "rshares": 1691522724, "voter": "incomemonthly" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2713713668533, "rshares": 1512341703, "voter": "the-future" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 49770527, "rshares": 3409568099, "voter": "davidr" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 10900524985586, "rshares": 27552870183, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 11482318062844, "rshares": 44575603381, "voter": "sauravrungta" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 10519849768972, "rshares": 2035181510, "voter": "positive" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 929113870632, "rshares": 156154164, "voter": "valenttina" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 686738916191, "rshares": 108022625, "voter": "sergey44" }, { "percent": "3700", - "reputation": 34347753869675, + "reputation": 17698439393799, "rshares": 10937960192, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8561737881023, "rshares": 18296635846, "voter": "pixielolz" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 10137266406870, "rshares": 5889601079, "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8710090850955, "rshares": 35763366050, "voter": "rampant" }, { "percent": "3200", - "reputation": 34347753869675, + "reputation": 10771708337101, "rshares": 401107146215, "voter": "laonie" }, { "percent": "2800", - "reputation": 34347753869675, + "reputation": 18027204457681, "rshares": 9854253757, "voter": "myfirst" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 5776723480371, "rshares": 101852903978, "voter": "somebody" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3350958489391, "rshares": 2283893459, "voter": "darknet" }, { "percent": "3900", - "reputation": 34347753869675, + "reputation": 206355094166, "rshares": 3829646472, "voter": "flysaga" }, { "percent": "3900", - "reputation": 34347753869675, + "reputation": 97845484474, "rshares": 21296995476, "voter": "midnightoil" }, { "percent": "3200", - "reputation": 34347753869675, + "reputation": 3016325652890, "rshares": 44908115073, "voter": "xiaohui" }, { "percent": "3300", - "reputation": 34347753869675, + "reputation": 1851205309677, "rshares": 1181562298, "voter": "xiaokongcom" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 4195733833721, "rshares": 3520527889, "voter": "xianjun" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 56139970267, "rshares": 64019062, "voter": "evgenyche" }, { "percent": "3900", - "reputation": 34347753869675, + "reputation": 730408370151, "rshares": 210843520, "voter": "microluck" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 505219265255, "rshares": 433283674, "voter": "violino" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3622743, "rshares": 57556400, "voter": "unnsmed" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 166185808108, "rshares": 87766070, "voter": "artsteemit" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 9530915857627, "rshares": 12178128873, "voter": "mikemacintire" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2852613092773, "rshares": 2712232665, "voter": "andressilvera" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 12539394694005, "rshares": 2752605636, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2914114578419, "rshares": 53733343, "voter": "rigaronib" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 15745290909, "rshares": 50129179, "voter": "julianoneill" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 414609406210, "rshares": 160815896, "voter": "robotev" } @@ -3439,37 +3439,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 70486967561347, "rshares": 40423696280163, "voter": "blocktrades" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 651547610677, "voter": "clains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 6977251504339, "rshares": 21742912981, "voter": "dedriss" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 14073457536993, "rshares": 85420329595, "voter": "edgeland" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -8847960360622, "rshares": 5443852086, "voter": "nastrom" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 12712877967688, "rshares": 78050821526, "voter": "easteagle13" }, @@ -3481,307 +3481,307 @@ }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 4931834878069, "rshares": 3018562528, "voter": "fkn" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1663549830469, "rshares": 1500103052, "voter": "coar" }, { "percent": "3301", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 2501114696, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2683858617900, "rshares": 9697923395, "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4260826979219, "rshares": 7301058574, "voter": "givemeyoursteem" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 14028106211346, "rshares": 49453012712, "voter": "kus-knee" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 86912853643710, "rshares": 590098544857, "voter": "anwenbaumeister" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9718683992, "voter": "andread" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4821174317675, "rshares": 1384136862, "voter": "alexft" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 184227769156, "rshares": 317878634, "voter": "helle" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 454055212995, "rshares": 898813284, "voter": "gidlark" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3326209124802, "rshares": 10960200839, "voter": "aeico" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2499740471746, "rshares": 35279692453, "voter": "r4fken" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5451039980643, "rshares": 66067104, "voter": "steemswede" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 19111656178138, "rshares": 6442551945, "voter": "furion" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 9142611234, "rshares": 80065727, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 3871042, "rshares": 73401574, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 710768293, "voter": "steem1653" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 97646232305, "rshares": 2867794061, "voter": "sveokla" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5827115301697, "rshares": 7946264179, "voter": "deviedev" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5029542492239, "rshares": 8884342752, "voter": "blinova" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2713713668533, "rshares": 1596360687, "voter": "the-future" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 49770527, "rshares": 3477759461, "voter": "davidr" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 879409745645, "rshares": 2031261689, "voter": "lostnuggett" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 10519849768972, "rshares": 2442012464, "voter": "positive" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3201231055, "rshares": 89901345, "voter": "tabata" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 27855371709889, "rshares": 44571861626, "voter": "healthyrecipes" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5571312226030, "rshares": 7333711396, "voter": "beanz" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -4429007921326, "rshares": 3064339400, "voter": "jillstein2016" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 56139970267, "rshares": 62738681, "voter": "evgenyche" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 916860564, "voter": "gretepe" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 37279727062, "rshares": 1719235215, "voter": "bledarus" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 497846177749, "rshares": 564194019, "voter": "ashwim" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3103554028241, "rshares": 489866165, "voter": "levycore" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3244771590977, "rshares": 46111352781, "voter": "albensilverberg" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -642566206250, "rshares": 4743553049, "voter": "craigwilliamz" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5036163586, "rshares": 56447612, "voter": "abanks1000" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1833661746969, "rshares": 2339728327, "voter": "seva" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1409339812298, "rshares": 368214925, "voter": "eight-rad" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3573461197670, "rshares": 21537535238, "voter": "luminousvisions" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2852613092773, "rshares": 2712232665, "voter": "andressilvera" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 12539394694005, "rshares": 2752605636, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 6232933391430, "rshares": 525563862, "voter": "edgarsart" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2609275826131, "rshares": 52182445, "voter": "alina1" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 52794249, "voter": "doggnostic" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 52521499, "voter": "jenny-talls" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 52332195, "voter": "post-successful" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 219172274, "rshares": 50125683, "voter": "granddady" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1582058, "rshares": 50124642, "voter": "senpai30" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1150196390848, "rshares": 50056278, "voter": "anns" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 80731372651, "rshares": 938220198, "voter": "linny" } @@ -3819,139 +3819,139 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 261787136527, "rshares": 683847433191, "voter": "barrie" }, { "percent": "100", - "reputation": 34347753869675, + "reputation": 85602977273, "rshares": 28860495550, "voter": "anonymous" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 138490649, "rshares": 1458371301057, "voter": "silver" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4018307276106, "rshares": 3345680944130, "voter": "silversteem" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 16879726792, "voter": "fury" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 32975758639, "voter": "ihash" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2827502899317, "rshares": 833000682841, "voter": "ihashfury" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1214229078, "rshares": 2474667874, "voter": "boy" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4712949449, "rshares": 3003831514, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1789951494550, "rshares": 562780317, "voter": "bunny" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 103443134841, "rshares": 42511716379, "voter": "bue" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 1326410513, "voter": "mini" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 170827956, "voter": "moon" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 36473167044, "rshares": 58653028106, "voter": "jason" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 854893586973, "rshares": 1018686257991, "voter": "boombastic" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 7520586390, "rshares": 133122969670, "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9360147548, "voter": "bingo-0" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 2377987129, "voter": "bingo-1" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 497540834, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 756497537, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 650035765683, "voter": "clains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 230342766, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 12712877967688, "rshares": 77130343250, "voter": "easteagle13" }, @@ -3963,319 +3963,319 @@ }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2120743942708, "rshares": 18922786616, "voter": "ninzacode" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 4931834878069, "rshares": 3039393043, "voter": "fkn" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 7019430473955, "rshares": 28296664166, "voter": "thedarkestplum" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8364732813017, "rshares": 130745414900, "voter": "psylains" }, { "percent": "2100", - "reputation": 34347753869675, + "reputation": 15755437221598, "rshares": 6533369417, "voter": "acidyo" }, { "percent": "3301", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 1802569172, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 199308931780, "rshares": 75065790, "voter": "akaninyene-etuk" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 11429090901893, "rshares": 107356674966, "voter": "kenny-crane" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 9389887938261, "rshares": 6090874010, "voter": "kennyskitchen" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 14028106211346, "rshares": 45157199110, "voter": "kus-knee" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 86912853643710, "rshares": 702883755660, "voter": "anwenbaumeister" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9525351076, "voter": "andread" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 6767512298331, "rshares": 42416476585, "voter": "treeshaface" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4821174317675, "rshares": 1184197459, "voter": "alexft" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 15285243314, "rshares": 272053813, "voter": "ales" }, { "percent": "2100", - "reputation": 34347753869675, + "reputation": 17405459234693, "rshares": 15621109400, "voter": "venuspcs" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 184227769156, "rshares": 328582197, "voter": "helle" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 156169282296, "rshares": 287300396, "voter": "sonyanka" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1933204465, "rshares": 55749238572, "voter": "sonzweil" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 454055212995, "rshares": 810635797, "voter": "gidlark" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1700182089209, "rshares": 96608292719, "voter": "rubybian" }, { "percent": "2100", - "reputation": 34347753869675, + "reputation": 4066839697461, "rshares": 1911037334, "voter": "getssidetracked" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1073334156, "rshares": 193683835, "voter": "eleny" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 19111656178138, "rshares": 7625139986, "voter": "furion" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 9142611234, "rshares": 80727592, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 3871042, "rshares": 74011710, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1891778559109, "rshares": 5887644206, "voter": "bitspace" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1089147151331, "rshares": 1932241518, "voter": "incomemonthly" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 14826352016829, "rshares": 28142586562, "voter": "diana.catherine" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 669199844401, "rshares": 10683249473, "voter": "mun" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3040770542655, "rshares": 8989925029, "voter": "warrensteem" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 34120390016, "rshares": 2536619358, "voter": "imp3" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 513380281140, "rshares": 550614299, "voter": "qonq99" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 10519849768972, "rshares": 2447903423, "voter": "positive" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 327313183062, "rshares": 1050846422, "voter": "politicasan2" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 11096186337460, "rshares": 25012318449, "voter": "anca3drandom" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2287580630, "rshares": 221679491, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8561737881023, "rshares": 5009584219, "voter": "pixielolz" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4116067655741, "rshares": 2448936788, "voter": "sykochica" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3194641726781, "rshares": 20109765764, "voter": "laoyao" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 75109707260, "rshares": 31034465046, "voter": "persianqueen" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 41042395978, "rshares": 83638970, "voter": "xerneas" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 413797518320, "rshares": 17235879497, "voter": "velourex" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 11122126920308, "rshares": 2957848839, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 21756574883, "rshares": 525392335, "voter": "iaco" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 62362897, "voter": "gretepe" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4637390447698, "rshares": 722557178, "voter": "chinadaily" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 6861320744353, "rshares": 413471359, "voter": "anarchyhasnogods" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2516108074649, "rshares": 328935828, "voter": "runridefly" }, { "percent": "0", - "reputation": 34347753869675, + "reputation": 17676358821986, "rshares": 137701110, "voter": "krnel" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 673915909724, "rshares": 1821534745, "voter": "metalbrushes" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 661603952344, "rshares": 1790641383, "voter": "steempowerwhale" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 151906532077, "rshares": 50431792, "voter": "stardust" } diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_date.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_date.pat.json index c576474e..0d871bbc 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_date.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_date.pat.json @@ -3,19 +3,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 85602977273, "rshares": 289496406729, "voter": "anonymous" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 166818556981, "voter": "highasfuck" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 651650151993, "voter": "clains" }, @@ -27,199 +27,199 @@ }, { "percent": "200", - "reputation": 34347753869675, + "reputation": 5414208804644, "rshares": 661462066, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8364732813017, "rshares": 130765654564, "voter": "psylains" }, { "percent": "4200", - "reputation": 34347753869675, + "reputation": 15755437221598, "rshares": 12188532385, "voter": "acidyo" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1663549830469, "rshares": 760600032, "voter": "coar" }, { "percent": "1509", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 706772487, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4509451541223, "rshares": 59861247996, "voter": "theshell" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3046358914696, "rshares": 17018803209, "voter": "samether" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9721807408, "voter": "andread" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 6105332515536, "rshares": 11707843677, "voter": "primus" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4821174317675, "rshares": 4362079757, "voter": "alexft" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 10314872786861, "rshares": 46148758185, "voter": "isteemit" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 184227769156, "rshares": 330853272, "voter": "helle" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 156169282296, "rshares": 290559594, "voter": "sonyanka" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 454055212995, "rshares": 1608900298, "voter": "gidlark" }, { "percent": "4200", - "reputation": 34347753869675, + "reputation": 2906973892, "rshares": 103512966, "voter": "strawhat" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5451039980643, "rshares": 2340059283, "voter": "steemswede" }, { "percent": "4200", - "reputation": 34347753869675, + "reputation": 675716972978, "rshares": 102583242, "voter": "cryptochannel" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1648396897354, "rshares": 12345609219, "voter": "asim" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 686738916191, "rshares": 154310336, "voter": "sergey44" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2568808468562, "rshares": 3912738831, "voter": "sompitonov" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5571312226030, "rshares": 5942642822, "voter": "beanz" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8561737881023, "rshares": 26148166391, "voter": "pixielolz" }, { "percent": "100", - "reputation": 34347753869675, + "reputation": 4063076365725, "rshares": 116538182, "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 106575300404, "rshares": 3321707002, "voter": "glitterpig" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1984412570795, "rshares": 5606477483, "voter": "shortcut" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 3278418228934, "rshares": 508520907, "voter": "karenb54" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1653800202958, "rshares": 464346063318, "voter": "glitterfart" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 7436429161346, "rshares": 8529222483, "voter": "mione" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1916013022364, "rshares": 472813942, "voter": "wuyueling" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2146463020842, "rshares": 2337983869, "voter": "cryptoeasy" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 351488360313, "rshares": 174554557, "voter": "chadcrypto" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1996672246136, "rshares": 143406202, "voter": "anomaly" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 251629303655, "rshares": 13292298415, "voter": "goldmatters" } @@ -257,31 +257,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 85602977273, "rshares": 289482062341, "voter": "anonymous" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 358840960832, "rshares": 1152457041840, "voter": "rossco99" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 49549461527, "rshares": 436172432967, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 651650151993, "voter": "clains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 12712877967688, "rshares": 75110722747, "voter": "easteagle13" }, @@ -293,433 +293,433 @@ }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 9600934617910, "rshares": 16221469512, "voter": "jademont" }, { "percent": "400", - "reputation": 34347753869675, + "reputation": 5414208804644, "rshares": 1322723922, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8364732813017, "rshares": 130765654564, "voter": "psylains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 15755437221598, "rshares": 29251115097, "voter": "acidyo" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1663549830469, "rshares": 849659123, "voter": "coar" }, { "percent": "1509", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 706760886, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4509451541223, "rshares": 63365513478, "voter": "theshell" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2457655120479, "rshares": 5091917697, "voter": "ben99" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4821174317675, "rshares": 4487075430, "voter": "alexft" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 184227769156, "rshares": 324365953, "voter": "helle" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 454055212995, "rshares": 1541722449, "voter": "gidlark" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2906973892, "rshares": 246459444, "voter": "strawhat" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2499740471746, "rshares": 9220777116, "voter": "r4fken" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 675716972978, "rshares": 244245816, "voter": "cryptochannel" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1891778559109, "rshares": 5888378458, "voter": "bitspace" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1058072223123, "rshares": 321100442, "voter": "luisucv34" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2713713668533, "rshares": 2308410567, "voter": "the-future" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2339981102950, "rshares": 4263594327, "voter": "fubar-bdhr" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 6570213787, "rshares": 117630527, "voter": "pokemon" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 686738916191, "rshares": 51423955, "voter": "sergey44" }, { "percent": "8600", - "reputation": 34347753869675, + "reputation": 7172977970558, "rshares": 2911202361, "voter": "ace108" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8561737881023, "rshares": 26148166391, "voter": "pixielolz" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -1193908062262, "rshares": 149597919, "voter": "steemster1" }, { "percent": "3400", - "reputation": 34347753869675, + "reputation": 4063076365725, "rshares": 1165238399, "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 106575300404, "rshares": 3505969711, "voter": "glitterpig" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1984412570795, "rshares": 5731769098, "voter": "shortcut" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -833837861150, "rshares": 59219358, "voter": "sharon" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -1130081321479, "rshares": 60342922, "voter": "lillianjones" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -1468839175006, "rshares": 60806273, "voter": "msjennifer" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -1343370986030, "rshares": 57196572, "voter": "ciao" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 485540, "rshares": 55449983, "voter": "steemo" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2144720103876, "rshares": 3892676217, "voter": "alchemage" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -79575494262, "rshares": 55306941, "voter": "steema" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -894488087252, "rshares": 71268878, "voter": "confucius" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 898882906, "voter": "gretepe" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -789959772758, "rshares": 56157882, "voter": "jarvis" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 497846177749, "rshares": 597059749, "voter": "ashwim" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 54313084, "voter": "fortuner" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 53056158, "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 53039566, "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 53037689, "voter": "thermor" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 53048942, "voter": "ficholl" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 53030738, "voter": "widell" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 52651308, "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 51562255, "voter": "curpose" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -11923402406, "rshares": 58273844, "voter": "hotgirlktm" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 34250890230, "rshares": 63850166, "voter": "aavkc" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50588612, "voter": "troich" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2083416845, "rshares": 50593879, "voter": "crion" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50271139, "voter": "hitherise" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50262756, "voter": "wiss" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 51033798, "voter": "stroully" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50712038, "voter": "thadm" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50710305, "voter": "prof" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 16154264891, "rshares": 59551730, "voter": "techguru" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50370757, "voter": "yorsens" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50065875, "voter": "bane" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50059754, "voter": "vive" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50054445, "voter": "coad" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 950372517145, "rshares": 551289713, "voter": "jessicanicklos" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1996672246136, "rshares": 143358574, "voter": "anomaly" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1502200909130, "rshares": 1027866325, "voter": "ola1" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5766569295559, "rshares": 6349496599, "voter": "orcish" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50441122, "voter": "eavy" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 50454901, "voter": "roto" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 30860749466, "rshares": 56509947, "voter": "alex.gaud" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 615545545848, "rshares": 1192255729, "voter": "ndbeledrifts" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 72812589, "voter": "igtes" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 148091845, "voter": "buffett" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 229890255, "voter": "sjamayee" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 155364835, "voter": "insight2incite" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 251629303655, "rshares": 13670562023, "voter": "goldmatters" } @@ -757,49 +757,49 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 85602977273, "rshares": 376233439931, "voter": "anonymous" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 2044001489909, "voter": "badassmother" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 358840960832, "rshares": 1119181397810, "voter": "rossco99" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 49549461527, "rshares": 461536194020, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 101807714979611, "rshares": 698098902296, "voter": "pfunk" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 651645205561, "voter": "clains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8963739580468, "rshares": 131708490559, "voter": "team" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 19959120564829, "rshares": 42712960461, "voter": "alexgr" }, @@ -811,271 +811,271 @@ }, { "percent": "400", - "reputation": 34347753869675, + "reputation": 5414208804644, "rshares": 1333641507, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8364732813017, "rshares": 130765248410, "voter": "psylains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4611433093423, "rshares": 27088176517, "voter": "tmendieta" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1663549830469, "rshares": 1027472226, "voter": "coar" }, { "percent": "3301", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 1413239642, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2423086926842, "rshares": 16193082064, "voter": "b4bb4r-5h3r" }, { "percent": "3100", - "reputation": 34347753869675, + "reputation": 16234753830016, "rshares": 24219759293, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4260826979219, "rshares": 8338989775, "voter": "givemeyoursteem" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3046358914696, "rshares": 20202699413, "voter": "samether" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 14028106211346, "rshares": 51727323862, "voter": "kus-knee" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9721776176, "voter": "andread" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4821174317675, "rshares": 3484563685, "voter": "alexft" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 184227769156, "rshares": 324365953, "voter": "helle" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 454055212995, "rshares": 1640980092, "voter": "gidlark" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2499740471746, "rshares": 17414401735, "voter": "r4fken" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1891778559109, "rshares": 5888362824, "voter": "bitspace" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 626660650, "voter": "steem1653" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1648396897354, "rshares": 11521200292, "voter": "asim" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 38947133984552, "rshares": 226192934152, "voter": "jesta" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 2397831198773, "rshares": 664445440, "voter": "karen13" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 669199844401, "rshares": 10310589431, "voter": "mun" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2314406420479, "rshares": 1913344238, "voter": "earnest" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 20001506960251, "rshares": 261981171388, "voter": "liberosist" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 14988694886527, "rshares": 32296817492, "voter": "jl777" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 929113870632, "rshares": 327972405, "voter": "valenttina" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2568808468562, "rshares": 3985741522, "voter": "sompitonov" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 58190631451, "rshares": 2725653124, "voter": "proto" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5571312226030, "rshares": 7508323572, "voter": "beanz" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 4063076365725, "rshares": 348014675, "voter": "bullionstackers" }, { "percent": "5000", - "reputation": 34347753869675, + "reputation": 8806485920347, "rshares": 22980208089, "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 106575300404, "rshares": 3258419015, "voter": "glitterpig" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 1275505236, "rshares": 1378514942, "voter": "taker" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 6380056335097, "rshares": 14860602062, "voter": "randyclemens" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 898882906, "voter": "gretepe" }, { "percent": "5000", - "reputation": 34347753869675, + "reputation": 64878458203, "rshares": 728479455, "voter": "alexma3x" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 12539394694005, "rshares": 8953896241, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2498083480, "rshares": 111977218, "voter": "skeptic" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4069545029880, "rshares": 3066392990, "voter": "funnyman" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 878526376261, "rshares": 88662747, "voter": "mlialen" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 336979073, "voter": "robotev1" }, { "percent": "4500", - "reputation": 34347753869675, + "reputation": 414609406210, "rshares": 1515433531, "voter": "robotev" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1487989126850, "rshares": 1977901532, "voter": "haphazard-hstead" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 271380763884, "rshares": 50985709, "voter": "natord" }, { "percent": "5000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 62244532, "voter": "socialbutterfly" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 251629303655, "rshares": 13670562023, "voter": "goldmatters" } @@ -1113,85 +1113,85 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 85602977273, "rshares": 376199691813, "voter": "anonymous" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 14765040488827, "rshares": 10514445664165, "voter": "berniesanders" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 2043524972373, "voter": "badassmother" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 9326993992, "rshares": 64047892423, "voter": "nextgenwitness" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 608057298751, "rshares": 228778017848, "voter": "justin" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 138490649, "rshares": 667121759026, "voter": "silver" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 4018307276106, "rshares": 1625458470769, "voter": "silversteem" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 27931460807554, "rshares": 1817776274078, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 358840960832, "rshares": 1086156024356, "voter": "rossco99" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 29449063355738, "rshares": 134451929559, "voter": "steemservices" }, { "percent": "5000", - "reputation": 34347753869675, + "reputation": 1241362310762, "rshares": 6459214622, "voter": "bentley" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 49549461527, "rshares": 469477368872, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 651645205561, "voter": "clains" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 2165622245848, "rshares": 2586674942, "voter": "yefet" }, @@ -1203,415 +1203,415 @@ }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 4931834878069, "rshares": 2027172658, "voter": "fkn" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 5414208804644, "rshares": 2666300169, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8364732813017, "rshares": 130765248410, "voter": "psylains" }, { "percent": "4200", - "reputation": 34347753869675, + "reputation": 15755437221598, "rshares": 10966759140, "voter": "acidyo" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4611433093423, "rshares": 27080912220, "voter": "tmendieta" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1663549830469, "rshares": 1027351719, "voter": "coar" }, { "percent": "3301", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 1413116466, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4509451541223, "rshares": 59824941705, "voter": "theshell" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 16234753830016, "rshares": 76309016178, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4260826979219, "rshares": 7998622846, "voter": "givemeyoursteem" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 387218146988, "rshares": 1457681508, "voter": "benthegameboy" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9531153114, "voter": "andread" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 598181152117, "rshares": 21517750872, "voter": "kimziv" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2758500001611, "rshares": 6684459064, "voter": "fuck.off" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1019011681813, "rshares": 6605970020, "voter": "iloveporn" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1557874437556, "rshares": 5890677916, "voter": "the.bot" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2445708956667, "rshares": 8035250377, "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4821174317675, "rshares": 3600677639, "voter": "alexft" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1691376287481, "rshares": 5718018880, "voter": "the.whale" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 25984358555464, "rshares": 69790115190, "voter": "bacchist" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1797275012018, "rshares": 7395923269, "voter": "dasha" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 184227769156, "rshares": 324365953, "voter": "helle" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1160886081198, "rshares": 5415715980, "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 454055212995, "rshares": 1640965017, "voter": "gidlark" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1035952800698, "rshares": 5716399817, "voter": "vote" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2237331858240, "rshares": 6024180188, "voter": "kissmybutt" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 19111656178138, "rshares": 7528587638, "voter": "furion" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 9142611234, "rshares": 52858601, "voter": "ch0c0latechip" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1891778559109, "rshares": 5888362824, "voter": "bitspace" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 740454861, "voter": "steem1653" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1648396897354, "rshares": 11146913938, "voter": "asim" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 2397831198773, "rshares": 442913138, "voter": "karen13" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2339981102950, "rshares": 4188095885, "voter": "fubar-bdhr" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 46246767220, "rshares": 9150087358, "voter": "rpf" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 14988694886527, "rshares": 21529337232, "voter": "jl777" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 10519849768972, "rshares": 1643275913, "voter": "positive" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2568808468562, "rshares": 3905082034, "voter": "sompitonov" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 58190631451, "rshares": 1816956761, "voter": "proto" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 17698439393799, "rshares": 2685190882, "voter": "sisterholics" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 147425730, "rshares": 54905658, "voter": "fnait" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5571312226030, "rshares": 7508323572, "voter": "beanz" }, { "percent": "5000", - "reputation": 34347753869675, + "reputation": 4063076365725, "rshares": 1609908331, "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 106575300404, "rshares": 3142023228, "voter": "glitterpig" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 1275505236, "rshares": 918895431, "voter": "taker" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4116067655741, "rshares": 7760931567, "voter": "sykochica" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 10771708337101, "rshares": 95270090466, "voter": "laonie" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 18027204457681, "rshares": 3947218827, "voter": "myfirst" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 5776723480371, "rshares": 19377752514, "voter": "somebody" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 206355094166, "rshares": 966298641, "voter": "flysaga" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 97845484474, "rshares": 5708182705, "voter": "midnightoil" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 3016325652890, "rshares": 10675325035, "voter": "xiaohui" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 475920141542, "rshares": 286701566, "voter": "riosparada" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 6380056335097, "rshares": 15163479832, "voter": "randyclemens" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 1851205309677, "rshares": 446441859, "voter": "xiaokongcom" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 10971913263, "voter": "thebotkiller" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 4195733833721, "rshares": 899777990, "voter": "xianjun" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 916860564, "voter": "gretepe" }, { "percent": "900", - "reputation": 34347753869675, + "reputation": 730408370151, "rshares": 59017260, "voter": "microluck" }, { "percent": "2900", - "reputation": 34347753869675, + "reputation": 13325577893779, "rshares": 8925161251, "voter": "kyriacos" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 31215012571, "rshares": 13689306732, "voter": "thecurator" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 284822451, "voter": "jimmytwoshoes" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 654546773339, "rshares": 758446790, "voter": "dajohns1420" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2516108074649, "rshares": 446928899, "voter": "runridefly" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 92325410560, "voter": "thecyclist" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 992068506, "voter": "smisi" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 158821861, "voter": "tycho" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 84203992220, "rshares": 167755251, "voter": "myxxo" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 251629303655, "rshares": 9342417724, "voter": "goldmatters" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1309073721476, "rshares": 154551739, "voter": "reddust" } @@ -1649,85 +1649,85 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 17217440575, "voter": "fury" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 32976357478, "voter": "ihash" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2827502899317, "rshares": 881134799010, "voter": "ihashfury" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1214229078, "rshares": 3717110869, "voter": "boy" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4712949449, "rshares": 4512329498, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1789951494550, "rshares": 836485872, "voter": "bunny" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 103443134841, "rshares": 64574074288, "voter": "bue" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 1992112524, "voter": "mini" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 256346717, "voter": "moon" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 36473167044, "rshares": 58220800300, "voter": "jason" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 746977095, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 1160160147, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 651547610677, "voter": "clains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 345687346, "voter": "helen.tan" }, @@ -1739,217 +1739,217 @@ }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4602759566516, "rshares": 18819526182, "voter": "joelinux" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 4931834878069, "rshares": 2516322334, "voter": "fkn" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8364732813017, "rshares": 130761399219, "voter": "psylains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 15755437221598, "rshares": 20594040118, "voter": "acidyo" }, { "percent": "3301", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 2144798511, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 16234753830016, "rshares": 14510675143, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 11429090901893, "rshares": 105319082824, "voter": "kenny-crane" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3046358914696, "rshares": 12517472259, "voter": "samether" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 60725834714442, "rshares": 498866441418, "voter": "infovore" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9528187802, "voter": "andread" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4821174317675, "rshares": 1293108114, "voter": "alexft" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 184227769156, "rshares": 317878634, "voter": "helle" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 156169282296, "rshares": 288862211, "voter": "sonyanka" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 454055212995, "rshares": 1068065366, "voter": "gidlark" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2499740471746, "rshares": 36373502706, "voter": "r4fken" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 19111656178138, "rshares": 6737532997, "voter": "furion" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 9142611234, "rshares": 66729728, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 3871042, "rshares": 61176267, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1510234773828, "rshares": 1449063519, "voter": "bitland" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3040770542655, "rshares": 8958646993, "voter": "warrensteem" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2173940256661, "rshares": 11847119619, "voter": "benjiberigan" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 49770527, "rshares": 3477759461, "voter": "davidr" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4194711042931, "rshares": 5157719610, "voter": "rainchen" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 10519849768972, "rshares": 2035711479, "voter": "positive" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2568808468562, "rshares": 2582334157, "voter": "sompitonov" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3278418228934, "rshares": 1483268746, "voter": "karenb54" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 10137266406870, "rshares": 5881267398, "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1056504274649, "rshares": 14523418548, "voter": "trending" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 916860564, "voter": "gretepe" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 11448117997, "rshares": 53538363, "voter": "alfaman" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 166185808108, "rshares": 89557215, "voter": "artsteemit" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 896116963054, "rshares": 260795401928, "voter": "oldtimer" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5788018857372, "rshares": 5119704190, "voter": "pseudopoise" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2953997242466, "rshares": 2640261133, "voter": "newandold" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2609275826131, "rshares": 73301607, "voter": "alina1" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1013164758868, "rshares": 86602186, "voter": "borishaifa" } @@ -1987,109 +1987,109 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 261787136527, "rshares": 699869142788, "voter": "barrie" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1214229078, "rshares": 3716506788, "voter": "boy" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4712949449, "rshares": 4511520754, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1789951494550, "rshares": 836390485, "voter": "bunny" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 103443134841, "rshares": 64478208626, "voter": "bue" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 1991810487, "voter": "mini" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 256334795, "voter": "moon" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 330982605, "rshares": 205885443922, "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -296615780418, "rshares": 1781009490, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 854893586973, "rshares": 1042742279126, "voter": "boombastic" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 7520586390, "rshares": 136423477114, "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9505233750, "voter": "bingo-0" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 746895624, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 1160009124, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 651547610677, "voter": "clains" }, { "percent": "5000", - "reputation": 34347753869675, + "reputation": 72112139588726, "rshares": 411193620672, "voter": "steemrollin" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8442392793360, "rshares": 83823290528, "voter": "jchch" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 345667472, "voter": "helen.tan" }, @@ -2101,331 +2101,331 @@ }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 4931834878069, "rshares": 2515794369, "voter": "fkn" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 493863952, "rshares": 815109030, "voter": "weenfan" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1663549830469, "rshares": 1235425485, "voter": "coar" }, { "percent": "3301", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 2501121670, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 11765473490257, "rshares": 38148796757, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4260826979219, "rshares": 6621890334, "voter": "givemeyoursteem" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3046358914696, "rshares": 12506147358, "voter": "samether" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 60725834714442, "rshares": 498866441418, "voter": "infovore" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 86912853643710, "rshares": 576123366602, "voter": "anwenbaumeister" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9718717859, "voter": "andread" }, { "percent": "3800", - "reputation": 34347753869675, + "reputation": 598181152117, "rshares": 81516988096, "voter": "kimziv" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 26564452802341, "rshares": 380560965830, "voter": "inboundinken" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4821174317675, "rshares": 1323495176, "voter": "alexft" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2272555442064, "rshares": 4144765674, "voter": "azaan" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 40255997582, "rshares": 7251338488, "voter": "cannav" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 184227769156, "rshares": 317878634, "voter": "helle" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 454055212995, "rshares": 899072978, "voter": "gidlark" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 255334396905, "rshares": 309595731, "voter": "damono" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5451039980643, "rshares": 66072086, "voter": "steemswede" }, { "percent": "5300", - "reputation": 34347753869675, + "reputation": 4667991454724, "rshares": 385407509479, "voter": "slowwalker" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 19111656178138, "rshares": 6443364271, "voter": "furion" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 9142611234, "rshares": 80071708, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 3871042, "rshares": 73407555, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 670339334, "voter": "steem1653" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1648396897354, "rshares": 11247489359, "voter": "asim" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 669199844401, "rshares": 10718908273, "voter": "mun" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 49770527, "rshares": 3477759461, "voter": "davidr" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 10519849768972, "rshares": 2035271197, "voter": "positive" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2568808468562, "rshares": 2582334157, "voter": "sompitonov" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 153480676290, "rshares": 573561954, "voter": "curator" }, { "percent": "3600", - "reputation": 34347753869675, + "reputation": 17698439393799, "rshares": 10939107363, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2287580630, "rshares": 1935501680, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3821319838891, "rshares": 21092500953, "voter": "sisters" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8561737881023, "rshares": 18662568563, "voter": "pixielolz" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 988942038058, "rshares": 49255441191, "voter": "gomeravibz" }, { "percent": "1900", - "reputation": 34347753869675, + "reputation": 10771708337101, "rshares": 246915489385, "voter": "laonie" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 44365270334, "rshares": 71274014, "voter": "always1success" }, { "percent": "2800", - "reputation": 34347753869675, + "reputation": 18027204457681, "rshares": 9989223166, "voter": "myfirst" }, { "percent": "3800", - "reputation": 34347753869675, + "reputation": 5776723480371, "rshares": 95503641493, "voter": "somebody" }, { "percent": "3800", - "reputation": 34347753869675, + "reputation": 206355094166, "rshares": 3590726569, "voter": "flysaga" }, { "percent": "3700", - "reputation": 34347753869675, + "reputation": 97845484474, "rshares": 19790068742, "voter": "midnightoil" }, { "percent": "1900", - "reputation": 34347753869675, + "reputation": 3016325652890, "rshares": 28004283547, "voter": "xiaohui" }, { "percent": "3300", - "reputation": 34347753869675, + "reputation": 1851205309677, "rshares": 1203592518, "voter": "xiaokongcom" }, { "percent": "3800", - "reputation": 34347753869675, + "reputation": 4195733833721, "rshares": 3300873134, "voter": "xianjun" }, { "percent": "3800", - "reputation": 34347753869675, + "reputation": 730408370151, "rshares": 220497628, "voter": "microluck" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1916013022364, "rshares": 467344544, "voter": "wuyueling" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1833661746969, "rshares": 2291978770, "voter": "seva" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2852613092773, "rshares": 2712232665, "voter": "andressilvera" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 12539394694005, "rshares": 2688591552, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2288762261504, "rshares": 8155734304, "voter": "goose" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5471554000, "rshares": 53783795, "voter": "jod" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 33451402996481, "rshares": 186528421973, "voter": "jamielefay" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5646699288797, "rshares": 2492945627, "voter": "gringalicious" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 414609406210, "rshares": 157160989, "voter": "robotev" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1150196390848, "rshares": 50056278, "voter": "anns" } @@ -2463,133 +2463,133 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 261787136527, "rshares": 699869142788, "voter": "barrie" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 14765040488827, "rshares": 11357569835389, "voter": "berniesanders" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 9326993992, "rshares": 91312255682, "voter": "nextgenwitness" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 608057298751, "rshares": 273812540770, "voter": "justin" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 138490649, "rshares": 552847788283, "voter": "silver" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 4018307276106, "rshares": 1251901458047, "voter": "silversteem" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 27931460807554, "rshares": 2044381967001, "voter": "nextgencrypto" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1214229078, "rshares": 3716409175, "voter": "boy" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4712949449, "rshares": 4511397243, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1789951494550, "rshares": 836372556, "voter": "bunny" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 103443134841, "rshares": 64467288690, "voter": "bue" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 29449063355738, "rshares": 190090324242, "voter": "steemservices" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 1991762675, "voter": "mini" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 256330811, "voter": "moon" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 854893586973, "rshares": 1021461824450, "voter": "boombastic" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 7520586390, "rshares": 133695007572, "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 8924012299, "voter": "bingo-0" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 2384419850, "voter": "bingo-1" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 746881679, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 1159983226, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 651547610677, "voter": "clains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 345661496, "voter": "helen.tan" }, @@ -2601,385 +2601,385 @@ }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 4931834878069, "rshares": 3018949260, "voter": "fkn" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8364732813017, "rshares": 130761399219, "voter": "psylains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1663549830469, "rshares": 1235416187, "voter": "coar" }, { "percent": "3301", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 2501119346, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4225750906887, "rshares": 67102335327, "voter": "beerbloke" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 16234753830016, "rshares": 14164988206, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3046358914696, "rshares": 12908349623, "voter": "samether" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1823741139572, "rshares": 2988547486, "voter": "ola-haukland" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1050758001641, "rshares": 21364980610, "voter": "ossama-benjohn" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 86912853643710, "rshares": 605001101244, "voter": "anwenbaumeister" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9528154764, "voter": "andread" }, { "percent": "3900", - "reputation": 34347753869675, + "reputation": 598181152117, "rshares": 86937942635, "voter": "kimziv" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 26564452802341, "rshares": 372949746513, "voter": "inboundinken" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 6767512298331, "rshares": 39931517472, "voter": "treeshaface" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4821174317675, "rshares": 1291983386, "voter": "alexft" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 40255997582, "rshares": 7251329191, "voter": "cannav" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 184227769156, "rshares": 317878634, "voter": "helle" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 156169282296, "rshares": 300652505, "voter": "sonyanka" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 454055212995, "rshares": 899072978, "voter": "gidlark" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1700182089209, "rshares": 105203907357, "voter": "rubybian" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 255334396905, "rshares": 316045642, "voter": "damono" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5451039980643, "rshares": 66072086, "voter": "steemswede" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 19111656178138, "rshares": 6443355972, "voter": "furion" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 9142611234, "rshares": 80071708, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 3871042, "rshares": 73407555, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1891778559109, "rshares": 5888231135, "voter": "bitspace" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 670328376, "voter": "steem1653" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1648396897354, "rshares": 11247489359, "voter": "asim" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 669199844401, "rshares": 10508733601, "voter": "mun" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 49770527, "rshares": 3477759461, "voter": "davidr" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 477578742546, "rshares": 7779206097, "voter": "tarindel" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 10519849768972, "rshares": 2442323444, "voter": "positive" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2568808468562, "rshares": 2582334157, "voter": "sompitonov" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 153480676290, "rshares": 573554319, "voter": "curator" }, { "percent": "3700", - "reputation": 34347753869675, + "reputation": 17698439393799, "rshares": 10937960192, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2287580630, "rshares": 1896791647, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1416246303584, "rshares": 9379848960, "voter": "michaeldodridge" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 27855371709889, "rshares": 43662231796, "voter": "healthyrecipes" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5571312226030, "rshares": 7333711396, "voter": "beanz" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3821319838891, "rshares": 20670650934, "voter": "sisters" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3278418228934, "rshares": 1655710133, "voter": "karenb54" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4116067655741, "rshares": 1824033796, "voter": "sykochica" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 636819078766, "rshares": 65556498, "voter": "whitemike313" }, { "percent": "3100", - "reputation": 34347753869675, + "reputation": 10771708337101, "rshares": 401107146215, "voter": "laonie" }, { "percent": "2800", - "reputation": 34347753869675, + "reputation": 18027204457681, "rshares": 9854253757, "voter": "myfirst" }, { "percent": "3900", - "reputation": 34347753869675, + "reputation": 5776723480371, "rshares": 101852903978, "voter": "somebody" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3350958489391, "rshares": 2149546785, "voter": "darknet" }, { "percent": "3900", - "reputation": 34347753869675, + "reputation": 206355094166, "rshares": 3829646472, "voter": "flysaga" }, { "percent": "3900", - "reputation": 34347753869675, + "reputation": 97845484474, "rshares": 21296995476, "voter": "midnightoil" }, { "percent": "3100", - "reputation": 34347753869675, + "reputation": 3016325652890, "rshares": 44908115073, "voter": "xiaohui" }, { "percent": "3300", - "reputation": 34347753869675, + "reputation": 1851205309677, "rshares": 1181562298, "voter": "xiaokongcom" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 4195733833721, "rshares": 3520527889, "voter": "xianjun" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 898882906, "voter": "gretepe" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 105457766, "voter": "quitothewalrus" }, { "percent": "3900", - "reputation": 34347753869675, + "reputation": 730408370151, "rshares": 210843520, "voter": "microluck" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 31215012571, "rshares": 15277887140, "voter": "thecurator" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 9530915857627, "rshares": 11929850774, "voter": "mikemacintire" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3135058867066, "rshares": 310128045, "voter": "stillsafe" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1833661746969, "rshares": 2291978770, "voter": "seva" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 794973811289, "rshares": 1190649584, "voter": "baro" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 12539394694005, "rshares": 2688591552, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5471554000, "rshares": 53783795, "voter": "jod" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 329560640, "rshares": 69255373, "voter": "kattz" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 414609406210, "rshares": 168125709, "voter": "robotev" } @@ -3017,67 +3017,67 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1214229078, "rshares": 4335706062, "voter": "boy" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4712949449, "rshares": 5263166562, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1789951494550, "rshares": 975749378, "voter": "bunny" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 103443134841, "rshares": 75198005302, "voter": "bue" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 2323671963, "voter": "mini" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 299047962, "voter": "moon" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 28971806962251, "rshares": 2059417973499, "voter": "joseph" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 871348006, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 1353285859, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 638772167330, "voter": "clains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 403264769, "voter": "helen.tan" }, @@ -3089,319 +3089,319 @@ }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 4931834878069, "rshares": 2515681432, "voter": "fkn" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3750669747284, "rshares": 267645652204, "voter": "pal" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8364732813017, "rshares": 130761399219, "voter": "psylains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 15755437221598, "rshares": 18287076517, "voter": "acidyo" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1663549830469, "rshares": 1455982374, "voter": "coar" }, { "percent": "3301", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 2501114696, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4260826979219, "rshares": 7301058574, "voter": "givemeyoursteem" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 86912853643710, "rshares": 575997658790, "voter": "anwenbaumeister" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9528121561, "voter": "andread" }, { "percent": "3900", - "reputation": 34347753869675, + "reputation": 598181152117, "rshares": 86937942635, "voter": "kimziv" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4821174317675, "rshares": 1384136862, "voter": "alexft" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 184227769156, "rshares": 304903995, "voter": "helle" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 454055212995, "rshares": 898813284, "voter": "gidlark" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3326209124802, "rshares": 10960200839, "voter": "aeico" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2499740471746, "rshares": 34242054440, "voter": "r4fken" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5451039980643, "rshares": 66069097, "voter": "steemswede" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 19111656178138, "rshares": 6443090237, "voter": "furion" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 9142611234, "rshares": 66726423, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 3871042, "rshares": 61172962, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1891778559109, "rshares": 5888231135, "voter": "bitspace" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 710838072, "voter": "steem1653" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1089147151331, "rshares": 1691522724, "voter": "incomemonthly" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2713713668533, "rshares": 1512341703, "voter": "the-future" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 49770527, "rshares": 3409568099, "voter": "davidr" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 10900524985586, "rshares": 27552870183, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 11482318062844, "rshares": 44575603381, "voter": "sauravrungta" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 10519849768972, "rshares": 2035181510, "voter": "positive" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 929113870632, "rshares": 156154164, "voter": "valenttina" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 686738916191, "rshares": 108022625, "voter": "sergey44" }, { "percent": "3700", - "reputation": 34347753869675, + "reputation": 17698439393799, "rshares": 10937960192, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8561737881023, "rshares": 18296635846, "voter": "pixielolz" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 10137266406870, "rshares": 5889601079, "voter": "nekromarinist" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8710090850955, "rshares": 35763366050, "voter": "rampant" }, { "percent": "3200", - "reputation": 34347753869675, + "reputation": 10771708337101, "rshares": 401107146215, "voter": "laonie" }, { "percent": "2800", - "reputation": 34347753869675, + "reputation": 18027204457681, "rshares": 9854253757, "voter": "myfirst" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 5776723480371, "rshares": 101852903978, "voter": "somebody" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3350958489391, "rshares": 2283893459, "voter": "darknet" }, { "percent": "3900", - "reputation": 34347753869675, + "reputation": 206355094166, "rshares": 3829646472, "voter": "flysaga" }, { "percent": "3900", - "reputation": 34347753869675, + "reputation": 97845484474, "rshares": 21296995476, "voter": "midnightoil" }, { "percent": "3200", - "reputation": 34347753869675, + "reputation": 3016325652890, "rshares": 44908115073, "voter": "xiaohui" }, { "percent": "3300", - "reputation": 34347753869675, + "reputation": 1851205309677, "rshares": 1181562298, "voter": "xiaokongcom" }, { "percent": "4000", - "reputation": 34347753869675, + "reputation": 4195733833721, "rshares": 3520527889, "voter": "xianjun" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 56139970267, "rshares": 64019062, "voter": "evgenyche" }, { "percent": "3900", - "reputation": 34347753869675, + "reputation": 730408370151, "rshares": 210843520, "voter": "microluck" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 505219265255, "rshares": 433283674, "voter": "violino" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3622743, "rshares": 57556400, "voter": "unnsmed" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 166185808108, "rshares": 87766070, "voter": "artsteemit" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 9530915857627, "rshares": 12178128873, "voter": "mikemacintire" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2852613092773, "rshares": 2712232665, "voter": "andressilvera" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 12539394694005, "rshares": 2752605636, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2914114578419, "rshares": 53733343, "voter": "rigaronib" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 15745290909, "rshares": 50129179, "voter": "julianoneill" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 414609406210, "rshares": 160815896, "voter": "robotev" } @@ -3439,37 +3439,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 70486967561347, "rshares": 40423696280163, "voter": "blocktrades" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 651547610677, "voter": "clains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 6977251504339, "rshares": 21742912981, "voter": "dedriss" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 14073457536993, "rshares": 85420329595, "voter": "edgeland" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -8847960360622, "rshares": 5443852086, "voter": "nastrom" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 12712877967688, "rshares": 78050821526, "voter": "easteagle13" }, @@ -3481,307 +3481,307 @@ }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 4931834878069, "rshares": 3018562528, "voter": "fkn" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1663549830469, "rshares": 1500103052, "voter": "coar" }, { "percent": "3301", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 2501114696, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2683858617900, "rshares": 9697923395, "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4260826979219, "rshares": 7301058574, "voter": "givemeyoursteem" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 14028106211346, "rshares": 49453012712, "voter": "kus-knee" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 86912853643710, "rshares": 590098544857, "voter": "anwenbaumeister" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9718683992, "voter": "andread" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4821174317675, "rshares": 1384136862, "voter": "alexft" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 184227769156, "rshares": 317878634, "voter": "helle" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 454055212995, "rshares": 898813284, "voter": "gidlark" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3326209124802, "rshares": 10960200839, "voter": "aeico" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2499740471746, "rshares": 35279692453, "voter": "r4fken" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5451039980643, "rshares": 66067104, "voter": "steemswede" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 19111656178138, "rshares": 6442551945, "voter": "furion" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 9142611234, "rshares": 80065727, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 3871042, "rshares": 73401574, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 710768293, "voter": "steem1653" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 97646232305, "rshares": 2867794061, "voter": "sveokla" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5827115301697, "rshares": 7946264179, "voter": "deviedev" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5029542492239, "rshares": 8884342752, "voter": "blinova" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2713713668533, "rshares": 1596360687, "voter": "the-future" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 49770527, "rshares": 3477759461, "voter": "davidr" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 879409745645, "rshares": 2031261689, "voter": "lostnuggett" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 10519849768972, "rshares": 2442012464, "voter": "positive" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3201231055, "rshares": 89901345, "voter": "tabata" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 27855371709889, "rshares": 44571861626, "voter": "healthyrecipes" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5571312226030, "rshares": 7333711396, "voter": "beanz" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -4429007921326, "rshares": 3064339400, "voter": "jillstein2016" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 56139970267, "rshares": 62738681, "voter": "evgenyche" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 916860564, "voter": "gretepe" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 37279727062, "rshares": 1719235215, "voter": "bledarus" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 497846177749, "rshares": 564194019, "voter": "ashwim" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3103554028241, "rshares": 489866165, "voter": "levycore" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3244771590977, "rshares": 46111352781, "voter": "albensilverberg" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -642566206250, "rshares": 4743553049, "voter": "craigwilliamz" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 5036163586, "rshares": 56447612, "voter": "abanks1000" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1833661746969, "rshares": 2339728327, "voter": "seva" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1409339812298, "rshares": 368214925, "voter": "eight-rad" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3573461197670, "rshares": 21537535238, "voter": "luminousvisions" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2852613092773, "rshares": 2712232665, "voter": "andressilvera" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 12539394694005, "rshares": 2752605636, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 6232933391430, "rshares": 525563862, "voter": "edgarsart" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2609275826131, "rshares": 52182445, "voter": "alina1" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 52794249, "voter": "doggnostic" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 52521499, "voter": "jenny-talls" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 52332195, "voter": "post-successful" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 219172274, "rshares": 50125683, "voter": "granddady" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1582058, "rshares": 50124642, "voter": "senpai30" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1150196390848, "rshares": 50056278, "voter": "anns" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 80731372651, "rshares": 938220198, "voter": "linny" } @@ -3819,139 +3819,139 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 261787136527, "rshares": 683847433191, "voter": "barrie" }, { "percent": "100", - "reputation": 34347753869675, + "reputation": 85602977273, "rshares": 28860495550, "voter": "anonymous" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 138490649, "rshares": 1458371301057, "voter": "silver" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4018307276106, "rshares": 3345680944130, "voter": "silversteem" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 16879726792, "voter": "fury" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 32975758639, "voter": "ihash" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2827502899317, "rshares": 833000682841, "voter": "ihashfury" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1214229078, "rshares": 2474667874, "voter": "boy" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4712949449, "rshares": 3003831514, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1789951494550, "rshares": 562780317, "voter": "bunny" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 103443134841, "rshares": 42511716379, "voter": "bue" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 1326410513, "voter": "mini" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 170827956, "voter": "moon" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 36473167044, "rshares": 58653028106, "voter": "jason" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 854893586973, "rshares": 1018686257991, "voter": "boombastic" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 7520586390, "rshares": 133122969670, "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9360147548, "voter": "bingo-0" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 2377987129, "voter": "bingo-1" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 497540834, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 756497537, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 650035765683, "voter": "clains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 230342766, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 12712877967688, "rshares": 77130343250, "voter": "easteagle13" }, @@ -3963,319 +3963,319 @@ }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2120743942708, "rshares": 18922786616, "voter": "ninzacode" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 4931834878069, "rshares": 3039393043, "voter": "fkn" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 7019430473955, "rshares": 28296664166, "voter": "thedarkestplum" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8364732813017, "rshares": 130745414900, "voter": "psylains" }, { "percent": "2100", - "reputation": 34347753869675, + "reputation": 15755437221598, "rshares": 6533369417, "voter": "acidyo" }, { "percent": "3301", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 1802569172, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 199308931780, "rshares": 75065790, "voter": "akaninyene-etuk" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 11429090901893, "rshares": 107356674966, "voter": "kenny-crane" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 9389887938261, "rshares": 6090874010, "voter": "kennyskitchen" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 14028106211346, "rshares": 45157199110, "voter": "kus-knee" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 86912853643710, "rshares": 702883755660, "voter": "anwenbaumeister" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 9525351076, "voter": "andread" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 6767512298331, "rshares": 42416476585, "voter": "treeshaface" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4821174317675, "rshares": 1184197459, "voter": "alexft" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 15285243314, "rshares": 272053813, "voter": "ales" }, { "percent": "2100", - "reputation": 34347753869675, + "reputation": 17405459234693, "rshares": 15621109400, "voter": "venuspcs" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 184227769156, "rshares": 328582197, "voter": "helle" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 156169282296, "rshares": 287300396, "voter": "sonyanka" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1933204465, "rshares": 55749238572, "voter": "sonzweil" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 454055212995, "rshares": 810635797, "voter": "gidlark" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1700182089209, "rshares": 96608292719, "voter": "rubybian" }, { "percent": "2100", - "reputation": 34347753869675, + "reputation": 4066839697461, "rshares": 1911037334, "voter": "getssidetracked" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1073334156, "rshares": 193683835, "voter": "eleny" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 19111656178138, "rshares": 7625139986, "voter": "furion" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 9142611234, "rshares": 80727592, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 3871042, "rshares": 74011710, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1891778559109, "rshares": 5887644206, "voter": "bitspace" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1089147151331, "rshares": 1932241518, "voter": "incomemonthly" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 14826352016829, "rshares": 28142586562, "voter": "diana.catherine" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 669199844401, "rshares": 10683249473, "voter": "mun" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3040770542655, "rshares": 8989925029, "voter": "warrensteem" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 34120390016, "rshares": 2536619358, "voter": "imp3" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 513380281140, "rshares": 550614299, "voter": "qonq99" }, { "percent": "1000", - "reputation": 34347753869675, + "reputation": 10519849768972, "rshares": 2447903423, "voter": "positive" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 327313183062, "rshares": 1050846422, "voter": "politicasan2" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 11096186337460, "rshares": 25012318449, "voter": "anca3drandom" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -2287580630, "rshares": 221679491, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 8561737881023, "rshares": 5009584219, "voter": "pixielolz" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4116067655741, "rshares": 2448936788, "voter": "sykochica" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3194641726781, "rshares": 20109765764, "voter": "laoyao" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 75109707260, "rshares": 31034465046, "voter": "persianqueen" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 41042395978, "rshares": 83638970, "voter": "xerneas" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 413797518320, "rshares": 17235879497, "voter": "velourex" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 11122126920308, "rshares": 2957848839, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 21756574883, "rshares": 525392335, "voter": "iaco" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 62362897, "voter": "gretepe" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4637390447698, "rshares": 722557178, "voter": "chinadaily" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 6861320744353, "rshares": 413471359, "voter": "anarchyhasnogods" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2516108074649, "rshares": 328935828, "voter": "runridefly" }, { "percent": "0", - "reputation": 34347753869675, + "reputation": 17676358821986, "rshares": 137701110, "voter": "krnel" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 673915909724, "rshares": 1821534745, "voter": "metalbrushes" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 661603952344, "rshares": 1790641383, "voter": "steempowerwhale" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 151906532077, "rshares": 50431792, "voter": "stardust" } diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_last_permlink.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_last_permlink.pat.json index c8f979ae..6324425c 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_last_permlink.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_last_permlink.pat.json @@ -3,25 +3,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3894279128605, "rshares": 3196109703901, "voter": "wackou" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3745363549909, "rshares": 37503630300, "voter": "val" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 73896115956, "voter": "clains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3444102146490, "rshares": 569159751, "voter": "gregory-f" }, @@ -33,7 +33,7 @@ }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 381265652, "voter": "murh" } diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink.pat.json index 4fb2d08c..47a8dcce 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink.pat.json @@ -3,7 +3,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4602759566516, "rshares": 489081430, "voter": "joelinux" } @@ -41,25 +41,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 6977251504339, "rshares": 665844693, "voter": "dedriss" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 32994008304403, "rshares": 527666714, "voter": "nkdk" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 389968370, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 13735933893, "rshares": 346793439, "voter": "edeer" } @@ -97,13 +97,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 13437403349222, "rshares": 100592957071, "voter": "pheonike" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 32994008304403, "rshares": 527666714, "voter": "nkdk" } @@ -141,31 +141,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 6977251504339, "rshares": 651972928, "voter": "dedriss" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 32994008304403, "rshares": 527666714, "voter": "nkdk" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 389968370, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 13735933893, "rshares": 346793439, "voter": "edeer" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 7965885138, "rshares": 239471612, "voter": "brianj" } @@ -203,25 +203,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 59074616588451, "rshares": 2870231621033, "voter": "complexring" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 23744414677575, "rshares": 1805471669249, "voter": "onceuponatime" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3997942209174, "rshares": 411699139, "voter": "himalayanguru" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1686985722639, "rshares": 418121466, "voter": "censor-this" } @@ -259,25 +259,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 14756948501919, "rshares": 5439811589838, "voter": "fuzzyvest" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 68236886814465, "rshares": 4579586234, "voter": "officialfuzzy" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 4602759566516, "rshares": 479299801, "voter": "joelinux" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3940140049670, "rshares": 2103276766, "voter": "tsugimoto" } @@ -346,25 +346,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 51006025081420, "rshares": 111503304415, "voter": "clains" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 3997942209174, "rshares": 411699139, "voter": "himalayanguru" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 503318537891, "rshares": 351024347, "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 381671171, "voter": "murh" } @@ -402,67 +402,67 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 14756948501919, "rshares": 5318926887842, "voter": "fuzzyvest" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 20297981245452, "rshares": 2654899672586, "voter": "abit" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -336947174883, "rshares": 72498800, "voter": "officialinfotech" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2003544015294, "rshares": 471074322, "voter": "germanaure" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": -681986257906, "rshares": 444862773, "voter": "ned-reddit-login" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 166166624636, "rshares": 360580581, "voter": "cryptopuffin" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 2902053059801, "rshares": 414859968, "voter": "murh" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 0, "rshares": 355638524, "voter": "viet-ngo" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 34845345, "rshares": 402032558, "voter": "dke" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 13735933893, "rshares": 346793439, "voter": "edeer" }, { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1050758001641, "rshares": 10078649525, "voter": "ossama-benjohn" } @@ -500,7 +500,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 34347753869675, + "reputation": 1089175666268, "rshares": 734325162, "voter": "jsteck" } diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date.pat.json index 88952c10..1008b9e4 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date.pat.json @@ -3,55 +3,55 @@ "active_votes": [ { "percent": "10000", - "reputation": 2017416249960, + "reputation": 0, "rshares": 2335990917918, "voter": "badassmother" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 465223733544, "rshares": 2374680551, "voter": "konelectric" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 32983096229, "rshares": 72755674621, "voter": "tosch" }, { "percent": "3301", - "reputation": 2017416249960, + "reputation": 2902053059801, "rshares": 1432454904, "voter": "murh" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 861737606263, "rshares": 8420248064, "voter": "simoneighties" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 5451039980643, "rshares": 411889362, "voter": "steemswede" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 752262956946, "rshares": 2787714775, "voter": "kepo777" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 597404093563, "rshares": 1266265455, "voter": "danny-g" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 249807826739, "rshares": 482499113, "voter": "keirb" }, @@ -63,49 +63,49 @@ }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 2812079541783, "rshares": 8003093919, "voter": "fishborne" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 6264990277085, "rshares": 24445755835, "voter": "pinkisland" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 37279727062, "rshares": 900912535, "voter": "bledarus" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1320261717074, "rshares": 1596724666, "voter": "carlyle" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 11352667511018, "rshares": 14423470799, "voter": "canadian-coconut" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 2609275826131, "rshares": 103730281, "voter": "alina1" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 3090583312974, "rshares": 922306446, "voter": "geke" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 2012742263000, "rshares": 442328750, "voter": "mikkolyytinen" } @@ -143,25 +143,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 2017416249960, + "reputation": 199308931780, "rshares": 390536242, "voter": "akaninyene-etuk" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 5451039980643, "rshares": 151497425, "voter": "steemswede" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 2753142336385, "rshares": 2120735569, "voter": "jbouchard12" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 249807826739, "rshares": 482499113, "voter": "keirb" }, @@ -173,43 +173,43 @@ }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 10075428703343, "rshares": 7433263144, "voter": "webdeals" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 184100704754, "rshares": 56716182, "voter": "sammie" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 809313892500, "rshares": 5306204963, "voter": "daveks" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1919986626165, "rshares": 977135407, "voter": "matthewtiii" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 124740159878, "rshares": 56490705, "voter": "bobbins" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 12539394694005, "rshares": 1589831048, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 861400654873, "rshares": 56326491, "voter": "steemafon" } @@ -247,67 +247,67 @@ "active_votes": [ { "percent": "4800", - "reputation": 2017416249960, + "reputation": 76633033946568, "rshares": 293675242118, "voter": "piedpiper" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 45329454600539, "rshares": 124081187968, "voter": "jamtaylor" }, { "percent": "3301", - "reputation": 2017416249960, + "reputation": 2902053059801, "rshares": 1448580965, "voter": "murh" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 7255473848113, "rshares": 82052119747, "voter": "herzmeister" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 5571311902261, "rshares": 525251187, "voter": "mammasitta" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 5451039980643, "rshares": 50146680, "voter": "steemswede" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 3978354715302, "rshares": 12010263700, "voter": "lovenugz" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1175982316919, "rshares": 119241631117, "voter": "nabilov" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 5740590214206, "rshares": 11073002045, "voter": "tinyhomeliving" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 777812727227, "rshares": 9306133389, "voter": "artific" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 249807826739, "rshares": 492149095, "voter": "keirb" }, @@ -319,55 +319,55 @@ }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 7172977970558, "rshares": 578326251, "voter": "ace108" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1346175861647, "rshares": 6426002041, "voter": "comealong" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 5451282059200, "rshares": 3457475929, "voter": "veralynn" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 68479560828, "rshares": 122124538, "voter": "harrycoins" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1568155549, "rshares": 61296223, "voter": "strangedays" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 505219265255, "rshares": 54599625, "voter": "violino" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1548523117, "rshares": 53194317, "voter": "landslide" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 5285938442, "rshares": 55214873, "voter": "mutsima" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 0, "rshares": 50360303, "voter": "pitrich" } @@ -405,37 +405,37 @@ "active_votes": [ { "percent": "100", - "reputation": 2017416249960, + "reputation": 76633033946568, "rshares": 14683731375, "voter": "piedpiper" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 5045406568403, "rshares": 29419818426, "voter": "james-show" }, { "percent": "3301", - "reputation": 2017416249960, + "reputation": 2902053059801, "rshares": 1448572185, "voter": "murh" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 5571311902261, "rshares": 525251187, "voter": "mammasitta" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1175982316919, "rshares": 111789029172, "voter": "nabilov" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 249807826739, "rshares": 482499113, "voter": "keirb" }, @@ -447,31 +447,31 @@ }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 2339981102950, "rshares": 330929584, "voter": "fubar-bdhr" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 7172977970558, "rshares": 578326251, "voter": "ace108" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 898801272252, "rshares": 1952492781, "voter": "t3ran13" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1548523117, "rshares": 53194317, "voter": "landslide" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 2170055933924, "rshares": 1516026558, "voter": "jackgallenhall" } @@ -509,31 +509,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 2017416249960, + "reputation": 201476729, "rshares": 558919243, "voter": "jazzycrypt" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": -1260650049067, "rshares": 226914581, "voter": "bitcointop" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 125274679006, "rshares": 6165836224, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 2090799841362, "rshares": 52009373, "voter": "dimon14" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 249807826739, "rshares": 352853894, "voter": "keirb" }, @@ -545,55 +545,55 @@ }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 16950633154, "rshares": 18628606536, "voter": "mynewsteemit" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 247311783844, "rshares": 173029724, "voter": "hofman386" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1751717743, "rshares": 3771690030, "voter": "gmurph" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 538872235224, "rshares": 2353001966, "voter": "thedailyhobbyist" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": -1237258815752, "rshares": 24212063, "voter": "admin2017" }, { "percent": "10", - "reputation": 2017416249960, + "reputation": -545964216146, "rshares": 1247182, "voter": "angevel" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": -764851638914, "rshares": 1248087, "voter": "corax" }, { "percent": "10", - "reputation": 2017416249960, + "reputation": -567482524125, "rshares": 1218552, "voter": "koolaidssss" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1548523117, "rshares": 50930729, "voter": "landslide" } @@ -631,19 +631,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 2017416249960, + "reputation": 2457655120479, "rshares": 111808947, "voter": "ben99" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 2090799841362, "rshares": 52009373, "voter": "dimon14" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 249807826739, "rshares": 345935190, "voter": "keirb" }, @@ -655,37 +655,37 @@ }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1984412570795, "rshares": 2246022524, "voter": "shortcut" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1751717743, "rshares": 4068547616, "voter": "gmurph" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": -1237258815752, "rshares": 19114786, "voter": "admin2017" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": -764851638914, "rshares": 1248087, "voter": "corax" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 146603391960, "rshares": 27823496, "voter": "puttyswag" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1548523117, "rshares": 50930729, "voter": "landslide" } @@ -723,13 +723,13 @@ "active_votes": [ { "percent": "200", - "reputation": 2017416249960, + "reputation": 213668684615, "rshares": 56516919, "voter": "soupernerd" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1058072223123, "rshares": 95418987, "voter": "luisucv34" }, @@ -741,211 +741,211 @@ }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 0, "rshares": 23022526, "voter": "yarly8" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": 150852667243, "rshares": 4255479, "voter": "emilyelizabeth" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -4779249072914, "rshares": 55437035, "voter": "weenis" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 0, "rshares": 50565445, "voter": "culture" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -822344322564, "rshares": 1277435, "voter": "steemitlove" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -705106123629, "rshares": 1277349, "voter": "steemlove" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 3715674298536, "rshares": 4091564004, "voter": "mrweed" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -3006894935427, "rshares": 1690483, "voter": "steemit.tips" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -1016377321976, "rshares": 1237709, "voter": "curls4life" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -395587580242, "rshares": 1236422, "voter": "alniskobs" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -436695352849, "rshares": 1236413, "voter": "amboyst" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -269345517998, "rshares": 1236404, "voter": "cheremet" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -816175808993, "rshares": 1236335, "voter": "anarchypory" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -545964216146, "rshares": 1236301, "voter": "angevel" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -511794737588, "rshares": 1236295, "voter": "backetri" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -632712185740, "rshares": 1236287, "voter": "chonesta" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -353287592738, "rshares": 1234186, "voter": "countrytalented" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -490879266173, "rshares": 1234178, "voter": "cozyone123" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -832613042101, "rshares": 1234164, "voter": "crumaner" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -592763794575, "rshares": 1234153, "voter": "daysaiyan" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -513060008757, "rshares": 1234104, "voter": "daysmega" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -491495881833, "rshares": 1234097, "voter": "daysmega1421" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -783147569192, "rshares": 1234087, "voter": "dotersvilic" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -922435559398, "rshares": 1234073, "voter": "eternalabove" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -412716207122, "rshares": 1228844, "voter": "sugarfromhell" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -589856272626, "rshares": 1228835, "voter": "gaspot" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -540797285730, "rshares": 1228825, "voter": "forgetthefallen" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -792845825211, "rshares": 1228817, "voter": "eleiminer" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -657792246228, "rshares": 1228746, "voter": "etccrap" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -858755906570, "rshares": 1228720, "voter": "abctrade" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -591438373583, "rshares": 1228697, "voter": "yandra86" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -787811821126, "rshares": 1228680, "voter": "hxclife" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -621196131241, "rshares": 1228671, "voter": "rottennasty" }, { "percent": "200", - "reputation": 2017416249960, + "reputation": -634210742757, "rshares": 1228658, "voter": "bignastywhale" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 116648304495, "rshares": 59854448, "voter": "azas" } @@ -983,61 +983,61 @@ "active_votes": [ { "percent": "10000", - "reputation": 2017416249960, + "reputation": 4931834878069, "rshares": 24544113468, "voter": "fkn" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 161089556767, "rshares": 36381488866, "voter": "asch" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 3542054613209, "rshares": 793750683, "voter": "itay" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 20692382318966, "rshares": 120711878136, "voter": "mauricemikkers" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1088953190371, "rshares": 1865673220, "voter": "allyourbase" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 419570332195, "rshares": 585960020, "voter": "balyyu" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1440357780524, "rshares": 287449389, "voter": "dicov" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 87558559530, "rshares": 3450427533, "voter": "taurus" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 888454650607, "rshares": 13605586980, "voter": "amirali" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 249807826739, "rshares": 352853894, "voter": "keirb" }, @@ -1049,61 +1049,61 @@ }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1012334414044, "rshares": 1955387677, "voter": "sanbir" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 7172977970558, "rshares": 74667916, "voter": "ace108" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 11035621314018, "rshares": 2978017196, "voter": "darkb4dawn" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 89627656557, "rshares": 141285903, "voter": "mattyfu" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 750360616481, "rshares": 140801290, "voter": "cybercodetwins" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 0, "rshares": 47947045, "voter": "leagues" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 306761671010, "rshares": 72999358, "voter": "adrianakgb" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 3731142865186, "rshares": 1339112673, "voter": "timcliff" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": -2553467922053, "rshares": 306940918, "voter": "question-answers" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1548523117, "rshares": 57477756, "voter": "landslide" } @@ -1141,151 +1141,151 @@ "active_votes": [ { "percent": "10000", - "reputation": 2017416249960, + "reputation": 8272495818727, "rshares": 5848726638925, "voter": "xeldal" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 9800209121307, "rshares": 5929963420500, "voter": "roadscape" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1214229078, "rshares": 3674695654, "voter": "boy" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 4712949449, "rshares": 5941893351, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 103443134841, "rshares": 78847365173, "voter": "bue" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 0, "rshares": 2626968444, "voter": "mini" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 0, "rshares": 972259286, "voter": "healthcare" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 6977251504339, "rshares": 16349123464, "voter": "dedriss" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 0, "rshares": 457316001, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 30058993703746, "rshares": 409770163537, "voter": "void" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 4602759566516, "rshares": 18037425263, "voter": "joelinux" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 824717099743, "rshares": 364180471390, "voter": "cyber" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 199308931780, "rshares": 60719596, "voter": "akaninyene-etuk" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 2741602475985, "rshares": 33664123578, "voter": "shelly-dawson" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 11765473490257, "rshares": 13223895201, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 5260794316761, "rshares": 125416109597, "voter": "schro" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 2457655120479, "rshares": 181472480, "voter": "ben99" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 136642407211, "rshares": 830463816, "voter": "erik-prestinary" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1220081355, "rshares": 206761033, "voter": "ardina" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 87558559530, "rshares": 3415063843, "voter": "taurus" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 13978526363, "rshares": 4233925926, "voter": "q00p" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 900427911, "rshares": 37554494, "voter": "delik" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 3941133391991, "rshares": 4107508474, "voter": "peacekeeper" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 249807826739, "rshares": 352853894, "voter": "keirb" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 57820199104417, "rshares": 1779399496, "voter": "opheliafu" }, @@ -1297,115 +1297,115 @@ }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 360160843374, "rshares": 1461445147, "voter": "bagogong" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 2795999874461, "rshares": 513256936682, "voter": "james212" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 4226573244868, "rshares": 11437297303, "voter": "zaebars" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1019204358802, "rshares": 795086162, "voter": "e-steem" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 161079803820, "rshares": 16041416474, "voter": "arcurus" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 321902226, "rshares": 40659190, "voter": "culoemono" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 11035621314018, "rshares": 2978017196, "voter": "darkb4dawn" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 485834937336, "rshares": 139080408, "voter": "pulpably" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1097478267, "rshares": 112961880, "voter": "pkirk" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 85622231, "rshares": 32828189, "voter": "architecture" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 43235837956, "rshares": 87934386, "voter": "jasmine-l" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 2424162037, "rshares": 60102966, "voter": "nikowonder" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 85099309, "rshares": 59415008, "voter": "lianbing" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 24869954374, "rshares": 9046148, "voter": "alexander1" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 160584968552, "rshares": 61786123, "voter": "postlib" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 3353258246, "rshares": 7563301, "voter": "fireballofdoom" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 538872235224, "rshares": 58675426, "voter": "thedailyhobbyist" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 0, "rshares": 60405060, "voter": "snwolak" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 121442652, "rshares": 60227170, "voter": "john-packel" } @@ -1443,31 +1443,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 2017416249960, + "reputation": -1260650049067, "rshares": 144163477, "voter": "bitcointop" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 65825957212, "rshares": 631643035, "voter": "rambogoham" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 7923920744318, "rshares": 6541127185, "voter": "marsresident" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": -182793340324, "rshares": 304292502, "voter": "daf" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 249807826739, "rshares": 332097783, "voter": "keirb" }, @@ -1479,37 +1479,37 @@ }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 4292618600, "rshares": 84092581, "voter": "kukuy" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 11035621314018, "rshares": 3041379264, "voter": "darkb4dawn" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 0, "rshares": 46670823, "voter": "jinn" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 816770555, "rshares": 55361096, "voter": "janierson" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 187943511, "rshares": 56520173, "voter": "smartmoves20" }, { "percent": "10000", - "reputation": 2017416249960, + "reputation": 1548523117, "rshares": 50930729, "voter": "landslide" } diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date_limit.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date_limit.pat.json index 1a29b7dc..6d7ffd6a 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date_limit.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/author_permlink_date_limit.pat.json @@ -3,607 +3,607 @@ "active_votes": [ { "percent": "100", - "reputation": 12944616889, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 5100, "voter": "steemit78" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 153384, "voter": "world" }, { "percent": "-100", - "reputation": 12944616889, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 59412, "voter": "fufubar1" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 14997, "voter": "anonymous1" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 12944616889, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 12944616889, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 12944616889, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/author_tag.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/author_tag.pat.json index f1c25d3c..3c5ee4c9 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/author_tag.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/author_tag.pat.json @@ -3,283 +3,283 @@ "active_votes": [ { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1874780865541, "voter": "badassmother" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 358840960832, "rshares": 1119609451783, "voter": "rossco99" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 49549461527, "rshares": 436285376612, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1118904717803, "rshares": 471861070092, "voter": "noaommerrr" }, { "percent": "2451", - "reputation": 34932026701489, + "reputation": 12382143533351, "rshares": 149600131307, "voter": "eeks" }, { "percent": "900", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50883585, "voter": "paco-steem" }, { "percent": "900", - "reputation": 34932026701489, + "reputation": 376960001789, "rshares": 608186674, "voter": "spaninv" }, { "percent": "300", - "reputation": 34932026701489, + "reputation": 5414208804644, "rshares": 1322805132, "voter": "elishagh1" }, { "percent": "6900", - "reputation": 34932026701489, + "reputation": 15755437221598, "rshares": 19501436994, "voter": "acidyo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1663549830469, "rshares": 805011668, "voter": "coar" }, { "percent": "1509", - "reputation": 34932026701489, + "reputation": 2902053059801, "rshares": 706772487, "voter": "murh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4509451541223, "rshares": 61609388537, "voter": "theshell" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11765473490257, "rshares": 61990198879, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11136252375006, "rshares": 408600444540, "voter": "taoteh1221" }, { "percent": "7600", - "reputation": 34932026701489, + "reputation": 8397302485673, "rshares": 148541187074, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 387218146988, "rshares": 1457742682, "voter": "benthegameboy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1205917850073, "rshares": 19206879922, "voter": "ziv" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2499740471746, "rshares": 11270439714, "voter": "r4fken" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 18799092030582, "rshares": 157752504300, "voter": "derekareith" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3320684282022, "rshares": 177916355236, "voter": "knircky" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 322912672117, "rshares": 113191324, "voter": "cynetyc" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1648396897354, "rshares": 12093658011, "voter": "asim" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1118581531020, "rshares": 2721046472, "voter": "dmacshady" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1537463763, "rshares": 35750811292, "voter": "creemej" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 76096938200261, "rshares": 348205520125, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 748586302572, "rshares": 696662789, "voter": "kellywin21" }, { "percent": "6900", - "reputation": 34932026701489, + "reputation": 6570213787, "rshares": 82341369, "voter": "pokemon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 686738916191, "rshares": 77151506, "voter": "sergey44" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 106575300404, "rshares": 3321675875, "voter": "glitterpig" }, { "percent": "2451", - "reputation": 34932026701489, + "reputation": 1751717743, "rshares": 4151202120, "voter": "gmurph" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 66791976065, "rshares": 95542105898, "voter": "joele" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 127737479, "rshares": 238498810, "voter": "sillygoon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 448103907, "voter": "drzigfrid" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1013272646520, "rshares": 521878539, "voter": "galamirissa" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1916013022364, "rshares": 378251153, "voter": "wuyueling" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 363503808, "rshares": 2920074727, "voter": "netaterra" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1255354920, "rshares": 50971365, "voter": "afsane" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 364872562916, "rshares": 3265869929, "voter": "funkywanderer" }, { "percent": "2700", - "reputation": 34932026701489, + "reputation": 837791549130, "rshares": 11767846258, "voter": "sponge-bob" }, { "percent": "2500", - "reputation": 34932026701489, + "reputation": 26215514, "rshares": 11755030873, "voter": "brains" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1996672246136, "rshares": 143402540, "voter": "anomaly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 283113914, "voter": "robotev1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 10707780055, "rshares": 153411798, "voter": "darkminded153" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 116818017503, "rshares": 151445352, "voter": "jameshowarrd" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 33427042566, "rshares": 160783130, "voter": "laskovskiy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 251629303655, "rshares": 13291935309, "voter": "goldmatters" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 155284607, "voter": "sampullman" } @@ -317,295 +317,295 @@ "active_votes": [ { "percent": "10000", - "reputation": 34932026701489, + "reputation": 85602977273, "rshares": 289492113145, "voter": "anonymous" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1874750741030, "voter": "badassmother" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 358840960832, "rshares": 1119593813761, "voter": "rossco99" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -37765249963674, "rshares": 4105574084101, "voter": "wang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 49549461527, "rshares": 436248503659, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 37454101478493, "rshares": 295360862791, "voter": "chitty" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1118904717803, "rshares": 462222507119, "voter": "noaommerrr" }, { "percent": "2500", - "reputation": 34932026701489, + "reputation": 12382143533351, "rshares": 149593832076, "voter": "eeks" }, { "percent": "900", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50883585, "voter": "paco-steem" }, { "percent": "900", - "reputation": 34932026701489, + "reputation": 376960001789, "rshares": 608177517, "voter": "spaninv" }, { "percent": "300", - "reputation": 34932026701489, + "reputation": 5414208804644, "rshares": 1322797807, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1663549830469, "rshares": 805000680, "voter": "coar" }, { "percent": "1509", - "reputation": 34932026701489, + "reputation": 2902053059801, "rshares": 706765772, "voter": "murh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4509451541223, "rshares": 61609388537, "voter": "theshell" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11136252375006, "rshares": 416917790661, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3046358914696, "rshares": 18639094123, "voter": "samether" }, { "percent": "6000", - "reputation": 34932026701489, + "reputation": 8397302485673, "rshares": 117959177970, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1227825343197, "rshares": 15778753250, "voter": "zakharya" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5886979119053, "rshares": 113384910439, "voter": "geoffrey" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 779123828791, "rshares": 1611560972, "voter": "peezaroni" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2499740471746, "rshares": 10245866493, "voter": "r4fken" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1648396897354, "rshares": 11841706802, "voter": "asim" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7952828943, "rshares": 4595759850, "voter": "thegoodguy" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 2397831198773, "rshares": 886091840, "voter": "karen13" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1537463763, "rshares": 35749956725, "voter": "creemej" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 14988694886527, "rshares": 43068132249, "voter": "jl777" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4558720822431, "rshares": 18284917824, "voter": "jennamarbles" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 58190631451, "rshares": 3634612893, "voter": "proto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 106575300404, "rshares": 3419329495, "voter": "glitterpig" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 1275505236, "rshares": 1838412900, "voter": "taker" }, { "percent": "2500", - "reputation": 34932026701489, + "reputation": 1751717743, "rshares": 3968251870, "voter": "gmurph" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 282062767, "rshares": 3134919672, "voter": "darrenturetzky" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 478167094774, "rshares": 745266281, "voter": "romancs" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 66791976065, "rshares": 95533500249, "voter": "joele" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -451593763871, "rshares": 3239083423, "voter": "blow" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50545877, "voter": "party1998" }, { "percent": "6700", - "reputation": 34932026701489, + "reputation": 13325577893779, "rshares": 19829323186, "voter": "kyriacos" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 44529428534261, "rshares": 97300045615, "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1916013022364, "rshares": 315209294, "voter": "wuyueling" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1409339812298, "rshares": 1723458764, "voter": "eight-rad" }, { "percent": "100", - "reputation": 34932026701489, + "reputation": 837791549130, "rshares": 905142036, "voter": "sponge-bob" }, { "percent": "100", - "reputation": 34932026701489, + "reputation": 26215514, "rshares": 904172107, "voter": "brains" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1996672246136, "rshares": 143393994, "voter": "anomaly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 296595529, "voter": "robotev1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 659608632671, "rshares": 1040213617, "voter": "jang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 151518932812, "rshares": 4363189634, "voter": "airmike" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 33427042566, "rshares": 147920480, "voter": "laskovskiy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 148427870711, "rshares": 185189971, "voter": "mexresorts" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 142935648, "voter": "insight2incite" } @@ -643,307 +643,307 @@ "active_votes": [ { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1873946572969, "voter": "badassmother" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 358840960832, "rshares": 1119290177600, "voter": "rossco99" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 5113121585969, "voter": "steemit200" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1214229078, "rshares": 3726559057, "voter": "boy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4712949449, "rshares": 4524563442, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1789951494550, "rshares": 821036287, "voter": "bunny" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 103443134841, "rshares": 66101090086, "voter": "bue" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1996727042, "voter": "mini" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 256577770, "voter": "moon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 445664317985, "voter": "recursive2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 432789465102, "voter": "recursive3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 854893586973, "rshares": 750187076323, "voter": "boombastic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7520586390, "rshares": 107562654367, "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1813913350, "voter": "bingo-1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 49549461527, "rshares": 435366531816, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 750185979, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1168123027, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8963739580468, "rshares": 129026210457, "voter": "team" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 346070380, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1118904717803, "rshares": 423647307211, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 12188250813227, "rshares": 83489851150, "voter": "acidsun" }, { "percent": "3109", - "reputation": 34932026701489, + "reputation": 12382143533351, "rshares": 194401505328, "voter": "eeks" }, { "percent": "900", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50878979, "voter": "paco-steem" }, { "percent": "900", - "reputation": 34932026701489, + "reputation": 376960001789, "rshares": 612689764, "voter": "spaninv" }, { "percent": "3100", - "reputation": 34932026701489, + "reputation": 5414208804644, "rshares": 8672166438, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58571016273092, "rshares": 651505039551, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 21903005256174, "rshares": 206016931896, "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1663549830469, "rshares": 982799520, "voter": "coar" }, { "percent": "666", - "reputation": 34932026701489, + "reputation": 2902053059801, "rshares": 353367913, "voter": "murh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 64573188744746, "rshares": 214568023513, "voter": "dragonslayer109" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4509451541223, "rshares": 68637687828, "voter": "theshell" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3037854988445, "rshares": 57175304008, "voter": "ak2020" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11136252375006, "rshares": 412587228987, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 514799489426, "rshares": 382843562563, "voter": "hedge-x" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 488865370830, "rshares": 882951616, "voter": "sunnyray" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3046358914696, "rshares": 19003130251, "voter": "samether" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 60725834714442, "rshares": 507084415351, "voter": "infovore" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 14028106211346, "rshares": 51727323862, "voter": "kus-knee" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1205917850073, "rshares": 19204004017, "voter": "ziv" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1227825343197, "rshares": 15774528695, "voter": "zakharya" }, { "percent": "2500", - "reputation": 34932026701489, + "reputation": 861737606263, "rshares": 2190216920, "voter": "simoneighties" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 54984589934, "rshares": 325527619, "voter": "kosimoos" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 336763673779, "rshares": 155472006431, "voter": "asmolokalo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2499740471746, "rshares": 10243802603, "voter": "r4fken" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1502465820159, "rshares": 214710694660, "voter": "domino" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1440357780524, "rshares": 1206863793, "voter": "dicov" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 842007558, "voter": "steem1653" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 2397831198773, "rshares": 664533963, "voter": "karen13" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1175982316919, "rshares": 318956323169, "voter": "nabilov" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1537463763, "rshares": 42896930167, "voter": "creemej" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2090799841362, "rshares": 1685749759, "voter": "dimon14" }, @@ -955,211 +955,211 @@ }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 741654237981, "rshares": 6703785002, "voter": "smolalit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 477578742546, "rshares": 3067511020, "voter": "tarindel" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6467956247739, "rshares": 27637434519, "voter": "deanliu" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 14988694886527, "rshares": 32299149356, "voter": "jl777" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 686738916191, "rshares": 77100966, "voter": "sergey44" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 58190631451, "rshares": 2725832001, "voter": "proto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2287580630, "rshares": 1481066279, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 106575300404, "rshares": 3172877896, "voter": "glitterpig" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 1275505236, "rshares": 1378717807, "voter": "taker" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 16577047541, "rshares": 16007476052, "voter": "sunshine" }, { "percent": "3067", - "reputation": 34932026701489, + "reputation": 1751717743, "rshares": 5153059627, "voter": "gmurph" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 66791976065, "rshares": 110490591286, "voter": "joele" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7767180487460, "rshares": 10145929638, "voter": "gargon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 170925323, "rshares": 54233561, "voter": "dmns" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 44529428534261, "rshares": 104635193364, "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3103554028241, "rshares": 2532192405, "voter": "levycore" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1130219064888, "rshares": 26371494746, "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2146463020842, "rshares": 2017909115, "voter": "cryptoeasy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1063317981552, "rshares": 9396426416, "voter": "etcmike" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 71849011, "rshares": 57813247, "voter": "bradyd" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4254380753805, "rshares": 4386967932, "voter": "richardcrill" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 254265780029, "rshares": 1501812252, "voter": "paa" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 651373865756, "rshares": 176594596, "voter": "team101" }, { "percent": "7000", - "reputation": 34932026701489, + "reputation": 837791549130, "rshares": 30739920292, "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6232933391430, "rshares": 701447812, "voter": "edgarsart" }, { "percent": "7000", - "reputation": 34932026701489, + "reputation": 26215514, "rshares": 30713895678, "voter": "brains" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1996672246136, "rshares": 358240552, "voter": "anomaly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 57152635891, "rshares": 52864017, "voter": "everittdmickey" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 994665254475, "rshares": 1073010857, "voter": "modernsuperior" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 33427042566, "rshares": 156729673, "voter": "laskovskiy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 251629303655, "rshares": 10549787362, "voter": "goldmatters" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 158189020, "voter": "rhp" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2361914, "rshares": 154247502, "voter": "dougkarr" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7040592059, "rshares": 153957502, "voter": "sos33" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 608464782, "rshares": 153596706, "voter": "mootwo" } @@ -1197,319 +1197,319 @@ "active_votes": [ { "percent": "10000", - "reputation": 34932026701489, + "reputation": 85602977273, "rshares": 375798534523, "voter": "anonymous" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -37765249963674, "rshares": 4823081303240, "voter": "wang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1214229078, "rshares": 2482526259, "voter": "boy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4712949449, "rshares": 3014024925, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1789951494550, "rshares": 552731131, "voter": "bunny" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 103443134841, "rshares": 43727595307, "voter": "bue" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1330285331, "voter": "mini" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 171025716, "voter": "moon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 438586000496, "voter": "recursive2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 464533143790, "voter": "recursive3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -296615780418, "rshares": 1460301143, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 854893586973, "rshares": 876459346701, "voter": "boombastic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 499908787, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 775815671, "voter": "daniel.pan" }, { "percent": "100", - "reputation": 34932026701489, + "reputation": 4874033031398, "rshares": 7854712154, "voter": "woo7739" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 72112139588726, "rshares": 410560593342, "voter": "steemrollin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 230666348, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1118904717803, "rshares": 173240933785, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 12188250813227, "rshares": 83777857709, "voter": "acidsun" }, { "percent": "3100", - "reputation": 34932026701489, + "reputation": 4931834878069, "rshares": 6042746002, "voter": "fkn" }, { "percent": "9900", - "reputation": 34932026701489, + "reputation": 0, "rshares": 477120067, "voter": "paco-steem" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3380310417590, "rshares": 10459762648, "voter": "mranderson" }, { "percent": "9900", - "reputation": 34932026701489, + "reputation": 376960001789, "rshares": 5369519061, "voter": "spaninv" }, { "percent": "3100", - "reputation": 34932026701489, + "reputation": 5414208804644, "rshares": 7948614802, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58571016273092, "rshares": 704949737872, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 21903005256174, "rshares": 225876414560, "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1663549830469, "rshares": 490457023, "voter": "coar" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 161089556767, "rshares": 67847484720, "voter": "asch" }, { "percent": "3301", - "reputation": 34932026701489, + "reputation": 2902053059801, "rshares": 1069357553, "voter": "murh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3037854988445, "rshares": 62101585537, "voter": "ak2020" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11765473490257, "rshares": 46484869802, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11136252375006, "rshares": 369641199408, "voter": "taoteh1221" }, { "percent": "9900", - "reputation": 34932026701489, + "reputation": 0, "rshares": 372511334, "voter": "stiletto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8397302485673, "rshares": 208805226268, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1227825343197, "rshares": 16072173485, "voter": "zakharya" }, { "percent": "3700", - "reputation": 34932026701489, + "reputation": 598181152117, "rshares": 75853651372, "voter": "kimziv" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1700182089209, "rshares": 88541455006, "voter": "rubybian" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1059790037173, "rshares": 480963125580, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5451039980643, "rshares": 874985559, "voter": "steemswede" }, { "percent": "3100", - "reputation": 34932026701489, + "reputation": 19111656178138, "rshares": 18563674214, "voter": "furion" }, { "percent": "3100", - "reputation": 34932026701489, + "reputation": 3891722, "rshares": 142213791, "voter": "barbara2" }, { "percent": "3100", - "reputation": 34932026701489, + "reputation": 9142611234, "rshares": 159540832, "voter": "ch0c0latechip" }, { "percent": "3100", - "reputation": 34932026701489, + "reputation": 3871042, "rshares": 146255835, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1473459278, "voter": "steem1653" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5181663, "rshares": 241809191, "voter": "joseph.kalu" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1661526202859, "rshares": 4523683461, "voter": "gikitiki" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1648396897354, "rshares": 11988114106, "voter": "asim" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1855825, "rshares": 213618252, "voter": "danielkt" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2397831198773, "rshares": 3758424597, "voter": "karen13" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 167437582424, "rshares": 342697538, "voter": "dr2073" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3879998019826, "rshares": 5541912127, "voter": "juvyjabian" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7803764965401, "rshares": 12047532113, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 82780404032, "rshares": 779812588, "voter": "thinkngrow" }, @@ -1521,397 +1521,397 @@ }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 974488972206, "rshares": 3144069506, "voter": "simon.braki.love" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 46246767220, "rshares": 7620147467, "voter": "rpf" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 62958976946, "rshares": 155612123, "voter": "rectusfemoris" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 477578742546, "rshares": 4245216327, "voter": "tarindel" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1878917499597, "rshares": 5463871791, "voter": "sharker" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 14988694886527, "rshares": 182764669318, "voter": "jl777" }, { "percent": "3100", - "reputation": 34932026701489, + "reputation": 10519849768972, "rshares": 4895579637, "voter": "positive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58190631451, "rshares": 14659677439, "voter": "proto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 153480676290, "rshares": 614440067, "voter": "curator" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 23895195044, "rshares": 161910187, "voter": "bitmap" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6264990277085, "rshares": 24322577216, "voter": "pinkisland" }, { "percent": "3600", - "reputation": 34932026701489, + "reputation": 17698439393799, "rshares": 10908769639, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2287580630, "rshares": 1711275100, "voter": "alex.chien" }, { "percent": "3100", - "reputation": 34932026701489, + "reputation": 147425730, "rshares": 161369516, "voter": "fnait" }, { "percent": "3100", - "reputation": 34932026701489, + "reputation": 3720753029, "rshares": 147236599, "voter": "keepcalmand" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5095600502, "rshares": 115523854, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3278418228934, "rshares": 4305098451, "voter": "karenb54" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1275505236, "rshares": 7871193348, "voter": "taker" }, { "percent": "7800", - "reputation": 34932026701489, + "reputation": 10771708337101, "rshares": 758744121665, "voter": "laonie" }, { "percent": "2800", - "reputation": 34932026701489, + "reputation": 18027204457681, "rshares": 10369013981, "voter": "myfirst" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1609279840801, "rshares": 5172646569, "voter": "rich77" }, { "percent": "3700", - "reputation": 34932026701489, + "reputation": 5776723480371, "rshares": 90153392174, "voter": "somebody" }, { "percent": "3700", - "reputation": 34932026701489, + "reputation": 206355094166, "rshares": 3372994495, "voter": "flysaga" }, { "percent": "3700", - "reputation": 34932026701489, + "reputation": 97845484474, "rshares": 19921221093, "voter": "midnightoil" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 4345349258, "voter": "ullikume" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 282062767, "rshares": 3133084073, "voter": "darrenturetzky" }, { "percent": "7800", - "reputation": 34932026701489, + "reputation": 3016325652890, "rshares": 88621561869, "voter": "xiaohui" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 66791976065, "rshares": 84774171750, "voter": "joele" }, { "percent": "3600", - "reputation": 34932026701489, + "reputation": 1851205309677, "rshares": 1558711845, "voter": "xiaokongcom" }, { "percent": "3700", - "reputation": 34932026701489, + "reputation": 4195733833721, "rshares": 3140559997, "voter": "xianjun" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 339129814, "voter": "gamerate" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 230347891, "voter": "vootka" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 593072231, "rshares": 62929947, "voter": "immortality" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 115008476, "voter": "future-shock" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 209436170, "voter": "party1999" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 62391219, "voter": "immortal" }, { "percent": "3700", - "reputation": 34932026701489, + "reputation": 730408370151, "rshares": 206330021, "voter": "microluck" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 28535887165, "rshares": 71551855, "voter": "longevity" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 57513824, "rshares": 61874235, "voter": "rashka" }, { "percent": "2800", - "reputation": 34932026701489, + "reputation": 13325577893779, "rshares": 5205024087, "voter": "kyriacos" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 40078121577, "rshares": 584469365, "voter": "chanbam" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 397516062, "rshares": 58816907, "voter": "longtech" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 58064982, "voter": "zite" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 17140629596244, "rshares": 46611951195, "voter": "dragonanarchist" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2146463020842, "rshares": 1923849174, "voter": "cryptoeasy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1063317981552, "rshares": 9883196919, "voter": "etcmike" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 254265780029, "rshares": 68216703, "voter": "paa" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1353576536, "voter": "smisi" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 16147984004, "rshares": 56897224, "voter": "lighter" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 54632424, "voter": "budda" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 117903399171, "rshares": 537067064, "voter": "winglessss" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 54012814, "voter": "warhammer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 54839629, "voter": "dr-who" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 106784239, "voter": "dr-house" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 26215514, "rshares": 9136703623, "voter": "brains" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 53546921, "voter": "imc" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4205608568581, "rshares": 4945497169, "voter": "burnin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 51240567, "voter": "billkappa442" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50223099, "voter": "battalar" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50139069, "voter": "slow" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50907857, "voter": "oxygen" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50798322, "voter": "breeze" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50796122, "voter": "factom" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50479027, "voter": "sunlight" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 158057595, "voter": "sdc" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 907581407, "rshares": 157831632, "voter": "sergeykitayev" } @@ -1949,343 +1949,343 @@ "active_votes": [ { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 2335990917918, "voter": "badassmother" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1214229078, "rshares": 3100003478, "voter": "boy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4712949449, "rshares": 3763529362, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1789951494550, "rshares": 690416198, "voter": "bunny" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 103443134841, "rshares": 54144112816, "voter": "bue" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1661328915, "voter": "mini" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 213686202, "voter": "moon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 13096661187964, "rshares": 4606105935664, "voter": "au1nethyb1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 382548770703, "voter": "recursive2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 399241183982, "voter": "recursive3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 622851614, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 967400396, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8963739580468, "rshares": 134196302305, "voter": "team" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 288177763, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1118904717803, "rshares": 38479085741, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1590661010140, "rshares": 22754307696, "voter": "mod-tamichh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 204869765185479, "rshares": 1055039434484, "voter": "gavvet" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 4931834878069, "rshares": 11590512190, "voter": "fkn" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 394674318, "voter": "paco-steem" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 376960001789, "rshares": 4614118557, "voter": "spaninv" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 5414208804644, "rshares": 16587610701, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58571016273092, "rshares": 695782786658, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 21903005256174, "rshares": 229512087562, "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1686985722639, "rshares": 8608144890, "voter": "censor-this" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1663549830469, "rshares": 1109713884, "voter": "coar" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 161089556767, "rshares": 71182545666, "voter": "asch" }, { "percent": "3301", - "reputation": 34932026701489, + "reputation": 2902053059801, "rshares": 1432454904, "voter": "murh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3037854988445, "rshares": 63105767641, "voter": "ak2020" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11136252375006, "rshares": 355377661767, "voter": "taoteh1221" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 308220781, "voter": "stiletto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 488865370830, "rshares": 846572826, "voter": "sunnyray" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8397302485673, "rshares": 216814872213, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 37015270307, "rshares": 308215924, "voter": "hendra-khaidir" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1205917850073, "rshares": 18411265425, "voter": "ziv" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1227825343197, "rshares": 15102847791, "voter": "zakharya" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5886979119053, "rshares": 103271810744, "voter": "geoffrey" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2758500001611, "rshares": 4430492814, "voter": "fuck.off" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1019011681813, "rshares": 5615788732, "voter": "iloveporn" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2445708956667, "rshares": 6659434674, "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 12656257002205, "rshares": 39447062051, "voter": "clement" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1691376287481, "rshares": 4760195455, "voter": "the.whale" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1160886081198, "rshares": 4621349598, "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1035952800698, "rshares": 4877667780, "voter": "vote" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2237331858240, "rshares": 5014923549, "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 97622606374, "rshares": 485071054, "voter": "chamviet" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1059790037173, "rshares": 506874184646, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5451039980643, "rshares": 366123878, "voter": "steemswede" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 9142611234, "rshares": 330631495, "voter": "ch0c0latechip" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 3871042, "rshares": 306004255, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1440357780524, "rshares": 762992521, "voter": "dicov" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1648396897354, "rshares": 11090596825, "voter": "asim" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7952828943, "rshares": 4563435793, "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2397831198773, "rshares": 3747285327, "voter": "karen13" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2753142336385, "rshares": 2390029222, "voter": "jbouchard12" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 167437582424, "rshares": 342458473, "voter": "dr2073" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3040770542655, "rshares": 8989106263, "voter": "warrensteem" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 336756074227, "rshares": 429170927, "voter": "natalyt" }, @@ -2297,403 +2297,403 @@ }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 741654237981, "rshares": 5726558608, "voter": "smolalit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 24143253116, "rshares": 125855148, "voter": "bobo012" }, { "percent": "8000", - "reputation": 34932026701489, + "reputation": 6467956247739, "rshares": 17230004707, "voter": "deanliu" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 14988694886527, "rshares": 182397872870, "voter": "jl777" }, { "percent": "2000", - "reputation": 34932026701489, + "reputation": 10519849768972, "rshares": 4081554366, "voter": "positive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2812079541783, "rshares": 8189212382, "voter": "fishborne" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58190631451, "rshares": 15696799539, "voter": "proto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 153480676290, "rshares": 594272148, "voter": "curator" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 196293118590, "rshares": 383220441, "voter": "alanc" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 142453259746, "rshares": 6682258588, "voter": "lykkeliten" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5095600502, "rshares": 115507974, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1193908062262, "rshares": 122297166, "voter": "steemster1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2926129985180, "rshares": 89204072289, "voter": "shaka" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1275505236, "rshares": 7847424937, "voter": "taker" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11856501387697, "rshares": 45316174238, "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1130081321479, "rshares": 50731326, "voter": "lillianjones" }, { "percent": "8000", - "reputation": 34932026701489, + "reputation": 3194641726781, "rshares": 17454389316, "voter": "laoyao" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7286529084, "rshares": 547778113619, "voter": "toxic" }, { "percent": "8000", - "reputation": 34932026701489, + "reputation": 11122126920308, "rshares": 3018346620, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 311638758804, "rshares": 320391778, "voter": "rusteller" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1468839175006, "rshares": 51120963, "voter": "msjennifer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1343370986030, "rshares": 50828873, "voter": "ciao" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 8857425324, "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -451593763871, "rshares": 3301725134, "voter": "blow" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 322647983, "voter": "gamerate" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 230299622, "voter": "vootka" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -894488087252, "rshares": 56658670, "voter": "confucius" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 593072231, "rshares": 61696026, "voter": "immortality" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 37279727062, "rshares": 982813675, "voter": "bledarus" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 114992597, "voter": "future-shock" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 61167862, "voter": "immortal" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50692212, "voter": "fortuner" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 28535887165, "rshares": 71551855, "voter": "longevity" }, { "percent": "8000", - "reputation": 34932026701489, + "reputation": 4637390447698, "rshares": 932751865, "voter": "chinadaily" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 13325577893779, "rshares": 10753266775, "voter": "kyriacos" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 44529428534261, "rshares": 64564711612, "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 244093128, "voter": "jimmytwoshoes" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50684643, "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50682252, "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50680459, "voter": "thermor" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50673817, "voter": "widell" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 397516062, "rshares": 58816907, "voter": "longtech" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2140537429766, "rshares": 17082219715, "voter": "yef99" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 58064982, "voter": "zite" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1063317981552, "rshares": 8235530947, "voter": "etcmike" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 339886160, "rshares": 394178677, "voter": "hpk" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 651373865756, "rshares": 113731881, "voter": "team101" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50271139, "voter": "hitherise" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 837791549130, "rshares": 37301409356, "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1615975909, "voter": "smisi" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 54632424, "voter": "budda" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50065875, "voter": "bane" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 54012814, "voter": "warhammer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 53990613, "voter": "roadhog" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2609275826131, "rshares": 103730281, "voter": "alina1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 53764342, "voter": "dr-who" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 106768414, "voter": "dr-house" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 26215514, "rshares": 18962115199, "voter": "brains" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 54601718, "voter": "imc" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50918375, "voter": "ailo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4205608568581, "rshares": 4458268048, "voter": "burnin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -259362445302, "rshares": 51877853, "voter": "chrisdunn" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50439559, "voter": "roto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2714958787123, "rshares": 7214022575, "voter": "hustle-no-more" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 414609406210, "rshares": 851238445, "voter": "robotev" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50704078, "voter": "yotoh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50372583, "voter": "carre" } @@ -2731,391 +2731,391 @@ "active_votes": [ { "percent": "10000", - "reputation": 34932026701489, + "reputation": 32455846463901, "rshares": 30854372489222, "voter": "smooth" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1214229078, "rshares": 3099647526, "voter": "boy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4712949449, "rshares": 3763066131, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1789951494550, "rshares": 697396740, "voter": "bunny" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 103443134841, "rshares": 54053469883, "voter": "bue" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1661151753, "voter": "mini" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 213676452, "voter": "moon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 13096661187964, "rshares": 4604460893970, "voter": "au1nethyb1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 392059774653, "voter": "recursive2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 389237830804, "voter": "recursive3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 83941319998, "rshares": 5473835183546, "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 622799607, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 967315888, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 72112139588726, "rshares": 823438421943, "voter": "steemrollin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8442392793360, "rshares": 65907216897, "voter": "jchch" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 288163140, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1118904717803, "rshares": 48091339230, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4931834878069, "rshares": 24180943228, "voter": "fkn" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 404690214, "voter": "paco-steem" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 376960001789, "rshares": 4611969002, "voter": "spaninv" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 5414208804644, "rshares": 3316449761, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58571016273092, "rshares": 677991438275, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 493863952, "rshares": 888067066, "voter": "weenfan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 21903005256174, "rshares": 231426713782, "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 161089556767, "rshares": 73985996184, "voter": "asch" }, { "percent": "3301", - "reputation": 34932026701489, + "reputation": 2902053059801, "rshares": 1432104926, "voter": "murh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 824717099743, "rshares": 511400392515, "voter": "cyber" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 463562817, "rshares": 623056398, "voter": "ethan-castle" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3037854988445, "rshares": 63031849785, "voter": "ak2020" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11765473490257, "rshares": 41838583543, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2683858617900, "rshares": 8753283330, "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 9090232372242, "rshares": 96313413696, "voter": "eric-boucher" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 71931696380, "rshares": 3521856193404, "voter": "satoshifund" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11136252375006, "rshares": 363684682168, "voter": "taoteh1221" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 316058927, "voter": "stiletto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3804349938696, "rshares": 54129429193, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 488865370830, "rshares": 810686260, "voter": "sunnyray" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3046358914696, "rshares": 12135959049, "voter": "samether" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8397302485673, "rshares": 199374179494, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 14028106211346, "rshares": 49795438434, "voter": "kus-knee" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 387218146988, "rshares": 1398781482, "voter": "benthegameboy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 36884147263377, "rshares": 270599078834, "voter": "lukestokes" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 274656026130, "rshares": 42315131934, "voter": "honeythief" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 9434414518400, "rshares": 16644055203, "voter": "acassity" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 15285243314, "rshares": 178147875, "voter": "ales" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 40255997582, "rshares": 8304063156, "voter": "cannav" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 97622606374, "rshares": 495190297, "voter": "chamviet" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1059790037173, "rshares": 573470971402, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5451039980643, "rshares": 230742410, "voter": "steemswede" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6340616331847, "rshares": 15941910341, "voter": "picokernel" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4667991454724, "rshares": 692461443970, "voter": "slowwalker" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2054508199522, "rshares": 641903579, "voter": "busser" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 9142611234, "rshares": 66116529, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 3871042, "rshares": 61192711, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1440357780524, "rshares": 762881799, "voter": "dicov" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 45722289406, "voter": "mraytekin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5181663, "rshares": 217425536, "voter": "joseph.kalu" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 658407157113, "rshares": 701869001, "voter": "cherish" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1648396897354, "rshares": 11515544464, "voter": "asim" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7952828943, "rshares": 5093692663, "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2397831198773, "rshares": 4186326122, "voter": "karen13" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 93395785733, "rshares": 1282623100, "voter": "jrd8526" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 167437582424, "rshares": 342458473, "voter": "dr2073" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2445998348172, "rshares": 2817031740, "voter": "pigatto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 336756074227, "rshares": 429170927, "voter": "natalyt" }, @@ -3127,313 +3127,313 @@ }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 46246767220, "rshares": 7174158649, "voter": "rpf" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6467956247739, "rshares": 24266298182, "voter": "deanliu" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4194711042931, "rshares": 4213488926, "voter": "rainchen" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 14988694886527, "rshares": 193042940339, "voter": "jl777" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 879409745645, "rshares": 2621166255, "voter": "lostnuggett" }, { "percent": "2000", - "reputation": 34932026701489, + "reputation": 10519849768972, "rshares": 4078673403, "voter": "positive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 69628175386, "rshares": 387497690, "voter": "quigua" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58190631451, "rshares": 17536455226, "voter": "proto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1416246303584, "rshares": 9692810581, "voter": "michaeldodridge" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5095600502, "rshares": 115507974, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3278418228934, "rshares": 1681517332, "voter": "karenb54" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 988942038058, "rshares": 55922674292, "voter": "gomeravibz" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1275505236, "rshares": 8766419573, "voter": "taker" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11856501387697, "rshares": 37476742709, "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3194641726781, "rshares": 22431440890, "voter": "laoyao" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 18027204457681, "rshares": 29020723398, "voter": "myfirst" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1412252219445, "rshares": 2594437121, "voter": "anthonyj" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11122126920308, "rshares": 3410771596, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1562464639, "rshares": 50020012, "voter": "nickche" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8749882391690, "rshares": 42386594805, "voter": "nonlinearone" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -451593763871, "rshares": 3236349620, "voter": "blow" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 273860901, "voter": "gamerate" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 230299622, "voter": "vootka" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 593072231, "rshares": 61696026, "voter": "immortality" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 37279727062, "rshares": 1472926663, "voter": "bledarus" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 114992597, "voter": "future-shock" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 61167862, "voter": "immortal" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 28535887165, "rshares": 71551855, "voter": "longevity" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 57513824, "rshares": 60661014, "voter": "rashka" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4637390447698, "rshares": 1125039982, "voter": "chinadaily" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 64878458203, "rshares": 1354537004, "voter": "alexma3x" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 397516062, "rshares": 58816907, "voter": "longtech" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2140537429766, "rshares": 17447693232, "voter": "yef99" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 58064982, "voter": "zite" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 651373865756, "rshares": 110770841, "voter": "team101" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3970810, "rshares": 54565194, "voter": "benaccept" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 262756573957, "rshares": 516723861, "voter": "kev7000" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 640164473382, "rshares": 55043079, "voter": "zettar" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 54632424, "voter": "budda" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50931848, "voter": "analyzethis" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 54012814, "voter": "warhammer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 244886998614, "rshares": 199849186, "voter": "irininich" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 53990613, "voter": "roadhog" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50639382, "voter": "doggnostic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 53764342, "voter": "dr-who" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 106768414, "voter": "dr-house" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 35035670618, "rshares": 55667901, "voter": "plantbasedjunkie" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50377764, "voter": "jenny-talls" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 53531096, "voter": "imc" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 52332195, "voter": "post-successful" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 336420065, "voter": "robotev1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 322592441, "voter": "robotev2" } @@ -3471,415 +3471,415 @@ "active_votes": [ { "percent": "10000", - "reputation": 34932026701489, + "reputation": 261787136527, "rshares": 685172531804, "voter": "barrie" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -37765249963674, "rshares": 2924132151314, "voter": "wang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 342032044847, "voter": "recursive2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 329866076197, "voter": "recursive3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -296615780418, "rshares": 1779389087, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 854893586973, "rshares": 1020480411582, "voter": "boombastic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7520586390, "rshares": 133500194001, "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1682985060, "rshares": 10212261069, "voter": "lee3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1523183364522, "rshares": 3827297033, "voter": "lee5" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 9462142571, "voter": "bingo-0" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 2382160956, "voter": "bingo-1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1118904717803, "rshares": 57691752927, "voter": "noaommerrr" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 4931834878069, "rshares": 2537807839, "voter": "fkn" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 436017530085, "rshares": 23490409758, "voter": "instructor2121" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5045406568403, "rshares": 27523544747, "voter": "james-show" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58571016273092, "rshares": 612531707829, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 42741727265739, "rshares": 127361637481, "voter": "steve-walschot" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1942274690427, "rshares": 7574304064, "voter": "kefkius" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 21903005256174, "rshares": 216129512024, "voter": "mummyimperfect" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1686985722639, "rshares": 8434060047, "voter": "censor-this" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2423086926842, "rshares": 15419033662, "voter": "b4bb4r-5h3r" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 824717099743, "rshares": 387320517573, "voter": "cyber" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3037854988445, "rshares": 58484338820, "voter": "ak2020" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11765473490257, "rshares": 36380794642, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11136252375006, "rshares": 372629539281, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4338392818880, "rshares": 30099389795, "voter": "altoz" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3046358914696, "rshares": 13662000616, "voter": "samether" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3906896686802, "rshares": 55180330821, "voter": "thecryptodrive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 40255997582, "rshares": 8786391848, "voter": "cannav" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1700182089209, "rshares": 105086884817, "voter": "rubybian" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2880187298062, "rshares": 2737115931, "voter": "stranger27" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2499740471746, "rshares": 20737286076, "voter": "r4fken" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 255334396905, "rshares": 309404061, "voter": "damono" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5451039980643, "rshares": 201996567, "voter": "steemswede" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 19111656178138, "rshares": 6389295005, "voter": "furion" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2054508199522, "rshares": 607597710, "voter": "busser" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 9142611234, "rshares": 66706407, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 3871042, "rshares": 61734236, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1440357780524, "rshares": 688422818, "voter": "dicov" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1560786654602, "rshares": 2582441614, "voter": "algimantas" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 741654237981, "rshares": 5479748897, "voter": "smolalit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 76096938200261, "rshares": 210518647783, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 24143253116, "rshares": 123354556, "voter": "bobo012" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 10519849768972, "rshares": 2044307666, "voter": "positive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2287580630, "rshares": 1895040416, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3976815048658, "rshares": 1790353851, "voter": "tygergamer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 137150233782, "rshares": 70760657, "voter": "nicoleta" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11856501387697, "rshares": 30480581208, "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3194641726781, "rshares": 21183512341, "voter": "laoyao" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7989197237827, "rshares": 17023233884, "voter": "essra" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 66791976065, "rshares": 55770078812, "voter": "joele" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11122126920308, "rshares": 3152399608, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 84243674408, "rshares": 109495462, "voter": "erikkartmen" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -451593763871, "rshares": 3230027126, "voter": "blow" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3921604342143, "rshares": 15521326657, "voter": "plasticfuzzy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 54828121, "voter": "nano2nd" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4637390447698, "rshares": 964726687, "voter": "chinadaily" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3731332120065, "rshares": 3019346986, "voter": "voltarius" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 28176351271250, "rshares": 61390176761, "voter": "barrycooper" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 17140629596244, "rshares": 21449886453, "voter": "dragonanarchist" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6300363201553, "rshares": 11361173752, "voter": "mandibil" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1833661746969, "rshares": 1281772374, "voter": "seva" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4254380753805, "rshares": 1745302958, "voter": "richardcrill" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1409339812298, "rshares": 169138872, "voter": "eight-rad" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 12539394694005, "rshares": 1897080260, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2609275826131, "rshares": 142409264, "voter": "alina1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 50326964582800, "rshares": 178824654821, "voter": "charlieshrem" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 19674745811334, "rshares": 61843921743, "voter": "tracemayer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50562241, "voter": "sudo82" } @@ -3917,805 +3917,805 @@ "active_votes": [ { "percent": "10000", - "reputation": 34932026701489, + "reputation": 70486967561347, "rshares": 40296469126300, "voter": "blocktrades" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -37765249963674, "rshares": 3358232186055, "voter": "wang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1214229078, "rshares": 3094984132, "voter": "boy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4712949449, "rshares": 3756901624, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1789951494550, "rshares": 696671079, "voter": "bunny" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 103443134841, "rshares": 53370336088, "voter": "bue" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1658821531, "voter": "mini" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 213558827, "voter": "moon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 13096661187964, "rshares": 4186480263875, "voter": "au1nethyb1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 354810038737, "voter": "recursive2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 352343164226, "voter": "recursive3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 622140509, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 952759543, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 287969338, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 9600934617910, "rshares": 12171946152, "voter": "jademont" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1655372026731, "rshares": 7883482866, "voter": "cryptorune" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 4931834878069, "rshares": 2536344757, "voter": "fkn" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 423485897, "voter": "paco-steem" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 376960001789, "rshares": 4949311290, "voter": "spaninv" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5414208804644, "rshares": 32652795039, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58571016273092, "rshares": 709245144227, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3750669747284, "rshares": 238835403910, "voter": "pal" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 49136918266, "rshares": 12570159570, "voter": "cian.dafe" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 161089556767, "rshares": 54934580320, "voter": "asch" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 824717099743, "rshares": 389686474927, "voter": "cyber" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11136252375006, "rshares": 371987768205, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 200733663789408, "rshares": 2298641724179, "voter": "stellabelle" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2480399698735, "rshares": 61580551943, "voter": "sahirahla" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4338392818880, "rshares": 32289499384, "voter": "altoz" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 330898027, "voter": "stiletto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3804349938696, "rshares": 53477284457, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 15857384273210, "rshares": 211092304446, "voter": "alexc" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5260794316761, "rshares": 137985739281, "voter": "schro" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5886979119053, "rshares": 88591858942, "voter": "geoffrey" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 274656026130, "rshares": 43939871809, "voter": "honeythief" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1199373674648, "rshares": 2620924903, "voter": "gary-smith" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5571311902261, "rshares": 2100898478, "voter": "mammasitta" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 36344377648, "rshares": 39712131626, "voter": "marco-delsalto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 26564452802341, "rshares": 336898233450, "voter": "inboundinken" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 15285243314, "rshares": 204578976, "voter": "ales" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6813289592775, "rshares": 5445573594, "voter": "arcaneinfo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1933204465, "rshares": 50186088359, "voter": "sonzweil" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1959446497877, "rshares": 4623260663, "voter": "dennygalindo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2222945795019, "rshares": 132638292042, "voter": "chhayll" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2880187298062, "rshares": 2910950076, "voter": "stranger27" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1059790037173, "rshares": 622499323834, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2499740471746, "rshares": 23836049644, "voter": "r4fken" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 255334396905, "rshares": 290066307, "voter": "damono" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5451039980643, "rshares": 83708178, "voter": "steemswede" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2657547218546, "rshares": 5556237689, "voter": "qamarpinkpanda" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4667991454724, "rshares": 514586280240, "voter": "slowwalker" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 17167233442, "rshares": 7745435468, "voter": "hammurabi" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 19111656178138, "rshares": 6380319546, "voter": "furion" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 9142611234, "rshares": 66692894, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 3871042, "rshares": 61722414, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7547302, "rshares": 57967426, "voter": "ghozia" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3320684282022, "rshares": 122008183073, "voter": "knircky" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1220081355, "rshares": 233332478, "voter": "ardina" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1440357780524, "rshares": 688158724, "voter": "dicov" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1661526202859, "rshares": 4541919146, "voter": "gikitiki" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1648396897354, "rshares": 10701541074, "voter": "asim" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 475226720101, "rshares": 33599218334, "voter": "toxonaut" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1563271634183, "rshares": 81198252965, "voter": "paco" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1089147151331, "rshares": 2022840569, "voter": "incomemonthly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11644551965460, "rshares": 11603277125, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2397831198773, "rshares": 3950363392, "voter": "karen13" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2877113019152, "rshares": 10623847628, "voter": "bycz" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 57790558311, "rshares": 80289117654, "voter": "stephencurry" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 82780404032, "rshares": 808965798, "voter": "thinkngrow" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1058072223123, "rshares": 651173315, "voter": "luisucv34" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6338322241150, "rshares": 37611710226, "voter": "streetstyle" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1234131079581, "rshares": 4285692983, "voter": "r-niki09" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1447627612177, "rshares": 3845332463, "voter": "adamt" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 741654237981, "rshares": 5367413014, "voter": "smolalit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1532881687066, "rshares": 8076971457, "voter": "magz8716" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 46246767220, "rshares": 6939038250, "voter": "rpf" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 20001506960251, "rshares": 146929404380, "voter": "liberosist" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4194711042931, "rshares": 5146311248, "voter": "rainchen" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 361552742284, "rshares": 459882281, "voter": "nin0000" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 743656664450, "rshares": 1805756917, "voter": "tokyodude" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2791409844, "rshares": 109399116, "voter": "elmusic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 14988694886527, "rshares": 180857785939, "voter": "jl777" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 879409745645, "rshares": 1703586554, "voter": "lostnuggett" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 10519849768972, "rshares": 2042770630, "voter": "positive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 82275088768, "rshares": 32739143886, "voter": "paquito" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2812079541783, "rshares": 4644846214, "voter": "fishborne" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58265386995, "rshares": 3643939804, "voter": "bristolchris72" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4558720822431, "rshares": 17782580013, "voter": "jennamarbles" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3777763523032, "rshares": 19679237911, "voter": "krabgat" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58190631451, "rshares": 16714604714, "voter": "proto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 153480676290, "rshares": 721563649, "voter": "curator" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 901348001111, "rshares": 2376593347, "voter": "tjpezlo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2580067408929, "rshares": 4655026909, "voter": "spookypooky" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 49283901870, "rshares": 817190717, "voter": "metaflute" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1275505236, "rshares": 8269924555, "voter": "taker" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11856501387697, "rshares": 40431446913, "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3194641726781, "rshares": 23469560277, "voter": "laoyao" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 18027204457681, "rshares": 25980126700, "voter": "myfirst" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1038813018744, "rshares": 555412571, "voter": "chris.roy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 566772714531, "rshares": 2266655599, "voter": "crypto-toll" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2637292041469, "rshares": 1523262816, "voter": "minion" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11122126920308, "rshares": 3228837684, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1269864429223, "rshares": 2242340109, "voter": "kainmarx" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 126444536302, "rshares": 874127370, "voter": "hms818" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 61580657554, "rshares": 62966412, "voter": "moodledidoodledi" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3921604342143, "rshares": 15838088426, "voter": "plasticfuzzy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6755300029, "rshares": 1245333892, "voter": "nonamer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 833401927651, "rshares": 61277607, "voter": "kateblack" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3814152361740, "rshares": 11132558343, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4637390447698, "rshares": 830637356, "voter": "chinadaily" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 44529428534261, "rshares": 50738574690, "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 83682643470, "rshares": 95660351, "voter": "cinderphoenix" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 13147662, "rshares": 53238254, "voter": "tolik8080" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3731332120065, "rshares": 2880118420, "voter": "voltarius" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -49397634, "rshares": 50439994, "voter": "vasilii" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3103554028241, "rshares": 290373723, "voter": "levycore" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1130219064888, "rshares": 23341408242, "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 17140629596244, "rshares": 18363936092, "voter": "dragonanarchist" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6300363201553, "rshares": 10357506150, "voter": "mandibil" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2918379629, "rshares": 1694107292, "voter": "unchainedio" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 716390377150, "rshares": 4137913261, "voter": "rwgunderson" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 171590615597, "rshares": 90671293, "voter": "trendwizard" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3218950171903, "rshares": 5108824799, "voter": "brandonv111" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3849564768924, "rshares": 25606625314, "voter": "onesunbeingnow" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 651373865756, "rshares": 61654620, "voter": "team101" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1607818099536, "rshares": 515160371, "voter": "sophiachan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1134384219489, "rshares": 16721361908, "voter": "oldstone" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 262756573957, "rshares": 644939263, "voter": "kev7000" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2856930496335, "rshares": 3307077896, "voter": "nubchai" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 190002902030, "rshares": 318394501, "voter": "baodog" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1197776504, "rshares": 53110243, "voter": "recurvez" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2600153818, "rshares": 53945932, "voter": "beshaolin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 972344082, "rshares": 51396498, "voter": "nathan.chinn" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5827260, "rshares": 50800450, "voter": "jcampbell535" } @@ -4753,367 +4753,367 @@ "active_votes": [ { "percent": "10000", - "reputation": 34932026701489, + "reputation": 261787136527, "rshares": 684391112245, "voter": "barrie" }, { "percent": "67", - "reputation": 34932026701489, + "reputation": 85602977273, "rshares": 28861242637, "voter": "anonymous" }, { "percent": "6700", - "reputation": 34932026701489, + "reputation": 8151223409709, "rshares": 11443166253803, "voter": "rainman" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1799329410526, "voter": "badassmother" }, { "percent": "6700", - "reputation": 34932026701489, + "reputation": 18336382560162, "rshares": 123265212225, "voter": "svk" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -37765249963674, "rshares": 3210145812518, "voter": "wang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1214229078, "rshares": 2475555968, "voter": "boy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4712949449, "rshares": 3004957033, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1789951494550, "rshares": 562914017, "voter": "bunny" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 103443134841, "rshares": 42634187380, "voter": "bue" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1326832061, "voter": "mini" }, { "percent": "6700", - "reputation": 34932026701489, + "reputation": 8717425187, "rshares": 3850806241533, "voter": "witness.svk" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 170845704, "voter": "moon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 325123780094, "voter": "recursive2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 313057889235, "voter": "recursive3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -296615780418, "rshares": 1778262868, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 854893586973, "rshares": 998189986718, "voter": "boombastic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7520586390, "rshares": 133286622056, "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 9401291654, "voter": "bingo-0" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 2379607300, "voter": "bingo-1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 497654080, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 758048978, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 230367336, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1118904717803, "rshares": 86495059917, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6750806281574, "rshares": 90328344359, "voter": "juanlibertad" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 4931834878069, "rshares": 3042780804, "voter": "fkn" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 413319392, "voter": "paco-steem" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 376960001789, "rshares": 4826695300, "voter": "spaninv" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 436017530085, "rshares": 23285121596, "voter": "instructor2121" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58571016273092, "rshares": 721695329223, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 503318537891, "rshares": 6082992060, "voter": "jerome-colley" }, { "percent": "3301", - "reputation": 34932026701489, + "reputation": 2902053059801, "rshares": 2164048830, "voter": "murh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 818564943128, "rshares": 6176350844, "voter": "motivational" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 609780550802, "rshares": 141944533, "voter": "irit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11136252375006, "rshares": 346528660475, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1376656930605, "rshares": 5599875761, "voter": "karbonxx" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 322991662, "voter": "stiletto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 488865370830, "rshares": 860993035, "voter": "sunnyray" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8397302485673, "rshares": 168028017574, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 9131956116299, "rshares": 117776558510, "voter": "omarb" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 12494904871301, "rshares": 269662314937, "voter": "trogdor" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 217222224, "rshares": 294114011, "voter": "knopki" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5886979119053, "rshares": 88573416018, "voter": "geoffrey" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 274656026130, "rshares": 40338902771, "voter": "honeythief" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3929147028870, "rshares": 6369784385, "voter": "magnebit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 15285243314, "rshares": 231088300, "voter": "ales" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 336763673779, "rshares": 153033041005, "voter": "asmolokalo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1700182089209, "rshares": 96691334170, "voter": "rubybian" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2880187298062, "rshares": 2793666874, "voter": "stranger27" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 19111656178138, "rshares": 7653769287, "voter": "furion" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 9142611234, "rshares": 80021287, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 3871042, "rshares": 74058748, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7547302, "rshares": 67628664, "voter": "ghozia" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1440357780524, "rshares": 663517540, "voter": "dicov" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1012952103, "voter": "steem1653" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 210282477056, "rshares": 274341484, "voter": "johanniellano" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1648396897354, "rshares": 10685115559, "voter": "asim" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7952828943, "rshares": 4378702037, "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2397831198773, "rshares": 3729428517, "voter": "karen13" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2445998348172, "rshares": 1628549215, "voter": "pigatto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7803764965401, "rshares": 8294069454, "voter": "allmonitors" }, @@ -5125,139 +5125,139 @@ }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1532881687066, "rshares": 8076886574, "voter": "magz8716" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 14988694886527, "rshares": 170161819036, "voter": "jl777" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 10519849768972, "rshares": 2450648677, "voter": "positive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4129649677200, "rshares": 6200403614, "voter": "summonerrk" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58190631451, "rshares": 14852645493, "voter": "proto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2287580630, "rshares": 1893100295, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1275505236, "rshares": 7807128608, "voter": "taker" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11856501387697, "rshares": 38819548773, "voter": "allasyummyfood" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3194641726781, "rshares": 19157224764, "voter": "laoyao" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 2964127141, "voter": "ullikume" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 282062767, "rshares": 2555069369, "voter": "darrenturetzky" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 117644956479, "rshares": 9316713067, "voter": "jphamer1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 66791976065, "rshares": 48633671492, "voter": "joele" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11122126920308, "rshares": 2892607227, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7767180487460, "rshares": 5825109832, "voter": "gargon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -138680661344, "rshares": 59668352, "voter": "tomeraddady" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4637390447698, "rshares": 731528496, "voter": "chinadaily" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11448117997, "rshares": 53401673, "voter": "alfaman" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2140537429766, "rshares": 16504052671, "voter": "yef99" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 401217888, "rshares": 211234843, "voter": "mig641" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -642566206250, "rshares": 4377598977, "voter": "craigwilliamz" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 485180293, "voter": "smisi" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 33766561987, "rshares": 60480850, "voter": "thechosenwhan" } @@ -5295,763 +5295,763 @@ "active_votes": [ { "percent": "10000", - "reputation": 34932026701489, + "reputation": 261787136527, "rshares": 668937734218, "voter": "barrie" }, { "percent": "100", - "reputation": 34932026701489, + "reputation": 85602977273, "rshares": 28856334255, "voter": "anonymous" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 13823888326286, "rshares": 14541676017396, "voter": "summon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 13270505121655, "rshares": 65738868122357, "voter": "ned" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 12842871326086, "rshares": 104885942087, "voter": "sandra" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2827502899317, "rshares": 829611980239, "voter": "ihashfury" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -37765249963674, "rshares": 3523609766263, "voter": "wang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1214229078, "rshares": 3091083868, "voter": "boy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4712949449, "rshares": 3751872670, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1789951494550, "rshares": 703078134, "voter": "bunny" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 103443134841, "rshares": 52785528915, "voter": "bue" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1656894481, "voter": "mini" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 213491769, "voter": "moon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 330982605, "rshares": 109905473578, "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 12928765689257, "rshares": 34790108629, "voter": "aizensou" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 382123413420, "voter": "recursive2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 331163120465, "voter": "recursive3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 854893586973, "rshares": 974591820760, "voter": "boombastic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7520586390, "rshares": 132765011181, "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 9413487452, "voter": "bingo-0" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 2389001052, "voter": "bingo-1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 68236886814465, "rshares": 280440782260, "voter": "officialfuzzy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 82600290949846, "rshares": 1071702906604, "voter": "cass" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 621602758, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 923628524, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4874033031398, "rshares": 390763860408, "voter": "woo7739" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -193140276839, "rshares": 687299672, "voter": "timifey2015" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6977251504339, "rshares": 25093971445, "voter": "dedriss" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8442392793360, "rshares": 43215312611, "voter": "jchch" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 287852470, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1118904717803, "rshares": 48031112568, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2441765369743, "rshares": 11259119702, "voter": "dave-hughes" }, { "percent": "-10000", - "reputation": 34932026701489, + "reputation": 5134104564069, "rshares": -34125390164, "voter": "noisy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1914970430304, "rshares": 410899538831, "voter": "chryspano" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -8847960360622, "rshares": 3514308118, "voter": "nastrom" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3266915935488, "rshares": 143442050992, "voter": "itsjoeco" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 12382143533351, "rshares": 576043212174, "voter": "eeks" }, { "percent": "100", - "reputation": 34932026701489, + "reputation": 4931834878069, "rshares": 510496812, "voter": "fkn" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 422431208, "voter": "paco-steem" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 376960001789, "rshares": 4967938453, "voter": "spaninv" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3940140049670, "rshares": 45577213666, "voter": "tsugimoto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1172373556107, "rshares": 2007820761, "voter": "gekko" }, { "percent": "100", - "reputation": 34932026701489, + "reputation": 5414208804644, "rshares": 670268914, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58571016273092, "rshares": 733646916464, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 503318537891, "rshares": 8431808575, "voter": "jerome-colley" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1886231460740, "rshares": 5502047299, "voter": "kingjohal" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 42741727265739, "rshares": 90134391614, "voter": "steve-walschot" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 417009617, "voter": "yoona-lee" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6580794427504, "rshares": 57850241507, "voter": "hannixx42" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1663549830469, "rshares": 1884956348, "voter": "coar" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 161089556767, "rshares": 44024667559, "voter": "asch" }, { "percent": "3301", - "reputation": 34932026701489, + "reputation": 2902053059801, "rshares": 1440033247, "voter": "murh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2423086926842, "rshares": 17927406157, "voter": "b4bb4r-5h3r" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 34874025761373, "rshares": 328846755510, "voter": "blakemiles84" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 824717099743, "rshares": 367083089332, "voter": "cyber" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 199308931780, "rshares": 161833281, "voter": "akaninyene-etuk" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 609780550802, "rshares": 141944533, "voter": "irit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2683858617900, "rshares": 12177340917, "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11136252375006, "rshares": 382410007997, "voter": "taoteh1221" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 330247725, "voter": "stiletto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3804349938696, "rshares": 52803777568, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5888717170887, "rshares": 61950416028, "voter": "ratel" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4620523428308, "rshares": 19053336845, "voter": "minfon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 32056888035, "rshares": 1147181770, "voter": "fjccoin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4526468651953, "rshares": 74901396295, "voter": "tim-johnston" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 22794273843250, "rshares": 152610751574, "voter": "thedashguy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2676865682314, "rshares": 33844146844, "voter": "cheftony" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1331218317408, "rshares": 5412463822, "voter": "grandpere" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 157636214062, "rshares": 23575160787, "voter": "ozzy-vega" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5886979119053, "rshares": 47564957024, "voter": "geoffrey" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 598181152117, "rshares": 234224501190, "voter": "kimziv" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2738311095861, "rshares": 15030579703, "voter": "jparty" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 36344377648, "rshares": 23287378544, "voter": "marco-delsalto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7949210311767, "rshares": 31920382172, "voter": "talanhorne" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2758500001611, "rshares": 2257465592, "voter": "fuck.off" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2407214688261, "rshares": 70687509671, "voter": "freedomengineer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1019011681813, "rshares": 3075354623, "voter": "iloveporn" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 861737606263, "rshares": 8578286187, "voter": "simoneighties" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2445708956667, "rshares": 3739710609, "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6105332515536, "rshares": 7578611454, "voter": "primus" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2909305052193, "rshares": 5614905936, "voter": "dailyfeed" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1691376287481, "rshares": 2608200595, "voter": "the.whale" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1676955163155, "rshares": 4010352187, "voter": "spikykevin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 220050702, "voter": "russle" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 160174254209, "rshares": 48991282543, "voter": "booja" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 15603689614497, "rshares": 4903045253, "voter": "good-karma" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1160886081198, "rshares": 2471065942, "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1700182089209, "rshares": 78969067407, "voter": "rubybian" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 9956734090708, "rshares": 23147643255, "voter": "firepower" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 40557912481, "rshares": 245616724, "voter": "mstang83" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 213668684615, "rshares": 222532257, "voter": "soupernerd" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 787678199102, "rshares": 4907399969, "voter": "cmtzco" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11415305020986, "rshares": 39910277653, "voter": "menta" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1035952800698, "rshares": 2608101796, "voter": "vote" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2880187298062, "rshares": 2675116157, "voter": "stranger27" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 305047794164, "rshares": 60746961944, "voter": "jackkang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2237331858240, "rshares": 2746300635, "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2499740471746, "rshares": 28718147185, "voter": "r4fken" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 46813789492, "rshares": 25692929626, "voter": "tcfxyz" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 118203669136, "rshares": 300550721, "voter": "thealexander" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 36017089082, "rshares": 360927957, "voter": "rxhector" }, { "percent": "100", - "reputation": 34932026701489, + "reputation": 19111656178138, "rshares": 1248883243, "voter": "furion" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7547302, "rshares": 227022848, "voter": "ghozia" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8017093633272, "rshares": 20350277957, "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1371681467487, "rshares": 6427602632, "voter": "autosmile13" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 989117228, "voter": "steem1653" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 963454351109, "rshares": 1349522322, "voter": "marcgodard" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1661526202859, "rshares": 4466904026, "voter": "gikitiki" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1563271634183, "rshares": 92736156531, "voter": "paco" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2397831198773, "rshares": 6127335881, "voter": "karen13" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 866671256465, "rshares": 24899403513, "voter": "igster" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5827115301697, "rshares": 4501034549, "voter": "deviedev" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1241141280004, "rshares": 56352134799, "voter": "sephiroth" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 93395785733, "rshares": 1051966022, "voter": "jrd8526" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1489102259, "rshares": 208581030, "voter": "zoicneo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1798349458, "rshares": 236993728, "voter": "nysemax" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1175982316919, "rshares": 261906883616, "voter": "nabilov" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 9512715139288, "rshares": 69835502463, "voter": "ntomaino" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1118581531020, "rshares": 2464852335, "voter": "dmacshady" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7803764965401, "rshares": 1507108159, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4392845381, "rshares": 7551319150, "voter": "tryptamin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3502382308233, "rshares": 3316247889, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1008790928160, "rshares": 253048089, "voter": "natali22" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3033861094190, "rshares": 10662899418, "voter": "nippel66" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3167747223142, "rshares": 12360591730, "voter": "dudutaulois" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -445425524475, "rshares": 242858237, "voter": "willytrader" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1558637285991, "rshares": 1219639516, "voter": "sgnsteems" }, @@ -6063,883 +6063,883 @@ }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 782596410473, "rshares": 4385329257, "voter": "poseidon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 76096938200261, "rshares": 167174613555, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 224144957883, "rshares": 13623464709, "voter": "all-of-us" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1394532106132, "rshares": 7023608765, "voter": "geronimo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 900694208703, "rshares": 6639090671, "voter": "cryptobro" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 477578742546, "rshares": 5897621131, "voter": "tarindel" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2114306416334, "rshares": 2712122271, "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4194711042931, "rshares": 4867537049, "voter": "rainchen" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11482318062844, "rshares": 37699663541, "voter": "sauravrungta" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5883461278385, "rshares": 58864388268, "voter": "rea" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 513380281140, "rshares": 539576877, "voter": "qonq99" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2791409844, "rshares": 111726756, "voter": "elmusic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 14988694886527, "rshares": 265192596484, "voter": "jl777" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 163343680085, "rshares": 361850682, "voter": "meteor78" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 879409745645, "rshares": 2345937029, "voter": "lostnuggett" }, { "percent": "100", - "reputation": 34932026701489, + "reputation": 10519849768972, "rshares": 411164157, "voter": "positive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 678073276260, "rshares": 435316007, "voter": "raymonjohnstone" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 725570292123, "rshares": 2822357406, "voter": "willbeonceagain8" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 19524897676, "rshares": 5950638457, "voter": "alsprinting" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1365185552740, "rshares": 112583666, "voter": "dabaisha" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2615896270, "rshares": 4251171596, "voter": "sacode" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 20782968, "rshares": 111850189, "voter": "pyneer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 116655886020, "rshares": 788422149, "voter": "happyphoenix" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3777763523032, "rshares": 20509443094, "voter": "krabgat" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58190631451, "rshares": 25256579030, "voter": "proto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 153480676290, "rshares": 590354284, "voter": "curator" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6796361134481, "rshares": 2843794852, "voter": "trisnawati" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 17698439393799, "rshares": 6945529841, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2287580630, "rshares": 226048695, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 311022515119, "rshares": 236094999, "voter": "faraz" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1841035810445, "rshares": 3039205816, "voter": "bkkshadow" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 84206519, "voter": "elliottgodard" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5571312226030, "rshares": 3375155212, "voter": "beanz" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 666498183136, "rshares": 9280314440, "voter": "dimitarj" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2034974638910, "rshares": 186939870, "voter": "taz" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1193908062262, "rshares": 98468959, "voter": "steemster1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2413145659228, "rshares": 1763032500, "voter": "dmilash" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 979379098872, "rshares": 657021964, "voter": "spinner" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -4779249072914, "rshares": 218472801, "voter": "weenis" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 49283901870, "rshares": 739655756, "voter": "metaflute" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 988942038058, "rshares": 50160146364, "voter": "gomeravibz" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1275505236, "rshares": 12824835130, "voter": "taker" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -833837861150, "rshares": 51143991, "voter": "sharon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 51522514, "voter": "johnblow" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1130081321479, "rshares": 50731326, "voter": "lillianjones" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 10771708337101, "rshares": 1355029444576, "voter": "laonie" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 90565359983, "rshares": 16361768844, "voter": "rawnetics" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6181438509962, "rshares": 12454746135, "voter": "capitalism" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1320262999851, "rshares": 1988328132, "voter": "naturalista" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 18027204457681, "rshares": 14976676708, "voter": "myfirst" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5776723480371, "rshares": 255846109048, "voter": "somebody" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 369818210, "voter": "mariadianaelaine" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1751717743, "rshares": 5548966133, "voter": "gmurph" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6887127798781, "rshares": 30691300049, "voter": "xtester" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7989197237827, "rshares": 15039009354, "voter": "essra" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 3205465594, "voter": "ullikume" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 282062767, "rshares": 2306673067, "voter": "darrenturetzky" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2337037146737, "rshares": 7030674025, "voter": "veerprit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3016325652890, "rshares": 52390149955, "voter": "xiaohui" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 31847926857, "rshares": 61660086, "voter": "zahar" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6364644439603, "rshares": 3955342930, "voter": "aboundlessworld" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2464511443415, "rshares": 1578106770, "voter": "alitas" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 662456490, "voter": "skavkaz" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 1851205309677, "rshares": 1985162457, "voter": "xiaokongcom" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3740136030964, "rshares": 225195111, "voter": "future24" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1468839175006, "rshares": 51120963, "voter": "msjennifer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1343370986030, "rshares": 50828873, "voter": "ciao" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 5333573793, "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 9523766827937, "rshares": 14326940992, "voter": "cryptos" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4195733833721, "rshares": 5782229020, "voter": "xianjun" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -79575494262, "rshares": 50390768, "voter": "steema" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3921604342143, "rshares": 10836029309, "voter": "plasticfuzzy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 52715459356, "rshares": 71246492, "voter": "sparkeddev" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6755300029, "rshares": 484482156, "voter": "nonamer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 237071800963, "rshares": 1267824755, "voter": "bhavnapatel68" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -894488087252, "rshares": 50183394, "voter": "confucius" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 37279727062, "rshares": 2632229460, "voter": "bledarus" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -138680661344, "rshares": 60886073, "voter": "tomeraddady" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 126983452, "voter": "party1999" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -789959772758, "rshares": 51153233, "voter": "jarvis" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 730408370151, "rshares": 574344398, "voter": "microluck" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 26311363874, "rshares": 66981954, "voter": "mustool" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 497238582, "rshares": 56572793, "voter": "belohndichselbst" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 44529428534261, "rshares": 37626356958, "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 317984497509, "rshares": 70111504, "voter": "sifodyas" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11448117997, "rshares": 58148489, "voter": "alfaman" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 127672859, "voter": "jimmytwoshoes" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 119293113, "voter": "stevenh512" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 24073624840, "rshares": 1603120138, "voter": "madoff" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50684643, "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 415725527654, "rshares": 436540984, "voter": "keepdoodling" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1393324333405, "rshares": 1677565738, "voter": "shneakysquirrel" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1016260025, "rshares": 54246894, "voter": "dimitriy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2357768295588, "rshares": 1714091420, "voter": "movievertigo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -49397634, "rshares": 51613018, "voter": "vasilii" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50311250, "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 630154656, "rshares": 2191235220, "voter": "tomoaki" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2140537429766, "rshares": 15596792368, "voter": "yef99" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1130219064888, "rshares": 24992952529, "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 6857689066, "voter": "blaat" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 17140629596244, "rshares": 18363936092, "voter": "dragonanarchist" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58525745813, "rshares": 61804840, "voter": "rangertx" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 23296483960, "rshares": 55998234, "voter": "bonapetit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 716390377150, "rshares": 1082600609, "voter": "rwgunderson" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2516108074649, "rshares": 133141273, "voter": "runridefly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1608017298201, "rshares": 440009576, "voter": "steemitguide" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 53116957, "voter": "maximator15" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 54239164, "voter": "tiituskangas" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3849564768924, "rshares": 26338007740, "voter": "onesunbeingnow" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1409339812298, "rshares": 94079185, "voter": "eight-rad" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50588612, "voter": "troich" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 9989999558, "rshares": 57259315, "voter": "cryptohazard" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2083416845, "rshares": 50593879, "voter": "crion" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50262756, "voter": "wiss" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1148081544337, "rshares": 50422782, "voter": "goldstein" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 80500300321, "rshares": 54575672, "voter": "happylovelife" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 205523551305, "rshares": 327816074, "voter": "ghasemkiani" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 25508059, "rshares": 50094345, "voter": "kosmatimuc" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 512413908661, "rshares": 124340468, "voter": "frick" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2134908321, "rshares": 52073223, "voter": "feedyourbank" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50712038, "voter": "thadm" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50710305, "voter": "prof" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 22344336898, "rshares": 76666804129, "voter": "dan-bn" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2368258663, "rshares": 55171651, "voter": "baldsteve1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50065875, "voter": "bane" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2288762261504, "rshares": 6836656977, "voter": "goose" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50931848, "voter": "analyzethis" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6227584776320, "rshares": 2110924737, "voter": "renzoarg" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50825587, "voter": "sofa" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50751176, "voter": "roadhog" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 152610437601, "rshares": 73182404, "voter": "ricov" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50639382, "voter": "doggnostic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50377764, "voter": "jenny-talls" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3138405687, "rshares": 50288358, "voter": "waldemar-kuhn" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1552458038, "rshares": 52089873, "voter": "rb3coins" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50918375, "voter": "ailo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 12243286755, "rshares": 50663734, "voter": "libertyism" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5441700948, "rshares": 50513896, "voter": "mobilebestdeal" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 52322404, "voter": "ksc" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 52319921, "voter": "karazia" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 419405820, "rshares": 50186099, "voter": "moda1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 53287995, "voter": "jamebuffalobill" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3358006, "rshares": 50104155, "voter": "irura" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 9113317076, "rshares": 51109965, "voter": "f1111111" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 53052986, "voter": "vorona" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1295921229, "rshares": 51983748, "voter": "ahmedeblogger" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 511117859, "rshares": 51972989, "voter": "miriams" } @@ -6977,955 +6977,955 @@ "active_votes": [ { "percent": "10000", - "reputation": 34932026701489, + "reputation": 261787136527, "rshares": 654953922744, "voter": "barrie" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -37765249963674, "rshares": 3376192052437, "voter": "wang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1214229078, "rshares": 3090874581, "voter": "boy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4712949449, "rshares": 3751590132, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1789951494550, "rshares": 703039765, "voter": "bunny" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 103443134841, "rshares": 52748916861, "voter": "bue" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1656784606, "voter": "mini" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 213486537, "voter": "moon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 330982605, "rshares": 109870718590, "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 381967057553, "voter": "recursive2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 331050639122, "voter": "recursive3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -296615780418, "rshares": 103933614, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 854893586973, "rshares": 932156854814, "voter": "boombastic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7520586390, "rshares": 127320010543, "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 9360483819, "voter": "bingo-0" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 2388896439, "voter": "bingo-1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 621571364, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 921836216, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 287843749, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1118904717803, "rshares": 48030153180, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4743131139239, "rshares": 18141674423, "voter": "dedmatvey" }, { "percent": "100", - "reputation": 34932026701489, + "reputation": 4931834878069, "rshares": 510434725, "voter": "fkn" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 412373322, "voter": "paco-steem" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 376960001789, "rshares": 4846559905, "voter": "spaninv" }, { "percent": "100", - "reputation": 34932026701489, + "reputation": 5414208804644, "rshares": 670196010, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58571016273092, "rshares": 719245497772, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2173164941409, "rshares": 12016550950, "voter": "gugnik" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1663549830469, "rshares": 2103752174, "voter": "coar" }, { "percent": "3301", - "reputation": 34932026701489, + "reputation": 2902053059801, "rshares": 1439694092, "voter": "murh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 824717099743, "rshares": 388617380324, "voter": "cyber" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11765473490257, "rshares": 46993905650, "voter": "justtryme90" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 322384684, "voter": "stiletto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 488865370830, "rshares": 835011663, "voter": "sunnyray" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8397302485673, "rshares": 180316024488, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1050758001641, "rshares": 23195120933, "voter": "ossama-benjohn" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2758500001611, "rshares": 2153930402, "voter": "fuck.off" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1019011681813, "rshares": 3073911681, "voter": "iloveporn" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2445708956667, "rshares": 3738022061, "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6105332515536, "rshares": 7892729391, "voter": "primus" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1691376287481, "rshares": 2607018619, "voter": "the.whale" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 40255997582, "rshares": 8755286125, "voter": "cannav" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 250755451, "voter": "russle" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1160886081198, "rshares": 2470037491, "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 454055212995, "rshares": 793498802, "voter": "gidlark" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1700182089209, "rshares": 77353234748, "voter": "rubybian" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 9956734090708, "rshares": 21158766504, "voter": "firepower" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 213668684615, "rshares": 222532257, "voter": "soupernerd" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 787678199102, "rshares": 4906356704, "voter": "cmtzco" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1035952800698, "rshares": 2607011927, "voter": "vote" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2880187298062, "rshares": 2907630270, "voter": "stranger27" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 9824421122, "rshares": 60189364, "voter": "aidar88" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2237331858240, "rshares": 2620274598, "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2906973892, "rshares": 246459444, "voter": "strawhat" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2499740471746, "rshares": 29740386114, "voter": "r4fken" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6244867547, "rshares": 1515897059, "voter": "anwar78" }, { "percent": "100", - "reputation": 34932026701489, + "reputation": 19111656178138, "rshares": 1214099059, "voter": "furion" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7547302, "rshares": 57963280, "voter": "ghozia" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1440357780524, "rshares": 1030131032, "voter": "dicov" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1648396897354, "rshares": 11445628842, "voter": "asim" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2397831198773, "rshares": 6565002729, "voter": "karen13" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2852532944, "rshares": 236762268, "voter": "hankrearden" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 167437582424, "rshares": 343271522, "voter": "dr2073" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1175982316919, "rshares": 269331515603, "voter": "nabilov" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3879998019826, "rshares": 2361896629, "voter": "juvyjabian" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3040770542655, "rshares": 8596857624, "voter": "warrensteem" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 336756074227, "rshares": 430844632, "voter": "natalyt" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 24143253116, "rshares": 123337144, "voter": "bobo012" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4456090201156, "rshares": 7054654243, "voter": "heimindanger" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 477578742546, "rshares": 5728690616, "voter": "tarindel" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 20001506960251, "rshares": 108936727685, "voter": "liberosist" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2114306416334, "rshares": 2710228649, "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4194711042931, "rshares": 4971101667, "voter": "rainchen" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 958834221798, "rshares": 3541358119, "voter": "mastletter" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2791409844, "rshares": 114054397, "voter": "elmusic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 14988694886527, "rshares": 297013470916, "voter": "jl777" }, { "percent": "100", - "reputation": 34932026701489, + "reputation": 10519849768972, "rshares": 411114975, "voter": "positive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58190631451, "rshares": 28062844639, "voter": "proto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 153480676290, "rshares": 590278907, "voter": "curator" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 17698439393799, "rshares": 14248320671, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2287580630, "rshares": 226048695, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5095600502, "rshares": 115354761, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 17218558634066, "rshares": 1789014648, "voter": "smailer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1193908062262, "rshares": 98458844, "voter": "steemster1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4063076365725, "rshares": 1940548131, "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 979379098872, "rshares": 829168794, "voter": "spinner" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -4779249072914, "rshares": 218472801, "voter": "weenis" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 49283901870, "rshares": 739655756, "voter": "metaflute" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1275505236, "rshares": 13740894782, "voter": "taker" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -833837861150, "rshares": 51143991, "voter": "sharon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1130081321479, "rshares": 50731326, "voter": "lillianjones" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 27753885200, "rshares": 64187235, "voter": "relocait" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 4217456398, "voter": "ullikume" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2464511443415, "rshares": 1546544635, "voter": "alitas" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 81444006110, "rshares": 103622524, "voter": "jonasontheroof" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 96284142617, "rshares": 1823601395, "voter": "vladikras" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1468839175006, "rshares": 51120963, "voter": "msjennifer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1343370986030, "rshares": 50828873, "voter": "ciao" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 5099699153, "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 485540, "rshares": 50521096, "voter": "steemo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -79575494262, "rshares": 50390768, "voter": "steema" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 148160813, "voter": "gamerate" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 230196056, "voter": "vootka" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -894488087252, "rshares": 50183394, "voter": "confucius" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 593072231, "rshares": 61696026, "voter": "immortality" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -138680661344, "rshares": 60886073, "voter": "tomeraddady" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 117292449, "voter": "future-shock" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 52952823, "voter": "party1998" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 126983452, "voter": "party1999" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 62391219, "voter": "immortal" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -789959772758, "rshares": 51153233, "voter": "jarvis" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3814152361740, "rshares": 11844637402, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50692212, "voter": "fortuner" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 28535887165, "rshares": 71432076, "voter": "longevity" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 121862219, "voter": "jimmytwoshoes" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50684643, "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50682252, "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50680459, "voter": "thermor" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50677748, "voter": "ficholl" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50673817, "voter": "widell" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 397516062, "rshares": 58816907, "voter": "longtech" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -49397634, "rshares": 52786041, "voter": "vasilii" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50311250, "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 735853605809, "rshares": 1103820738, "voter": "garretts87" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 58064982, "voter": "zite" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3135058867066, "rshares": 302029340, "voter": "stillsafe" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50416427, "voter": "curpose" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2516108074649, "rshares": 120048594, "voter": "runridefly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2953997242466, "rshares": 222442807, "voter": "newandold" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1652411712319, "rshares": 4971815160, "voter": "sharingeverybite" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 60366373217, "rshares": 73281122, "voter": "raseukinapobri" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 692817924311, "rshares": 4483077243, "voter": "io-io-io" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50588612, "voter": "troich" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2083416845, "rshares": 50593879, "voter": "crion" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50271139, "voter": "hitherise" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50262756, "voter": "wiss" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 51033798, "voter": "stroully" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 12539394694005, "rshares": 1972433888, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 174215430182, "rshares": 187358259, "voter": "bobcollier" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50712038, "voter": "thadm" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50710305, "voter": "prof" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50356354, "voter": "yorsens" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 22344336898, "rshares": 74995030613, "voter": "dan-bn" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50065875, "voter": "bane" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50059754, "voter": "vive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50054445, "voter": "coad" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50825587, "voter": "sofa" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 55093071, "voter": "warhammer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50639382, "voter": "doggnostic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 54839629, "voter": "dr-who" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 91113944, "voter": "dr-house" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11330125745, "rshares": 54929726, "voter": "michal" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 35035670618, "rshares": 51301791, "voter": "plantbasedjunkie" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50377764, "voter": "jenny-talls" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -24481566292, "rshares": 53771981, "voter": "freedomnow" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 53531096, "voter": "imc" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5252754993, "rshares": 53363887, "voter": "lynchiandream" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50918375, "voter": "ailo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7766373, "rshares": 399395426, "voter": "denmark9560" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 23817229390, "rshares": 52367716, "voter": "thecentreofitall" } @@ -7963,475 +7963,475 @@ "active_votes": [ { "percent": "10000", - "reputation": 34932026701489, + "reputation": 261787136527, "rshares": 640898110967, "voter": "barrie" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -37765249963674, "rshares": 3373528425686, "voter": "wang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 381647672647, "voter": "recursive2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 330875933459, "voter": "recursive3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 854893586973, "rshares": 889645750470, "voter": "boombastic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7520586390, "rshares": 124570708142, "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 9170685219, "voter": "bingo-0" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 2340724362, "voter": "bingo-1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8963739580468, "rshares": 126424085430, "voter": "team" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1118904717803, "rshares": 48029273695, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -8847960360622, "rshares": 3935165340, "voter": "nastrom" }, { "percent": "100", - "reputation": 34932026701489, + "reputation": 4931834878069, "rshares": 510235260, "voter": "fkn" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 411956985, "voter": "paco-steem" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 376960001789, "rshares": 4719920748, "voter": "spaninv" }, { "percent": "100", - "reputation": 34932026701489, + "reputation": 5414208804644, "rshares": 669930054, "voter": "elishagh1" }, { "percent": "3301", - "reputation": 34932026701489, + "reputation": 2902053059801, "rshares": 1799526647, "voter": "murh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 199308931780, "rshares": 146420588, "voter": "akaninyene-etuk" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 609780550802, "rshares": 139105642, "voter": "irit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11765473490257, "rshares": 44362974188, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11136252375006, "rshares": 382277012591, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4338392818880, "rshares": 25888963795, "voter": "altoz" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 322083168, "voter": "stiletto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8397302485673, "rshares": 180240894546, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2758500001611, "rshares": 2255636316, "voter": "fuck.off" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1019011681813, "rshares": 3072649056, "voter": "iloveporn" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2445708956667, "rshares": 3736659513, "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1691376287481, "rshares": 2605963906, "voter": "the.whale" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1160886081198, "rshares": 2469021226, "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1700182089209, "rshares": 74109662583, "voter": "rubybian" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 213668684615, "rshares": 166899192, "voter": "soupernerd" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1035952800698, "rshares": 2606018808, "voter": "vote" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2237331858240, "rshares": 2744010267, "voter": "kissmybutt" }, { "percent": "100", - "reputation": 34932026701489, + "reputation": 19111656178138, "rshares": 1115475844, "voter": "furion" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2069855377344, "rshares": 7646103172, "voter": "spiz0r" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1440357780524, "rshares": 1028750422, "voter": "dicov" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 167437582424, "rshares": 336400723, "voter": "dr2073" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3879998019826, "rshares": 1478823979, "voter": "juvyjabian" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1118581531020, "rshares": 1848639251, "voter": "dmacshady" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2445998348172, "rshares": 570648563, "voter": "pigatto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 336756074227, "rshares": 422344218, "voter": "natalyt" }, { "percent": "100", - "reputation": 34932026701489, + "reputation": 10519849768972, "rshares": 410932678, "voter": "positive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2287580630, "rshares": 221510561, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5095600502, "rshares": 115319800, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1193908062262, "rshares": 95063711, "voter": "steemster1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -4779249072914, "rshares": 163854600, "voter": "weenis" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1858716461, "voter": "ullikume" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 5097651473, "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 593072231, "rshares": 61696026, "voter": "immortality" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -138680661344, "rshares": 59668352, "voter": "tomeraddady" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 114992597, "voter": "future-shock" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 51749350, "voter": "party1998" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 120775561, "voter": "party1999" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 61167862, "voter": "immortal" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50692212, "voter": "fortuner" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 28535887165, "rshares": 71432076, "voter": "longevity" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 57513824, "rshares": 60661014, "voter": "rashka" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 127618962, "voter": "jimmytwoshoes" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50673817, "voter": "widell" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 397516062, "rshares": 58816907, "voter": "longtech" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2140537429766, "rshares": 13682324960, "voter": "yef99" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 166185808108, "rshares": 76648552, "voter": "artsteemit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3244771590977, "rshares": 42241980758, "voter": "albensilverberg" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2516108074649, "rshares": 58534791, "voter": "runridefly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3218950171903, "rshares": 4734821015, "voter": "brandonv111" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 51033798, "voter": "stroully" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50712038, "voter": "thadm" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 110864068340, "rshares": 116717147, "voter": "powercouple" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 54632424, "voter": "budda" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 54351380, "voter": "heidij" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 53278748, "voter": "ande" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50931848, "voter": "analyzethis" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 51830988, "voter": "roadhog" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 10106986124, "rshares": 53886433, "voter": "popovych" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50639382, "voter": "doggnostic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 53746826, "voter": "dr-who" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 89309880, "voter": "dr-house" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50377764, "voter": "jenny-talls" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 53496114, "voter": "imc" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50196187, "voter": "post-successful" } @@ -8469,643 +8469,643 @@ "active_votes": [ { "percent": "10000", - "reputation": 34932026701489, + "reputation": 261787136527, "rshares": 640898110967, "voter": "barrie" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 358840960832, "rshares": 1594941929014, "voter": "rossco99" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -37765249963674, "rshares": 3373467161449, "voter": "wang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1214229078, "rshares": 2472082217, "voter": "boy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4712949449, "rshares": 3000490847, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1789951494550, "rshares": 562312793, "voter": "bunny" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 103443134841, "rshares": 42148985907, "voter": "bue" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1325108449, "voter": "mini" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 170759820, "voter": "moon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 330982605, "rshares": 109782263120, "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 381640840992, "voter": "recursive2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 330873598837, "voter": "recursive3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -296615780418, "rshares": 103933614, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 854893586973, "rshares": 889645750470, "voter": "boombastic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7520586390, "rshares": 124570708142, "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 9170685219, "voter": "bingo-0" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 2340724362, "voter": "bingo-1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 497152073, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 737299552, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8963739580468, "rshares": 126424085430, "voter": "team" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 230232988, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4477492280957, "rshares": 22199140100, "voter": "steampunkpowered" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1118904717803, "rshares": 48029273695, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 21498120740, "rshares": 9875454033, "voter": "gregory60" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4602759566516, "rshares": 23005174349, "voter": "joelinux" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 4931834878069, "rshares": 2551165790, "voter": "fkn" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 411956985, "voter": "paco-steem" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 376960001789, "rshares": 4719866094, "voter": "spaninv" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 5414208804644, "rshares": 3349634506, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58571016273092, "rshares": 718323856149, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 161089556767, "rshares": 35830684801, "voter": "asch" }, { "percent": "3301", - "reputation": 34932026701489, + "reputation": 2902053059801, "rshares": 1799526647, "voter": "murh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 609780550802, "rshares": 139105642, "voter": "irit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11765473490257, "rshares": 46972560905, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11136252375006, "rshares": 382276492345, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4338392818880, "rshares": 29585748142, "voter": "altoz" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 322083168, "voter": "stiletto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3804349938696, "rshares": 51650379220, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8397302485673, "rshares": 188801629744, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2758500001611, "rshares": 2255420520, "voter": "fuck.off" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1019011681813, "rshares": 3072518037, "voter": "iloveporn" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2445708956667, "rshares": 3736505374, "voter": "johnbradshaw" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6105332515536, "rshares": 7886928428, "voter": "primus" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1691376287481, "rshares": 2605740404, "voter": "the.whale" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1160886081198, "rshares": 2468913328, "voter": "unicornfarts" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1700182089209, "rshares": 75720742204, "voter": "rubybian" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 213668684615, "rshares": 166899192, "voter": "soupernerd" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 787678199102, "rshares": 4715332328, "voter": "cmtzco" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1035952800698, "rshares": 2605926324, "voter": "vote" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2237331858240, "rshares": 2743740523, "voter": "kissmybutt" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1059790037173, "rshares": 239699936910, "voter": "juneaugoldbuyer" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 19111656178138, "rshares": 5577354698, "voter": "furion" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 3891722, "rshares": 60670058, "voter": "barbara2" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 9142611234, "rshares": 67206940, "voter": "ch0c0latechip" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 3871042, "rshares": 62195203, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7547302, "rshares": 62793553, "voter": "ghozia" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1440357780524, "rshares": 1028750422, "voter": "dicov" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 928157051, "voter": "steem1653" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 786431662143, "rshares": 2250732176, "voter": "jvper" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 167437582424, "rshares": 336400723, "voter": "dr2073" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3879998019826, "rshares": 1478823979, "voter": "juvyjabian" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 336756074227, "rshares": 422256638, "voter": "natalyt" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 76096938200261, "rshares": 156921552944, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2339981102950, "rshares": 555696286, "voter": "fubar-bdhr" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 477578742546, "rshares": 5556366453, "voter": "tarindel" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2114306416334, "rshares": 2802320223, "voter": "cryptohustlin" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 10519849768972, "rshares": 2054654636, "voter": "positive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 96522929177, "rshares": 112424717, "voter": "bigb" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 153480676290, "rshares": 589993342, "voter": "curator" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2287580630, "rshares": 221510561, "voter": "alex.chien" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 147425730, "rshares": 63393354, "voter": "fnait" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 3720753029, "rshares": 62763630, "voter": "keepcalmand" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5095600502, "rshares": 115302284, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6699598900, "rshares": 115172592, "voter": "wunju" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8806485920347, "rshares": 29279187482, "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -4779249072914, "rshares": 163854600, "voter": "weenis" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1653800202958, "rshares": 426516004895, "voter": "glitterfart" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1774287509, "voter": "ullikume" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 282062767, "rshares": 2264449613, "voter": "darrenturetzky" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 5097420264, "voter": "thebotkiller" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -451593763871, "rshares": 3219647302, "voter": "blow" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 606096537951, "rshares": 810261346, "voter": "kdugar" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 145150689, "voter": "gamerate" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 593072231, "rshares": 61696026, "voter": "immortality" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -138680661344, "rshares": 59668352, "voter": "tomeraddady" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 114975081, "voter": "future-shock" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 120775561, "voter": "party1999" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 61167862, "voter": "immortal" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 28535887165, "rshares": 71432076, "voter": "longevity" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 57513824, "rshares": 60661014, "voter": "rashka" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 127618962, "voter": "jimmytwoshoes" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 397516062, "rshares": 58816907, "voter": "longtech" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2140537429766, "rshares": 13682249646, "voter": "yef99" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 58064982, "voter": "zite" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2516108074649, "rshares": 58534791, "voter": "runridefly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 986609023336, "rshares": 143667671, "voter": "pollux.one" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2147956107486, "rshares": 2077507651, "voter": "einsteinpotsdam" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 80747623295, "rshares": 24469797551, "voter": "zahnspange" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 54632424, "voter": "budda" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 49446421, "rshares": 54361270, "voter": "ilse" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50931848, "voter": "analyzethis" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 53995298, "voter": "warhammer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 53746826, "voter": "dr-who" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 89309880, "voter": "dr-house" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50377764, "voter": "jenny-talls" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 53478598, "voter": "imc" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50196187, "voter": "post-successful" } @@ -9143,319 +9143,319 @@ "active_votes": [ { "percent": "10000", - "reputation": 34932026701489, + "reputation": 261787136527, "rshares": 612457685107, "voter": "barrie" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 147938687963, "voter": "highasfuck" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -37765249963674, "rshares": 3222649497366, "voter": "wang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1214229078, "rshares": 2470386143, "voter": "boy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4712949449, "rshares": 2998313387, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1789951494550, "rshares": 567626298, "voter": "bunny" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 103443134841, "rshares": 41970031815, "voter": "bue" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1324238651, "voter": "mini" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 170710638, "voter": "moon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 330982605, "rshares": 131919671291, "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 443594016925, "voter": "recursive2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 402131480331, "voter": "recursive3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 9028537022578, "rshares": 2885285420775, "voter": "recursive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 854893586973, "rshares": 804145248438, "voter": "boombastic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7520586390, "rshares": 118945064872, "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 496893159, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 147478489309626, "rshares": 1033672889549, "voter": "tuck-fheman" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 725606637, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 230151422, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1118904717803, "rshares": 76832906436, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4602759566516, "rshares": 21584018574, "voter": "joelinux" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 12382143533351, "rshares": 533775244918, "voter": "eeks" }, { "percent": "6000", - "reputation": 34932026701489, + "reputation": 4931834878069, "rshares": 15285214838, "voter": "fkn" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 14848515958625, "rshares": 81366677909, "voter": "kingscrown" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 431415531, "voter": "paco-steem" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 376960001789, "rshares": 4951892723, "voter": "spaninv" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5045406568403, "rshares": 22734629369, "voter": "james-show" }, { "percent": "6000", - "reputation": 34932026701489, + "reputation": 5414208804644, "rshares": 20069698068, "voter": "elishagh1" }, { "percent": "3301", - "reputation": 34932026701489, + "reputation": 2902053059801, "rshares": 1798982374, "voter": "murh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 824717099743, "rshares": 473983400237, "voter": "cyber" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 609780550802, "rshares": 139105642, "voter": "irit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11765473490257, "rshares": 36985485439, "voter": "justtryme90" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 337294006, "voter": "stiletto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8397302485673, "rshares": 179709454126, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5886979119053, "rshares": 46151844179, "voter": "geoffrey" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 274656026130, "rshares": 40156240012, "voter": "honeythief" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6105332515536, "rshares": 11346049160, "voter": "primus" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1700182089209, "rshares": 72411323467, "voter": "rubybian" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 65540661343, "rshares": 2001189701, "voter": "orly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 213668684615, "rshares": 561338123, "voter": "soupernerd" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2222945795019, "rshares": 128722864367, "voter": "chhayll" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1059790037173, "rshares": 229349178550, "voter": "juneaugoldbuyer" }, { "percent": "6000", - "reputation": 34932026701489, + "reputation": 19111656178138, "rshares": 32500172999, "voter": "furion" }, { "percent": "6000", - "reputation": 34932026701489, + "reputation": 3891722, "rshares": 363745767, "voter": "barbara2" }, { "percent": "6000", - "reputation": 34932026701489, + "reputation": 9142611234, "rshares": 402914233, "voter": "ch0c0latechip" }, { "percent": "6000", - "reputation": 34932026701489, + "reputation": 3871042, "rshares": 372875511, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1440357780524, "rshares": 1099399818, "voter": "dicov" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2397831198773, "rshares": 3279873832, "voter": "karen13" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 167437582424, "rshares": 336171392, "voter": "dr2073" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -342084222038, "rshares": 231607855, "voter": "yousaywhat" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7803764965401, "rshares": 1280971947, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1058072223123, "rshares": 439481285, "voter": "luisucv34" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2620486879029, "rshares": 988233143, "voter": "arcange" }, @@ -9467,385 +9467,385 @@ }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4601273074, "rshares": 249043712, "voter": "licianek" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7706211163, "rshares": 121773637, "voter": "firstbloodio" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -910520517353, "rshares": 23084263177, "voter": "ubg" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 10900524985586, "rshares": 21583034312, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4194711042931, "rshares": 4848776038, "voter": "rainchen" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 14988694886527, "rshares": 148338993824, "voter": "jl777" }, { "percent": "6000", - "reputation": 34932026701489, + "reputation": 10519849768972, "rshares": 12310352078, "voter": "positive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1100163735, "voter": "yarly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 253811999, "voter": "yarly2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 254193655, "voter": "yarly3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 147330103, "voter": "yarly4" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 148163332, "voter": "yarly5" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 84534140, "voter": "yarly7" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58190631451, "rshares": 14018437612, "voter": "proto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 153480676290, "rshares": 638371714, "voter": "curator" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 247428720, "voter": "yarly10" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2287580630, "rshares": 221406946, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 139126640, "voter": "yarly11" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 76414731, "voter": "yarly12" }, { "percent": "6000", - "reputation": 34932026701489, + "reputation": 147425730, "rshares": 383569149, "voter": "fnait" }, { "percent": "6000", - "reputation": 34932026701489, + "reputation": 3720753029, "rshares": 376286073, "voter": "keepcalmand" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5095600502, "rshares": 115302284, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1193908062262, "rshares": 105249109, "voter": "steemster1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -4779249072914, "rshares": 551120334, "voter": "weenis" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1275505236, "rshares": 6864710552, "voter": "taker" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1130081321479, "rshares": 50731326, "voter": "lillianjones" }, { "percent": "0", - "reputation": 34932026701489, + "reputation": 90565359983, "rshares": 495703070, "voter": "rawnetics" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1751717743, "rshares": 4343107859, "voter": "gmurph" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 566772714531, "rshares": 2265593960, "voter": "crypto-toll" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 23856803561, "rshares": 62364757, "voter": "elena000" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3942069730400, "rshares": 790195310, "voter": "cjclaro" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6380056335097, "rshares": 3558963294, "voter": "randyclemens" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -41231458058, "rshares": 61250291, "voter": "biggdogg" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 485540, "rshares": 50521096, "voter": "steemo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -79575494262, "rshares": 50390768, "voter": "steema" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 127454098, "voter": "gamerate" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 230038074, "voter": "vootka" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 593072231, "rshares": 62929947, "voter": "immortality" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 114939806, "voter": "future-shock" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50545877, "voter": "party1998" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1509277028215, "rshares": 3078539489, "voter": "rachelkhona" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 61150289, "voter": "immortal" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 28535887165, "rshares": 71432076, "voter": "longevity" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50684643, "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50682252, "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50680459, "voter": "thermor" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50673817, "voter": "widell" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2140537429766, "rshares": 13875710993, "voter": "yef99" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 58064982, "voter": "zite" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 14686018058, "rshares": 57369558, "voter": "gduran" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5036163586, "rshares": 50687651, "voter": "abanks1000" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1090727793166, "rshares": 814036258, "voter": "eileenbeach" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 18006844018, "rshares": 113469561, "voter": "mrainp" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2516108074649, "rshares": 74143056, "voter": "runridefly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 103763051875, "rshares": 56945554, "voter": "dubloon135" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 28419215374, "rshares": 1072870174, "voter": "mister-t" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50356354, "voter": "yorsens" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 54632424, "voter": "budda" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 53995298, "voter": "warhammer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50718184, "voter": "roadhog" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 13280393001, "rshares": 51112814, "voter": "lchow14" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 54821762, "voter": "dr-who" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 91096078, "voter": "dr-house" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1364429187373, "rshares": 50855387, "voter": "ecoosha" } @@ -9883,289 +9883,289 @@ "active_votes": [ { "percent": "10000", - "reputation": 34932026701489, + "reputation": 261787136527, "rshares": 612444623614, "voter": "barrie" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 151300930871, "voter": "highasfuck" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -37765249963674, "rshares": 3222647384907, "voter": "wang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1214229078, "rshares": 3087846295, "voter": "boy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4712949449, "rshares": 3747718155, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1789951494550, "rshares": 709509846, "voter": "bunny" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 103443134841, "rshares": 52450903737, "voter": "bue" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1655227465, "voter": "mini" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 213386527, "voter": "moon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 330982605, "rshares": 131916288456, "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 443586794559, "voter": "recursive2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 402125481002, "voter": "recursive3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 9028537022578, "rshares": 2885285420775, "voter": "recursive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 854893586973, "rshares": 804132083508, "voter": "boombastic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7520586390, "rshares": 118942461925, "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 621096965, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 147478489309626, "rshares": 1033672889549, "voter": "tuck-fheman" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 906976415, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 287683963, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1118904717803, "rshares": 86436898570, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 20782518987, "rshares": 464608268, "voter": "densmirnov" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 12382143533351, "rshares": 547460344124, "voter": "eeks" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 4931834878069, "rshares": 7642607419, "voter": "fkn" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 431415531, "voter": "paco-steem" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 376960001789, "rshares": 4925905044, "voter": "spaninv" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5045406568403, "rshares": 23546200289, "voter": "james-show" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 5414208804644, "rshares": 10034849034, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58571016273092, "rshares": 583047036970, "voter": "nanzo-scoop" }, { "percent": "3301", - "reputation": 34932026701489, + "reputation": 2902053059801, "rshares": 1798948743, "voter": "murh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 824717099743, "rshares": 473936290057, "voter": "cyber" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 609780550802, "rshares": 141944533, "voter": "irit" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 337294006, "voter": "stiletto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 488865370830, "rshares": 833965174, "voter": "sunnyray" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2733362192608, "rshares": 45439221658, "voter": "brandonp" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 12494904871301, "rshares": 222897162288, "voter": "trogdor" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3929147028870, "rshares": 5414839604, "voter": "magnebit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6105332515536, "rshares": 11661217192, "voter": "primus" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1700182089209, "rshares": 72409649688, "voter": "rubybian" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 65540661343, "rshares": 2001189701, "voter": "orly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 213668684615, "rshares": 617471935, "voter": "soupernerd" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1059790037173, "rshares": 229349178550, "voter": "juneaugoldbuyer" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 19111656178138, "rshares": 16250086499, "voter": "furion" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 3891722, "rshares": 181872883, "voter": "barbara2" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 9142611234, "rshares": 201457116, "voter": "ch0c0latechip" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 3871042, "rshares": 186437755, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 963454351109, "rshares": 1347650689, "voter": "marcgodard" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2397831198773, "rshares": 3279794112, "voter": "karen13" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7803764965401, "rshares": 1310761992, "voter": "allmonitors" }, @@ -10177,421 +10177,421 @@ }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 76096938200261, "rshares": 147800867628, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7706211163, "rshares": 119385919, "voter": "firstbloodio" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 843226172873, "rshares": 30812954748, "voter": "thylbom" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -910520517353, "rshares": 24403363930, "voter": "ubg" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1532881687066, "rshares": 8075406677, "voter": "magz8716" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 477578742546, "rshares": 5382722314, "voter": "tarindel" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4194711042931, "rshares": 4848776038, "voter": "rainchen" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 14988694886527, "rshares": 148334053364, "voter": "jl777" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 10519849768972, "rshares": 6155176039, "voter": "positive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1100163735, "voter": "yarly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 253811999, "voter": "yarly2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 254193655, "voter": "yarly3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 147330103, "voter": "yarly4" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 148163332, "voter": "yarly5" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 84534140, "voter": "yarly7" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 19524897676, "rshares": 8438509202, "voter": "alsprinting" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2615896270, "rshares": 4340086407, "voter": "sacode" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 69628175386, "rshares": 422346630, "voter": "quigua" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58190631451, "rshares": 14017985871, "voter": "proto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 153480676290, "rshares": 638362502, "voter": "curator" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 247428720, "voter": "yarly10" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2287580630, "rshares": 221406946, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 139126640, "voter": "yarly11" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 76414731, "voter": "yarly12" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 147425730, "rshares": 191784574, "voter": "fnait" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 3720753029, "rshares": 188143036, "voter": "keepcalmand" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 84206519, "voter": "elliottgodard" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2034974638910, "rshares": 186796819, "voter": "taz" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5655389326, "rshares": 8235704054, "voter": "youngkim" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1193908062262, "rshares": 108644242, "voter": "steemster1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 212959420968, "rshares": 9607758441, "voter": "michiel" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4811407638, "rshares": 505966505, "voter": "thnkr" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -4779249072914, "rshares": 606232368, "voter": "weenis" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 988942038058, "rshares": 46818932902, "voter": "gomeravibz" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1275505236, "rshares": 6864529853, "voter": "taker" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 52810577, "voter": "johnblow" }, { "percent": "0", - "reputation": 34932026701489, + "reputation": 90565359983, "rshares": 495703070, "voter": "rawnetics" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1320262999851, "rshares": 1761339156, "voter": "naturalista" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1751717743, "rshares": 4416965190, "voter": "gmurph" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 23856803561, "rshares": 62364757, "voter": "elena000" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 282062767, "rshares": 2083930101, "voter": "darrenturetzky" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 28900890551, "rshares": 71286916, "voter": "sneakerhead" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 303910488530, "rshares": 4831991431, "voter": "goingpaper" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -79575494262, "rshares": 50390768, "voter": "steema" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -894488087252, "rshares": 50183394, "voter": "confucius" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -138680661344, "rshares": 59668352, "voter": "tomeraddady" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50545877, "voter": "party1998" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1509277028215, "rshares": 3078539489, "voter": "rachelkhona" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2140537429766, "rshares": 13875280570, "voter": "yef99" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 26751356331019, "rshares": 26247169890, "voter": "sweetsssj" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 255587355055, "rshares": 877864470, "voter": "jotaris" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58525745813, "rshares": 60985917, "voter": "rangertx" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1141549904909, "rshares": 2170412668, "voter": "hoopatang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1090727793166, "rshares": 814036258, "voter": "eileenbeach" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 18006844018, "rshares": 113469561, "voter": "mrainp" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1391859553453, "rshares": 50633051602, "voter": "skum" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50588612, "voter": "troich" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 651373865756, "rshares": 53658735, "voter": "team101" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2721887929533, "rshares": 1692339912, "voter": "davidbrogan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1158086, "rshares": 53681172, "voter": "bitdrone" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50271139, "voter": "hitherise" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 837791549130, "rshares": 1325282686, "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 563797662962, "rshares": 68923369, "voter": "damnthatbanana" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 673915909724, "rshares": 1402067419, "voter": "metalbrushes" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 92235697712, "rshares": 59023455, "voter": "magdalenaruth" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 21486332141, "rshares": 61662264, "voter": "venkat" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50054445, "voter": "coad" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2288762261504, "rshares": 6699358198, "voter": "goose" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -195878223866, "rshares": 65425247, "voter": "ezrathecat" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 26215514, "rshares": 52441659, "voter": "brains" } @@ -10629,361 +10629,361 @@ "active_votes": [ { "percent": "10000", - "reputation": 34932026701489, + "reputation": 261787136527, "rshares": 626171362615, "voter": "barrie" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 154585758780, "voter": "highasfuck" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -37765249963674, "rshares": 3074581772491, "voter": "wang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 330982605, "rshares": 140316422085, "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 472662273067, "voter": "recursive2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 431161922405, "voter": "recursive3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 9028537022578, "rshares": 2951012348136, "voter": "recursive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -296615780418, "rshares": 103915987, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 854893586973, "rshares": 825099774184, "voter": "boombastic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7520586390, "rshares": 121572592504, "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 2370016042, "voter": "bingo-1" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 72112139588726, "rshares": 415614379408, "voter": "steemrollin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8963739580468, "rshares": 134047282357, "voter": "team" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8442392793360, "rshares": 29446433738, "voter": "jchch" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1118904717803, "rshares": 163251863142, "voter": "noaommerrr" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 4931834878069, "rshares": 7637204076, "voter": "fkn" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 411087770, "voter": "paco-steem" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 376960001789, "rshares": 4800649963, "voter": "spaninv" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 5414208804644, "rshares": 10027768790, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3750669747284, "rshares": 254169227222, "voter": "pal" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 178873113861, "rshares": 4702449999, "voter": "xav" }, { "percent": "3301", - "reputation": 34932026701489, + "reputation": 2902053059801, "rshares": 1797998021, "voter": "murh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8691990820098, "rshares": 72369352954, "voter": "teamnearandl" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 757241932053, "rshares": 181852059, "voter": "edtorrez" }, { "percent": "0", - "reputation": 34932026701489, + "reputation": 64573188744746, "rshares": 1625344605, "voter": "dragonslayer109" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 824717099743, "rshares": 537623020842, "voter": "cyber" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 609780550802, "rshares": 144783423, "voter": "irit" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 321402190, "voter": "stiletto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 488865370830, "rshares": 833045186, "voter": "sunnyray" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5888717170887, "rshares": 65230737766, "voter": "ratel" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8397302485673, "rshares": 179541871156, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 15857384273210, "rshares": 208150377895, "voter": "alexc" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 274656026130, "rshares": 37460220513, "voter": "honeythief" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2018069960576, "rshares": 9859069669, "voter": "nobodyishome" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 40255997582, "rshares": 7963701306, "voter": "cannav" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 15603689614497, "rshares": 4813524062, "voter": "good-karma" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1700182089209, "rshares": 73997700758, "voter": "rubybian" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 65540661343, "rshares": 2088345879, "voter": "orly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 213668684615, "rshares": 2245352492, "voter": "soupernerd" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 787678199102, "rshares": 5644933315, "voter": "cmtzco" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2880187298062, "rshares": 1615901820, "voter": "stranger27" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 305047794164, "rshares": 59823637432, "voter": "jackkang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1059790037173, "rshares": 181057961389, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2499740471746, "rshares": 35863203963, "voter": "r4fken" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 17820220099, "rshares": 1363766636, "voter": "btcshare7" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 19111656178138, "rshares": 16231621913, "voter": "furion" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2054508199522, "rshares": 519056881, "voter": "busser" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 3891722, "rshares": 181787721, "voter": "barbara2" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 9142611234, "rshares": 203260024, "voter": "ch0c0latechip" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 3871042, "rshares": 186352593, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1220081355, "rshares": 198648143, "voter": "ardina" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 963454351109, "rshares": 1274170818, "voter": "marcgodard" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1648396897354, "rshares": 6914761628, "voter": "asim" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7952828943, "rshares": 4048632264, "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2397831198773, "rshares": 3059560755, "voter": "karen13" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 167437582424, "rshares": 322707486, "voter": "dr2073" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2644191137390, "rshares": 7741723631, "voter": "noodhoog" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3879998019826, "rshares": 1476685561, "voter": "juvyjabian" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6338322241150, "rshares": 35098360535, "voter": "streetstyle" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 336756074227, "rshares": 421850321, "voter": "natalyt" }, @@ -10995,649 +10995,649 @@ }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 599560057305, "rshares": 3822601388, "voter": "oululahti" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 76096938200261, "rshares": 146103325964, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7706211163, "rshares": 116998200, "voter": "firstbloodio" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1783202708175, "rshares": 2324867542, "voter": "desmonid" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 24143253116, "rshares": 118353022, "voter": "bobo012" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 10900524985586, "rshares": 21419088440, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 477578742546, "rshares": 5373587569, "voter": "tarindel" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6467956247739, "rshares": 13481220938, "voter": "deanliu" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2114306416334, "rshares": 1834207609, "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 632733211156, "rshares": 19433858245, "voter": "celsius100" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 513380281140, "rshares": 538820653, "voter": "qonq99" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3415496053078, "rshares": 3321791091, "voter": "dmitriybtc" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 14988694886527, "rshares": 148243716459, "voter": "jl777" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 10519849768972, "rshares": 6150848082, "voter": "positive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 515167203222, "rshares": 319209188, "voter": "jeison" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1148208847, "voter": "yarly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 264975700, "voter": "yarly2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 265374319, "voter": "yarly3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 153861416, "voter": "yarly4" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 154731677, "voter": "yarly5" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 88291213, "voter": "yarly7" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 211481192881, "rshares": 645511564, "voter": "cooper10510" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 45712131677758, "rshares": 15874579884, "voter": "crazymumzysa" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 35209974404, "rshares": 126830539, "voter": "mysteem" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58190631451, "rshares": 13075969179, "voter": "proto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 153480676290, "rshares": 662570076, "voter": "curator" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 17698439393799, "rshares": 2185629468, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 258325412, "voter": "yarly10" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2287580630, "rshares": 225925455, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 145310046, "voter": "yarly11" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 79810941, "voter": "yarly12" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 147425730, "rshares": 191699412, "voter": "fnait" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 3720753029, "rshares": 188057873, "voter": "keepcalmand" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 81917882, "voter": "elliottgodard" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5095600502, "rshares": 112996238, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 666498183136, "rshares": 6073004949, "voter": "dimitarj" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2034974638910, "rshares": 186777641, "voter": "taz" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1193908062262, "rshares": 112027656, "voter": "steemster1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6699598900, "rshares": 115172592, "voter": "wunju" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 979379098872, "rshares": 1653454864, "voter": "spinner" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5347284750, "rshares": 4524432256, "voter": "viernas" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2889656462700, "rshares": 3907262027, "voter": "uwe69" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -4779249072914, "rshares": 2094257272, "voter": "weenis" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1275505236, "rshares": 6403246595, "voter": "taker" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -833837861150, "rshares": 51143991, "voter": "sharon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 51522514, "voter": "johnblow" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1130081321479, "rshares": 50731326, "voter": "lillianjones" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 90565359983, "rshares": 6438038655, "voter": "rawnetics" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 3783891188, "voter": "ullikume" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 59484964, "voter": "muizianer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 385263062, "voter": "skavkaz" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 196154732, "voter": "drzigfrid" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1269864429223, "rshares": 2070924870, "voter": "kainmarx" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1468839175006, "rshares": 51120963, "voter": "msjennifer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1343370986030, "rshares": 50828873, "voter": "ciao" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1826385508354, "rshares": 3035493326, "voter": "dercoco" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 485540, "rshares": 50521096, "voter": "steemo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -79575494262, "rshares": 50390768, "voter": "steema" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 91982705, "voter": "gamerate" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -894488087252, "rshares": 51802213, "voter": "confucius" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 593072231, "rshares": 60462106, "voter": "immortality" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -138680661344, "rshares": 60886073, "voter": "tomeraddady" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 112641010, "voter": "future-shock" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50545877, "voter": "party1998" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1509277028215, "rshares": 2743915631, "voter": "rachelkhona" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 61150289, "voter": "immortal" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -789959772758, "rshares": 51153233, "voter": "jarvis" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50692212, "voter": "fortuner" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 28535887165, "rshares": 71432076, "voter": "longevity" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 57513824, "rshares": 59447794, "voter": "rashka" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50114625, "voter": "highnye" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 44529428534261, "rshares": 27140497900, "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50684643, "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50682252, "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50680459, "voter": "thermor" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50677748, "voter": "ficholl" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50673817, "voter": "widell" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 397516062, "rshares": 58816907, "voter": "longtech" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2357768295588, "rshares": 1543088925, "voter": "movievertigo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50311250, "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2140537429766, "rshares": 14379714199, "voter": "yef99" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1130219064888, "rshares": 25676682046, "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 58064982, "voter": "zite" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 166185808108, "rshares": 61682344, "voter": "artsteemit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50416427, "voter": "curpose" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1090727793166, "rshares": 934958518, "voter": "eileenbeach" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 654546773339, "rshares": 54003219, "voter": "dajohns1420" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 18006844018, "rshares": 127493671, "voter": "mrainp" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2516108074649, "rshares": 92595506, "voter": "runridefly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1833661746969, "rshares": 1252500010, "voter": "seva" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 692817924311, "rshares": 4652050307, "voter": "io-io-io" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50588612, "voter": "troich" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2083416845, "rshares": 50593879, "voter": "crion" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50271139, "voter": "hitherise" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50262756, "voter": "wiss" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8412926035, "rshares": 3526435144, "voter": "ericbotticelli" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50712038, "voter": "thadm" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50356354, "voter": "yorsens" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 54632424, "voter": "budda" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50065875, "voter": "bane" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50059754, "voter": "vive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50054445, "voter": "coad" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2908933665034, "rshares": 55224909, "voter": "mindhunter" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 52015504, "voter": "analyzethis" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 53995298, "voter": "warhammer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 51780266, "voter": "roadhog" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 52777051, "voter": "doggnostic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 52504270, "voter": "jenny-talls" } @@ -11675,331 +11675,331 @@ "active_votes": [ { "percent": "10000", - "reputation": 34932026701489, + "reputation": 261787136527, "rshares": 625828420411, "voter": "barrie" }, { "percent": "100", - "reputation": 34932026701489, + "reputation": 85602977273, "rshares": 28854892452, "voter": "anonymous" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 13823888326286, "rshares": 13649964676132, "voter": "summon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -37765249963674, "rshares": 2925458782474, "voter": "wang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1214229078, "rshares": 1851434600, "voter": "boy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4712949449, "rshares": 2247039689, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1789951494550, "rshares": 425455109, "voter": "bunny" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 103443134841, "rshares": 31378635899, "voter": "bue" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 992487616, "voter": "mini" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 127981753, "voter": "moon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 330982605, "rshares": 136064409295, "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -296615780418, "rshares": 101820195, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 854893586973, "rshares": 803577731776, "voter": "boombastic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7520586390, "rshares": 121470907029, "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 8917511693, "voter": "bingo-0" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 369247770, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 537460001, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8963739580468, "rshares": 128467771000, "voter": "team" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8442392793360, "rshares": 90290869899, "voter": "jchch" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 172530341, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1118904717803, "rshares": 172853951590, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 21498120740, "rshares": 9674833441, "voter": "gregory60" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 400961487, "voter": "paco-steem" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 376960001789, "rshares": 4799253476, "voter": "spaninv" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 436017530085, "rshares": 20922399584, "voter": "instructor2121" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58571016273092, "rshares": 622376690812, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1663549830469, "rshares": 1312176444, "voter": "coar" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 363932220, "voter": "viet-ngo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 757241932053, "rshares": 395330564, "voter": "edtorrez" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 824717099743, "rshares": 532644937822, "voter": "cyber" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 609780550802, "rshares": 141944533, "voter": "irit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11765473490257, "rshares": 33281324222, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4338392818880, "rshares": 28311982378, "voter": "altoz" }, { "percent": "8500", - "reputation": 34932026701489, + "reputation": 0, "rshares": 313491861, "voter": "stiletto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3804349938696, "rshares": 53915796245, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8397302485673, "rshares": 183323292342, "voter": "will-zewe" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 12494904871301, "rshares": 228052052760, "voter": "trogdor" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 26564452802341, "rshares": 333320432605, "voter": "inboundinken" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1700182089209, "rshares": 73989891161, "voter": "rubybian" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 787678199102, "rshares": 5644205883, "voter": "cmtzco" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 91753292, "rshares": 3580677068, "voter": "manoami" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1059790037173, "rshares": 181057961389, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2054508199522, "rshares": 517222717, "voter": "busser" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2069855377344, "rshares": 8835117939, "voter": "spiz0r" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 963454351109, "rshares": 1237159753, "voter": "marcgodard" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1648396897354, "rshares": 7123324337, "voter": "asim" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7952828943, "rshares": 3640574315, "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1510234773828, "rshares": 493084533, "voter": "bitland" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2397831198773, "rshares": 2840673246, "voter": "karen13" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 93395785733, "rshares": 943052813, "voter": "jrd8526" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 167437582424, "rshares": 315934162, "voter": "dr2073" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1175982316919, "rshares": 164264333986, "voter": "nabilov" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3879998019826, "rshares": 1424990011, "voter": "juvyjabian" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2445998348172, "rshares": 570074959, "voter": "pigatto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 336756074227, "rshares": 413308536, "voter": "natalyt" }, @@ -12011,427 +12011,427 @@ }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7706211163, "rshares": 116998200, "voter": "firstbloodio" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -124823359245, "rshares": 8322553326, "voter": "mustafaomar" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1193366475012, "rshares": 1340281555, "voter": "madhatting" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1532881687066, "rshares": 8075247011, "voter": "magz8716" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2114306416334, "rshares": 1832900379, "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 14988694886527, "rshares": 127018631147, "voter": "jl777" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 48324434201, "rshares": 185978796, "voter": "tobythecat" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2615896270, "rshares": 4437506751, "voter": "sacode" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 13032104555879, "rshares": 8367388073, "voter": "winstonwolfe" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58190631451, "rshares": 12140132009, "voter": "proto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 153480676290, "rshares": 613223409, "voter": "curator" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2287580630, "rshares": 221372001, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 77354765, "voter": "elliottgodard" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5095600502, "rshares": 110690192, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2034974638910, "rshares": 172915517, "voter": "taz" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8806485920347, "rshares": 23314436968, "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2580067408929, "rshares": 3668204600, "voter": "spookypooky" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1275505236, "rshares": 5945028669, "voter": "taker" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50220544, "voter": "johnblow" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 10771708337101, "rshares": 526827957127, "voter": "laonie" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 90565359983, "rshares": 6971609855, "voter": "rawnetics" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 124802744033, "rshares": 3958915129, "voter": "laonie1" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 3958897309, "voter": "laonie2" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 3958885438, "voter": "laonie3" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 18027204457681, "rshares": 9802573014, "voter": "myfirst" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1653800202958, "rshares": 415805658752, "voter": "glitterfart" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 3529565054, "voter": "ullikume" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 282062767, "rshares": 1952628773, "voter": "darrenturetzky" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 3958548557, "voter": "laonie4" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 3958536002, "voter": "laonie5" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 3958527539, "voter": "laonie6" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 3958503881, "voter": "laonie7" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 3958485414, "voter": "laonie8" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 3958463351, "voter": "laonie9" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 3016325652890, "rshares": 19943231679, "voter": "xiaohui" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1433416370023, "rshares": 17492278427, "voter": "driv3n" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -451593763871, "rshares": 3279439905, "voter": "blow" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1826385508354, "rshares": 2843361031, "voter": "dercoco" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6755300029, "rshares": 103427744, "voter": "nonamer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 72697219, "voter": "gamerate" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 169697899, "voter": "vootka" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 593072231, "rshares": 59228185, "voter": "immortality" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -138680661344, "rshares": 60886073, "voter": "tomeraddady" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 110342213, "voter": "future-shock" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3339976347, "rshares": 2632265610, "voter": "dumpa" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 88613438, "voter": "party1999" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 58704277, "voter": "immortal" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 109867518, "voter": "annaha" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 57513824, "rshares": 58234574, "voter": "rashka" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2747626258414, "rshares": 470013783, "voter": "virtualgrowth" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 397516062, "rshares": 57640568, "voter": "longtech" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 3956428199, "voter": "laonie10" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2140537429766, "rshares": 14376244687, "voter": "yef99" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 56903682, "voter": "zite" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 255206338230, "rshares": 5451239822, "voter": "monopoly-man" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 166185808108, "rshares": 56318662, "voter": "artsteemit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 18006844018, "rshares": 155519858, "voter": "mrainp" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2516108074649, "rshares": 92595506, "voter": "runridefly" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 85132342011, "rshares": 3939737612, "voter": "laonie11" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 837791549130, "rshares": 1272152292, "voter": "sponge-bob" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8412926035, "rshares": 3603636600, "voter": "ericbotticelli" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 12539394694005, "rshares": 394487282, "voter": "doitvoluntarily" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2840774649947, "rshares": 1809825174, "voter": "hunterisgreat" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 53539776, "voter": "budda" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2908933665034, "rshares": 55224909, "voter": "mindhunter" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 52015504, "voter": "analyzethis" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 51835486, "voter": "warhammer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 52859022, "voter": "roadhog" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 53575786, "voter": "jenny-talls" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5471554000, "rshares": 53546716, "voter": "jod" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 113682111, "rshares": 51401861, "voter": "atirador101" } @@ -12469,427 +12469,427 @@ "active_votes": [ { "percent": "10000", - "reputation": 34932026701489, + "reputation": 261787136527, "rshares": 681191974756, "voter": "barrie" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 117586394931, "voter": "highasfuck" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -37765249963674, "rshares": 3215224467003, "voter": "wang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1214229078, "rshares": 3084778164, "voter": "boy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4712949449, "rshares": 3743876687, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1789951494550, "rshares": 708886127, "voter": "bunny" }, { "percent": "4200", - "reputation": 34932026701489, + "reputation": 59074616588451, "rshares": 1677863737953, "voter": "complexring" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 103443134841, "rshares": 52144247916, "voter": "bue" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1653654173, "voter": "mini" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 213261824, "voter": "moon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 330982605, "rshares": 106230685302, "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 461805617187, "voter": "recursive2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 449986541635, "voter": "recursive3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 9028537022578, "rshares": 3016121417285, "voter": "recursive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -296615780418, "rshares": 103898158, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 854893586973, "rshares": 824431878108, "voter": "boombastic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7520586390, "rshares": 132152478271, "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 613475438, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 882992232, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6977251504339, "rshares": 22595314036, "voter": "dedriss" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 287488004, "voter": "helen.tan" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 4931834878069, "rshares": 7627374798, "voter": "fkn" }, { "percent": "8000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 400731457, "voter": "paco-steem" }, { "percent": "8000", - "reputation": 34932026701489, + "reputation": 376960001789, "rshares": 4674985428, "voter": "spaninv" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5045406568403, "rshares": 37644809307, "voter": "james-show" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 5414208804644, "rshares": 10015121456, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58571016273092, "rshares": 605723141723, "voter": "nanzo-scoop" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 21903005256174, "rshares": 227471915413, "voter": "mummyimperfect" }, { "percent": "3301", - "reputation": 34932026701489, + "reputation": 2902053059801, "rshares": 1812997991, "voter": "murh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11765473490257, "rshares": 25882240559, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4213833370161, "rshares": 24494634227, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11136252375006, "rshares": 296665146103, "voter": "taoteh1221" }, { "percent": "8000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 313304884, "voter": "stiletto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 20763505296686, "rshares": 223257558252, "voter": "wingz" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 32056888035, "rshares": 1145891128, "voter": "fjccoin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7255473848113, "rshares": 73025817423, "voter": "herzmeister" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4526468651953, "rshares": 77102090452, "voter": "tim-johnston" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 12494904871301, "rshares": 222302468309, "voter": "trogdor" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 274656026130, "rshares": 34745264614, "voter": "honeythief" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2457655120479, "rshares": 1058186213, "voter": "ben99" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5571311902261, "rshares": 611852008, "voter": "mammasitta" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6105332515536, "rshares": 6930561064, "voter": "primus" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 10314872786861, "rshares": 54459091390, "voter": "isteemit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 40255997582, "rshares": 7693374562, "voter": "cannav" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1959446497877, "rshares": 4332238166, "voter": "dennygalindo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1700182089209, "rshares": 46326428852, "voter": "rubybian" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 65540661343, "rshares": 2044494454, "voter": "orly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4066839697461, "rshares": 9859740553, "voter": "getssidetracked" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 9824421122, "rshares": 150452302, "voter": "aidar88" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 305047794164, "rshares": 58551955906, "voter": "jackkang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1059790037173, "rshares": 181057961389, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2499740471746, "rshares": 35916485618, "voter": "r4fken" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6244867547, "rshares": 1128476854, "voter": "anwar78" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 19111656178138, "rshares": 15676959042, "voter": "furion" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 3891722, "rshares": 181632015, "voter": "barbara2" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 9142611234, "rshares": 203088229, "voter": "ch0c0latechip" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 3871042, "rshares": 186196887, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2069855377344, "rshares": 9436954203, "voter": "spiz0r" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1220081355, "rshares": 159828565, "voter": "ardina" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 963454351109, "rshares": 1236231983, "voter": "marcgodard" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1661526202859, "rshares": 4368646507, "voter": "gikitiki" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1648396897354, "rshares": 6654464381, "voter": "asim" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1089147151331, "rshares": 1548369371, "voter": "incomemonthly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2397831198773, "rshares": 4149993026, "voter": "karen13" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5827115301697, "rshares": 2451544510, "voter": "deviedev" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 167437582424, "rshares": 298331181, "voter": "dr2073" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2629271154, "rshares": 2451380021, "voter": "screasey" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6338322241150, "rshares": 28800756928, "voter": "streetstyle" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2090799841362, "rshares": 1389717674, "voter": "dimon14" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3040770542655, "rshares": 7027828848, "voter": "warrensteem" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 336756074227, "rshares": 421419778, "voter": "natalyt" }, @@ -12901,499 +12901,499 @@ }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 599560057305, "rshares": 3762434891, "voter": "oululahti" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 741654237981, "rshares": 4499526465, "voter": "smolalit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 76096938200261, "rshares": 149304784201, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7706211163, "rshares": 119385919, "voter": "firstbloodio" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 24143253116, "rshares": 108474582, "voter": "bobo012" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 477578742546, "rshares": 4864472801, "voter": "tarindel" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6467956247739, "rshares": 20196514637, "voter": "deanliu" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2791409844, "rshares": 104551239, "voter": "elmusic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 14988694886527, "rshares": 201013865601, "voter": "jl777" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 163343680085, "rshares": 350779472, "voter": "meteor78" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 10519849768972, "rshares": 6143300612, "voter": "positive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 817267563963, "rshares": 15689000196, "voter": "steemedbroccoli" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1126640588, "voter": "yarly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 284219244, "voter": "yarly2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 284646338, "voter": "yarly3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 168397916, "voter": "yarly4" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 166032052, "voter": "yarly5" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 94816434, "voter": "yarly7" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3246454419591, "rshares": 7239402028, "voter": "rayphu" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 12468455070375, "rshares": 5785084309, "voter": "carlidos" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 162165072915, "rshares": 318172716, "voter": "atx" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 16793516, "rshares": 331281234, "voter": "berrysmok" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58190631451, "rshares": 17734340595, "voter": "proto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 153480676290, "rshares": 618780033, "voter": "curator" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 227430389, "voter": "yarly10" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2287580630, "rshares": 225889797, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 137916694, "voter": "yarly11" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1416246303584, "rshares": 7902417568, "voter": "michaeldodridge" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 67659226, "voter": "yarly12" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 147425730, "rshares": 191533009, "voter": "fnait" }, { "percent": "3000", - "reputation": 34932026701489, + "reputation": 3720753029, "rshares": 187896815, "voter": "keepcalmand" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 79629905, "voter": "elliottgodard" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5095600502, "rshares": 112943504, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2034974638910, "rshares": 186709920, "voter": "taz" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1193908062262, "rshares": 112027656, "voter": "steemster1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2413145659228, "rshares": 562153915, "voter": "dmilash" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 979379098872, "rshares": 109027228, "voter": "spinner" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5269164174, "rshares": 66982682, "voter": "buyselltrade" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2889656462700, "rshares": 3334195501, "voter": "uwe69" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 49283901870, "rshares": 938313206, "voter": "metaflute" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1275505236, "rshares": 8684754453, "voter": "taker" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1130081321479, "rshares": 50731326, "voter": "lillianjones" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 10771708337101, "rshares": 525454781690, "voter": "laonie" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 90565359983, "rshares": 6971609855, "voter": "rawnetics" }, { "percent": "7000", - "reputation": 34932026701489, + "reputation": 18027204457681, "rshares": 11272967321, "voter": "myfirst" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 22613377010, "rshares": 65123028, "voter": "kurzer42" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 4030655411, "voter": "ullikume" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 282062767, "rshares": 2128818147, "voter": "darrenturetzky" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 478167094774, "rshares": 681723333, "voter": "romancs" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 3016325652890, "rshares": 19916799245, "voter": "xiaohui" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2015798675, "rshares": 376352476, "voter": "bitcoindon23" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 413797518320, "rshares": 12665329218, "voter": "velourex" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 66791976065, "rshares": 31835964431, "voter": "joele" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1826385508354, "rshares": 1156392982, "voter": "dercoco" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1706681630, "rshares": 1599266434, "voter": "cmorton" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 260394486860, "rshares": 425639016, "voter": "deepdarkweb" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 120504824, "voter": "vootka" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -894488087252, "rshares": 50183394, "voter": "confucius" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1487684933351, "rshares": 12171955430, "voter": "borran" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 593072231, "rshares": 61696026, "voter": "immortality" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 114921957, "voter": "future-shock" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50545877, "voter": "party1998" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 110168059, "voter": "party1999" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 61150289, "voter": "immortal" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 28535887165, "rshares": 70003435, "voter": "longevity" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 57513824, "rshares": 60661014, "voter": "rashka" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 44529428534261, "rshares": 27739916666, "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 99283460, "voter": "stevenh512" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2357768295588, "rshares": 2098288486, "voter": "movievertigo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2140537429766, "rshares": 11501934432, "voter": "yef99" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 26471610, "rshares": 56695901, "voter": "gosteem" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 166185808108, "rshares": 66518345, "voter": "artsteemit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1090727793166, "rshares": 1217688364, "voter": "eileenbeach" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1480652550326, "rshares": 595518238, "voter": "lenar" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 18006844018, "rshares": 310992576, "voter": "mrainp" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2516108074649, "rshares": 55426261, "voter": "runridefly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 574152440100, "rshares": 51720620, "voter": "profanarky" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 278282371369, "rshares": 63822602, "voter": "moneymaker" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1137548074, "rshares": 55737590, "voter": "kingsjack123" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 54632424, "voter": "budda" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50065875, "voter": "bane" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5772929020, "rshares": 54992417, "voter": "pennystockhelp" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50931848, "voter": "analyzethis" } @@ -13431,943 +13431,943 @@ "active_votes": [ { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 104079329607, "voter": "highasfuck" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -37765249963674, "rshares": 3240548276801, "voter": "wang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1214229078, "rshares": 3700162488, "voter": "boy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4712949449, "rshares": 4490682992, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1789951494550, "rshares": 850358642, "voter": "bunny" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 103443134841, "rshares": 62432101870, "voter": "bue" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1983596136, "voter": "mini" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 255851544, "voter": "moon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 330982605, "rshares": 110182187252, "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 441421923212, "voter": "recursive2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 439772110249, "voter": "recursive3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 9028537022578, "rshares": 2875266606624, "voter": "recursive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 735915524, "voter": "healthcare" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1059199527, "voter": "daniel.pan" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 72112139588726, "rshares": 415222428373, "voter": "steemrollin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8963739580468, "rshares": 129965111626, "voter": "team" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 344886223, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2165622245848, "rshares": 24696444717, "voter": "yefet" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1590661010140, "rshares": 23692788867, "voter": "mod-tamichh" }, { "percent": "8000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 400038277, "voter": "paco-steem" }, { "percent": "8000", - "reputation": 34932026701489, + "reputation": 376960001789, "rshares": 4700713987, "voter": "spaninv" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58571016273092, "rshares": 616947982137, "voter": "nanzo-scoop" }, { "percent": "3301", - "reputation": 34932026701489, + "reputation": 2902053059801, "rshares": 1449566793, "voter": "murh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 78440078537, "rshares": 511854148, "voter": "rok-fabiani" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 64573188744746, "rshares": 49338626216, "voter": "dragonslayer109" }, { "percent": "8000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 312756164, "voter": "stiletto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5888717170887, "rshares": 69319769108, "voter": "ratel" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 60725834714442, "rshares": 362583467847, "voter": "infovore" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5260794316761, "rshares": 134592928811, "voter": "schro" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 12494904871301, "rshares": 227360810383, "voter": "trogdor" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 274656026130, "rshares": 35610631042, "voter": "honeythief" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6105332515536, "rshares": 6925283741, "voter": "primus" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 40255997582, "rshares": 9196284134, "voter": "cannav" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 65540661343, "rshares": 1918311094, "voter": "orly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1260650049067, "rshares": 1090177325, "voter": "bitcointop" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 213668684615, "rshares": 2352960105, "voter": "soupernerd" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 787678199102, "rshares": 7873564057, "voter": "cmtzco" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5754523667110, "rshares": 9980899190, "voter": "yogi.artist" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1059790037173, "rshares": 181057961389, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2499740471746, "rshares": 32829590555, "voter": "r4fken" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5093280360794, "rshares": 17034005934, "voter": "freiheit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2054508199522, "rshares": 482469279, "voter": "busser" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3320684282022, "rshares": 110021371663, "voter": "knircky" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2069855377344, "rshares": 10441805155, "voter": "spiz0r" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 710038072, "rshares": 1066355012, "voter": "demyan7" }, { "percent": "2000", - "reputation": 34932026701489, + "reputation": 25849925929525, "rshares": 21191693992, "voter": "anyx" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 963454351109, "rshares": 1393693023, "voter": "marcgodard" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1648396897354, "rshares": 7263305640, "voter": "asim" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7952828943, "rshares": 3824710597, "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2852532944, "rshares": 236744652, "voter": "hankrearden" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 167437582424, "rshares": 298168872, "voter": "dr2073" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1175982316919, "rshares": 119364805132, "voter": "nabilov" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 523349272991, "rshares": 7136144430, "voter": "sylv3se" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3879998019826, "rshares": 1435470701, "voter": "juvyjabian" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 231136169, "voter": "ricardolucas" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 30694001824, "rshares": 1282097523, "voter": "vorsseli" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6338322241150, "rshares": 32758436141, "voter": "streetstyle" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2090799841362, "rshares": 1152239791, "voter": "dimon14" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 336756074227, "rshares": 421221229, "voter": "natalyt" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 741654237981, "rshares": 4492579840, "voter": "smolalit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 76096938200261, "rshares": 149212966899, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7706211163, "rshares": 116998200, "voter": "firstbloodio" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 974488972206, "rshares": 2489473799, "voter": "simon.braki.love" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1783202708175, "rshares": 2572611930, "voter": "desmonid" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 477578742546, "rshares": 4358278175, "voter": "tarindel" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 20001506960251, "rshares": 87973383521, "voter": "liberosist" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6467956247739, "rshares": 20282567453, "voter": "deanliu" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4194711042931, "rshares": 5184855121, "voter": "rainchen" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 817267563963, "rshares": 15679499029, "voter": "steemedbroccoli" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1058443281, "voter": "yarly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 272486418, "voter": "yarly2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 272896428, "voter": "yarly3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 161687878, "voter": "yarly4" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 155968266, "voter": "yarly5" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 42943218, "voter": "yarly6" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 89093454, "voter": "yarly7" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1019204358802, "rshares": 2844381779, "voter": "e-steem" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3246454419591, "rshares": 6477762089, "voter": "rayphu" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 59110845037, "rshares": 204987589, "voter": "turretkilo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4558720822431, "rshares": 18433350305, "voter": "jennamarbles" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 153480676290, "rshares": 642056038, "voter": "curator" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 218299232, "voter": "yarly10" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 129573823, "voter": "yarly11" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 64952857, "voter": "yarly12" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 43084943, "voter": "yarly13" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 66236900617, "rshares": 119416315, "voter": "pittyvandefik" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 88716341, "voter": "elliottgodard" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4965349454737, "rshares": 22447399455, "voter": "rznag" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5095600502, "rshares": 115248474, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2034974638910, "rshares": 214281171, "voter": "taz" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1193908062262, "rshares": 122186021, "voter": "steemster1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5269164174, "rshares": 71320902, "voter": "buyselltrade" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8806485920347, "rshares": 25835697261, "voter": "jasonstaggers" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -4779249072914, "rshares": 1980572010, "voter": "weenis" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -833837861150, "rshares": 47106308, "voter": "sharon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50220544, "voter": "johnblow" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1130081321479, "rshares": 47989093, "voter": "lillianjones" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 10771708337101, "rshares": 612232860625, "voter": "laonie" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 18027204457681, "rshares": 8640888230, "voter": "myfirst" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 369639336, "voter": "mariadianaelaine" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1127978824162, "rshares": 1515172179, "voter": "feelapi" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1653800202958, "rshares": 463119586588, "voter": "glitterfart" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 478167094774, "rshares": 727797912, "voter": "romancs" }, { "percent": "5000", - "reputation": 34932026701489, + "reputation": 3016325652890, "rshares": 22102503313, "voter": "xiaohui" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 73944659327428, "rshares": 13979907232, "voter": "sirwinchester" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1468839175006, "rshares": 48357668, "voter": "msjennifer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1343370986030, "rshares": 35580211, "voter": "ciao" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1826385508354, "rshares": 1137684552, "voter": "dercoco" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 485540, "rshares": 34502211, "voter": "steemo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -79575494262, "rshares": 35642250, "voter": "steema" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3921604342143, "rshares": 2739498535, "voter": "plasticfuzzy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 260394486860, "rshares": 382362347, "voter": "deepdarkweb" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 20484992, "voter": "gamerate" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 80282583, "voter": "vootka" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -894488087252, "rshares": 46945755, "voter": "confucius" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 593072231, "rshares": 61696026, "voter": "immortality" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5911779089, "rshares": 62603745, "voter": "ltyadigg" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 114921957, "voter": "future-shock" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1509277028215, "rshares": 2600774194, "voter": "rachelkhona" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 91008396, "voter": "party1999" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 61150289, "voter": "immortal" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -789959772758, "rshares": 34933915, "voter": "jarvis" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 39802149, "voter": "eternal" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 42243510, "voter": "fortuner" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 28535887165, "rshares": 71432076, "voter": "longevity" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 57513824, "rshares": 60661014, "voter": "rashka" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 103308761799, "rshares": 15420280306, "voter": "steemit8" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 10723244574, "rshares": 3147857469, "voter": "almerri" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 133847847904, "rshares": 140022382, "voter": "ashleybeckwith" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 42433654, "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 42431653, "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 41251536, "voter": "thermor" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 41249329, "voter": "ficholl" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 41246130, "voter": "widell" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 40951017, "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2140537429766, "rshares": 12584330332, "voter": "yef99" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 970572315676, "rshares": 53917818, "voter": "fiat19" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 40103976, "voter": "curpose" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1480652550326, "rshares": 668328488, "voter": "lenar" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 692817924311, "rshares": 4094746659, "voter": "io-io-io" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4005883638, "rshares": 50015029, "voter": "makov" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 39346698, "voter": "troich" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1320261717074, "rshares": 64809733, "voter": "carlyle" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2083416845, "rshares": 39350795, "voter": "crion" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 39099775, "voter": "hitherise" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 39093255, "voter": "wiss" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 629095349859, "rshares": 1186605928, "voter": "victor-smirnoff" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 39939494, "voter": "stroully" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 40790117, "voter": "thadm" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 40788724, "voter": "prof" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 44882837, "voter": "yorsens" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 54632424, "voter": "budda" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50065875, "voter": "bane" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50059754, "voter": "vive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 50054445, "voter": "coad" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1708267266, "rshares": 116570369, "voter": "stepa" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 54333817, "voter": "sjshah91" } @@ -14405,877 +14405,877 @@ "active_votes": [ { "percent": "10000", - "reputation": 34932026701489, + "reputation": 261787136527, "rshares": 708621300034, "voter": "barrie" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 87205346551, "voter": "highasfuck" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -37765249963674, "rshares": 3089424303552, "voter": "wang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 330982605, "rshares": 105828528600, "voter": "alex90342fastn1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 439776491742, "voter": "recursive2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 438730487761, "voter": "recursive3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 9028537022578, "rshares": 2663675219424, "voter": "recursive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -296615780418, "rshares": 105976122, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 854893586973, "rshares": 802513045973, "voter": "boombastic" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 9157276265, "voter": "bingo-0" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8963739580468, "rshares": 132467622336, "voter": "team" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 330369773484, "rshares": 989741851, "voter": "relativelyboston" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2165622245848, "rshares": 23700209265, "voter": "yefet" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4477492280957, "rshares": 20628769393, "voter": "steampunkpowered" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1118904717803, "rshares": 153600290155, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4931834878069, "rshares": 19455612035, "voter": "fkn" }, { "percent": "2500", - "reputation": 34932026701489, + "reputation": 376960001789, "rshares": 1437078474, "voter": "spaninv" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5414208804644, "rshares": 24876456545, "voter": "elishagh1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1228001853194, "rshares": 13875206272, "voter": "fact" }, { "percent": "3301", - "reputation": 34932026701489, + "reputation": 2902053059801, "rshares": 1811027497, "voter": "murh" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 824717099743, "rshares": 451685458834, "voter": "cyber" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 199308931780, "rshares": 138145517, "voter": "akaninyene-etuk" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 11136252375006, "rshares": 290660625514, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5888717170887, "rshares": 66525770148, "voter": "ratel" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4620523428308, "rshares": 17923785438, "voter": "minfon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5260794316761, "rshares": 137232756828, "voter": "schro" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 862610149295, "rshares": 5521688008, "voter": "angusleung100" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6105332515536, "rshares": 6606252275, "voter": "primus" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2018069960576, "rshares": 7918873882, "voter": "nobodyishome" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1700182089209, "rshares": 32672215769, "voter": "rubybian" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 65540661343, "rshares": 1912721911, "voter": "orly" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": 213668684615, "rshares": 224028948, "voter": "soupernerd" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2880187298062, "rshares": 1614994747, "voter": "stranger27" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 9824421122, "rshares": 145437226, "voter": "aidar88" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 305047794164, "rshares": 52484678430, "voter": "jackkang" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1059790037173, "rshares": 181057961389, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -2499740471746, "rshares": 31795369968, "voter": "r4fken" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 573516438, "rshares": 353119982, "voter": "wintrop" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2054508199522, "rshares": 468417024, "voter": "busser" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3891722, "rshares": 435222959, "voter": "barbara2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 9142611234, "rshares": 486521711, "voter": "ch0c0latechip" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3871042, "rshares": 446126228, "voter": "doge4lyf" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 216392531645, "rshares": 169574072, "voter": "vkoreshkoff" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1648396897354, "rshares": 7673943279, "voter": "asim" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7952828943, "rshares": 3817590583, "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 431450051428, "rshares": 14820879701, "voter": "aaseb" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1089147151331, "rshares": 1512924078, "voter": "incomemonthly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2397831198773, "rshares": 3273190895, "voter": "karen13" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 167437582424, "rshares": 279263844, "voter": "dr2073" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3879998019826, "rshares": 1427997633, "voter": "juvyjabian" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2087820513398, "rshares": 124785313562, "voter": "gbert" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 30694001824, "rshares": 1082632514, "voter": "vorsseli" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 6338322241150, "rshares": 37678055640, "voter": "streetstyle" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 777812727227, "rshares": 10166002203, "voter": "artific" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2090799841362, "rshares": 1050155407, "voter": "dimon14" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3040770542655, "rshares": 5606365375, "voter": "warrensteem" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 4617586503531, "rshares": 6541654058, "voter": "cryptojoy.com" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 336756074227, "rshares": 420893966, "voter": "natalyt" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 741654237981, "rshares": 4490143290, "voter": "smolalit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 76096938200261, "rshares": 138016995274, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7706211163, "rshares": 119385919, "voter": "firstbloodio" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -124823359245, "rshares": 7913420938, "voter": "mustafaomar" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2619388406406, "rshares": 504683789, "voter": "vlad" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 477578742546, "rshares": 3517489467, "voter": "tarindel" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 20001506960251, "rshares": 83194610394, "voter": "liberosist" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2114306416334, "rshares": 2101417051, "voter": "cryptohustlin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 14988694886527, "rshares": 158526898512, "voter": "jl777" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 10519849768972, "rshares": 14847530918, "voter": "positive" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 1055318583, "voter": "yarly" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 266245402, "voter": "yarly2" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 272320208, "voter": "yarly3" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 161402619, "voter": "yarly4" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 155711792, "voter": "yarly5" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 42926104, "voter": "yarly6" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 88990818, "voter": "yarly7" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 59110845037, "rshares": 179887067, "voter": "turretkilo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 58190631451, "rshares": 14117706990, "voter": "proto" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 153480676290, "rshares": 616925088, "voter": "curator" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 17698439393799, "rshares": 2232446763, "voter": "sisterholics" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 217871480, "voter": "yarly10" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 129368545, "voter": "yarly11" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1416246303584, "rshares": 11051624343, "voter": "michaeldodridge" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 63531291, "voter": "yarly12" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 42170227, "voter": "yarly13" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 147425730, "rshares": 458906871, "voter": "fnait" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 3720753029, "rshares": 450192944, "voter": "keepcalmand" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5095600502, "rshares": 115103036, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1193908062262, "rshares": 132354049, "voter": "steemster1" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 5269164174, "rshares": 82410911, "voter": "buyselltrade" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 19410587962, "rshares": 1951107504, "voter": "andreynoch" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 8806485920347, "rshares": 23801719197, "voter": "jasonstaggers" }, { "percent": "1000", - "reputation": 34932026701489, + "reputation": -4779249072914, "rshares": 220015607, "voter": "weenis" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2580067408929, "rshares": 3649602315, "voter": "spookypooky" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1275505236, "rshares": 6849474266, "voter": "taker" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -833837861150, "rshares": 51143991, "voter": "sharon" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1130081321479, "rshares": 53473560, "voter": "lillianjones" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 347204273, "voter": "mariadianaelaine" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1653800202958, "rshares": 481319830427, "voter": "glitterfart" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 4115304129, "voter": "ullikume" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 12393203621507, "rshares": 13186649372, "voter": "omfedor" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 66791976065, "rshares": 25445501332, "voter": "joele" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 73944659327428, "rshares": 14498074313, "voter": "sirwinchester" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1468839175006, "rshares": 52502611, "voter": "msjennifer" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -1343370986030, "rshares": 34309489, "voter": "ciao" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -451593763871, "rshares": 3212813259, "voter": "blow" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 485540, "rshares": 34502211, "voter": "steemo" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -79575494262, "rshares": 35642250, "voter": "steema" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 260394486860, "rshares": 410147416, "voter": "deepdarkweb" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 81888234, "voter": "vootka" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -894488087252, "rshares": 45326936, "voter": "confucius" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 593072231, "rshares": 62929947, "voter": "immortality" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -138680661344, "rshares": 62103794, "voter": "tomeraddady" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 96714573, "voter": "future-shock" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1509277028215, "rshares": 3320455391, "voter": "rachelkhona" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 61150289, "voter": "immortal" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -789959772758, "rshares": 34933915, "voter": "jarvis" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 47071340, "voter": "fortuner" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 28535887165, "rshares": 72860718, "voter": "longevity" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 57513824, "rshares": 61874235, "voter": "rashka" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 44529428534261, "rshares": 22334676238, "voter": "serejandmyself" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": -52839282898, "rshares": 81433672, "voter": "crezyliza" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 45969792, "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 45967624, "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 45965997, "voter": "thermor" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 45963539, "voter": "ficholl" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 44781512, "voter": "widell" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 44461105, "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 26751356331019, "rshares": 12720019143, "voter": "sweetsssj" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 43541460, "voter": "curpose" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 13902969318, "rshares": 59885612, "voter": "da99er" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1090727793166, "rshares": 1822982593, "voter": "eileenbeach" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1480652550326, "rshares": 84991821, "voter": "lenar" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 692817924311, "rshares": 3437159850, "voter": "io-io-io" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 1679833671371, "rshares": 3187295522, "voter": "asuran" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 42719273, "voter": "troich" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 2083416845, "rshares": 43848029, "voter": "crion" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 43568321, "voter": "hitherise" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 42444105, "voter": "wiss" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 14565129670, "rshares": 312210665, "voter": "neurosploit" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 7402303856, "rshares": 347990811, "voter": "grm" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 42158354, "voter": "stroully" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 119677334182, "rshares": 50805771, "voter": "tanshin" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 45199860, "voter": "thadm" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 45198315, "voter": "prof" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 340991592664, "rshares": 53821117, "voter": "tito-baron" }, { "percent": "10000", - "reputation": 34932026701489, + "reputation": 0, "rshares": 51451058, "voter": "yorsens" } diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/tag.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/tag.pat.json index d572a9c5..11dc0414 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/tag.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/tag.pat.json @@ -3,13 +3,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 57254648274, + "reputation": 486947585501, "rshares": 13280126898, "voter": "telos" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 100770751240, "rshares": 86856328, "voter": "ruscion" }, @@ -21,13 +21,13 @@ }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 10707780055, "rshares": 261778278, "voter": "darkminded153" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 0, "rshares": 151817331, "voter": "juanmanavella" } @@ -65,43 +65,43 @@ "active_votes": [ { "percent": "10000", - "reputation": 57254648274, + "reputation": 476904340100, "rshares": 1353041526, "voter": "endgame" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": -39372262885, "rshares": 52207362, "voter": "reported" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 618773254836, "rshares": 513140471, "voter": "minnowsunited" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 4584027347, "rshares": 59002619, "voter": "makaveli" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 868924825603, "rshares": 1158012122, "voter": "the-bitcoin-dood" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 125125489484, "rshares": 65362056, "voter": "ozertayiz" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 214277678030, "rshares": 164870028, "voter": "decentro" }, @@ -145,37 +145,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 57254648274, + "reputation": 476904340100, "rshares": 1502908468, "voter": "endgame" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 743656664450, "rshares": 1518450297, "voter": "tokyodude" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 0, "rshares": 112678431, "voter": "smech" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 618773254836, "rshares": 589046713, "voter": "minnowsunited" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 4584027347, "rshares": 67743748, "voter": "makaveli" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 125125489484, "rshares": 75045323, "voter": "ozertayiz" }, @@ -187,19 +187,19 @@ }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 878526376261, "rshares": 88662747, "voter": "mlialen" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 58601227882, "rshares": 51372025, "voter": "oktavianorlov" }, { "percent": "5100", - "reputation": 57254648274, + "reputation": 414609406210, "rshares": 1631278899, "voter": "robotev" } @@ -237,55 +237,55 @@ "active_votes": [ { "percent": "10000", - "reputation": 57254648274, + "reputation": 476904340100, "rshares": 1552957536, "voter": "endgame" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 1089147151331, "rshares": 1823991416, "voter": "incomemonthly" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 743656664450, "rshares": 1602773439, "voter": "tokyodude" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": -39372262885, "rshares": 52207362, "voter": "reported" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 266005325, "rshares": 51206711, "voter": "krushing" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 618773254836, "rshares": 608038334, "voter": "minnowsunited" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 8358920723, "rshares": 50065542, "voter": "whatyouganjado" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 4584027347, "rshares": 69929030, "voter": "makaveli" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 125125489484, "rshares": 77466140, "voter": "ozertayiz" }, @@ -297,19 +297,19 @@ }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 950372517145, "rshares": 621305139, "voter": "jessicanicklos" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 1090021365, "rshares": 157588516, "voter": "tezi123" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 853705592, "rshares": 157255411, "voter": "mikepicker" } @@ -347,55 +347,55 @@ "active_votes": [ { "percent": "1000", - "reputation": 57254648274, + "reputation": 19959120564829, "rshares": 4757810665, "voter": "alexgr" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 476904340100, "rshares": 1502862132, "voter": "endgame" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 743656664450, "rshares": 1560595190, "voter": "tokyodude" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 618773254836, "rshares": 608038334, "voter": "minnowsunited" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 1653800202958, "rshares": 483626037014, "voter": "glitterfart" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 4584027347, "rshares": 67743748, "voter": "makaveli" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 125125489484, "rshares": 75045323, "voter": "ozertayiz" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 60051315247, "rshares": 69598904, "voter": "saxon84" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 0, "rshares": 55049600, "voter": "poulawaken" }, @@ -407,25 +407,25 @@ }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 950372517145, "rshares": 594291872, "voter": "jessicanicklos" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 351488360313, "rshares": 183713123, "voter": "chadcrypto" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 878526376261, "rshares": 83596304, "voter": "mlialen" }, { "percent": "5100", - "reputation": 57254648274, + "reputation": 414609406210, "rshares": 1631278899, "voter": "robotev" } @@ -463,37 +463,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 57254648274, + "reputation": 19988015698, "rshares": 228179715, "voter": "ivp" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 1059790037173, "rshares": 244732928781, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 486947585501, "rshares": 140878572, "voter": "telos" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 1027623674960, "rshares": 118844834, "voter": "rossenpavlov" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 713159404291, "rshares": 128112579, "voter": "groovedigital" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 60051315247, "rshares": 56834152, "voter": "saxon84" }, @@ -505,7 +505,7 @@ }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 783025089624, "rshares": 52623253, "voter": "chengmin" } @@ -543,37 +543,37 @@ "active_votes": [ { "percent": "10000", - "reputation": 57254648274, + "reputation": 865896375178, "rshares": 647296235, "voter": "nxtblg" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 1059790037173, "rshares": 244732928781, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 118203669136, "rshares": 245405210, "voter": "thealexander" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 4129649677200, "rshares": 6452003427, "voter": "summonerrk" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 713159404291, "rshares": 128112579, "voter": "groovedigital" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 60051315247, "rshares": 55719757, "voter": "saxon84" }, @@ -585,7 +585,7 @@ }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 0, "rshares": 1952101031, "voter": "pierrevr" } @@ -623,19 +623,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 57254648274, + "reputation": 1059790037173, "rshares": 244732928781, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 4063076365725, "rshares": 700271848, "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 60051315247, "rshares": 55719757, "voter": "saxon84" }, @@ -647,7 +647,7 @@ }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 766669575596, "rshares": 89527644, "voter": "nighthawkdive" } @@ -685,31 +685,31 @@ "active_votes": [ { "percent": "10000", - "reputation": 57254648274, + "reputation": 865896375178, "rshares": 759015717, "voter": "nxtblg" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 1059790037173, "rshares": 104885067401, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 2806990757, "rshares": 245441429, "voter": "fedor" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 4063076365725, "rshares": 700271848, "voter": "bullionstackers" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 162741674983, "rshares": 55365822, "voter": "frol" }, @@ -753,19 +753,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 57254648274, + "reputation": 1059790037173, "rshares": 104885067401, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 486947585501, "rshares": 59401753, "voter": "telos" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 1919986626165, "rshares": 636811489, "voter": "matthewtiii" }, @@ -809,19 +809,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 57254648274, + "reputation": 1059790037173, "rshares": 104885067401, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 486947585501, "rshares": 61098946, "voter": "telos" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 1713133, "rshares": 53191954, "voter": "xsupremeleaderx" } @@ -859,25 +859,25 @@ "active_votes": [ { "percent": "10000", - "reputation": 57254648274, + "reputation": 9600934617910, "rshares": 10627868860, "voter": "jademont" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 1059790037173, "rshares": 104885067401, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 715993081769, "rshares": 344049694, "voter": "bitlord" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": -257389679751, "rshares": 102831413, "voter": "darthnava" } @@ -915,13 +915,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 57254648274, + "reputation": 1059790037173, "rshares": 116538963779, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 6710104374161, "rshares": 76248694, "voter": "lukeofkondor" } @@ -959,19 +959,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 57254648274, + "reputation": 1059790037173, "rshares": 116538963779, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 1603148859, "rshares": 110380615, "voter": "moneykicks" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 486947585501, "rshares": 67887718, "voter": "telos" } @@ -1009,67 +1009,67 @@ "active_votes": [ { "percent": "10000", - "reputation": 57254648274, + "reputation": 2830877880805, "rshares": 151869206163, "voter": "vato" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 19988015698, "rshares": 228179715, "voter": "ivp" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 1059790037173, "rshares": 78269325305, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 1817150823979, "rshares": 6568655483, "voter": "yonuts" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 27421633962, "rshares": 162629171, "voter": "misteem" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 5176671060650, "rshares": 61429239, "voter": "rubenalexander" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 486947585501, "rshares": 66190525, "voter": "telos" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 59043906563, "rshares": 68314793, "voter": "dasfarm" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 60051315247, "rshares": 68234219, "voter": "saxon84" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 2971817491, "rshares": 56042911, "voter": "globalnews" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 256088885, "rshares": 54660184, "voter": "nevid" } @@ -1107,19 +1107,19 @@ "active_votes": [ { "percent": "10000", - "reputation": 57254648274, + "reputation": 1059790037173, "rshares": 78269325305, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 36560344, "rshares": 53369912, "voter": "dmcummins" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 2971817491, "rshares": 54944031, "voter": "globalnews" } @@ -1157,7 +1157,7 @@ "active_votes": [ { "percent": "10000", - "reputation": 57254648274, + "reputation": 1059790037173, "rshares": 78269325305, "voter": "juneaugoldbuyer" } @@ -1195,25 +1195,25 @@ "active_votes": [ { "percent": "6800", - "reputation": 57254648274, + "reputation": 124209883737229, "rshares": 746460767195, "voter": "steempower" }, { "percent": "3301", - "reputation": 57254648274, + "reputation": 2902053059801, "rshares": 1449198100, "voter": "murh" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 1059790037173, "rshares": 78269325305, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 60051315247, "rshares": 69598904, "voter": "saxon84" } @@ -1251,13 +1251,13 @@ "active_votes": [ { "percent": "10000", - "reputation": 57254648274, + "reputation": 1059790037173, "rshares": 78269325305, "voter": "juneaugoldbuyer" }, { "percent": "10000", - "reputation": 57254648274, + "reputation": 0, "rshares": 53430536, "voter": "manuxvalero" } diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/tag_limit.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/tag_limit.pat.json index 1a29b7dc..6d7ffd6a 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/tag_limit.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_blog/tag_limit.pat.json @@ -3,607 +3,607 @@ "active_votes": [ { "percent": "100", - "reputation": 12944616889, + "reputation": 145171381514207, "rshares": 375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 190869539046, "rshares": 886132, "voter": "mr11acdee" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 5100, "voter": "steemit78" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 85602977273, "rshares": 1259167, "voter": "anonymous" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 159370, "rshares": 318519, "voter": "hello" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 153384, "voter": "world" }, { "percent": "-100", - "reputation": 12944616889, + "reputation": 13270505121655, "rshares": -936400, "voter": "ned" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 59412, "voter": "fufubar1" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 0, "rshares": 14997, "voter": "anonymous1" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 1993860928264, "rshares": 1441, "voter": "red" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 36749432321730, "rshares": 551390835500, "voter": "liondani" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9800209121307, "rshares": 82748, "voter": "roadscape" }, { "percent": "100", - "reputation": 12944616889, + "reputation": 89703349977794, "rshares": 10772, "voter": "xeroc" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29394786822950, "rshares": 7685088000, "voter": "markopaasila" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11006097418580, "rshares": 454510724, "voter": "tshering-tamang" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -1240421481231, "rshares": 681946946, "voter": "romangelsi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4743131139239, "rshares": 504895891, "voter": "dedmatvey" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4602759566516, "rshares": 498863058, "voter": "joelinux" }, { "percent": "0", - "reputation": 12944616889, + "reputation": 629772802423, "rshares": 9590417, "voter": "piranhax" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -681986257906, "rshares": 473258270, "voter": "ned-reddit-login" }, { "percent": "3600", - "reputation": 12944616889, + "reputation": 944762156062, "rshares": 0, "voter": "fernando-sanz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -505268709325, "rshares": 381805870, "voter": "gilang-ramadhan" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 14430883217, "rshares": 392459059, "voter": "kamvreto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 15755437221598, "rshares": 422984262, "voter": "acidyo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 32983096229, "rshares": 47179379651, "voter": "tosch" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16025488740118, "rshares": 7831667988, "voter": "klye" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1663549830469, "rshares": 1019950749, "voter": "coar" }, { "percent": "1509", - "reputation": 12944616889, + "reputation": 2902053059801, "rshares": 1746058458, "voter": "murh" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4213833370161, "rshares": 22639073725, "voter": "drinkzya" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2663003206978, "rshares": 0, "voter": "hien-tran" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2457655120479, "rshares": 40624969, "voter": "ben99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1826252654620, "rshares": 1742755097, "voter": "sunshinecrypto" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1261132457927, "rshares": 485112237, "voter": "marinabogumil" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 756734123357, "rshares": 917398502, "voter": "decrypt" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 11644551965460, "rshares": 5067187498, "voter": "senseiteekay" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 196800352745, "rshares": 5154897955, "voter": "r33drum" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 125274679006, "rshares": 5033902237, "voter": "cryptosi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 16743994030016, "rshares": 1037079223, "voter": "condra" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 213364405044, "rshares": 233032838, "voter": "jearson" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 25715360164, "rshares": 240809500, "voter": "tritium" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7803764965401, "rshares": 123321995, "voter": "allmonitors" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 29008237643, "rshares": 226074637, "voter": "artjedi" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 7687950954082, "rshares": 931542394, "voter": "anduweb" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6892424678378, "rshares": 2292983350, "voter": "inertia" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3502382308233, "rshares": 128561059, "voter": "maximkichev" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 113908011659, "rshares": 183438273, "voter": "a9inchcock" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1783202708175, "rshares": 266262926, "voter": "desmonid" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1193366475012, "rshares": 71498008, "voter": "madhatting" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -910520517353, "rshares": 23726644841, "voter": "ubg" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 10900524985586, "rshares": 3741408303, "voter": "royaltiffany" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4858418486, "rshares": 131577259, "voter": "gribgo" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6467956247739, "rshares": 12371398765, "voter": "deanliu" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2110839599820, "rshares": 28907874049, "voter": "orm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 513380281140, "rshares": 528988007, "voter": "qonq99" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9853253860, "rshares": 129537329, "voter": "rd7783" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 100161586091, "rshares": 615020728, "voter": "slava" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 101628344707, "rshares": 0, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 281653583054, "rshares": 100102503, "voter": "sictransitgloria" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 153480676290, "rshares": 95219365, "voter": "curator" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -385936503026, "rshares": 232295871, "voter": "dubovoy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 35204206, "rshares": 0, "voter": "solos" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5095600502, "rshares": 96945805, "voter": "creatorgalaxy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3804816886, "rshares": 99813231, "voter": "trigonice29" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3427179893, "rshares": 0, "voter": "blysards" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2889656462700, "rshares": 3721016208, "voter": "uwe69" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3240369658, "rshares": 1279854, "voter": "nigmat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4341976914033, "rshares": 13974353753, "voter": "magicmonk" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 2832097256429, "rshares": 4968585456, "voter": "satoshifpv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1320262999851, "rshares": 1660613178, "voter": "naturalista" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5349429676630, "rshares": 10847083143, "voter": "metrox" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 28131790010, "rshares": 18340928, "voter": "bestmalik" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 169634730, "rshares": 59563315, "voter": "kolyan31" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 478167094774, "rshares": 710989138, "voter": "romancs" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 86811749666, "rshares": 59366614, "voter": "luke490" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 137324193, "rshares": 58762473, "voter": "bro66" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3740136030964, "rshares": 201822591, "voter": "future24" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 18385642301, "rshares": 58623688, "voter": "mythras" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 647464973800, "rshares": 56536509, "voter": "imarealboy777" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 3814152361740, "rshares": 0, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 286385675205, "rshares": 48299362, "voter": "smartguylabcoat" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 34436412607, "rshares": 59157099, "voter": "mabiturm" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -455329027035, "rshares": 48283979, "voter": "captainamerica" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 447853669279, "rshares": 54761612, "voter": "edbriv" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1228265260257, "rshares": 865125771, "voter": "rittr" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 415861172879, "rshares": 92614447, "voter": "jelloducky" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 21467555148, "rshares": 52740989, "voter": "tcstix" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 143728394, "rshares": 49467477, "voter": "friedwater" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": -32328156283, "rshares": 57366185, "voter": "denisdiaz" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4409431615794, "rshares": 132070449, "voter": "loganarchy" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 246039331, "rshares": 48811442, "voter": "love-spirit-nerd" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 6900034272, "rshares": 51549585, "voter": "dikanevn" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 221607742, "rshares": 54017869, "voter": "zelious" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 62995887468, "rshares": 50129944, "voter": "freebornangel" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 9113317076, "rshares": 53196086, "voter": "f1111111" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 1996672246136, "rshares": 0, "voter": "anomaly" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 4181598053141, "rshares": 52394017140, "voter": "jack8831" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 5643099, "rshares": 0, "voter": "buckland" }, { "percent": "10000", - "reputation": 12944616889, + "reputation": 251629303655, "rshares": 0, "voter": "goldmatters" } diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/startauthor_startpermlink_limit.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/startauthor_startpermlink_limit.pat.json index 2bd803e5..66f32f8c 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/startauthor_startpermlink_limit.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_comments/startauthor_startpermlink_limit.pat.json @@ -3,61 +3,61 @@ "active_votes": [ { "percent": "-100", - "reputation": 975371654, + "reputation": 145171381514207, "rshares": -375241, "voter": "dantheman" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 0, "rshares": 5100, "voter": "steemit46" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 9800209121307, "rshares": 81125, "voter": "roadscape" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 1172373556107, "rshares": 425903066, "voter": "gekko" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 15755437221598, "rshares": 431616594, "voter": "acidyo" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 1005278051807, "rshares": 742566481, "voter": "patrick-g" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 7967572146571, "rshares": 58854897335, "voter": "business" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 353432699790, "rshares": 108855472, "voter": "kingtylervvs" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 1241600128334, "rshares": 244129227, "voter": "kewpiedoll" }, { "percent": "10000", - "reputation": 975371654, + "reputation": 1320262999851, "rshares": 1615731741, "voter": "naturalista" } diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_promoted/tag_limit.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_promoted/tag_limit.pat.json index 7e4bbc6e..bcd319bb 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_promoted/tag_limit.pat.json +++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_promoted/tag_limit.pat.json @@ -3,37 +3,37 @@ "active_votes": [ { "percent": "-10000", - "reputation": 13270505121655, + "reputation": 145171381514207, "rshares": -28338941273774, "voter": "dantheman" }, { "percent": "-10000", - "reputation": 13270505121655, + "reputation": 446491524573, "rshares": -56560374008, "voter": "fminerten1" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 17094999940, "rshares": 515865522774, "voter": "panadacoin" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 261787136527, "rshares": 591238736691, "voter": "barrie" }, { "percent": "-10000", - "reputation": 13270505121655, + "reputation": 32455846463901, "rshares": -31244889730986, "voter": "smooth" }, { "percent": "-10000", - "reputation": 13270505121655, + "reputation": 14765040488827, "rshares": -25869425303440, "voter": "berniesanders" }, @@ -45,2515 +45,2515 @@ }, { "percent": "-4000", - "reputation": 13270505121655, + "reputation": 0, "rshares": -61162327823, "voter": "highasfuck" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 8779714777561, "rshares": 5861402538757, "voter": "riverhead" }, { "percent": "3500", - "reputation": 13270505121655, + "reputation": 8358591595454, "rshares": 2012701974707, "voter": "kushed" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2827502899317, "rshares": 1105925638130, "voter": "ihashfury" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 358840960832, "rshares": 1595196737607, "voter": "rossco99" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 36749432321730, "rshares": 986803208166, "voter": "liondani" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 5034399699326, "voter": "steemit200" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1214229078, "rshares": 3103422054, "voter": "boy" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4712949449, "rshares": 3767892961, "voter": "bue-witness" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1789951494550, "rshares": 690943799, "voter": "bunny" }, { "percent": "4900", - "reputation": 13270505121655, + "reputation": 59074616588451, "rshares": 3573913851034, "voter": "complexring" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 31405352060596, "rshares": 6282474172783, "voter": "clayop" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 103443134841, "rshares": 54717838235, "voter": "bue" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 1662987228, "voter": "mini" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 213785292, "voter": "moon" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 330982605, "rshares": 209038160029, "voter": "alex90342fastn1" }, { "percent": "1000", - "reputation": 13270505121655, + "reputation": 12928765689257, "rshares": 7692488765, "voter": "aizensou" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 13096661187964, "rshares": 3455872549975, "voter": "au1nethyb1" }, { "percent": "5000", - "reputation": 13270505121655, + "reputation": 1241362310762, "rshares": 6781848343, "voter": "bentley" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -296615780418, "rshares": 1387859952, "voter": "mineralwasser" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1250001478305, "rshares": 106098683047, "voter": "bonapartist" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 854893586973, "rshares": 855490468340, "voter": "boombastic" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 7520586390, "rshares": 115524100455, "voter": "mrs.agsexplorer" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 8261386990, "voter": "bingo-0" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 2104057003, "voter": "bingo-1" }, { "percent": "-10000", - "reputation": 13270505121655, + "reputation": 83941319998, "rshares": -5694232013608, "voter": "smooth.witness" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 71087197697999, "rshares": 988597560715, "voter": "benjojo" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 49549461527, "rshares": 564763376378, "voter": "boatymcboatface" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 18678729398345, "rshares": 168058097416, "voter": "pairmike" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 585246886482, "rshares": 61457593326, "voter": "vip" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2802091583976, "rshares": 29414306405, "voter": "proctologic" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 624912728, "voter": "healthcare" }, { "percent": "100", - "reputation": 13270505121655, + "reputation": 7458354230246, "rshares": 902943814, "voter": "stoner19" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 971397151, "voter": "daniel.pan" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4874033031398, "rshares": 400674324536, "voter": "woo7739" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 72112139588726, "rshares": 821205239311, "voter": "steemrollin" }, { "percent": "1000", - "reputation": 13270505121655, + "reputation": 8963739580468, "rshares": 16122243298, "voter": "team" }, { "percent": "2100", - "reputation": 13270505121655, + "reputation": 37454101478493, "rshares": 68140066479, "voter": "chitty" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 327447579267, "rshares": 335329901210, "voter": "lighthil" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 288337653, "voter": "helen.tan" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 9469162, "rshares": 84761882611, "voter": "unosuke" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1118904717803, "rshares": 221378412917, "voter": "noaommerrr" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 127159698297, "rshares": 156355134109, "voter": "vitaly-lvov" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 14073457536993, "rshares": 125237012083, "voter": "edgeland" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 54345938068170, "rshares": 384189354393, "voter": "craig-grant" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 12712877967688, "rshares": 78953157492, "voter": "easteagle13" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1590661010140, "rshares": 24177692381, "voter": "mod-tamichh" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 55171927909, "rshares": 47071100260, "voter": "cyan91" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5380704535, "rshares": 182161233136, "voter": "samuel-stone" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1421425103482, "rshares": 27507445535, "voter": "full-measure" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 9600934617910, "rshares": 15043635029, "voter": "jademont" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 204869765185479, "rshares": 1091318863571, "voter": "gavvet" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1706294048292, "rshares": 3913661416, "voter": "hbhades" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 12382143533351, "rshares": 537679658162, "voter": "eeks" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 477297643, "voter": "paco-steem" }, { "percent": "100", - "reputation": 13270505121655, + "reputation": 35537325381339, "rshares": 19875326051, "voter": "hipster" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 376960001789, "rshares": 5373300397, "voter": "spaninv" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5045406568403, "rshares": 31632644129, "voter": "james-show" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1172373556107, "rshares": 2191644256, "voter": "gekko" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 122177444407384, "rshares": 1709548184767, "voter": "cryptoctopus" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3750669747284, "rshares": 292403125620, "voter": "pal" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 10093114621632, "rshares": 91790166084, "voter": "william-noe" }, { "percent": "5000", - "reputation": 13270505121655, + "reputation": 15755437221598, "rshares": 6782998784, "voter": "acidyo" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 42741727265739, "rshares": 134023949190, "voter": "steve-walschot" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 6182090102255, "rshares": 32871946754, "voter": "dan-atstarlite" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1663549830469, "rshares": 490595494, "voter": "coar" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 161089556767, "rshares": 67870898638, "voter": "asch" }, { "percent": "5000", - "reputation": 13270505121655, + "reputation": 60877390332151, "rshares": 286727574871, "voter": "kevinwong" }, { "percent": "3301", - "reputation": 13270505121655, + "reputation": 2902053059801, "rshares": 1425998946, "voter": "murh" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 16325478562, "rshares": 1703165248, "voter": "brian-lukassen" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 426343346149, "rshares": 7184649989, "voter": "cryptofunk" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4740608822, "rshares": 584817224, "voter": "kodi" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4509451541223, "rshares": 79084857477, "voter": "theshell" }, { "percent": "3000", - "reputation": 13270505121655, + "reputation": 16234753830016, "rshares": 22641839395, "voter": "thecryptofiend" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 11765473490257, "rshares": 51307800519, "voter": "justtryme90" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -2683858617900, "rshares": 5388661415, "voter": "zebbra2014" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 71931696380, "rshares": 3915776982262, "voter": "satoshifund" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 11136252375006, "rshares": 403407002721, "voter": "taoteh1221" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 79561484422, "rshares": 426836364, "voter": "applecrisp" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 372600185, "voter": "stiletto" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 6531398726064, "rshares": 147474797358, "voter": "killerstorm" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 514799489426, "rshares": 370486042445, "voter": "hedge-x" }, { "percent": "100", - "reputation": 13270505121655, + "reputation": 62345041692781, "rshares": 6226063990, "voter": "hisnameisolllie" }, { "percent": "100", - "reputation": 13270505121655, + "reputation": 20763505296686, "rshares": 4666893911, "voter": "wingz" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3804349938696, "rshares": 53642020280, "voter": "juanmiguelsalas" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 11429090901893, "rshares": 112536244257, "voter": "kenny-crane" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3046358914696, "rshares": 18290477525, "voter": "samether" }, { "percent": "3000", - "reputation": 13270505121655, + "reputation": 5888717170887, "rshares": 20435826971, "voter": "ratel" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1380612911758, "rshares": 4477973596, "voter": "dahaz159" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1116909606233, "rshares": 13353893819, "voter": "facer" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1205917850073, "rshares": 19195451431, "voter": "ziv" }, { "percent": "-10000", - "reputation": 13270505121655, + "reputation": 2676865682314, "rshares": -37886485933, "voter": "cheftony" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 696041082748, "rshares": 814177904, "voter": "proglobyte" }, { "percent": "7500", - "reputation": 13270505121655, + "reputation": 1331218317408, "rshares": 6651057809, "voter": "grandpere" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 343178626425, "rshares": 187723859372, "voter": "mexbit" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 486415577627, "rshares": 5901731263, "voter": "mark-waser" }, { "percent": "0", - "reputation": 13270505121655, + "reputation": 2419162524790, "rshares": 13475779704, "voter": "publicworker" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5886979119053, "rshares": 106662592446, "voter": "geoffrey" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 274656026130, "rshares": 46106881411, "voter": "honeythief" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5571311902261, "rshares": 2879418324, "voter": "mammasitta" }, { "percent": "5000", - "reputation": 13270505121655, + "reputation": 36344377648, "rshares": 22456450828, "voter": "marco-delsalto" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 224903879777, "rshares": 6740408834, "voter": "tyler-fletcher" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 23892211348234, "rshares": 90461089451, "voter": "mctiller" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2407214688261, "rshares": 70695307715, "voter": "freedomengineer" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3929147028870, "rshares": 14764907307, "voter": "magnebit" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 28873518041457, "rshares": 73424982025, "voter": "razvanelulmarin" }, { "percent": "900", - "reputation": 13270505121655, + "reputation": 6767512298331, "rshares": 4332771254, "voter": "treeshaface" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 6029824012432, "rshares": 17687843258, "voter": "frankjones" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 10980042082204, "rshares": 18766219906, "voter": "skapaneas" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5078903531942, "rshares": 5157854283, "voter": "micheletrainer" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5392624170369, "rshares": 17552893571, "voter": "grey580" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 25639258699, "rshares": 283436852, "voter": "ladyclair" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 112943056223182, "rshares": 288748933789, "voter": "ericvancewalton" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 160174254209, "rshares": 52215058764, "voter": "booja" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 57643429300793, "rshares": 331004446932, "voter": "roelandp" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1959446497877, "rshares": 4775693686, "voter": "dennygalindo" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 19449097565894, "rshares": 62198582831, "voter": "lehard" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 19988015698, "rshares": 249608253, "voter": "ivp" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1700182089209, "rshares": 86432384761, "voter": "rubybian" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 65540661343, "rshares": 3299480410, "voter": "orly" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 40557912481, "rshares": 254364900, "voter": "mstang83" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 10248743813131, "rshares": 22617124650, "voter": "katyakov" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 17484609383217, "rshares": 122156869592, "voter": "robrigo" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 11415305020986, "rshares": 48022035978, "voter": "menta" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 866922528456, "rshares": 977288096, "voter": "lontong" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2222945795019, "rshares": 135562023252, "voter": "chhayll" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -2499740471746, "rshares": 13300237653, "voter": "r4fken" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 18799092030582, "rshares": 124913925653, "voter": "derekareith" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 6340616331847, "rshares": 26683327851, "voter": "picokernel" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 573516438, "rshares": 2707813985, "voter": "wintrop" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 7018477845661, "rshares": 514388137239, "voter": "neoxian" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4336087201971, "rshares": 25581639649, "voter": "strangerarray" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 736644764370, "rshares": 1344524912605, "voter": "renohq" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3320684282022, "rshares": 155010079441, "voter": "knircky" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 727668809534, "rshares": 5523230874, "voter": "on0tole" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 11161280105659, "rshares": 71594122778, "voter": "sigmajin" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 8017093633272, "rshares": 16832656768, "voter": "ausbitbank" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 10069093677389, "rshares": 42564757970, "voter": "mrwang" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 899920858191, "rshares": 1268462097, "voter": "mixa" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1371681467487, "rshares": 8279675078, "voter": "autosmile13" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 67145833276, "rshares": 40069670306, "voter": "wesam" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 1632266140, "voter": "steem1653" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 322912672117, "rshares": 55667692, "voter": "cynetyc" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1661526202859, "rshares": 4524453413, "voter": "gikitiki" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2821855573125, "rshares": 4046708005, "voter": "steemit-life" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 7952828943, "rshares": 4687463894, "voter": "thegoodguy" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 10077167197115, "rshares": 40136504296, "voter": "biophil" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2397831198773, "rshares": 3759809896, "voter": "karen13" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2753142336385, "rshares": 2630980347, "voter": "jbouchard12" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 19168905436557, "rshares": 27635550326, "voter": "dwinblood" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 866671256465, "rshares": 24959867898, "voter": "igster" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5827115301697, "rshares": 10845979381, "voter": "deviedev" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1489102259, "rshares": 228465690, "voter": "zoicneo" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1175982316919, "rshares": 296045327034, "voter": "nabilov" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 9512715139288, "rshares": 79351054414, "voter": "ntomaino" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 10445529851856, "rshares": 13957994657, "voter": "meesterboom" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3674446315320, "rshares": 12385010041, "voter": "domavila" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 688176613733, "rshares": 400742354, "voter": "karenmckersie" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1058072223123, "rshares": 484888225, "voter": "luisucv34" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5183116321161, "rshares": 5747716426, "voter": "krystle" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 6892424678378, "rshares": 75001817111, "voter": "inertia" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1500654518354, "rshares": 44353154247, "voter": "yongyoon" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 594833631949, "rshares": 7146190847, "voter": "lichtblick" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3040770542655, "rshares": 9028095567, "voter": "warrensteem" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3502382308233, "rshares": 3710621464, "voter": "maximkichev" }, { "percent": "1000", - "reputation": 13270505121655, + "reputation": 51478739136, "rshares": 5254853525, "voter": "sbq777t" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3033861094190, "rshares": 13560062590, "voter": "nippel66" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 34120390016, "rshares": 3175676972, "voter": "imp3" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1558637285991, "rshares": 2552560220, "voter": "sgnsteems" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 21815260714191, "rshares": 189609178496, "voter": "blueorgy" }, { "percent": "1400", - "reputation": 13270505121655, + "reputation": 9709066337974, "rshares": 4380569189, "voter": "wadepaterson" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 76096938200261, "rshares": 296100567501, "voter": "calaber24p" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -124823359245, "rshares": 20078314404, "voter": "mustafaomar" }, { "percent": "4900", - "reputation": 13270505121655, + "reputation": 224144957883, "rshares": 7161559782, "voter": "all-of-us" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1532881687066, "rshares": 8247905495, "voter": "magz8716" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 10910231620999, "rshares": 18706560189, "voter": "bendjmiller222" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 477578742546, "rshares": 4078813249, "voter": "tarindel" }, { "percent": "5000", - "reputation": 13270505121655, + "reputation": 7740774800016, "rshares": 13966407599, "voter": "beowulfoflegend" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 6467956247739, "rshares": 23276095473, "voter": "deanliu" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4194711042931, "rshares": 5317355087, "voter": "rainchen" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3782785917192, "rshares": 9242725695, "voter": "oumar" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1878917499597, "rshares": 5575772867, "voter": "sharker" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 14988694886527, "rshares": 182819821534, "voter": "jl777" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 715914588623, "rshares": 1103176661, "voter": "oecp85" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2795999874461, "rshares": 977888223951, "voter": "james212" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 101628344707, "rshares": 818040957, "voter": "flyboyzombie" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4226573244868, "rshares": 39295777834, "voter": "zaebars" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 702602138233, "rshares": 1428031362, "voter": "alekst" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 1782690382, "voter": "yarly" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 82922763538, "rshares": 125979055, "voter": "kottai" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 269576627, "voter": "yarly2" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 269980297, "voter": "yarly3" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 156093986, "voter": "yarly4" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 156975275, "voter": "yarly5" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 89476508, "voter": "yarly7" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 161079803820, "rshares": 56769328536, "voter": "arcurus" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1464965875, "rshares": 115403915, "voter": "charbelnamm" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 19524897676, "rshares": 9802713874, "voter": "alsprinting" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3076953263936, "rshares": 4554249461, "voter": "gustavopasquini" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5078296488269, "rshares": 10450628476, "voter": "moon32walker" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 27988491601746, "rshares": 25772328103, "voter": "marius19" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 7078941123096, "rshares": 13637653306, "voter": "lemooljiang" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 13032104555879, "rshares": 15826604583, "voter": "winstonwolfe" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 114499038747, "rshares": 455136533, "voter": "kooshikoo" }, { "percent": "2300", - "reputation": 13270505121655, + "reputation": 568560955800, "rshares": 8541510354, "voter": "fatboy" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 58190631451, "rshares": 15580395475, "voter": "proto" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 153480676290, "rshares": 639099484, "voter": "curator" }, { "percent": "8200", - "reputation": 13270505121655, + "reputation": 7172977970558, "rshares": 2410557662, "voter": "ace108" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 432302630, "voter": "yarly10" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -2287580630, "rshares": 1634018670, "voter": "alex.chien" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 231618512, "voter": "yarly11" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1416246303584, "rshares": 13498521499, "voter": "michaeldodridge" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 81028161, "voter": "yarly12" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 19497864738, "rshares": 1713978326, "voter": "remlaps" }, { "percent": "0", - "reputation": 13270505121655, + "reputation": 5571312226030, "rshares": 165045645, "voter": "beanz" }, { "percent": "100", - "reputation": 13270505121655, + "reputation": 6545561317919, "rshares": 273280899, "voter": "clevecross" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 17218558634066, "rshares": 31769283842, "voter": "smailer" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -1193908062262, "rshares": 149502446, "voter": "steemster1" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2227557428863, "rshares": 4564708091, "voter": "sulev" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2413145659228, "rshares": 2873988066, "voter": "dmilash" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1454976935454, "rshares": 3459421629, "voter": "carlas10" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 979379098872, "rshares": 1493719735, "voter": "spinner" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 106575300404, "rshares": 4189235490, "voter": "glitterpig" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1275505236, "rshares": 7874311492, "voter": "taker" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 36625546797, "rshares": 689524426, "voter": "pakisnxt" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1085279334225, "rshares": 5394692942, "voter": "theprophet0" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1251705047047, "rshares": 4481547788, "voter": "theprophet" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -833837861150, "rshares": 61911147, "voter": "sharon" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4964569405579, "rshares": 7265644466, "voter": "dumar022" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -1130081321479, "rshares": 61700262, "voter": "lillianjones" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 6181438509962, "rshares": 46418159604, "voter": "capitalism" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 7286529084, "rshares": 588460890536, "voter": "toxic" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3350958489391, "rshares": 8609049381, "voter": "darknet" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1751717743, "rshares": 14224054622, "voter": "gmurph" }, { "percent": "0", - "reputation": 13270505121655, + "reputation": 6887127798781, "rshares": 655589667, "voter": "xtester" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2287220532946, "rshares": 2090553241, "voter": "achim86" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 4256758523, "voter": "ullikume" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2021353867281, "rshares": 8452120116, "voter": "kurtbeil" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 519457263879, "rshares": 60138244071, "voter": "poteshnik83" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 19964916752653, "rshares": 99476907271, "voter": "thisisbenbrick" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 638930934079, "rshares": 392193612, "voter": "wiser" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 66769295082002, "rshares": 112411845286, "voter": "terrycraft" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 790526925913, "rshares": 1348324437, "voter": "dolov" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 117644956479, "rshares": 21004018124, "voter": "jphamer1" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2344911104009, "rshares": 11270713350, "voter": "ekitcho" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 229682900271, "rshares": 150794650, "voter": "bigsambucca" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 66791976065, "rshares": 83986507131, "voter": "joele" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 11122126920308, "rshares": 5527031256, "voter": "oflyhigh" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1562464639, "rshares": 57523014, "voter": "nickche" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1269864429223, "rshares": 2512217855, "voter": "kainmarx" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3740136030964, "rshares": 493960660, "voter": "future24" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -1468839175006, "rshares": 63555792, "voter": "msjennifer" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -1343370986030, "rshares": 58453204, "voter": "ciao" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3401416945201, "rshares": 3015124995, "voter": "villainblack" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1706681630, "rshares": 3439786891, "voter": "cmorton" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 151272123831, "rshares": 219039434, "voter": "xcepta" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3515726108234, "rshares": 748990287, "voter": "jrcornel" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 485540, "rshares": 57914427, "voter": "steemo" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4542627765008, "rshares": 19865005311, "voter": "hanshotfirst" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -79575494262, "rshares": 56535984, "voter": "steema" }, { "percent": "3000", - "reputation": 13270505121655, + "reputation": 4130836907564, "rshares": 5769564425, "voter": "highlite" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 56139970267, "rshares": 73061236, "voter": "evgenyche" }, { "percent": "0", - "reputation": 13270505121655, + "reputation": 237071800963, "rshares": 65927774, "voter": "bhavnapatel68" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -894488087252, "rshares": 71228043, "voter": "confucius" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 9332405310628, "rshares": 28924632850, "voter": "mrosenquist" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 289207830105, "rshares": 74898697, "voter": "elenirossidou" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -789959772758, "rshares": 58639072, "voter": "jarvis" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 746533252410, "rshares": 102741069, "voter": "lisadang" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3168479764, "rshares": 78765183, "voter": "razberrijam" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3814152361740, "rshares": 10750764390, "voter": "matrixdweller" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 56726999, "voter": "fortuner" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2747626258414, "rshares": 2816953736, "voter": "virtualgrowth" }, { "percent": "100", - "reputation": 13270505121655, + "reputation": 11683040603469, "rshares": 1399636656, "voter": "anotherjoe" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 59750246, "voter": "saveliy" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2725853299020, "rshares": 5927843564, "voter": "solarguy" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 587729701840, "rshares": 890579467, "voter": "crazycow" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 998787616929, "rshares": 3977281078, "voter": "lamech-m" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3388690269338, "rshares": 9470181501, "voter": "mrgrey" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -52839282898, "rshares": 382699085, "voter": "crezyliza" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 16426840706, "rshares": 12003456501, "voter": "gvargas123" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 55399493, "voter": "johnbyrd" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 56575537, "voter": "thomasaustin" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 55394920, "voter": "thermor" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 56570509, "voter": "ficholl" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 55387660, "voter": "widell" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5939157149097, "rshares": 10109582992, "voter": "elissahawke" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1985439257, "rshares": 88078809749, "voter": "icfiedler" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 517546794156, "rshares": 192287988, "voter": "steevc" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2357768295588, "rshares": 1592064374, "voter": "movievertigo" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 54991366, "voter": "revelbrooks" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1130219064888, "rshares": 23660021285, "voter": "andrewawerdna" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 875137794542, "rshares": 5932358367, "voter": "trev" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 17140629596244, "rshares": 48131519933, "voter": "dragonanarchist" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 62579633003, "rshares": 79979619, "voter": "joelbow" }, { "percent": "5000", - "reputation": 13270505121655, + "reputation": 9053611702217, "rshares": 4001380728, "voter": "sethlinson" }, { "percent": "1000", - "reputation": 13270505121655, + "reputation": 11490547563070, "rshares": 2391702679, "voter": "hilarski" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 73481598898, "rshares": 101945845, "voter": "slorunner" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 433370384966, "rshares": 1679360131, "voter": "imag1ne" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 58631508, "voter": "pacino" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 915016, "rshares": 57412782, "voter": "drsamkhan" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 54999739, "voter": "curpose" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 105180541620, "rshares": 103040256, "voter": "adrevel" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 49216420678, "rshares": 61202458, "voter": "steembriefing" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3523461665322, "rshares": 2894276750, "voter": "fat-like-buddha" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 31060848452, "rshares": 64070582, "voter": "iosif" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1191252134466, "rshares": 1559083086, "voter": "ines-f" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2146463020842, "rshares": 1893166639, "voter": "cryptoeasy" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1063317981552, "rshares": 9771811576, "voter": "etcmike" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4272392942041, "rshares": 4912386907, "voter": "ats-david" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2516108074649, "rshares": 947456313, "voter": "runridefly" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 227415344771, "rshares": 69985187, "voter": "stephenkendal" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 78274754809, "rshares": 80557869, "voter": "jlufer" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3946777086453, "rshares": 2475119042, "voter": "contentjunkie" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4818398060873, "rshares": 99564797338, "voter": "shenanigator" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 809313892500, "rshares": 7076299362, "voter": "daveks" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 250066271138, "rshares": 61715783, "voter": "uziriel" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 364872562916, "rshares": 3325599818, "voter": "funkywanderer" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3575830946674, "rshares": 11968284833, "voter": "ryan-singer" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 53961187, "voter": "troich" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2455208676, "rshares": 56665974, "voter": "viktorriver" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 107511023, "rshares": 7018683565, "voter": "mdoolsky" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1736702154666, "rshares": 3103345545, "voter": "xanoxt" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 20797221470, "rshares": 1652709870, "voter": "davidjkelley" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2721887929533, "rshares": 6919572472, "voter": "davidbrogan" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2083416845, "rshares": 53966805, "voter": "crion" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 53622549, "voter": "hitherise" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 54730557, "voter": "wiss" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 205523551305, "rshares": 12191050487, "voter": "ghasemkiani" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 232802458264, "rshares": 15497139800, "voter": "digital-wisdom" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 3938044420, "voter": "ethical-ai" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 54362089, "voter": "stroully" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1919986626165, "rshares": 2032879970, "voter": "matthewtiii" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 785171622834, "rshares": 5655677010, "voter": "jwaser" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 54019345, "voter": "thadm" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 54017499, "voter": "prof" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 305485265118, "rshares": 56837113, "voter": "blogx" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 640164473382, "rshares": 55043079, "voter": "zettar" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2840774649947, "rshares": 17788079417, "voter": "hunterisgreat" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 1089484775, "voter": "smisi" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 53640464, "voter": "yorsens" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 333300187103, "rshares": 85546636, "voter": "the-ego-is-you" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 53331040, "voter": "bane" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 117903399171, "rshares": 537067064, "voter": "winglessss" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 53324520, "voter": "vive" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 53318865, "voter": "coad" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 287913287, "voter": "totosky" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 190002902030, "rshares": 1697516350, "voter": "baodog" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1810829967, "rshares": 2664939129, "voter": "bwaser" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 52988378, "voter": "sofa" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 304603834882, "rshares": 732461217, "voter": "ct-gurus" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 573818727139, "rshares": 220578638, "voter": "mamo" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2697602494482, "rshares": 1706277109, "voter": "ibringawareness" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1586351489943, "rshares": 860146710, "voter": "kingarbinv" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 53039974, "voter": "ailo" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 4205608568581, "rshares": 4841952237, "voter": "burnin" }, { "percent": "3300", - "reputation": 13270505121655, + "reputation": 563927807986, "rshares": 558512952, "voter": "bitcoinparadise" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 488472984681, "rshares": 206212756, "voter": "ballinconscious" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 5646699288797, "rshares": 4652459969, "voter": "gringalicious" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 661603952344, "rshares": 2770826537, "voter": "steempowerwhale" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2914114578419, "rshares": 1336513482, "voter": "rigaronib" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1201509725074, "rshares": 390796425, "voter": "echoesinthemind" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1327349908318, "rshares": 357202147, "voter": "soldier" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 679010673667, "rshares": 55826263, "voter": "nelyp" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 570800415880, "rshares": 2339486479, "voter": "ellepdub" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 39967971, "rshares": 50852949, "voter": "gregorygarcia" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 6072650400812, "rshares": 9400577403, "voter": "herpetologyguy" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 51470533, "voter": "eavy" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 51468937, "voter": "roto" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 25803661875, "rshares": 70358845, "voter": "ancientofdays" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": -519870545601, "rshares": 52648858, "voter": "psyduck" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 330163263, "voter": "robotev1" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 4796038584, "voter": "morgan.waser" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 161389518041, "rshares": 147415673, "voter": "flowergirl" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 51141851, "voter": "slow" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1150196390848, "rshares": 101153586, "voter": "anns" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1182561225, "rshares": 1693077690, "voter": "nil1511" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1533678042141, "rshares": 846735133, "voter": "greenwayoflife" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 50798322, "voter": "breeze" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 50796122, "voter": "factom" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 50794039, "voter": "autodesk" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 50708837, "voter": "ardly" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 50704078, "voter": "yotoh" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 50570250, "voter": "ziggo" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 50482289, "voter": "connection" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 50433760, "voter": "morse" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 467125852021, "rshares": 50317220, "voter": "piphunters" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1289521305818, "rshares": 1824788165, "voter": "cwbrooch" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 1663398753211, "rshares": 1161216291, "voter": "ayim" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 3675242983, "voter": "strong-ai" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 192046357763, "rshares": 346259703, "voter": "julia26" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 450193486835, "rshares": 488963228, "voter": "grisha-danunaher" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 843039218853, "rshares": 696884040, "voter": "ziogio" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 77637243, "voter": "igtes" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 312902704, "rshares": 80800689, "voter": "timalex" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 630535104158, "rshares": 79083956, "voter": "silverbackjonz" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 506147790, "rshares": 23984282056, "voter": "abdullar" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 319010109417, "rshares": 1204472546, "voter": "expedition" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 157643687, "voter": "buffett" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 8423377122, "rshares": 162128433, "voter": "cebymaster" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2064615506, "rshares": 143818142, "voter": "eunnykim" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 374016850, "rshares": 162785391, "voter": "olga4ka" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 675589247639, "rshares": 1065182434, "voter": "rusteemitblog" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 3319016, "rshares": 161974443, "voter": "zapply" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 158642800, "voter": "ranger" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 678509864471, "rshares": 282877474, "voter": "witchcraftblog" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 585181578869, "rshares": 975048251, "voter": "nikomah" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 161212160, "voter": "origin" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 161205518, "voter": "acute" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 160973134, "voter": "gravity" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 157801695, "voter": "realtime" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 15369201941, "rshares": 157654556, "voter": "pawel-krawczyk" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 11669657116, "rshares": 125721183, "voter": "rubenkusters" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 7559361841, "rshares": 160269480, "voter": "adpipop" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 103667189, "voter": "charli" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 33427042566, "rshares": 147606365, "voter": "laskovskiy" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 65836326, "voter": "serikus" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 0, "rshares": 147145004, "voter": "fer32p" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 2492569, "rshares": 159524423, "voter": "radent" }, { "percent": "10000", - "reputation": 13270505121655, + "reputation": 10568161397, "rshares": 125821091, "voter": "jasonxg" } -- GitLab